﻿/* 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{
  display:none;
  min-height:7vh;
}

h1, h2.section-heading{
  color:#000;
}
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: #013b56;
  border: solid 2px #fff;
  color: #fff;
}
a.btn-default:hover, .btn-default:focus{
  background:#012130;
  border: solid 2px #fff;
  color:#fff;
}
a.btn-primary{
  background: #1f98d1;
  color: #fff;
  border: 2px solid #fff;
}
a.btn-primary:hover, a.btn-primary:focus{
  background: #026593;
  border: 2px solid #fff;
  color: #fff;
}
.header-bottom{
  background:#fff;
}
nav .navbar-toggle .icon-bar {
    background-color: #013b56;
}
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 14px;
  color:#013b56;
}
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: #1f98d1;
  color: #fff;
}

nav .navbar-header .logo {
    max-height:77px;
    padding: 10px;
}
@media(min-width:768px){

  nav .navbar-header .logo {
      width:180px;

  }
}
@media(min-width:992px){

  nav .navbar-nav > li > a {
    font-size: 15px;
    line-height:14px;
    padding: 31px 15px;
    color:#013b56;
    font-weight: 600;
  }

  nav .navbar-header .logo {
    width:auto;
  height:auto;
  }
}
@media(min-width:1200px){
  nav .navbar-nav > li > a {
    padding: 32px 18px;

  }
}





/* 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;
}

nav .navbar-nav .open .dropdown-menu li a {
    color: #013b56;
    font-size: 12px;
    line-height:12px;
    padding: 10px 12px;
}

nav .navbar-toggle {
    border-color: #013b56;
    margin-top:18px;
}
nav .navbar-toggle .icon-bar {
    background-color: #013b56;
}
nav .navbar-nav > li.btn-nav > a {
    display:none;
}
@media(min-width:768px){

  nav .navbar-nav .open .dropdown-menu li a {
    color: #013b56;
    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 .fade-box{
  background: rgba(255,255,255,.8);

box-shadow: 0px 0px 12px #808080;

margin-top: 123px !important;

width: 714px;

padding: 24px 10px 53px 10px;

border-radius: 14px;

margin: auto;

    margin-top: auto;

max-width: 100%;
}
.home-cta-5{
  text-align:center;
  padding:10px 0 40px 0;
}
.home-cta-5 h2.section-heading{
  margin:13vh 0 0 0;
  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{
    margin: 6vh 0 0 0;
    font-size:68px;
    line-height:74px;
  }
}
.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:#fff;
  margin:30px 0;
  font-size:18px;
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.75);

}
@media(min-width:768px){
  .home-cta-5 h3{
  font-size:40px;
}
}

.home-cta-more{
  display:none;
}
.home-cta-5 h3 span{
  color:#fff;
  white-space:nowrap;
}
.home-cta-5 .btn{
  margin-bottom:20px;
}
.header-top{
  background: #000 url(/UploadedFiles/EventPage/23476.005/images/cta-bkg.jpg) 10% top no-repeat;
  background-size:cover;
  display:block;
}

@media(min-width:768px){
  .home-cta-5{
    height:768px;
    height: 83vh;
  }

  .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){

  .home-cta-5 .btn-lg {
    border-radius: 5px;
    font-size: 25px;
    font-weight:700;
    line-height: 1.33333;
    padding: 20px 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;
  }
}
.home-cta-5 .home-cta-more .fa {
  font-size: 4em;
  margin: 20px;
}
.row-cta-btn-group {
  padding-top: 20px;

}
.home-cta-5 .home-cta-more a {
  color: rgba(0, 0, 0, 0.27);
  display: inline-block;
  margin: 10px 0;
  opacity: 0.7;
}
/* end home-cta-5 */

/* subpage cta */

#aside-cta{
  padding-top:105px;
  background: #000 url(/UploadedFiles/EventPage/23476.005/images/cta-bkg.jpg) center bottom no-repeat  ;
  background-size:cover;
}
.headertext{
  margin:0;
  padding:0;
  text-align:right;
  color:#fff;
  font-size:17px;
  font-weight:600;
  text-transform:uppercase;
  text-shadow: 0px 0px 5px #000;
}


/* home-content-1 */
.home-content-1{
  padding:60px 0;
  text-align:left;
}
.home-content-1 h2.section-heading{
  margin-top:0;
  margin-bottom: 40px;
}
@media(min-width:768px){
  .home-content-1 strong {
    font-size: 22px;
  }
}
/* end home-content */


/* speakerrotator */

#speakerrotator {
 background: #535770 url("/UploadedFiles/EventPage/23476.005/images/speaker-bkg.jpg") no-repeat scroll center top / cover ;
  color: #fff;
  padding: 80px 0;
}
#speakerrotator h1 {
  display:none;
}
#speakerrotator h2.section-heading {
  color: #fff;
  margin: 0 0 60px;
}
#speakerrotator p{
  margin:20px 0;
}
#speakerrotator .carousel {
    min-height: 450px;
}
#speakerrotator .btn {
    display: inline-block;
}
.speaker{
  min-height:290px;
}
.speaker img {
  background-color: #fff;
  border: 3px solid #fff !important;
  border-radius: 15px;
  max-width: 145px;
  min-width: 145px;
  padding: 2px;
}
#speakerrotator .carousel-indicators .active {
    background-color: #828282;

}
#speakerrotator .carousel-indicators li {
    background-color: rgba(148, 148, 148, 0);
    border: 1px solid #828282;

}

#speakerrotator .speaker-info {
  color: #fff;
  /* font-family: Roboto; */
  font-size: 17px;
}
.speaker-info em {
    font-style: normal !important;
}
#speakerrotator .speaker-info > strong {
  font-size: 18px;
  font-weight: 100 !important;
}


#speakerrotator .btn-default {
  background:#ffcc02;
  color:#000;
  margin-bottom: 40px !important;
  font-weight: 800;
}
#speakerrotator .btn-default:hover {
  color:#000;
  background:#ffcc02;
  margin-bottom: 40px !important;
  font-weight: 800;
}

/* 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;
  }
}

.btn.btn-energy-iq {
  background: #A4612C;
  text-decoration: none;
}
/* end footer */

/* early-bird-banner-2 */

.early-bird-banner-2 {
    background: #1f98d1;
    padding: 15px 1px;
    text-align: center;
    color: #fff;
    font-size: 1.6em;
}
.early-bird-banner-2 a {
    color: #fff;
}
.header-middle {
    background-color: #1f98d1;
}

/* 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 none;
  min-height: 228px !important;
  min-width: 195px !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;
}


/* 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;
}
*/
 .Downloads ul {
  list-style: none;
}
ul.MediaItems li .eventimageleft {
    border: 1px solid #ccc;
    padding: 0;
    left: 0;
    position: initial;
    top: 0;
    min-width:100px;
    float:none;
}
@media(min-width:768px){
  ul.MediaItems li .eventimageleft {
    border: 1px solid #ccc;
    padding: 0;
    left: 0;
    position: absolute;
    top: 0;
    min-width:100px;
}
}
.Downloads .description {
  float:left !important;
  width:87%;
}
#MediaCenter .description {
  float:left;
  width:87%;
}
 .pagecontent ul.MediaItems li, .pagecontenttwocol ul.MediaItems li {
    padding: 0;/* 75px being the width of the thumbnail + how much space you want to put between it and your text */
    position: relative;
    min-height:130px;
    width: 100%;
}
@media(min-width:768px){
.pagecontent ul.MediaItems li, .pagecontenttwocol ul.MediaItems li {
    padding: 0 0 0 110px; /* 75px being the width of the thumbnail + how much space you want to put between it and your text */
  position: relative;
  min-height:130px;
}
}
.pagecontent ul, .pagecontenttwocol ul {
    margin-bottom: 20px;
    padding: 0;
}
@media(min-width:768px){
  .pagecontent ul, .pagecontenttwocol ul {
    margin-bottom: 41px;
    padding: 20px 0px 10px 40px;
}
}
.RotateWrapInner {
    float: none !important;
    margin: 0 10px 10px 0;
}
@media(min-width:768px){
  .RotateWrapInner {
    float: left;
}
}

/* testimonials-1 */
.testimonials{
  padding:40px 0;
}
.testimonials-1.testimonials{
  background:#013b56;
  color:#fff;
  margin: 0px 0 !important;
  padding: 120px 0px;
  padding-bottom: 115px;
}
.testimonials-1 h2.section-heading{
  color:#fff;
}
.testimonials-1 blockquote {
  font-size: 26px;
  /* text-shadow: 1px 1px 1px #000000; */
}
.testimonials-1 .carousel .item{
  min-height:220px;
}
.testimonials-1 blockquote small, .testimonials-1 blockquote footer, .testimonials-1 blockquote .small {
    color: #fff !important;
}
.testimonials-1 blockquote {
    border-left: 5px solid #fff !important;
    font-style: italic;
}
.testimonials-1 cite {
    font-style: normal;
    font-weight: 800;
}
.carousel-indicators .active {
    width: 14px !important;
    height: 14px !important;
    background-color: #fff !important;
}
.carousel-indicators li {
    border: 1px solid #fff !important;
    width: 14px !important;
    height: 14px !important;
}
#Sponsors .description {
  float: right;
  width: 100%;
}

#MediaCenter .description {

  width: 90%;
}
#MediaPartners .description {
  float: right;
  width: 100%;
}
@media (min-width: 768px){
.SponsorHeading > span {
    font-size: 21px !important;
    color: #000 !important;
}
.MediHeading > span {
    font-size: 21px !important;
    color: #000 !important;
}
.eventpartnerstable #SponsorWidgetWrapper {
    border-right: 1px solid #565656 !important;
}
}
.home-content-1 .fa.fa-arrow-right {
    color: #013b56;
    margin-right: 3px !important;
}
.home-content-1 h3, .home-content-1 li {
    color: #000;
    margin-bottom: 30px !important;
}
.home-content-1 .pagecontent ul li, .home-content-1 .pagecontenttwocol ul li {
    margin-bottom: 22px;
}
#ctl00_footer_left .btn{
  background:#919191;
  text-decoration:none;
  border:1px #f7f7f7;
  color:#fff;
}
#page_content a.btn {
    padding: 20px 20px;
    min-width: 350px;
    font-size: 20px;
    border-radius: 10px;
}
@media (max-width: 768px) {
  #speakerrotator .speaker img{
    min-width: 100px !important;
    max-width: 100px !important;
    min-height: 100px !important;
    max-height: 100px !important;

  }
  #page_content a.btn {
    padding: 20px 20px;
    min-width: 290px;
    font-size: 20px;
    border-radius: 10px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
  #speakerrotator .speaker img{
    min-width: 180px !important;
    max-width: 180px !important;
    min-height: 180px !important;
    max-height: 180px !important;
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1200px) {
  #speakerrotator .speaker img{
    min-width: 240px !important;
    max-width: 240px !important;
    min-height: 240px !important;
    max-height: 240px !important;
    margin-bottom: 40px !important;
  }
}
@media(min-width: 768px) and (max-width: 991px){
#aside-cta .btn {
    font-size: 12px !important;
}
}
@media(min-width: 992px) and (max-width: 1199px){
#aside-cta .btn {
    font-size: 15px !important;
}
}
@media(min-width: 1200px){
#aside-cta .btn {
    font-size: 18px !important;
}
}
.mediacenter #page_content .media .thumbnail {
    max-width: 100px !important;
    min-width: 100px !important;
}
