﻿/* 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;
  color: #ca9e67;
}
h1{
  margin:20px 0;
}
.pagecontent{
  min-height:400px;
}



h1{
  color:#663300;
}
h2{
  color:#464646;
}

#cta-logo {
  right: 249px;
  position: relative;
}
.btn{
  font-family:'Open Sans', sans-serif;
  font-weight:600;
}
.btn{
  text-transform:uppercase;
}
.btn-default{
  background:#432917;
  border-color:#fff;
  color:#fff;
}
.btn-default:hover, .btn-default:focus{
  background:#ca9e67;
  border-color:#fff;
  color:#000;
}
.btn-primary{
  background:#ca9e67;
  border-color:#000;
  color:#000;
}
.btn-primary:hover, .btn-primary:focus{
  background:#432917;
  border-color:#fff;
  color:#fff;
}
.header-bottom{
  background:#432917;
}
.navbar-toggle .icon-bar {
    background-color: #333333;
}

.navbar-nav > li > a {
  font-size: 13px;
  line-height:12px;
  padding: 31px 15px;
  color:#fff;
}
.navbar-nav > li a:hover, .navbar-nav > li a:active, .navbar-nav > li a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
  background:#432917;
  color:#fff;
}

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

  .navbar-header .logo {
      width:180px;

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

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

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

@media(min-width:768px) {
  .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;
}
.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;
}

.navbar-nav .open .dropdown-menu li a {
    color: #fff;
    font-size: 12px;
    line-height:12px;
    padding: 10px 12px;
}
.description {
  float: right;
  width: 100%;
}
.navbar-toggle {
    border-color: #fff;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-nav > li.btn-nav > a {
    display:none;
}
@media(min-width:768px){

  .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){
  .navbar-nav > li.btn-nav > a {
    margin:35px 0;
  }

  .container{
    width:1170px;
  }
}

/* end navigation */


/* home-cta-5 */

.home-cta-5{
  text-align:center;
}
.home-cta-5 h1{
  margin:11vh 0 0 0;
  color:#fff;
  font-size:68px;
  line-height:74px;
  text-shadow: 0 0 19.4px #000000;
}
.home-cta-5 h1 img{
  max-height:50vh;
}
.home-cta-5 h2{
  font-size:42px;
  line-height:50px;
  color:#ebebeb;
  text-shadow: 0 0 19.4px #000000;
}
.home-cta-5 h3 {
  color: #fff;
  font-size: 30px;
  /* left: 71px; */
  margin: 30px 0;
  position: relative;
  text-align: center;
  text-shadow: 0 0 19.4px #000000;
}
.home-cta-more{
  display:none;
}
.home-cta-5 h3 span{
  color:#fff;
  white-space:nowrap;
}


.header-top{
  background: #000 url(/UploadedFiles/EventPage/1002811/images/header_bg.jpg) center top no-repeat  ;
  background-size:cover;
}

.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:#fff;
    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;
  }

}
@media(min-width:992px){
  .row-cta-btn-group{
    padding-left:20px;
    padding-right:20px;
  }
  .home-cta-5 .btn-lg {
    border-radius: 10px;
    font-size: 18px;
    font-weight:700;
    line-height: 1.33333;
    padding: 18px 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;
  }
}

/* end home-cta-5 */

/* subpage cta */

#aside-cta{
  padding-top:105px;
  background: #000 url(/UploadedFiles/EventPage/1002811/images/header_bg.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{
  padding:40px 0;
}
.home-content-1 h1{
  margin-top:0;
}
/* end home-content */


/* speakerrotator */

#speakerrotator{
 background:#000 url(/UploadedFiles/EventPage/1002811/images/speaker_bg.jpg) center top no-repeat;
  background-size:cover;
  border-top:1px solid #c3c3c3;
  border-bottom:1px solid #c3c3c3;
  color:#252525;
  padding:40px 0 0 0;margin: 0 0 30px;
}
#speakerrotator h1{
  margin:0 0 20px 0;
}
#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: 1px solid #949494 !important;
    -webkit-border-radius: 10px;
  border-radius: 10px;
    min-width: 130px;
  max-width:130px;
  padding:2px;
}
.carousel-indicators .active {
    background-color: #949494;

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

}




/* footer */

footer.pagefooter{
  background:#000;
  border-top:5px solid #ccc;
  color:#fff;
  margin-top:40px;
}
#ctl00_footer_left, #ctl00_footer_center, #ctl00_footer_right{
  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 */


.btn.infra_IQ {
  background: #cc9966 none repeat scroll 0 0;
  border-color: #1d543e;
  color: #fff;
  text-decoration: none;
}

#MediaPartners h2.priority{display:none;}


.section_three_content {
  background: #e9e9e9 url("/UploadedFiles/EventPage/1002811/images/section_3.jpg") no-repeat fixed center top / cover ;
  margin: 0;
  padding: 40px 0;margin: 0 0 30px;
}
.section_three_content .media-body {
  position: relative;
  width: 80%;
}
.section_three_content .media-heading {
color:#fff;
  font-weight: 300;
font-family: "Open Sans",sans-serif;
    font-size: 17px;
    line-height: 1.42857;
}
.section_three_content h1 {
  color: #fff;
 font-family: "Oswald",sans-serif;
  font-size: 38px;text-align: center;
  font-weight: 300;
  line-height: 44px;
}


#section_four_content {
background: #e9e9e9 url("/UploadedFiles/EventPage/1002811/images/section4.jpg") no-repeat fixed center top / cover ;
  margin: 0;
  padding: 40px 0;margin: 0 0 30px;
}
#section_four_content .media-body {
  position: relative;
  top: 2px;
  width: 85%;
}
#section_four_content .media-heading {
color:#fff;
  font-weight: 300;
font-family: "Open Sans",sans-serif;
    font-size: 17px;
    line-height: 1.42857;
}
#section_four_content h1 {
  color: #fff;
 font-family: "Oswald",sans-serif;
  font-size: 38px;text-align: center;
  font-weight: 300;
  line-height: 44px;
}

#section_four_content .col-md-2 > p {
  text-align: center;
  color: #fff;
}
#section_four_content .row.new {
  margin-left: 117px;
}
#section_four_content .col-md-2 {
  width: 15%;
}





/* home stats */
.stats-full{
background: #e9e9e9 url("/UploadedFiles/EventPage/1002811/images/section4.jpg") no-repeat fixed center top / cover ;
  margin: 0;
  padding: 40px 0;
  margin: 0 0 30px;
  color:#fff;
 text-align: left;
}

.stat-icon{
  font-size:50px;
  line-height:50px;
}
.stat-number{
  font-size:40px;
  line-height:40px;
}
.stat-text {
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
}
.stats-reverse{
  background:#666;
  color:#ebebeb;
  padding:40px 0;
}
.stats-reverse h1{
  color:#fff;
}
.stats-full h1{
font-family: "Oswald",sans-serif;
color: #fff;   font-weight: 400;
}

.stats.stats-full .fa {
  color: #CC9966;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}


.Downloads .description {
  float: right;
  width: 90%;
}


/* early-bird-banner-2 */

.early-bird-banner-2 {
    background: #fd9c00;
    padding: 15px 0;
    text-align: center;
    color: #000;
    font-size: 1.2em;
}
.early-bird-banner-2 a {
    color: #000;
}
.header-middle {
    background-color: #fd9c00;
}


.fadeIn {
  animation-duration:3s;
  -moz-animation-duration:3s;
  -webkit-animation-duration:3s;
}


.fancybox-skin{
  background:#432917 !important;
}
#popup {
  background:#CB9E67;
  color: #fff
}

#popup h1, #popup h2{
  text-align:center;
  color:#FFF;
}


#popup h2 {
  color: #f2482e;
  font-size: 67px;
  font-weight: bold;
  font-family: 'Sancreek', cursive;
}
#popup h1 {
  text-align: center;
  text-transform: uppercase; margin: 10px 0 20px !important;
}

#popup h3 {
  text-align: center;
}


#popup ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}


#popup ul li {
  display: block;
  text-decoration: none;
}


#popup h1 {
    font-family: "Open Sans",sans-serif;
  font-size: 35px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}


#popup .shadow{
  box-shadow: 0px 0px 0px #000;
}


#popup p {
  color: #fff;
  padding: 0;
  text-align: center;
}

#popup p.red {
  color: #F2482E;
  font-weight: 600;
}

#popup h3 {

  color:#FFF;
}

#popup h3.two{
  width:300px;
}

#popup h3 em{
  text-transform:uppercase;
  margin:0 16px 0 0;
}

#popup a {
  color: #fff ;
  text-decoration: none;
}
#popup a:hover {
  color: #fff ;
  text-decoration: underline;
}

#popup .btn{
  margin-bottom:20px;
}
#Opportunities .brochure-link {

  display: none;
}

@media(min-width:768px){

  .popup-left{
    text-align:right;
  }
  .popup-right{
    text-align:left;
  }
}

@media(min-width:768px){
  #popup .container {
    width: 550px;
  }
}
@media(min-width:992px){
  #popup .container {
    width: 770px;
  }
}
@media(min-width:1200px){
  #popup .container {
    width: 970px;
  }
}

.eventimageleft{
  max-width:77px;
  border:1px solid #ccc;
}



/* testimonials */

.testimonials{
  background:#000 url(/UploadedFiles/EventPage/1002531/images/testimonials-bkg.jpg) center bottom no-repeat;
  background-size:cover;
  color:#fff;
  padding:40px 0;

}
.testimonials h1{
  color:#fff;
}
.testimonials blockquote {
    font-size: 26px;
  text-shadow: 1px 1px 1px #000000;
}
.testimonials .carousel .item{
  min-height:220px;
}

.testimonials blockquote small, .testimonials blockquote footer, .testimonials blockquote .small {
    color: #fff;
}
.testimonials-1 blockquote {
  font-size:18px;
}
@media(min-width:768px) {
  .testimonials-1 blockquote {
  font-size: 24px;
}
}
.testimonials-1 .carousel .item {
  height:auto;
}
@media(min-width:768px){
  .testimonials-1 .carousel .item{
  min-height:220px;
}
}



/* 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;
  }
}


/* Partner image rotator fix  */

.eventpartnerstable {
  width:auto !important;
  padding:20px !important;
}

.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: auto;
    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;
    padding-top:30px
}
.SponsorHeading, .MediHeading {
    margin-bottom: 20px;
    font-weight: 400;
    color: #464646;
    font-size: 16px;
}
@media(min-width: 768px) {
  .eventpartnerstable #SponsorWidgetWrapper {
    width: 100%;
    text-align: left;
    float:left;
    border-bottom: 0;
    padding-right: 30px;
}
.eventpartnerstable #MediaWidgetWrapper {
  width: 100%;
  text-align:left;
  float: left;
  padding-top:0;
}
.SponsorHeading > span {
  padding-right:20px
}
.MediHeading > span {
  padding-left:30px
}
.eventpartnerstable #SponsorWidgetWrapper .DynamicRotatorWrap {
    float: left;
    width: 97%;
    margin-left: 3%;
    text-align:center;
}
.eventpartnerstable #MediaWidgetWrapper .DynamicRotatorWrap {
    float: left;
    width: 100%;
    margin-left: 3%;
    text-align:center
}
.SponsorHeading, .MediHeading {
    font-size: 18px;
}
}
.RotateWrapInner {
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #ccc;
}
.DynamicRotator > img {
  width: auto !important;
  max-width: 200px;
  display: inline-block;
  padding:0 !important;
  max-height:100px;
  margin: 0 auto;
}
@-moz-document url-prefix() { 
  .DynamicRotator > img {
    padding: 0 !important;
    height: 50% !important;
}
}
.eventpartnerstable #MediaWidgetWrapper .DynamicRotatorWrap {
    height: auto;
}

.RotateWrapInner > span {
  background:#222E5B;
  padding:5px;
  color:#fff;
  width: 100%;
  display: block;
  text-align: center;
}

.SponsorHeading, .MediHeading {
  margin-bottom: 0;
  min-height: 30px;
  display: none;
}