/* == EMS2015 Theme ========== */

body {
    color:#464646;
    font-family:'Roboto', helvetica, arial, sans-serif;
  font-size: 18px;
    line-height: 1.52857;
}
h1, h2, h3, h4 {
    font-family: 'Oswald', helvetica, arial, sans-serif;
    font-weight:400;
    color:#464646;
}
iframe{
  border:0;
}
img {
  max-width:100%;
}
p{
  margin-bottom:20px;
}
/* ==== Global Header Styles ========== */
header h3{
  margin:4px 0; 
}
.header-top, .header-middle, .header-bottom, .logo{
  display:none;
}
.HeaderTextLine1, .HeaderTextLine2{
  text-align:right;
}
/* ==== END Global Header Styles ====== */

/* ==== Global Button Styles ========== */

.btn {
  text-transform:uppercase;
  font-family: 'Oswald', sans-serif;
}
.btn-success {
  background:#3785c3;
  border:0;
}
.btn-black{
  background:#000;
  color:#fff;
}
.btn-warning {
    background:#00c9c9;
  border-color:transparent;
}
.btn-primary {
    background:#384b75;
  border-color:transparent;
}
/* ==== END Global Button Styles ====== */

/* ==== Global Nav Styles ========== */
.nav-container {
    background:#ebebeb;
  margin:0;
}

.navbar{
  margin:0;
  min-height:auto;
}
.navbar-brand{
  padding:4px;
  height:auto;
}
.nav-container .logo{
  display:block;
  margin:0;
  max-height:40px;
}
.navbar-toggle {
    border-color:transparent;
}
.navbar-toggle .icon-bar{
  background-color: #777;
}
.navbar-nav li a {
    color: #252525;
    text-transform: uppercase;
    
}
.nav > li >a:hover, .nav > li> a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    color: #000;
    background: #e0e0e0;
}


/* ==== END Global Nav Styles ====== */

/* ==== Global Speaker Styles ========== */
.carousel-indicators {
    bottom: 0;
}
#speakerrotator .btn{
  display:none;
}
#speakerrotator .item {
    min-height: 260px;
}
#speakerrotator{
  padding:40px 0 20px 0;
}
#speakerrotator{
  background:#e8e8e8;
  padding:40px 0;
}
#speakerrotator h1, #speakerrotator p{
  text-align:center;
}
#speakerrotator h1{
  margin-bottom:30px;
}
#speakerrotator :first-child{
  margin-top:0;
}
#speakerrotator .carousel{
  min-height:230px;
}
.speaker {
    margin:0;
    text-align:center;
    font-size:.96em;
    line-height:1.2;
}
@media(min-width:768px){
  .speaker {
    margin:20px;
}
}
.speaker img{
  min-width:100px;
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  display: inline-block;
  height: auto;
  line-height: 1.42857;
  max-width: 100%;
  padding: 4px;
  transition: all 0.2s ease-in-out 0s;
  margin:10px;  
}
.speaker > strong {
    display:block;
    margin-top:10px;
    color: #0092d1;
    font-weight: 400;
    font-size: 1.3em;
}
.speaker p{
  margin:0;
}
/* ==== END Global Speaker Styles ====== */

/* ==== Global Footer Styles ========== */
.pagefooter {
    clear:both;
    background:#7e7e7e;
    padding:20px 0;
  color:#fff;
  font-size:.86em;
}
.pagefooter a{
  color:#fff;
  text-decoration:underline;
}
.pagefooter a:hover{
  color:#ccc;
  text-decoration:none;
}
ul.footer-navigation {
    padding: 0;
    margin:0;
    list-style: none;
    text-transform: uppercase;
    float:left;
}
ul.footer-navigation li  a {
    color:#fff;
  text-decoration:none;
}
ul.footer-navigation li {
  margin:10px 0; 
}

@media(min-width:768px) {
  
    .header-top, .header-middle, .header-bottom{
    display:block;
  }
  .nav-container .logo{
    display:none;
  }
  .logo{
    display:block;
    margin:10px 0;
    max-height:auto;
  }
  
  .navbar-header{
    display:none;
  }
  .navbar-nav > li > a {
    padding: 10px 15px; 
    font-size:13px; 
    }
    ul.footer-navigation {
        float:right;
    text-align: left;
    }

  ul.footer-navigation li {
        float:left;
    padding:0 10px; 
    }
    .pagefooter{
    padding-bottom:60px;
  }
  #speakerrotator .item{
    min-height:160px;
  }
  /* nav trigger on hover */
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
   }
}

@media(min-width:1200px) {  
  .navbar-nav > li > a {
    font-size:14px;
    padding:10px 25px;
  }
}
/* ==== END Global Footer Styles ========== */

/* ==== Global Page Styles ========== */
.pagecontent{
  min-height:600px;
}
.pagecontent :first-child{
  margin-top:0;
}
.pagecontent, #homecontent001, #homecontent002, #homecontent003{
  clear:both;
}
.defaultcontent{
  margin:40px 0;
}
.subpagecontent{
  margin:40px 0;
}
#homecontent001 :first-child, #homecontent002 :first-child, #homecontent003 :first-child, .well :first-child{
  margin-top:0;
}
.featuredcontent{
  background:#CCC;
  padding:40px 0;
}
.featuredcontent :first-child{
  margin-top:0;
}
/* ==== END Global Page Styles ========== */

/* ==== header-contact Styles ========== */
.contact-info{
  display:none;
  margin:10px 0;
  color:#898989;
}

.fa-facebook {
    position:relative;
    left: 3px;
    top: 3px;
    font-size: 1.4em;
}

.fa-stack-1x {
    color:#fff;
}
@media(min-width:768px) {
  .contact-info {
    display:block;
        text-align:right;
    }
    .contact-info p {
        font-size:18px;
    }

}
/* ==== END header-contact Styles ========== */


/* ==== aside-001 Styles ========== */
#aside-cta {
    background:#ccc;
    clear:both;
    padding:20px 0 10px 0;
}
#aside-cta .btn{
  margin:0 20px 10px 0;
}
/* ==== END aside-001 Styles ========== */


/* ==== home-banner-001 Styles ========== */
.home-cta {
    background:#ccc;
    clear:both;
    padding:30px 0;
}
.cta{
  background:#666;
  display:block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size:1.5em;
  line-height:1.1em;
    font-weight:500;
  color:#fff; 
  font-family: 'Oswald', sans-serif;
  padding:15px;
  margin-bottom:15px;
  text-transform:uppercase;
}
.cta:hover{
  background:#777;
  text-decoration:none;
  color:#ebebeb;  
}
@media (min-width: 768px) {
    .cta{
    min-height:100px;
    padding:20px;
    margin-bottom:0;
  }
  .home-cta-1 .cta-a{
    min-height:230px;
  }
  .home-cta-1 .cta-b{
    margin-bottom:30px;
  }
}
@media(min-width:992px) {
  .cta{
    min-height:140px;
    font-size:1.7em;
    line-height:1.2em;
  }
  .home-cta-1 .cta-a{
    min-height:310px;
  }
}
@media(min-width:1200px) {
    
  .cta{
    font-size:2.0em;
    line-height:1.2em;
  }
  .home-cta-1 .cta-c, .home-cta-1 .cta-d{
    font-size:1.7em;
  }
}

/* ==== END home-banner-001 Styles ========== */

/* ==== home-banner-003 Styles ========== */
.home-carousel{
  background:#666;
  font-size:1.5em;
  line-height:1.1em;
    font-weight:500;
  color:#fff; 
  font-family: 'Oswald', sans-serif;
  margin-bottom:15px;
  text-transform:uppercase;
  min-height:280px;
}
.home-carousel h1, .home-carousel h2, .home-carousel h3, .home-carousel h4{
  color:#fff;
}
.home-carousel .item{
  min-height:280px;
}

@media(min-width:992px) {
  .home-carousel{
    font-size:1.7em;
    line-height:1.2em;
  }
}
@media(min-width:1200px) {
    
  .home-carousel{
    font-size:2.0em;
    line-height:1.2em;
  }
}
.home-cta-2 {
    clear:both;
    padding:30px 0;
}
.home-cta-2 .cta{
  font-size:1.5em;
}
/* ==== END home-banner-003 Styles ========== */

/* ==== Featured IQ ===================*/

.featured-iq{
  background:#888;
  padding:40px 0;
  color:#fff;
}
.featured-iq h1{
  color:#fff;
}
.featured-iq :first-child{
  margin-top:0;
}
.featured-iq-sson{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#002a52+0,014282+100 */
  background: #002a52; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMmE1MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTQyODIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #002a52 0%, #014282 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002a52), color-stop(100%,#014282)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #002a52 0%,#014282 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #002a52 0%,#014282 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #002a52 0%,#014282 100%); /* IE10+ */
  background: linear-gradient(to bottom, #002a52 0%,#014282 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a52', endColorstr='#014282',GradientType=0 ); /* IE6-8 */
}
/* ==== END  Featured IQ ===================*/


/* ====== content style ===============*/

.pagecontent ul li, .pagecontenttwocol ul li{
  margin-bottom:10px;
}
.pagecontent ul, .pagecontenttwocol ul{
  margin-bottom:20px;
}


/* ====== end content style ===============*/

/* ====== home-testimonials ====*/
.testimonials-1{
  background:#666;
  text-align:center;
  color:#fff;
}
.testimonials-2{
  text-align:left;
}
.testimonials .carousel .item{
  min-height:180px;
}
.testimonials .carousel-indicators{
  bottom:-10px;
}
.testimonials-1{
  padding:40px 0;
  margin:40px 0;
}
.testimonials h2{
  color:#fff;
}
/* .testimonials blockquote{
  border-left:0;
} */
.testimonials blockquote small, .testimonials blockquote footer, .testimonials blockquote .small{
  color:#ddd;
}
.testimonials blockquote footer{
  text-align:right;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/* ====== end testimonials ====*/

/* =============== resource center =============== */
.resource-center{
  background:#666;
  color:#fff;
  padding:40px 0;
  font-size:.86em;
  line-height:1.2;
}
.resource-center h3{
  color:#fff;
}
.resource-center a{
  color:#66ffff;
}
.resource-center a.btn {
  color:#fff;
}

/* =============== resource center =============== */


/* home stats */
.stats-full{
  margin:0;
}
.stats{
  text-align:center;
}
.stat-icon{
  font-size:50px;
  line-height:50px;
}
.stat-number{
  font-size:40px;
  line-height:40px;
}
.stat-text{
  font-size:20px;
  line-height:20px;
}
.stats-reverse{
  background:#666;
  color:#ebebeb;  
  padding:40px 0;
}
.stats-reverse h1{
  color:#fff;
}


/* =============== resource center =============== */

/* featured content 2 */
.featured-content-1{
  background:#ccc;
}
.featured-content-1-full{
  padding:40px 0;
}
.featured-content-1 h1{
  text-align:center;
  margin-bottom:20px;
}
.featured-content-box-1{
  background:#fff;
  padding:30px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin:20px;
  font-size:.94em;
  line-height:1.3;
}
.featured-content-box-1 :last-child{
  margin-bottom:0;
}
 /* end featured content 2 */

/* video */


.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
  -webkit-border-radius: 12px;
    border-radius: 12px;
}

.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video { padding-top: 0; }
}

/* media object resize */
img.media-object{
  max-width:50px;
}
@media(min-width:992px) {
  img.media-object{
    max-width:none;
  }
}

/* Partner image rotator fix  */

.eventpartnerstable {
  width:auto !important;
  padding-bottom:10px;
}

.eventpartnerstable #SponsorWidgetWrapper {
  width:100%;
  text-align:center;
  border-bottom: 1px solid #ccc;
  padding-right:0
}
.eventpartnerstable #MediaWidgetWrapper {
  width:100%;
  text-align:center;
  padding-top:10px
}
.SponsorHeading > span {
  padding-right:0;
}
.MediHeading > span {
  padding-left:0;

}
.eventpartnerstable #SponsorWidgetWrapper .DynamicRotatorWrap {
    width: 200px;
    height: 150px;
    float: none;
    margin:0 auto;
}
.eventpartnerstable #MediaWidgetWrapper .DynamicRotatorWrap {
    float: none;
    margin:0 auto;
}
.eventpartnerstable .DynamicRotator {
    border: 0;
    min-width: 230px !important;
    min-height: 150px !important;
}
.SponsorHeading, .MediHeading {
    margin-bottom: 20px;
    font-weight: 400;
    color: #464646;
    font-size: 16px;
}
@media(min-width: 768px) {
  .eventpartnerstable #SponsorWidgetWrapper {
    width: 49%;
    text-align:right;
    float:left;
    border-bottom: 0;
    border-right:1px solid #ccc;
    padding-right:30px
}
.eventpartnerstable #MediaWidgetWrapper {
  width:49%;
  text-align:left;
  float:right;
  padding-top:0

}
.SponsorHeading > span {
  padding-right:20px
}
.MediHeading > span {
  padding-left:30px
}
.eventpartnerstable #SponsorWidgetWrapper .DynamicRotatorWrap {
    float: right;
}
.eventpartnerstable #MediaWidgetWrapper .DynamicRotatorWrap {
    float: left;
}
.SponsorHeading, .MediHeading {
    font-size: 18px;
}
}
.DynamicRotator > img {
  width: auto !important;
  max-width: 200px;
  display: inline-block;
  padding:0 !important;
}

@-moz-document url-prefix() { 
  .DynamicRotator > img {
    padding: 0 !important;
    height: 50% !important;
}
}

.Downloads ul li .eventimageleft, ul.MediaItems li .eventimageleft {
    border: 1px solid #ccc;
    margin: 0 12px 15px 0;
    padding: 0;
    display: table-cell;
    vertical-align: top;
}
.Downloads .description {
    float: none;
    width: auto;
    display: table-cell;
    vertical-align: top;
}

.landingcontainer{
  padding-top:100px;
}
.speakerphoto img {
    max-width: none !important;
}
.speakers .media-left, .speakers .media-right, .speakers .media-body{
    min-width: 160px !important;
}
.speakers .image {
  max-width: none !important;
}
.eventpartnerstable .RotateWrapInner .DynamicRotator img {
 max-height: 120px !important; 
}
.RotateWrapInner
{
	text-align: center;
}
#proceedBasketFromSectionDisabled {
  font-size:11px !important;
  white-space: normal;
}