﻿/* CSS Document */

/* general styles  */

body{
  font-family:'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 1.42857;
  color:#252525;
}
h1, h2.section-heading, h3, h4, h5{
  font-family:'Open Sans', sans-serif;
  font-weight:600;
  margin:30px 0 20px 0;
}
h1, h2.section-heading{
  margin:20px 0;
  font-size:30px;
}
@media(min-width:768px) {
  h1, h2.section-heading{
  font-size:42px;
}
}
.pagecontent{
  min-height:400px;
}

h1, h2.section-heading{
  color:#333131;
}
h2{
  color:#464646;
  font-size:30px;
}
@media(min-width:768px) {
  h2{
  font-size:30px;
}
}
.header-middle {
  display:none;
}
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;

  brder-radius:0px !important
}
@media(min-width:768px) {
  a.btn {
    white-space: nowrap;
  }
}

a.btn-default{
 background: #1d1d1b;
 color: #fff;


}
a.btn-default:hover, a.btn-default:focus{
  background:#060606;
  color:#fff;

}
a.btn-primary{
 background: #e30613;
 color: #fff;

}
a.btn-primary:hover, a.btn-primary:focus{
   background:#c70612;
   color:#fff;

}
.navbar.navbar-default.navbar-static-top.hidden-xs {
    display: none;
}
.header-bottom{
  background:#ebebeb;
}
.navbar-toggle {
    margin-top: 30px;
}
.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: 11px;
  line-height:12px;
  padding: 31px 5px;
  color:#000;
  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 .open > a:hover, .nav .open > a:focus{
  background: #e30613;
  color:#fff;
}

nav .navbar-header .logo {
  /*  width:200px; */
    max-height:77px;
    padding:4px;
}
nav.navbar {
  margin-bottom:0;
}

@media(min-width:768px){

 nav .navbar-header .logo {
      width:180px;

  }
}
@media(min-width:992px){

  nav .navbar-nav > li > a {
    font-size: 13px;
    line-height:14px;
    padding: 31px 7px;
    color:#000;
  }

  nav .navbar-header .logo {
    width:auto;
  height:auto;
  }
}
@media(min-width:1200px){
  nav .navbar-nav > li > a {
    padding: 33px 12px;
  }
}

@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: 69px;
  -webkit-box-shadow: 0 3px 7px 1px rgba(0,0,0,.5);
  box-shadow: 0 3px 7px 1px rgba(0,0,0,.5);
}
@media(max-width:767px){
    .header-bottom{
            padding-bottom: 32px;
}
}
.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;
}

.navbar-header{
  display:block;
}
nav .navbar-header .logo {
  display: block;
  margin: 15px 0;
}
@media(min-width:992px) {
  nav .navbar-header .logo {
  margin: 0;
}
}
nav .navbar-nav .open .dropdown-menu li a {
    color: #000;
    font-size: 12px;
    line-height:12px;
    padding: 10px 12px;
}
nav .navbar-toggle {
    border-color: #000;
}
nav .navbar-toggle .icon-bar {
    background-color: #e21018;
}
nav .navbar-nav > li.btn-nav > a {
    display:none;
}
nav .navbar-toggle {
    margin-bottom: 8px;
}
@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 */

@media(min-width:768px){
body .vegas-container {

  margin-top: 126px;
}
.home-cta-5 .row-cta-btn-group {
  padding: 0px;
}

}
/* home-cta-5 */

.home-cta-5{
  text-align:center;
  padding:40px 0;
}
.home-cta-5 h1{
  margin:8vh 0 0 0;
  color:#fff;
  font-size:30px;
  line-height:30px;
  text-shadow: 0 0 19.4px #000000;
}

@media(min-width:768px) {
  .home-cta-5 h1{
    margin: 10vh 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:24px;
  color:#fff;
}
@media(min-width:768px) {
  .vegas-container {
      margin-top: 10vh;
      height: 820px !important;
  }
  .home-cta-5 h2 {
  /* font-size: 38px; */
  line-height: 56px;
  margin-top: 35vh;
  /* padding-bottom: 8vh; */
  text-shadow: 3px 3px 1px #000;
  background-color: rgb(0, 0, 0);
  opacity: 0.749;
  border-radius: 5px;
  font-size: 44px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 100 !important;
}
}
.home-cta-5 h1 img{
  max-height:50vh;
}
.home-cta-5 h3{
  color:#fff;
  margin:30px 0;

}
.home-cta-5 .btn {
    margin-bottom:20px;
    border: solid 1px #fff !important;
    border-radius: 2px;
     padding:20px;
}
@media(min-width:768px) {
.home-cta-5 h3{
  font-size:24px;
}
}

.home-cta-more{
  display:block !important;
}
.home-cta-5 h3 span{
  color:#fff;
  white-space:nowrap;
}


.header-top{
  background: #fff;  url(/UploadedFiles/EventPage/11323.013/images/slider3.jpg) center top no-repeat  ;
  background-size:cover;
}

.header-top{
  display:block;
}
@media(min-width:768px){
#home-cta-5-morelink {
  font-size: 80px;
  opacity: 0.38;
  color: #ffffff;
}
}
@media(min-width:768px){
  .home-cta-5{
    height:768px;
    height: 100vh;
  }

  .home-cta-more{
    display:block !important;
  }
  .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;
  }

}
@media(min-width:992px){
  .row-cta-btn-group{
    padding-left:20px;
    padding-right:20px;
  }

}
@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:200px;
  background: #000 url(/UploadedFiles/EventPage/1003543/images/cta-bkg.jpg) center top no-repeat  ;
  background-size:cover;
}
.headertext{
  margin:0;
  padding:0;
  text-align:right;
  color:#221e1f;
  font-size:17px;
  font-weight:600;
  text-transform:uppercase;
}

/* speakerrotator */
#speakerrotator .col-xs-6.col-sm-6.col-md-3 {
    min-height: 460px;
}
@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;
}
}
@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;
}
}
@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;
}
}
@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;
}
}
#speakerrotator{
  background:#4d4e51 url("/UploadedFiles/EventPage/11323.013/images/Speaker-bkg.jpg") no-repeat scroll center top / cover ;
  border-top:0px solid #c3c3c3;
  border-bottom:0px solid #c3c3c3;
  color:#fff;
  padding:40px 0 0 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;
    border: solid 1px #fff;
    background: #e30613;
    border-radius: 3px !important;
}
#speakerrotator .btn:hover,.btn:active{
    background:#c70612;
    border-radius: 3px !important;

}
#speakerrotator a.btn {
    min-width: 350px;
    margin-top: 20px;
    margin-bottom: 100px;
}
#speakerrotator ol.carousel-indicators {
    display: none;
}
.speaker-info {
  color: #000;
  font-size: 18px;
  margin-top: 16px;
  line-height: 23px;
  font-weight: 600 !important;
}
.speaker-info strong {
    font-weight: 200;
    font-size: 18px;
}
.speaker-info em {
    font-style:normal;
    font-size: 18px;
    font-weight: 100 !important;
}
.speaker{
  min-height:290px;
}
.speaker img {
    background-color: #fff;
    border: 0px solid #949494 !important;
    /*-webkit-border-radius: 90px;
  border-radius: 90px;*/
    min-width: 145px;
  max-width:145px;
  padding:10px;
}
#speakerrotator .speaker img{
  border: solid 1px #747474!important;
  border-radius: 11px !important;
}
.carousel-indicators .active {
    background-color: #fefefe;
    height:15px;
    width:15px;
}
.carousel-indicators li {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #fefefe;
    height:15px;
    width:15px;

}
#speakerrotator h2.section-heading {
    color: #e31018;
}
#speakerrotator h4 {
    font-weight: 100;
}
#speakerrotator p span {
    font-weight: 600;
}



}
@media(min-width:768px) and (max-width:992px){
  nav .navbar-header .logo {
      width: 100px !important;
      max-height: 77px !important;
      padding: 4px !important;
      margin: 0px !important;
  }
.banner a.btn {
    margin-top: 50px;
}
}
/* footer */

footer.pagefooter{
  background:#000;
  border-top:5px solid #199749;
  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-pharma-iq{
  background:#31BBDF;
  color:#fff;
  border-color:#31BBDF;
  text-decoration:none;
}
#ctl00_footer_right img {
  max-width:180px;
}
.btn-pharma-iq:hover, .btn-pharma-iq:focus, .btn-pharma-iq:active{
  background:#31BBDF;
  color:#fff;
  border-color:#31BBDF;
}
@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 */


/* testimonials-1 */
.testimonials{
  padding:40px 0;
}
.testimonials-1{
  background:#f3f3f3;
  background-attachment: fixed;
  background-size: cover;
  color:#000;
  margin:0px 0;
}
.testimonials-1 h1{
  color:#000;
}
.testimonials-1 h2{
  color:#000;
}
.testimonials blockquote small, .testimonials blockquote footer, .testimonials blockquote .small {
    color: #000;
}
.testimonials-1 blockquote {
  font-size:18px;
}
@media(min-width:768px) {
  .testimonials-1 blockquote {
  font-size: 24px;
}
}
.testimonialsestimonials-1 .carousel .item {
  height:auto;
}
@media(min-width:768px){
  .testimonials-1 .carousel .item{
  min-height:189px;
}
}

/* early-bird-banner-2 */

.early-bird-banner-2 {
    background: transparent;
    padding: 15px 1px;
    text-align: center;
    color: #666666;
    font-size: 1.2em;
}
.early-bird-banner-2 h2{
    color:#872325;
}
.early-bird-banner-2 a {
    color: #fff;
}
.header-middle {
    background-color: #fff;
}

/* 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: 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;
}
.carousel-inner {
    width: 99%;
}
.featured-content-2 {
  background: #f3f3f3;
  padding: 20px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
    padding-right: 0px;
}
@media(min-width:768px){
  .media-body, .media-left, .media-right {
    padding-right: 20px;
}
}
@media(min-width:992px){
  .media-body, .media-left, .media-right {
    padding-right: 0;
}
}
@media(min-width:1200px){
  .media-body, .media-left, .media-right {
    padding-right: 50px;
}
}
.media-body img {
  float:left;
  padding-top:10px
}
@media(min-width:768px){
  .media-body img {
  float:right;
  padding-top:0;
}
}
.featured-content-box-1 {
    background: #fff;
    padding: 30px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 20px;
    font-size: .94em;
    line-height: 1.3;
    min-height: 250px;
    border:1px solid #dedede;
}
#Opportunities p {
  padding:5px 0;
}
#Opportunities .btn {
  padding:15px;
  border-radius:5px;
  margin-bottom:10px
}
#Opportunities .brochure-link p a {
  width:100%;
}
#Opportunities .brochure-link img {
    position: static;
    margin-left:33%
}
@media(min-width:768px){
  #Opportunities .brochure-link p a {
  width:50%;
}
#Opportunities .brochure-link img {
    position: absolute;
    right: 37%;
    top: -30%;
}
}
#Opportunities .fa {
  padding-left:10px;
}



/* testimonials */

.testimonials{
  /* background:#000 url(/UploadedFiles/EventPage/1003543/images/testimonials-bkg.jpg) no-repeat scroll center bottom / cover ; */
  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:270px;
}

.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:189px;
}
}


/* home-content-4 */
.home-content-4{
  margin:0 0 0px 0;
  padding:80px 0;
  background: #fff url("/UploadedFiles/EventPage/11323.013/images/Vid-bkg.png") no-repeat scroll center top / cover ;
 color:#000;

}
.home-content-4 h2{
  color:#e30613;
}
.home-content-4 blockquote{
  border:none;
  font-size:1.4em;
}
.home-content-4 footer {
  color: #000;
  font-weight: 700;
}
.home-content-4 .flex-video.widescreen {
    padding-bottom: 51.25% !important;
}
/* home stats-3 */
.stats-3{
  margin:0;
  padding:40px 0;
  text-align:center;
}
.stats-3 h1{
  margin:0 0 40px 0;

}
.stats-3 .stat-icon{
  font-size:50px;
  line-height:70px;
}
.stats-3 .stat-icon span{
  width:160px;
  height:160px;
  border:6px solid #9B4C3B;
  -webkit-border-radius: 80px;
  border-radius: 80px;
  background:#4C6436;
  color:#fff;
  padding:24px ;
}
.stats-3 span.fa-group{
  padding:24px 20px;
}
.stats-3 span.fa-microphone{
  padding:26px 42px;
}
.stats-3 span.fa-globe{
  padding:24px 32px;
}
.stats-3 span.fa-comments{
  padding:20px 24px;
}
.stats-3 .stat-number{
  font-size:48px;
  line-height:48px;
  color:#811517;
  font-weight:700;
}
.stats-3 .stat-text{
  font-size:24px;
  line-height:27px;
  font-weight:400;
}


/* end stats-3 */




/* home-content-5 */

.home-content-5{
  background:#fff;
  padding:40px 0;
  margin:0;
}

.home-content-5 h1{
  color:#811416;
}
@media(min-width:768px){
.home-content-5 .home-box {

  min-height: 436px;
}
}









.home-content-5 .home-box h3{
  color:#811416;
  margin-top:0;
}
.home-content-5 .home-box-1{
  background:#fff url(/UploadedFiles/EventPage/1002735/images/home-content-4-img-1.jpg) top center no-repeat;
  background-size:100% auto;
}
.home-content-5 .home-box-2{
  background:#fff url(/UploadedFiles/EventPage/1002735/images/home-content-4-img-2.jpg) top center no-repeat;
  background-size:100% auto;
}
.home-content-5 .home-box-3{
  background:#fff url(/UploadedFiles/EventPage/1002735/images/home-content-4-img-3.jpg) top center no-repeat;
  background-size:100% auto;
}
.home-content-5 .home-box ul{
  padding-left:20px;
}

 /* end home-content-5 */



.photoscroll-2{
  padding:40px 0;

    background:#fff;

  border-bottom:1px solid #c3c3c3;
}
.photoscroll-2 .col-sm-3 {
  padding: 5px;

}
.photoscroll-2 h1{
  color:#811416;
}
.photoscroll-2 img{

  width:100%;
}
.photoscroll-2 .carousel-indicators{
  bottom:-50px;
}
.photoscroll-2 .row {
  margin-right: 0;
}

.photoscroll-2 .col-sm-4{
  padding-left:0;
  padding-right:0;
}
.photoscroll-2 .carousel-indicators .active {
    background-color: #000;

}
.photoscroll-2 .carousel-indicators li {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #000;

}
#MediaPartners .description {
  float: right;
  width: 100%;
}

#Sponsors .description {
  float: right;
  width: 100%;
}

footer.pagefooter .btn-legal-iq {
  background: #3079A7;
  border-color: #5CC1D1;
  color: #fff;
  text-decoration: none;
}


.well-blue {
  background: #e9f0f5 none repeat scroll 0 0;
  border-color: #296ea1;
}



.home-content-5{
  background:#fff;
  padding:40px 0;
  margin:0;
}
.home-content-5 .home-box {
  background: #fff;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  text-align: left;
  padding: 20px;
  max-width: 360px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  box-shadow: 0px 1px 14px 1px #908e8e;
}




.home-content-5 .home-box ul{
  padding-left:20px;
}

.brochure-link {
  display: none;
}
.well-opportunities{
  min-height:300px;
  padding:40px;
}
.well-white{
  padding:40px;
  background:#fff;
}

.well {
  margin-bottom: 0 !important;
}
.home-content-1 .well {
  margin-bottom:0 !important;
}

.advisory_bx > p {
  float: left;
  padding-top: 47px;
  width: 50%;
}
@media(min-width:768px){
  .header-bottom{
  top: 47px;
}
}

.home-content-5 a.btn.btn-primary {
    background:#811517;
    color:#fff;
    padding:10px;
}
.home-content-5 a.btn.btn-default {
    background:#000;
    color:#fff;
    padding:10px;
}
.home-content-6 {
    padding: 40px 0;
}

.home-content-6 h1 {

    color:#811416;
}

.home-content-6 img{
  max-width: 100px;
  margin: 15px;
}


.home-content-6 .btn{
  background:#1b234f !important;
}

.home-content-6 .btn:hover{
  background:#363291 !important;
}
#main{
  overflow-x: hidden;
}

.speakers .companyphoto .image{max-width:100% !important;}

.home-content-5 p {
  font-weight: 600;
  color: #000;
}


.Whats_new .media-left, .Whats_new .media-body {
	vertical-align: middle !important;min-width: 90px !important;
}
.Whats_new h3 {
	margin: 0 !important;
	color: #811416;
	text-transform:uppercase;
	font-weight:600;
}
.Whats_new  h1 {
	color: #811416;text-transform:uppercase;text-align:center;
}
.nav_top.nav_top_.nav_top_6584 > a {
    background: #e30613 none repeat scroll 0 0;
    color: #fff;
    margin: 20px 0;
    padding: 10px;
}
@font-face {
  font-family: 'Oswald Regular';
  src: url('/UploadedFiles/EventPage/11323.013/Oswald-Regular.ttf');
}
.OSW-reg{
  font-family: 'Oswald Regular';
  font-size: 40px;
}
#main .header-bottom {
    position: fixed !important;
}
@media(max-width:767px){
  .home-cta-5 h2 {
    font-size: 35px;
    line-height: 40px;
    margin-top: 25vh;
}
.home-cta-more {
    display: none !important;
}
}
.banner .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.banner h2 {
    font-size: 24px;
}
.banner {
    padding: 40px 0px;
    padding-top: 20px !important;
    background: #fff;
}

.banner p {
    font-size: 22px;
    color: #000;
    font-weight: 600;
}
.banner h2 {
    font-size: 35px;
    color: #e30613;
}
.banner a.btn {
    background: #e30613;
    border: none !important;
    color: #fff;
    border-radius: 2px !important;
}
@media(min-width:992px){
  .banner a.btn {
    min-width: 100% !important;
    margin-top: 65px;
     border-radius: 2px !important;
}
}
.banner a.btn:hover, .banner a.btn:focus  {
    background: #c70612;
     border-radius: 2px !important;
}


.home-content-2{
  padding:40px 0;

}
.home-content-2 h2.section-heading{
      margin-top: 0;
    padding: 30px 0 15px 0;
}
.home-content-2 p {
    color: #000;
}
.home-content-1{
  padding:40px 0;
  text-align:center;
}
.home-content-1 h2.section-heading{
      margin-top: 0;
    padding: 30px 0 15px 0;
}

.home-content-1 .col-md-4.col-sm-12.col-xs-12 {
    margin-top: 35px;
}
.home-content-1 h2 {
    color: #e30613;
}
.home-content-1 a, .home-content-1 strong{
    color: #e30613 !important;
}
.home-content-1 h3 {
    color: #e30613;
    font-weight: 700;
    margin-bottom: 30px;
}
.home-content-1 strong a {
    color: #e31018;
    text-decoration: underline;
}
.home-content-1 p {
    color: #000;
}

.home-content-12 {
    padding: 40px 0px;
}
.home-content-12 h2 {
    color: #e31018;
    margin: 50px 0px 46px 0 !important;
}
.home-content-12 .row .col-md-3 p {
    line-height: 160px;
}
.home-content-12 .btn {
    margin-top: 60px;
    margin-bottom: 60px;

}
.home-content-12 .btn {
  background: #e30613;
  border: none !important;
  color: #fff;
  border-radius: 2px !important;
}
.home-content-12 .btn:hover, .home-content-12 .btn:focus   {
  background: #c70612;
  border: none !important;
  color: #fff;
  border-radius: 2px !important;
}
@media(min-width:768px){
  .home-content-12 h2 {
    font-size: 42px !important;
  }
}
@media(min-width:992px){
.default .pagecontent .btn {
    padding: 20px 20px;
    min-width: 32%;
    font-size: 20px;
}
}

.home-content-20 {
    padding: 40px 0px;
    background: #fff url(/UploadedFiles/EventPage/11323.013/images/Testimonials-bkg.jpg) center top / cover;
}
@media(max-width:767px){
    .home-content-20 h2 {

    padding-top: 60px;
}
}
.home-content-20 h2.section-heading {
    padding-bottom: 40px !important;
    padding-top: 50px !important;
    padding-left: 0px !important;
}

.home-content-20 h2 {
    color: #fff;
    padding-bottom: 20px;
    padding-left: 23px;
}
.home-content-20 p {
    color: #fff;
    padding-bottom: 20px;
}

.home-content-20 .item-sec {
    margin-top: 40px;
}

/* featured-content-3 */
.featured-content-3 h2{
  color: #e30613;
  margin:0 0 40px 0;
}
.featured-content-3{
  padding:40px 0;
  background: #fff url(/UploadedFiles/EventPage/11323.013/images/Fc-bkg.jpg) center top / cover;
}
.featured-content-3 strong a {
    color: #e30613;
    text-decoration: underline;
}
.featured-content-3 img{
  height:100px;
  border:1px solid #ccc;
}
.featured-content-3 .fc-3-btn {
    padding: 12px 15px !important;
}
.featured-content-3 a.btn {
  border: none !important;
  border-radius: 0px !important;
  padding: 10px !important;
  min-width: 0px !important;
  font-size: 15px !important;
}

@media(min-width: 768px){
.featured-content-3 h2 {
    font-size: 42px;
}
.fcbox {
    background: #fff;
    display: inline-block;
    margin-left: 1.5%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    vertical-align: top;
    min-height: 380px;
}
@media(max-width:768px){

.fcbox {
    display: inline-block;
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    padding-left: 2%;
    padding-right: 2%;
}

}
.fcbox img {
    margin-top: 10px !important;
}
.fcbox {
    margin-bottom: 20px;
}
#ctl00_footer_left .btn{
  background-color:#919191;
  text-decoration:none;
  border:none;
  color:#fff;
}
.socialmedia{
    top:0px !important;
    background: #1d1d1b !important;
}
    .home-content-2 .fa {
    padding-top: 3px;
}
