/* CSS Document */

/* general styles  */

body{
  font-family:'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 1.42857;
  color:#252525;
}
h1, 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;
  min-height:7vh;
}
h1, h2.section-heading{
  color:#262260;
  font-size:30px;
  margin:20px 0;
}
@media(min-width:768px){
  h1, h2.section-heading {
    font-size:40px;
}
}
h2{
  color:#464646;
}
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: #cecccd;
    border: solid 1px #000;
    color: #000;
}
a.btn-default:hover, .btn-default:focus{
  background:#80797c;
  color:#000;
}
a.btn-primary{
  background:#65caef;
 border: solid 1px #000;
    color: #000;
}
a.btn-primary:hover, a.btn-primary:focus{
  border-color:#4994af;
  color:#000;
}
.header-bottom{
  background:#ffffff;
}
nav .navbar-toggle .icon-bar {
    background-color: #333333;
}

nav .navbar-nav > li > a {
  font-size: 12px;
  line-height:12px;
  padding: 31px 9px;
  color:#727272;
  -webkit-transition:all 300ms linear;
  -moz-transition:all 300ms linear;
  transition:all 300ms linear;
}
nav .navbar-nav > li a:hover, nav .navbar-nav > li a:active, nav .navbar-nav > li a:focus,  nav .nav .open > a, nav .nav .open > a:hover, nav .nav .open > a:focus{
  background:#e2e2e2;
  color:#727272;
}

nav .navbar-header .logo {
   width: 216px;
    max-height: 136px;
    margin-top: 17px;
}
@media(min-width:768px){

 nav .navbar-header .logo {
      width:216px;

  }
}
@media(min-width:992px){

 nav .navbar-nav > li > a {
    font-size: 13px;
    line-height:14px;
    padding: 31px 18px;
    color:#727272;
  }

 nav .navbar-header .logo {
    width:auto;
  height:auto;
  }
}
@media(min-width:1200px){
 nav .navbar-nav > li > a {
    padding: 31px 31px;
  }
}

@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:0;
  -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:0;
  min-height:77px;
}
.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;
}
.navbar-header .logo {
  display: block;
  margin: 0;
}

nav .navbar-nav .open .dropdown-menu li a {
    color: #727272;
    font-size: 12px;
    line-height:12px;
    padding: 10px 12px;
}

nav .navbar-toggle {
    border-color: #727272;
    margin-top:18px;
}
nav .navbar-toggle .icon-bar {
    background-color: #727272;
}
nav .navbar-nav > li.btn-nav > a {
    display:none;
}
@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){


  .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: 10px 0 6px 0;
      padding-top: 230px;
}
.home-cta-5 h2.section-heading {
 font-size: 30px;
    line-height: 34px;
    margin: 31px 0 0;
    text-shadow: 0 1px 4px #000000;
    background: rgba(242, 244, 245, 0.8);
    width: 73%;
    margin: auto;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    box-shadow: 0px 0px 30px rgb(101, 101, 101);

}
@media(min-width:768px) and (max-width:991px){
.home-cta-5 h2.section-heading {
   
        width: 602px !important;
    padding-left: 20px;
    padding-right: 20px;
   
   
}
}
@media(min-width:992px) and (max-width:1199px){
.home-cta-5 h2.section-heading {
   
      padding-left: 20px;
    padding-right: 20px;
   
   
}
}
@media(max-width:767px){
.home-cta-5 h2.section-heading {
   
    width: 100% !important;
        margin-top: 47px;
   
   padding: 0px 15px;
}
}
.home-cta-5 h2.bogo-code{

    font-size:24px;
    color: #1b224e;
    text-shadow:none !important;
}
@media(min-width:768px) {
  .home-cta-5 .home-cta-5 .btn-lg{
    margin:25vh 0 0 0;


  }
}
.home-cta-5 .home-cta-5 .btn-lg img{
  max-height:50vh;
  background: url(/UploadedFiles/EventPage/1003235/images/cta-bkg.png);
}
.home-cta-5 h2{
  font-size:24px;
  line-height:26px;
  color:#ebebeb;
  text-shadow: 0 0 19.4px #000000;
}
@media(min-width:768px){
  .home-cta-5 h2{
  font-size:42px;
  line-height:50px;
}
}
.home-cta-5 h3{
 color: #fff;
    margin: 30px 0;
    font-size: 18px;
    text-shadow: 2px 1px 4px #000000;

}
@media(min-width:768px){
  .home-cta-5 h3{
  font-size:36px;
  font-weight:600;
}
}
.home-cta-more{
  display:none;
}
.home-cta-5 h3 span{
  color:#ffffff;
  white-space:nowrap;
}

.home-cta-5 .btn {
  margin-bottom:20px;
}
.home-cta-5 .black {
    color: #000;
    font-size: 30px;
}
.home-cta-5 .red {
    color: #cf232a;
    font-size: 25px;
}
@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;
  }

}

.row.row-cta-btn-group.animated.fadeIn{
    margin-top: 0px;
}


.header-top{
  background: #fff url(/UploadedFiles/EventPage/30445.001/images/home-cta-5-bkg.png) center left 100% no-repeat;
 
  background-size:cover;
}

.header-top{
  display:block;
}
@media(min-width:768px){
  .home-cta-5{

    min-height: 768px;
  }

  .home-cta-more{
    display:block;

  }
  .home-cta-5 .home-cta-more a{
        color: #705d64;
    opacity: .5;
    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){


}

@media(min-width:768px){
.row-cta-btn-group {
  padding-top: 50px;
}
}

.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{

  background: #fff url(/UploadedFiles/EventPage/30445.001/images/home-cta-5-bkg.png) center top no-repeat  ;
  background-size:cover;
}
.headertext {
  margin: 0;
  padding: 0;
  text-align: right;
  color: #000;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  background: #fff;
  opacity: .75;
  border-radius: 10px;
}
@media(max-width:767px){
.headertext {
   
    padding-right: 13px;
}
#aside-cta{
  padding-top: 223px !important;
 
}
}
@media(min-width:768px) and (max-width:991px){
.headertext {
   font-size: 9px;
    padding: 10px;
}
}
@media(min-width:1200px){
.headertext {
   font-size: 16px;
    padding: 11px;
}
}
@media(min-width:992px) and (max-width:1199px){
.headertext {
   font-size: 13px;
    padding: 8px;
}

#aside-cta{
  padding-top:154px;
 
}
}

/* home-content-1 */
.home-content-1{
  padding:40px 0;
  text-align:left;
}
.home-content-1 h1{
  margin-top:0;
}
section.home-content-1 h3 {
    color: #262260;
}
.home-content-1 p {
    text-align: center;
}
.home-content-1 .btn {
    /* text-align: center; */
    margin-top: 30px;
}
/* end home-content */


/* custom-speakers */
.custom-speakers{

background: #50a1b7 url("/UploadedFiles/EventPage/1003354/images/speaker-rotator-bkg.jpg") no-repeat scroll center top / cover ;
color:#fff;
padding:40px;
}
.custom-speakers h4 {
  color: #fff;

}
.custom-speakers h2.section-heading {
  color: #fff;
  margin: 0 0 20px;
}

/* end custom-speakers */
/* speakerrotator */



@media(min-width:768px){
#speakerrotator .speaker img{
      
     min-width:240px !important;
      max-width:240px !important;
      min-height:240px !important;
      max-height:240px !important;
      
}
}
@media(min-width:992px){
#speakerrotator .speaker img{
      
     min-width:200px !important;
      max-width:200px !important;
      min-height: 200px !important;
      max-height: 200px !important;
      
}
}
@media(min-width:1200px){
#speakerrotator .speaker img{
      
     min-width:240px !important;
      max-width:240px !important;
      min-height:240px !important;
      max-height:240px !important;
      
}
}
@media(max-width:767px){
#speakerrotator .speaker img{
      
      min-width:100px !important;
      max-width:100px !important;
      min-height: 100px !important;
      max-height: 100px !important;
       
}
}
#speakerrotator .col-xs-6.col-sm-6.col-md-3 {
    min-height: 444px;
}

@media(max-width:767px){
    #speakerrotator .col-xs-6.col-sm-6.col-md-3 {
    min-height: 326px;
}
.carousel-indicators {
  
    bottom: -59px;
    
}

#speakerrotator .btn {
   
    margin-top: 69px;
}
}



#speakerrotator{
     background: #6b0203 url(/UploadedFiles/EventPage/30445.001/images/Speaker-bkg.png) no-repeat scroll center top / cover;
    color: #fff;
    padding: 70px 0 80px 0;
}
#speakerrotator h1{
  display:none;
}
#speakerrotator h2.section-heading{
  margin:0 0 40px 0;
  color:#fff;
}

#speakerrotator .speaker-info{
      font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 25px;
}
#speakerrotator .speaker-info strong{
      font-size: 21px;
      font-weight:500;
}
#speakerrotator .speaker-info em{
  
  font-style:normal;
}
#speakerrotator .carousel {
    min-height: 290px;
}
#speakerrotator .btn {
    display: inline-block;
    background: #65caef;
   
}
.speaker{
  min-height:290px;
}
#speakerrotator .speaker img {
   
    border: 1px solid #fff !important;
 
  border-radius: 10px;
   
}
.speaker img {
    background-color: #fff;
    border: 4px solid #ffffff !important;
    -webkit-border-radius: 90px;
  border-radius: 90px;
    min-width: 150px;
  max-width:150px;
  padding:0px;
}
#speakerrotator .carousel-indicators .active {
   background-color: #244d6f;
    height: 16px;
    width: 16px;
}
#speakerrotator .carousel-indicators li {
   background-color: rgba(148, 148, 148, 0);
    border: 3px solid #244d6f;
    height: 16px;
    width: 16px;
}




/* footer */

footer.pagefooter{
  background:#000;
  border-top:5px solid #ccc;
  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;
}
.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;
  }
}
/* end footer */

/* early-bird-banner-2 */

.early-bird-banner-2 {
    background: #272262;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
}
.early-bird-banner-2 a {
    color: #fff;
}
.header-middle {
    background-color: #272262;
}

/* 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;
}

.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;
}
*/
/*social-media*/
section.socialmedia h3 {
    color: #fff;
   
    margin: 5px 0;
}
.socialmedia .fa {
    
    color:#fff;
}
section.socialmedia.aos-init.aos-animate {
    padding: 5px 0px;
}
section.socialmedia {
    background: #28388f;
    width: 100%;
    position: absolute;
    left: 0;
    color: #fff !important;
    
}
@media(min-width:768px){
section.socialmedia h3 {
   
    font-size: 14px;
   
}
.socialmedia .fa {
  
    font-size: 22px;
}

}
@media(min-width:992px){
section.socialmedia h3 {
   
    font-size: 19px;
   
}


}
@media(max-width:767px){
.socialmedia .col-xs-4.text-center {
    width: 100%;
}
section.socialmedia h3 {
   font-size: 11px;
}
}
@media(min-width:768px){
.not-front .header-bottom {
   
    min-height: 90px;
   
}
.not-front section.socialmedia {
   
    top: 90px;
}
}
/*social-media-over*/
/* home-content-8 */

.home-content-8{
 padding: 55px 0 80px 0;
  background: #fff url(/UploadedFiles/EventPage/30445.001/images/benefits-bkg.png) no-repeat scroll center top / cover;
      overflow: hidden;
}
.home-content-8 h2.section-heading{
  margin-top:0;
  color:#272262;
  margin-bottom: 29px;
}


.pagecontent .home-content-8 img {
  float:none;
  margin:0 auto;
  border-radius:7px;
}
.home-content-8 .box h3 {

  color: #303335;
}
@media(min-width:768px)
{
  .home-content-8 .box h3 {
    font-size: 21px;
}
}
@media(max-width:767px){
.box.aos-init.aos-animate {
    margin-bottom: 43px !important;
}
}
@media(min-width:570px) and (max-width:991px){
  .home-content-8 .box {
    width: 50% !important;
    display: inline-block !important;
   
  
}
}
.home-content-8 .box {
    width: 100%;
   
    border-radius: 12px;
    background: #fff;
    margin: 10px 0.5% !important;
   
}
.home-content-8 .box p {
  font-size:18px;
  color:#000;
}
.home-content-8 .boxes {
    text-align: center;
   
}
@media(min-width:992px){
.home-content-8 .boxes
{
  padding-bottom: 30px;
}
.home-content-8 .box{
      width: 23.651%;
  display: inline-block;
  min-height: 538px;
  vertical-align: bottom;
}
}

.home-content-8 .box img
{
    width: 100%;
}
.home-content-8 .line {
    padding-bottom: 20px;
}



.home-content-8 .boxes .text-center {
    text-align: center;
    padding-right: 11px;
    padding-left: 15px;
}

/* home-content-8 */
