﻿/* CSS Document */

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

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

h1, h2.section-heading{
  color:#009abf;
}
h2{
  color:#464646;
}

/* a is being added to override the second reference to bootstrap on srs pages. */
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: #242021;
  border:solid 1px #fff;
  color: #fff;
}
a.btn-default:hover, .btn-default:focus{
  background:#000;
  color:#fff;
}
a.btn-primary{
  background:#0099bf;
  border-color:#fff;
  color:#fff;
}
a.btn-primary:hover, a.btn-primary:focus{
  background:#0c272f;
  color:#fff;
}
/* end general styles */
/* navigation */
.pageheader .header-bottom{
  background: #fff;
  width:100%;
  display:block;
  margin:0;
  position:fixed;
  z-index:999;
  top: 47px;
  -webkit-box-shadow: 0 3px 7px 1px rgba(0,0,0,.5);
  box-shadow: 0 3px 7px 1px rgba(0,0,0,.5);
}

.subpage .header-bottom{
  background: rgba(3, 68, 93 );
  background: #014760;
  width:100%;
  display:block;
  margin:0;
  position:fixed;
  z-index:999;
  top: 46px;
  -webkit-box-shadow: 0 3px 7px 1px rgba(0,0,0,.5);
  box-shadow: 0 3px 7px 1px rgba(0,0,0,.5);
}
.header-bottom.affix{
  position:fixed;
  top:0;
  z-index:999;
}
.header-bottom.affix-bottom { 
  position:absolute;
  z-index:999; 
}
/* nav is being added to override the second reference to bootstrap on srs pages */
nav.navbar{
  border:0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color:transparent;
  margin:0;
  min-height:77px;
}
nav .navbar-brand{
  padding: 0px;
  height:auto;
}
nav .navbar-header{
  display:block;
}
nav .navbar-header .logo {
  display: block;
  margin: 0;
}

nav .navbar-nav > li > a {
  font-size: 12px;
  line-height:12px;
  padding: 20px 10px;
  color:#137b95;
  -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:#0e2930;
  color:#fff;
}

nav .navbar-header .logo {
    width:200px;
    max-height: 77px;
    padding: 20px 2px 12px 0;
}
nav .navbar-nav .open .dropdown-menu li a {
    color: #0099bf;
    font-size: 12px;
    line-height:12px;
    padding: 10px 12px;
}
nav .navbar-toggle {
    border-color: #0099bf;
    margin-top:18px;
}
nav .navbar-toggle .icon-bar {
    background-color: #0099bf;
}
nav .navbar-nav > li.btn-nav > a {
    display:none;
}
@media(min-width:768px){
  nav .navbar-header .logo {
      /* width: 147px; */
  }
  nav .navbar-nav > li > a {
    padding: 32px 4px;
    font-size: 10px;
  }
  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;
  }
}
@media(min-width:992px){
  nav .navbar-nav > li > a {
    font-size: 11px;
    line-height:14px;
    padding: 31px 10px;
    color:#137b95;
  }
  nav .navbar-header .logo {
    width:auto;
    height:auto;
    padding: 11px;
  }
}

@media(min-width:1200px){
  nav .navbar-nav > li > a {
    padding: 31px 14px;
    font-size: 13px;
  }
  nav .navbar-nav > li.btn-nav > a {
    margin:35px 0;
  }

}

.navbar {
  margin-bottom:0;
  min-height:77px;
}

/* end navigation */

/* container for sm needs to be 100%. bootstrap has a set width */
@media(min-width:768px){  
  #ctl00_wrapper .container{
    width:100%;
  }
}
@media(min-width:992px){
  #ctl00_wrapper .container{
    width:970px;
  }
}
@media(min-width:1200px){
  #ctl00_wrapper .container{
    width:1170px;
  }
}



/* home-cta-5 */

.home-cta-5{
  text-align:center; 
  padding:10px 0 40px 0; 
}
.home-cta-5 h2.section-heading{
  margin: 15vh 0 0 0;
  color:#fff;
  font-size: 23px;
  font-weight: bold;
  line-height: 36px;
  text-shadow: 0 0 19.4px #000000;
}
@media(min-width:768px) {
  .home-cta-5 h2.section-heading {
  font-size: 52px;
  font-weight: 600;
  line-height: 54px;
  margin: 10vh 0 0;
}
}
.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:40px;
  line-height:40px;
}
}
.home-cta-5 h3{
  color:#242021;
  margin:30px 0;
  font-size:18px;
}
@media(min-width:768px){
  .home-cta-5 h3{
  font-size:26px;padding-left: 110px;
}
}
.home-cta-more{
}
.home-cta-5 .home-cta-more a{
    color:#ACACAC;
    opacity:.7;
    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;
  }
}
.home-cta-5 .btn {
    margin-bottom: 20px;
}
.home-cta-5 h3 span{
  color:#242021;  
  white-space:nowrap;
}

.header-top{
  background: #e7e7e7 url(/UploadedFiles/EventPage/1003309/images/cta-bkg.jpg) center top no-repeat  ;
  background-size:cover;
}

.header-top{
  display:block;  
}
@media(min-width:768px){
  .home-cta-5{
    height:768px;
    height: 93vh;
  }
}
@media(min-width:992px){
  .row-cta-btn-group{
    padding-left:20px;
    padding-right:20px;
  }
  .home-cta-5 .btn-lg {
    border-radius: 10px;
    font-size: 20px;
    font-weight:700;
    line-height: 1.33333;
    padding: 15px 10px;
  }

  

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

}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(4, 62, 108, 0.8) url(/uploadedfiles/eventpage/1002998/images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}


/* .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/1003309/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: 145px;
  background: #e7e7e7 url(/UploadedFiles/EventPage/1003309/images/cta-bkg.jpg) 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;
}


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

a.btn-primary{
  background:#009abf;
  border-color:#fff;
  color:#fff;
}
a.btn-primary:hover, a.btn-primary:focus{
  background:#017dab;
  color:#fff;
}
/* end home-content */


/* speakerrotator */

#speakerrotator{
 background: #fff url("/UploadedFiles/EventPage/1003309/images/speaker_bg.jpg") no-repeat scroll center top / cover ;
  color:#fff;
  padding:40px 0 0 0;
}
#speakerrotator h2.section-heading{
  margin:0 0 20px 0;
  color:#fff
}
#speakerrotator p{
  margin:20px 0;
}
#speakerrotator .carousel {
    min-height: 290px;
}
#speakerrotator .btn {
    display: inline-block;
}
.speaker{
  min-height:290px;
}

@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: 406px;
}

.speaker img {
    background-color: #fff;
    border: 5px solid #949494 !important;
    -webkit-border-radius: 10px;
  
    min-width: 170px;
  min-height:170px;
  padding:2px;
}
.carousel-indicators .active {
    background-color: #fff;

}
.carousel-indicators li {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #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-iq {
  background:#3b906a;
  color:#fff;
  border-color:#1d543e;
  text-decoration:none;
}
#ctl00_footer_right img {
    max-width: 180px;
}
.btn-iq:hover, .btn-iq:focus, .btn-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-defence-iq {
  background: #935d42; text-decoration: none;
}


/* end footer */

/* Custom speaker styles */

span > h2 {
  /* display:none; */
}

.company > strong {
  font-weight:normal;
}

.speakername {
  display:block;
}

.title {
  display:block;
}

/* End Custom Speaker Styles */

h2.priority {
  display:none;
}

.pagecontent p {
  padding:5px 0;
}

/* Agenda Session Speaker Fix */

.speakerheader table td > div {
  width:100%;
  padding:0 25%;
}

#Agenda .speakerphoto {
  padding-left:0;
}


/* early-bird-banner-2 */

.early-bird-banner-2{
  background:#fd9c00;
  padding:10px 0;
  text-align:center;
  color:#000;
  font-size:1.2em;
}

.early-bird-banner-2 a{
  color:#000;
}

.header-middle {
  background-color:#fd9c00;
}
/* end early-bird-banner-2 */ 

.socialmedia {
  position: fixed;
  top:0;
  left:0;
  right:0;
  width:100%;
  background:#0099bf;
  height: 47px;
  padding: 10px 0;
  font-size:11px
}
a.twitter {line-height: 26px;}
@media(min-width:768px) {
  .socialmedia {
  font-size:14px;
}
}
.social-media {
  float:left;
  padding-top:5px;
  margin-right:20px;
  margin-top:0;
  color:#fff;
  font-size:11px
}
@media(min-width:768px) {
  .social-media {
  font-size:14px
}
}
.social-media, .social-media .fa {
  color:#fff;
}
.contact-icons, .contact-icons .fa {
  float:left;
  color:#fff;
}

.contact-icons .fa {
  font-size:24px
}
@media(min-width:768px){
  .contact-icons .fa {
    font-size:2em;
  }
}
.contact-icons a {
  color:#fff;
}



/* early-bird-banner-2 */

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

/* end early-bird-banner-2 */


/* Partner image rotator fix  */

.eventpartnerstable {
  width:auto !important;
  padding-bottom:10px;
}

.eventpartnerstable #SponsorWidgetWrapper {
  width:100%;
  text-align:center;
  border-bottom: 1px solid #ccc;
  padding-right:0
}
.eventpartnerstable #MediaWidgetWrapper {
  width:100%;
  text-align:center;
  padding-top:10px
}
.SponsorHeading > span {
  padding-right:0;
}
.MediHeading > span {
  padding-left:0;

}
.eventpartnerstable #SponsorWidgetWrapper .DynamicRotatorWrap {
    width: 200px;
    height: 150px;
    float: none;
    margin:0 auto;
}
.eventpartnerstable #MediaWidgetWrapper .DynamicRotatorWrap {
    float: none;
    margin:0 auto;
}
.eventpartnerstable .DynamicRotator {
    border: 0;
    min-width: 230px !important;
    min-height: 150px !important;
}
.SponsorHeading, .MediHeading {
    margin-bottom: 20px;
    font-weight: 400;
    color: #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;
  height: 106px !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;
}

.socialmedia {
  position: fixed;
  top:0;
  left:0;
  right:0;
  width:100%;
  background:#0099bf;
  height: 47px;
  padding: 10px 0;
  font-size:11px
}
a.twitter {line-height: 26px;}
@media(min-width:768px) {
  .socialmedia {
  font-size:14px;
}
}
.social-media {
  float:left;
  padding-top:5px;
  margin-right:20px;
  margin-top:0;
  color:#fff;
  font-size:11px
}
@media(min-width:768px) {
  .social-media {
  font-size:14px
}
}
.social-media, .social-media .fa {
  color:#fff;
}
.contact-icons, .contact-icons .fa {
  float:left;
  color:#fff;
}

.contact-icons .fa {
  font-size:24px
}
@media(min-width:768px){
  .contact-icons .fa {
    font-size:2em;
  }
}
.contact-icons a {
  color:#fff;
}



.fadeIn {
  animation-duration:3s;
  -moz-animation-duration:3s;
  -webkit-animation-duration:3s;
}

.testimonials {
  background: #e9e9e9 !important;
  color: #000;
  margin: 0px 0;
  padding: 40px 0;
}

.testimonials .btn-primary{
  background:#009abf;
  border-color:#fff;
  color:#fff;
}
.testimonials .btn-primary:hover, a.btn-primary:focus{
  background:#017dab;
  color:#fff;
}
/*  Home Content 3 */

.home-content-3 .media-object {
  max-width:none;
}

.home-content-3{
  padding:40px 0;
  text-align:left;
   background: #fff url("/UploadedFiles/EventPage/1003309/images/section2_bg.jpg") no-repeat scroll center top / cover ;
}

.home-content-3 h2.section-heading {
  color:#000;
  
}

.home-content-3 .fa {
  color:#000;
}
.home-content-3 p strong {
  color:#009abf;
}
.home-content-3 p a {
  color:#009abf;
}
.home-content-3 .btn.btn-lg.btn-primary {
  color:#fff;
}
/*  End Home Content 3 */


/*  Home Content 2 */

.home-content-2 .media-object {
  max-width:none;
}

.home-content-2{
background:#e9e9e9;
  padding:40px 0;
  text-align:left;
  border-bottom:1px solid #ccc;
}

.home-content-2 h2.section-heading {
  color:#111;
 
}

/*  End Home Content 2 */


/*  Home Content 7 */
.home-content-7{

  padding:20px 0;
  text-align:left;
}

.home-content-7 h2 {
  
  
}

.home-content-7 .btn-primary{
  background:#009abf;
  border-color:#fff;
  color:#fff;
}

.home-content-7 .btn-primary:hover, a.btn-primary:focus{
  background:#017dab;
  color:#fff;
}
/*  End Home Content 7 */

.home-content-8 .btn-primary{
  background:#009abf;
  border-color:#fff;
  color:#fff;
}

.home-content-8 .btn-primary:hover, a.btn-primary:focus{
  background:#017dab;
  color:#fff;
}
.Downloads ul {
  list-style:none;
}
.Downloads ul li .eventimageleft, ul.MediaItems li .eventimageleft {
    border: 1px solid #ccc;
    margin: 0 12px 15px 0;
    padding: 0;
    display: table-cell;
    vertical-align: top;
}
.Downloads .description {
    float: none;
    width: auto;
    display: table-cell;
    vertical-align: top;
}
.RotateWrapInner {
  text-align:center;
}

.venue_home{
  background:#1a5768 url(/UploadedFiles/EventPage/1003309/images/section3_bg.jpg) repeat;
  background-attachment: fixed;
   background-size:cover;
  padding:30px 0;
  margin:0;
  text-align:center;
}

.venue_home h2.section-heading {
  color:#fff;

}
.venue_home p {
  
    color:#fff;  font-size: 40px;
    font-weight: 600;
}



.photoscroll{
  margin:40px 0;
  height:182px;
  background:#fff url(/UploadedFiles/EventPage/1003309/images/photo_scrool.jpg) top center repeat-x;
  background-size:auto 100%;
  display:block;
}
@media(min-width:768px){
    .photoscroll{
    height:242px;
  }
}
@media(min-width:992px){
  .photoscroll{
    height:362px;
  }
}
@media(min-width:1200px){
  .photoscroll{
    height:482px;
    
  }
}

.row-cta-btn-group {
  padding-top: 5vh;
}

.testimonials h2.section-heading{
  color:#000;
}
.testimonials blockquote {
  font-size: 26px;
  text-shadow: none;
  color:#111;
}
.testimonials .carousel .item{
  min-height:220px;
}

.testimonials blockquote small, .testimonials blockquote footer, .testimonials blockquote .small {
  color: #222;
  font-weight: 600;
}

blockquote {
  border-left: 5px solid #009abf !important;
}
