body {
  font-family: "Open Sans", sans-serif;
}

.pink, .purp {
  color: #374465;
}

h2 {
  color: #164a9b;
}

.yellow {
  color: #00a99d;
}

.row-margin {
  margin: 5rem 0 0;
}

.row-padding {
  padding: 2rem 0;
}

.text-margin-top {
  margin-top: 2rem;
}

.text-margin-bottom {
  margin-bottom: 3rem;
}

.lh {
  line-height: 1.7;
}

.lg {
  font-size: 2rem;
  font-weight: bold;
}

.med {
  font-size: 1.5rem;
  font-weight: bold;
}

.row-bg-purp {
  background: #251766;
}

.row-bg-grey {
  background: #e1e1e1;
}

.white {
  color: #fff;
}

.no-margin {
  margin: 0;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.bold {
  font-weight: bold;
}

.btn-warning {
  background: #ffb301;
  color: #082543;
}

.txt-cntr {
  text-align: center;
}

@media (max-width: 992px) {
  .navbar-header {
    float: none;
  }

  .navbar-left, .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }
}
.goto-top-btn {
  font-size: 0.85rem;
  font-weight: bold;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  background: #0083c2;
  bottom: 50px;
  right: 50px;
  color: #fff;
  transition: background 0.1s ease-in;
  visibility: hidden;
}

.goto-top-btn:hover {
  cursor: pointer;
  background: #0b3360;
}

.global-navbar {
  background: #251766;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  height: 60px;
  border-bottom: 1px solid #ffb301;
}

#bs-example-navbar-collapse-1 .nav-link {
  color: #fff;
  font-weight: 700;
}
#bs-example-navbar-collapse-1 .nav-link:hover, #bs-example-navbar-collapse-1 .nav-link.active {
  background: #fff;
  color: #374465;
  border-radius: 5px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav_branding {
  position: relative;
  bottom: 10px;
}

ul.navbar-nav {
  margin-top: 5px;
}

.global-header {
  width: 100%;
  height: 559px;
  position: relative;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  margin-top: 50px;
  background: url("./../../img/header_new_2.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #2a3049;
}
.global-header img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1200px;
  min-width: 500px;
}
.global-header .register {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 89%;
  left: 50%;
  width: 200px;
  height: 50px;
  font-weight: bold;
  font-size: 2rem;
  color: #002d71;
}

ul.list {
  list-style-type: none;
  display: inline-block;
  padding: 0;
}
ul.list li {
  background: url("./../img/check.png") no-repeat 1px -1px;
  padding-left: 30px;
  padding-bottom: 5px;
  margin: 10px 0;
}

.session-btn {
  margin-top: 15px;
  border-radius: 5px;
  min-width: 200px;
  padding: 10px 20px;
  border: none;
  color: #251766;
  background: #f99132;
  font-size: 1.3rem;
  font-weight: bold;
}

.industry-experts {
  position: relative;
  margin-bottom: 5rem;
}
.industry-experts h1 {
  text-align: center;
  margin-bottom: 5rem;
}
.industry-experts .speaker-container {
  width: 100%;
  margin: 2rem auto;
}
.industry-experts .speaker-container p {
  text-align: center;
  line-height: 1.4;
  margin: 0;
}
.industry-experts .speaker-container p:first-of-type {
  margin-bottom: 1rem;
  color: #374465;
}
.industry-experts .speaker-container img {
  display: block;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  height: 160px;
  width: 160px;
  padding: 3px;
  border: 1px solid #ccc;
}
.industry-experts .carousel-control.right,
.industry-experts .carousel-control.left {
  background-image: none;
  margin-top: -50px;
  color: #ccc;
}

.carousel-control.left .glyphicon {
  margin-left: -60px;
}

.carousel-control.right .glyphicon {
  margin-right: -80px;
}

.keynoteBg {
  background-image: url("./../img/rowbgimg.png");
  background-size: cover;
  margin-left: 30px;
}

.row-bg-purp .lg {
  font-size: 1.9em;
  font-weight: 200;
  line-height: 1.2;
}

.awardsBg {
  background: url("./../img/platinum_awards_logo.png") no-repeat 50%;
  background-size: contain;
  margin-right: 30px;
}

.icons .yellow {
  text-transform: uppercase;
  font-size: 125%;
}

.thank-you-message {
  color: #00a99d;
  font-weight: 700;
  margin: 45px 0;
}

#objectives-list li {
  margin-top: 20px;
}

.q-icon {
  display: inline-block;
  padding-left: 50px;
  background: url("./../img/info.png") no-repeat left top;
}

.blue-line {
  border-bottom: 1px solid #002d71;
  margin-bottom: 20px;
}

footer a {
  color: #fff;
}

.social {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  background: url("./../img/social_icons.png");
}
.social a {
  display: block;
  width: 100%;
  height: 100%;
}

span.social.facebook {
  background-position: -4px -13px;
}

span.social.in {
  background-position: -72px -13px;
}

span.social.twtr {
  background-position: -38px -13px;
}

.copyright-text {
  font-size: 10px;
  line-height: 1.3;
}

.btn-contain {
  text-align: center;
}
.btn-contain a {
  background: #374465;
  padding: 1.5rem 2.5rem;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  position: relative;
  top: 50px;
}
.btn-contain a .r-arrow {
  transform: rotate(180deg);
}

.agenda-item {
  text-align: center;
  margin-bottom: 0px;
}
.agenda-item h3 {
  margin-bottom: 0;
}
.agenda-item p {
  font-size: 1.75rem;
  margin-top: 0;
}
.agenda-item .agenda-dot {
  width: 17px;
  height: 17px;
  border-radius: 100%;
  margin: -10px auto 0 auto;
  background: #ddd;
}
.agenda-item .v-line {
  width: 1px;
  height: 20px;
  background: #ddd;
  margin: 0 auto;
}

.agenda-item.left {
  text-align: left;
  border-bottom: 1px solid #ccc;
  font-size: 90%;
  margin-left: 20px;
}
.agenda-item.left p {
  font-size: 1.5rem;
}
.agenda-item.left p .track1-lable, .agenda-item.left p .track2-lable {
  padding: 0.25rem 0.5rem;
}

.track-item {
  border: 1.5px solid #ddd;
  border-radius: 10px;
  position: relative;
}
.track-item section {
  padding: 1.5rem;
}
.track-item h4 {
  font-size: 21px;
  font-weight: 600;
}
.track-item header {
  padding: 1rem 0;
  border-radius: 10px 10px 0 0;
}
.track-item .track1-lable,
.track-item .track2-lable {
  font-size: 1.25rem;
  padding: 0.5rem;
  border-radius: 5px;
  margin-left: 1rem;
  margin-right: 10px;
  color: #000;
  float: left;
  margin-bottom: 3em;
}
.track-item .track1-check,
.track-item .track2-check {
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  top: 4px;
  margin-right: 3px;
}
.track-item ul {
  list-style-type: none;
}
.track-item .item-tri {
  top: 104px;
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  transform: rotate(45deg);
}
.track-item .tri1 {
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  right: -5px;
}
.track-item .tri2 {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  left: -5px;
}

.track1 header, .track1 h3 {
  background: #fef0db;
  color: #fab449;
}
.track1 h3 {
  background: none;
}
.track1 .track1-lable {
  background: #fab449;
}
.track1 .track1-check {
  background-image: url("./../img/check_yellow.png");
}

.track2 header, .track2 h3 {
  background: #d9e9f4;
  color: #408fc6;
}
.track2 h3 {
  background: none;
}
.track2 .track2-lable {
  background: #408fc6;
}
.track2 .track2-check {
  background-image: url("./../img/check_blue.png");
}

.t-item-contain,
.t-item-contain-left {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* .t-item-contain-left {
  border-right: 1px solid #ddd;
} */

.item-border {
  display: inline-block;
  padding: 0 1rem;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin: 0 auto;
}

.agenda-tri {
  width: 20px;
  height: 20px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin: 0 auto;
  transform: rotate(45deg);
  margin-top: -10px;
  position: relative;
  right: 0.5px;
}
.agenda-tri .agenda-dot {
  margin: 0 auto;
  position: absolute;
  top: 100px;
  left: 100px;
}

.agenda-tabs {
  margin-bottom: 2rem;
}
.agenda-tabs .container {
  border-bottom: 1px solid #ddd;
}
.agenda-tabs .tab {
  line-height: 1.2;
  padding: 1rem 3rem 0 3rem;
  display: inline-block;
  margin-right: 3rem;
  border-bottom: 1px solid #ddd;
  position: relative;
  top: 1px;
  cursor: pointer;
  color: #0083c2;
}
.agenda-tabs .tab a {
  color: #666;
}
.agenda-tabs .active-tab {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-radius: 5px 5px 0 0;
  color: #0b3360;
}
.agenda-tabs .active-tab a {
  color: #0083c2;
}

.track1-lable,
.track2-lable {
  font-size: 1.5rem;
  padding: 0.5rem;
  border-radius: 5px;
  margin-left: 1rem;
  margin-right: 10px;
  color: #000;
  float: left;
}

.track1-lable {
  background: #fab449;
}

.track2-lable {
  background: #408fc6;
}

.overview {
  font-size: 90%;
}

ul.list.blue li {
  background: url("./../img/check_blue-lg.png") no-repeat 1px -1px;
}

.CEU {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+50,ffffff+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #eeeeee 50%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #eeeeee 50%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #eeeeee 50%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff",GradientType=1 );
  /* IE6-9 */
  text-align: left;
  padding: 10px 25%;
}
.CEU .bold {
  font-weight: 700;
}
.CEU i {
  color: #666;
  font-size: 0.5em;
}

.exhibitor-tabs {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.exhibitor-tabs .tab {
  padding-top: 2rem;
}

.agenda-tabs {
  margin-bottom: 2rem;
}
.agenda-tabs .container {
  border-bottom: 1px solid #ddd;
}
.agenda-tabs .tab {
  line-height: 1.2;
  padding: 1rem 3rem 0 3rem;
  display: inline-block;
  margin-right: 3rem;
  border-bottom: 1px solid #ddd;
  position: relative;
  top: 1px;
  cursor: pointer;
  color: #0083c2;
}
.agenda-tabs .tab a {
  color: #666;
}
.agenda-tabs .active-tab {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-radius: 5px 5px 0 0;
  color: #0b3360;
}
.agenda-tabs .active-tab a {
  color: #0083c2;
}

.exhib-photo {
  width: 100%;
  max-width: 400px;
  border: 1px solid #ccc;
  padding: 8px;
}

.raffle-set {
  width: 48%;
  display: inline-block;
}
.raffle-set .raffle-item span {
  padding: 1rem;
  background: url("./../img/check_yellow.png");
  background-position: 0 9px;
  background-repeat: no-repeat;
}

.floor-plan {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.floor-plan .floor-plan-head {
  border-bottom: 1px solid #374465;
  color: #374465;
}
.floor-plan img {
  display: block;
}
.floor-plan .sm-room {
  display: block;
  width: 35px;
  height: 35px;
}
.floor-plan .lg-room {
  display: block;
  width: 73px;
  height: 35px;
}

.exhibit-time {
  padding-right: 2rem;
  display: inline-block;
  width: 15%;
}

.sponsors {
  text-align: center;
}
.sponsors .container div {
  padding: 0;
  margin-bottom: 2rem;
}
.sponsors .container div p {
  border-bottom: 1px solid #ddd;
  padding: 1rem;
}
.sponsors .container .col-lg-4 {
  text-align: left;
}

.sponsors .container .col-lg-6 {
  width: 49.5%;
}

.col-lg-4.silver {
  width: 48% !important;
}
.col-lg-4.silver h3 {
  padding: 10px;
  margin: 0 0 10px;
}
.col-lg-4.silver ul {
  margin-left: 30px;
}

.diamond {
  background: #e8edf0;
}

.gold {
  background: #fff1d6;
}

.silver {
  background: #dfdfdf;
}

.bronze {
  background: #feead6;
}

.basic {
  background: #fff;
}

.alpha-sec span {
  padding: 0.25rem 1rem;
  color: #fff;
  background: #0b3360;
  position: relative;
  right: 20px;
  border-radius: 3px;
}
.alpha-sec p {
  line-height: 1.5;
}
.alpha-sec p:first-of-type {
  margin-top: 10px;
}

.networking-op-sec, .networking-op-sec2 {
  height: 400px;
  background-image: url("./../img/networking-bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  margin: 3rem 0;
}
.networking-op-sec .networking-text-box, .networking-op-sec2 .networking-text-box {
  width: 500px;
  background: #6899cb;
  color: #fff;
  padding: 2rem;
  margin-top: 3rem;
}
.networking-op-sec .networking-text-box h1, .networking-op-sec2 .networking-text-box h1 {
  margin-top: 0;
}
.networking-op-sec .networking-text-box h3, .networking-op-sec2 .networking-text-box h3 {
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 5px solid #8eb4d6;
  color: #fff;
  font-weight: 800;
}
.networking-op-sec .networking-text-box p, .networking-op-sec2 .networking-text-box p {
  display: inline-block;
}
.networking-op-sec .networking-text-box .event-quote, .networking-op-sec2 .networking-text-box .event-quote {
  width: 90%;
}
.networking-op-sec .networking-text-box .quote-img, .networking-op-sec2 .networking-text-box .quote-img {
  position: relative;
  bottom: 12px;
}
.networking-op-sec .networking-text-box .quote-person, .networking-op-sec2 .networking-text-box .quote-person {
  width: 90%;
  position: relative;
  bottom: 10px;
  left: 48px;
}

.tooltip-inner {
  white-space: pre-wrap;
}

.sm-room,
.lg-room {
  position: relative;
}

/*
.rm-114 {
  bottom: 320px;
  left: 10px;
}

.rm-112 {
  bottom: 314px;
  left: 10px;
}

.rm-108 {
  bottom: 271px;
  left: 10px;
}
//
.rm-106 {
  bottom: 267px;
  left: 10px;
}
//
.rm-102 {
  bottom: 225px;
  left: 10px;
}
//
.rm-100 {
  bottom: 220px;
  left: 10px;
}
//
.rm-113 {
  bottom: 491px;
  left: 85px;
}
//
.rm-109 {
  bottom: 447px;
  left: 85px;
}
//
.rm-107 {
  bottom: 442px;
  left: 85px;
}
//
.rm-103 {
  bottom: 400px;
  left: 85px;
}

.rm-212 {
  bottom: 630px;
  left: 125px;
}
//
.rm-208 {
  bottom: 587px;
  left: 125px;
}
//
.rm-206 {
  bottom: 582px;
  left: 125px;
}
//
.rm-202 {
  bottom: 540px;
  left: 125px;
}
//
.rm-213 {
  bottom: 769px;
  left: 199px;
}
//
.rm-203 {
  bottom: 610px;
  left: 199px;
}
//
.rm-312 {
  bottom: 840px;
  left: 237px;
}
//
.rm-302 {
  bottom: 680px;
  left: 237px;
}
//
.rm-313 {
  bottom: 910px;
  left: 312px;
}
//
.rm-309 {
  bottom: 867px;
  left: 312px;
}
//
.rm-307 {
  bottom: 862px;
  left: 312px;
}
//
.rm-303 {
  bottom: 820px;
  left: 312px;
}
//
.rm-412 {
  bottom: 1050px;
  left: 351px;
}
//
.rm-408 {
  bottom: 1007px;
  left: 351px;
}
//
.rm-406 {
  bottom: 1003px;
  left: 351px;
}
//
.rm-402 {
  bottom: 960px;
  left: 351px;
}
//
.rm-415 {
  bottom: 1230px;
  left: 425px;
}
//
.rm-413 {
  bottom: 1225px;
  left: 425px;
}
//
.rm-409 {
  bottom: 1182px;
  left: 425px;
}
//
.rm-407 {
  bottom: 1177px;
  left: 425px;
}
//
.rm-403 {
  bottom: 1134px;
  left: 425px;
}

.rm-401 {
  bottom: 1130px;
  left: 425px;
}

.rm-101 {
  bottom: 1165px;
  left: 85px;
}

.rm-201 {
  bottom: 1200px;
  left: 199px;
}
//
.rm-301 {
  bottom: 1235px;
  left: 312px;
}
*/
.before-floor {
  margin-bottom: 5rem;
}

@media (max-width: 668px) {
  .comp-lineup * {
    text-align: center;
  }
}
.agenda-marketing {
  width: 100%;
  padding: 3rem;
  text-align: center;
  background: #e8edf0;
}
.agenda-marketing .marketing-desc {
  width: 80%;
  margin: 0 auto 3rem auto;
}
.agenda-marketing .lg-num {
  font-size: 8rem;
  font-weight: 300;
  margin-bottom: 0;
}
.agenda-marketing .lg-num-desc {
  width: 75%;
  margin: 0 auto;
  line-height: 1.5;
}
.agenda-marketing .num-blue {
  color: #3f70c1;
}
.agenda-marketing .num-orange {
  color: #f49c25;
}
.agenda-marketing .num-green {
  color: #7abc14;
}

section.form {
  padding: 3rem 0;
}

label {
  display: block;
  margin-top: 10px;
}

section.form input {
  border: 1px solid #ccc;
  width: 99%;
  padding: 4px;
  border-radius: 3px;
}

section.form input.btn-warning {
  width: auto;
  padding: 0.75rem 1rem;
  border: 0 none;
}

.btn-primary {
  margin-top: 10px;
}

img.contact {
  display: block;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  height: 100px;
  width: 100px;
}

.panel-default {
  border: 0 none;
  box-shadow: none;
}

.networking-op-sec2 {
  background-image: url("./../img/exhibit-hall.png");
}

div.gold {
  background: #ffffff;
}
div.gold img {
  max-width: 44%;
  height: auto;
  display: inline-block;
  margin: 2.5%;
}

div.silver {
  background: #ffffff;
}
div.silver img {
  max-width: 40%;
  height: auto;
  display: inline-block;
  margin: 2.5%;
}

div.bronze {
  background: #ffffff;
}
div.bronze img {
  max-width: 27%;
  height: auto;
  display: inline-block;
  margin: 2.5%;
}

div.basic {
  background: #ffffff;
}
div.basic img {
  max-width: 24.5%;
  height: auto;
  display: inline-block;
  margin: 2.5%;
}

.flex .col-lg-4 {
  /*width: 100%;*/
  text-align: center;
  /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
  padding: 1rem 2rem;
  margin: 2rem 0.5rem;
  border: 1px solid #ccc;
  background: #fbfbfb;
  border-bottom: 2px solid #374465;
  width: 32.3333%;
}
.flex .col-lg-4 img {
  display: block;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  height: 160px;
  width: 160px;
  padding: 3px;
  border: 1px solid #ccc;
}
.flex .col-lg-4 p {
  line-height: 1.5;
}
.flex .col-lg-4 p.bold {
  color: #374465;
  font-size: 1.8rem;
}
.flex .col-lg-4 p.bio {
  text-align: left;
  font-size: 90%;
}

.speaker-head {
  text-align: center;
  margin-top: 8rem;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.keynote {
  color: #fff;
  background: #374465;
  padding: 10px 0;
  margin-bottom: 10px;
}

.travel-head {
  text-align: center;
  color: #374465;
  margin-top: 10rem;
}

.hotel-img {
  text-align: center;
}

.hotel-img img {
  max-width: 100%;
  display: block;
}

.rsvp, .trans, .amen, .hotel {
  margin-bottom: 2rem;
}

.booking {
  /*position: relative;
  top: 100px;*/
  padding: 1rem;
  border: 1px solid #ccc;
  background: #fbfbfb;
}

.amen li {
  list-style: none;
  padding: 1rem 0 0 2rem;
  background: url("./../img/check_yellow.png");
  background-position: 0 11px;
  background-repeat: no-repeat;
}

.discount-item {
  width: 33%;
  float: left;
  height: 475px;
  background-color: #eee;
}
.discount-item img {
  width: 100%;
  display: block;
}
.discount-item p {
  padding: 1rem;
}

.dis-row {
  padding-left: 20px;
}
.dis-row h2 {
  margin-left: 10px;
}

.light,
h3 {
  color: #374465;
}

iframe {
  border: 1px solid #ccc;
}

ul {
  padding-left: 15px;
}

.event-quote {
  position: relative;
  padding: 2rem 0;
}
.event-quote .quote {
  color: #fab449;
  font-size: 150%;
  line-height: 1;
  position: relative;
  left: 50px;
  width: 90%;
  display: block;
}
.event-quote .big-quote {
  position: absolute;
}
.event-quote .quoter {
  display: block;
  color: #666;
  position: relative;
  left: 50px;
}

.trivia {
  text-align: center;
  margin-top: 5rem;
}
.trivia h4 {
  line-height: 1.25;
  margin: 0 2rem;
}
.trivia img.icon {
  max-width: 18%;
}

span.green {
  color: #fab449;
  font-size: 1.75rem;
}

.carousel-inner {
  overflow: hidden;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  width: 100%;
  max-width: 100%;
}

.carousel-control.right .glyphicon {
  margin-right: -50px;
}

.carousel-control.left .glyphicon {
  margin-left: -50px;
}

.price-sec {
  margin-bottom: 3rem;
}
.price-sec h1 {
  margin-top: 8rem;
}

.reg-head {
  margin-bottom: 3rem;
}

.reg-option {
  padding: 1.5rem;
  background: #f2f2f2;
  position: relative;
}
.reg-option h3 {
  margin-bottom: 0;
}
.reg-option .old-price {
  text-decoration: line-through;
  color: #8e8e8e;
  position: relative;
  top: 15px;
  margin-bottom: 0;
  font-size: 1.5em;
}
.reg-option .perk-item {
  padding-left: 3.5rem;
  position: relative;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.reg-option .perk-item span {
  padding: 1rem;
  background: url("./../img/check_yellow.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 1rem;
  top: -3px;
}
.reg-option .perk-item span.blue-check {
  padding: 1rem;
  background: url("./../img/check_blue.png");
  background-position: 0 3px;
  background-repeat: no-repeat;
  position: absolute;
  left: 1rem;
  top: -3px;
}
.reg-option input[type=button] {
  background: #ffb301;
  padding: 1rem 2rem;
  font-size: 1.5rem;
  color: #021f47;
  border: 0;
  border-radius: 3px;
  font-weight: 800;
}

.conf-price {
  font-size: 5.5rem;
  font-weight: 700;
  margin: 0;
  color: #374465;
  line-height: 1.2;
}
.conf-price .dolla-sign, .conf-price .asterisk {
  font-size: 3rem;
  position: relative;
  bottom: 30px;
}

.asterisk {
  font-size: 2rem;
  font-weight: 200;
}

.savings {
  font-size: 3rem;
  margin: 0;
  position: relative;
  font-weight: 700;
  bottom: 15px;
  color: #3c90c8;
  margin-bottom: -1rem;
}

.perk-set {
  margin-top: 3rem;
}

.best-deal,
.rib {
  position: absolute;
}

.top-left {
  top: -5px;
  left: -5px;
}

.bottom-right {
  bottom: -5px;
  right: -5px;
}

.has-ribbons {
  padding: 1rem;
}

.has-border {
  border: 1px solid #374465;
  padding: 2rem 1rem;
}

.best-deal {
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  transform: rotate(-20deg);
  top: 15px;
}

.price-expires {
  color: #333;
  font-size: 1.2rem;
}

.reg-bottom-half {
  margin-top: 6rem;
  margin-bottom: 5rem;
}

.how-to-reg {
  position: relative;
  border: 1px solid #ccc;
  width: 90%;
}
.how-to-reg img {
  width: 103.5%;
  position: absolute;
  top: 10px;
  left: -10px;
}
.how-to-reg .location {
  line-height: 0.6;
  width: 80%;
  margin: 0 auto;
}
.how-to-reg .ribbon-text {
  position: absolute;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  top: 18px;
}

.ways-to-register {
  font-size: 1.5rem;
  padding: 10rem 4rem 2rem 4rem;
}
.ways-to-register .reg-way {
  margin-bottom: 2rem;
}

.register-icon {
  padding: 0.5rem 1.5rem;
  background-image: url("./../img/contact-icons.png");
  background-repeat: no-repeat;
}

.reg-online {
  background-position: 0 -4px;
}

.reg-call {
  background-position: 0 -45px;
}

.reg-fax {
  background-position: 0 -87px;
}

.reg-mail {
  background-position: 0 -130px;
}

.q-head {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #374465;
}

.q-desc {
  margin-bottom: 1.5rem;
}

.money-back .container {
  padding-top: 4rem;
  padding-bottom: 8rem;
  border-top: 2px solid #8e8e8e;
}

.money-back-desc {
  width: 80%;
  float: right;
}
.money-back-desc .mnoney-back-desc-head {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #374465;
}

.money-back-img {
  position: relative;
  bottom: 15px;
  left: 5%;
}


.eleventh-message {
  color: #cc0000;
  border: 2px;
  border-style: solid;
  border-block-color: #C83E1A;
  font-size: 2em;
}

/*# sourceMappingURL=main.css.map */
