﻿/* CSS Document */

@font-face {
    font-family: 'Oswald';
    src: url(/UploadedFiles/EventPage/17339.020/fonts/Oswald-Regular.ttf);
}
@font-face {
    font-family: 'Proxima';
    src: url(/UploadedFiles/EventPage/17339.020/fonts/Mark%20Simonson%20-%20Proxima%20Nova.otf);
}
/* general styles  */

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;
  font-size:30px;
}
@media(min-width:768px) {
  h1, h2.section-heading{
  font-size:36px;
}
}
.pagecontent{
  min-height:400px;
}

h1, h2.section-heading{
  color:#221e1f;
}
h2{
  color:#464646;
  font-size:20px;
}
@media(min-width:768px) {
  h2{
  font-size:30px;
}
}
.header-middle {
  display:none;
}
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: normal;
  }
}
a.btn-default {
  background: #358141;
  border:solid 2px #4a9757;
  color: #fff;
}
a.btn-default:hover, .btn-default:focus{
  border: solid 2px #4a9757 !important;
  background: #277c34;
  color: #fff
}
a.btn-primary{
  background: #358141;
  border:solid 2px #4a9757;
  color:#fff;
}
a.btn-primary:hover, a.btn-primary:focus{
  background:#277c34;
  border:solid 2px #4a9757;
  color:#fff;
}
.header-bottom{
  background:rgba(255, 255, 255, 1);
}
.navbar-toggle {
    margin-top: 18px;
}
.navbar-toggle .icon-bar {
    background-color: #333;
}
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: 10px;
  line-height: 12px;
  padding: 33px 4px;
  color: #000;
}
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: #93bb96;
  color: #000;
}

nav .navbar-header .logo {
    /* width:200px; */
    max-height:77px;
    padding:10px;
/*        padding-bottom: 16px;*/
}

@media(min-width:768px) and (max-width:991px){
img.img-responsive.logo {
    max-width: 226px;
    margin-top: 6px;
}
}
nav.navbar {
  margin-bottom:0;
}

@media(min-width:768px){

 /* nav .navbar-header .logo {
      width:180px;

  } */
}

@media(min-width:992px){

  nav .navbar-nav > li > a {
    font-size: 12px;
    line-height:14px;
    padding: 33px 12px;
    color: #4e4e4e;
    font-weight: 600;
  }

  nav .navbar-header .logo {
    width:auto;
  height:auto;
  }
}
@media(min-width:1200px){
  nav .navbar-nav > li > a {
    padding: 33px 20px;
  }
}

@media(min-width:768px) {
  nav .navbar-nav {
    float:right;
  }
}



/* end general styles */



/* navigation */

.header-bottom{
  width:100%;
  display:block;
  margin:0;
  position:fixed !important;
  z-index:999;
  top:70px;
  height: 80px;
  -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{
  width:100%;
  display:block;
  margin:0;
  position:fixed !important;
  z-index:999;
  top:80px;
  -webkit-box-shadow: 0 3px 7px 1px rgba(0,0,0,.5);
  box-shadow: 0 3px 7px 1px rgba(0,0,0,.5);
}
}
.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;
}
@media(max-width:767px){
nav .navbar-header .logo {
    width: 219px !important;
 
    margin-top: 7px !important;
}
}

nav .navbar-nav .open .dropdown-menu li a {
    color: #000;
    font-size: 12px;
    line-height:12px;
    padding: 10px 12px;
}
nav .navbar-toggle {
    border-color: #000;
}
nav .navbar-toggle .icon-bar {
    background-color: #000;
}
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:40px 0;
}
.home-cta-5 h2.section-heading{
  margin:10vh 0 0 0;
  color:#fff;
  font-size:30px;
  line-height:30px;
  text-shadow: 0 0 19.4px #000000;
}

@media(min-width:768px) {
  .home-cta-5 h2.section-heading{
    margin: 8vh 0 0 0;
    font-size:68px;
    line-height:74px;
  }
}
.home-cta-5 h2.section-heading img{
  max-height:50vh;
  padding-top:20px;
}
.home-cta-5 h2{
  font-size:22px;
  line-height:24px;
  color:#000;

}
@media(min-width:768px) {
  .home-cta-5 h2{
    font-size:32px;
    line-height:50px;
  }
}
.home-cta-5 h2.section-heading img{
  max-height:50vh;
}
.home-cta-5 h3{
  color:#000;
  margin:30px 0;
  font-size:18px;

}
.home-cta-5 .btn {
    margin-bottom:20px;
}
@media(min-width:768px) {
.home-cta-5 h3{
  font-size:24px;
}
}

.home-cta-more{
  display:none;
}
.home-cta-5 h3 span{
  color:#000;
  white-space:nowrap;
}


.header-top{
    display: block;
    min-height: 80vh;
    height: 75vh !important;
}

@media(max-width: 767px){
  .header-top{
    height: 90vh !important;
  }  
}
.header-top{
/*  background: #000 url(/UploadedFiles/EventPage/1003796/images/cta-bkg.jpg) center top no-repeat  ;*/
  background: #000 url(/UploadedFiles/EventPage/17339.021/images/Home-cta-5-bkg-new-2019.png) center top no-repeat  ;
  background-size:cover;
  margin-top: 15vh;
}

.header-top{
  display:block;
}
@media(min-width:768px){
  .home-cta-5{
    height:768px;
    height: 100vh;
  }

  .home-cta-more{
    display:block;
  }
  .home-cta-5 .home-cta-more a{
    color: rgba(255, 255, 255, 0.49);
    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){
/*
  .row-cta-btn-group{
    padding-left:20px;
    padding-right:20px;
    margin-top: 45px;
  }
*/
  .home-cta-5 .btn-lg {
    border-radius: 0px;
    font-size: 20px;
    font-weight:700;
    line-height: 1.33333;
    padding: 20px 10px;
  }



}
@media(min-width:1200px){


}
.subpagecontent.speakers .media-body img {
    display: none !important;
}

.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: 200px;
  background:#fff;
/*  background: #000 url(/UploadedFiles/EventPage/1003796/images/cta-bkg.jpg) center top no-repeat;
  background: #000 url(/UploadedFiles/EventPage/17339.021/images/Home-cta-5-bkg-new-2019.png) center top no-repeat;*/
  background-size:cover;
}

#aside-cta .btn {
  font-size: 14px;
  font-weight: bold;
}

.headertext{
  margin:0;
  padding:0;
  text-align:right;
  color:#000;
  font-size:17px;
  font-weight:600;
  text-transform:uppercase;
}


/* home-content-1 */
.home-content-1{
  padding: 40px 0 60px 0;
  text-align:left;
}
.home-content-1 p {
    font-size: 18px;
    color: #666666;
}
.home-content-1 .fa {
    color: #4a9656 !important;
    font-size: 25px;
    padding: 5px 0px !important;
}
.home-content-1 .media-left {
    padding: 0px !important;
    min-width: 40px;
}
.home-content-1 h2.section-heading{
  margin-top:0;
  color: #000;
  font-size: 40px !important;
}
@media(max-width: 767px){
  .home-content-1 h2.section-heading{
    font-size: 25px !important;
  }
}
.home-content-1 .media-object.fa.fa-check-square-o.fa-3x {
  color: #23994b;
  font-size: 1.8em;
}
.home-content-1 a.btn.btn-lg.btn-default {
    border: solid 2px #4a9757 !important;
    color: #ffffff !important;
    margin-top: 30px;
    border-radius: 0px !important;
}
.home-content-1 a.btn:hover, .home-content-1 a.btn:focus {
    border: solid 2px #4a9757 !important;
    background: #4a9656;
    color: #fff
}
.front .home-content-1 a{
    color: #23994b;
    font-weight: 600;
    text-decoration: underline;
}
/* end home-content */


/* speakerrotator */
#speakerrotator .speaker-image .img-responsive {
     min-width: 238px;
    min-height: 194px;
    background-size: 90% !important;
    background-color: #fff !important;
    height: 160px !important;
}


@media(min-width:1200px){
#speakerrotator .speaker-image .img-responsive {
     min-width: 238px !important;
    min-height: 194px !important;
     max-width: 238px !important;
    max-height: 194px !important;
   }
}
@media(min-width:992px) and (max-width:1199px){
#speakerrotator .speaker-image .img-responsive {
     min-width: 200px !important;
    min-height: 194px !important;
    max-width: 200px !important;
    max-height: 194px !important;
   }
}
@media(min-width:992px){
#speakerrotator .col-xs-6.col-sm-6.col-md-3 {
    min-height: 470px !important;
}
}
#speakerrotator .col-xs-6.col-sm-6.col-md-3 {
    min-height: 430px;
}

@media(min-width:768px) and (max-width:991px){
#speakerrotator .speaker-image .img-responsive {
     min-width: 264px !important;
    min-height: 194px !important;
     max-width: 264px !important;
    max-height: 194px !important;
   }
}
@media(max-width:767px){
#speakerrotator .speaker-image .img-responsive {
     min-width: 90px !important;
    min-height: 90px !important;
    max-height: 90px !important;
    max-width: 90px !important;
   }
}
#speakerrotator .speaker-image .img-responsive.Laventure, #speakerrotator .speaker-image .img-responsive.Mhanna,#speakerrotator .speaker-image .img-responsive.Blackman {
	background-size: 60% !important;
	background-color: #fff !important;
    }
#speakerrotator{
  background:#fff url("/UploadedFiles/EventPage/17339.019/images/Speaker-bkg.png") no-repeat scroll center top / cover ;
  color:#fff;
  padding:40px 0 0 0;
}
#speakerrotator h2.section-heading{
  margin:30px 0 40px 0;
  margin-bottom: 70px;
}
#speakerrotator h1{
  display:none;
}
#speakerrotator p{
  margin:20px 0;
}
#speakerrotator .carousel {
    min-height: 290px;
}
#speakerrotator .btn {
  background: #358141;
  border:solid 2px #4a9757 !important;
  color: #ffffff;
  border-radius: 0px !important;
}
#speakerrotator .btn:hover,.btn:active{
  border: solid 2px #4a9757 !important;
  background: #277c34;
  color: #ffffff
  border-radius: 0px !important;
}
#speakerrotator a.btn {
    margin-top: 20px;
    margin-bottom: 80px !important;
    display: inline-block !important;
}
.speaker-info {
  color: #000;
  font-size: 18px;
  margin-top: 25px;
  line-height: 23px;
  font-weight: 800;
}
.speaker-info strong {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.speaker-info em {
    font-size: 16px;
    font-style: italic !important;
    color: #000;
    font-weight: 600;
}
.speaker{
  min-height:290px;
}
.speaker img {
    background-color: #fff;
    border: 0px solid #949494 !important;
    min-width: 145px;
  max-width:145px;
  padding:10px;
}
#speakerrotator .speaker img{
  border-radius: 20px !important;
}
#speakerrotator h2.section-heading {
    color: #000;
}
#speakerrotator h4 {
    font-weight: 100;
}
#speakerrotator p span {
    font-weight: 600;
}
#speakerrotator .carousel-indicators{
  margin-top: 30px;
}
.carousel-indicators .active {
    background-color: #fff;
}
.carousel-indicators li {
    background-color: rgba(148, 148, 148, 0);
    border: 1px solid #fff;
}



/* footer */

footer.pagefooter{
  background:#484848;
  /* border-top:5px solid #23994b; */
  color:#fff;
  margin-top:40px;
}
#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;
}
#ctl00_footer_right img {
  max-width:180px;
}
.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;
  }
}
.btn.btn-legal-iq {
  background: #3079a7 none repeat scroll 0 0;
  border-color: #5cc1d1;
  text-decoration: none;
}
/* end footer */




/* early-bird-banner-2 */

.early-bird-banner-2 {
    padding: 15px 1px;
    text-align: center;
    color: #000;
    font-size: 1.2em;
}

.early-bird-banner-2 .row {
    margin-left: 0px;
    margin-right: 0px;
}
.early-bird-banner-2 a {
    color: #fff;
}
.header-middle {
}
section.early-bird-banner-2 h2 {
    color: #4a6d2e;
}
/* 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: #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;
}
}

/* 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;
}
.carousel-inner {
    width: 99%;
}
.featured-content-2 {
  background: #f3f3f3;
  padding: 20px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
    padding-right: 0px;
}
@media(min-width:768px){
  .media-body, .media-left, .media-right {
    padding-right: 20px;
}
}
@media(min-width:992px){
  .media-body, .media-left, .media-right {
    padding-right: 0;
}
}
@media(min-width:1200px){
  .media-body, .media-left, .media-right {
    padding-right: 50px;
}
}
.media-body img {
  float:left;
  padding-top:10px
}
@media(min-width:768px){
  .media-body img {
  float:right;
  padding-top:0;
}
}
.featured-content-box-1 {
    background: #fff;
    padding: 30px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 20px;
    font-size: .94em;
    line-height: 1.3;
    min-height: 350px;
    border:1px solid #dedede;
}
@media(min-width: 768px) and (max-width: 992px){
  .featured-content-box-1 {
    min-height: 510px;
}
}
#Opportunities p {
  padding:5px 0;
}
#Opportunities .btn {
  padding:15px;
  border-radius:5px;
  margin-bottom:10px
}
#Opportunities .brochure-link p a {
  width:100%;
}
#Opportunities .brochure-link img {
    position: static;
    margin-left:33%
}
@media(min-width:768px){
  #Opportunities .brochure-link p a {
  width:50%;
}
#Opportunities .brochure-link img {
    position: absolute;
    right: 37%;
    top: -30%;
}
}
#Opportunities .fa {
  padding-left:10px;
}

.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;
}
*/
/* testimonials */

.testimonials{
  background:#000 url(/UploadedFiles/EventPage/17339.019/images/Testimonials-bkg.png) center bottom no-repeat;
  background-size:cover;
  color:#fff;
  padding:40px 0 60px 0;
  margin: 0px !important;
}
.testimonials h2{
  color:#fff;
  font-size: 27px;
  margin-bottom: 40px;
}
.testimonials blockquote {
    font-size: 26px;
    /* text-shadow: 1px 1px 1px #000000; */
}
.testimonials .carousel .item{
  min-height:220px;
}
.testimonials-1 p, .testimonials p {
    font-style: italic !important;
}
.testimonials-1 cite {
    font-weight: 800;
    font-style: normal !important;
}

.testimonials-1 a.btn {
  background: #5f99a3;
  border: 2px solid #fff !important;
  font-size: 19px !important;
  min-width: 5% !important;
  padding: 10px 10px !important;
}
@media(max-width: 767px){
  .testimonials-1 a.btn {
    margin-bottom: 20px;
}
}
.testimonials blockquote small, .testimonials blockquote footer, .testimonials blockquote .small {
    color: #fff;
}
.testimonials-1 blockquote {
  font-size:18px;
  border-left: none !important;
}
@media(min-width:768px) {
  .testimonials-1 blockquote {
    font-size: 24px;
    margin-top: 23px;
  }
}
.testimonials-1 .carousel .item {
  height:auto;
}
@media(min-width:768px){
  .testimonials-1 .carousel .item{
  min-height: 380px;
}
}
.testimonials-1 .flex-video.widescreen {
    margin-top: 80px;
}
/* testimonials-1 */
/* .testimonials-1 {
    background: #fff url(/UploadedFiles/EventPage/17339.019/images/Testimonials-bkg.png) no-repeat center top / cover;
    background-size: cover;
    color: #fff;
    margin: 0;
    padding: 40px 0 60px 0;
}
.testimonials h2 {
    color: #fff;
}
@media(min-width: 768px){
  .testimonials h2 {
    font-size: 40px;
    padding-bottom: 30px;
  }
}
.testimonials-1 p, .testimonials p {
    font-style: italic;
    text-align: center !important;
}
.testimonials-1 blockquote {
  font-size: 25px;
  border-left: none !important;
}
@media(max-width: 767px){
  .testimonials-1 blockquote {
    padding-left: 10px;
  }
}
.testimonials-1 .carousel .item{
  min-height:220px;
}
.testimonials-1 cite {
    font-style: normal;
    font-weight: 550;
    font-size: 23px;
    color: #fff;
}
.testimonials-1 ol.carousel-indicators {
    display: none !important;
}
.testimonials-1 .carousel-indicators .active {
    background-color: #9e9fa0;
    width: 14px !important;
    height: 14px !important;
}
.testimonials-1 .carousel-indicators li {
    background-color: rgba(148, 148, 148, 0);
    border: 2px solid #9e9fa0;
    width: 14px;
    height: 14px;
}
.testimonials blockquote footer {
    text-align: center !important;
}
blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: "\2014 \A0" !important;
    color: #fff !important;
} */
/* home-content-7 */
.home-content-7{
   background: #18caf5 url("/UploadedFiles/EventPage/1003796/images/video_bg.jpg") no-repeat scroll center top / cover ;
  background-attachment:fixed;
  background-size:cover;
  margin:0;
  padding:40px 0;
}
@media(min-width:768px){
.home-content-7
.col-sm-5 {
  padding-top: 137px;
}
}

.home-content-7 h2.section-heading{
color:#fff;
}

/* featured-content-3 */
.featured-content-3 h2.section-heading{
  margin:0 0 40px 0;
}
.featured-content-3{
  padding:40px 0;
}
.featured-content-3 img{
  max-height:100px;
  border:1px solid #ccc;
}
/* end featured-content-3 */
#MediaPartnersHeading {
  display:none;
}
.clsSlider .speakerphoto {

  padding:0 10px;
  display:block;
}

.description {
  float: right;
  width: 100%;
}

#Opportunities .brochure-link {
  display: none;
}

.grey_box {
  background: #ccc;
  height: 11vh;
  width: 93vh;
}

.grey_box img {
  padding: 6px;
}
div.blurb {
  display: inline;
  float: left;
  margin: 0 0 16px;
  width: 46%;
  overflow:hidden;
}

.brochure-link {
  display: none;
}

#Prices table, #Prices h2 {
  display: block !important;
}
.clearFloat {
  clear:both;
}





#popup {
   background: #fafafa;
}
@media(min-width:768px){
#popup {
   background: #A8DBEE url("/UploadedFiles/EventPage/1003796/images/pop-bkg.jpg") no-repeat scroll center top / cover ;  width: 600px;height:400px;
}
}

.fancybox-skin {
  background: #33b2e1 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  position: relative;
  text-shadow: none;
}



.fancybox-inner h2.section-heading {
  color: #040103;
  font-size: 31px;
  padding: 15px 0;
  text-align: center;
}

.fancybox-inner h2.section-heading strong {
  color: #dd9d0c;
}

.fancybox-inner h2 {
  color: #000;
}

.fancybox-inner .popup-right p {
  color: #fff;
  text-align: center;
}

.popuph2.section-heading.text-center {
  font-size: 29px;
  line-height: 34px;
  margin-top: 45px;
}
.popup-right .fancybox-close {
  position: unset;
}

.popup-right p strong {
  font-size: 13px;
  font-weight: normal;
}
.popup-right .btn.btn-block.btn-lg.btn-primary > strong {
  font-size: 13px;
  font-weight: 700;
}
.popup-right .btn.btn-block.btn-lg.btn-default > strong {
  font-size: 13px;
  font-weight: 700;
}
.popup-right a.btn.btn-block.btn-lg.btn-primary {
  font-size: 26px; font-weight: 700;
}
 .popup-right a.btn.btn-block.btn-lg.btn-default {
    font-size: 26px; font-weight: 700;
}

.popup-right .btn.btn-block.btn-lg.btn-default
{
  padding: 23px;
  border-radius: 20px;
}

#popup .container {
  width: auto !important;
}
.popup-right .btn.btn-block.btn-lg.btn-primary {
  padding: 23px;
  border-radius: 20px;
}

#popup  .container {
  width: auto !important;
}
.fancybox-opened .fancybox-skin {
  max-width: 830px;
  padding: 0 !important;
}
.fancybox-inner {

  overflow: hidden;
}


.col-sm-6.popup-left .img-responsive {
  margin: 0 auto;padding-bottom:22px;
}
#popup .opt .img-responsive {
  margin: 0 auto;
}
/*#popup .btn-primary{background:#ffffff;padding:0;}
#popup .btn-primary:hover{background:#f1f1f1;} */
#popup .btn {
  font-size: 17px;
  font-weight: bold;
  margin: 35px 0 0;
  text-transform: none;
  white-space: normal !important;
}

#popup .btn strong {
  display: block;
  font-size: 26px;
}

.btn-info {
  background: rgba(156, 156, 155, 0) linear-gradient(to bottom, rgba(156, 156, 155, 1), rgba(123, 123, 122, 1), rgba(74, 74, 73, 1), rgba(49, 49, 48, 1) 100%) repeat scroll 0 0;
  border: medium none !important;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
}

.btn-info:hover, .btn-info:focus{
  background:rgba(49, 49, 48, 1);
  border-color:#fff;
  color:#fff;
}

.btn-success {
  background: rgba(238, 174, 30, 0) linear-gradient(to bottom, rgba(229, 165, 155, 1), rgba(222, 157, 13, 1), rgba(221, 157, 12, 1), rgba(214, 149, 5, 1) 100%) repeat scroll 0 0;;
  border-color: #fff;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
}
.btn-success:hover, .btn-success:focus{
  background:rgba(214, 149, 5, 1);
  border-color:#fff;
  color:#fff;
  text-decoration:none;
}

.eventimages {
  display: none;
}



.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: 0 !important;
  font-size:11px;
}
}
@media(min-width:768px) {
  .socialmedia {
  height: 40px;
}
}

a.twitter {line-height: 26px;}
@media(min-width:768px) {
  .socialmedia {
  font-size:14px;
}
}
.social-media {
  float:right;
  padding-top:10px;
  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;
}
.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;
      padding-top: 6px;
  }
}
.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: 14px;
  color:#fff;
  white-space: nowrap;
  margin: 10px 0;
}
}
.contact-icons {
  float: right;
}
.featured-content-4 {
    background: #f3f3f3;
    padding: 20px;
}
.featured-content-box-2 {
    background: #fff;
    padding: 30px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 20px;
    font-size: .94em;
    line-height: 1.3;
    min-height: 250px;
    border: 1px solid #dedede;
}
.agenda .featured-content-box-2 .media-body img {
    max-height: 100px;
}
.agenda .featured-content-box-1 .media-body img {
    max-height: 100px;
}
li.nav_top.nav_top_.nav_top_6606 a {
    background: #41642a;
    margin-top: 22px;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}
.home-cta-5 h2{
  font-size:24px;
  line-height:24px;
  color:#fff;
  margin-top: 21vh;
   text-shadow: 3px 3px 1px #000;
  background: rgba(0,0,0,.5);
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Oswald' !important;
  font-weight: 400 !important;
}
@media(min-width:768px) {
  .vegas-container {
      margin-top: 8vh;
      height: 820px !important;
  }
  .home-cta-5 h2 {
  /* font-size: 38px; */
  line-height: 56px;
  margin-top: 42vh;
  /* padding-bottom: 8vh; */
  text-shadow: 3px 3px 1px #000;
  background: rgba(42, 44, 46, 0.7);
  border-radius: 5px;
  font-size: 55px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 400 !important;
  width: 97%;
  margin-left: 20px;
}
}
@media(min-width:768px){

.home-content-1 .fc-box {

  min-height: 659px;
}
}
.home-content-1 .fc-box-1 {
    background: #fff url(/UploadedFiles/EventPage/17339.018/images/homepagecontent2_icon1.jpg) top center no-repeat;
    background-size: 100% auto;
}
.home-content-1 .fc-box-2 {
    background: #fff url(/UploadedFiles/EventPage/17339.018/images/homepagecontent2_icon2.jpg) top center no-repeat;
    background-size: 100% auto;
}
.home-content-1 .fc-box-3 {
    background: #fff url(/UploadedFiles/EventPage/17339.018/images/homepagecontent2_icon3.jpg) top center no-repeat;
    background-size: 100% auto;
}

.speakers .companyphoto .image{max-width:100% !important;}

.home-content-5 p {
  font-weight: 600;
  color: #000;
}
@media(min-width:992px){
  .home-content-1 .fc-box{
    padding-top:215px;
  }
.home-content-1 .fc-box {

  min-height: 659px;
}


}
@media(min-width:1200px){
  .home-content-1 .fc-box{
    padding-top:255px;
  }

  .home-content-1 .fc-box {

  min-height: 659px;
}
}
.home-content-1 .fc-box{
  -webkit-border-radius: 12px;
  border-radius: 12px;
  padding:20px;
  padding-top:255px;
  max-width:360px;
  margin-bottom:20px;
  border:1px solid #b1b1b1;
  color:#414141;
}

.fc-box h3 {
  color: #4D6E30;
  font-size: 25px;
}
.asidecontent_fix {
    padding-top: 80px;
}
.subpagecontent h2.section-heading + h2.section-heading{display:none;}


/*video cta bkg*/
.header-top{
    position:relative;
    overflow: hidden;
}
.video-overlay {
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* display: none !important; */
}

#bg-video {
    display: none;
}

@media(min-width:768px) {
    #bg-video {
        display: block;
        position: absolute;
        z-index: 0;
        background-size: 100% 100%;
        margin-top: 50px;
    }
}
video#bg-video {
  position: absolute;
  top: 125%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-118%);
  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;
}
.container.head-title {
    margin-top: 70px;
}
/*end video bkg*/

@font-face {
  font-family: 'Oswald';
  src: url('/UploadedFiles/EventPage/17339.019/Oswald-Regular.ttf');
}
@media (min-width: 768px){
.SponsorHeading, .MediHeading {
    font-size: 24px;
}
}

@media(min-width:768px) and (max-width: 991px){
  .home-cta-5 .btn-lg {
      font-size: 13px !important;
  }
  #aside-cta .btn {
    font-size: 9px !important;
}
}
@media(min-width:992px) and (max-width: 1199px){
  .home-cta-5 .btn-lg {
      font-size: 16px !important;
  }
  #aside-cta .btn {
    font-size: 12px !important;
}
}
@media(min-width:1200px){
  .home-cta-5 .btn-lg {
      font-size: 20px !important;
  }
  #aside-cta .btn {
    font-size: 15px !important;
}
}

/* Bottons */
#page_content a.btn {
    padding: 10px 10px;
    min-width: 21%;
    font-size: 20px;
    border: none;
}
@media(max-width: 767px){
  #page_content a.btn {
     padding: 10px 10px;
     min-width: 15%;
     font-size: 15px;
     border: none;
 }
}
/* Bottons */
#ctl00_footer_left .btn{
  background-color:#333333;
  text-decoration:none;
  border: 1px solid #f7f7f7;
  color:#fff;
}

/* home-content-13 */
.home-content-13{
  background: #fff url(/UploadedFiles/EventPage/17339.019/images/High-bkg.png) no-repeat center top / cover;
  padding:40px 0 60px 0;
  margin:0;
}

.home-content-13 h2 {
    color: #fff;
}
@media(min-width: 768px) {
  .home-content-13 h2 {
    font-size: 35px;
  }
}
.home-content-13 p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}
.home-content-13 h2.section-heading{
  margin-top:0;
}
.home-content-13 iframe {
    max-width: 100%;
    min-width:100%;
    border-radius: 10px;
}
.home-content-13 a.btn {
  padding: 10px 10px !important;
  border-radius: 0px !important;
  background: transparent;
  border: 2px solid #fff !important;
  font-size: 16px !important;
}
.home-content-13 a.btn:hover, .home-content-13 a.btn:focus {
  padding: 10px 10px !important;
  border-radius: 0px !important;
  background: #3d7742;
  border: 2px solid #fff !important;
  font-size: 16px !important;
}
@media(min-width: 768px) and (max-width: 992px){
  .home-content-13 a.btn {
    font-size: 10px !important;
}
.home-content-13 a.btn:hover, .home-content-13 a.btn:focus {
  font-size: 16px !important;
}
}
/* end home-content */
/*featured-content-1 */

.featured-content-1{
  padding:40px 0;
}
.featured-content-1 h2.sectio-heading{
  text-align:center;
  margin-bottom:20px;
}
.featured-content-1 .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;
}
.featured-content-1{
  background:#fff url(/UploadedFiles/EventPage/17339.019/images/Featured-content-bkg.png) top center no-repeat;

  background-size: cover;
  padding:40px 0;
  margin:0;
}

.featured-content-1 {
    padding: 40px 0 40px 0;
}
.featured-content-1 h2.section-heading{
color: #000;
}
.featured-content-1 h3 {
    margin: 0px !important;
    color: #000;
    font-size: 21px;
    padding-bottom: 13px;
}
.featured-content-1 p {
    color: #000;
    padding-bottom: 10px;
}
.featured-content-1 .featured-content-box-1 a.btn.btn-default{
    color: #ffffff;
    font-size: 15px !important;
    border-radius: 0px;
    padding: 5px 25px !important;
    border: solid 2px #4a9757 !important;
    font-weight: 700;
}
.featured-content-1 a.btn.btn-default{
  color: #ffffff;
  font-size: 15px !important;
  border-radius: 0px;
  padding: 10px 10px !important;
  border: solid 2px #4a9757 !important;
  font-weight: 700;
}
@media(min-width:768px){
.featured-content-1 iframe {

    min-height: 41vh !important;

}
}
@media(max-width:767px){
.featured-content-1 iframe {

    min-height: 47vh !important;

}
}
.featured-content-1 iframe {
    min-width: 100%;
    max-width: 100%;
    margin-top: 25px;
    border-radius: 10px;

}
/* end featured-content-1*/

#layerslider h3 {
  padding: 30px 0;
  color: #fff;
  text-transform: uppercase;
}
#layerslider .main-container {
  padding: 0;

}
#layerslider .media {
  color:#fff;
      max-width: 51%;
}
#layerslider .slide1 .text-left ,#layerslider .slide3 .text-left{
    padding-left: 40px;
}


#layerslider .carousel-indicators {
  bottom: 0;
}
#layerslider .carousel-control.right,
#layerslider .carousel-control.left {
  background-image: none;
}
#layerslider .carousel .item {
  min-height: 90vh !important;

  width:100%;
}
@media(min-width:768px) and (max-width:991px){
  #layerslider .carousel .item {
  min-height: 5vh !important;
}
}
@media(min-width:992px){
  #layerslider .carousel .item {
  min-height: 480px !important;
}
}
/* .carousel-inner .item .container {
    display:block;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
} */
@media(min-width:992px){
  .carousel-inner .item .container {
    display: flex;
}
}
#layerslider .carousel-control {
    width: 6%;
        text-shadow: none;
}
.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;
  padding-top: 10px;
}
.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;
}

.carousel-control .fa-chevron-right, .carousel-control .fa-chevron-left {
    position: absolute;
    top: 20%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-chevron-left{
    left: 50%;
    width: 38px;
    height: 38px;

    font-size: 61px;
    color: #fff;

    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control .fa-chevron-right{
    right: 50%;
    width: 38px;
    height: 38px;

    font-size: 61px;
    color: #fff;

    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

  .animated{
    animation-duration: .8s;
    animation-delay: .1s;
  }
  /*---------- INDICATORS CONTROL ----------*/
  #layerslider   .carousel .carousel-indicators li {
    display: none !important;
}
  #layerslider .media {
    width:90%;
    padding: 0;
    margin: 0 !important;
  }
  #layerslider .media .fa {
    color:#df4c2c;
    padding-left: 20px;
  }
  @media(min-width:992px){
  #layerslider .media-body p {

    padding-right: 96px;
  }}
  #layerslider .media-body p {
    margin-top:0px;

  }
  @media(min-width:768px){
    #layerslider .media .fa {
      padding-left: 30px;
    }
  }
  #layerslider h2 {
    color:#fff;
    font-size: 50px;
    max-width: 47%;
  }
   #carousel-example-generic > div div.col-md-4.hidden-xs > img {
    margin-top: 3vh;
  }
 @media(min-width:768px){
  #carousel-example-generic > div div.col-md-4.hidden-xs > img {
    width:100vw;
    height:30vw;
    margin-top: 3vh;
    object-fit: contain;
  }
}
 @media(min-width:992px){
  #carousel-example-generic > div div.col-md-4.hidden-xs > img {
    width:350px;
    height:550px;
    min-height:550px;
    object-fit: cover;
  }
}

@media(min-width: 1200px){
  .testimonials .col-sm-7 p {
      max-width: 50%;
      padding: 5px 41px;
      font-weight: 500 !important;
      font-size: 19px;
      text-align: left;
  }
  .testimonials .fa {
      font-size: 16px;
  }
  .carousel-control .fa-chevron-right, .carousel-control .fa-chevron-left {
      position: absolute;
      top: 38% !important;
      z-index: 5;
      display: inline-block;
  }
  .testimonials-1 cite {
      font-weight: 800;
      font-style: normal !important;
  }
  .testimonials-1 .carousel, .carousel-inner {
      position: relative;
    
  }
  .testimonials blockquote footer {
      width: 38% !important;
  }

}
@media(max-width: 767px){
  .testimonials-1 blockquote {
    font-size: 14px;
  }
  .carousel-control .fa-chevron-right, .carousel-control .fa-chevron-left {
    top: 44%;
}
#layerslider .carousel .item {
    min-height: 15vh !important;
    width: 100%;
}


}
@media(min-width: 768px) and (max-width: 991px){
  .carousel-control .fa-chevron-right, .carousel-control .fa-chevron-left {
      position: absolute;
      top: 50%;
      z-index: 5;
      display: inline-block;
  }
}

@media(min-width: 992px) and (max-width: 1199px){
  .testimonials-1 p {
      width: 50% !important;
      padding: 0px 33px;
  }
  .testimonials blockquote footer {
      width: 38% !important;
  }
}

@media(max-width: 991px){
  .testimonials-1 .col-sm-5 {
    width: 100% !important;
  }
  .testimonials-1 .col-sm-7 {
    width: 100%;
}
blockquote .small, blockquote footer, blockquote small {
    font-size: 71%;
    width: 94%;
}
}
.fa-chevron-right:before {
    content: url(/UploadedFiles/EventPage/17339.019/images/Arrow-right.png) !important;
}
.fa.fa-chevron-left:before {
    content: url(/UploadedFiles/EventPage/17339.019/images/Arrow-left.png) !important;
}
.speakers span.company + img {
  display:none !important;
}


/*Slider on Home-cta*/
#containerFlip {
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-size: 80px;
    font-weight: 400;
    position: relative;
    width: 100%;
    display: block;
    max-width: 1440px;
    margin-top: 13vh;
/*    text-shadow: 1px 2px 0px #000;*/
    font-family: 'Oswald';
}

#flip {
  height:80px;
  overflow:hidden;
  font-size: 60px;
  margin-top: 40px;
  margin-bottom: 9vh;
}
#flip > div {height: 80px; overflow: hidden;}
#flip > div > div {
  color:#fff;
  padding:0px 12px 10px 12px;
  height:80px;
  line-height: 1.2;
  display:inline-block;
}

#flip>div:first-child {animation-name:show;animation-iteration-count:infinite;animation-direction:normal;animation-duration: 20s;animation-timing-function:linear;animation-fill-mode: forwards;}

#flip .lt-green {
  background:rgba(43, 111, 60, 0.6);
}

#flip .dr-green {
  background:rgba(65, 134, 72, 0.8);
}


@keyframes show {

0% {margin-top:0px;} 
8.3% {margin-top:0px;}
16.3% {margin-top:-80px;} 
24.9% {margin-top:-80px;} 
33.2% {margin-top:-160px;}
41.8% {margin-top:-160px;}
50.1% {margin-top:-240px;} 
58.4% {margin-top:-240px;}
66.7% {margin-top:-320px;} 
75% {margin-top:-320px;}
83.3% {margin-top:-400px;} 
91.6% {margin-top:-400px;}
100% {margin-top:-480px;} 
}

#flip div {height: 80px; padding-bottom: 5px;}
  
  @media (max-width: 782px){
    #containerFlip { font-size: 55px; }
    #flip {margin-top: 15px; font-size: 40px;}
    #flip > div > div {line-height: 2; padding: 0px 12px; margin-top: 3px;}  
}
  @media (max-width: 480px){
    #containerFlip { font-size: 45px; max-width: 100%; margin-top: 150px;}
    #flip {margin-top: 15px; font-size: 33px;}
    #flip > div > div {line-height: 1; padding: 8px 12px; margin-top: 3px;}  
  }
  
      @media(min-width: 768px) and (max-width: 991px){
          #containerFlip {
    margin-top: 48px;
}
      }
/*Slider on Home-cta END*/


.agenda-mc .col-md-12:nth-child(2) {
    display: none !important;
}

.home-content-6 {
    padding: 40px 0;
}
.home-content-6 .col-sm-3 {
   
    line-height: 210px;
}
.home-content-6 .row {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}
