html, body { color: #042B19; font-family: "Arial", sans-serif; font-size: 16px; -webkit-font-smoothing: antialiased; }
.container { padding: 0; width: 100%; }

/* Links */
a { transition: background-color .2s, color .2s; padding: 4px 0; }
a:hover { text-decoration: none; }
a:focus { text-decoration: none; }
button { background: #666; border: 0; color: #fff; margin: 12px 0 6px; padding: 6px 12px; transition: background .2s, color .2s; }
button:hover { background: #999; }

/* Headers */
h1 { color: #042B19; font-size: 3.4em; margin: 32px 0 0; }
h2 { color: #0D8751; font-size: 2.0em; margin: 32px 0 0; }
h3 { font-size: 1.8em; margin: 32px 0 0; }
h4 { font-size: 1.5em; margin: 32px 0 0; }
h5 { font-size: 1.4em; margin: 32px 0 0; }
h6 { font-size: 1.2em; margin: 32px 0 0; }

/* Paragraphs & Lists */
p { line-height: 1.5em; margin: 16px 0 6px; }
ul, ol { margin: 16px 0 10px; }
li { line-height: 1.4em; margin-bottom: 8px; }
img { max-width: 100%; }

/* Header */
header { background: transparent; color: #fff; margin-bottom: 26px; padding: 38px 3%; }
header h1 { display: inline-block; font-size: 1.3em; margin: 0; }
header nav { float: right; }
header nav ul { margin: 0; padding: 0; }
header nav li { display: inline-block; margin-left: 34px; }
header nav li a { color: #fff; display: block; }
header nav li a:hover { color: #ddd; }
header a { float: right; transition: opacity .2s; }
header a:hover { opacity: .8; }

#skiptocontent { background-color: #fff; border-radius: 8px; box-shadow: 2px 2px 8px 0 #000; font-size: 1.3em; left: -9999px; padding: 6px 12px; position: absolute; top: -9999px; }
#skiptocontent:focus { left: 8px; top: 8px; }

#mobile-menu { background: transparent; border: 0; display: none; margin: 0; padding: 0 4px; position: relative; }
#mobile-menu .line { background: #fff; display: block; height: 3px; left: 0; margin: 2px 0 6px; position: relative; top: 0; transition: .3s; width: 26px; }

/* General Formatting */
.row { margin: 0; }
#content { margin: 0 auto; max-width: 100%; }
#content > .row { padding: 18px 8%; text-align: center; }
#content .row > div { padding: 0 2%; }

.ada-element { left: -9999px; position: absolute; }
.uppercase { text-transform: uppercase; }

/* Homepage */

.container { background: #0f633c; background-image: url("../images/bg.png"); background-size: cover; background-position: center; height: 100vh;}
#content > .row { background: #fff; margin: 24px auto 78px; padding: 0; width: 74%; }
#content > .row > div { float: none; padding: 30px 20% 36px; }
h1 span { color: #042B19; display: block; font-weight: 400; margin-top: 54px; }
h1 img { height: 34px; margin-bottom: 8px; }
#content p { font-size: 1.1em; line-height: 1.8em; padding: 24px 0; }
.launchin { background: #F9AE1C; font-weight: 700; line-height: 1.2em; margin-top: 24px; padding: 16px 24px; width: 60%; }

.green-bg { background: #CDE5DA; padding-top: 32px !important; }
.green-bg > div > div { text-align: left; }
.green-bg h3 { background: #118751; color: #fff; font-size: 1.4em; font-weight: 700; padding: 14px 18px; }
.green-bg ul { display: flex; list-style: none; padding: 0 0 18px; }
.green-bg li { padding-right: 24px; width: 33.33%; }
.green-bg h4 { font-size: 1.3em; font-weight: 700; margin-bottom: 12px; }
.green-bg hr { border-color: #042B19; }

/* Footer */
footer { background-color: #333; color: #fff; margin-top: 48px; padding: 28px 3%; }
footer p { margin: 0; }

/* Sticky Footer */
/* html, body { height: 100%; }
.container { min-height: 100%; padding-bottom: 60px; position: relative; }
.footer { background-color: #c47; bottom: 0; position: absolute; width: 100%; } */

/* Forms */
form { margin: 18px 0; }
label { display: block; margin: 10px 0 8px; width: 100%; }
input[type="text"] { margin-bottom: 8px; padding-left: 3px; width: 100%; }
textarea { height: 80px; margin-bottom: 8px; padding: 3px 5px; resize: none; width: 100%; }
input[type="checkbox"],
input[type="radio"] { margin: 0 4px 0 2px; }
input[type="checkbox"] + label,
input[type="radio"] + label { display: inline-block; margin-right: 14px; position: relative; top: -1px; width: auto; }
input[type="submit"],
input[type="reset"] { background-color: #666; border-radius: 14px; border: 0; color: #fff; letter-spacing: .05em; margin-top: 14px; padding: 4px 16px; transition: background-color .2s; }
input[type="submit"]:hover,
input[type="reset"]:hover { background-color: #999; }

/* Tables */
table { border: 1px solid #333; margin: 14px 0; width: 100%; }
table tr th { border: 1px solid #333; padding: 2px 4px; }
table tr td { border: 1px solid #333; padding: 2px 4px; }

/************ Responsive ****************************************************************************************/

@media screen and (min-width: 2030px) {
    html,body { font-size: 18px; }
    p { line-height: 1.8em; margin: 24px 0 8px; }
    h1, h2, h3, h4, h5, h6 { margin: 54px 0 0; }
}

@media screen and (max-width: 1100px) {
    #content > .row { top: 40%; width: 80%; }
}

@media screen and (max-width: 992px) {
    h1 { font-size: 2.2em; margin: 24px 0 6px; }
    h2 { font-size: 1.6em; margin: 24px 0 0; }
    h3 { font-size: 1.4em; margin: 24px 0 0; }
    h4 { font-size: 1.3em; margin: 24px 0 0; }
    h5 { font-size: 1.2em; margin: 24px 0 0; }
    h6 { font-size: 1.1em; margin: 24px 0 0; }
    p, li { font-size: .9em; line-height: 1.3em; }
    button { font-size: .9em; padding: 4px 10px; }

    #content > .row { margin-bottom: 36px; transform: none; width: 90%; }
    #content .row > div { padding: 0 6% 28px !important; }
    #content > .row p { font-size: 1em; }
    #content .row .green-bg { padding-top: 18px !important; }

    /* Header */
    #mobile-menu { display: inline-block; }
    .menu-opened #mobile-menu .line.top { top: 8px; transform: rotate(45deg); }
    .menu-opened #mobile-menu .line.mid { opacity: 0; transform: rotate(90deg); }
    .menu-opened #mobile-menu .line.btm { top: -10px; transform: rotate(-45deg); }
    
    header { margin-bottom: 4px; padding: 24px 26px 14px; }
    header nav { position: relative; }
    header nav ul { background-color: #333; box-shadow: 2px 4px 8px -4px #000; opacity: 0; position: absolute; right: 110%; top: 100%; width: 220px; z-index: 1; }
    header nav li { border-top: 1px solid #fff; display: block; margin: 0; padding: 4px; text-align: center; width: 100%; }
    .menu-opened header nav ul { opacity: 1; right: 0; transition: right 0s, opacity .2s; }

    footer { margin-top: 18px; }
}

@media screen and (max-width: 768px) {
    header { margin-bottom: 0; }
    header img { height: 28px; }
    
    .launchin { width: 100%; }

    .green-bg ul { display: block; }
    .green-bg li { width: 100%; }

    #content .row { font-size: .9em; }
}