@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);

body{
	padding: 0;
}

/*||||||||||Main Site Styles|||||||||*/


/*General Main Site Pages*/
hr {
    border: 1px solid #666!important;
}

.ContentRow{
			margin: 10px 0;
			padding: 5px;
			width: auto;
			height: 100%;
			display: inline-block;
		}
		
p.ContentRow:nth-child(even) img {
    float: left;
    margin: 0 10px;
    border: 4px solid #aaa;
}

p.ContentRow:nth-child(odd) img {
    float: right;
    margin: 0 10px;
    border: 4px solid #aaa;
}

/*Summits and Conferences*/


/*Professional Development Page*/

.proDevContainer a:hover {
    color: #e3913c;
}
.proDevContainer a {
    text-decoration: none;
    color: #127abf;
    font-weight: 700;
}

div.proDevContainer{
  margin-left: 5%;
  /*border: 2px solid brown;*/
  width: 85%;
  margin-top: 60px;
}

.proDevContainer .DevButton a{
   padding: 8px 28px;
}
.proDevContainer a:link, proDevContainer tr td a:visit{
  opacity: 1;
}

.proDevContainer a:hover{
  opacity: 0.5;
}
.proDevContainer .devBox{
  border: 8px solid rgba(55, 55, 55, .4);
  background-color: #eee;
  padding: 0px;
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
  border-radius: 6px
}

.proDevContainer .devBox.mcr{
  border: 8px solid rgba(0, 128, 199, .6);
}

.proDevContainer .devBox.slcr{
  border: 8px solid #e9805d;
}

.proDevContainer .devBox.qpcr{
  border: 8px solid rgba(113, 156, 66, .6);
}
.proDevContainer .mcrDev{
  /*border: 1px solid black;*/
  display: inline-block;
  float: left;
  width: auto;
  margin-right: 10px;
}
.proDevContainer .mcrDevInfo{
  /*border: 1px solid black;*/
  display: block;
  text-align: left;
  padding-top: 8px;
  padding-bottom: 11px;
  padding-left: 230px;
  padding-right: 20px;
  width: auto;
  min-height: 204px;
  color: #f1f1f1;
	font-size: 13.5px;
}

.proDevContainer .mcrDevInfo h3{
  text-transform: uppercase;
	    color: #f1f1f1;
    font-size: 1.5em;
}
.proDevContainer .mcrDevInfo.qpcr{
  background-color: #719c42;
}

.proDevContainer .mcrDevInfo.qpcr .DevButton{
  background-color: #3c6b1b;
  border: 1px solid #3c6b1b;
}

.proDevContainer .mcrDevInfo.qpcr .DevButton a:link, .proDevContainer .mcrDevInfo.qpcr .DevButton a:visited{
  color: #f1f1f1;
  font-weight: 500;
    font-size: 1.2em;
}

.proDevContainer .mcrDevInfo.slcr{
  background-color: #dc4f21;
}

.proDevContainer .mcrDevInfo.slcr .DevButton{
  background-color: #a62621;
  border: 1px solid #851d1a;
}

.proDevContainer .mcrDevInfo.slcr .DevButton a:link, .proDevContainer .mcrDevInfo.slcr .DevButton a:visited{
  color: #f1f1f1;
  font-weight: 500;
    font-size: 1.2em;
}

.proDevContainer .mcrDevInfo.mcr{
  background-color: #0080c7;
}

.proDevContainer .mcrDevInfo.mcr .DevButton{
  background-color: #004177;
  border: 1px solid #004177;
}

.proDevContainer .mcrDevInfo.mcr .DevButton a:link, .proDevContainer .mcrDevInfo.mcr .DevButton a:visited{
  color: #f1f1f1;
  font-weight: 500;
    font-size: 1.2em;
}

.proDevContainer .mcrDevInfo span.DevButton{
  margin-top: 1.2%;
  margin-left: 5%;
  background-color: #004177;
  border-radius: 4px;
  color: #666;
  padding: 5px 0;
  display: inline-block;
}

.proDevContainer .miscBlock{
  width: 100%;
  padding-left: 1%;
  text-align: center;
}
.proDevContainer .miscBlock div{
  display: inline-block;
  margin-right: 1%;
}
.proDevContainer .bottomInfo{
  display: inline-block;
  /*border: 1px solid blue;*/
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
/*END of Professional Development page */

/*RENEW YOUR MEMBERSHIP PAGE*/

.stack-vertical2 div {
    width: 180px;
}

.stack-vertical2 div:nth-of-type(odd) {
    margin-right: 50px;
}

.stack-vertical2 {
    width: 500px;
    padding: 10px;
    margin: 20px 0;
}

/*END OF RENEW YOUR MEMBERSHIP PAGE*/

/*Podcast Page In This Section block*/
.podcast .col-1-8.right-sub-nav {
    min-width: 180px;
    margin-left: 10%;
    margin-right: 2%;
    /* border: 2px solid red; */
    float: right;
}

/*Podcast Page In This Section block END*/

/*Innovation Pavilion Grid*/

/*fr- Fractionals are recommended*/
#pavContent{
   display: grid;
   grid-gap: 2px;
   grid-template-columns: repeat(15, 1fr);
   grid-auto-rows: minmax(50px, auto);
   max-width: 90%;
   margin: 50px auto;
   position: relative;
}
#pavContent h1{
  grid-column: 1/16;
  grid-row: 1/1;
  padding: 0;
}

#pavContent h1{
  color: #444;
  display: block;
  border-bottom: 2px solid #bbb;
  padding-bottom: 15px;
  text-align: center;
}
#pavContent .nested{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 2px;
  /*Caused the height of each box in the grid to stretch*/ 
  /* grid-auto-rows: 100%;*/
}
#pavContent .nested > div{
  border: 1px solid #bbb;
  padding: 1em;
}
#pavContent .nested > h3, .nested > h4{
  grid-column: 1/15;
  grid-auto-rows: 10px;
}
/*#pavContent .nested >div:nth-child(odd){
  background: #eee;
}*/

#pavContent .nested > div > div{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: auto;
  margin: 0;
  /*max-width: 250px;*/
}

span.sponsor-logo img {
    max-width: 170px;
}

#pavContent #content > *{
  /*background: #3bbced;*/
  background: #fff;
  padding: 30px;
}

#pavContent .Session-icon img{
	width: 64px;
}

#pavContent div.Session-icon {
    padding: 0 0 15px 0;
}


.session-B h3, .session-C h3, .session-D h3, .session-E h3, .session-F h3 {
    min-height: 66px;
}

#pavContent section.A{
  grid-column: 1/16;
  grid-row: 2/4;
  color: #f00;
}

section.A .session-A .MainSession-icon {
    padding: 10px;
}

section.A .session-A .MainSession-icon img{
    width: 100%;
}

section.B div.session-A, section.C div.session-A{
	font-weight: 600;
	font-size: 1.2em;
	border: 1px solid blue;
}

section.B div.session-A span, section.C div.session-A span{
	float: right;
}

#pavContent section.A h3{
  text-align: center;
}

#pavContent section.A div *{
  color: #444;
}
#pavContent section.B{
  grid-column: 1/16;
  grid-row: 4/6;
  color: #666;
}
#pavContent section.B h3{
  color: #444;
  font-size: 1.5em;
	text-align: center;
}

#pavContent section.B div div a:link, #pavContent section.B div div a:visited, #pavContent section.C div div a:link, #pavContent section.C div div a:visited{
  color: #165126;
  text-decoration: none;
}
#pavContent section.B div div a:hover, #pavContent section.C div div a:hover{
  color: #bbb;
  text-decoration: underline;
}
#pavContent section.C{
  grid-column: 1/16;
  grid-row: 6/8;
  color: #444;
}
#pavContent section.C h3{
  color: #444;
  font-size: 1.5em;
	text-align: center;
}

#pavContent section.A div div.session-A, #pavContent section.A div div.session-B, #pavContent section.A div div.session-C, #pavContent section.A div div.session-D, #pavContent section.A div div.session-E{
 color: #555; 
}

#pavContent section.A div div.session-A{
 /*display: grid;*/
 grid-column: 1/1;
 grid-row: 1/2;
}

#pavContent section.A div div.session-B{
 /*display: grid;*/
 grid-column: 2/2;
 grid-row: 1/2;
}

#pavContent section.A div div.session-C{
 /*display: grid;*/
 grid-column: 3/3;
 grid-row: 1/2;
}

#pavContent section.A div div.session-D{
 /*display: grid;*/
 grid-column: 4/4;
 grid-row: 1/2;
}

#pavContent section.A div div.session-E{
 /*display: grid;*/
 grid-column: 5/5;
 grid-row: 1/2;
}

#pavContent section.A div div.session-F{
 /*display: grid;*/
 grid-column: 6/6;
 grid-row: 1/2;
}

/* SECTION B FIRST DATE */
/* section.B div div.session-A{
 grid-column: 1/1;
 grid-row: 1/2;
}

section.B div div.session-B{
 grid-column: 2/2;
 grid-row: 1/2;
}

section.B div div.session-C{
 grid-column: 3/3;
 grid-row: 1/2;
}

section.B div div.session-D{
 grid-column: 4/4;
 grid-row: 1/2;
}

section.B div div.session-E{

 grid-column: 5/5;
 grid-row: 1/2;
}
section.B div div.session-F{
 grid-column: 6/6;
 grid-row: 1/2;
}*/
#pavContent section.C div.session-B{
  grid-column: 2/3;
  grid-row: 1/4;
}
/*aside{
  grid-column: 1/4;
}
nav{
  grid-column: 1/4;
}
footer{
  grid-column: 1/13;
}*/
#pavContent #grid{
  display: grid;
  position: absolute;
  top: 0;
  left:0;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows:minmax(100%, auto);
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 0;
  display: none;
}
#pavContent #grid p{
  border: 1px solid;
  background: #000;
  margin: 0;
  opacity: 0.2;
}
/*END of Innovation Pavilion Grid*/

/**Innovation Pavilion content page**/
div#bostonContent, div#hkContent {
    width: 80%;
    margin: 0 10%;
    display: inline-block;
}

div#bostonContent h3, div#hkContent h3 {
    color: #006032;
    font-size: 1.8em;
}

div#bostonContent p, div#hkContent p {
    display: block;
    height: auto;
    width: 100%;
    padding: 10px 0;
    float: left;
}	

div#bostonContent img, div#hkContent img {
    float: none;
	display: block;
    width: 230px;
    padding: 5px;
    border: 1px solid #ccc;
    margin: 0 20px 10px 0;
}

div#bostonContent .concierge, div#hkContent .concierge {
    display: inline-block;
    padding: 5px;
    margin: 0 0 87px 0;
}

div#bostonContent .concierge ul, div#hkContent .concierge ul {
    padding-left: 5%;
}

#hkContent hr {
    border: 1px solid #7f7e7e;
    margin-top: 75px;
}

/**End of Innovation Pavilion content page**/


/***** CUSTOM STYLES FOR PRIVACY PAGE ******/

/*Seats footer properly*/
div#content_after {
    width: 100%;
    float: left;
}

/*||---ALERT BANNER STYLE---||*/
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    font-weight: 300;
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.alert {
    padding: 15px;
    margin-bottom: 0px; /*Custom*/
    border: 4px solid #b8b085;
    border-radius: 4px;
	display: none;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: 15px;
    right: 5px;
    color: inherit;
    color: #f1f1f1;
    padding: 6px;
    border: 1px solid #555;
    border-radius: 5px;
    background-color: #333;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 300;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .8;
}

.close:hover{
	opacity: 0.4;
}

/*On Academic Challenge fixing list type and spacing*/
div ul.AC li {
    list-style: disc!important;
    margin-left: 0!important;
}

.resp-tab-content div > ul li{
	list-style: circle;
	margin-left: 10%;
}

h2.resp-accordion{
	border-top: 1px solid #f1f1f1;
}

/*******Custom styles for Adestra Forms***********/

.full-box.form {
    margin-top: 40px;
    width: 100%;
    padding: 10px;
}

.full-box.content {
    width: 100%;
}

.full-box h3.rightHeader {
    height: 100%;
    width: 100%;
	font-size: 1.5em;
    margin-bottom: 20px;
}

.full-box.form .container textarea{
    width: 100%;
}

input#submit.submitButton:hover {
    background-color: #777;
    color: #fff;
}

input#submit.submitButton {
    width: 75%;
    padding: 8px;
    margin-top: 15px;
    background-color: #76c75b;
    cursor: pointer;
    font-weight: 800;
    color: #f1f1f1;
    border-radius: 6px;
}

input#submit.submitYL, input#submit.submitGdpr {
    width: 20%;
    padding: 8px;
    margin-top: 15px;
    background-color: #76c75b;
    cursor: pointer;
    font-weight: 800;
    color: #666;
    border-radius: 6px;
}

.QPCR input#submit {
    color: #fff;
    background-color: transparent;
    border: none;
    padding: 0 39px 5px 0px;
    cursor: pointer;
}

div#amf-el-submit_button_53 {
    margin-top: 20px;
}

/***** Custom styles for Learning Bundel page content *****/

.CreLearnContent{
	float: left;
	width: 69%;
}

/***** Custom styles for qpcr page content *****/

.qpcrContent{
margin-top: 20px;
margin-left: 20px;
}

.qpcrContent .resp-tab-content h2{
	margin: 0;
	display: none;
}


/* QPCR Registration Button*/

.qpcrContent div.qpcrReg{
	width: 100%;
	height:45px;
	font-size: 1.3em;
}

.qpcrContent div.qpcrReg a{
	color: #f1f1f1;
	text-align: center;
	padding: 1.5%;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 4px;
	background-color: #4385ae;
}

.qpcrContent div.qpcrReg a:hover{
	background-color: #c7b25e;
}

input.text, select#amf-input-are_you_a_member_21, select#amf-input-are_you_a_member_30  {
    height: 25px;
	width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 1.05em;
}

form div .GdprFirst label {
    float: left;
    margin-right: 10px;
}

form div .GdprFirst {
    margin: 10px 0;
}


/* Hides the skyscraper on the qpcr page */
.qpcrContent .skyscraper.center{
	display: none;
}
.col-1-4.form.right-sub-nav.tablet-expand{
    margin-top: 50px;
    margin-left: 4%;
    padding: 10px;
}

.sec-nav.form.clear{
    width: 100%;
}

.full-box.form{
    width: 100%;
}

/* buttons */
.button.qpcrButton{
  background: #4488b2;
  background-image: -webkit-linear-gradient(top, #4488b2, #386f91);
  background-image: -moz-linear-gradient(top, #4488b2, #386f91);
  background-image: -ms-linear-gradient(top, #4488b2, #386f91);
  background-image: -o-linear-gradient(top, #4488b2, #386f91);
  background-image: linear-gradient(to bottom, #4488b2, #386f91);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  padding: 10px 20px 10px 20px;
  border: solid #257bad 2px;
}
.button.qpcrButton a{
    color: #fff;
    text-align: center;
    padding: 0;
    font-size: 1.1em;
    font-weight: 100;
	text-decoration: none;
}
.button.qpcrButton:hover{
  background: #969696;
  background-image: -webkit-linear-gradient(top, #969696, #707070);
  background-image: -moz-linear-gradient(top, #969696, #707070);
  background-image: -ms-linear-gradient(top, #969696, #707070);
  background-image: -o-linear-gradient(top, #969696, #707070);
  background-image: linear-gradient(to bottom, #969696, #707070);
  text-decoration: none;
	
}

/*******Sponsor Style adjustments********/
.xtraSpace {
    display: inline-block;
    height: 1em;
    position: relative;
    padding: 1em;
    margin: 0;
    width: 100%;
}

.col-lg-6.Sponsor.Large.solo, .col-md-4.Sponsor.Med.solo, .col-sm-3.Sponsor.Small.solo {
    float: none;
	margin: 0 auto;
}


/***** ATTENDEES PAGE STYLES *****/

#singapore2018 div.attendContent .attendIntro, div.attendContent .attendIntro{
	width: 80%;
	margin: 0 auto;
}
#singapore2018 div.attendContent .attendIntro img, div.attendContent .attendIntro img{
	margin-left: 20px!important;
	margin-top: -10px!important;
	float: right;
}
#singapore2018 div.attendContent .APACheader, div.attendContent .APACheader{
	padding: 5px;
	
	} 
#singapore2018 .attendContent p.Cintro, .attendContent p.Cintro{
	padding: 10px;
	width: 90%;
	margin: 0 auto;
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: 300;
	} 

#singapore2018 .attendContent .flex-div, .attendContent .flex-div {
	display: flex;
	flex-wrap: wrap;
	min-height: 300px;
	justify-content: center;
	background-color: #f1f1f1;
	width: 100%;
	padding: 0 1em;
	margin: 0 auto;
	} 

#singapore2018 .attendContent .flex-div > div, .attendContent .flex-div > div{ 
	position: relative; 
	display: block; 
	background-color: #dee4f5; 
	color: #555; 	
	font-family: 'Lato', sans-serif; 
	font-weight: 700; 
	margin: 20px; 
	line-height: 1.5em; 
	font-size: 1em; 
	padding-top: 15px; 
	padding-left: 0; 
	width: auto; 
	border: 6px solid rgba(125, 125, 125, .4); 
	border-radius: 4px; 
	} 

#bostonSummit .attendContent .flex-div > div{
	background-color: #fbfff1;
}

#singapore2018 .attendContent .flex-div > div > ul, .attendContent .flex-div > div > ul{ 
	display: block; 
	width: 100%; 
	float: left; 
	position: relative; 
	padding: 0; 
	} 

#singapore2018 .attendContent .flex-div > div > ul > li, .attendContent .flex-div > div > ul > li{ 
	list-style: none; 
	padding: 25px 0 20px 30px; 
	} 

#singapore2018 .attendContent .flex-div > div > ul > li:nth-of-type(even){ 
	background-color: #dff0d8; 
	} 

#bostonSummit .attendContent .flex-div > div > ul > li:nth-of-type(even){ 
	background-color: #edffe4; 
	} 

.attendContent .flex-div > div > ul > li:nth-of-type(even){ 
	background-color: #d8def0; 
	} 
#singapore2018 .attendContent h3.titleAttend, .attendContent h3.titleAttend {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.5em;
	padding: 20px;
	color: #555;
	}
/****ATTENDEES PAGE STYLES END****/

/***SUMMIT SPECIFIC STYLES***/

/*X-Large banner Size fix*/

#HongKong2018 #home-content #feature #summit-logo img, #OC2019 #home-content #feature #summit-logo img, #Amsterdam2019 #home-content #feature #summit-logo img{
	width: 100%!important;
}

.2019HKgeneral #home-content #feature #summit-logo img{
	
	width: auto!important;
}

#HongKong2018 .navbar-inverse .navbar-toggle, #OC2019 .navbar-inverse .navbar-toggle, #Amsterdam2019 .navbar-inverse .navbar-toggle {
    border-color: #6c6c6c;
    background-color: #888;
}

#homepage #header, #bostonSummit #header {
    max-width: none;
}

#HongKong2018 #header, #OC2019 #header, #Amsterdam2019 #header {
    color: #3b3b3b;
    background-color: #cccccc; /*Might need to change in Mobile*/
}

#HongKong2018 #home-content #feature>.container, #OC2019 #home-content #feature>.container, #Amsterdam2019 #home-content #feature>.container {
    height: 100%;
    width: 100%;
    background-color: #e3e3e5;
}

#OC2019 #home-content #feature>.container{
	margin-top: 15px;
}

/*If no feature container exists then remove this block*/
#HongKong2018 #feature-container .none, #OC2019 #feature-container .none, #Amsterdam2019 #feature-container .none{
    display: none;
}

#HongKong2018 .mainNav .nav a, #OC2019 .mainNav .nav a, #Amsterdam2019 .mainNav .nav a {
    color: #3b3b3b;
}

#HongKong2018 .mainNav .nav li ul li a, #OC2019 .mainNav .nav li ul li a, #Amsterdam2019 .mainNav .nav li ul li a {
    color: #333;
}

#HongKong2018 #header .nav li.active, #HongKong2018 #header .nav li:hover, #HongKong2018 #header .nav .dropdown, #OC2019 #header .nav li.active, #OC2019 #header .nav li:hover, #OC2019 #header .nav .dropdown, #Amsterdam2019 #header .nav li.active, #Amsterdam2019 #header .nav li:hover, #Amsterdam2019 #header .nav .dropdown {
    background-color: #999
}

#HongKong2018 #homepage #header .nav li li a:hover, #HongKong2018 #header .nav li li a:hover, #OC2019 #homepage #header .nav li li a:hover, #OC2019 #header .nav li li a:hover, #Amsterdam2019 #homepage #header .nav li li a:hover, #Amsterdam2019 #header .nav li li a:hover {
    color: #eaeaea;
    background-color: #999!important;
}

#HongKong2018 .mainNav a img, #OC2019 .mainNav a img, #Amsterdam2019 .mainNav a img {
    width: 35%;
}

#HongKong2018 .none, #OC2019 .none, #Amsterdam2019 .none{ /*Disapear the blocks above the banner because they have no use but break the page when removed*/
	display: none;
}

#HongKong2018 #header a.register>span {
    background-color: #6ccef5; /*Plastic Green 51b747*/ /*Sky Blue 6ccef5*/
    color: #f1f1f1;
}

#OC2019 #header a.register>span{
    background-color: #a6ce39; /*OC Groove Green*/
    color: #333;
}

#Amsterdam2019 #header a.register>span{
	background-color: #009bde; /*Deep Blue*/
    color: #333;
}

/*Orange County and HK 2019 General Content banner fix on General Template pages*/
div.OC2019Content .container.heroBanner{/*Orange County 2019 CHANGED for gap*/
	margin-top: 55px;
}
.HK2019Content .container.heroBanner, .OC2019Education .container.heroBanner{
	margin-top: 115px;
	}
div.HK2019Content .container.heroBanner{
	margin-top: 55px;
}
div.A2019Content #home-content #feature{
	margin-top: 100px;
	min-height: auto;
}
div.A2019Education #home-content #feature{
	margin-top: 100px;
}
/*Above rule is not effecting OC summit banner...Temp fix. Changed to the HK Speakers page 11-27-18*/
.2019HKspeakers .container.heroBanner, .2019HKEducation .container.heroBanner{
	margin-top: 115px;
}

/*Banner full width of page*/
#HongKong2018 div.container.heroBanner, #HongKong2018 div.col-xs-12.heroBanner, #OC2019 div.container.heroBanner, #OC2019 div.col-xs-12.heroBanner, #Amsterdam2019 div.container.heroBanner, #Amsterdam2019 div.col-xs-12.heroBanner{
	padding-left: 0px;
	padding-right: 0px;
}

#HongKong2018 div.col-xs-12.heroBanner, #OC2019 div.col-xs-12.heroBanner, #Amsterdam2019 div.col-xs-12.heroBanner{
	background-color: #e3e3e5; 
}


/*Feature Image border and shadow*/
#HongKong2018 .feature-content p img, #OC2019 .feature-content p img, #Amsterdam2019 .feature-content p img{
    border: 6px solid #fff;
    border-radius: 2px;
    box-shadow: 0px 4px 10px #999;
	-moz-box-shadow: 0px 4px 10px #999;
	-ms-box-shadow: 0px 4px 10px #999;
}

#HongKong2018 .sticky-event-title, #OC2019 .sticky-event-title, #Amsterdam2019 .sticky-event-title{
    background: #868686;
    color: #e6e7e8;
}

#Amsterdam2019 .register-banner{
	background-color: #4db748;
	color: #f1f1f1;
	font-weight: 600;
	height: auto;
    padding: 8px;
}

#HongKong2018 .register-banner {
    color: #222;
    background-color: #d7df23; /*Neon yellow d7df23 | Burnt Orange-ef4023*/
	font-weight: 600;
	height: auto;
    padding: 8px;
}

#OC2019 .register-banner {
    color: #f3f3f3;
	font-style: normal;
    background-color: #868686; /*OC Grove Green*/
	font-weight: 600;
	height: auto;
    padding: 8px;
}

#HongKong2018 p.termsHK, #OC2019 p.termsHK, #Amsterdam2019 p.termsHK {
    font-size: .7em;
    line-height: 15px;
}

#HongKong2018 p.termsHK span, #OC2019 p.termsHK span, #Amsterdam2019 p.termsHK span {
    color: #555;
}
#OC2019 #feature-container, #Amsterdam2019 #feature-container{
	width: 100%;
	margin-top: 75px;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}

#OC2019 #feature-container2, #Amsterdam2019 #feature-container2{
	width: 100%;
	margin-top: 0;
	display: inline-block;
}

.feature-content.middle {
    margin-top: 34px;
}

#OC2019 .summitIntro, #Amsterdam2019 .summitIntro {
    margin-right: auto;
    margin-left: auto;
    width: 67%;
    margin-bottom: 40px;
}

#HongKong2018 .agendaDate, #OC2019 .agendaDate, #Amsterdam2019 .agendaDate {
    color: #757575;
    background-color: #e2e2e2; /*6ccef5 Sky Blue*/
	background-image: none;
	font-size: 1.2em;
    padding: 4px 0;
	text-shadow: 1px 1px 0px #f7f7f7;
}

#OC2019 div#summit_info, #Amsterdam2019 div#summit_info {
    background-color: #f1f1f1!important;
}

.agendaDate.special {
    /*color: #ef4023;*/
}

#HongKong2018 .agendaTime, #OC2019 .agendaTime, #Amsterdam2019 .agendaTime{
	 width: 15%;
}

#HongKong2018 .agendaTime, #HongKong2018 .agendaEvent, #OC2019 .agendaTime, #OC2019 .agendaEvent, #Amsterdam2019 .agendaTime, #Amsterdam2019 .agendaEvent{
	font-size: 1em;
	padding: 5px 0;
	color: #555;
}

#HongKong2018 .greyLine, #OC2019 .greyLine, #Amsterdam2019 .greyLine {
    background-color: #989898;
	width: 100%;
    height: 4px;
    margin-top: -3px;
    margin-bottom: 0px;
}

#HongKong2018 .blueLine, #OC2019 .blueLine, #Amsterdam2019 .blueLine {
    background-color: #1595d3;
}

#HongKong2018 #pricing, #OC2019 #pricing, #Amsterdam2019 #pricing {
    background-color: #f1f1f1;
    color: #d4df23;
    font-weight: 100;
}

#HongKong2018 hr, #OC2019 hr, #Amsterdam2019 hr {
    border-top: 1px solid #aaa;
	margin-top: 21px;
}

#HongKong2018 #footer, #OC2019 #footer, #Amsterdam2019 #footer {
    background-color: #ccc;
}

#HongKong2018 #footer h3, #OC2019 #footer h3, #Amsterdam2019 #footer h3{
    color: #3b3b3b;
	font-weight: bold;
}


#HongKong2018 #footer ul a, #HongKong2018 #footer p, #HongKong2018 span, #OC2019 #footer ul a, #OC2019 #footer p, #OC2019 span, #Amsterdam2019 #footer p, #Amsterdam2019 span {
    color: #5b5b5b;
}

/* Pricing Table */

#HongKong2018 .title-pricing, #OC2019 .title-pricing, #Amsterdam2019 .title-pricing {
    color: #777;
}

#HongKong2018 table.pricing-table, #OC2019 table.pricing-table, #Amsterdam2019 table.pricing-table {
    width: 70%;
    background-color: #e4e4e4;
    border-radius: 10px;
}

#HongKong2018 #pricing p, #OC2019 #pricing p, #Amsterdam2019 #pricing p {
    color: #ef4023;
}

/*Learning Experiences Column*/
.rightContent {
    float: left;
    margin-top: 34px;
    width: 360px;
    clear: both;
	background-color: #e2e0e0;
    padding: 15px 8px;
}

/* Delete*/
/*#HongKong2018 #home-content #feature>.container, #OC2019 #home-content #feature>.container, #Amsterdam2019 #home-content #feature>.container  {
    height: 100%;
    width: 100%;
    background-color: #e3e3e5;
}*/

/*FOOTER STYLES*/

#Amsterdam2019 div#footer ul li a {
    color: #444;
}

#Amsterdam2019 div#footer ul li a:hover {
    color: #f1f1f1;
    /*text-decoration: underline;*/
}

#footer span.AmsterdamSpan {
    color: #f1f1f1;
}


/***SUMMIT SPECIFIC STYLES END***/



/***** Main Site Nav Fixes *****/

/***** Summit Micro Site Fixes *****/ 

/*General Sessions Sponsor Logos*/

h3.sponsorTitle {
    color: #343434;
    font-size: 1.2em;
}

.sponsorLogos{
    width: 100%;
    display: block;
    border-top: 1px solid #c1c1c1;
    padding: 15px 5px 10px;
    margin-top: 15px;
}

/*Fixes issue that caused logos to disapear with an IE height fix*/
div.sponsor a img {
    height: auto;
}

.svgLogo {
    width: 25%;
	float: left;
    margin-right: 25px;
}

.svgLogo a {
    display: block;
    height: auto;
}
/*General Sessions Sponsor Logos END*/

/*Boston Multiple images for General Sessions*/
div.pictureBank {
    display: inline-block;
    width: 100%;
    padding: 0 0 0 4%;
}

.pictureBank .thumbnail img {
    width: 12em;
}
/*Only when the thumbnails need to stack*/
.pictureBank .thumbnail.special{
	width: 190px;
    float: none;
}

.thumbnail.gSessions {
	float: left;
	width: 190px;
}

p.headshotName {
    text-align: center;
    font-size: 10px;
    margin: 0;
    padding: 0;
    width: 180px;
}

#homepage #header .nav li li a:hover, #header .nav li li a:hover {
    color: #eaeaea!important;
    background-color: #006032;
	border-radius: 0px!important;
}

/**MADRID DROPDOWN NAV COLOR YELLOW**/
#homepage .madrid2018 #header .nav li li a:hover{
	background-color: #ffc20f;
}

#bostonSummit #header .nav li li a:hover, #singapore2018 #header .nav li li a:hover{
	background-color: #88bf01;
}

/*Hover State for Main Navigation*/
.madrid2018 #header .nav li.active, .madrid2018 #header .nav li:hover, .madrid2018 #header .nav .dropdown {
    background-color: #ffffff;
}

/*Makes sure the alphabbet nav is not visable when the page is displayed on a desktop*/

.attendContent.madrid2018 .flex-div.companyList .alphaBet, .attendContent.boston2018 .flex-div.companyList .alphaBet {
    	display: none;
	}

#bostonSummit #header .nav li.active, #bostonSummit #header .nav li:hover, #bostonSummit #header .nav .dropdown {
    background-color: #72a000; /*faded green*/
}
/** Header banner Fixes **/
/*#homepage #home-content{
	margin-top: 0!important;
}*/

/*#bostonSummit div#wistia-l9uwyvkxfi-1{
		width: 353px!important;
		height: 182px!important;
	}
*/
#bostonContent p>img{
}

#homepage #home-content #feature #summit-logo, #home-content #feature #summit-logo, .madrid2018 #homepage #home-content #feature #summit-logo, .madrid2018 #home-content #feature #summit-logo, #bostonSummit #home-content #feature #summit-logo, #singapore2018 #home-content #feature #summit-logo{
	margin-top: 0!important;
	margin-left: 0!important;
	display: inline-block;
}

#homepage #home-content #feature #summit-logo img, #home-content #feature #summit-logo img, .madrid2018 #homepage #home-content #feature #summit-logo img, #bostonSummit #home-content #feature #summit-logo img, #singapore2018 #home-content #feature #summit-logo img {
    width: auto;
}

/*Removes unnessesary element that pushes the banner in an awqward position*/
#bostonSummit .col-xs-6.col-sm-6{
    display: none;
	}

/* Fixes the agenda container from being off center */
#homepage #home-content #summit_info .row.info, .madrid2018 #summit_info .row.info{
	padding: 0!important;
}

#homepage #presummit .row, .madrid2018 #homepage #presummit .row {
    padding: 0!important;
}

#homepage .agenda-transparency, .madrid2018 #homepage .agenda-transparency{
	width: auto;
	margin-top: 2em;
    /*margin-bottom: 2em;*/
    border-radius: 8px;
}

/*General Summit Professional Development page alignment */
.attendContent {
    width: 100%;
    margin: 50px auto;
}

.APACheader {
    padding: 0!important; 
}

#homepage .hotel-transparency{
    border-radius: 8px;
	background: rgba(250, 250, 250, 0.9);
	width: 70%;
}

.hotel-transparency .col-sm-6 .place-desc-large img {
    width: 100%;
}

/*********AGENDA INTRO TEXT STYLES*********/
#homepage .summitIntro {
    background-color: rgba(250, 250, 250, 0.9);
    display: block;
    /*?Style taken out for mobile continuity?*/
	/*padding: 20px 40px;
    margin-top: 30px;*/
    border-radius: 8px;
	padding: 15px 25px;
}

#homepage .summitIntro img {
    padding: 5px;
    background-color: #ddd;
	margin-left: 15px;
	float: right;
}
/*********END AGENDA INTRO TEXT STYLES*********/

/* Summit pages hotel bg image fix */
#home-content div#meet {
    background-size: contain!important;
}

/* Spacing for the table on the summit pages */
#homepage #home-content .table-condensed>tbody>tr>td{
	padding: 8px 10px 5px 10px;
}

/* Correcting Anchor Links taking up visible pace in the DOM */

#homepage a[name] {
    padding: 0;
    margin-top: 0;
	height: 0!important;
}


/* Sponsor Section of the summit site */

#homepage .sponsorsContainer {
    width: 70%;
    padding: 10px 1.5em;
    background-color: #f9f9f9;
    margin: 0 auto 30px auto;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#homepage .col-md-4.col-lg-4.info {
    width: 100%;
}
#homepage .agendaContainer {
    width: 100%;
}
/*Make Sure and add this class to the legend block inside CMS-Plus before uncommenting. Check that it is flowing in the DOM properly before publishing*/
.agendaLegend{
	display:block;
	float: left;
	width: 97%;
	margin: 15px 0 20px 1em;
	padding-top: 15px;
	border-top: 1px solid #444;
} 

.agendaLegend > p{
	margin: 10px 0;
	padding: 5px;
}

/**** NETWORKING PAGE PHOTO BLOCK ****/
.contentContainer .photoLine{
	display: block;
    width: 100%;
    height: auto;
    border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
    padding: 15px;
    margin: 10px auto;
	position: relative;
	}
.contentContainer .photoBox{
	display: inline-block;
    width: 30%;
    padding: 0;
    margin: 0 auto;
    text-align: center;			
	}
.contentContainer .photoBox > img{
	width: 70%;
    padding: 10px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 2px solid #ccc;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    background-color: #f1f1f1;
    margin: 0px auto;
	vertical-align: middle;
	box-sizing: border-box;
	opacity: .7;
	}
.contentContainer .picText{
	display: block;
	color: #555;
    border-bottom: 2px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 70%;
    margin: 0 auto;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #f1f1f1;
    font-weight: 600;
    font-size: 1.2em;
	line-height: 2em;
	box-sizing: border-box;
	/*opacity: .7;*/
	}


/************ LEADER MAGAZINE PAGE STYLES ************/
#page-container div.leaderWrapper{
			position: relative;
			width: 100%;
/*			border: 1px solid black;*/
			display: block;
			padding: 5px;
			box-sizing: border-box;
			margin: 10px auto;
		}
#page-container div.leaderWrapper > ul{
			margin: 5px auto;
			width: auto;
			text-align: center;
/*			border: 1px solid red;*/
		}
#page-container div.leaderWrapper > ul li{
			text-decoration: none;
			list-style: none;
			display: inline-block;
			margin: 0 10px;
			padding: 2px;
			vertical-align: middle;
/*			border: 2px solid grey;*/
		}
#page-container div.leaderWrapper > ul li img{
			width: 200px;
		}
#page-container div.leaderWrapper > ul li a:active, div.leaderWrapper > ul li:hover{
			opacity: .8;
			filter: grayscale(1) blur(1px);
		}
#page-container .xtraLink.archiveIss{
			position: relative;
			text-align: right;
			display: block;
			width: 100%;
			margin-right: 2em;
			padding: 2px 10em 2px 0;
			box-sizing: border-box;
			font-size: 1.3em;
			font-weight: 600;
			/*border: 5px solid yellow;*/
		}
#page-container	.insideBox{
			/*border: 2px solid red;*/
			display: inline-block;
			padding: 4px;
			margin: 40px auto;
			position: relative;
			width: 100%;
			box-sizing: border-box;
		}
#page-container .insideBox p img{
			display: inline-block;
			float: left;
			margin: 0 20px;
		}
#page-container .insideBox .directory{
			display: inline-block;
			/*border: 2px solid blue;*/
			padding: 4px;
			margin: 0 2%;
			width: 45%;
		}
#page-container .insideBox.inq{
			/*border: 2px solid orange;*/
			display: inline-block;
			padding: 4px;
			margin: 20px auto;
			position: relative;
			width: 100%;
			box-sizing: border-box;
		}
/************ END OF LEADER MAGAZINE PAGE STYLES ************/


.podcastImg {
    float: right;
    margin: 0 0 10px 20px;
    width: 250px;
    box-sizing: border-box;
}

/** Podcast Button styles**/

.subscribeSC {
    display: inline-block;
    /* border: 1px solid #f50; */
    width: auto;
    height: auto;
    text-align: center;
    border-radius: 4px;
    /* background-color: #f50; */
    color: #f1f1f1;
    margin-top: 2em;
    /* position: relative; */
}

a.subscribeSC:hover{
    opacity: 0.7;
}


/* Use to animate the pictures from one opacity to another
.contentContainer .photoBox > img:hover + .picText, .photoBox > img:hover{
	opacity: 1;
	}*/

/*********** CUSTOM TESTIMONIAL SLIDER**********/

*, *:before, *:after {
  box-sizing: border-box;
}

/*html, body {
  height: 100%;
}

body {
  color: #444;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}*/
.containertest {
    height: 250px;
    /* border: 1px solid black;
    display: block; */
}

.slider {
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider__nav {
  width: 12px;
  height: 12px;
  margin: 2rem 12px 0 0;
  border-radius: 50%;
  z-index: 1;
  outline: 6px solid #ccc;
  outline-offset: -7px;
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.slider__nav:checked {
  -webkit-animation: check 0.4s linear forwards;
          animation: check 0.4s linear forwards;
}
.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
  left: 0%;
}
.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
  left: -100%;
}
.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
  left: -200%;
}
.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
  left: -300%;
}
.slider__nav:checked:nth-of-type(5) ~ .slider__inner {
  left: -400%;
}
.slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 500%; /*Equals the number of testimonials on the page*/
  height: 100%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.slider__contents {
  height: 100%;
  padding: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__image {
  font-size: 2.7rem;
      color: #2196F3;
}
.slider__caption {
  font-weight: 500;
  margin: 2rem 0 1rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}
.slider__txt {
  color: #999;
  margin-bottom: 3rem;
  width: 90%;
}

@-webkit-keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

@keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

/***********END OF TESTIMONIAL SLIDER*********/

/**** NETWORKING PAGE PHOTO BLOCK ****/

/* News table styles */
.tg  {border-collapse:collapse;border-spacing:0;border-color:#aaa;margin:0px auto;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#aaa;color:#333;background-color:#fff;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#aaa;color:#fff;background-color:#f38630;}
.tg .tg-j2zy{background-color:#FCFBE3;vertical-align:top}
.tg .tg-bn4o{font-weight:bold;font-size:18px;text-align:center;vertical-align:top}
.tg .tg-yw4l{vertical-align:top}



/*CAREER CENTER PAGE RE-DESIGN*/
/*COLOR layout*/
/*#7db44e Careers Dark-Green*/
/*#9cc762 Careers Hover Light-Green*/

/*#e78735 Intern Dark-Orange*/
/*#eeab45 Intern Hover Light-Orange*/

/*#dd290c Engage Dark-Red*/
/*#f54614 Engage Hover Light-Red*/

/*#4c84a6 Rewards Dark-Blue*/
/*#63a9c1 Rewards Hover Light-Blue*/

/*#858d92 Advance Dark-Grey*/
/*#b6bbbe Advance Hover Light-Grey*/


div.offerBox.One{
  -ms-grid-row:1; 
  -ms-grid-column:2;
  grid-area: Career;
}

div.offerBox.Two{
  -ms-grid-row:1; 
  -ms-grid-column:4;
  grid-area: Intern;
}

div.offerBox.Three{
  -ms-grid-row:2; 
  -ms-grid-column:2;
  grid-area: Engage;
}

div.offerBox.Four{
  -ms-grid-row:2; 
  -ms-grid-column:4;
  grid-area: Rewards;
}

div.offerBox.Bottom.Five{
  -ms-grid-row:4; 
  -ms-grid-column:2; 
  -ms-grid-column-span:3;
  grid-area: Advance;
}

.offerContainer{
  position: relative;
  display:-ms-grid;
  display: grid;
   /*Grid column number or size each column takes up*/
  -ms-grid-columns:1fr 42.5% 1fr 42.5% 1fr;
  grid-template-columns: 1fr 45% 45% 1fr;
   /*the hight is automatically calculated based on size of items*/
  grid-template-rows: auto;
   /*Visual representation of items in the grid*/
  grid-template-areas: 
    ". Career Intern ."
    ". Engage Rewards ."
    ". Advance Advance .";
  /*Identifies the gap between both the columns and rows*/
  grid-gap: 0px 20px;
  /*Aligns items to the center of the grid*/
  justify-items: center;
  /*Place an even amount of space between each grid item along the inline*/
  /*justify-content: space-evenly;*/
  /*align-content: start;*/
  /*sets both align-content and justify-content*/
  place-content:start/end;
  position: relative;
  border: 2px solid white;
  height: auto;
  width: 100%;
}
.offerBox{
  height: 225px;
  width: 100%;
  /*border: 2px solid darkblue;*/
  margin: 30px 40px;
  padding: 10px;
  position: relative;
  box-sizing: border-box;
}
/*DELETE ONCE THIS BOX GOES LIVE*/
.offerBox.Four{
  display: none;
}

.offerBox span.bgImage{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*background-color: #A9CCE3;*/
}

/*Image placement for each box*/
.offerBox.One span.bgImage{
  background: url("http://www.corenetglobal.org/files/careers%2Dbg%2Dimage.jpg") top left repeat-y;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.offerBox.Two span.bgImage{
  background: url("http://www.corenetglobal.org/files/2015/images/intern%2Dbg%2Dimage.jpg") top left repeat-y;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.offerBox.Three span.bgImage{
  background: url("http://www.corenetglobal.org/files/2015/images/engage%2Dbg%2Dimage.jpg") top left repeat-y;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.offerBox.Four span.bgImage{
  background: url("http://www.corenetglobal.org	/files/2015/images/rewards%2Dbg%2Dimage.jpg") top left repeat-y;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.offerBox.Bottom.Five span.bgImage{
  background: url("http://www.corenetglobal.org/files/2015/images/advance%2Dbg%2Dimage.jpg") top left repeat-y;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.offerBox.Two span.textBreak {
    display: inline;
	background: none;
	} 

.offerBox h2{
  text-align: center;
  /*padding: 20% 39%;*/
  position: absolute;
  top: 32%;
  left: 42%;
  color: #f1f1f1;
  position: relative;
  font-size: 35px;
  z-index: 1;
}

.offerBox ul{
  position: absolute;
  bottom: -17px;
  left: 1px;
  padding: 0;
  height: 50px;
  width: 99.7%;
  background-color: rgb(10, 10, 10, 0.3);
  overflow: hidden;
  z-index: 1;
}

.offerBox.Bottom.Five ul{
  width: 99.9%;
}
.offerBox ul li{
  display: inline;
  
}
.offerBox li.bottomLink{
  list-style: none;
  white-space: pre-line;
}

.offerBox li.bottomLink.one{
  /*border: 1px solid pink;*/
  padding: 0;
  height: 100%;
  width: 49%;
  vertical-align: center;
  text-align: center;
  float: left;
  overflow: hidden;
}

.offerBox li.bottomLink.two{
  /*border: 1px solid pink;
  padding: 0;
  height: 100%;
  width: 49%;*/
  vertical-align: center;
  text-align: center;
  /*float: right;*/
  overflow: hidden;
  /*margin-right: 3px;*/
}

.offerBox li.bottomLink.three{
  /*border: 1px solid pink;*/
  padding: 0;
  height: 100%;
  vertical-align: center;
  text-align: center;
  overflow: hidden;
}

.offerBox li.bottomLink.one a:link{
  padding: 5% 0 0;
  font-size: 1em;
  text-decoration: none;
  display: block;
  min-height: 100%;
}

.offerBox li.bottomLink.two a:link{
  padding: 2.5% 0 0;
  font-size: 1em;
  text-decoration: none;
  display: block;
  min-height: 100%;
}

/*Bottom span the entire width*/
.offerBox.Bottom{
  width: 100%;
}

.offerBox.Bottom span{
}

/*.offerBox.Bottom h2{
  padding-top: 60px;
}*/

.offerBox.Bottom ul li.bottomLink{
  width: 32.8%;
  /*border: 2px solid black;*/
  margin: 0 0.2%;
  float: left;
  white-space: pre-line;
}

.offerBox.Bottom li.bottomLink.one{
  padding: 0;
}

.offerBox.Bottom li.bottomLink.two{
  padding: 0;
  height: 100%;
}

.offerBox.Bottom li.bottomLink.three{
  padding: 0;
  float: right;
  width: 33.2%;
  /*padding: 0;
  width: 30%;
  height: 100%;
  display: block;
  margin-left: 20px;
  bottom: 0px;
  right: 295px;
  position: absolute;*/
}

.offerBox.Bottom li.bottomLink.one a:link{
  padding: 4% 0;
  background-color: #eee;
  text-decoration: none;
}

.offerBox.Bottom li.bottomLink.two a:link{
  padding: 4% 0;
  background-color: #eee;
  text-decoration: none;
}

.offerBox.Bottom li.bottomLink.three a:link{
  padding: 4% 0%;
  background-color: #eee;
  text-decoration: none;
  display: block;
  min-height: 100%;
}

/*DELETE AFTER TESTING*/
.offerBox.Bottom li.bottomLink.one a:hover, .offerBox.Bottom li.bottomLink.two a:hover, .offerBox.Bottom li.bottomLink.three a:hover{
  background-color: #f00;
  color: #f1f1f1;
}
/*DELETE AFTER TESTING*/


/*Color style for active and hover states*/
.offerBox.One li.bottomLink.one a:link, .offerBox.One li.bottomLink.one a:visited, .offerBox.One li.bottomLink.two a:link, .offerBox.One li.bottomLink.two a:visited{
  background-color: #7db44e;
  color: #f1f1f1;
  transition: background-color .3s;
}

.offerBox.One li.bottomLink.one a:hover, .offerBox.One li.bottomLink.two a:hover{
  background-color: #9cc762;
}

.offerBox.Two li.bottomLink.two a:link, .offerBox.Two li.bottomLink.two a:visited, .offerBox.Two li.bottomLink.one a:link, .offerBox.Two li.bottomLink.one a:visited{
  background-color: #e78735;
  color: #f1f1f1;
  transition: background-color .3s;
}

.offerBox.Two li.bottomLink.two a:hover, .offerBox.Two li.bottomLink.one a:hover{
  background-color: #eeab45;
}

.offerBox.Three li.bottomLink.one a:link, .offerBox.Three li.bottomLink.one a:visited, .offerBox.Three li.bottomLink.two a:link, .offerBox.Three li.bottomLink.two a:visited{
  background-color: #dd290c;
  color: #f1f1f1;
  transition: background-color .3s;
}

.offerBox.Three li.bottomLink.one a:hover, .offerBox.Three li.bottomLink.two a:hover{
  background-color: #f54614;
  color: #f1f1f1;
}


.offerBox.Four li.bottomLink.one a:link, .offerBox.Four li.bottomLink.one a:visited, .offerBox.Four li.bottomLink.two a:link, .offerBox.Four li.bottomLink.two a:visited{
  background-color: #4c84a6;
  color: #f1f1f1;
  transition: background-color .3s;
}

.offerBox.Four li.bottomLink.one a:hover, .offerBox.Four li.bottomLink.two a:hover{
  background-color: #63a9c1;
}

.offerBox.Bottom.Five li.bottomLink.one a:link, .offerBox.Bottom.Five li.bottomLink.one a:visited, .offerBox.Bottom.Five li.bottomLink.two a:link, .offerBox.Bottom.Five li.bottomLink.two a:visited, .offerBox.Bottom li.bottomLink.three a:link, .offerBox.Bottom li.bottomLink.three a:visited{
  background-color: #858d92;
  color: #f1f1f1;
  transition: background-color .3s;
}

.offerBox.Bottom.Five li.bottomLink.one a:hover, .offerBox.Bottom.Five li.bottomLink.two a:hover, .offerBox.Bottom li.bottomLink.three a:hover{
  background-color: #b6bbbe;
}

/*END CAREER CENTER PAGE RE-DESIGN*/

/** Multivie Ad placement Styles**/

#mvleaderboard{
}

.skyscraper.center .multiView.container.home{
	width: 130px!important;
}

.skyscraper.center .multiView.container {
	width: 225px; /*Use if the column has to stay col-10-12 spread*/
    padding: 5px 5px 0;
	margin: 0 0 10px;
    display: inline-block;
    overflow: hidden;
}

.skyscraper.center .multiView.container div#mvBox1 img, .skyscraper.center .multiView.container div#mvBox2 img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

/*Adjust the height of the empty ad that needs to be removed*/
.skyscraper-align {
    max-height: 600px!important;
}

div#div-gpt-ad-1443469026542-0{
	display: none;
}


/******************************IE SPECIFIC STYLES*********************************/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
	div.sponsor a img {
    height: 100%;
	}
	
	/*CAREER CENTER PAGE FIXES*/
	.offerBox h2{
		top: 32%;
		left: 46%;
	}
	
	.offerBox.Bottom h2{
		top: 32%;
		left: 38%;
	}
	
	/*.offerBox li.bottomLink.one a:link{
		padding: 3% 0 0;
	}
	.offerBox li.bottomLink.one a:link{
		padding: 1.5% 0 0;
	}*/
	
}

@supports (-ms-accelerator:auto) {
  /* IE Edge 12+ CSS styles go here */ 
	div.sponsor a img {
    height: 100%;
	}
}


@media screen and (max-width: 767px) {
	.tg {
		width: auto !important;
	}
	.tg col {
		width: auto !important;
	}
	.tg-wrap {
		overflow-x: auto;-webkit-overflow-scrolling: touch;margin: auto 0px;
	}
}
	
	
/***************MEDIA QUERIES FOR MOBILE DEVICES AND SMALL TO LARGE SCREENS****************/

/*Hotel and Venue Mobile Styles*/
@media screen and (min-width: 300px) and (max-width: 2199px){
	#header{
		max-width: 100%!important;
	}
}

@media screen and (min-width: 300px) and (max-width: 1199px){
  #OC2019 .col-sm-5, #HongKong2018 .col-sm-5, #Amsterdam2019 .col-sm-5{ 
    height: 100%;
    width: 100%;
    margin-top: 10px;
  }
	#OC2019 .col-sm-6, #HongKong2018 .col-sm-6, #Amsterdam2019 .col-sm-6{
		width: 100%;
		text-align: left;
	}
	.live-chat.mobile{
		display: none;
	}

}

/*Media Query for small mobile iphone 5/6/7/8/x screens*/
@media screen and (min-width: 301px) and (max-width: 320px){
.slider__contents {
    width: 100%;
    /* height: 100%; */
    padding: 1em;
    /* display: flex; */
    /*border: 1px solid black;*/
}

.slider__inner {
    /* width: 250px; */
    height: 100%!important;
    /*border: 1px solid blue;*/
}

.slider {
    min-width: 100%;
    padding-bottom: 35px;
    /*border: 1px solid yellow;*/
}

p.slider__txt {
    min-width: 100%;
    height: 100%;
    padding: 0;
    /*border: 1px solid grey;*/
}

.slider__inner {
    height: 350px;
}

.containertest {
    min-height: 525px;
    display: block;
    border: 5px solid #8e8e8e;
	}
}

/*Media Query for Large mobile iphone 5/6/7/8/x screens*/
@media screen and (min-width: 321px) and (max-width: 415px){
.slider__contents {
    width: 100%;
    /* height: 100%; */
    padding: 1em;
    /* display: flex; */
    /*border: 1px solid black;*/
}

.slider__inner {
    /* width: 250px; */
    height: 100%!important;
    /*border: 1px solid blue;*/
}

.slider {
    min-width: 100%;
    padding-bottom: 35px;
    /*border: 1px solid yellow;*/
}

p.slider__txt {
    min-width: 100%;
    height: 100%;
    padding: 0;
    /*border: 1px solid grey;*/
}

.slider__inner {
    height: 350px;
}

.containertest {
    	min-height: 425px;
    	display: block;
    	border: 5px solid #8e8e8e;
	}
}

/*ALERT BANNER MOBILE*/
@media screen and (min-width: 275px) and (max-width: 373px){
.alert {
    	font-size: 20px;
    	color: green;
    	padding: 0 20px 60px;
	}
.alert-dismissable .close, .alert-dismissible .close {
    	position: relative;
    	top: 11em;
	}
}

@media (max-width: 790px){
#HongKong2018 .sticky-event-title-mobile {

    	background: #c9c9c9;
    	color: #4d4d4d;
    	font-weight: 600!important;
    	line-height: 34px;
	}
	
#bostonSummit .sticky-event-title-mobile, .madrid2018 .sticky-event-title-mobile {
    	height: 65px;
	}
	
.madrid2018 .sticky-event-title-mobile{
		background-color: #003a6c;
	}
	
#bostonSummit .register-banner, .madrid2018 .register-banner {
    	height: 75px;
	}
	
#header{
		min-height: inherit;
	}
	
#header .mainNav a.mainLogo img {
    	width: 225px;
	}
	
/*Professional Development page widget mobile*/
	div.proDevContainer {
    margin-left: 0;
    width: 100%;
}

.proDevContainer .mcrDev {
    display: inline-block;
    width: 100%;
    margin: 0;
}

.mcrDev img {
    width: 100%;
    height: 100%;
}

.mcrDevInfo.qpcr, .mcrDevInfo.mcr, .mcrDevInfo.slcr {
    display: inline-block;
    margin: 0;
    position: relative;
    padding: 10px;
    font-size: large;
}
.proDevContainer .mcrDevInfo span.DevButton {
    margin-top: 4%;
    margin-left: 0;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    padding: 10px 0;
    display: inline-block;
    box-sizing: border-box;
	}
	
	/*SUMMIT MOBILE FIXES*/

#homepage #HongKong2018 #header .container .nav, #homepage #OC2019 #header .container .nav, #homepage #Amsterdam2019 #header .container .nav{
    list-style: none;
    float: left;
    /*clear: inherit;*/
    margin: 0 0 42px;
    background-colo: #dddddd;
    padding: 0;
}
	
#HongKong2018 .navbar-inverse .navbar-collapse, #HongKong2018 .navbar-inverse .navbar-form, #OC2019 .navbar-inverse .navbar-collapse, #OC2019 .navbar-inverse .navbar-form, #Amsterdam2019 .navbar-inverse .navbar-collapse, #Amsterdam2019 .navbar-inverse .navbar-form {
    border-color: #fefefe; /*CHANGED*/
}


#HongKong2018 .mainNav a img, #OC2019 .mainNav a img, #Amsterdam2019 .mainNav a img {
    width: 60%;
}

/*Hamburger Menu---------------------------*/
#HongKong2018 .navbar-inverse .navbar-toggle, #OC2019 .navbar-inverse .navbar-toggle, #Amsterdam2019 .navbar-inverse .navbar-toggle {
    border-color: #6c6c6c;
    background-color: #888;
    /* position: absolute; */
    /* float: right; */
    /* width: 43px; */
}

/*Size of the Summit Logo------------------------*/
#homepage #HongKong2018 #header .container img:first-of-type, #homepage #OC2019 #header .container img:first-of-type, #homepage #Amsterdam2019 #header .container img:first-of-type {
    max-width: 60%;
    /* border: 4px solid purple; */
}

#HongKong2018 .mainNav a img, #OC2019 .mainNav a img, #Amsterdam2019 .mainNav a img {
    width: 60%;
}

/*Size and space for the Early Bird Registration--------------------*/

#header a.register {
    margin: 10px 0 0; /*CHANGED*/
    position: absolute; /*CHANGED*/
    bottom: 0px; /*CHANGED*/
    left: 0; /*CHANGED*/
	width: 100%;
}

#Amsterdam2019 #header a.register>span, #OC2019 #header a.register>span {
    background-color: #009bde;
    color: #333;
    width: 100%; /*CHANGED*/
    /* display: block; */
    text-align: center; /*CHANGED*/
}
	
/*Hero Banner Extra Space------------------------------------------*/
	#home-content #feature #summit-logo {
    padding: 0!important; /*CHANGED*/
    /*margin-left: -50px;*/
}
	
	#summit-logo img {
    padding-top: 0px; /*CHANGED*/
    width: 100%;
    height: auto;
}
	
	[class*=col-] {
    padding-left: 2px;
    padding-right: 2px;
    margin: 0; /*CHANGED*/
	}
	
	#home-content #feature #summit-logo {
    margin-left: 0px !important;
    margin-top: 0px !important;
    text-align: center;
    padding-bottom: 0px; /*CHANGED*/
}
	.sticky-event-title-mobile {
    display: block;
    background: #888888!important; /*CHANGED from Boston CSS*/
    color: #e3e3e5!important; /*CHANGED*/
    position: static;
    width: 100%;
    padding: 10px 5% 10px 10px;
    height: 40px; /*CHANGED*/
    top: 45px;
    right: 0;
    text-align: center;
    font-size: 20px!important; /*CHANGED*/
    font-weight: 200 !important;
    /* line-height: 120%; */
    /* z-index: -1; */
}

/*Feature Window Size---------------------------------------------*/
	.ThirdWidth {
    width: 100%!important; /*CHANGED*/
}
	.ThirdWidth .feature-content, .HalfWidth .feature-content {
    width: auto;
}

/*Text Intro Size-------------------------------------------------*/
#OC2019 .summitIntro, #Amsterdam2019 .summitIntro {
    margin-right: auto;
    margin-left: auto;
    width: 85%; /*CHANGED*/
    margin-bottom: 40px;
}

/*Hotel Section Size----------------------------------------------*/
#homepage .hotel-transparency {
    border-radius: 8px;
    background: rgba(250, 250, 250, 0.9);
    width: 100%; /*CHANGED*/
}


/*Summit Pricing Size----------------------------------------------*/
#HongKong2018 table.pricing-table, #OC2019 table.pricing-table, #Amsterdam2019 table.pricing-table {
    width: auto;
    background-color: #e4e4e4;
    border-radius: 10px;
    display: table; /*CHANGE*/
    /*margin: 0 0 0 -30px;*/ /*Change*/
}

/*Sponsor Section Size---------------------------------------------*/
#homepage .sponsorsContainer {
    width: 100%; /*CHANGED*/
    padding: 10px 1.5em;
    background-color: #f9f9f9;
    margin: 0 auto 30px auto;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
	}
}

@media screen and (min-width: 374px) and (max-width: 767px){
.alert {
    font-size: 20px;
    padding: 0 20px 60px;
	}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: 10em;
	}
}

/* Portrait and Landscape FOR CAREER CENTER PAGE 12-4-19*/
@media only screen 
  and (min-device-width: 300px) 
  and (max-device-width: 374px) 
  and (-webkit-min-device-pixel-ratio: 1)
  { 
	  .offerContainer{
		  padding: 0;
		  grid-template-columns: 1fr;
   		  /*the hight is automatically calculated based on size of items*/
  		  grid-template-rows: auto;
   		  /*Visual representation of items in the grid*/
  		  grid-template-areas: 
			"Career"
			"Intern"
			"Engage"
			"Rewards"
			"Advance";
	  }
	  
	  .offerBox h2 {
	  padding: 0;
	  top: 10%;
	}
	  .offerBox.Bottom h2 {
	  padding: 0;
	  top: 10%;
	  left: 8%;
	}
	 .offerBox.Two span.textBreak {
      display: block;
	} 
	  
	 /*Adjust Second box with wrapping text*/
	.offerBox.Two li.bottomLink.one a:link, .offerBox.Two li.bottomLink.two a:link{
      padding: 0;
    }
	  
}

/* Portrait and Landscape FOR CAREER CENTER PAGE 12-4-19*/
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 765px) 
  and (-webkit-min-device-pixel-ratio: 1)
  { 
    .offerContainer{
  background-color: #ggg;    
  position: relative;
  display: grid;
   /*Grid column number or size each column takes up*/
  grid-template-columns: 1fr;
   /*the hight is automatically calculated based on size of items*/
  grid-template-rows: auto;
   /*Visual representation of items in the grid*/
  grid-template-areas: 
    "Career"
    "Intern"
    "Engage"
    "Rewards"
    "Advance";
  /*Identifies the gap between both the columns and rows*/
  grid-gap: 0px 20px;
  /*Aligns items to the center of the grid*/
  justify-items: center;
  /*Place an even amount of space between each grid item along the inline*/
  /*justify-content: space-evenly;*/
  /*align-content: start;*/
  /*sets both align-content and justify-content*/
  place-content: space-evenly;
  width: 100%;
  padding: 0 10%;
  box-sizing: border-box;
  }
    
    .offerBox ul{
      bottom: -16px;
      left: 1px;
      padding: 0px;
      height: 70px;
      width: 100%;
      /*background-color: #888;*/
      overflow: hidden;
    }
    .offerBox.Bottom ul{
      bottom: -15px;
      left: 1px;
    }
    
    .offerBox li.bottomLink.one a:link{
      padding: 14% 0;
    }
	  
	.offerBox li.bottomLink.two a:link{
	   padding: 7% 0;
	  }
	  
	  /*Adjust Second box with wrapping text*/
	.offerBox.Two li.bottomLink.one a:link{
      padding: 10% 0;
    }
	  
	.offerBox.Two li.bottomLink.two a:link{
	   padding: 4% 0;
	  }
	  
	.offerBox h2 {
	  padding: 0;
	  top: 10%;
	}
	  
	.offerBox.Bottom h2 {
	  padding: 0;
	  top: 10%;
	  left: 8%;
	}
	 .offerBox.Two span.textBreak {
      display: block;
	} 
	  
	.offerBox.Bottom li.bottomLink.one a:link, .offerBox.Bottom li.bottomLink.two a:link {
      padding: 20% 0;
	  }
	.offerBox.Bottom li.bottomLink.three a:link {
    padding: 12% 0%;
	  }
}

@media screen and (min-width: 768px) and (max-width: 940px){
.alert {
    font-size: 25px;
    padding: 0 20px 60px;
	}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: 8.5em;
	}
}

@media screen and (min-width: 941px) and (max-width: 1024px){
.alert {
    font-size: 30px;
    padding: 0 20px 60px;
	}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: 8em;
	}
}
/*ALERT BANNER MOBILE END*/
@media screen and (min-width: 2em) and (max-width: 574px){
	body{
	}
	
	/* creates too much space in the banner height on mobile
	[class*=col-] {
    	padding-left: 2px;
    	padding-right: 2px;
    	margin: 10px 0;
	}*/
	
	p.summitTag {
    	width: 100%;
	}

	p.summitTag img {
    	width: 100%;
    	height: 100%;
	}
	
	/* used in media query 43em - 68em*/
	#home-content #feature #summit-logo {
    	margin-top: 40px;
    	margin-left: 0;
    	/*border: 2px solid red;*/
	}
	/*FiXES MADRIDS NAV BG ON DEVICES*/
	.madrid2018 #home-content #header{
		background-color: #fdb812;
	}
	/*2019 Summit Nav Fix*/
	#HongKong2018 #header, #OC2019 #header, #Amsterdam2019 #header {
    min-width: 315px;
    margin: 0;
}
	/*Summit Navigation Fix*/
	/* IPAD and larger devices 45em - 63em*/
	#homepage #header .container .nav, #header .container .nav {
    	list-style: none;
    	float: right;
    	clear: inherit;
    	margin-top: 0;
    	/*border: 4px solid black;*/
	}
	/* Dropdown navigation bg color */
	/*Max Width 43em*/
	#homepage .nav{
    	/*background-color: #4c4c4c;
    	border: 4px solid purple;*/
		border: 1px solid white;
	}
	
	#bostonSummit .nav{
		 background-color: #88bf01;
	}
	
	#bostonSummit .nav a {
    	color: #f1f1f1;
    	background-color: transparent;
    	text-decoration: none;
    	transition: none;
		/*Mobile navigation layout*/
		display: block;
    	padding: 10px 0;
    	text-align: center;
	}
	
	.nav .rt.relative li a:hover .dropdown-menu{
		display: block;
	}
	
	/* |||||||||| Main Mobile Boston Home Page Layout tweaks |||||||||| */
	
	#bostonSummit #home-content{
		margin-top: 80px;
		transition: 1s .2s ease-in;
	}
	
	#bostonSummit #header {
    	min-height: inherit!important;
	}
	
	#bostonSummit #header a.register {
    	margin-right: 0;
    	width: 100%;
	}
	
	#bostonSummit #header a.register>span {
    	/*background-color: #15c1f3;
   		color: #f1f1f1;*/
    	width: 100%;
    	text-align: center;
		margin: 10px 0 5px;
	}
	
	
	#bostonSummit .top-header-inner {
    	width: 100%;
	}
	
	/*Allows the sponsor logos and header to span the whole width of the page*/
	#bostonSummit .row.info, .madrid2018 .row.info {
    	padding: 0;
	}
	
	#bostonSummit .summitIntro, .madrid2018 .summitIntro {
    	padding: 0px 15px;
    	margin-top: 0px;
	}
	
	#bostonSummit .agenda-transparency {
    	padding: 0;
	}
	
	#bostonSummit .row.info .sponsorsContainer, .madrid2018 .row.info .sponsorsContainer {
       	padding: 10px 20px!important;
		margin: 40px 0px!important;
	}
	
	/*#bostonSummit .row.info .sponsorsContainer h3{
       	background-color: #green;
	} */
	
	#bostonSummit .row{
    	padding: 10px 10px;
	}
	
	#bostonSummit .container, .madrid2018 .container {
    	padding-bottom: 10px;
	}
	
	#bostonSummit .nav li, .madrid2018 .nav li{
		width: 100%;
    	border-bottom: 1px solid white;
	}
	
	#bostonSummit .nav li a:hover{
		background-color: #547600;
	}
	
	#bostonSummit #homepage div.navbar{
		background-color: #006032; /*Forest Boston Green*/
	}
	
	/*Feature Window mobile fixes*/
	#bostonSummit #feature-container, .madrid2018 #feature-container{
    	width: 100%;
    	margin-left: 0;
    	margin-right: 0;
    	padding: 10px;
	}
	
	#bostonSummit .ThirdWidth .feature-content, .madrid2018 .ThirdWidth .feature-content {
    	width: 100%;
	}
	
	#bostonSummit .ThirdWidth, .madrid2018 .ThirdWidth{
    	width: 100%;
	}
	
	#bostonSummit div#bostonContent img {
    	float: none;
    	width: 100%;
    	display: block;
    	padding: 5px;
    	border: 1px solid #ccc;
    	margin: 0px 0 20px;
	}
	
	/*#bostonSummit div#wistia-l9uwyvkxfi-1{
		width: 353px!important;
	}*/
	
	.singapore2018 #homepage div.navbar{
		background-color: #88bf01;/*Singapore Green*/
	}
	
	/* |||||||| Main Mobile MADRID Home Page Layout tweaks |||||||| */
	
	
	/*.madrid2018 .row.info .sponsorsContainer h3{
		background-color: #ffc20f;
	} */
	
	.madrid2018 #home-content{
		margin-top: 80px;
		transition: 1s .2s ease-in;
	}
	.madrid2018 #pricing .row {
    	padding: 0 10px;
	}
	
	.madrid2018 #header a.register {
    	margin-right: 0;
		width: 100%;
	}
	
	.madrid2018 #header a.register>span {
    	background-color: #97215e;
    	color: #ffc20f;
		width: 100%;
    	text-align: center;
		margin: 10px 0 5px;
	}
		
	.madrid2018 #header.navbar{
		background-color: #ffc20f; /*Canary Yellow*/
		min-height: inherit!important;
	}
	
	.madrid2018 #header .container .nav{
		 background-color: #fea;
	}
	
	.madrid2018 #header .container .nav a {
    	color: #97215e;
    	background-color: transparent;
    	text-decoration: none;
    	transition: none;
		text-align: center;
		display: block;
	}
	
	/*Turns on the Alphsbet letters in Mobile*/
	.attendContent.madrid2018 .flex-div.companyList .alphaBet, .attendContent.boston2018 .flex-div.companyList .alphaBet {
    	background-color: white;
    	border-bottom: 1px solid #bbb;
    	padding: 5px;
    	font-size: 1.4em;
    	text-align: center;
    	display: block;
	}
	
	.attendContent.madrid2018 .middleBreak, .attendContent.boston2018 .middleBreak {
    	padding-bottom: 10px;
    	display: block;
	}
	#homepage #header .container img:first-of-type{
		max-width: 60%;
		/*border: 4px solid purple;*/
	}
	/*574px*/
	#homepage #home-content #feature {
    margin-top: 7em;
 	}
	/*Max widh 475px*/
	#homepage #home-content{
		margin-top: 0em;
		/*border: 6px solid #efe207;*/
	}
	
	/*New Spacing to fix sponsor logos on Summit site iphone and smaller*/
	.col-lg-6.Sponsor.Large, .col-lg-4.Sponsor.Med, .col-md-4.Sponsor.Small, .col-md-12.Sponsor.Small, .col-sm-4.Sponsor.xtraSmall, .col-sm-3.Sponsor.Small, .col-sm-12.Sponsor.xtraSmall {
    margin-bottom: 40px;
	}

	.xtraSpace{
		display: none;
	}
	
	
	.sponsorsContainer a.btn.btn-primary.btn-lg {
    margin-bottom: 20px;
    white-space: normal;
	}
}

@media screen and (min-width: 575px) and (max-width: 767px){
	body{
	}
	/**KEEPS THE Color Yellow**/
	/*Max width 68em*/
	

	
	#header{
    	background-color: #ffc20f!important;
	}
	
	#header .nav{
		margin-top: 0px!important;
		/*border: 1px solid white;*/
	}
	/* The event title is a little wonky, doesnt have a spicific container to position after. Add container wrapper class if you can  Check first rule...its not working*/
	#homepage .sticky-event-title {
    	font-size: 1.5em;
    	/*margin: 0;
    	top: 0px;
    	position: relative;
		background-color: #6d6d6d;
    	color: #f1f1f1;*/
	}
	#homepage .nav a {
    	color: #fdfffe;
    	/*border: 4px solid black;*/
	}
	#homepage #header .nav li{
		background-color: transparent;
		/*border: 1px solid blue;*/
	}
	#homepage #header a.register>span {
    	background-color: #e4e4e4;
    	color: #001a47;
   		/*border: 4px solid yellow;*/
	}
	.row.Diamond > div, .row.Emerald > div, .row.Ruby > div {
    	margin-bottom: 6em!important;
    	/*border: 4px solid grey;*/
	}
	#homepage #home-content #feature {
    	margin-top: 9.5em;
	}
	
	#HongKong2018 #home-content {
    margin-top: -3.3em;
	}
	
	/*775px*/
	.flex-div > div {
    	width: 100%!important;
    	margin: 0 -3px!important;
    	line-height: 1em!important;
    	padding-top: 0!important;
    	padding-left: 0!important;
    	border: 4px solid rgba(125, 125, 125, .4)!important;
    	border-radius: 0!important;
	}
	
	p.Cintro {
    	width: 100%;
    	padding: 0 40px;
	}
	.attendContent img{    
		width: 100%;
    	margin: 10px auto;
	}
	/* Media Queries for form */
	.full-box {
    	width: 200px;
    	min-width: 300px;
  	}
  	.sharpspring_form ul.form_fields{
    	width: 75%;
	}
	.sharpspring_form ul.field_value#field_Country{
		width: 75%;
	}
	.sharpspring_form#submit_button{
		width: 75%!important;
	}
	/***************************************************/
	#homepage #presummit .container, #header .container {
		padding: 0;
		margin: 0 auto;
		/*border: 2px solid black;*/
	}
	.relative #header {
    	/*color: #ffc20f;*/
		background-color: #6d6d6d!important;
		height: auto;
		display: inline-block;
		/*border: 10px solid purple;*/
	}
	/*#homepage #home-content #feature {
    	margin-top: 0em;
	}*/
	#homepage #header .container{
		padding: 0;
	}
	#homepage #home-content .register-banner{
		height: 100%;
		padding: 15px;
	}
	/*HOTEL AND VENUE CONTENT FOR MOBILE DEVICES IPAD and SMALLER*/
	#homepage #home-content div#meet{
		background-size: 100%;
		/*border: 4px solid yellow;*/
	}
	/*Max width 768*/
	#homepage #home-content{
		margin-top: 4.7em;
		/*border: 6px solid red;*/
	}
	.madrid2018 #homepage #home-content{
		margin-top: 10em;
	}
	

}

@media screen and (min-width: 768px) and (max-width: 992px){
	body{
	}
	/* Helps keep the nav hover the same size as the active state on the main site min 68em*/
	.page-nav li ul a:hover {
    	color: #e3b44d!important;
    	font-weight: normal!important;
	}
	#homepage div.navbar{
		background-color: #88bf01;/*Singapore Green*/
	}
	#homepage .madrid2018 #header{
		background-color: #ffc20f;
	}
	
	#homepage .sticky-event-title{
		font-size: 1.6em;
	}
	
	/**KEEPS THE TOP NAV BELOW THE REGISTRATION BUTTON**/
	#homepage #header .nav{
		margin-top:0;
	}
	#homepage #header .nav .relative li a{
		color: #001A47; /*Navy Blue*/
	}
	#homepage #header .nav .relative li ul li a{
		color: #555;
	}
	/************Agenda At A GLance container for devices upto ipad************/
	#homepage #presummit .col-lg-12 {
    	width: 100%;
    /*border: 24px solid purple;*/
	}
	#homepage .hotel-transparency{
		width: 100%;
		/*border: 4px solid pink;*/
	}
	/*769 - 1088px*/
	#homepage #home-content #feature {
    	margin-top: 13.5em;
 	}
	
	/*New Spacing to fix sponsor logos on Summit site Ipad and above*/
	.col-lg-6.Sponsor.Large, .col-lg-4.Sponsor.Med, .col-md-4.Sponsor.Small, .col-md-12.Sponsor.Small, .col-sm-4.Sponsor.xtraSmall, .col-sm-12.Sponsor.xtraSmall {
    	margin-bottom: 80px;
	}

	.xtraSpace{
		display: none;
	}
	
	
}

@media screen and (min-width: 993px) and (max-width: 1088px){
	body{
	}
	#homepage #bostonSummit #home-content #feature #summit-logo img{
		width: 100%;
	}
	#homepage #bostonSummit .col-xs-12.col-md-8.relative {
    	float: none;
    	margin: 0 auto;
	}
	#homepage #home-content #feature {
		margin-top: 9em;
 	}
	/*Max width 1024px*/
	#homepage #home-content{
		margin-top: 8.3em;
		/*border: 4px solid brown;*/
	}
	#homepage #bostonSummit #home-content{
		margin-top: 10em;
	}
	#homepage div.navbar{
		background-color: #88bf01;/*Singapore Green*/
	}
	#homepage #header .nav{
		margin-top:0;
	}
	#homepage #header .nav .relative li a{
		color: #001A47;/*Navy Blue*/
	}
	#homepage #header .nav .relative li ul li a{
		color: #555;
	}
	
	#homepage .madrid2018 #header .nav{
		margin-top: 0px!important;
	}
	#homepage .madrid2018 #header{
		background-color: #f7b613;
	}
	/*Fixes the main banner not sizing properly for mobile*/
	#HongKong2018 .col-md-8{
    	width: 100%;
	}
}

@media screen and (min-width: 1089px) and (max-width: 1800px){
	body{
	}
	/** CHECK FOR ISSUES THESE FIX THE BANNER GAP ON RESIZE NOT SCREEN **/
	/*1088-1200px*/
	#homepage #home-content #feature {
    	margin-top: 9.5em;
 	}
	#homepage #header .nav{
		margin-top: 0px;
	}
	.page-nav li ul a:hover {
    	color: #e3b44d!important;
    	font-weight: normal!important;
	}
	/*Min width 1600px*/
	.madrid2018 #homepage #home-content #feature{
		margin-top: 6.6em;
	}
	/*******For Networking page*******/
	
	/*Fixing the agenda container from being off center*/
	#homepage #home-content #summit_info {
    	padding-left: 0!important;
    /*border: 2px solid yellow;*/
	}
	/*Max width 1200px*/
	#homepage #home-content{
		margin-top: 6.1em;
		/*border: 4px solid brown;*/
	}
	
}

@media (min-width: 1201px){
	#homepage #home-content #feature {
    	margin-top: 0;
 	}
}

@media (min-width: 1401px){
	/*Boston Summit Page*/
	#homepage #home-content, #bostonSummit #home-content, .madrid2018 #home-content, #singapore2018 #home-content{
		margin-top: 6.6em;
	}
	/*Change to make the banner fit*/
	#homepage #OC2019 div#home-content{
		margin-top: 3em;
	}
	
	#homepage #home-content #feature, .madrid2018 #home-content #feature, #singapore2018 #home-content #feature, #bostonSummit #home-content #feature, #india2018 #home-content #feature, #OC2019 #home-content #feature {
    	margin-top: 0em;
		min-height: 100%;
 	}
	/*CHECK ME HONG KONG*/
	.2019HKgeneral #home-content #feature, .2019HKspeakers #home-content #feature{
		margin-top: 10.6em;
		min-height: auto!important;
	}
	
}

/*Orange County 2019 Content Page banner fix. .2019HKspeakers #home-content #feature*/
@media (min-width: 1600px){
	#homepage #home-content #feature, div.OC2019Content #home-content #feature, .OC2019Education #home-content #feature, .HK2019Content #home-content #feature, .HK2019Education #home-content #feature, div.A2019Content #home-content #feature, div.A2019Education #home-content #feature, div#Amsterdam2019 #home-content #feature {
    	min-height: auto!important;
	}
	
	 div#Amsterdam2019 #home-content #feature {
    	margin-top: 6.6em;
	}
}

/****IE SPECIFIC CODE - Browser version in code***/

@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    // IE9+ CSS
    .slider__nav.ie9up { 
        outline: none; 
    }
}

/** ? **/


/*@media only screen and (min-width: 320px) {*/

  /* Small screen, non-retina */

/*}*/

/*@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (   -moz-min-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 320px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (                min-resolution: 192dpi) and (min-width: 320px),
only screen and (                min-resolution: 2dppx)  and (min-width: 320px) { */

  /* Small screen, retina, stuff to override above media query */

/*}*/

/*@media only screen and (min-width: 700px) {*/

  /* Medium screen, non-retina */

/*}*/

/*@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 700px),
only screen and (   -moz-min-device-pixel-ratio: 2)      and (min-width: 700px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 700px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 700px),
only screen and (                min-resolution: 192dpi) and (min-width: 700px),
only screen and (                min-resolution: 2dppx)  and (min-width: 700px) { */

  /* Medium screen, retina, stuff to override above media query */

/*}*/


/*@media only screen and (min-width: 1300px) {*/

  /* Large screen, non-retina */

/*}*/

/*@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 1300px),
only screen and (   -moz-min-device-pixel-ratio: 2)      and (min-width: 1300px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 1300px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 1300px),
only screen and (                min-resolution: 192dpi) and (min-width: 1300px),
only screen and (                min-resolution: 2dppx)  and (min-width: 1300px) { 
*/
  /* Large screen, retina, stuff to override above media query */

/*}*/
