body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
}
.imageResize {
  width: 100%;
  max-width: 100%;
}
h1.titleimage {
  margin-top: 0px;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.text-center {
  text-align: center;
}
.block-center {
  display: block;
  margin: 0 auto;
}
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;
  }
}

/*Text Sizes*/
.global-secondary-text {
    font-size: 20px;
}
.global-SHeader {
    font-size: 24px;
}
.global-terciary-text, .global-tertiary-text {
    font-size: 16px;
    line-height: 1.4;
}
.global-extra-large-text {
    font-size: 44px;
    line-height: 1.2;
}


/* 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;
}



/*Footer Mobile*/
@media (max-width: 776px) {
  #footerwrapper p {
    text-align: center;
  }
  .contact {
    width: 60%;
    margin: 0 auto;
    text-align: center !important;
  }
}
/* End Footer Mobil*/


/* 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%;
  }
}

/*Quicklinks Styles*/
ul.qlLinks {
  padding-left: 18px;
  padding-bottom: 5px;
}
.qlTitle {
  font-weight: bold;
}

/*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: 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 */
.red-highlight {
    color: #ff0000;
}
.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;
  margin: -90px 0 0;
}

.sponsored-by {
  float: right;
  vertical-align: top;
  margin: 0px 3px 3px 8px;
  font-size: 10px;
  line-height: 1.2;
  font-style: italic;
}

.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;
}



/*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;
}

/*Custom Mosaic Carousel*/
.w3-animate-zoom-1 {animation:animatezoom 1.1s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-zoom-2 {animation:animatezoom 1.7s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-zoom-3 {animation:animatezoom 1.2s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-zoom-4 {animation:animatezoom 1.5s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}  

.w3-animate-opacity{animation:opac 2s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-opacity-2{animation:opac 3.5s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-opacity-3{animation:opac 4.5s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-opacity-4{animation:opac 9.5s}@keyframes opac{from{opacity:0} to{opacity:1}}

.w3-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-animate-top{position:relative;animation:animatetop 2.9s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;animation:animateleft 1.9s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;animation:animateright 1.9s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom .5s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}


.carousel-control .glyphicon-chevron-right, .carousel-control .glyphicon-chevron-left {
    /*margin-top: -200px !important;*/

}

.mosaic-1 {
    z-index: 9;
    margin-top: 12px;
    margin-left: 30px;
}   
.mosaic-2 {
    margin-left: -217px;
    margin-top: 205px;
    z-index: 91;
}
.mosaic-3 {
    margin-left: -96px;
    margin-top: 26px;
    z-index: 9;
}
.mosaic-4 {
    margin-left: -40px;
    margin-top: 75px;
}
#custom-home-carousel img {
    width: 100%;
    max-width: 100%;
}
@media screen and (max-width: 1199px) {
    .mosaic-1 {
        margin-left: 58px;
    }
}
@media screen and (max-width: 991px) {
    .mosaic-1 {
        margin-left: 65px;
    }
}
@media screen and (max-width: 767px) {
    .mosaic-2 {
        margin-left: -187px;
        margin-top: 128px;
    }
    .mosaic-3 {
        margin-left: -72px;
    }   
}
@media screen and (max-width: 499px) {
    .mosaic-1 {
        margin-left: 35px;
    }
    .mosaic-2 {
        margin-left: -82px;
        margin-top: 103px;
    }
    .mosaic-3 {
        margin-left: -38px;
    }
}
/*End Mosaic Carousel*/

/*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;
 }

/*Sponsor Group Logo Upgrade*/
.sponsors-group {
    text-align: center;
}
.sponsors-group img {
    margin: 0px 18px 22px 18px;
}

/*No-Wrap SF Upgrade*/
.no-wrap img {
    float: left;
    padding-right: 15px;
}
.no-wrap p, .no-wrap div {
    overflow: hidden;
}

/*Sponsor Marquee Upgrade*/
.marquee {
  overflow: hidden;
  width: 100%;
}
.marquee-inner {
  display: inline-block;
  animation: marquee 40s linear infinite;
  overflow: auto;
  white-space: nowrap;
}
.marquee:hover .marquee-inner {
  animation-play-state: paused;
}
.marquee a {
  display: inline-block;
  padding-right: 35px;
}
.marquee img {
  max-height: 100px;
  
}
.marquee a:last-of-type {
  margin-right: 0;
}
.marquee a:hover {
  opacity: 0.7;
}

@keyframes marquee {
  0% {
    transform: translateX(25%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/*Internal Media Gallery*/
.mfp-gallery img {
    width: 800px !important;
}
.mfp-close {
    cursor: pointer !important;
}
@media (max-width: 991px) {
    .mfp-gallery img {
        width: 90% !important;;
    }
}

/*Uneven column center*/
.row-centered { 
    text-align:center; 
} 
.col-centered {
    display: inline-grid;
    float:none;
    margin-right:-4px;
}
@media (max-width: 767px) {
    .col-centered { 
        display: block;
    }
}


/*5 Column Override*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/*Archives Brick New*/
.archives-block {
    padding: 0px 0px 15px 0px;
    margin-bottom: 20px;
}
.archives-header {
    background-image: url('/images/default-source/global/archives-header-1140x120.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 22px 30px;
    color: #fff;
}
.archives-header p {
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.6);
    display: block;
    margin: 0 auto;
    width: 50%;
    border-radius: 9px;
    border: 1px solid #fff;
}
.archive-button {
    padding: 6px 9px;
    border-radius: 8px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
a .archive-button {
    color: #fff;
}
@media screen and (max-width: 1199px) {
    .archives-header {
        padding: 30px;
    }
}
@media screen and (max-width: 991px) {
    .archives-header {
        padding: 15px 30px;
    }
}
@media screen and (max-width: 767px) {
    .archives-block {
        margin-top: 0px;
    }
    .archives-header p {
        width: 100%;
    }
}



/*DEPRECATED - FOR ARCHIVE USE ONLYr*/
.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;  
}
/*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;    
}
.sponsors-group {
    text-align: center;
}
.sponsors-group img {
    margin: 0px 18px 22px 18px;
}

/* --- 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 OVERRIDE OF EKTRON STYLESHEET--- */