.charter-logo {
  height: 75px;
  width: auto;
  display: inline;
  overflow: hidden;
  padding: 0 8px 8px 0;
}

#logo {
  position:relative;
  width: 100%;
}

#logo img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

#logo img.opaque {
  opacity:1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
}

/* Rotating sponsors */

.sponsors {
  background: #f89e46;
  overflow: auto;
  padding: 2em 0 0;
  position: relative;
  max-width: 330px;
}

.sponsors h3 {
    color: #fff;
    font-size: 1.45em;
    font-weight: 600;
    margin: 0 0 0.875em;
    text-align:center; 
    text-transform: uppercase;
}

.sponsors__int {
  position: relative;
  width: 100%;
  min-height: 160px;
}

.sponsors #logo {
  background: #fff;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 265px;
  min-height: 165px !important;
  height: initial !important;
}

.sponsors a #logo img {
    display: initial !important;
    vertical-align: initial !important;
}

.sponsors button {
  background: rgba(0,0,0,0.45);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: .15;
  line-height: 22px;
  position: absolute;
  top: 45%;
  width: 22px;
  height: 22px;
  transition: all 0.2s ease-in-out;
}

.sponsors button:hover,
.sponsors button:focus {
  opacity: 1;
  transform: translateY(-2px);
}

.sponsors .prev {
  left: 20px;
}

.sponsors .prev:before {
  font-family: "FontAwesome";
  color: #fff;
  content: '\f0d9';
}

.sponsors .next {
  right: 20px;
}

.sponsors .next:before {
  font-family: "FontAwesome";
  color: #fff;
  content: '\f0da';
}

.sponsors #level {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

.sponsors #level h4 {
    margin-top: 1em !important;
}

.sponsors #level h4:after {
    content: ' Level';
}

/* About sponsors */

.sponsor-roll {
    margin-bottom: 2em;
    overflow: auto;
    position: relative;
}

#platinum-logo,
#gold-logo,
#event-logo,
#silver-logo,
#bronze-logo,
#donation-logo,
#past-logo,
#event-logo {
    width: 100%;
    overflow: auto;
}

#platinum-logo {
}

#platinum-logo a img {
    width: 95%;
    max-width: 265px;
}

#gold-logo {
}

#platinum-logo a,
#gold-logo a,
#silver-logo a,
#bronze-logo a,
#past-logo a,
#event-logo a {
    display: inline-block;
    padding: 0 0.5em;
    margin: 0 0 1em;
}

#platinum-logo a img,
#gold-logo a img,
#silver-logo a img,
#bronze-logo a img,
#past-logo a img,
#event-logo a img {
    width: 95%;
    max-width: 265px;
}

#event-logo {   
}

#silver-logo {  
}

#bronze-logo {   
}

#donation-logo { 
}

#past-logo {
}

#event-logo {
    
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height:1px;
  width:1px;
  margin:-1px;
  padding:0;
  border:0
}

/* Section sponsors */

.sponsors-section {
    border-top: 4px solid #6188C6;
    padding: 2em 0 3em;
}

.sponsors-section h3 {
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase;
    text-align: center;
}

.sponsors-section .charter-logo {
    height: 100px;
    padding: 0 1.5em;
}

/* Footer sponsors */

#charter-platinum-logo {
    float: left;
}

#sponsor-link {
}

.bronze-ahpcc {
    display: none;
}

/* Home marquee */

.underwrs-rail {
  position: relative;
  height: auto;
}

.underwrs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.underwrs-list li {
  margin: 0 0.5em 0.25em 0;
}

.underwrs-list li img {
    max-width: 265px;
}

@media screen and (min-width: 64em) {
  .underwrs {
    overflow: hidden;
    position: relative;
    max-width: 1200px;
    height: 253px;
    margin: 0 auto;
    /*&:before {
      content: '';
      background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
      left: 0;
      position: absolute;
      z-index: 5;
      width: 1em;
      height: 250px;
    }
    &:after {
      content: '';
      background-image: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
      right: 0;
      position: absolute;
      z-index: 5;
      width: 1em;
      height: 250px;
    }*/
  }

  .underwrs-rail {
    position: absolute;
    display: flex;
    align-items: center;
    height: 250px;
  }

  .underwrs-list {
    left: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: auto;
    margin: 0;
    padding: 0;
  }
  .underwrs-list:before {
    content: none;
  }
  .underwrs-list li {
    margin: 0 1em 0;
    padding: 0;
  }
}

 