body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
	line-height: 1.6;
}

/*Helper*/
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a b {
    border-bottom: 3px solid #fff;
}
.navbar-default .navbar-nav > li > a#standout b, .navbar-default .navbar-nav > li > a#standoutreg b{
	border-bottom:0;
}

.pad-tb {
    padding: 4rem 0;
}

.mar-tb {
    margin: 2rem 0;
}

.attend-callout {
    min-width: 165px;

}

h1 {
    font-weight: 300;
	color:#5f97c1;
}

p {
    font-weight: 400;
}
p.bigger {
	font-size:115%;
	line-height:1.8;
}
.bold {
    font-weight: 700;
}

.bold-blue {
    font-weight: 700;
    font-size: 18px;
    color: #5f97c1;
}

.bolder-blue {
    font-weight: 700;
    font-size: 18px;
    color: #243c54;
}

.text-orange {
    color: #ff7b3a
}

.blue {
    color: #5f97c1;
    font-size: 18px;
    font-weight: 400;
}

.speakers .h7 {
    font-size: 14px;
}

.buy-btn:hover,
.certificate button:hover {
    background: #fff;
}

/*Helper End*/

.nav-logo {
    width: 200px;
    position: relative;
    bottom: 10px;
}

.navbar-custom {
    background-color: #093c71;
    color: white;
}

#standoutreg{
	color: white;
	background-color: #ff7b3a;
	border-radius: 10px;
	padding: 7px 30px;
	margin: 8px 15px;
	}
	#standoutreg:hover{
	color: #ff7b3a;
	background-color:#fff;
	}

#standout{
	color: white;
	background-color: #5f97c1;
	border-radius: 10px;
	padding: 6px 15px 6px 15px;
	margin: 7px;
	border: 2px solid white;
	}
	#standout:hover{
	color: #5f97c1;
	background-color: #fff;
	}

header {
    margin-top: 50px;
    height: 500px;
    background: url('../img/header1.jpg');
    background-position: center;
    background-repeat:no-repeat;
    background-size: cover;
    position: relative;
}

header img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%; 
    width: 50px;
}

.full-price {
    text-decoration: line-through;
}

.save {
    color: #f36523;
    font-size: 1.5rem;
    font-weight: bold;
}

.early-bird {
    background: #ff7b3a;
    padding: 8px 0;
}

.early-bird h2 {
    color: #243c54;
    font-weight: 700;
}

.early-bird h2 .small {
    font-size: 18px;
    color: #243c54;
}

.early-bird h2 .crossed {
    font-size: 18px;
    text-decoration: line-through;
    color: #243c54;
}

.early-bird h2 .buy-btn {
    border: 2px solid #fff;
    border-radius: 15px;
    font-size: 18px;
    padding: 6px 10px;
    position: relative;
    bottom: 4px;
    left: 15px;
}

.early-bird h2 .buy-btn a {
    display: inline-block;
    color: #243c54;
    text-decoration: none;
	padding: 20px 0 0 0;
}

.early-bird h2 .buy-btn a:hover {
    text-decoration: none;
}

.bg-white {
    background-color: #FFFFFF;
}

.list {
    list-style-type: none;
}

.list li {
    margin: 10px 0;
    padding-left: 20px;
    background-image: url('./../img/check-bullet.png');
    background-repeat: no-repeat;
    font-weight: 400;
}

.list li.no-check {
    background: none;
}

.plus {
    background: #5f97c1;
    color: #fff;
    border-radius: 15px;
    padding: 5px 8px;
}

.certificate {
    min-height: 300px;
    background: linear-gradient(rgba(37,59,83, 0.8), rgba(37,59,83,0.8)), url('./../img/certificate-bg.jpg');
    background-attachment: fixed;
    background-repeat:no-repeat;
    background-size: cover;
    overflow: hidden;
    color: #fff;
}

.certificate p {
    line-height: 1.25;
    font-size: 16px;
}

.certificate button, .networking button {
    background: transparent;
    padding: 1rem;
    border-radius: 25px;
    margin: 10px 0;
    border: 2px solid #fff;
}

p.skrt {
    font-size: 10px;
    opacity: .8;
}

.text-right span {
    font-size: 1.25rem;
}

.test {
    line-height: 1.6;
}

footer {
    color: #fff;
    background: #253B53;
    overflow: hidden;
}

footer .logos{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.line {
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}
.label-warning {
	background:#ff7b3a;
	border-radius:10px;
}
.networking{
    min-height: 300px;
    background: linear-gradient(rgba(37,59,83, 0.8), rgba(37,59,83,0.8)), url('./../img/networking.jpg');
    background-attachment: fixed;
    background-repeat:no-repeat;
    background-size: cover;
    overflow: hidden;
    color: #fff;
}
.networking h5 {
	color:#fff;
}
.networking img {
margin-top:20px;
border:1px solid #577183;
padding:10px;
max-width:100%;
}
.thank-you-message {
    color: #ff7b3a;
    font-weight: 700;
}
/*Agenda*/
p.time {
    margin: 20px 0 0 0;
    border-top: 1px solid #ddd;
    padding-top: 10px;
	color: #999999;
}
.panel p.time {padding:0;
	margin:20px 20px 0;
	color:#333;
}
.panel h5 {
	color:#5f97c1;
	font-size:18px;
	margin-top:0;
}
p.agendacopy{
	color: #000000;
}

.agenda h1,
.agenda h2,
.agenda h3 {
    color: #243c54;
}
.qa {
	background-image:url(../img/icon1.png);
	background-repeat:no-repeat;
	background-size:7%;
	padding-left:60px;
	line-height:1.7;
}
p.speaker {
    font-size: 16px;
    font-style: italic;
}
/*Agenda End*/

/*Speakers*/
.speakers h1,
.speakers h2,
.travel h1,
.travel h2 {
    color: #243c54;
}
.speakers h2 {
	font-size:24px;
	text-align:center;
}

.bio {
    max-height: auto;
    overflow: hidden;
	text-align: left;

}
.img-rounded-speaker{
	border-radius: 50%;

}

.btn {
	margin-left:auto;
	margin-right:auto;
	margin-top:8%;
	margin-bottom:0%
}

/*Speakers End*/

/*Travel*/
.room-pics img {
    width: 100%;
}

h5,
h4 {
    font-size: 24px;
    color: #243c54;
}

h6{
	color: white;
	font-size: 24px;
	}

.travel h7 {
	font-size: 16px;
    color: #5f97c1;
		}

h7 {
    font-size: 24px;
    color: #5f97c1;
}
.travel .btn {
	margin:10px 0 0 0;
	}
.travel .carousel-inner {
	max-width:700px;
	margin:10px auto;
}
.carousel-control, .carousel-control.right, .carousel-control.left{background-image:none;}
.glyphicon-chevron-right::before, .glyphicon-chevron-left::before {color:#5f97c1;}
.carousel-control .glyphicon-chevron-right {right:-20px;}
.carousel-control .glyphicon-chevron-left {left:-20px;}
.travel .carousel-control .glyphicon-chevron-right {right:25px;}
.travel .carousel-control .glyphicon-chevron-left {left:25px;}
/*Travel End*/

/* back to top */
.goto-top-btn {
	font-size: .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: #5f97c1;
	bottom: 50px;
	right: 50px;
	color: #fff;
	transition: background .1s ease-in;
	visibility: hidden
}
.goto-top-btn:hover {
	cursor: pointer;
	background: #243c54
}
/* back to top End*/

/*Exhibitors*/

.exhibit h1,
.exhibit h2,
.exhibit h3 {
    color: #243c54;
}

.side img {
    width: 100%;
}

.exhibit form input,
.exhibit form textarea {
    margin: 5px 0;
    width: 100%;
    padding: .5rem;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.exhibitor {
    background-image: url(../img/check-bullet.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    text-align: left;
    width: 76%;
    margin: 0 auto;
}
/*Exhibitors End*/

/* CEUs */

.ceus-table {
    margin: 2.5em 0;
}

.ceus-table td {
    text-align: right;
}

.ceus-table td,
.ceus-table th {
    padding: 0.6em 0.9em;
    border: 1px solid #ccc;
}

/* CEUs End */

/*Register*/
.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-bullet.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;
}
.reg-option input[type="button"]:hover {
  background: #ff7b3a;
  text-decoration:none;
}
.reg-option a:hover{
	text-decoration:none;
}
.conf-price {
  font-size: 7rem;
  font-weight: 700;
  margin: 0;
  color: #5f97c1;
  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 #5f97c1;
  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: .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: .5rem 1.5rem;
  background-repeat: no-repeat;
}

.reg-online {
  background-image: url('./../img/web-icon.png');
}

.reg-call {
  background-image: url('./../img/phone-icon.png');
}

.reg-fax {
  background-image: url('./../img/fax-icon.png');
}

.reg-mail {
  background-image: url('./../img/mail-icon.png');
}

.q-head {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #5f97c1;
}

.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: #5f97c1;
}

.money-back-img {
  position: relative;
  bottom: 15px;
  left: 5%;
}

/*Register End*/

/* SVG MAP */
.list.no-pad {
	padding-left:0;
}
path {
    stroke-width:0.97063118000000004;
    fill:#f9f9f9
}

path#WA,
path#OR,
path#ID,
path#MT,
path#WY,
path#UT,
path#AZ,
path#ND,
path#SD,
path#AK {
    fill:#243c54;
}

path#CA,
path#NV,
path#HI {
    fill:#9ebe5d;
}

path#CO,
path#NM,
path#TX,
path#OK,
path#AR,
path#LA,
path#MS {
    fill:#6097c1;
}

path#NE,
path#KS,
path#IA,
path#MO {
    fill:#ffc200;
}

path#MN,
path#WI,
path#IL {
    fill:#f47b3e;
}

path#IN,
path#MI {
    fill:#ccc;
}

path#OH,
path#KY {
    fill:#1679bd;
}

path#TN,
path#AL,
path#GA {
    fill: grey;
}

path#FL {
    fill:#500063;
}

path#NC,
path#SC,
path#VA,
path#WV {
    fill:#ff6800;
}

path#MD,
path#PA,
path#DE,
path#NJ {
    fill:#708537;
}

path#NY,
path#CT,
path#RI,
path#MA,
path#VT,
path#NH,
path#ME {
    fill:#00515b;
}

div.cool-map {
    position: relative;
    width: 500px;
    height: 356;
}

div#reg-display {
    position: absolute;
    padding: .33rem;
    border-radius: 3px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    background: #fff;
    transition: top .2s ease-in-out, right .2s ease-in;
    font-size: 12px;
    font-weight: 700;
}

/* SVG MAP END */
@media (max-width: 1920px) {
    header img {
        margin-top: 15%;
        width: 330px;
        left: 400px;
    }
}
@media (max-width: 1280px) {
    header img {
        margin-top: 15%;
        width: 330px;
        left: 150px;
    }
}

@media (max-width: 1024px) {
    header img {
        margin-top: 30%;
        width: 330px;
        left: 30px;
    }
}

@media (max-width: 420px) {
    .nav-logo {
        width: 150px;
        bottom: 3px;
    }

    header img {
        width: 250px;
        right: 0;
        left: 0;
    }
}

@media (max-width: 767px) {
    .certificate {
        text-align: center;
    }

    .certificate img {
        margin-top: 40px;
    }

    .side {
        text-align: center;
    }

    .side img {
        width: 50%;
    }
}

.col-sm-8 {
}
