﻿/* CSS Document */

/* general styles  */
@font-face {
    font-family: Authenia;
    src: url(/UploadedFiles/EventPage/28037.002/fonts/Mika%20Melvas%20-%20Authenia%20Regular.otf);
}
body{
  font-family:'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 1.42857;
  color:#252525;
}
h1, h2.section-heading, h2, h3, h4, h5{
  font-family:'Open Sans', sans-serif;
  font-weight:600;
  margin:30px 0 20px 0;
}
h1, h2.section-heading{
  margin:20px 0;
}
.pagecontent{
  min-height:400px;
}

.header-middle{
  display:none !important;
  min-height:7vh;
}
h1, h2.section-heading{
  color:#000;
  font-size:36px;
  margin:20px 0;
  font-weight:600;
}
@media(min-width:768px){
  h1, h2.section-heading {
    font-size:44px;
    
    
}
}
h2{
  color:#333;
}
@media(min-width:992px){
    .pagecontent .btn {

    min-width: 23%;
}
.pagecontent .col-sm-6 .btn {

    min-width: 51%;
}
}
.pagecontent .col-sm-6 .btn {

    padding-top: 14px;
    padding-bottom: 16px;


}
.pagecontent .btn {
    border-radius: 0px !important;
    padding-top: 15px;
    padding-bottom: 15px;


}
a.btn{
  font-family:'Open Sans', sans-serif;
  font-weight:600;
  text-transform:uppercase;
  white-space: normal;
  -webkit-transition:all 0.3s linear;
  -moz-transition:all 0.3s linear;
  transition:all 0.3s linear;
}
@media(min-width:768px) {
  a.btn {
    white-space: nowrap;
  }
}
a.btn-default {
  background: #000;
  border:solid 1px #fff;
  color: #fff !important;
}
a.btn-default:hover, .btn-default:focus{
  background:#333;
  color:#fff !important;
}
a.btn-primary{
  background:#5c1a46;
  border-color:#fff;
  color:#fff !important;
}
a.btn-primary:hover, a.btn-primary:focus{
  border-color:#fff;
  color:#fff !important;
  background:#3D112F;
}

.header-bottom{
  background:#e9ece9 ;
}

@media(min-width:768px){
.header-bottom{
  background: #fff url("/UploadedFiles/EventPage/1003804/images/navbar_bg.jpg") no-repeat scroll center top / cover ;
}
}
@media(max-width:767px){
.header-bottom{
      top: 70px !important;
}
}
a{
 color:#0c349b;
 font-weight:700;
}

.navbar-toggle {
    margin-top: 18px;
}
.navbar-toggle .icon-bar {
    background-color: #333333;
}
nav .navbar-nav > li > a {
  -webkit-transition:all 300ms linear;
  -moz-transition:all 300ms linear;
  transition:all 300ms linear;
}
nav .navbar-nav > li > a {
  font-size: 11px;
  line-height:12px;
  padding: 40px 5px;
  color:#1a234f;
  font-weight: 600;
}
nav .navbar-nav > li a:hover, nav .navbar-nav > li a:active, nav .navbar-nav > li a:focus, nav .nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
  background:#000;
  color:#fff;
}
@media(max-width:767px){
  nav .navbar-header .logo {

    padding-top: 16px !important;
}
}
nav .navbar-header .logo {
    width:200px;
    max-height:77px;
    padding:4px;
}
nav.navbar {
  margin-bottom:0;
}

@media(min-width:768px){

 nav .navbar-header .logo {
      width:180px;

  }
}
@media (min-width: 768px) and (max-width:991px){
nav .navbar-header .logo {

    padding-top: 20px;
}
}
.navbar-default .navbar-brand {

    font-weight: 500 !important;
}
@media(min-width:992px){

  nav .navbar-nav > li > a {
        font-size: 12px;
    line-height: 14px;
    padding: 40px 8px;
    color: #1a234f;
  }

  nav .navbar-header .logo {
    width:auto;
  height:auto;
      margin-top: 10px !important;
  }
}
@media(min-width:1200px){
  nav .navbar-nav > li > a {
    padding: 40px 14px;
    font-size: 15px;
  }
}

@media(min-width:768px) {
  nav .navbar-nav {
    float:right;
  }
}



/* end general styles */



/* navigation */

.header-bottom{
  width:100%;
  display:block;
  margin:0;
  position:fixed;
  z-index:999;
  top: 110px;
  -webkit-box-shadow: 0 3px 7px 1px rgba(0,0,0,.5);
  box-shadow: 0 3px 7px 1px rgba(0,0,0,.5);
}
@media(min-width:768px){
  .header-bottom{
  top: 87px;
}
}
.navbar{
  border:0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color:transparent;
  margin-bottom:0;
}
nav .navbar-brand{
  padding:0;
}
.header-bottom.affix{
  position:fixed;
  top:0;
  z-index:999;
}
.header-bottom.affix-bottom {
  position:absolute;
  z-index:999;
}

.navbar-header{
  display:block;
}
nav .navbar-header .logo {
  display: block;
  margin: 0;
}

nav .navbar-nav .open .dropdown-menu li a {
    color: #252525;
    font-size: 12px;
    line-height:12px;
    padding: 10px 12px;
}
nav .navbar-toggle {
    border-color: #000333;
}
nav .navbar-toggle .icon-bar {
    background-color: #000333;
}
nav .navbar-nav > li.btn-nav > a {
    display:none;
}
nav .navbar-toggle {
    margin-bottom: 8px;
}
@media(min-width:768px){

  nav .navbar-nav .open .dropdown-menu li a {
    color: #252525;
    font-size:14px;
    line-height: 1.42857;
    padding: 3px 20px;

  }

  .container{
    width:100%;
  }

}
@media(min-width:992px){


  nav .navbar-nav{
    float:right;
  }
  .container{
    width:970px;
  }

}
@media(min-width:1200px){
  nav .navbar-nav > li.btn-nav > a {
    margin:35px 0;
  }

  .container{
    width:1170px;
  }
}

/* end navigation */


/* home-cta-5 */

.home-cta-5{
  text-align:center;
  padding:122px 0 40px 0;
}
.home-cta-5 h2.section-heading{
  margin:15vh 0 0 0;
  color:#fff;
  font-size:30px;
  line-height:34px;
  text-shadow: 0 0 19.4px #000000;
}
@media(min-width:768px) {
  .home-cta-5 h2.section-heading{
        margin: 37vh 0 0 0;
    font-size:63px;
    line-height:74px;
    font-weight: bold;
	text-shadow: 3px 3px 2px #000;
  }
}
.home-cta-5 h2.section-heading img{
  max-height:50vh;
}
.home-cta-5 h2{
  font-size:18px;
  line-height:26px;
  color:#ebebeb;
  text-transform: uppercase;
  margin-top: 38vh;
margin-bottom: 106px;

}
@media(min-width:768px){
  .home-cta-5 h2{
  font-size: 45px;
line-height: 71px;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 3px 3px 1px #000;
  margin-top: 38vh;
margin-bottom: 106px;
}
}
.home-cta-5 h3{
  color:#fff;
  margin:30px 0;
  font-size:18px;
  text-shadow: 0 0 19.4px #000000;
}
@media(min-width:768px){
  .home-cta-5 h3{
  font-size:24px;
  white-space: pre-wrap;
}
}
.home-cta-more{
  display:none;
}
.home-cta-5 h3 span{
  color:#fff;
  white-space:nowrap;
}

.home-cta-5 .btn {
  margin-bottom:20px;

  box-shadow: 0px 0px 19px #000;
}
.row.row-cta-btn-group.animated.fadeIn {
  padding-top: 155px;
}
@media(min-width:768px){
  .row.row-cta-btn-group.animated.fadeIn {
  padding-top: 139px;
}
}
.header-top{
  background: #fff ;
}
.header-top.vegas-container {
  height:767px !important;
}
@media(min-width:768px){
.header-top.vegas-container {
  height:900px !important;
  margin-top: 60px;
}
}
.header-top{
  display:block;
}
@media(min-width:768px){
  .home-cta-5{
       min-height: 70vh;
    padding:0px;
  }

  .home-cta-more{
    display:block;

  }
  .home-cta-5 .home-cta-more a{
    color:#fff;
    opacity:.4;
    margin:10px 0;
    display:inline-block;
  }
  .home-cta-5 .home-cta-more a:hover{
    opacity:1;
  }
  .home-cta-5 .home-cta-more .fa{
    font-size:4em;
  margin:20px;
  }

}
@media(min-width:992px){

  .home-cta-5 .btn-lg {
    border-radius: 7px;

    font-weight:700;
    line-height: 1.33333;
    padding: 20px 10px;
  }



}
@media(min-width:1200px){
    .home-cta-5 .btn-lg {

    font-size: 21px;


  }
   #aside-cta .btn{
    font-size:15px;
  }
}
@media(min-width:992px) and (max-width:1199px){

  .home-cta-5 .btn-lg {

    font-size: 16px;


  }
    #aside-cta .btn{
    font-size:12px;
  }


}
@media(min-width:768px) and (max-width:991px){

  .home-cta-5 .btn-lg {

    font-size: 12px;


  }

   #aside-cta .btn{
    font-size:8px;
  }

}
@media(min-width:1200px){


}



.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(4, 62, 108, 0.8) url(/uploadedFiles/EventPage/1002998/images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/* end home-cta-5 */

/* subpage cta */

#aside-cta{
  padding-top: 215px;
  background: #000;
  background-size:cover;
}
.headertext{
  margin:0;
  padding:0;
  text-align:right;
  color:#fff;
  font-size:17px;
  font-weight:600;
  text-transform:uppercase;
}


/* home-content-1 */
.home-content-1{
  padding: 20px 0;
  text-align:left;
  color:#000;
}
.home-content-1 img {

    border-radius: 10px;
    border: 2px #a19b9b solid;

}
.home-content-1 h2.section-heading{
  margin-top:0;
  margin: 66px 0px 68px 0px;
}
.home-content-1 .col-sm-4 {
    margin-top: 50px;
}
.home-content-1 p {
    font-size: 18px;
}
.home-content-1 h3 {
    color: #000;
    font-size: 27px;
    font-weight: 700;
}
.home-content-1 a {
    font-weight: 700;

}
/* end home-content */


/* speakerrotator */

#speakerrotator{
  background:#ebebeb;
  border-top:1px solid #c3c3c3;
  border-bottom:1px solid #c3c3c3;
  color:#252525;
  padding:40px 0 0 0;
}
#speakerrotator h2.section-heading{
  margin:0 0 20px 0;
}
#speakerrotator h1{
  display:none;
}
#speakerrotator p{
  margin:20px 0;
}
#speakerrotator .carousel {
    min-height: 290px;
}
#speakerrotator .btn {
    display: inline-block;
}
.speaker{
  min-height:290px;
}
.speaker img {
    background-color: #fff;
    border: 1px solid #949494 !important;
    -webkit-border-radius: 10px;
  border-radius: 10px;
    min-width: 130px;
  max-width:130px;
  padding:2px;
}
.carousel-indicators .active {
    background-color: #949494;

}
.carousel-indicators li {
    background-color: rgba(148, 148, 148, 0);
    border: 1px solid #949494;

}

.speaker-image > div {
  display: inline-block;
}


/* footer */

footer.pagefooter{
  background:#000;
  border-top:5px solid #124273;
  color:#fff;
  margin-top:40px;
}
footer .btn{
  text-decoration:none !important;
}
#ctl00_footer_left, #ctl00_footer_center, #ctl00_footer_right{
  width:100%;
  text-align:center;
  min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.footer-copyright{
  margin:20px 0;
}
footer.pagefooter .fa{
  vertical-align: middle;
}
footer.pagefooter h4{
  margin-top:0;
  color:#fff;
}

footer #footernav ul#navigation {

    text-align: center;
}
footer.pagefooter .btn-defense-iq{
  background:#3b906a;
  color:#fff;
  border-color:#1d543e;
  text-decoration:none;
}
.btn-defense-iq:hover, .btn-defense-iq:focus, .btn-defense-iq:active{
  background:#1d543e;
  color:#fff;
  border-color:#1d543e;
}
@media(min-width:768px){

}
@media(min-width:992px){
  footer #footernav ul#navigation {

    text-align: right;
  }
  #ctl00_footer_left, #ctl00_footer_center, #ctl00_footer_right{
    float: left;
  }
  #ctl00_footer_left{
    width:30%;
    text-align:left;
  }
  #ctl00_footer_center{
    width:30%;
    text-align:left;
  }
  #ctl00_footer_right{
    width:40%;
    text-align:right;
  }
}
#ctl00_footer_right img {
    max-width: 180px;
}
/* end footer */

/* early-bird-banner-2 */

.early-bird-banner-2 {
    background: #fd9c00;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
}
.early-bird-banner-2 a {
    color: #fff;
}
.header-middle {
    background-color: #fd9c00;
}

/* end early-bird-banner-2 */


/* 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: #000;
    font-size: 21px;
}
@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;
    font-size: 27px;
    color: #000;
}
.eventpartnerstable #SponsorWidgetWrapper .DynamicRotatorWrap {
    float: right;
}
.eventpartnerstable #MediaWidgetWrapper .DynamicRotatorWrap {
    float: left;
}
.SponsorHeading, .MediHeading {
    font-size: 27px;
}
}
.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;
}
}

/* Agenda Session Speaker Fix */

.speakerheader table td > div {
    width: 100% !important;
    padding: 0 25%;
}
#Agenda .speakerphoto {
    padding-left: 0;
}
.speakerheader table td {
  width:auto !important;
}

.titlewrapper h2, .titlewrapper h2 a, div.details h2 {
    color: #0358b0 !important;
    font-size: 22px !important;
    text-decoration: none !important;
    line-height: 29px;
}
.fadeIn {
  animation-duration:3s;
  -moz-animation-duration:3s;
  -webkit-animation-duration:3s;
}

.landingcontainer{
  padding-top:100px;
}

/** uncomment if using text logo in navbar **/
/*
nav a.navbar-brand{
    padding: 4px 0;
    font-weight: 700;
    font-size: 1.3em;
    width: 220px;
    color: #fff;
    line-height: 1.3em;
}
*/

/* home-content-8 */

.home-content-8{
  padding: 20px 0;
}
.home-content-8 h2.section-heading{
  margin-top:0;
}
.pagecontent .home-content-8 ul li {
  text-align:left;
  line-height: 1.1em;
  margin-bottom:15px;
}
.pagecontent .home-content-8 img {
  float: none;
  margin:0 auto;
  border-radius:7px;
  text-align: center;
}
.home-content-8 img {
  width: 100%;
  height:auto;
}
@media(min-width:992px){
  .home-content-8 img {
  max-height:194px;
  min-width:292px;
}
}
@media(min-width:1200px){
  .home-content-8 img {
  max-height:238px;
  min-width:359px
}
}
.home-content-8 p {
  text-align: left;
}
.home-content-8 h3{
  margin-top:0;
  color:#c00000;
}

/* home-stats-1 */
.stats-1{
  background:#000 url(/UploadedFiles/EventPage/1003804/images/stats_bg.jpg) repeat;
  background-attachment: fixed;
  padding:60px 0;
  margin: 0;
  font-size:28px;
  text-align:center;
  height:auto;
}
@media(min-width:768px){
  .stats-1{
  min-height:300px;
  }
}
.stats-1 .stat-text {
  font-weight:600;
  font-size:28px;
  line-height:30px;
  color:#fff;
  text-shadow: 2px 1px 10px rgba(0, 0, 0, 0.53);
  padding-bottom: 20px;
}
.stats-1 h2.section-heading {
  color:#fff;
  text-shadow: 2px 1px 10px rgba(0, 0, 0, 0.53);
  padding-bottom: 20px;
  line-height: 1;
  font-size:18px
}
@media(min-width:768px){
  .stats-1 h2.section-heading {
  line-height: 1;
  font-size:24px;
  padding:0;
}
}
@media(min-width:992px){
  .stats-1 h2.section-heading {
  line-height: 50px;
  font-size:36px;
  padding: 0;
  margin: 0;
}
}
.stats-1 h3 {
  color:#fff;
  margin:0;
  padding:0;
  font-size:18px
}
.stats-1 .stat-number {
    font-size: 36px!important;
    margin-bottom: 20px!important;
    color: #fff!important;
    text-shadow: 2px 1px 10px rgba(0, 0, 0, 0.53);
}
.text-block {
  padding-top:40px;
}
/* end home-stats-1 */


/* home-content-3 */
.home-content-3{
background: #18caf5 url("/UploadedFiles/EventPage/1003804/images/homepagecontent5_bg.jpg") no-repeat scroll center top / cover ;
  margin:0;
  padding: 40px 0 80px 0px;
}
.home-content-3 h2.section-heading {
    margin: 20px 0px 60px 0px;
}

.home-content-3 a {
    color: #0b266b;
}
/* home-content-3 ends */


/* home-content-2 */
.home-content-2{
  margin:0;
      padding: 40px 0 80px 0px;
}
.home-content-2 h2.section-heading {
    margin: 10px 0px 60px 0px;
}

/* home-content-2 ends */
.email-bubble{
  position:fixed;
  right:10px;
  bottom:84px;
  z-index:999;
}
.socialmedia {
  position: fixed;
  top:0;
  left:0;
  right:0;
  width:100%;
  background:#000;
  height: 70px;
  padding: 10px 0;
  font-size:11px;
}
@media(min-width:768px){
  .socialmedia {
  position: fixed;
  top:40px;
  left:0;
  right:0;
  width:100%;
  background:#000;
  height: 60px;
  padding: 10px 0;
  font-size:11px;
}
}
@media(min-width:768px) {
  .socialmedia {
  height: 47px;
}
}

a.twitter {line-height: 26px;}
@media(min-width:768px) {
  .socialmedia {
  font-size:14px;
}
}
.social-media {
  float:right;
  padding-top:5px;
  margin-right:20px;
  margin-top:0;
  color:#fff;
  font-size:11px
}
@media(min-width:768px) {
  .social-media {
  font-size:14px
}
}
.social-media, .social-media .fa {
  color:#fff;
  font-size: 18px;
    font-weight: 200;

}
@media(max-width:767px){
    .social-media, .social-media .fa {

    font-size: 15px !important;

}
}
.social-media {

    padding-top: 1px;
}
.social-media .fa {

    padding-top: 0px;
}
.contact-icons .fa {
  float:left;
  color:#fff;
}

.contact-icons .fa {
  font-size:24px
  color:#fff;
}
@media(min-width:768px){
  .contact-icons .fa {
    font-size:2em;
  color:#fff;
  }
}
.contact-icons a {
  color:#595aa0;
}

.socialmedia h3 {
  font-size:11px;
  color:#fff;
  margin: 8px 0;
}

@media(min-width:768px) {
  .socialmedia h3 {
  font-size:14px;
  color:#fff;
  white-space: nowrap;
  margin: 9px 0;
}
}

@media(min-width:992px) {
  .socialmedia h3 {
 font-size: 19px;
    color: #fff;
    white-space: nowrap;
    margin: 3px 0;
}
}
.contact-icons {
  float: right;
}

.custom-speakers {
      padding: 40px 0 40px 0px;
  background: #ebebeb; /* url("/UploadedFiles/EventPage/1003804/images/speakers_bg.jpg") no-repeat scroll center top / cover*/
  color:#000;
}
.custom-speakers h2.section-heading {
  color:#000;
      margin-bottom: 80px;
      display:block !important;
      font-family:'Authenia';
      font-size:50px;
      font-weight:400 !important;
}

.custom-speakers h2 {

    display: none;

}
@media(min-width:768px){
  .custom-speakers h2.section-heading {
    font-size:95px;
    
    
}
}
.Mityas:hover {

    background: #fff url(/UploadedFiles/EventPage/28037.002/images/TGIF.png) no-repeat center top /cover !important;

}
.Gruner:hover {

    background: #fff url(/UploadedFiles/EventPage/28037.002/images/mastercard.png) no-repeat center top /cover !important;

}
.Watson:hover {

    background: #fff url(/UploadedFiles/EventPage/28037.002/images/indeed.png) no-repeat center top /cover !important;

}
.Hicks:hover {

    background: #fff url(/UploadedFiles/EventPage/28037.002/images/Twitter.png) no-repeat center top /cover !important;

}
.Oswald:hover {

    background: #fff url(/UploadedFiles/EventPage/28037.002/images/Travelzoo.png) no-repeat center top /cover !important;

}
.Rosenthal:hover {

    background: #fff url(/UploadedFiles/EventPage/28037.002/images/Square.png) no-repeat center top /cover !important;

}
.Zuniga:hover {

    background: #fff url(/UploadedFiles/EventPage/28037.002/images/Allstate.png) no-repeat center top /cover !important;

}
.Porter:hover {

    background: #fff url(/UploadedFiles/EventPage/28037.002/images/tailored-brands.png) no-repeat center top /cover !important;

}

@media(max-width:516px){

.custom-speakers .speaker-image div  {
    
        height: 169px !important;
    width: 100%;
}

}
@media(min-width:517px) and (max-width:767px){

.custom-speakers .speaker-image div  {
    
        height: 256px !important;
    width: 100%;
}

}
@media(min-width:768px) and (max-width:991px){

    .custom-speakers .speaker-image div  {
    
    height: 298px !important;
    width: 100%;


}

}
@media(min-width:992px) and (max-width:1199px){

    .custom-speakers .speaker-image div {
    
   height: 194px !important;
    width: 100%;

}

}
@media(min-width:1200px){

    .custom-speakers .speaker-image div  {
    
       height: 252px !important;
    width: 100%;

}

}
.custom-speakers .speaker-image div {
    border-radius: 0px !important;
    background-position: center top !important;
}

.custom-speakers .speaker-image div {
    border-radius: 0px !important;

}
.custom-speakers .col-xs-6.col-sm-6.col-md-3.text-center {
    min-height: 420px;
}
@media(min-width:992px){
.custom-speakers .col-xs-6.col-sm-6.col-md-3.text-center {

    min-height: 391px !important;

}
}
.custom-speakers .speaker-image {
  border-radius:0px;

  overflow: hidden;
  background:transparent;
  margin: 0 auto;
  text-align: center;
}
@media(min-width:992px) {
  .custom-speakers .speaker-image {
  width: 220px;
}
}
@media(min-width:1200px) {
  .custom-speakers .speaker-image {
  width: 263px;
  height: auto;
}
}

.custom-speakers .speaker-image img {
  width:263px;
  height: auto;
  border-radius: 5px;
  margin:0 auto;
  background-position: -164px;
  transition: all 0.4s ease;
}
.custom-speakers .speaker-image img:hover {
    background-position:center -164px;
    transition: all 0.4s ease;
}
.custom-speakers .title {
  color:#000;
  font-weight:400;
  line-height: 20px;
  margin-top:15px;
  font-size:19px;


}
.custom-speakers .btn {
    margin-top: 20px;
}
.custom-speakers .company {
    font-size:19px;
    font-weight:600;
    color:#10428d;
}
.carousel {
    position: relative;
    padding-bottom: 50px;
    color: #0e5e90;
}
.custom-speakers h4 {
  margin: 18px 0 0;
    color: #000;
    font-size: 21px;
    font-weight: 800;
}

.home-content-2 p, .home-content-3 p {
  padding-top: 40px;
    font-size: 18px;
    color: #000;
}



.home-content-3 .sponsor_img img {
  border-radius: 15px;
}


#Sponsors .description {
  float: right;
  width: 100%;
}

#MediaPartners .description {
  float: right;
  width: 100%;
}


.section_bx {
  padding: 20px 10px;
}


.section_bx.odd{
  background:#ededed;
}


#Opportunities h1{
color:#0E4176;
}
#Opportunities h2{
color:#0E4176;
}

.sponsor_text .media-heading p {
  font-weight: 400;
  line-height: 25px;
}
.subback {
  background: rgba(12, 55, 100, 1);
  font-size: 25px;
  font-weight: bold;
  padding: 6px;color:#fff;
}

.subback h4 a {
color:#fff;   font-family: Century Gothic;
}

.hr {
    border: 1px solid #ccc;
    margin: 20px 100px;
}

.brands-bx, .speakers-bx {
}

.brands-bx img {
    padding: 30px 0;
}

.cm-practice .brands-bx h1, .cm-practice .speakers-bx h1 {
    color: #c2243d;
}

.cm-practice h1 {
    color: #000099;
}
.speakerinfoImg {
  object-position:50% 10% !important;
}
#aside-cta .btn {
    white-space: pre-wrap;
}


.nav_top.nav_top_.nav_top_6562 > a {
  background: #c00000 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  margin: 20px 0;
  padding: 10px;
}
#popup {
    width: 800px !important;
}
#popup {
  background: #f9f9f9 url(/UploadedFiles/EventPage/28037.002/images/popup.jpg)no-repeat center top;
}

#popup .button_popup {
    margin-top: 314px;
    margin-bottom: 90px;
    margin-left: 4px;
    background: #63c3b7;
    padding: 18px 50px;
    border-radius: 0;
}

a.btn.button_popup {
    color: #fff;
    font-size: 19px;
    font-family: sans-serif;
}

@media(min-width:768px){
  #popup .container {
    width: 780px;
    padding: 0px;
  }
}
@media(min-width:992px){
  #popup .container {
    width: 780px;
    padding: 0px;
  }
}
@media(min-width:1200px){
  #popup .container {
    width: 780px;
    padding: 0px;
  }
}
.home-content-9 {
    padding: 40px 0;
}
body {
    overflow-x: hidden;
}
.navbar {
    min-height: 77px;
}

/*home-content-9-1*/
.home-content-9-1 {
    padding: 40px 0 42px 0px;
    background: #ebebeb url(/UploadedFiles/EventPage/28037.002/images/hc-9-1-bkg.jpg) no-repeat scroll center top /cover;
    color:#fff;
}
.home-content-9-1 h2.section-heading{
font-family:'Authenia';
        color: #000;
    margin: 10px 0px 40px 0px;
     font-size:50px;
     font-weight:400 !important;
}
@media(min-width:768px){
  .home-content-9-1 h2.section-heading {
    font-size:95px;
    
    
}
}
.home-content-9-1 .col-sm-4 .row:nth-child(1) {
    background: #fff;
    /* padding: 0px !important; */
}
.home-content-9-1 .col-sm-5{
    padding: 0px;
}

.home-content-9-1 h4 {
    font-size: 21px;
    margin-bottom: 0px;
        margin-top: 25px;
            color: #000;
}
.home-content-9-1 .col-sm-7 p {
    font-size: 14px;
    color: #000;
    font-weight: 600;

}
.home-content-9-1 .col-sm-7 p:nth-child(3) {
    margin-bottom: 0px !important;
    margin-top: 21px;
    /* line-height: 32px; */
}
@media(max-width:767px)
.home-content-9-1 .col-sm-4 .col-sm-12 {
       padding-bottom: 20px;
}


@media (max-width: 767px)
{
.home-content-9-1 .col-sm-7 p:nth-child(3) {
    margin-bottom: 17px !important;

}

.home-content-9-1 .col-sm-12 p{
        margin: 0 0 0px;
}
.home-content-9-1 {
    padding-bottom: 0px;

}
}
.home-content-9-1 .col-sm-4 .col-sm-12 {
    background: rgba(26, 35, 79, 0.7);
    font-size: 18px;
    padding-top: 25px;

    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: 400;
}
@media(min-width:992px) and (max-width:1199px){
    .home-content-9-1 .col-sm-4 .row:nth-child(1) {

    min-height: 186px;
}
}
@media(min-width:1200px){
.home-content-9-1 .col-sm-4 .col-sm-12 {

    min-height: 652px;
}
}
@media (min-width: 768px){
.home-content-9-1 .col-sm-4 {
    width: 31%;
    margin: 1.166%;
}
}

/* social-media */
.social-media-1 .sm-block{
  background:#fff;
  display:block;
  text-align:center;
  font-size:26px;
  line-height:26px;
  padding:20px;
  margin-bottom:10px;
}
.social-media-1 .sm-block:hover{
  -webkit-transition: background .2s linear;
  -moz-transition: background .2s linear;
  -ms-transition: background .2s linear;
  -o-transition: background .2s linear;
  transition: background .2s linear;
}
.social-media-1{
  background:#eeeeee;
  padding:40px 0;
}
@media(min-width:992px){

.social-media-1  .social-media-1-inner{
  margin:0 10%;
}

}
@media(min-width:768px){
.social-media-1 .col-sm-4, .social-media-1 .col-sm-2{
  padding:1px;
}
}
.social-media-1 .sm-block-hashtag{
  border-bottom:3px solid #3192b0;
  color:#3192b0;
}
.social-media-1 .sm-block-hashtag:hover{
  background:#3192b0;
  color:#fff;

}
.social-media-1 .sm-block-linkedin{
  color:#0074b9;
  border-bottom:3px solid #0074b9;
}
.social-media-1 .sm-block-linkedin:hover{
  background:#0074b9;
  color:#fff;
}
.social-media-1 .sm-block-facebook{
  color:#415ea0;
  border-bottom:3px solid #415ea0;
}
.social-media-1 .sm-block-facebook:hover{
  background:#415ea0;
  color:#fff;
}
.social-media-1 .sm-block-twitter{
  border-bottom:3px solid #4baaf3;
  color:#4baaf3;
}
.social-media-1 .sm-block-twitter:hover{
  background:#4baaf3;
  color:#fff;
}
.social-media-1 .sm-block-youtube{
  color:#c92c22;
  border-bottom:3px solid #c92c22;
}
.social-media-1 .sm-block-youtube:hover{
  background:#c92c22;
  color:#fff;
}
/* end social-media-1 */
/* Nav-bar in MASTER Page*/
#header_bottom .navbar-static-top {
  position:fixed;
  width:100%;
  top:0;
  left:0;
  right:0;
  height: 40px !important;
  background: #880a29;
}
.navbar-static-top .navbar-nav > li a:hover, .navbar-static-top .navbar-nav > li a:active, .navbar-static-top .navbar-nav > li a:focus, .navbar-static-top .nav .open > a, .navbar-static-top .nav .open > a:hover, .navbar-static-top .nav .open > a:focus{
  background: #124274;
  color:#fff;
}
.navbar-static-top .navbar-brand {
  margin-top:10px;
}
nav .navbar-right > li > a {
  padding: 15px 8px;
}
@media(min-width:992px){
nav .navbar-right > li > a {
    padding: 15px 15px;
  }
}
@media(min-width:1200px){
nav .navbar-right > li > a {
    padding: 15px 18px;
  }
}
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.header-bottom.hide-links .nav.navbar-right {
  display:block !important;
}
.header-bottom.hide-links .navbar-toggle {
  display:none;
}

/*END  Nav-bar in MASTER Page*/
/*video cta bkg*/

.video-overlay {
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

#bg-video {
    display: none;
}

@media(min-width:768px) {
    #bg-video {
        display: block;
        z-index: 0;
        background-size: 100% 100%;
        margin-top: 50px;
    }
}
.header-top{
    overflow:hidden;
    position: relative;
    }
video#bg-video {
 position: absolute;
  top: 85%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-78%);
  background-size: cover;
  transition: 1s opacity;
}

.video-overlay {
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

/*end video bkg*/