﻿/* CSS Document */

/* general styles  */
div#page_content {
    padding-top: 0px !important;
}
body{
  font-family:'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color:#323137;
}
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:#000;
  font-size:30px;
  margin:20px 0;
}
@media(min-width:768px){
  h2.section-heading {
    font-size:44px;
    font-weight:800;
}
}
.pagecontent{
  min-height:400px;
}




h2{
  color:#f68725;
}
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) {
 .pagecontent .btn{
   
    padding-top: 17px;
    padding-bottom: 17px;
    
    border-radius: 7px;
    border:solid 2px #fff !important;
    
}
@media(min-width:992px){
.pagecontent .btn{
   font-size: 21px;
    min-width: 28%;
    font-weight: 700;
}
}
}
a.btn-default {
  background: #3a3a3c;
  border-top:solid 0px #fff;
  border-right:solid 0px #fff;
  border-left:solid 0px #fff;
  border-bottom:solid 3px #000;
  color: #fff;
}
a.btn-default:hover, .btn-default:focus{
  background:#000;
  border-top:solid 0px #fff;
  border-right:solid 0px #fff;
  border-left:solid 0px #fff;
  border-bottom:solid 3px #000;
  color:#fff;
}
a.btn-primary{
  background:#f68725;
  border-top:solid 0px #fff;
  border-right:solid 0px #fff;
  border-left:solid 0px #fff;
  border-bottom:solid 3px #000;
  color:#fff;
}
a.btn-primary:hover, a.btn-primary:focus{
  background:#824c1c;
  border-top:solid 0px #fff;
  border-right:solid 0px #fff;
  border-left:solid 0px #fff;
  border-bottom:solid 3px #000;
  color:#fff;
}
.header-bottom{
  background:#fff;
}
@media(max-width:767px){
.header-bottom{    
padding-top: 6px;
    padding-bottom: 11px;
}
}
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: 31px 8px;
  color:#6d6d6d;
  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 .nav .open > a:hover, nav .nav .open > a:focus{
  background:#dddddd;
  color:#6d6d6d;
}


@media(max-width:767px){
nav .navbar-header .logo {
    max-width:200px;
    max-width:200px;
    max-height:77px;
    
           margin-top: 11px !important;

}
}
@media(min-width:768px) and (max-width:991px){
nav .navbar-header .logo {
          max-width: 209px !important;
    margin-top: 15px !important;
  }
}
@media(min-width:768px){
  
 
  nav .navbar-nav > li > a {
  font-size: 12px;
 
  padding: 40px 7px;
  
}
}
@media(min-width:992px){
  
  nav .navbar-nav > li > a {
   font-size: 15px;
    line-height: 14px;
    padding: 40px 9px;
    color: #6d6d6d;
  }
  
  nav .navbar-header .logo {
    width:auto;
  height:auto;
  }
}
@media(min-width:1200px){
  nav .navbar-nav > li > a {
    padding: 40px 18px;
    font-size: 17px;
  }
}

@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 4px 7px 1px rgba(0,0,0,.4);
  box-shadow: 0 4px 7px 1px rgba(0,0,0,.4);
}
.navbar{
  border:0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color:transparent;
  margin: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;
}

nav .navbar-nav .open .dropdown-menu li a {
    color: #6d6d6d;
    font-size: 12px;
    line-height:12px;
    padding: 10px 12px;
}

nav .navbar-toggle {
    border-color: #6d6d6d;
    margin-top:24px;
}
nav .navbar-toggle .icon-bar {
    background-color: #6d6d6d;
}
nav .navbar-nav > li.btn-nav > a {
    display:none;
}
@media(min-width:768px){
  
  nav .navbar-nav .open .dropdown-menu li a {
    color: #6d6d6d;
    font-size:14px;
    line-height: 1.42857;
    padding: 3px 20px;

  }
  nav .navbar-nav .open .dropdown-menu li a:hover {
    background: #dddddd;
    color: #6d6d6d;
}
  .container{
    width:100%;
  }
  
}
@media(min-width:992px){
  
nav .navbar-header .logo {
    
    margin-top: 7px;
}
  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{
  
  padding:10px 0 20px 0; 
}
.home-cta-5 h2.section-heading{

  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{
        
    font-size:68px;
    line-height:74px;
  }
}
.home-cta-5 h2.section-heading img{
  max-height: 50vh;
   
}
.home-cta-5 .fade-box{
      height: auto;
    overflow: auto;
    background: rgba(255,255,255,.85);
    padding: 20px 40px 30px 50px;
    box-shadow: 0px 4px 12px #464545;
    margin-top: 49px;
    margin-bottom: 46px;
   
   
}
@media(min-width:768px){
.home-cta-5 .fade-box{
    margin-top: 120px !important;
    margin-bottom: 110px !important;
     width: 69%;
      margin: auto;
}
}
.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:#3a3a3c;
  margin:30px 0;
  font-size:18px;
  text-transform:uppercase;
      margin-bottom: 9px;
 
  
}
@media(min-width:768px){
  .home-cta-5 h3{
      font-size: 24px;
    font-weight: 700;
        margin-bottom: 15px;
}
}

.home-cta-more{
  display:none;
}
.home-cta-5 h3 span{
  color:#3a3a3c;  
  white-space:nowrap;
}
.home-cta-5 .btn{
  margin-bottom:20px;
  }
  

.header-top{
  background: #000 url(/UploadedFiles/EventPage/26895.004/images/cta-bkg.jpg) center top no-repeat  ;
  background-size:cover;
  margin-top: 95px;
}

.header-top{
  display:block;  
}
@media(max-width:767px){
.home-cta-5 {
    
    padding: 10px 0 20px 0 !important;
}
}
@media(min-width:768px){
  .home-cta-5{
        min-height: 716px;
    
  }
  
  .home-cta-more{
    display:block;
    
  }
  .home-cta-5 .home-cta-more a{
    color:#000;
    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:73px;  
  margin:0px;
  }

}

@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: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;
  }

}
.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: #000 url(/UploadedFiles/EventPage/26895.004/images/cta-bkg.jpg) center top no-repeat  ;
  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 li {
    color: #f78726;
}
.home-content-1 li span {
    color: #000;
}

.home-content-1 {
    padding: 20px 0px 60px 0px;
    text-align: left;
}
.home-content-1 h2.section-heading{
  margin-top:0;
  color:#f68725;
}

.home-content-1 h2.sub-heading {
    
    color: #000;
    text-transform: uppercase;
   
}
.home-content-1 h3{
    
    color: #000;
    text-transform: uppercase;
}

@media(min-width:768px){
.home-content-1 h2.sub-heading {
    font-size: 39px;
   font-weight: 800;
}
.home-content-1 h3{
    font-size: 27px;
    font-weight: 800;
}
}
.home-content-1 .btn {
    margin-top: 20px;
}
.home-content-1 li {
    margin-bottom: 10px;
}
.home-content-1 ul {
    margin-top: 30px;
}
.home-content-1 p {
    font-size: 18px;
}
/* end home-content */


/* home-content-2 */
/* 15 column defs for 5 column section */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.home-content-2{
  padding:70px 0 80px 0;
  background:#f8f7f7;
}
.home-content-2 .btn{
  margin-top:40px;
}

.home-content-2 p.image{
 margin-top:20px;
 margin-bottom:30px;
  
}

.home-content-2 p{
  font-size:18px;
  color:#000;
  line-height:30px;
  
  
}
.home-content-2 h2.section-heading{
  margin-top:0;
      padding-bottom: 20px;
      
}
/* end home-content */

/* home-content-3 */
.home-content-3{
  padding:40px 0 80px 0;
  text-align:left;
  background:#fff;
}
.home-content-3 .btn{
  margin-top:50px;
}

.home-content-3 .fa-ul>li {
   
       text-indent: -20px;
           margin-bottom: 30px;
}
@media(min-width:768px){
.home-content-3 .fa-ul {
   
      margin-left: 74px;
}
}
.home-content-3 .fa {
    margin-right: 12px;
    font-size: 28px;
    color: #0baec1;
    vertical-align: -3px;
}
.home-content-3 h3{
  font-weight:800;
  color:#000;
  margin-top: 0px;
    
}
@media(min-width:768px){

}
@media(min-width:768px){
.home-content-3 h3{
 
    min-height: 63px;
}
}
@media(min-width:1200px){
.home-content-3 h3{
 
       min-height: 37px;
}
}
.home-content-3 li{
  font-size:24px;
  color:#333333;
  font-weight:600;
}



.home-content-3 h2.section-heading{
  margin-top: 0;
    padding-bottom: 50px;
    padding-top: 25px;
    
    margin-bottom: 0;
}
/* end home-content */


/* 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(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(min-width:768px){

.carousel-indicators {
  
    bottom: -34px;
    
}

#speakerrotator .btn {
    display: inline-block;
    margin-top: 48px;
}
}



#speakerrotator{
  background:#4d4e51 url("/UploadedFiles/EventPage/26895.004/images/speakers-bkg.jpg") no-repeat scroll center top / cover ;
  
  color:#fff;
  padding: 50px 0 50px 0;
}
#speakerrotator h1{
  display:none;
}
#speakerrotator h2.section-heading{
  margin:0 0 60px 0;
  color:#fff;
}

#speakerrotator .speaker-info{
         font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    margin-top: 25px;
}
#speakerrotator .speaker-info em{
  
  font-style:normal;
}
#speakerrotator .speaker-info strong{
  font-size:22px;
  font-weight:400;
}
#speakerrotator .carousel {
    min-height: 290px;
}
#speakerrotator .btn {
    display: inline-block;
   
}
.speaker{
  min-height:290px;
}

#speakerrotator .speaker img {
     border-radius: 14px !important;
    border: 0px solid #ffffff !important;

}
#speakerrotator .speaker {
    margin: 0px;
}
.speaker img {
    background-color: #7d7d7d;
    border: 4px solid #ffffff !important;
    -webkit-border-radius: 90px;
  border-radius: 90px;
    min-width: 150px;
  max-width:150px;
  padding:0px;
}
.carousel-indicators .active {
    background-color: #879499;
    height:16px;
    width:16px;

}
.carousel-indicators li {
    background-color: rgba(148, 148, 148, 0);
    border: 3px solid #879499;
    height:16px;
    width:16px;

}
@media(max-width:767px){
    #speakerrotator .col-xs-6.col-sm-6.col-md-3 {
    min-height: 361px;
}
.carousel-indicators {
  
    bottom: -59px;
    
}

#speakerrotator .btn {
    display: inline-block;
    margin-top: 72px;
}
}



/* footer */

footer .btn{
    background:#7a9c75;
    border:solid 1px #fff !important;
    text-decoration:none !important;
}
footer .btn:hover, footer .btn:focus{
    background:#4a5d47;
    border:solid 1px #fff !important;
    text-decoration:none !important;
}
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: transparent;
    padding: 10px 1px;
    text-align: center;
    color: #fff;
    
}
@media(min-width:768px){
.early-bird-banner-2 {
    
    font-size: 28px;
}
}
.early-bird-banner-2 a {
    color: #fff;
}
.header-middle {
    background-color: #f68725;
}

/* 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: #626262;
    font-size: 16px;
}
@media(min-width: 768px) {
  #main .eventpartnerstable #SponsorWidgetWrapper {
    width: 49%;
    text-align:right;
    float:left;
    border-bottom: 0;
    border-right:2px solid #565656 !important;
    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: 31px;
    font-weight:700;
}
}
.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: auto !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;
}

footer.pagefooter .btn-technology-iq {
    background: #7c926d;
    border-color: #385538;
    color: #fff;  text-decoration: none;
}

.home-content-15{
  padding-bottom: 40px;
}
/** 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-conten-15 */
.home-content-15{
  padding:40px 0;
}
.home-content-15 h2.section-heading{
  margin:0 0 40px;
}

.home-content-15 .fa-ul .fa{
  color:#f68725;
}
.home-content-15 ul li strong{
  color:#060300;
  font-size:1.2em;
  font-weight:700;
}
.home-content-15 .media .fa{
  color:#f68725;
}

/* testimonials-1 */
.testimonials{
  padding:40px 0;
}
.testimonials-1{
background: #18caf5 url("/UploadedFiles/EventPage/26895.003/images/testimonial-bkg.jpg") no-repeat scroll center top / cover ;
  background-attachment: fixed;
  background-size: cover;
  color:#000;

}
.testimonials-1 h2.section-heading, .testimonials-1 h2 {
  color:#000;
}
.testimonials-1 blockquote {
  font-size: 26px;
}

.testimonials-1 .carousel .item{
  min-height:220px;
}

.testimonials-1 cite {
  font-size: 26px;
  color:#000;
}
.testimonials-1 .btn-default {
  background: #006633;
  border:solid 1px #fff;
  color: #fff;
}
.testimonials-1 .btn-default:hover, .btn-default:focus{
  background:##003319;
  color:#fff;
}

.testimonials {
  margin: 0;
  padding: 40px 0;
}

/* featured-content-2 */
.featured-content-2{
  background:#38a0ac url(/UploadedFiles/EventPage/26895.004/images/fc-2-bkg.jpg) no-repeat scroll center top / cover;
  
  padding:40px 0;
  margin:0;
}
.featured-content-1-full {
    padding: 40px 0 20px 0;
}
.featured-content-2 .featured-content-box-1 {
    
    border-radius: 0px !important;
    min-height: 218px;
    
}


@media(min-width:768px){
.featured-content-2 .featured-content-box-1 {
    
  
    min-height: 192px;
    
}
}
.featured-content-box-1 p {
    line-height: 73px;
}
.featured-content-2 h3 {
    margin-top: 0px;
    color: #626262;
    font-weight: 700;
}
.featured-content-box-1 .fa {
  color: #f68725;
}
.orange {
  color: #f68725;
}


