﻿/* reset */
header, main, footer, section {
    display: block;
}

a {
    outline: none;
    border-style: none;
}

a:active, a:hover {
    outline: 0;
}

a:focus:link {
    outline: none !important;
}

html, body, h1, h2, h3, p, ul {
    margin: 0;
    padding: 0;
}

html {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    -ms-box-sizing: inherit;
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
/* new styles */
html, body {
    width: 100%;
    height: 100%;
}

body {
    min-height: 100%;
    color: rgba(0, 0, 0, 0.87);
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
    font-weight: 300;
    font-style: normal;
    font-stretch: initial;
    letter-spacing: 0.3px;
    z-index: 0;
}

.wrapper {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 0;
    z-index: 1;
}

.layout {
    position: relative;
    height: 100%;
    min-height: 100vh;
    z-index: 2;
}

.layout, header {
    width: 100%;
    min-width: 250px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.layout:after, header:after {
    content: "";
    display: table;
    clear: both;
}

header, main, footer {
    padding: 0 4%;
}

header {
    z-index: 1000;
}

main {
    padding-top: 20px;
}

@media screen and (max-width: 480px) {
    main {
        padding-top: 10px;
    }
}

section {
    width: 90%;
    margin: 0 auto;
    padding: 0 10px;
}

@media screen and (min-width: 760px) {
    section {
        padding: 0 30px 30px;
    }
}

footer {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #ccc;
}

h1, h2, h3 {
    font-family: "Trebuchet MS", Helvetica, serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: initial;
    margin: 0.25em 0;
}

h1 {
    padding-top: 10px;
    font-size: 48px;
    font-size: 3rem;
    line-height: 60px;
    line-height: 3.75rem;
}

h2 {
    color: #004785;
    font-size: 32px;
    font-size: 2rem;
    line-height: 40px;
    line-height: 2.5rem;
}

h3 {
    font-weight: bold;
    margin: 0.5em 0;
    font-size: 32px;
    font-size: 2rem;
    line-height: 40px;
    line-height: 2.5rem;
}

@media screen and (min-width: 870px) {
    h1 {
        font-size: 60px;
        font-size: 3.75rem;
        line-height: 75px;
        line-height: 4.6875rem;
    }

    h2 {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 44px;
        line-height: 2.75rem;
    }

    h3 {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 22px;
        line-height: 1.375rem;
    }
}

p {
    padding-bottom: 9px;
    padding-bottom: 0.5626rem;
}

ul {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 18px;
    padding-bottom: 1.125rem;
}

a:link, a:visited {
    color: #b11f20;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    color: #004785;
}

.gtmIframe {
    display: none;
    visibility: hidden;
    height: 0;
    width: 0;
}