﻿/* CSS Document */

/* general styles  */

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:#004a91;
  font-size:30px;
  margin:20px 0;
}
@media(min-width:768px){
  h1, h2.section-heading {
    font-size:40px;
}
}
.pagecontent{
  min-height:400px;
}

.header-middle{
  display:block;
  /* min-height:7vh; */
}

h1, h2.section-heading{
  color:#2c3481;
}
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: #2c3481;
  border-top:solid 0px #fff;
  border-bottom:solid 5px #191918;
  border-right:solid 0px #fff;
  border-left:solid 0px #fff;
  color: #fff;
}
a.btn-default:hover, .btn-default:focus{
  background: #0c145b;
  border-top:solid 0px #fff;
  border-bottom:solid 5px #191918;
  border-right:solid 0px #fff;
  border-left:solid 0px #fff;
  color:#fff;
}
a.btn-primary{
  background: #34a6de;
  border-top:solid 0px #fff;
  border-bottom:solid 5px #191918;
  border-right:solid 0px #fff;
  border-left:solid 0px #fff;
  color:#fff;
}
a.btn-primary:hover, a.btn-primary:focus{
  background: #1274a4;
  border-top:solid 0px #fff;
  border-bottom:solid 5px #191918;
  border-right:solid 0px #fff;
  border-left:solid 0px #fff;
  color:#fff;
}
.header-bottom{
  background:#fff;
}
nav .navbar-toggle .icon-bar {
    background-color: #000000;
}
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: 14px;
  line-height:12px;
  padding: 33px 14px;
  color:#2c3481;
}
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:#000;
  color:#fff;
}
@media(max-width: 992px){
  nav .navbar-header .logo {
      margin: 7px 0 !important;
      padding-top: 5px !important;
  }
}
@media(max-width: 767px){
  nav .navbar-header .logo {
      margin: 3px 0 !important;
  }
}
nav .navbar-header .logo {
    width:200px;
    max-height:77px;
    padding-top: 5px;
}
@media(min-width:768px){

  nav .navbar-header .logo {
      width:180px;

  }
}
@media(min-width:992px){

  nav .navbar-nav > li > a {
    font-size: 14px;
    line-height:14px;
    padding: 33px 15px;
    color: #2c3481;
    font-weight: 600;
  }

  nav .navbar-header .logo {
    width:auto;
  height:auto;
  }
}
@media(min-width:1200px){
  nav .navbar-nav > li > a {
    padding: 35px 14px;
  }
}

@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 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:#fff;
  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: 16px 0;
}
@media(min-width:992px){
  nav .navbar-header .logo {
  margin: 0;
}
}
nav .navbar-nav .open .dropdown-menu li a {
    color: #2c3481;
    font-size: 12px;
    line-height:12px;
    padding: 10px 12px;
}
@media(max-width: 767px){
  .navbar-nav {
    margin: 16.5px -15px !important;
  }
}
nav .navbar-toggle {
    border-color: #2c3481;
    margin-top:18px;
}
nav .navbar-toggle .icon-bar {
    background-color: #2c3481;
}
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;

  }

  .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 h1{
  margin:3vh 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 h1{
    margin:11vh 0 0 0;
    font-size:68px;
    line-height:74px;
  }
}
.home-cta-5 h1 img{
  max-height:50vh;
}
.home-cta-5 h2{
  font-size:24px;
  line-height:26px;
  color:#ebebeb;
  margin: 15vh 0 0 0;
}
@media(min-width:768px){
  .home-cta-5 h2{
  font-size:42px;
  line-height:50px;
  margin: 18vh 0 0 0;
  }
}
.home-cta-5 h3{
  clear:both;
  color:#2c3481;
  margin:30px 0;
  font-size:18px;
  padding:30px 0 45px;
  text-transform: uppercase;
}
@media(min-width:768px){
  .home-cta-5 h3{
  font-size:32px;
}
}


.home-cta-5 h3 span{
  color:#2c3481;
  white-space:nowrap;
}
.home-cta-5 .btn{
  margin-bottom:20px;
}
.header-top{
  background: #000 url(/UploadedFiles/EventPage/1005008/images/Home-cta-5-bkg-2018.png) center top no-repeat  ;
  background-size:cover;
}

.header-top{
  display:block;
}
  .home-cta-more{
    display:none;

  }
@media(min-width:768px){
  .home-cta-5{
    height:768px;
    height: 85vh;
  }

  .home-cta-more{
    display:block;

  }
  .home-cta-5 .home-cta-more a{
    color:#e0e0e0;
    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: 5px;
    font-size: 24px;
    font-weight:700;
    line-height: 1.33333;
    padding: 20px 10px;
    margin: 20px 0 !important;
  }



}
@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/1005008/images/Home-cta-5-bkg-2018.png) center bottom 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{
  background: #fff !important;
  padding:40px 0 60px 0;
  text-align:left !important;
}
.home-content-1 h2.section-heading{
  margin-top:0;
  margin-bottom: 40px;
}
.home-content-1 p {
    color: #000;
    font-size: 18px;
    padding-bottom: 15px;
    text-align: left !important;
}
.home-content-1 .fa-ul {
    list-style-type: disc !important;
}
.home-content-1 ul li {
  color: #000;
  font-size: 18px;
  line-height: 40px;
  /* text-indent: -1.0em; */
}
@media(max-width: 767px){
  .home-content-1 ul li {
    color: #192942;
    /* text-indent: -0.9em; */
  }
}
@media(min-width: 768px){
  .home-content-1 h2.section-heading{
    font-size: 40px;
  }
}
.home-content-1 a.btn {
  border-radius: 6px !important;
      background: #34a6de;
      border-bottom: 5px solid #000 !important;
      margin-top: 30px;
}
.home-content-1 a.btn:hover, .home-content-1 a.btn:focus {
  border-radius: 6px !important;
      background: #34a6de;
      border-bottom: 5px solid #000 !important;
      margin-top: 30px;
}
/* end home-content */


/* speakerrotator */
#speakerrotator .col-xs-6.col-sm-6.col-md-3 {
  min-height: 460px;
}
@media(max-width: 767px){
  #speakerrotator .col-xs-6.col-sm-6.col-md-3 {
    min-height: 390px;
  }
}
@media(min-width:1200px){
#main-wrapper #speakerrotator .speaker img{
      min-width:246px !important;
      max-width:246px !important;
      min-height: 246px !important;
      max-height: 246px !important;
      border-radius: 246px !important;
}
}
@media(min-width:992px) and (max-width:1199px){
#main-wrapper #speakerrotator .speaker img{
      min-width:200px !important;
      max-width:200px !important;
      min-height: 200px !important;
      max-height: 200px !important;
      border-radius: 200px !important;
}
}
@media(min-width:768px) and (max-width:991px){
#main-wrapper #speakerrotator .speaker img{
min-width:200px !important;
      max-width:200px !important;
      min-height: 200px !important;
      max-height: 200px !important;
      border-radius: 200px !important;
}
}
@media(max-width:767px){
#main-wrapper #speakerrotator .speaker img{
min-width:100px !important;
      max-width:100px !important;
      min-height: 100px !important;
      max-height: 100px !important;
      border-radius: 100px !important;
}
}
#speakerrotator{
  background:#181c49;
  color:#fff;
  padding:40px 0 60px 0;
}
#speakerrotator h2.section-heading{
  margin:30px 0 40px 0;
  margin-bottom: 70px;
}
#speakerrotator h1{
  display:none;
}
#speakerrotator p{
  margin:20px 0;
}
#speakerrotator .carousel {
    min-height: 290px;
}
#speakerrotator .btn {
  display: inline-block !important;
  border-radius: 6px !important;
      background: #34a6de;
      border-bottom: 5px solid #000 !important;
      margin-top: 30px;
}
#speakerrotator .btn:hover, #speakerrotator .btn:active{
  display: inline-block !important;
  border-radius: 6px !important;
      background: #34a6de;
      border-bottom: 5px solid #000 !important;
      margin-top: 30px;
}
.speaker-info {
  color: #fff;
  font-size: 18px;
  margin-top: 25px;
  line-height: 23px;
  font-weight: 800;
}
.speaker-info strong {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.speaker-info em {
    font-size: 16px;
    font-style: normal !important;
    color: #fff;
    font-weight: 500;
}
.speaker{
  min-height:290px;
}
.speaker img {
    background-color: #fff;
    border: 0px solid #949494 !important;
    min-width: 145px;
  max-width:145px;
  padding:10px;
}
#speakerrotator .speaker img{
  /* border: solid 1px #985286 !important; */
  border-radius: 11px !important;
}
#speakerrotator h2.section-heading {
    color: #fff;
}
#speakerrotator h4 {
    font-weight: 100;
}
#speakerrotator p span {
    font-weight: 600;
}
#speakerrotator .carousel-indicators{
  margin-top: 30px;
}
.carousel-indicators .active {
    background-color: #fff;
}
.carousel-indicators li {
    background-color: rgba(148, 148, 148, 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-sson-iq{
  background:#248cdd;
  color:#fff;
  border-color:#248cdd;
  text-decoration:none;
}
.btn-sson-iq:hover, .btn-sson-iq:focus, .btn-sson-iq:active{
  background:#248cdd;
  color:#fff;
  border-color:#248cdd;
}
@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: #34a6de ;
    padding: 15px 1px;
    text-align: center;
    color: #fff;
    font-size: 1.4em;
}
.early-bird-banner-2 a {
    color: #fff;
}
.header-middle {
    background-color: #34a6de ;
}

/* 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: 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;
}

/** 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-content-16 */
.home-content-16 {
    padding: 40px 0 60px 0;
    font-size: 18px;
    color: #000;
}
.home-content-16 h3 {
    color: #000;
    padding-bottom: 10px;
}
.home-content-16 h2.section-heading {
    padding-bottom: 30px;
}
.home-content-16 a.btn {
    border-radius: 6px !important;
    background: #34a6de;
    border-bottom: 5px solid #000 !important;
    margin-top: 30px;
}

/* 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;
  }
}
/* end home-content-16 */

/*  Home Content 17  */

.home-content-17 .media-object {
  max-width:none;
}

.home-content-17 {
  background: #181c49;
  padding: 40px 0 60px 0;
  color: #fff;
  font-size: 20px;
}
.home-content-17 h2.section-heading {
    color: #fff;
    padding-bottom: 30px;
}
.home-content-17 li {
    padding-bottom: 10px;
}
.home-content-17 .fa {
  color:#34a6de;
}
.home-content-17 .media {
  margin: 15px 0;
}
.home-content-17 a.btn {
    border-radius: 6px !important;
    background: #34a6de;
    border-bottom: 5px solid #000 !important;
    margin-top: 30px;
}
/*  End Home Content 17 */


.colocated_bx {
    background: #fff none repeat scroll 0 0;
    margin: 25vh 0 0;
    opacity: 0.9;
    padding: 15px 10px;
}
.home-cta-5 .colocated_bx h4 {
  color: #1f75b9;
  font-size: 16px;
  margin: 15px 0;
  text-align: center;
  text-shadow: none;
}

.home-cta-5 h4 {
  font-size: 24px;
  text-align: left;
  text-shadow: 1px 1px 1px #010102;
}

/* testimonials-1 */
.testimonials{
  padding:40px 0;
}
.testimonials-1{
background: #18caf5 url("http://emsadmin.iqpc.com//UploadedFiles/EventPage/1003869/images/testimonials_bg.jpg") no-repeat scroll center top / cover ;
  background-attachment: fixed;
  background-size: cover;
  color:#fff;

}
.testimonials-1 h1{
  color:#fff;
}
.testimonials-1 blockquote {
  font-size: 26px;
  text-shadow: 1px 1px 1px #000000;
}
.testimonials-1 .carousel .item{
  min-height:220px;
}

.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;
}

#ctl00_footer_left .btn{
  background-color: #6f2b2c;
  text-decoration:none;
  border: 1px solid #f7f7f7;
  color:#fff;
}

@media (min-width: 768px){
.SponsorHeading, .MediHeading {
    font-size: 24px;
}
}

@media(min-width:768px) and (max-width: 991px){
  .home-cta-5 .btn-lg {
      font-size: 13px !important;
  }
  #aside-cta .btn {
    font-size: 9px !important;
}
}
@media(min-width:992px) and (max-width: 1199px){
  .home-cta-5 .btn-lg {
      font-size: 16px !important;
  }
  #aside-cta .btn {
    font-size: 12px !important;
}
}
@media(min-width:1200px){
  .home-cta-5 .btn-lg {
      font-size: 20px !important;
  }
  #aside-cta .btn {
    font-size: 15px !important;
}
}

/* Bottons */
#page_content a.btn {
    padding: 10px 10px;
    min-width: 21%;
    font-size: 20px;
    border: none;
    margin: 20px 0 0 0 !important;
}
@media(max-width: 767px){
  #page_content a.btn {
     padding: 10px 10px;
     min-width: 15%;
     font-size: 15px;
     border: none;
     margin: 10px 0 0 0 !important;
 }
}
/* Bottons */

.featured-content-2 {
    background: #f6f6f6;
    padding: 40px 0 60px 0;
    margin: 0px !important;
}
.featured-content-box-1 {
    background: transparent !important;
}
.featured-content-2 h2.text-center {
    color: #2c3481;
    margin: 0px !important;
    padding: 0px !important;
}
.featured-content-2 h3.media-heading {
    color: #000;
    padding-bottom: 20px;
    font-size: 20px;
}
.featured-content-2 p {
    color: #000;
    font-size: 16px;
}
.featured-content-2 a.btn {
    padding: 10px 20px !important;
    font-size: 16px !important;
    border-radius: 1px;
    margin-top: 10px;
    background: #34a6de;
}
