html,
body {
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

.container {
    padding: 0;
    width: 100%;
}

#content>.row {
    margin: 0;
}

#content>.row>div {
    padding: 0 1.5% 12px;
}

.vertical-center>div {
    float: none;
    display: inline-block;
    margin-left: -.5%;
    vertical-align: middle;
}

.vertical-center>div:first-of-type {
    margin: 0;
}


/* Links */

a {
    transition: background-color .2s, color .2s;
}

a:hover,
a:focus {
    text-decoration: none;
}

.button {
    background-color: #245881;
    border-radius: 5px;
    border: 0;
    color: #fff !important;
    display: inline-block;
    letter-spacing: .05em;
    margin-top: 12px;
    padding: 10px 5px !important;
    transition: background-color .2s;
    text-align: center;
    align-items: center;
    width: 100%;
    height: auto !important;
    font-size: 18px;
}

.button:hover {
    background-color: #a6cc3d !important;
    color: #fff;
}

.button:focus {
    color: #fff;
}

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

#skiptocontent:focus {
    left: 8px;
    top: 8px;
}

.ada-element {
    left: -9999px;
    position: absolute;
    top: -9999px;
}


/* Headers */

h1 {
    font-size: 3.3em;
    margin: 30px 0 22px;
}

h2 {
    font-size: 2.2em;
    margin: 12px 0 0;
}

h3 {
    font-size: 1.8em;
    margin: 28px 0 0;
}

h4 {
    font-size: 1.6em;
    margin: 28px 0 0;
}

h5 {
    font-size: 1.4em;
    margin: 26px 0 0;
}

h6 {
    font-size: 1.3em;
    margin: 26px 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%;
}


/* Headers */

h1 {
    font-size: 3.3em;
    margin: 30px 0 22px;
}

h2 {
    font-size: 2.2em;
    margin: 12px 0 0;
}

h3 {
    font-size: 1.8em;
    margin: 28px 0 0;
}

h4 {
    font-size: 1.6em;
    margin: 28px 0 0;
}

h5 {
    font-size: 1.4em;
    margin: 26px 0 0;
}

h6 {
    font-size: 1.3em;
    margin: 26px 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;
}


/* 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: #c47;
    border-radius: 14px;
    border: 0;
    color: #fff;
    letter-spacing: .05em;
    margin-top: 14px;
    padding: 4px 16px;
    transition: background-color .2s;
}

.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
    background-color: #b16;
}


/* 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;
}


/* Quick Header */

.header {
    background-color: #c47;
    color: #fff;
    padding: 14px 20px;
    position: relative;
}

.header h1 {
    display: inline-block;
    font-size: 1.3em;
    margin: 0;
}

.header .nav {
    float: right;
    top: 0;
    right: 0;
}

.header ul {
    margin: 0;
    padding: 0;
}

.header li {
    display: inline-block;
    margin-left: 28px;
}

.header li a {
    color: #fff;
    display: block;
}

.header li a:hover {
    color: #ddd;
}

#mobile-menu {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: none;
    padding: 0 4px;
}


/* Quick Footer */

.footer {
    background-color: #c47;
    color: #fff;
    padding: 14px 20px;
    text-align: center;
}

.footer p {
    margin: 0;
}


/* Sticky Footer (uncomment if needed; set padding-bottom of ".container" to logical height based on what ends up in the footer) */


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


/*********************************************/


/******   Custom CSS  ************************/


/*********************************************/

html {
    background-color: #eee;
}

body {
    margin: 0 auto;
    max-width: 90%;
    width: 1310px;
}

#google_translate_element2 {
    display: none;
}

#langaugeselectcont select {
    color: #000;
    margin-left: 5%;
    width: 90%;
}

#langaugeselectcont label {
    margin-left: 5%;
    width: 90%;
}

.header {
    background-color: #245881;
    padding: 116px 0 0;
    width: 100%;
}

.header>div {
    background-color: #fff;
    height: 116px;
    max-width: 90%;
    position: fixed;
    top: 0;
    transition: .3s;
    width: 1310px;
    z-index: 1;
}

.header>div img {
    height: 100%;
    padding-left: 50px;
}

.header h1 {
    font-family: "Quicksand", sans-serif;
    font-size: 2.2em;
    font-weight: 700;
    padding: 50px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.header h1 span {
    display: block;
    font-size: .55em;
    margin-top: 18px;
    text-transform: none;
}

.scrolled .header>div {
    background-color: rgba(255, 255, 255, .86);
    border-bottom: 1px solid #ebebeb;
    height: 64px;
}

@keyframes pulse {
    0% {
        height: 34px;
        left: 23px;
        opacity: 1;
        top: 23px;
        width: 34px;
    }
    80% {
        height: 80px;
        left: 0;
        opacity: 0;
        top: 0;
        width: 80px;
    }
    84% {
        height: 34px;
        left: 23px;
        opacity: 0;
        top: 23px;
        width: 34px;
    }
    90% {
        opacity: .8;
    }
}

#header-docs {
    position: relative;
}

#header-docs a {
    height: 80px;
    left: 43%;
    margin: -40px 0 0 -40px;
    position: absolute;
    top: 52%;
    width: 80px;
}

#header-docs a:nth-of-type(2) {
    left: 63%;
    top: 63%;
}

#header-docs a:nth-of-type(3) {
    left: 72%;
    top: 16%;
}

#header-docs a:nth-of-type(4) {
    left: 43%;
    top: 24%;
}

#header-docs a:before {
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

#header-docs a:before {
    background-color: rgba(255, 255, 255, .6);
    border-radius: 50%;
    content: "";
    display: block;
    height: 34px;
    left: 23px;
    position: absolute;
    top: 23px;
    width: 34px;
}

#header-docs a span {
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    display: block;
    height: 34px;
    left: 23px;
    line-height: 34px;
    position: absolute;
    text-align: center;
    top: 23px;
    width: 34px;
}

#header-docs a p {
    background-color: #fff;
    border-radius: 4px;
    bottom: 100%;
    color: #000;
    left: -100%;
    margin-bottom: 26px;
    opacity: 0;
    padding: 5px 15px;
    position: absolute;
    text-align: center;
    width: 180px;
}

#header-docs a p:after {
    border: 8px solid transparent;
    border-top-color: #fff;
    content: "";
    left: 32px;
    position: absolute;
    top: 100%;
}

#header-docs a:hover p {
    left: 0;
    margin: 0;
    opacity: 1;
    transition: left 0s, opacity .5s, margin .6s;
}

#content #header-docs {
    margin-top: 28px;
}

#hp-intro strong {
    color: #337ab7;
}

#spanish-link {
    background-color: #a6cc3d;
    color: #fff;
    display: block;
    font-size: 1.5em;
    padding: 50px 10px;
    text-align: center;
    width: 100%;
}

#spanish-link:hover {
    background-color: #90b52c;
}

#content .row {
    padding: 42px 50px;
}

h2 {
    border-bottom: 1px solid #ccc;
    font-family: "Quicksand", sans-serif;
    font-size: 1.4em;
    font-weight: 700;
    margin-bottom: 32px;
}

h2 span {
    background-color: #fff;
    padding-right: 12px;
    position: relative;
    top: 10px;
}

a.has-effect {
    overflow: hidden;
    position: relative;
}

a.has-effect div {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .4);
    height: 106%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: -3%;
    transition: opacity .15s;
    width: 100%;
}

a.has-effect div:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

a.has-effect div img {
    display: inline-block;
    height: 50%;
    transform: rotate(-50deg);
    transition: 0s ease-in-out .15s;
}

a.has-effect:hover div {
    display: block;
    opacity: .9;
    transition: opacity .25s;
}

a.has-effect:hover div img {
    transform: rotate(0deg);
    height: 100%;
    top: 0;
    transition: height .4s, top .4s, transform .45s;
}

#station-list a {
    background-color: #3ab8ea;
    border-radius: 4px;
    color: #fff;
    display: block;
    margin-bottom: 14px;
    padding: 20px;
    text-align: center;
}

#station-list a h3 {
    border-bottom: 1px solid #fff;
    font-weight: 700;
    margin: 0 18px;
    padding-bottom: 6px;
    position: relative;
    text-transform: uppercase;
}

#station-list a h3:before,
#station-list a h3:after {
    border: 1px solid #fff;
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 14px;
    left: 0;
    margin-bottom: -8px;
    margin-left: -14px;
    position: absolute;
    width: 14px;
}

#station-list a h3:after {
    left: auto;
    margin-right: -14px;
    right: 0;
}

#station-list a p {
    margin-top: 7px;
}

#station-list a:nth-of-type(2) {
    background-color: #245881;
}

#station-list a:nth-of-type(3) {
    background-color: #a6cc3d;
}

#station-list a:nth-of-type(4) {
    background-color: #a4d3e5;
}

#resources a {
    color: #245881;
    display: block;
    font-family: "Quicksand", sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.2em;
    min-height: 80px;
    padding-left: 86px;
    padding-top: 12px;
    position: relative;
    text-transform: uppercase;
}

#resources a:hover {
    color: #18476d;
}

#resources a img {
    left: 0;
    position: absolute;
    top: 0;
}

#resources a span {
    display: inline-block;
    text-decoration: underline;
}

#slides {
    margin-top: 28px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#slides>div>div {
    left: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: left .8s ease-in;
    width: 100%;
}

#slides>div>.on-left {
    left: -100%;
}

#slides>div>.showing {
    left: 0;
    opacity: 1;
}

#slides>div>.stay-visible {
    opacity: 1;
}

#slides>div>.placeholder {
    position: static;
}

#slides>div>div>a {
    display: block;
}

#slides>div>div>a.has-effect div img {
    height: 8%;
}

#slides>div>div>a.has-effect:hover div img {
    height: 13%;
}

#slides>span {
    background-color: #999;
    background-color: rgba(0, 0, 0, .4);
    bottom: 25px;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-size: 1.6em;
    font-weight: 700;
    left: 36px;
    padding: 9px 18px;
    position: absolute;
}

#slides>a {
    background-color: #999;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 4px;
    color: #fff;
    font-size: 1.4em;
    height: 60px;
    left: 10px;
    line-height: 60px;
    margin-top: -30px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: .2s;
    width: 60px;
}

#slides>a:hover {
    background-color: #777;
    background-color: rgba(0, 0, 0, .45);
}

#slides>.next {
    left: auto;
    right: 10px;
}

#slides:hover>a {
    opacity: 1;
}

#slides>a span {
    left: -9999px;
    position: absolute;
    top: -9999px;
}

#slides>ul {
    bottom: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    transition: opacity .2s;
    width: 100%;
}

#slides:hover>ul {
    opacity: 1;
}

#slides>ul li {
    display: inline-block;
}

#slides>ul a {
    background-color: #555;
    border-radius: 50%;
    display: block;
    height: 14px;
    margin: 0 2px;
    width: 14px;
}

#slides>ul a.active {
    background-color: #888;
}

#slides>ul a:hover {
    background-color: #aaa;
}

#slides>ul span {
    left: -9999px;
    position: absolute;
    top: -9999px;
}

#forms {
    border: 1px solid #fff;
}

#forms>* {
    display: none;
    margin: 0;
}

#forms>*.showing {
    display: block;
}

.survey-button a {
    background-color: #245881;
    display: block;
    margin: 14px auto;
    padding: 6px;
    text-align: center;
    width: 300px;
}

.survey-button a:hover {
    background-color: #164266;
}

input[type="submit"] {
    background-color: #245881;
    border-radius: 4px;
    margin: 18px 0;
}

input[type="submit"]:hover {
    background-color: #164266;
}

.footer {
    background-color: #fff;
    border-top: 1px solid #ebebeb;
    border-bottom: 101px solid #245881;
}

.footer a {
    display: inline-block;
    padding: 30px 16px 30px 0;
    vertical-align: middle;
}

.footer a:first-of-type {
    margin-left: 50px;
}

.footer a.has-effect div img {
    height: 14%;
}

.footer a.has-effect:hover div img {
    height: 40%;
}


/*********************************************/


/****** Media Queries ************************/


/*********************************************/


/* Add more queries as needed; 992px is the column breakpoint for "medium"  columns in Bootstrap */

@media screen and (max-width: 1260px) {
    #station-list a {
        font-size: .85em;
        padding: 16px 12px;
    }
    #station-list a p {
        line-height: 1.1em;
        margin-top: 9px;
    }
    #resources a {
        color: #245881;
        display: block;
        font-family: "Quicksand", sans-serif;
        font-size: 1.1em;
        font-weight: 700;
        line-height: 1.2em;
        min-height: 68px;
        padding-left: 64px;
        padding-top: 5px;
        position: relative;
        text-transform: uppercase;
    }
    #resources a img {
        width: 50px;
    }
}

@media screen and (max-width: 992px) {
    h1 {
        font-size: 2.2em;
        margin: 20px 0 6px;
    }
    h2 {
        font-size: 1.7em;
    }
    h3 {
        font-size: 1.4em;
        margin: 20px 0 0;
    }
    h4 {
        font-size: 1.3em;
        margin: 28px 0 0;
    }
    h5 {
        font-size: 1.2em;
        margin: 26px 0 0;
    }
    h6 {
        font-size: 1.1em;
        margin: 26px 0 0;
    }
    p,
    li {
        font-size: .9em;
        line-height: 1.3em;
    }
    body {
        max-width: 100%;
    }
    .header {
        padding-top: 0;
    }
    .header>div {
        background-color: #fff !important;
        border: 0 !important;
        height: 72px !important;
        left: 0;
        position: relative;
        max-width: 100%;
    }
    .header h1 {
        font-size: 1.8em;
        padding: 32px;
    }
    #spanish-link {
        font-size: 1.2em;
        line-height: 1.2em;
        padding: 18px;
    }
    #slides>a {
        font-size: 1em;
        height: 34px;
        line-height: 34px;
        opacity: 1;
        width: 34px;
    }
    #slides>span {
        bottom: 14px;
        font-size: 1.3em;
        left: 18px;
        padding: 4px 10px;
    }
    #slides>ul {
        opacity: 1;
    }
    #station-list {
        overflow: auto;
    }
    #station-list>a {
        display: block;
        float: left;
        margin: 0 1% 14px;
        width: 48%;
    }
}

@media screen and (max-width: 630px) {
    .header h1 {
        font-size: 1.5em;
        padding: 20px;
    }
    #spanish-link {
        font-size: 1em;
        padding: 12px 20px;
    }
    #content .row {
        padding: 14px 24px;
    }
    #header-docs a {
        display: block;
        height: auto;
        margin: 0;
        position: static;
        width: 100%;
    }
    #header-docs a:before {
        display: none;
    }
    #header-docs a span {
        display: none;
        position: static;
    }
    #header-docs a p {
        border-bottom: 1px solid #666;
        border-radius: 0;
        font-size: .8em;
        margin: 0;
        opacity: 1;
        position: static;
        padding: 5px;
        width: auto;
    }
    #header-docs a p:after {
        display: none;
    }
    #station-list>a {
        width: 98%;
    }
    .footer {
        border-bottom-width: 54px;
        text-align: center;
    }
    .footer a {
        margin: 0 !important;
    }
}