* {
    margin: 0;
    padding: 0;
}


body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
}


/*Wallpaper Styles*/

.ADbodyImg {
    display: block;
    width: 100vw;
    height: 110vh;
    object-fit: cover;
    position: fixed;
}

.ADbodyImg a {
        position: absolute;
        display: block;
        width: 100%;
        z-index: 0;
        left: 1px;
    }

.ADbodyLink {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 1px;
}



.relativeposition {
    position: relative;
}

@media screen and (max-width: 1160px) {
    a.adlink {
        display: none;
    }
}

@media screen and (min-width: 1900px) {
    .ADbodyImg img {
        height: 100vh !important;
    }
}

@media screen and (min-width: 1945px) {
    .ADbodyImg img {
        height: 130vh !important;
        object-fit: none;
    }
}


/*End Wallpaper Styles*/


.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: 25px 30px;
  background-color: #fff;
}

.internalHeader {
    padding: 0px 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;
}



/* ---  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;
  }
}






/*Navigation Styles*/
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: left;
}
.navbar {
    margin-bottom: 0px;
    border-radius:0px;
 
}
.navbar-collapse {
  padding: 0px;
}
.navbar-nav {
  padding-right: 50px;
}
.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
}
.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, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        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;
}
/*Content Styles*/

.page-Title h1 {
    padding-bottom: 15px;
}

.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 {
   
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
}
.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 {
  margin: 30px 0 20px;
  line-height: 1.2;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
}
.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.8;
  font-size: 18px;
  color: inherit;
  font-weight: 700;
  margin: 40px 0 29px;
  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;
  line-height: 1.2;
  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;
  line-height: 1.2;
  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-left: 8px;
  padding-top: 8px;
  padding-right: 8px;
}
ul.Abstract-Bullets_Shaded li {
  background-color: #ddd;
  padding-left: 8px;
  padding-top: 8px;
  padding-right: 8px;
}
li.Abstract-Bullets_Shaded {
  background-color: #ddd;
  padding-left: 8px;
  padding-top: 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;
  line-height: 1.2;
  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;
  line-height: 1.2;
  font-size: 14px;
  font-style: italic;
  padding-right: 8px;
  margin: 0 0 0px;
}
.Abstract_Shaded {
  background-color: #ddd;
  padding-left: 8px;
  color: inherit;
  line-height: 1.2;
  font-size: 14px;
  padding-bottom: 20px;
  padding-right: 8px;
  margin: 0px;
}
.Session_LinedBox {
  padding-top: 10px;
  padding-bottom: 5px;
  border-top: solid 1px #000;
  font-weight: 700;
  margin-top: 15px;
}
.Abstract_LinedBox {
  padding-top: 3px;
  padding-bottom: 10px;
  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: -15px;
    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;
}

/*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: 70px;
   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_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;
}
