#header {
    position: relative;
}
#header #top {
    border-bottom: 10px solid #ffc527;
    background-color: #fff;
    height: 70px;
}
#header #brand {
    font-size: 15px;
    background-color: #ffc527;
    padding: 5px 35px 1px 20px;
    line-height: 1.5em;
    color: #000;
}
    #header #brand #txt {
        margin-top: 8px;
    }
    #header #brand p:first-child {
        font-size: 20px;
    }
    #header #brand p:last-child {
        font-size: 22px;
    }
    #header #brand a {
        color: #000;
        display: block;
    }
#primary_nav li {
    display: inline-block;
}
    #primary_nav li:last-child {
        border-left: 1px solid #ccc;
    }
    #primary_nav li a {
        display: block;
        font-size: 21px;
        color: #003471;
        padding: 18px 25px 22px 25px;
        font-weight: bold;
        text-decoration: none;
        letter-spacing: .05em;
    }
#primary_nav .image_nav a {
    padding: 18px 18px 22px 18px;
}
#primary_nav a:hover {
    background-color: #ffc527;
    color: #fff;
}
#primary_nav img {
    margin-bottom: -16px;
}
#primary_nav .primary {
    vertical-align: bottom;
}
    #primary_nav .primary:hover {
        background-color: #ffc527;
    }
#primary_nav #services_indicator {
    margin-left: -18px;
    margin-bottom: -22px;
}
#primary_nav_wrap {
    white-space: nowrap;
}
#mega_nav {
    position: absolute;
    width: 100%;
    background-color: #fff;
    left: 0;
    top: 70px;
    border-top: 1px solid #ffc527;
    border-bottom: 10px solid #ffc527;
    z-index: 111;
    box-shadow: 0px 20px 12px -14px #656565;
}
    #mega_nav .column {
        border-left: 1px solid #ccc;
        padding: 0 75px 20px 75px;
    }
        #mega_nav .column:first-child {
            border-left: none;
        }
    #mega_nav a {
        color: #003471;
        text-decoration: none;
        font-size: 18px !important;
        padding: 2px !important;
        font-weight: normal !important;
    }
        #mega_nav a:hover {
            background-color: #fff !important;
            color: #003471 !important;
        }
    #mega_nav ul,
    #mega_nav li {
        list-style-type: none;
        display: block !important;
    }
        #mega_nav li:hover {
            opacity: .6;
        }
    #mega_nav #mega_nav_wrap {
        margin: auto;
        display: table;
    }
        #mega_nav #mega_nav_wrap li {
            border-bottom: 1px solid #ccc;
            margin-bottom: 2px;
            padding-bottom: 2px;
            width: 350px;
        }
    #mega_nav h2 a {
        border-bottom: 1px solid #ccc;
        display: block;
        font-weight: bold !important;
    }
        #mega_nav h2 a:hover {
            opacity: .6;
        }
    #mega_nav #close_mega_nav {
        position: absolute;
        top: 0;
        right: 0;
    }
.sub-nav {
    display: none;
}
    .sub-nav.open {
        display: block;
    }
#search {
    width: 50%;
    position: relative;
    opacity: 0;
}
    #search fieldset {
        border: 0;
        padding: 10px;
    }
    #search #searchTextBox,
    #search .sfsearchTxt {
        padding: 15px;
        width: 70%;
        border: 1px solid #003471;
    }
    #search .sfsearchSubmit {
        border: none;
        font-size: 20px;
        background-color: #003471;
        color: #fff;
        padding: 5px 20px 10px 20px;
        margin-left: 15px;
        height: 50px;
    }
    #search #search_wrap {
        width: 90%;
    }
    #search #close_search {
        padding: 18px 20px 0 10px;
    }
#footer {
    background-color: #ffc527;
    color: #000;
    font-size: 14px;
    padding-bottom: 30px;
}
    #footer .icons img {
        padding: 20px 20px 20px 0;
    }
        #footer .icons img:hover,
        #footer #back_to_top img:hover {
            opacity: .65;
        }
    #footer #back_to_top img {
        padding: 20px 0 20px 20px;
    }
    #footer a {
        color: #000;
        font-size: 14px;
    }
    #footer #footer_nav a {
        color: #fff;
        padding: 25px 10px 10px 10px;
        font-size: 22px;
        display: inline-block;
    }
    #footer #footer_top {
        border-bottom: 1px solid #000;
    }
        #footer #footer_top .r img {
            padding: 20px 0 20px 0;
        }
        #footer #cols .col {
            width: 25%;
        }
        #footer #cols .nav {
            line-height: 2em;
        }
    #footer .hd {
        font-size: 20px;
        font-weight: bold;
    }
#language_selection {
    position: absolute;
    top: 70px;
    right: 0;
    z-index: 111;
    background-color: #fff;
    width: 200px;
    border-bottom: 10px solid #ffc527;
}
    #language_selection a {
        color: #003471;
        text-decoration: none;
        display: block;
        padding: 5px 10px 5px 10px;
    }
        #language_selection a:hover {
            background-color: #003471;
            color: #fff;
        }
    #language_selection .sflangSelected {
        display: none;
    }
.section_row {
    background-color: #edf2f9;
    margin: 25px 0 25px 0;
}
.divider {
    margin: 50px 650px 30px 650px;
    height: 1px;
    background-color: #003471;
}
h2 {
    font-size: 24px;
    color: #003471;
}
.button_dark_blue a {
    background-color: #003471;
    padding: 10px 30px 10px 30px;
    display: table;
    color: #fff !important;
    text-decoration: none;
}
    .button_dark_blue a:hover {
        opacity: .85;
    }
.button_yellow a {
    background-color: #ffc527;
    padding: 10px 30px 10px 30px;
    display: table;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    color: #000 !important;
}
    .button_yellow a:hover {
        opacity: .85;
    }
#footer .button_contact {
    width: 160px;
    text-decoration: none;
    padding: 10px 20px 10px 20px;
}
    #footer .button_contact:hover {
        opacity: .65;
    }
    #footer .button_contact .label {
        font-size: 16px;
        padding: 15px;
    }
.nav_dropdown .nav_dropdown_list {
    position: absolute;
    top: 65px;
    z-index: 100;
    background-color: #fff;
    border-bottom: 5px solid #ffc527;
}
    .nav_dropdown .nav_dropdown_list li {
        display: table !important;
        width: 100%;
    }
    .nav_dropdown .nav_dropdown_list a {
        text-align: left;
        font-size: 18px !important;
        padding: 10px 15px 10px 15px !important;
    }
.list_items li {
    background-position: 0% 40% !important;
}
.layout > .layout_50_50 {
    width: 50%;
}
.acc_nav_skip {
    position: fixed;
    top: 0;
    z-index: 300;
    opacity: 0;
}
    .acc_nav_skip:focus { opacity: 1; }

/* Carousel */
#carousel {
    width: 100%;
    height: 550px;
    position: relative;
}
    #carousel a {
        text-decoration: none;
    }
    #carousel #carousel_navigation {
        margin-top: 10px;
        width: 100%;
        position: absolute;
        z-index: 100;
    }
        #carousel #carousel_navigation img {
            padding: 5px;
        }
        #carousel #carousel_navigation .slide_button {
            display: inline-block;
            width: 18px;
            height: 18px;
            margin: 0 5px 0 5px;
            border: none;
        }

/* Mobile */
.m_toggle,
.m_t_toggle,
.m_p_toggle {
    display: none;
}

/* Fixed Footer */
#project {
    min-height: 100%;
    position: relative;
}
#body {
    padding-bottom: 420px;
}
#footer {
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    height: 390px;
    z-index: 100;
}
html,
form,
body,
main {
    height: 100%;
}