@font-face {
  font-family: 'Avenir-Next-Bold';
  src: url("/fonts/avenir-next-bold.woff2") format("woff2"), url("/fonts/avenir-next-bold.woff") format("woff"); 
}

@font-face {
  font-family: 'Avenir-Next-Regular';
  src: url("/fonts/avenir-next-regular.woff2") format("woff2"), url("/fonts/avenir-next-regular.woff") format("woff"); 
}

html {
    font-size: 24px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Avenir-Next-Regular', 'Avenir Next', Avenir, Helvetica;
    line-height: 1.5;
    color: #0E305D;
    background: #fff;
    text-align: center;
}

a {
    color: #0E305D;
    text-decoration: underline;
}

@media (max-width: 1200px) {
    html {
        font-size: 18px;
    }
}

@media (max-width: 550px) {
    html {
        font-size: 16px;
    }
}

b, strong {
    font-family: 'Avenir-Next-Bold', 'Avenir Next', Avenir, Helvetica;
}

.wrap {
    max-width: 1600px;
    margin: 0 auto;
    background: url('img/stripes-tile.png');
}

img {
    max-width: 100%;
    display: block;
}

.top {
    position: relative;
}

.top p {
    color: #fff;
    position: absolute;
    bottom: 1%;
    left: 3%;
    font-family: 'Avenir-Next-Bold', 'Avenir', Helvetica, sans-serif;
    font-size: 18px;
    text-align: center;
    width: 41%;
}

.top p span {
    display: block;
    margin-bottom: 18px;
}

@media (max-width: 1250px) {
    .top p {
        line-height: 1.1;
        width: auto;
        text-align: left;
    }
}


@media (max-width: 600px) {
    .top p {
        font-size: 14px;
        text-shadow: 0 0 1px rgba(0,0,0,0.5);
        margin-bottom: 0;
        padding-bottom: 4px;
    }

    .top p span {
        margin-bottom: 8px;
    }
}

.outer {
    position: relative;
    overflow: hidden;
}

.inner {
    position: relative;
    z-index: 2;
    padding: 0 5%;
}

.claws-wrap {
    overflow: hidden;
    opacity: 10%;
    top: -20vw;
    right: -5vw;
    width: 40%;
    position: absolute;
    z-index: 1;
}

.claws-wrap.claws-left {
    right: auto;
    left: -5vw;
    transform: scale(-1, 1);
}

.claws {
    width: 100%;
}

h1 {
    font-family: franklin-gothic-urw-comp, sans-serif;
    font-weight: 700;
    font-size: 5rem;
    margin: 0;
    padding: 12px 0;
    line-height: 1;
    position: relative;
    z-index: 3;
}

h1:after {
    content: '';
    display: block;
    background: #F26623;
    width: 100%;
    margin: 0 auto;
    height: 24px;
}

@media (max-width: 780px) {
    h1 {
        font-size: 3.5rem;
    }
}

@media (max-width: 420px) {
    h1 {
        font-size: 2.8rem;
    }
}

@media (max-width: 700px) {
    .bmobile {
        display: block;
    }
}

h2.bar, .predictions h2 {
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 12px 0;
}

.predictions h2:after, h2.bar:after {
    content: '';
    display: block;
    background: #F26623;
    width: 100%;
    margin: 0 auto;
    height: 12px;
}

p {
    margin: 0;
    padding: 18px 0;
}

.lg {
    font-size: 1.5rem;
}

.blue-bar {
    background: #0D2E5B;
    margin: 40px auto;
    padding: 32px 5%;
    color: #fff;
    font-size: 1.5rem;
    position: relative;
    z-index: 3;
}

.left-align {
    text-align: left;
    margin: 0 10%;
}


.blue-bar div {
    font-family: franklin-gothic-urw-comp, sans-serif;
    font-size: 2rem;
    letter-spacing: 1px;
}

.evidence {
    margin: 0 20%;
}

.a-bold {
    font-family: 'Avenir-Next-Bold', 'Avenir', Helvetica, sans-serif;
    font-size: 1.2rem;
    padding-top: 0;
    padding-bottom: 36px;
}

h1 .h1sm {
    display: block;
    font-size: 1.5rem;
    margin-top: -0.25rem;
    padding-bottom: 0.5rem;
}

form {
    max-width: 960px;
    margin: 0 auto 36px auto;
    padding: 24px 8%;
    box-sizing: border-box;
    background: #ccd1d8;
}

.req, #message {
    color: #F26623;
    text-align: left;
}

.form-inner {
    display: flex;
    flex-direction: horizontal;
}

.form-inner > div {
    text-align: left;
    box-sizing: border-box;
    width: 50%;
    padding-right: 5%;
}

@media (max-width: 600px) {
    .form-inner {
        display: block;
    }
    .form-inner > div {
        width: 100%;
        padding: 0;
    }

}

form label {
    font-size: 0.8rem;
    margin-bottom: 24px;
    display: block;
}

form label > span {
    display: block;
}

form input {
    width: 100%;
    border: 0;
    height: 1.2rem;
    font-size: 1.1rem;
    padding: 6px;
    background: #fff;

}

form input[type=submit], .btn {
    display: inline-block;
    background: #03234C;
    color: #fff;
    width: auto;
    height: auto;
    padding: 12px 10%;
    box-sizing: border-box;
}

.coverage {
    display: flex;
    flex-direction: horizontal;
    flex-wrap: wrap;
    font-size: 0.75rem;
    line-height: 1.5;
}

.coverage > div {
    width: 33.33%;
    box-sizing: border-box;
    padding: 24px 5%;
}

.coverage img {
    width: 100%;
    margin-bottom: 12px;
}

@media (max-width: 770px) {
    .coverage > div {
        width: 50%;
    }
}

@media (max-width: 500px) {
    .coverage > div {
        width: 100%;
    }
}

footer {
    background: #0D2E5B;
    color: #fff;
    margin-top: 48px;
    padding: 5% 24px;
}

footer a {
    color: #fff;
}

footer span {
    margin-right: 20%;
}

footer svg {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 2rem;
}

blockquote  {
    border-left: 2px solid #0D2E5B;
    padding-left: 5%;
}
