


























* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#hero {
  position: relative;
  border-bottom: 1px solid #ff5139;
  overflow: hidden;
  opacity: 0; }
  @media screen and (min-width: 601px) {
    #hero {
      border-bottom: none; } }
  #hero #scroller {
    opacity: 0;
    position: relative;
    overflow: hidden; }
    #hero #scroller ul {
      overflow: hidden; }
      #hero #scroller ul li {
        float: left;
        position: relative; }
        @media screen and (min-width: 601px) {
          #hero #scroller ul li {
            max-height: 720px; } }
        #hero #scroller ul li img {
          width: 100%; }
        #hero #scroller ul li iframe {
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0; }
        #hero #scroller ul li .close-button {
          position: absolute;
          z-index: 1;
          top: 0;
          right: 0;
          padding: 10px;
          color: white;
          display: none; }
  #hero .pagination-wrap {
    text-align: center; }
    #hero .pagination-wrap .pagination {
      position: absolute;
      bottom: 3%;
      width: 100%;
      display: none; }
      #hero .pagination-wrap .pagination li {
        display: inline-block;
        cursor: pointer;
        -webkit-transition: 0.3s background-color;
        -moz-transition: 0.3s background-color;
        transition: 0.3s background-color;
        margin: 8px;
        background-color: rgba(0, 0, 0, 0);
        border: 2px solid #403c3a;
        height: 18px;
        width: 18px;
        border-radius: 18px; }
        #hero .pagination-wrap .pagination li.active {
          background-color: #fe5443;
          border: none;
          height: 18px;
          width: 18px;
          border-radius: 18px; }
  #hero iframe {
    z-index: 11; }

#latest-news-header {
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
  text-align: center;
  text-transform: uppercase;
  padding: 30px 30px 33px; }
  @media screen and (min-width: 601px) {
    #latest-news-header {
      padding: 30px 20px 30px;
      min-height: 188px;
      border-bottom: none; } }
  #latest-news-header h1 {
    margin-bottom: 13px;
    font-size: 2.3125em; }
    @media screen and (min-width: 601px) {
      #latest-news-header h1 {
        font-size: 3.75em; } }
    @media screen and (min-width: 769px) {
      #latest-news-header h1 {
        font-size: 4.5em; } }
  #latest-news-header .dropdown {
    display: inline-block;
    width: 270px;
    text-align: left; }

#articles .content .tagline {
  margin-bottom: 10px; }
  @media screen and (min-width: 601px) {
    #articles .content .tagline {
      margin-bottom: 30px; } }
#articles .content .title {
  font-size: 1.625em; }
  #articles .content .title a {
    color: white;
    text-decoration: none;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all; }
    #articles .content .title a:hover {
      color: #c5c3c3; }
#articles .content .author {
  text-transform: uppercase;
  margin-bottom: 22px;
  color: #c5c3c3;
  font-weight: 300;
  letter-spacing: 0.38em;
  line-height: 1.4em;
  font-size: 0.875em; }
  .ua-desktop-macintosh.ua-firefox #articles .content .author {
    font-weight: 100; }
  @media screen and (min-width: 601px) {
    #articles .content .author {
      font-size: 0.9375em; } }
  @media screen and (min-width: 769px) {
    #articles .content .author {
      font-size: 1.09375em; }
      .ua-mobile-ipad #articles .content .author {
        font-weight: 100; } }

#hero {
  border-bottom: #444444; }
