/* CSS Reset*/
html { margin:0;padding:0;border:0; }
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline; list-style: none; }

/* Body setup*/
body {
    font-family: "PT Sans", Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4em;
    text-align: left;
    color: #000;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.animate {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

b,
strong { font-weight: 900; }

i,
em { font-style: italic; }

:focus { outline: none; }

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

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

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.container {
    max-width: 1260px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.container-short {
    max-width: 1100px;
}

.cf:before,
.cf:after { content: " "; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; /* IE 6/7 only */ }


.left   { float: left; }
.right  { float: right; }
.half   { width: 49.00%; }
.third  { width: 33.32%; }
.fourth { width: 24.99%; }
.sixth  { width: 16.65%; }
.two-thirds {
    width: 66.65%;
}

.retina {
    zoom: 0.5;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex.invert {
    flex-direction: row-reverse;
}

.alignright {
    float: right;
}

.partner {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.02em;
    font-size: 12px;
    margin-bottom: 15px;
}

.partner img {
    width: 100px;
    height: auto;
    margin: 0 auto;
}

h1, h2, h3 {
    line-height: 1.2em;
    padding-bottom: 15px;
    font-family: "PT Sans", sans-serif;
    letter-spacing: -0.025em;
}

.header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
}

.header img {
    margin: 15px auto;
    width: 170px;
}

.hero {
    height: 100vh;
    position: relative;
}

.hero-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    color: white;
    padding: 30px 0;
}

.hero-title h1 {
    font-family: "PT Sans", sans-serif;
    font-size: 62px;
    line-height: 1.3em;
    margin-bottom: 0px;
    font-weight: bold;
}

.hero-title h1 span {
    display: inline-block;
    background-color: #048a99;
    padding: 5px 35px;
}

.hero-title h3 {
    background-color: #111;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.02em;
    display: inline-block;
    line-height: 1em;
    padding: 5px 15px 3px;
    margin-bottom: 10px;
}

.hero-title h2 {
    background-color: #048a99;
    padding: 5px 15px;
    line-height: 1em;
    font-weight: bold;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 36px;
}

.hero-title p {
    font-weight: bold;
}

.hero-title .container {
    padding: 35px 80px !important;
}

.main-content {
    padding: 100px 0;
}

.article {
    position: relative;
}

.article h1 {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.025em;
    line-height: 1.3em;

    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.article h1:hover {
    color: #048a99;
    cursor: pointer;
}

.article h3 {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: bold;
    color: #048a99;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.article h2 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 5px;
}

.article-video h1 {
    font-size: 48px;
}

.article-featured h1 {
    font-size: 30px;
}

.article-featured h3,
.article-video h3 {
    font-size: 20px;
}
.article-featured .text .pattern {
    margin-left: -30px;
}

.pattern {
    background-image: url("assets/img/pattern-stripe.gif");
    background-repeat: repeat;
    background-size: 4px 4px;
}

.article .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.article .text .pattern {
    padding: 30px;
}

.article-featured .text .pattern {
    padding: 60px 60px 60px 70px;
}

.video-container {
    margin: 100px 0 100px;
    width: 100%;
}

.article-video {
    text-align: center;
    padding-top: 100px;
    max-width: 960px;
    margin: 0 auto;
}

.article-video .video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.article-video .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.video-addon {
    height: 100px;
    background: white;
    margin-top: -200px;
    margin-bottom: -100px;
}

.article-container {
    padding-top: 200px;
}

.article-container .article {
    margin: 0 15px;
}

.article-container .flex {
    margin: 0 -15px;
}

.footer {
    background: #2e2e2e;
    padding: 30px 0;
    color: #ddd;
    font-size: 14px;
    margin-top: 100px;
}

.footer a {
    font-weight: bold;
    color: #ffc600;
}

.footer img {
    display: inline-block;
    position: relative;
    bottom: -3px;
}

.right {
    text-align: right;
}


@media only screen and (max-width: 450px) {

    body {
        font-size: 20px;
    }

    .hero {
        height: 90vh;
    }

    .main-content {
        padding: 50px 0;
    }

    .half,
    .third,
    .two-thirds,
    .fourth {
        width: 100%;
    }

    .hero-title h1 {
        font-size: 42px;
    }

    .article-content {
        padding: 60px 0;
    }

    .article-content p.lead {
        font-size: 22px;
    }

    .article-content .img {
        margin: 2em -30px;
        height: 50vh;
        box-shadow: none;
        border: none;
    }
}
