﻿/* CSS Document */

/* 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{
  color:#252525;
  font-size:30px;
  margin:20px 0;
}
@media(min-width:768px){
  h1, h2.section-heading {
    font-size:40px;
}
}
.pagecontent{
  min-height:400px;
}

.header-middle{
  min-height:7vh;
}

h1, h2.section-heading{
  color:#a70e13;
}
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: #fefefe;
  border-top:solid 0px #1a1a19;
  border-bottom:solid 5px #1a1a19;
  border-right:solid 0px #1a1a19;
  border-left:solid 0px #1a1a19;
  color: #000;
}
a.btn-default:hover, .btn-default:focus{
  background:#141413;
  border-top:solid 0px #fff;
  border-bottom:solid 5px #141413;
  border-right:solid 0px #fff
  border-left:solid 0px #fff;
  color:#fff;
}
a.btn-primary{
  background:#a70e13;
  border-top:solid 0px #fff;
  border-bottom:solid 5px #0b0a09;
  border-right:solid 0px #fff;
  border-left:solid 0px #fff;
  color:#fff;
}
a.btn-primary:hover, a.btn-primary:focus{
  background:#0b0a09;
  border-top:solid 0px #fff;
  border-bottom:solid 5px #0b0a09;
  border-right:solid 0px #fff
  border-left:solid 0px #fff;
  color:#fff;
}
.header-bottom{
  background:#a70e13;
}
nav .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: 12px;
  line-height:12px;
  padding: 36px 10px;
  color:#fff;
}
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:#3a080a;
  color:#fff;
}

nav .navbar-header .logo {
    width:200px;
    max-height:77px;
}
@media(min-width:768px) and (max-width:991px){

  nav .navbar-header .logo {
      width:180px;
margin-top: 10px !important;
  }
  nav .navbar-nav > li > a {
    font-size: 11px;
    line-height: 12px;
    padding: 36px 6px;
    color: #fff;
}
}
@media(min-width:992px){

  nav .navbar-nav > li > a {
    font-size: 14px;
    line-height:14px;
    padding: 36px 8px;
   
  }

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

  }
}





/* 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-bottom:0;
  min-height: 77px;
}
nav .navbar-brand{
  padding:0;
}

.header-bottom.affix{
  position:fixed;
  top:0;
  z-index:999;
}
.header-bottom.affix-bottom {
  position:absolute;
  z-index:999;
}

nav .navbar-header{
  display:block;
}
nav .navbar-header .logo {
  display: block;
  margin: 0;
  padding-top: 10px;
}

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

nav .navbar-toggle {
    border-color: #fff;
    margin-top:18px;
}
nav .navbar-toggle .icon-bar {
    background-color: #fff;
}
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;

  }
   nav .navbar-nav{
    float:right;
  }

  .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:10px 0 40px 0;
}
.home-cta-5 h2.section-heading{

  color:#fff;
  font-size:30px;
  line-height:34px;
  text-shadow: 0 0 19.4px #000000;
}
 .home-cta-5 .col-sm-12.fade-box {
       margin: 140px 10px 34px 10px;
    background: #fff;
    padding: 5px;
    border-radius: 13px;
        box-shadow: 0px 0px 46px #1f1f1f;

}
@media(min-width:768px) {
  .home-cta-5 h2.section-heading{

    font-size:68px;
    line-height:74px;
  }
  .home-cta-5 .col-sm-12.fade-box {

margin: 250px 10px 34px 10px;
    width: 67%;
    padding-left: 51px !important;
    padding-top: 21px !important;
    margin-left: 17%;

}
}
.home-cta-5 h2.section-heading img{
  max-height:50vh;
}
.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:#a70e13;
  margin:30px 0;
  font-size:18px;

}
@media(min-width:768px){
  .home-cta-5 h3{
  font-size:25px;
}
}

.home-cta-more{
  display:none;
}
.home-cta-5 h3 span{
  color:#a70e13;
  white-space:nowrap;
}
.home-cta-5 .btn{
  margin-bottom:20px;
  opacity: .7;
}
.home-cta-5 .btn:hover, .home-cta-5 .btn:focus{
  margin-bottom:20px;
  opacity: 1;
}
.header-top{
  background: #fff url(/UploadedFiles/EventPage/22989.007/48v%20-%20Background%20picture%202019.jpg) no-repeat center top / cover;
  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:#fff;
    opacity:.5;

    display:inline-block;
  }
  .home-cta-5 .home-cta-more a:hover{
    opacity:1;
  }
  .home-cta-5 .home-cta-more .fa{
    font-size:88px;
 margin-top: 30px;
  color:#b9b9b9;
  }

}
 

@media(min-width:992px){

  .home-cta-5 .btn-lg {
    border-radius: 5px;
    font-size: 24px;
    font-weight:700;
    line-height: 1.33333;
    padding: 20px 10px;
  }



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


}
@media(min-width:768px){
.row-cta-btn-group {
  padding-top: 14vh;
}
}
.home-content-1 .fa {
  color: #A70E13;
}
.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:105px;
  background: #fff url(/UploadedFiles/EventPage/22989.007/48v%20-%20Background%20picture%202019.jpg) center top no-repeat  ;
  background-size:cover;
}
.asidecontent_fix {
    margin-top: 0 !important;
}
.headertext {
  background: #fff;
  border-radius: 12px;
  color: #a70e13;
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}

/* home-content-1 */
.home-content-1{
  padding:30px 0;
  text-align:left;
}
.home-content-1 h2.section-heading{
  margin-top:0;
}
/* end home-content */

/* home-content-1-1 */
.home-content-1-1{
    background:#f3f1f1;
    padding:40px 0px;
}

.home-content-1-1 .media-body p span.red{
    color:#f51e1e;
    
}
.home-content-1-1 .col-sm-4 {


border-bottom: 93px solid #232323;

border-left: 27px solid transparent;

width: 100%;

height: 0px;



padding: 0px 10px;


  
 
  
}
.home-content-1-1 .media-body p {

    color: #fff;
    font-size: 16px;
    margin-bottom: 485px;
    font-weight: 700;
    padding-top: 6px;
  text-transform:uppercase;
}
@media(max-width:767px){

.home-content-1-1 .col-sm-4 {
    
    margin-bottom: 20px;
}
}
.home-content-1-1 .media-left {

 min-width: 69px;

padding-right: 0px;
}
@media(min-width:768px){
.home-content-1-1 .col-sm-4 {
    width: 30.67% !important;
    margin: 1.16%;
}
}
.home-content-1-1 .media-left {

    vertical-align: -23px;
    padding-top: 9px;

}

@media(min-width:768px){
.home-content-1-1 .col-sm-4 {
    border-bottom: 162px solid #232323;
   
}
}
@media(min-width:992px){
.home-content-1-1 .col-sm-4 {
    border-bottom: 111px solid #232323;
   
}
}
@media(min-width:1200px){
.home-content-1-1 .col-sm-4 {
    border-bottom: 88px solid #232323;
   
}
}
/* end home-content */
/* home-content-1-2 */
.home-content-1-2{
    background:#393939;
    padding:0px;
}
 .home-content-1-2 h2 {
    color: #fff;
    margin: 0px;
    padding-top: 23px;
    text-transform: uppercase;
    paddinG-left: 17PX;
    font-size: 13px;
}
@media(min-width:768px){
.home-content-1-2 h2 {
   font-size: 23px;
    padding-top: 11px;
}
}
@media(min-width:992px){
.home-content-1-2 h2 {
    font-size:28px;
    padding-top: 6px;
}
}
@media(min-width:1200px){
.home-content-1-2 h2 {
    font-size:33px;
    padding-top: 1px;
}
}
.home-content-1-2 .banner {
      border-bottom: 74px solid #a61008;
    border-left: 23px solid transparent;
    color: #fff;
    width: 60%;
    height: 0px;
}



/* end home-content */




/* speakerrotator */
@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: 300px;
}
}
#speakerrotator {
background: #eaf1fb url("/UploadedFiles/EventPage/22989.006/images/speaker_bg.jpg") no-repeat scroll center top / cover ;
  color: #fff;
  padding: 40px 0 20px;
}
#speakerrotator h1 {
 display:none;
}
#speakerrotator h2.section-heading {
  color: #fff;
  margin: 0 0 20px;
}
#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: 3px solid #fff !important;
  border-radius: 12px;
  max-width: 145px;
  min-width: 145px;
  padding: 2px;
}
.carousel-indicators .active {
    background-color: #fff;

}
.carousel-indicators li {
    background-color: rgba(148, 148, 148, 0);
    border: 1px solid #fff;

}

#speakerrotator .speaker-info {
  color: #fff;
  font-size: 17px;
}

#speakerrotator .speaker-info > strong {
  font-size: 18px;
}


#speakerrotator .btn-default {
  background:#a70e13;
  border-top:solid 0px #fff;
  border-bottom:solid 5px #0b0a09;
  border-right:solid 0px #fff;
  border-left:solid 0px #fff;
  color:#fff;
}
#speakerrotator .btn-default:hover {
  background:#0b0a09;
  border-top:solid 0px #fff;
  border-bottom:solid 5px #0b0a09;
  border-right:solid 0px #fff
  border-left:solid 0px #fff;
  color:#fff;
}

/* 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: 20%;
    text-align:left;
  }
  #ctl00_footer_center{
    width:30%;
    text-align:left;
  }
  #ctl00_footer_right{
    width: 50%;
    text-align:right;
  }
}
/* end footer */

/* early-bird-banner-2 */

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

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

.btn.btn-auto-iq {
  background: #687f9c;
  text-decoration: none;
}

#Sponsors .description {
  float: right;
  width: 100%;
}

#MediaCenter .description {
  float: right;
  width: 90%;
}
#MediaPartners .description {
  float: right;
  width: 100%;
}
#MediaPartners h2.priority {
  display:none;
}


nav .navbar-nav > li.btn-nav > a {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #a70e13;
  border-radius: 8px;
  color: #000;
  display: block;
  font-weight: 700;
  margin: 15px 4px;
  padding: 14px 14px 13px;
}

@media(min-width:992px){
  nav .navbar-nav > li.btn-nav > a {
    margin:15px;
}
}
nav .navbar-nav > li.btn-nav > a:hover {
  background:#000;
  color: #fff;
}


/* featured-content-2 */
.featured-content-2{
  background:#E6E6E6;
  background-attachment: fixed;
  background-size: cover;
  padding:40px 0;
  margin:0;
}
.featured-content-2 h2.section-heading {
    padding-bottom: 30px;
}
.featured-content-1-full {
    padding: 40px 0 20px 0;
    }

    .featured-content-box-1 {
  padding: 10px;
  margin:0px;
  margin-bottom: 44px;
}
@media(min-width:768px){
.featured-content-box-1 .cust-box {
   
    min-height: 205px;
}
}
@media(min-width:992px){
.featured-content-box-1 .cust-box {
   
    min-height: 309px;
}
}
@media(min-width:1200px){
.featured-content-box-1 .cust-box {
   
    min-height: 245px;
}
}
/* custom-speakers */

.custom-speakers {
background: #eaf1fb url("/UploadedFiles/EventPage/22989.006/images/speaker_bg.jpg") no-repeat scroll center top / cover ;
  color: #fff;
  padding: 40px 0 20px;
}

@media(max-width:767px){



.custom-speakers .speaker-image {
    width: 100% !important;
    height: 175px!important;
    /* min-width: 344px !important; */
    min-height: 100px !important;
    /* text-align: center; */
    /* margin-left: 78px; */
}

.custom-speakers .speaker-image div {
    height: 169px !important;
    width: 100%;
  
    
}
.custom-speakers .col-xs-6.col-sm-6.col-md-3.text-center {
    min-height: 428px;
}
}
@media(min-width:768px){
.custom-speakers .col-xs-6.col-sm-6.col-md-3.text-center {
    min-height: 392px;
}
}

@media(max-width:370px){
.custom-speakers .col-xs-6.col-sm-6.col-md-3.text-center {
    min-height: 503px !important;
}
}
@media(min-width:768px) and (max-width:991px){

    .custom-speakers .speaker-image  {
    
   max-width: 344px !important;
    max-height: 200px !important;
    min-width: 344px !important;
    min-height: 200px !important;

}
    .custom-speakers .speaker-image div{
    
    height: 194px !important;
   
    width: 100%;
    
}
}
@media(min-width:992px) and (max-width:1199px){

    .custom-speakers .speaker-image {
    
    max-width: 200px !important;
    max-height: 200px !important;
   
    min-width: 200px !important;
    min-height: 200px !important;

}
    .custom-speakers .speaker-image div{
    
    height: 194px !important;
   
    width: 100%;
    

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

    .custom-speakers .speaker-image{
    
    max-width: 260px !important;
    max-height: 260px !important;
   
    min-width: 260px !important;
    min-height: 260px !important;

}
.custom-speakers .speaker-image div{
    border-radius: 0px !important;

}
    .custom-speakers .speaker-image div{
    
    height: 252px !important;
   
    width: 100%;
    
}

}
.custom-speakers h1 {
 display:none;
}
.custom-speakers h2.section-heading {
  color: #fff;
  margin: 0 0 20px;
}
.custom-speakers p{
  margin:20px 0;
}
.custom-speakers .carousel {
    min-height: 290px;
}
.custom-speakers .btn {
    display: inline-block;
}
.speaker{
  min-height:290px;
}
.speaker img {
  background-color: #fff;
  border: 3px solid #fff !important;
  border-radius: 12px;
  max-width: 145px;
  min-width: 145px;
  padding: 2px;
}
.carousel-indicators .active {
    background-color: #fff;

}
.carousel-indicators li {
    background-color: rgba(148, 148, 148, 0);
    border: 1px solid #fff;

}
.custom-speakers .speaker-image {
    border: solid 3px #fff;
    border-radius: 8px;
}
.custom-speakers .company, .custom-speakers .title {
  color: #fff;
  font-size: 17px;
}

.custom-speakers h4 {
  font-size: 18px;
  color:#fff;
}


.custom-speakers .btn-default {
  background:#a70e13;
  border-top:solid 0px #fff;
  border-bottom:solid 5px #0b0a09;
  border-right:solid 0px #fff;
  border-left:solid 0px #fff;
  color:#fff;
}
.custom-speakers .btn-default:hover {
  background:#0b0a09;
  border-top:solid 0px #fff;
  border-bottom:solid 5px #0b0a09;
  border-right:solid 0px #fff
  border-left:solid 0px #fff;
  color:#fff;
}