html, body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

body {
    background-color: #030f8d;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

#header {
    height: 70px;
    width: 100%;
}

#header .title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 25px;
}

#header .title a {
    text-decoration: none;
}

#header .subtitle {
    color: #fff;
    font-size: 14px;
    width: 600px;
}

#content header nav {
    background-color: #0e51e4;
    border-bottom: 2px solid #2e74fb;
}

#content header h1 {
    font-size: 16px;
}

#content header li {
    border-right: 1px dotted #030f8d;
}

#content header a {
    color: #fff;
    padding: .5rem 2rem;
}

#content header a:hover {
    text-decoration: underline;
}

#content header form a {
    font-size: 13px;
    background-color: #6e96ef;
    margin: 0 15px 0 30px;
    padding: 2px 10px;
    /* Transition */
    will-change: background-color;
    transition: background-color .3s ease-out;
}

#content header form a:hover {
    background-color: #030f8d;
    text-decoration: none;
}

#content #container a {
    color: #fff;
}

#content #container h1 {
    color: #fff !important;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
}

#content #container h2 {
    color: #fff !important;
    font-size: 13px;
    font-weight: bold;
    opacity: 1;
}

#content #container img {
    will-change: transform;
    transition: transform .3s ease-out;
}

#content #container img:hover {
    transform: scale(1.2) rotate(-5deg);
}

#content #container .overlay {
    padding: 0 10px 10px 0 !important;
    bottom: 0; right: 0;
}

#content #container .badge-icon-laptop {
  background: url("../images/laptop-icon-white@2x.png") 0 0 no-repeat;
  background-size: 36px 36px;
  float: left;
}

#content #container .badge-icon-mobile {
  background: url("../images/mobile-icon-white@2x.png") 0 0 no-repeat;
  background-size: 36px 36px;
  float: left;
  margin-left: 8px;
}

#content footer a {
  will-change: transform;
  transition: transform .3s ease-out;
}

#content footer a:hover {
  transform: scale(1.1);
}

#content footer a img {
  max-height: 100px;
}

#content footer img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
    #content footer a img {
        max-height: 50px;
    }

    #header .title {
        padding: 20px 10px;
    }
}

/* Classes utilities */
/* Opacity */
.opaque { opacity: 1; }
.o-1 { opacity: .1; }
.o-2 { opacity: .2; }
.o-3 { opacity: .3; }
.o-4 { opacity: .4; }
.o-5 { opacity: .5; }
.o-6 { opacity: .6; }
.o-7 { opacity: .7; }
.o-8 { opacity: .8; }
.o-9 { opacity: .9; }
.transparent { opacity: 0; }

/* Pointer events */
.pointer-events-none {
    pointer-events: none;
}

/* SVG */
.svg.small {
    height: 10px;
    width: 10px;
}

.svg.medium {
    height: 24px;
    width: 24px;
}

/* Vertical align */
.vertical-align-text-bottom {
    vertical-align: text-bottom;
}

.custom-badge {
    width: 36px;
    height: 36px;
}

html.touchevents .desktop-only {
  display: none;
}

.logo-header {
    height: 35px;
}

.goh-banner {
  display: block;
  background: url("../images/goh-banner.jpg") no-repeat;
  background-color: #1e0a37;
  background-position: center top;
  padding: 20px;
  text-shadow: 1px 1px #000000;
}

.goh-banner .goh-logo {
  width: 205px;
}

.goh-banner .goh-title {
  margin-top: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.1;
}

.goh-banner .goh-desc {
  color: #ADADAD;
  font-size: 15px;
  font-weight: 300;
}

.goh-banner .goh-button {
  position: relative;
  text-align: center;
  font-size: 15px;
  border: none;
  display: block;
  font-weight: 500;
  padding: 15px 5px;
  white-space: nowrap;
  background: #ea426b;
  transition: background 0.3s ease-out;
  border-radius: 5px;
  margin: 15px 0;
}

.goh-banner .goh-button:hover {
  text-decoration: none;
  background: #ffc200;
}

.goh-banner .goh-flash-notice, .goh-banner .goh-text {
  color: #fff;
  font-size: 13px;
  padding: 0 !important;
  margin: 5px 0;
}

.goh-banner .goh-flash-notice { font-weight: 700; }
.goh-banner .goh-text { font-weight: 300; }

.goh-banner .read-more-state { display: none; }

.goh-banner .read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.goh-banner .read-more-state:checked ~ .read-more-target {
  opacity: 1;
  font-size: 13px;
  max-height: 999em;
}

.goh-banner .read-more-state ~ .read-more-trigger:before {
  content: 'Show more \21e9';
}

.goh-banner  .read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less \21e7';
}

.goh-banner .read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
  margin: 5px 0 0;
  color: #ffffff;
  font-size: 12px;
}
