body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
}



/*Font Styles*/
hr {
  border-top: 2px solid #3b3b3c;
}
.medium-weight {
  font-weight: 600;
}body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
}
/*Font Styles*/
hr {
  border-top: 2px solid #3b3b3c;
}
.medium-weight {
  font-weight: 600;
}
.light-weight {
  font-weight: 300;
}
.underline {
  text-decoration: underline;
}
.pageTitle, h1.page-title {
    font-size: 30px;
    color: #25408f;
    line-height: 1.25;
    margin-bottom: 0px;
    font-weight: 600;
    margin-top: 0px;
}
.extra-large-text {
    font-size: 44px;
    line-height: 1.15;
    color: #25408f;
}
.PHeader {    
    font-size: 28px;
    line-height: 1.25;
    padding-bottom: 10px;
    font-weight: 600;
}
.SHeader {
    font-size: 24px;
    line-height: 1.1;
}
.secondary-text {
    font-size: 20px;
    line-height: 1.2;
}
.terciary-text, .tertiary-text {
    font-size: 18px;
    line-height: 1.35;
}
.white, a .white, a.white, .white a, p.white {
  color: #fff;
}
.black, a .black, a.black, .black a, p.black {
  color: #000;
}
.blue, a .blue, a.blue, .blue a, p.blue {
  color: #25408f;
}
.grey, a .grey, a.grey, .grey a, p.grey {
  color: #6d6e71;
}

.imageResize {
  width: 100%;
  max-width: 100%;
}
h1.titleimage {
  margin-top: 0px;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.text-center {
  text-align: center;
}
p a:hover, a:hover {
  text-decoration: none;
}
.desktop-header {
  padding-top: 49px;
}
.mobile-header {
  padding-top: 53px;
}
.internal {
  padding: 120px 30px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .internal {
    padding: 20px 30px;
    background-color: #fff;
  }
}
/* Flush */
.flush {
  padding: 0px !important;
  margin: 0px !important;
}
.flush-top {
  padding-top: 0px !important;
  margin-top: 0px !important;
}
.flush-right {
  padding-right: 0px !important;
  margin-right: 0px !important;
}
.flush-bottom {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.flush-left {
  padding-left: 0px !important;
  margin-left: 0px !important;
}
.flush-lr {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* Padding */
.padded {
  padding: 15px;
}
.pad-top {
  padding-top: 15px;
}
.pad-right {
  padding-right: 15px;
}
.pad-bottom {
  padding-bottom: 15px;
}
.pad-left {
  padding-left: 15px;
}
.pad-lr {
  padding-right: 10px;
  padding-left: 10px;
}
/* EndHelper Classes */

/* Sidebar */

.social-icons {
  text-align: center;
}
.social-icon {
  padding-right: 3px;
}
.sidebar a {
  color: #0e1422;
  text-decoration: underline;
}
.homepage-social {
  float: right;
}
.homepage-hashtag, .sidebar-hashtag {
  color: #949494;
}
.homepage-hashtag {
  float: left;
  padding-top: 7px;
}
.sidebar-hashtag {
  color: #7f7f7f;
  font-size: 14px;
  margin: 7px 0px;
  text-align: center;
}
.sidebar-item {
  padding: 15px 0px 0px 0px;
}
.sponsors-sidebar {
  text-align: center;
}
/* --- Track Nav --- */

.tracknav {
  display: block !important;
  margin-bottom: 55px;
  padding: 15px 0px;
}
.tracknav a {
  display: block;
  height: 40px;
  float: left;
  text-align: center;
  margin: 5px 3px;
  padding: 10px 10px 10px 10px;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  border-radius: 5px;
}
.tracknav a:hover {
  color: #ffffff;
  display: block;
}
@media screen and (min-width: 990px) {
  .tracknav a {
    min-width: 106px;
  }
}
@media screen and (min-width: 1200px) {
  .tracknav a {
    min-width: 131px;
  }
}
@media (max-width: 1090px) {
  .tracknav {
    margin-bottom: 305px;
  }
  .tracknav a {
    width: 100%;
  }
}
/* --- EndTrack Nav --- */

/* ---  Forms --- */

.formline {
  margin-bottom: 15px;
}
.design-textfield {
  float: left;
}
ol.design_list_horizontal li {
  display: inline;
}
ol.design_list_vertical {
  list-style-type: none;
}
ol.design_list_vertical li {
  padding: 5px 0px;
}
ol.radio-contact {
  padding-left: 0px;
}
input[type="radio"], input[type="checkbox"] {
  margin-right: 5px;
}
.formrow {
  margin-bottom: 10px;
}
.design_content ol {
  padding-left: 7px;
}
label {
  display: inline;
  font-weight: 400;
}
/* --- OVERRIDE OF EKTRON STYLESHEET --- */

#design_content .design_textfield, div.design_content .design_textfield {
  width: 100%;
  height: auto;
}
#design_content, div.design_content {
  overflow: inherit;
}
.design_validation_failed {
  border: 2px solid red !important;
}
span.design_validation_failed {
  border: 0px !important;
}
input.design_validation_failed {
  background: #fee;
  border: 2px solid red;
}
span.design_validation_failed select {
  background: #fee;
  border: 2px solid red;
}
/* --- End Forms--- */

/* --- Footer Mobile --- */

@media (max-width: 776px) {
  #footerwrapper p {
    text-align: center;
  }
  .contact {
    width: 60%;
    margin: 0 auto;
    text-align: center !important;
  }
}
/* --- End Footer Mobile --- */

/* New Footer */

.footer {
  background-color: rgb(54, 54, 54);
  color: #fff;
  padding: 20px 0px;
  padding-top: 30px;
}
.footer .row {
  background-color: rgb(54, 54, 54);
}
.footer hr {
  border-top: 1px solid #fff;
}
.footer a {
  color: #b7b7b7;
  text-decoration: none;
}
.footer a:hover {
  color: #fff;
}
.footer-border {
  border-left: 1px solid #fff;
}
.footer-social-icons {
  padding-right: 10px;
}
.CII-footer {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .footer-small {
    width: 100%;
  }
  .footer-small-inner {
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .footer-social {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
/*Sponsor lists*/
.sponsor-header {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}
ul.sponsor-list {
  padding-left: 0px;
}
.sponsor-list {
  text-align: center;
  padding-top: 1em;
}
.sponsor-list li {
  display: inline-block;
  margin-right: 0;
  text-align: center;
  margin: 0 0.5em 1em;
}
.sponsor-list a {
  display: block;
}
.sponsor-bars {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .sponsor-list li {
    margin-right: 18px;
    margin-bottom: 18px;
  }
  .sponsor-list li img {
    max-width: 100%;
  }
}
/*Text Styles*/

.sponsored-by {
  float: right;
  vertical-align: top;
  margin: 0px 3px 3px 8px;
  font-size: 10px;
  line-height: 1.2;
  font-style: italic;
}

/*Quicklinks Styles*/

ul.qlLinks {
  padding-left: 18px;
  padding-bottom: 5px;
}
.qlTitle {
  font-weight: bold;
}

/*Navigation Styles*/

.ebp-landing-header {
  padding: 30px 0px 25px 0px;
}
.division-logo {
  padding-top: 25px;
}
a.navbar-brand {
  height: 70px;
  width: 400px;
  margin: 15px 0px 15px 20px;
  background-repeat: no-repeat;
}
.navbar-default {
  border: none;
}
.open>.dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
.dropdown-menu {
  opacity: .3;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  border: 0px;
  padding: 0px 0px;
}
.dropdown-menu>li>a {
  padding: 10px 20px;
}
.nav {
  float: right;
}
.navbar {
  margin-bottom: 0px;
}
.navbar-collapse {
  padding: 0px;
}
.navbar-nav {
  padding-right: 50px;
}
.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 80px;
}
.navbar-default .navbar-toggle {
  margin: 35px 10px;
}
.navbar-fixed-top .navbar-collapse {
  max-height: none;
}
@media screen and (max-width: 1135px) {
  .navbar-nav>li>a {
    line-height: 15px;
  }
  .navbar-default .navbar-toggle {
    margin: 28px 15px;
  }
}
@media (max-width: 1135px) {
  .nav {
    width: 100%;
  }
  .navbar-nav {
    margin: 0px;
    padding: 0px;
  }
  .navbar-header {
    float: none;
  }
  .navbar-nav>li {
    border-bottom: 1px solid #fff;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .navbar-default .navbar-toggle {
    margin: 10px 15px;
  }
  a.navbar-brand {
    display: none;
    height: 0px;
    width: 0px;
  }
  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 36px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
    padding: 5px 15px 5px 35px;
  }
}
/*Toggle Nav Icon Color*/
.navbar-default .navbar-toggle  {
    border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
/*Track Header Styles*/
.internal h1 {
  margin: 0px;
  padding: 0px;
  line-height: 1.1;
  font-size: 30px;
  font-weight: 500;
}
.internal h2 {
    font-weight: 400;
    font-size: 20px;
    margin: 3px 0px 7px 0px;
    padding: 0px;
    line-height: 1.3;
    color: #555;
}
.internal h2 em {
  font-style: normal;
}
.internal h3 {
  margin: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.internal h4 {
  font-weight: 400;
  font-size: 15px;
  margin: 0px 0px 0px 0px;
  line-height: 1.3;
  text-transform: uppercase;
}
.internal h1, .internal h3, .internal h4 {
    color: #3a3836;
}

/* Webtext styles */
.posterCompany {
  border-bottom: solid #000 1px;
}
.Abstract_LinedBox {
  border-bottom: solid #000 1px;
  margin-bottom: 10px;
}
span.Light-Italic {
  font-style: italic;
}
.span.Bold-Italic {
  font-style: italic;
}
.Header, .agenda31 {
  margin: 30px 0 20px;
  line-height: 1.2;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
}
.agenda30 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
} 
.agenda29 {
   margin: 20px 0;
} 
.ScHeader {
  margin: 30px 0 20px;
  line-height: 1.2;
  text-align: left;
  font-size: 22px;
  color: #6FBE4A;
  text-transform: uppercase;
}
.Date {
  text-align: left;
  line-height: 1.5;
  font-size: 18px;
  color: inherit;
  font-weight: 700;
  margin: 20px 0 20px;
  border-bottom: solid 1px;
  text-transform: uppercase;
  color: #77787B;
}
.ScDate {
  text-align: left;
  line-height: 1.2;
  font-size: 18px;
  color: inherit;
  font-weight: 400;
  margin: 30px 0 15px;
  border-bottom: solid 1px;
  text-transform: capitalize;
}
.date {
  float: right;
  font-size: 18px;
  font-weight: 700;
  margin: 30px 0 0;
  line-height: 1.5;
  text-transform: uppercase;
}
span.Time {
  color: #77787B;
}
.subNav {
  margin: 30px 0 30px 0;
  color: inherit;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}
#Day1, #Day2, #Day3 {
  content: "";
  display: block;
  height: 90px;
  /* fixed header height*/
  margin: -90px 0 0;
  /* negative fixed header height */
}
/*.subNav a {
  color: #BF311A;
  }*/

.Speaker {
  color: inherit;
  margin: 0 0 1px;
  font-size: 14px;
  font-style: italic;
}
.Session {
  color: inherit;
  margin: 20px 0px 3px 0px;
  font-size: 14px;
  font-weight: 700;
}
.Abstract {
  color: inherit;
  margin: 0px 0px 5px 0px;
  text-autospace: none;
  font-size: 14px;
  font-weight: 300;
}
.Keynote_Header_Shaded {
  background-color: #ddd;
  padding-left: 8px;
  padding-top: 8px;
  font-weight: 700;
}
.Header_Shaded {
  background-color: #ddd;
  padding-left: 8px;
  padding-top: 8px;
  font-weight: 700;
  margin-bottom: 0px;
}
.ScHeader_Shaded {
  background-color: #ddd;
  padding-left: 8px;
  padding-top: 8px;
  font-weight: 700;
  text-align: center;
}
ul.Abstract {
  display: table;
  padding-top: 5px;
}
ul.Abstract-Bullets_Shaded {
  background-color: #ddd;
  padding-right: 8px;
  padding-left: 35px;
}
ul.Abstract-Bullets_Shaded li {
  background-color: #ddd;
  padding-left: 8px;
  padding-right: 8px;
}
li.Abstract-Bullets_Shaded {
  background-color: #ddd;
  padding-left: 8px;
  padding-right: 8px;
}
ul.Abstract-list_Shaded {
    background-color: #ddd;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
.Session_Shaded {
  background-color: #ddd;
  padding-left: 8px;
  font-weight: 700;
  color: inherit;
  font-size: 14px;
  padding-right: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin: 0 0 0;
}
.Speaker_Shaded {
  background-color: #ddd;
  padding-left: 8px;
  color: inherit;
  font-size: 14px;
  font-style: italic;
  padding-right: 8px;
  margin: 0 0 0px;
}
.Abstract_Shaded {
  background-color: #ddd;
  padding-left: 8px;
  color: inherit;
  font-size: 14px;
  padding-bottom: 20px;
  padding-right: 8px;
  margin: 0px;
}
.Session_LinedBox {
  padding-top: 15px;
  padding-bottom: 5px;
  border-top: solid 1px #000;
  font-weight: 700;
  margin-top: 15px;
}
.Abstract_LinedBox {
  padding-top: 3px;
  padding-bottom: 15px;
  border-bottom: solid #000 1px;
  margin-bottom: 15px;
}
.Light-Italic {
  font-style: italic;
}
.Sponsored-Logos {
  float: right;
}
.Sponsored-Logos img {
  float: right;
  width: 90px;
}
.SpeakerFl {
  float: left;
  padding: 4px;
  margin-right: 10px;
  width: 90px;
}
img.SpeakerFl-Circle {
  float: left;
  padding: 4px;
  margin-right: 10px;
  width: 90px;
  border-radius: 50%; 
}
img.Speaker-Circle {
  border-radius: 50%;
}
.SponsorText {
  padding: 0;
  margin: 0;
}
.FloatLeft {
    float: left;
    vertical-align: top;
    margin-right: 6px;
    margin-left: 3px;
    margin-bottom: 3px;
    margin-top: 2px;
}

/* No-Wrapping */
.no-wrapping {
  display: inline-block;
}
.no-wrapping img {
  float: left;
}
.no-wrapping span {
  display: block;
  overflow: hidden;
}

/*Anchor tag adjustment*/
:target:before {
  content: "";
  display: block;
  height: 105px;
  /* fixed header height*/
  margin: -105px 0 0;
  /* negative fixed header height */
}

/*Responsive Video*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*Modal Override*/
.modal-content {
    background-color: transparent;
    background: none;
    border: 0px;
    box-shadow: none;
}
.modal-body {
    padding: 0px 0px;
    margin-top: -18px;
    margin-left: 5px;
    border-right: 15px solid #000;
    border-left: 10px solid #000;
}
.modal-header {
    border-bottom: 0px;
    padding: 15% 0px 0px 0px;
}
.close, .close:hover {
    color: #fff;
    font-size: 25px;
    opacity: 1;
    position: relative;
    z-index: 555;
}
/*Poster Modal*/
.poster-popup .modal-content {
  margin-top: 5%;
}

/*Archives Header*/
.archives-content-block {
  text-align:right;
  padding:5px;
  color:#ffffff;
  font-size:14px;
  font-weight:bold;
  margin-top:10px;
  background-color:#000000;
}
.archives-content-links {
  padding-bottom:5px;
  text-align:right;
  color:#000000;
  font-size:14px;
  font-weight:bold;
  padding-top:5px;
  margin-bottom:20px;
}

/*Room Location Override*/
span.location {
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
    background-color: #6d6e71;
    border-radius: 20px;
    margin-top: 10px;
    padding: 5px 10px;
    display: inline-block;
}
span.location:before {
    content: "Room Location: ";
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
    background-color: none;
}

/*Marquee Scroller*/
.sponsor-marquee {
   display: none;
   border-top: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
}
.sponsor-marquee img {
   padding: 10px;
}
.sponsor-marquee a, sponsor-marquee a:hover {
   text-decoration: none;
}
.str_wrap {
   height: 76px !important;
   overflow:hidden;
   zoom:1;
   width:100%;
   font-size:12px;
   line-height:16px;
   position:relative;
   -moz-user-select: none;
   -khtml-user-select: none;
   user-select: none;
   white-space:nowrap;
}
.str_move { 
   white-space:nowrap;
   position:absolute; 
   top:0; 
   left:0 ;
   cursor:move;
}
.str_origin {
    left: 0px;
}
.str_move_clone {
   display:inline-block;
   display:inline;
   zoom:1;
   vertical-align:top;
   position:absolute; 
   left:100%;
   top:0;
}
.str_vertical .str_move_clone {
   left:0;
   top:100%;
}
.str_down .str_move_clone {
   left:0;
   bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
   white-space:normal;
   width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
   cursor:inherit;
}
.str_wrap img {
  height: 70px;
  max-width:none !important;  
}

/*Sitefinity Override*/
.sfPageEditor .navbar {
    display: none;
}

a.speakerAnchor, a.anchor-link {
  display: block;
  height: 140px; /*same height as header*/
  margin-top: -140px; /*same height as header*/
  visibility: hidden;
}

/*Sponsor Tiers*/
.sponsor-tier {
    padding: 10px 20px;
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px 0px;
}
.sponsor-tier-inner {
    padding: 0px 20px;
}
ul.sponsor-tier-list  {
      position: relative;
      list-style: none;
      padding-left: 20px;
}
ul.sponsor-tier-list li {
    font-size: 16px;
    line-height: 1.2;   
    padding-bottom: 7px;   
}
ul.sponsor-tier-list li::before {
    content: "\00BB";
    position: absolute;
    left: 0;    
}

/*Carousel Fade Override*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.carousel .item {
    -webkit-transition: opacity 1s !important;
     -moz-transition: opacity 1s !important;
      -ms-transition: opacity 1s !important;
      -o-transition: opacity 1s !important;
      transition: opacity 1s !important;
 }
.light-weight {
  font-weight: 300;
}
.underline {
  text-decoration: underline;
}
.pageTitle, h1.page-title {
    font-size: 30px;
    color: #25408f;
    line-height: 1.25;
    margin-bottom: 0px;
    font-weight: 600;
    margin-top: 0px;
}
.extra-large-text {
    font-size: 44px;
    line-height: 1.15;
    color: #25408f;
}
.PHeader {    
    font-size: 28px;
    line-height: 1.25;
    padding-bottom: 10px;
    font-weight: 600;
}
.SHeader {
    font-size: 24px;
    line-height: 1.1;
}
.secondary-text {
    font-size: 20px;
    line-height: 1.2;
}
.terciary-text, .tertiary-text {
    font-size: 18px;
    line-height: 1.35;
}
.white, a .white, a.white, .white a, p.white {
  color: #fff;
}
.black, a .black, a.black, .black a, p.black {
  color: #000;
}
.blue, a .blue, a.blue, .blue a, p.blue {
  color: #25408f;
}
.grey, a .grey, a.grey, .grey a, p.grey {
  color: #6d6e71;
}

.imageResize {
  width: 100%;
  max-width: 100%;
}
h1.titleimage {
  margin-top: 0px;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.text-center {
  text-align: center;
}
p a:hover, a:hover {
  text-decoration: none;
}
.desktop-header {
  padding-top: 49px;
}
.mobile-header {
  padding-top: 53px;
}
.internal {
  padding: 120px 30px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .internal {
    padding: 20px 30px;
    background-color: #fff;
  }
}
/* Flush */
.flush {
  padding: 0px !important;
  margin: 0px !important;
}
.flush-top {
  padding-top: 0px !important;
  margin-top: 0px !important;
}
.flush-right {
  padding-right: 0px !important;
  margin-right: 0px !important;
}
.flush-bottom {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.flush-left {
  padding-left: 0px !important;
  margin-left: 0px !important;
}
.flush-lr {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* Padding */
.padded {
  padding: 15px;
}
.pad-top {
  padding-top: 15px;
}
.pad-right {
  padding-right: 15px;
}
.pad-bottom {
  padding-bottom: 15px;
}
.pad-left {
  padding-left: 15px;
}
.pad-lr {
  padding-right: 10px;
  padding-left: 10px;
}
/* EndHelper Classes */

/* Sidebar */

.social-icons {
  text-align: center;
}
.social-icon {
  padding-right: 3px;
}
.sidebar a {
  color: #0e1422;
  text-decoration: underline;
}
.homepage-social {
  float: right;
}
.homepage-hashtag, .sidebar-hashtag {
  color: #949494;
}
.homepage-hashtag {
  float: left;
  padding-top: 7px;
}
.sidebar-hashtag {
  color: #7f7f7f;
  font-size: 14px;
  margin: 7px 0px;
  text-align: center;
}
.sidebar-item {
  padding: 15px 0px 0px 0px;
}
.sponsors-sidebar {
  text-align: center;
}
/* --- Track Nav --- */

.tracknav {
  display: block !important;
  margin-bottom: 55px;
  padding: 15px 0px;
}
.tracknav a {
  display: block;
  height: 40px;
  float: left;
  text-align: center;
  margin: 5px 3px;
  padding: 10px 10px 10px 10px;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  border-radius: 5px;
}
.tracknav a:hover {
  color: #ffffff;
  display: block;
}
@media screen and (min-width: 990px) {
  .tracknav a {
    min-width: 106px;
  }
}
@media screen and (min-width: 1200px) {
  .tracknav a {
    min-width: 131px;
  }
}
@media (max-width: 1090px) {
  .tracknav {
    margin-bottom: 305px;
  }
  .tracknav a {
    width: 100%;
  }
}
/* --- EndTrack Nav --- */

/* ---  Forms --- */

.formline {
  margin-bottom: 15px;
}
.design-textfield {
  float: left;
}
ol.design_list_horizontal li {
  display: inline;
}
ol.design_list_vertical {
  list-style-type: none;
}
ol.design_list_vertical li {
  padding: 5px 0px;
}
ol.radio-contact {
  padding-left: 0px;
}
input[type="radio"], input[type="checkbox"] {
  margin-right: 5px;
}
.formrow {
  margin-bottom: 10px;
}
.design_content ol {
  padding-left: 7px;
}
label {
  display: inline;
  font-weight: 400;
}
/* --- OVERRIDE OF EKTRON STYLESHEET --- */

#design_content .design_textfield, div.design_content .design_textfield {
  width: 100%;
  height: auto;
}
#design_content, div.design_content {
  overflow: inherit;
}
.design_validation_failed {
  border: 2px solid red !important;
}
span.design_validation_failed {
  border: 0px !important;
}
input.design_validation_failed {
  background: #fee;
  border: 2px solid red;
}
span.design_validation_failed select {
  background: #fee;
  border: 2px solid red;
}
/* --- End Forms--- */

/* --- Footer Mobile --- */

@media (max-width: 776px) {
  #footerwrapper p {
    text-align: center;
  }
  .contact {
    width: 60%;
    margin: 0 auto;
    text-align: center !important;
  }
}
/* --- End Footer Mobile --- */

/* New Footer */

.footer {
  background-color: rgb(54, 54, 54);
  color: #fff;
  padding: 20px 0px;
  padding-top: 30px;
}
.footer .row {
  background-color: rgb(54, 54, 54);
}
.footer hr {
  border-top: 1px solid #fff;
}
.footer a {
  color: #b7b7b7;
  text-decoration: none;
}
.footer a:hover {
  color: #fff;
}
.footer-border {
  border-left: 1px solid #fff;
}
.footer-social-icons {
  padding-right: 10px;
}
.CII-footer {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .footer-small {
    width: 100%;
  }
  .footer-small-inner {
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .footer-social {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
/*Sponsor lists*/
.sponsor-header {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}
ul.sponsor-list {
  padding-left: 0px;
}
.sponsor-list {
  text-align: center;
  padding-top: 1em;
}
.sponsor-list li {
  display: inline-block;
  margin-right: 0;
  text-align: center;
  margin: 0 0.5em 1em;
}
.sponsor-list a {
  display: block;
}
.sponsor-bars {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .sponsor-list li {
    margin-right: 18px;
    margin-bottom: 18px;
  }
  .sponsor-list li img {
    max-width: 100%;
  }
}
/*Text Styles*/

.sponsored-by {
  float: right;
  vertical-align: top;
  margin: 0px 3px 3px 8px;
  font-size: 10px;
  line-height: 1.2;
  font-style: italic;
}

/*Quicklinks Styles*/

ul.qlLinks {
  padding-left: 18px;
  padding-bottom: 5px;
}
.qlTitle {
  font-weight: bold;
}


/*Track Header Styles*/
.internal h1 {
  margin: 0px;
  padding: 0px;
  line-height: 1.1;
  font-size: 30px;
  font-weight: 500;
}
.internal h2 {
    font-weight: 400;
    font-size: 20px;
    margin: 3px 0px 7px 0px;
    padding: 0px;
    line-height: 1.3;
    color: #555;
}
.internal h2 em {
  font-style: normal;
}
.internal h3 {
  margin: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.internal h4 {
  font-weight: 400;
  font-size: 15px;
  margin: 0px 0px 0px 0px;
  line-height: 1.3;
  text-transform: uppercase;
}
.internal h1, .internal h3, .internal h4 {
    color: #3a3836;
}

/* Webtext styles */
.posterCompany {
  border-bottom: solid #000 1px;
}
.Abstract_LinedBox {
  border-bottom: solid #000 1px;
  margin-bottom: 10px;
}
span.Light-Italic {
  font-style: italic;
}
.span.Bold-Italic {
  font-style: italic;
}
.Header, .agenda31 {
  margin: 30px 0 20px;
  line-height: 1.2;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
}
.agenda30 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
} 
.agenda29 {
   margin: 20px 0;
} 
.ScHeader {
  margin: 30px 0 20px;
  line-height: 1.2;
  text-align: left;
  font-size: 22px;
  color: #6FBE4A;
  text-transform: uppercase;
}
.Date {
  text-align: left;
  line-height: 1.5;
  font-size: 18px;
  color: inherit;
  font-weight: 700;
  margin: 20px 0 20px;
  border-bottom: solid 1px;
  text-transform: uppercase;
  color: #77787B;
}
.ScDate {
  text-align: left;
  line-height: 1.2;
  font-size: 18px;
  color: inherit;
  font-weight: 400;
  margin: 30px 0 15px;
  border-bottom: solid 1px;
  text-transform: capitalize;
}
.date {
  float: right;
  font-size: 18px;
  font-weight: 700;
  margin: 30px 0 0;
  line-height: 1.5;
  text-transform: uppercase;
}
span.Time {
  color: #77787B;
}
.subNav {
  margin: 30px 0 30px 0;
  color: inherit;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}
#Day1, #Day2, #Day3 {
  content: "";
  display: block;
  height: 90px;
  /* fixed header height*/
  margin: -90px 0 0;
  /* negative fixed header height */
}
/*.subNav a {
  color: #BF311A;
  }*/

.Speaker {
  color: inherit;
  margin: 0 0 1px;
  font-size: 14px;
  font-style: italic;
}
.Session {
  color: inherit;
  margin: 20px 0px 3px 0px;
  font-size: 14px;
  font-weight: 700;
}
.Abstract {
  color: inherit;
  margin: 0px 0px 5px 0px;
  text-autospace: none;
  font-size: 14px;
  font-weight: 300;
}
.Keynote_Header_Shaded {
  background-color: #ddd;
  padding-left: 8px;
  padding-top: 8px;
  font-weight: 700;
}
.Header_Shaded {
  background-color: #ddd;
  padding-left: 8px;
  padding-top: 8px;
  font-weight: 700;
  margin-bottom: 0px;
}
.ScHeader_Shaded {
  background-color: #ddd;
  padding-left: 8px;
  padding-top: 8px;
  font-weight: 700;
  text-align: center;
}
ul.Abstract {
  display: table;
  padding-top: 5px;
}
ul.Abstract-Bullets_Shaded {
  background-color: #ddd;
  padding-right: 8px;
  padding-left: 35px;
}
ul.Abstract-Bullets_Shaded li {
  background-color: #ddd;
  padding-left: 8px;
  padding-right: 8px;
}
li.Abstract-Bullets_Shaded {
  background-color: #ddd;
  padding-left: 8px;
  padding-right: 8px;
}
ul.Abstract-list_Shaded {
    background-color: #ddd;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
.Session_Shaded {
  background-color: #ddd;
  padding-left: 8px;
  font-weight: 700;
  color: inherit;
  font-size: 14px;
  padding-right: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin: 0 0 0;
}
.Speaker_Shaded {
  background-color: #ddd;
  padding-left: 8px;
  color: inherit;
  font-size: 14px;
  font-style: italic;
  padding-right: 8px;
  margin: 0 0 0px;
}
.Abstract_Shaded {
  background-color: #ddd;
  padding-left: 8px;
  color: inherit;
  font-size: 14px;
  padding-bottom: 20px;
  padding-right: 8px;
  margin: 0px;
}
.Session_LinedBox {
  padding-top: 15px;
  padding-bottom: 5px;
  border-top: solid 1px #000;
  font-weight: 700;
  margin-top: 15px;
}
.Abstract_LinedBox {
  padding-top: 3px;
  padding-bottom: 15px;
  border-bottom: solid #000 1px;
  margin-bottom: 15px;
}
.Light-Italic {
  font-style: italic;
}
.Sponsored-Logos {
  float: right;
}
.Sponsored-Logos img {
  float: right;
  width: 90px;
}
.SpeakerFl {
  float: left;
  padding: 4px;
  margin-right: 10px;
  width: 90px;
}
img.SpeakerFl-Circle {
  float: left;
  padding: 4px;
  margin-right: 10px;
  width: 90px;
  border-radius: 50%; 
}
img.Speaker-Circle {
  border-radius: 50%;
}
.SponsorText {
  padding: 0;
  margin: 0;
}
.FloatLeft {
    float: left;
    vertical-align: top;
    margin-right: 6px;
    margin-left: 3px;
    margin-bottom: 3px;
    margin-top: 2px;
}

/* No-Wrapping */
.no-wrapping {
  display: inline-block;
}
.no-wrapping img {
  float: left;
}
.no-wrapping span {
  display: block;
  overflow: hidden;
}

/*Anchor tag adjustment*/
:target:before {
  content: "";
  display: block;
  height: 105px;
  /* fixed header height*/
  margin: -105px 0 0;
  /* negative fixed header height */
}

/*Responsive Video*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*Modal Override*/
.modal-content {
    background-color: transparent;
    background: none;
    border: 0px;
    box-shadow: none;
}
.modal-body {
    padding: 0px 0px;
    margin-top: -18px;
    margin-left: 5px;
    border-right: 15px solid #000;
    border-left: 10px solid #000;
}
.modal-header {
    border-bottom: 0px;
    padding: 15% 0px 0px 0px;
}
.close, .close:hover {
    color: #fff;
    font-size: 25px;
    opacity: 1;
    position: relative;
    z-index: 555;
}
/*Poster Modal*/
.poster-popup .modal-content {
  margin-top: 5%;
}

/*Archives Header*/
.archives-content-block {
  text-align:right;
  padding:5px;
  color:#ffffff;
  font-size:14px;
  font-weight:bold;
  margin-top:10px;
  background-color:#000000;
}
.archives-content-links {
  padding-bottom:5px;
  text-align:right;
  color:#000000;
  font-size:14px;
  font-weight:bold;
  padding-top:5px;
  margin-bottom:20px;
}

/*Room Location Override*/
span.location {
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
    background-color: #6d6e71;
    border-radius: 20px;
    margin-top: 10px;
    padding: 5px 10px;
    display: inline-block;
}
span.location:before {
    content: "Room Location: ";
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
    background-color: none;
}

/*Marquee Scroller*/
.sponsor-marquee {
   display: none;
   border-top: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
}
.sponsor-marquee img {
   padding: 10px;
}
.sponsor-marquee a, sponsor-marquee a:hover {
   text-decoration: none;
}
.str_wrap {
   height: 76px !important;
   overflow:hidden;
   zoom:1;
   width:100%;
   font-size:12px;
   line-height:16px;
   position:relative;
   -moz-user-select: none;
   -khtml-user-select: none;
   user-select: none;
   white-space:nowrap;
}
.str_move { 
   white-space:nowrap;
   position:absolute; 
   top:0; 
   left:0 ;
   cursor:move;
}
.str_origin {
    left: 0px;
}
.str_move_clone {
   display:inline-block;
   display:inline;
   zoom:1;
   vertical-align:top;
   position:absolute; 
   left:100%;
   top:0;
}
.str_vertical .str_move_clone {
   left:0;
   top:100%;
}
.str_down .str_move_clone {
   left:0;
   bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
   white-space:normal;
   width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
   cursor:inherit;
}
.str_wrap img {
  height: 70px;
  max-width:none !important;  
}

/*Sitefinity Override*/
.sfPageEditor .navbar {
    display: none;
}

a.speakerAnchor, a.anchor-link {
  display: block;
  height: 140px; /*same height as header*/
  margin-top: -140px; /*same height as header*/
  visibility: hidden;
}

/*Sponsor Tiers*/
.sponsor-tier {
    padding: 10px 20px;
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px 0px;
}
.sponsor-tier-inner {
    padding: 0px 20px;
}
ul.sponsor-tier-list  {
      position: relative;
      list-style: none;
      padding-left: 20px;
}
ul.sponsor-tier-list li {
    font-size: 16px;
    line-height: 1.2;   
    padding-bottom: 7px;   
}
ul.sponsor-tier-list li::before {
    content: "\00BB";
    position: absolute;
    left: 0;    
}

/*Carousel Fade Override*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.carousel .item {
    -webkit-transition: opacity 1s !important;
     -moz-transition: opacity 1s !important;
      -ms-transition: opacity 1s !important;
      -o-transition: opacity 1s !important;
      transition: opacity 1s !important;
 }body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
}
/*Font Styles*/
hr {
  border-top: 2px solid #3b3b3c;
}
.medium-weight {
  font-weight: 600;
}
.light-weight {
  font-weight: 300;
}
.underline {
  text-decoration: underline;
}
.pageTitle, h1.page-title {
    font-size: 30px;
    color: #25408f;
    line-height: 1.25;
    margin-bottom: 0px;
    font-weight: 600;
    margin-top: 0px;
}
.extra-large-text {
    font-size: 44px;
    line-height: 1.15;
}
.PHeader {    
    font-size: 28px;
    line-height: 1.25;
    padding-bottom: 10px;
    font-weight: 600;
}
.SHeader {
    font-size: 24px;
    line-height: 1.1;
}
.secondary-text {
    font-size: 20px;
    line-height: 1.2;
}
.terciary-text, .tertiary-text {
    font-size: 18px;
    line-height: 1.35;
}
.white, a .white, a.white, .white a, p.white {
  color: #fff;
}
.black, a .black, a.black, .black a, p.black {
  color: #000;
}
.blue, a .blue, a.blue, .blue a, p.blue {
  color: #25408f;
}
.grey, a .grey, a.grey, .grey a, p.grey {
  color: #6d6e71;
}

.imageResize {
  width: 100%;
  max-width: 100%;
}
h1.titleimage {
  margin-top: 0px;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.text-center {
  text-align: center;
}
p a:hover, a:hover {
  text-decoration: none;
}
.desktop-header {
  padding-top: 49px;
}
.mobile-header {
  padding-top: 53px;
}
.internal {
  padding: 120px 30px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .internal {
    padding: 20px 30px;
    background-color: #fff;
  }
}
/* Flush */
.flush {
  padding: 0px !important;
  margin: 0px !important;
}
.flush-top {
  padding-top: 0px !important;
  margin-top: 0px !important;
}
.flush-right {
  padding-right: 0px !important;
  margin-right: 0px !important;
}
.flush-bottom {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.flush-left {
  padding-left: 0px !important;
  margin-left: 0px !important;
}
.flush-lr {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* Padding */
.padded {
  padding: 15px;
}
.pad-top {
  padding-top: 15px;
}
.pad-right {
  padding-right: 15px;
}
.pad-bottom {
  padding-bottom: 15px;
}
.pad-left {
  padding-left: 15px;
}
.pad-lr {
  padding-right: 10px;
  padding-left: 10px;
}
/* EndHelper Classes */

/* Sidebar */

.social-icons {
  text-align: center;
}
.social-icon {
  padding-right: 3px;
}
.sidebar a {
  color: #0e1422;
  text-decoration: underline;
}
.homepage-social {
  float: right;
}
.homepage-hashtag, .sidebar-hashtag {
  color: #949494;
}
.homepage-hashtag {
  float: left;
  padding-top: 7px;
}
.sidebar-hashtag {
  color: #7f7f7f;
  font-size: 14px;
  margin: 7px 0px;
  text-align: center;
}
.sidebar-item {
  padding: 15px 0px 0px 0px;
}
.sponsors-sidebar {
  text-align: center;
}
/* --- Track Nav --- */

.tracknav {
  display: block !important;
  margin-bottom: 55px;
  padding: 15px 0px;
}
.tracknav a {
  display: block;
  height: 40px;
  float: left;
  text-align: center;
  margin: 5px 3px;
  padding: 10px 10px 10px 10px;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  border-radius: 5px;
}
.tracknav a:hover {
  color: #ffffff;
  display: block;
}
@media screen and (min-width: 990px) {
  .tracknav a {
    min-width: 106px;
  }
}
@media screen and (min-width: 1200px) {
  .tracknav a {
    min-width: 131px;
  }
}
@media (max-width: 1090px) {
  .tracknav {
    margin-bottom: 305px;
  }
  .tracknav a {
    width: 100%;
  }
}
/* --- EndTrack Nav --- */

/* ---  Forms --- */

.formline {
  margin-bottom: 15px;
}
.design-textfield {
  float: left;
}
ol.design_list_horizontal li {
  display: inline;
}
ol.design_list_vertical {
  list-style-type: none;
}
ol.design_list_vertical li {
  padding: 5px 0px;
}
ol.radio-contact {
  padding-left: 0px;
}
input[type="radio"], input[type="checkbox"] {
  margin-right: 5px;
}
.formrow {
  margin-bottom: 10px;
}
.design_content ol {
  padding-left: 7px;
}
label {
  display: inline;
  font-weight: 400;
}
/* --- OVERRIDE OF EKTRON STYLESHEET --- */

#design_content .design_textfield, div.design_content .design_textfield {
  width: 100%;
  height: auto;
}
#design_content, div.design_content {
  overflow: inherit;
}
.design_validation_failed {
  border: 2px solid red !important;
}
span.design_validation_failed {
  border: 0px !important;
}
input.design_validation_failed {
  background: #fee;
  border: 2px solid red;
}
span.design_validation_failed select {
  background: #fee;
  border: 2px solid red;
}
/* --- End Forms--- */

/* --- Footer Mobile --- */

@media (max-width: 776px) {
  #footerwrapper p {
    text-align: center;
  }
  .contact {
    width: 60%;
    margin: 0 auto;
    text-align: center !important;
  }
}
/* --- End Footer Mobile --- */

/* New Footer */

.footer {
  background-color: rgb(54, 54, 54);
  color: #fff;
  padding: 20px 0px;
  padding-top: 30px;
}
.footer .row {
  background-color: rgb(54, 54, 54);
}
.footer hr {
  border-top: 1px solid #fff;
}
.footer a {
  color: #b7b7b7;
  text-decoration: none;
}
.footer a:hover {
  color: #fff;
}
.footer-border {
  border-left: 1px solid #fff;
}
.footer-social-icons {
  padding-right: 10px;
}
.CII-footer {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .footer-small {
    width: 100%;
  }
  .footer-small-inner {
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .footer-social {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
/*Sponsor lists*/
.sponsor-header {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}
ul.sponsor-list {
  padding-left: 0px;
}
.sponsor-list {
  text-align: center;
  padding-top: 1em;
}
.sponsor-list li {
  display: inline-block;
  margin-right: 0;
  text-align: center;
  margin: 0 0.5em 1em;
}
.sponsor-list a {
  display: block;
}
.sponsor-bars {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .sponsor-list li {
    margin-right: 18px;
    margin-bottom: 18px;
  }
  .sponsor-list li img {
    max-width: 100%;
  }
}
/*Text Styles*/

.sponsored-by {
  float: right;
  vertical-align: top;
  margin: 0px 3px 3px 8px;
  font-size: 10px;
  line-height: 1.2;
  font-style: italic;
}

/*Quicklinks Styles*/

ul.qlLinks {
  padding-left: 18px;
  padding-bottom: 5px;
}
.qlTitle {
  font-weight: bold;
}


/*Track Header Styles*/
.internal h1 {
  margin: 0px;
  padding: 0px;
  line-height: 1.1;
  font-size: 30px;
  font-weight: 500;
}
.internal h2 {
    font-weight: 400;
    font-size: 20px;
    margin: 3px 0px 7px 0px;
    padding: 0px;
    line-height: 1.3;
    color: #555;
}
.internal h2 em {
  font-style: normal;
}
.internal h3 {
  margin: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.internal h4 {
  font-weight: 400;
  font-size: 15px;
  margin: 0px 0px 0px 0px;
  line-height: 1.3;
  text-transform: uppercase;
}
.internal h1, .internal h3, .internal h4 {
    color: #3a3836;
}

/* Webtext styles */
.posterCompany {
  border-bottom: solid #000 1px;
}
.Abstract_LinedBox {
  border-bottom: solid #000 1px;
  margin-bottom: 10px;
}
span.Light-Italic {
  font-style: italic;
}
.span.Bold-Italic {
  font-style: italic;
}
.Header, .agenda31 {
  margin: 30px 0 20px;
  line-height: 1.2;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
}
.agenda30 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
} 
.agenda29 {
   margin: 20px 0;
} 
.ScHeader {
  margin: 30px 0 20px;
  line-height: 1.2;
  text-align: left;
  font-size: 22px;
  color: #6FBE4A;
  text-transform: uppercase;
}
.Date {
  text-align: left;
  line-height: 1.5;
  font-size: 18px;
  color: inherit;
  font-weight: 700;
  margin: 20px 0 20px;
  border-bottom: solid 1px;
  text-transform: uppercase;
  color: #77787B;
}
.ScDate {
  text-align: left;
  line-height: 1.2;
  font-size: 18px;
  color: inherit;
  font-weight: 400;
  margin: 30px 0 15px;
  border-bottom: solid 1px;
  text-transform: capitalize;
}
.date {
  float: right;
  font-size: 18px;
  font-weight: 700;
  margin: 30px 0 0;
  line-height: 1.5;
  text-transform: uppercase;
}
span.Time {
  color: #77787B;
}
.subNav {
  margin: 30px 0 30px 0;
  color: inherit;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}
#Day1, #Day2, #Day3 {
  content: "";
  display: block;
  height: 90px;
  /* fixed header height*/
  margin: -90px 0 0;
  /* negative fixed header height */
}
/*.subNav a {
  color: #BF311A;
  }*/

.Speaker {
  color: inherit;
  margin: 0 0 1px;
  font-size: 14px;
  font-style: italic;
}
.Session {
  color: inherit;
  margin: 20px 0px 3px 0px;
  font-size: 14px;
  font-weight: 700;
}
.Abstract {
  color: inherit;
  margin: 0px 0px 5px 0px;
  text-autospace: none;
  font-size: 14px;
  font-weight: 300;
}
.Keynote_Header_Shaded {
  background-color: #ddd;
  padding-left: 8px;
  padding-top: 8px;
  font-weight: 700;
}
.Header_Shaded {
  background-color: #ddd;
  padding-left: 8px;
  padding-top: 8px;
  font-weight: 700;
  margin-bottom: 0px;
}
.ScHeader_Shaded {
  background-color: #ddd;
  padding-left: 8px;
  padding-top: 8px;
  font-weight: 700;
  text-align: center;
}
ul.Abstract {
  display: table;
  padding-top: 5px;
}
ul.Abstract-Bullets_Shaded {
  background-color: #ddd;
  padding-right: 8px;
  padding-left: 35px;
}
ul.Abstract-Bullets_Shaded li {
  background-color: #ddd;
  padding-left: 8px;
  padding-right: 8px;
}
li.Abstract-Bullets_Shaded {
  background-color: #ddd;
  padding-left: 8px;
  padding-right: 8px;
}
ul.Abstract-list_Shaded {
    background-color: #ddd;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
.Session_Shaded {
  background-color: #ddd;
  padding-left: 8px;
  font-weight: 700;
  color: inherit;
  font-size: 14px;
  padding-right: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin: 0 0 0;
}
.Speaker_Shaded {
  background-color: #ddd;
  padding-left: 8px;
  color: inherit;
  font-size: 14px;
  font-style: italic;
  padding-right: 8px;
  margin: 0 0 0px;
}
.Abstract_Shaded {
  background-color: #ddd;
  padding-left: 8px;
  color: inherit;
  font-size: 14px;
  padding-bottom: 20px;
  padding-right: 8px;
  margin: 0px;
}
.Session_LinedBox {
  padding-top: 15px;
  padding-bottom: 5px;
  border-top: solid 1px #000;
  font-weight: 700;
  margin-top: 15px;
}
.Abstract_LinedBox {
  padding-top: 3px;
  padding-bottom: 15px;
  border-bottom: solid #000 1px;
  margin-bottom: 15px;
}
.Light-Italic {
  font-style: italic;
}
.Sponsored-Logos {
  float: right;
}
.Sponsored-Logos img {
  float: right;
  width: 90px;
}
.SpeakerFl {
  float: left;
  padding: 4px;
  margin-right: 10px;
  width: 90px;
}
img.SpeakerFl-Circle {
  float: left;
  padding: 4px;
  margin-right: 10px;
  width: 90px;
  border-radius: 50%; 
}
img.Speaker-Circle {
  border-radius: 50%;
}
.SponsorText {
  padding: 0;
  margin: 0;
}
.FloatLeft {
    float: left;
    vertical-align: top;
    margin-right: 6px;
    margin-left: 3px;
    margin-bottom: 3px;
    margin-top: 2px;
}

/* No-Wrapping */
.no-wrapping {
  display: inline-block;
}
.no-wrapping img {
  float: left;
}
.no-wrapping span {
  display: block;
  overflow: hidden;
}

/*Anchor tag adjustment*/
:target:before {
  content: "";
  display: block;
  height: 105px;
  /* fixed header height*/
  margin: -105px 0 0;
  /* negative fixed header height */
}

/*Responsive Video*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*Modal Override*/
.modal-content {
    background-color: transparent;
    background: none;
    border: 0px;
    box-shadow: none;
}
.modal-body {
    padding: 0px 0px;
    margin-top: -18px;
    margin-left: 5px;
    border-right: 15px solid #000;
    border-left: 10px solid #000;
}
.modal-header {
    border-bottom: 0px;
    padding: 15% 0px 0px 0px;
}
.close, .close:hover {
    color: #fff;
    font-size: 25px;
    opacity: 1;
    position: relative;
    z-index: 555;
}
/*Poster Modal*/
.poster-popup .modal-content {
  margin-top: 5%;
}

/*Archives Header*/
.archives-content-block {
  text-align:right;
  padding:5px;
  color:#ffffff;
  font-size:14px;
  font-weight:bold;
  margin-top:10px;
  background-color:#000000;
}
.archives-content-links {
  padding-bottom:5px;
  text-align:right;
  color:#000000;
  font-size:14px;
  font-weight:bold;
  padding-top:5px;
  margin-bottom:20px;
}

/*Room Location Override*/
span.location {
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
    background-color: #6d6e71;
    border-radius: 20px;
    margin-top: 10px;
    padding: 5px 10px;
    display: inline-block;
}
span.location:before {
    content: "Room Location: ";
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
    background-color: none;
}

/*Marquee Scroller*/
.sponsor-marquee {
   display: none;
   border-top: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
}
.sponsor-marquee img {
   padding: 10px;
}
.sponsor-marquee a, sponsor-marquee a:hover {
   text-decoration: none;
}
.str_wrap {
   height: 76px !important;
   overflow:hidden;
   zoom:1;
   width:100%;
   font-size:12px;
   line-height:16px;
   position:relative;
   -moz-user-select: none;
   -khtml-user-select: none;
   user-select: none;
   white-space:nowrap;
}
.str_move { 
   white-space:nowrap;
   position:absolute; 
   top:0; 
   left:0 ;
   cursor:move;
}
.str_origin {
    left: 0px;
}
.str_move_clone {
   display:inline-block;
   display:inline;
   zoom:1;
   vertical-align:top;
   position:absolute; 
   left:100%;
   top:0;
}
.str_vertical .str_move_clone {
   left:0;
   top:100%;
}
.str_down .str_move_clone {
   left:0;
   bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
   white-space:normal;
   width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
   cursor:inherit;
}
.str_wrap img {
  height: 70px;
  max-width:none !important;  
}

/*Sitefinity Override*/
.sfPageEditor .navbar {
    display: none;
}

a.speakerAnchor, a.anchor-link {
  display: block;
  height: 140px; /*same height as header*/
  margin-top: -140px; /*same height as header*/
  visibility: hidden;
}

/*Sponsor Tiers*/
.sponsor-tier {
    padding: 10px 20px;
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px 0px;
}
.sponsor-tier-inner {
    padding: 0px 20px;
}
ul.sponsor-tier-list  {
      position: relative;
      list-style: none;
      padding-left: 20px;
}
ul.sponsor-tier-list li {
    font-size: 16px;
    line-height: 1.2;   
    padding-bottom: 7px;   
}
ul.sponsor-tier-list li::before {
    content: "\00BB";
    position: absolute;
    left: 0;    
}

/*Carousel Fade Override*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.carousel .item {
    -webkit-transition: opacity 1s !important;
     -moz-transition: opacity 1s !important;
      -ms-transition: opacity 1s !important;
      -o-transition: opacity 1s !important;
      transition: opacity 1s !important;
 }


 /*Footer Social*/
.homepage-social-bottom {
    background-color: #808285;
    padding: 15px 0px;
}
.hashtag-home {
    display: inline;
    padding-left: 6px;
    color: #fff;
    font-size: 16px;
}
/*End Footer Social*/