/*********************************************
 * Fonts
 *********************************************/
@font-face {
    font-family: 'lato';
    font-weight: 400;
    src: url('../fonts/lato/Lato-Regular.woff2') format('woff2'),
    url('../fonts/lato/Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'lato';
    font-weight: 600;
    src: url('../fonts/lato/Lato-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'proxima-nova';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/proxima-nova/ProximaNova-Regular.eot');
    src: url('../fonts/proxima-nova/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/proxima-nova/ProximaNova-Regular.woff2') format('woff2'),
    url('../fonts/proxima-nova/ProximaNova-Regular.woff') format('woff'),
    url('../fonts/proxima-nova/ProximaNova-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'proxima-nova';
    font-weight: 400;
    font-style: italic;
    src: url('../fonts/proxima-nova/ProximaNova-RegularIt.eot');
    src: url('../fonts/proxima-nova/ProximaNova-RegularIt.eot?#iefix') format('embedded-opentype'),
    url('../fonts/proxima-nova/ProximaNova-RegularIt.woff2') format('woff2'),
    url('../fonts/proxima-nova/ProximaNova-RegularIt.woff') format('woff'),
    url('../fonts/proxima-nova/ProximaNova-RegularIt.ttf') format('truetype');
}

@font-face {
    font-family: 'proxima-nova';
    font-weight: 600;
    font-style: normal;
    src: url('../fonts/proxima-nova/ProximaNova-Semibold.eot');
    src: url('../fonts/proxima-nova/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/proxima-nova/ProximaNova-Semibold.woff2') format('woff2'),
    url('../fonts/proxima-nova/ProximaNova-Semibold.woff') format('woff'),
    url('../fonts/proxima-nova/ProximaNova-Semibold.ttf') format('truetype');
}

@font-face {
    font-family: 'proxima-nova';
    font-weight: 600;
    font-style: italic;
    src: url('../fonts/proxima-nova/ProximaNova-SemiboldIt.eot');
    src: url('../fonts/proxima-nova/ProximaNova-SemiboldIt.eot?#iefix') format('embedded-opentype'),
    url('../fonts/proxima-nova/ProximaNova-SemiboldIt.woff2') format('woff2'),
    url('../fonts/proxima-nova/ProximaNova-SemiboldIt.woff') format('woff'),
    url('../fonts/proxima-nova/ProximaNova-SemiboldIt.ttf') format('truetype');
}

/*********************************************
 * General Styles
 *********************************************/
::selection {
    background-color: #0e62ae;
    color: #ffffff;
}

.menu .open > a {
    outline: -webkit-focus-ring-color auto 5px !important; /* Bootstrap is removing an accessibility outline we need to put back in */
}

body {
    min-width: 250px;
    font-size: 16px;
    font-family: proxima-nova, arial, sans-serif;
    color: #000000;
    background-color: #002e5d;
    overflow-y: auto;
    overflow-x: hidden;
    text-decoration-skip-ink: none;
    /* Keeps IE from going behind scroll bar on right */
    -ms-overflow-style: scrollbar;
}

/*********************************************
 * MSM Template
 *********************************************/

.main-content-wrapper {
    /*color: #404040;*/
    background-color: #fff;
}

#overlay {
    background-color: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: .6;
    display: none;
    z-index: 50;
}

#navbar-overlay {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: none;
    z-index: 1;
}

#print-msm-logo-footer {
    display: none;
}

/* Placeholder styles -- browser-specific selectors */
::-webkit-input-placeholder {
    color: #cad0d6;
}

:-moz-placeholder {
    color: #cad0d6;
}

::-moz-placeholder {
    color: #cad0d6;
}

:-ms-input-placeholder {
    color: #cad0d6;
}

/*********************************************
 * Header
 *********************************************/
.skip-to-content, .skip-to-content:focus {
    color: white !important;
    background-color: #0077c8;
}

#header {
    position: relative;
    z-index: 70;
    background-color: inherit;
}

#header-bar {
    position: relative;
    z-index: 60;
}

#header-bar li {
    margin-top: 0;
}

#top-bar {
    width: 100%;
    margin: 0 auto;
    font-family: lato, helvetica, sans-serif;
    font-weight: bold;
    font-size: .92em;
}

#top-bar #toolbar img {
    height: 30px;
    width: 30px;
}

#top-bar a, #top-bar a:hover, #mobile-nav-row a:focus {
    text-decoration: none;
}

#apply-donate-recruit ul {
    margin: 10px 0 0 15px;
    padding: 0;
}

#apply-donate-recruit li {
    display: inline-block;
    margin-right: 30px;
}

#mobile-logo-wrapper a {
    height: 100%;
    vertical-align: middle;
    padding: 20px;
}

#mobile-logo-wrapper img {
    width: 100%;
}

#toolbar > ul {
    text-align: right;
    margin: 0;
    padding: 0;
}

#toolbar > ul > li {
    display: inline-block;
    cursor: pointer;
}

#toolbar > ul > li > a > * {
    text-align: center;
}

.action-link {
    text-transform: uppercase;
}

#sign-in > a {
    word-wrap: break-word;
}

#sign-in.open > a .caret {
    transform: rotate(180deg);
}

#sign-in > ul, #search-form {
    width: 100%;
}

#sign-in.open, #search-icon.open, #hamburger.open, #homeburger.open {
    background-color: #fff;
    z-index: 20;
}

#sign-in-text {
    text-transform: uppercase;
}

#sign-in.open > a {
    color: #0e62ae;
}

#sign-in > ul {
    color: #0e62ae;
    display: none;
    position: absolute;
    left: 0;
    background-color: inherit;
    text-align: left;
    list-style: none;
    border-bottom: 1px solid #75757a;
    padding-left: 0;
    z-index: 2;
}

#sign-in > ul a {
    color: #404040;
    display: block;
    font-family: proxima-nova, arial, sans-serif;
    font-weight: normal;
}

#sign-in > ul a:hover {
    color: #0e62ae;
}

#sign-in .login {
    list-style-image: none;
    margin-left: -15px;
}

#sign-in .login a {
    font-weight: bold;
}

#sign-in .logout a {
    font-weight: bold;
}

#search-form {
    display: none;
    position: absolute;
    z-index: 60;
    margin: 0;
    background-color: #fff;
    text-align: left;
    font-family: proxima-nova, arial, sans-serif;
    font-weight: normal;
}

#search-form form {
    padding: 5px;
}

#search-form input {
    color: #404040;
    margin: 0;
    padding: 15px 10px;
    text-align: left;
    border: none;
}

#search-form input:focus {
    outline: none;
}

#search-form #search-field {
    width: 100%;
    padding: 10px 45px 10px 5px;

}

#search-form .submit {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 10px;
    top: 0;
    padding: 10px;
    background-color: #fff;
}

#sign-in.open .show-closed, #search-icon.open .show-closed, #hamburger.open .show-closed, .show-open, #homeburger.open .show-closed {
    display: none;
}

#sign-in.open .show-open, #search-icon.open .show-open, #hamburger.open .show-open, #homeburger.open .show-open {
    display: inline-block;
}

#homeburger {
    margin-right: 15px;
    position: relative;
    font-weight: normal;
}

#full-logo-wrapper {
    position: relative;
    padding-bottom: 25px;
}

.msm-dark-logo {
    display: none;
}

/*********************************************
 * Hamburger Expander
 *********************************************/
#mobile-nav-row {
    position: relative;
    z-index: 55;
}

#mobile-nav-row li {
    margin-top: 0;
}

#mobile-nav-row > .container {
    position: absolute;
    display: none;
    background-color: #fff;
    width: 100%;
}

#mobile-menu-wrapper {
    padding: 0;
    box-shadow: 1px 1px 8px #404040;
}

#mobile-search {
    border-top: 1px solid #e3e9ea;
    position: relative;
    padding: 10px;
}

#mobile-search input {
    padding: 5px;
    border: none;
}

#mobile-search input:focus {
    outline: none;
}

input#mobile-search-field {
    width: 100%;
    padding-right: 65px;
}

#mobile-search .submit {
    width: 45px;
    height: 45px;
    position: absolute;
    margin-right: 20px;
    right: 0;
    top: 0;
    padding: 10px;
    background-color: #fff;
}

#mobile-menu {
    padding: 0;
    margin: 0;
}

#mobile-menu .msm-home-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent url('../img/home-blue.svg') no-repeat center top;
}

#mobile-menu img {
    height: 20px;
}

#mobile-menu .mobile-msm-home > a:hover .msm-home-icon {
    background: transparent url('../img/home-light.svg') no-repeat center top;
}

#mobile-menu ul {
    padding: 0;
    display: none;
}

#mobile-menu .msm-force-open > ul {
    display: block;
}

#mobile-menu a {
    color: #0e62ae;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 12px 10px;
}

#mobile-menu ul a {
    padding-left: 40px;
    /*background-color: #e5e5e6;*/
}

#mobile-menu ul ul a {
    padding-left: 70px;
    background-color: #fff;
}

#mobile-menu ul ul ul a {
    padding-left: 100px;
    background-color: #f5f7f7;
}

#mobile-menu li {
    list-style: none;
    border-top: 1px solid #e5e5e6;
    padding: 0;
    position: relative;
    background-color: #fff;
}

#mobile-menu a.expand-sibling {
    list-style: none;
    border-top: 1px solid #e5e5e6;
}

#mobile-menu li a:hover {
    text-decoration: none;
    background-color: #0e62ae;
    color: #fff;
}

#mobile-menu li a.expanded-Menu {
    text-decoration: none;
    background-color: #0e62ae;
    color: #fff;
}

#mobile-menu li.current_page_item > a {
    text-decoration: none;
    background-color: #0e62ae;
    color: #fff;
}

#mobile-menu a > img {
    margin-right: 5px;
}

#mobile-menu a > img.show-hover,
#mobile-menu a:hover > img.show-normal,
#mobile-menu a.expanded-Menu > img.show-normal {
    display: none;
}

#mobile-menu a:hover > img.show-hover,
#mobile-menu a > img.show-normal,
#mobile-menu a.expanded-Menu > img.show-hover {
    display: inline-block;
}

#mobile-nav-row .expand + a {
    padding-right: 100px;
}

#mobile-nav-row .expand {
    display: block;
    position: absolute;
    cursor: pointer;
    width: 90px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #f5f7f7;
    border-left: 1px solid #e5e5e6;
    text-align: center;
    background-image: url('../img/dropdown-arrow.svg');
    background-position: center 16px;
    background-repeat: no-repeat;
    background-size: 12px 12px;
}

#mobile-nav-row .expand.openArrow {
    background-color: #e5e7e7;
    background-image: url('../img/dropdown-arrow-reversed.svg');
}

#mobile-menu .expand-sibling {
    border-top:1px solid #e3e9ea;
    top: auto;
}

#mobile-nav-row .expand:hover {
    background-color: #e5e5e6;
}

#mobile-menu-wrapper a {
    cursor: pointer !important;
}

/*********************************************
 * Navbar
 *********************************************/
#nav-row { /* entire Navbar */
    color: #fff;
    position: relative;
    z-index: 55;
    font-size: 1.1em;
}

#primary-menu-wrapper {
    position: relative;
}

#primary-menu-wrapper .menu { /* top ul in Navbar */
    margin-bottom: 0;
    font-weight: normal;
    padding: 0;
}

#primary-menu-wrapper li {
    list-style: none;
    margin-top: 0;
}

#primary-menu-wrapper .menu > li { /* top-level li in Navbar */
    display: inline-block;
}

#primary-menu-wrapper .menu > li:hover {
    background-color: #fff;
    background-color: rgba(255,255,255,0.25);
    border-color: transparent;
}

#primary-menu-wrapper.menu-color-default .menu > li:hover {
    background-color: #0e62ae;
    border-color: transparent;
}

#primary-menu-wrapper .menu > li > a {
    color: #fff;
    border: 1px solid transparent;
    padding: 11px 20px;
    display: inline-block;
}

#primary-menu-wrapper .menu > li > a:hover {
    text-decoration: none;
}

#primary-menu-wrapper .menu > li.open > a {
    background-color: #fff;
    color: #0e62ae;
    border: 1px solid #888;
    border-bottom: 1px solid transparent;
}

#primary-menu-wrapper .level-1 > li > ul { /* dropdown menu */
    display: none;
    position: absolute;
    z-index: -1;
    background-color: #fff;
    box-shadow: 1px 1px 8px #404040;
    margin-left: 1px;
}

#primary-menu-wrapper a:not([href]) {
    cursor: default;
}

#primary-menu-wrapper ul.level-1 > li > a:not([href]) {
    cursor: pointer;
}

/*********************************************
 * Content
 *********************************************/

.main-content {
    /*overflow-x: hidden;*/
    margin-bottom: 40px;
}

#breadcrumb {
    margin: 10px 0;
    padding: 0;
    font-size: .8em;
    color: #75757a;
    list-style: none;
    list-style-type: none;
    line-height: 1.9em;
}

#breadcrumb li {
    display: inline;
    margin: 0;
    line-height: 1.5em;
}

#breadcrumb li:before {
    margin: 0 10px;
    display: inline-block;
    position: relative;
    content: "\A";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #75757a;
}

#breadcrumb li.breadcrumb-home:before {
    margin: 0;
    border: none;
}

#breadcrumb li.breadcrumb-home > a {
    color: rgba(0,0,0,0);
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent url('../img/home-dark.svg') no-repeat center top;
    overflow: hidden;
}

#breadcrumb > li.dropdown.open > a {
    background: transparent url('../img/home-blue.svg') no-repeat center top;
}

#breadcrumb .breadcrumb-dropdown {
    padding: 0;
    font-size: 1em;
}

#breadcrumb .breadcrumb-dropdown li::before {
    display: none;
}

#breadcrumb .breadcrumb-dropdown a {
    color: #0e62ae;
    padding: 8px 15px;
}

#breadcrumb li a {
    color: #002e5d;
}

#breadcrumb li.breadcrumb-current-page {
    color: #75757a;
}

#msm-no-title {
    margin-top: 9px;
}

#sidebar-content {
    margin-bottom: 40px;
}

#sidebar-menu {
    font-size: .95em;
    margin-top: 15px;
    margin-bottom: 75px;
}

#sidebar-menu a {
    color: #002e5d;
}

#sidebar-menu a:hover {
    text-decoration: underline;
}

#sidebar-menu > ul#menu-site-map {
    padding-left: 0;
}

#sidebar-menu ul {
    list-style: none;
    padding-left: 20px;
}

#sidebar-menu > ul > li > a {
    font-weight: 600;
    font-size: 1.25em;
}

#sidebar-menu li li {
    margin: 10px 0;
}

#sidebar-menu li li li {
    display: none;
    font-weight: normal;
}

#sidebar-menu li li.current_page_item li {
    display: list-item;
}

#sidebar-menu li li.current_page_item {
    list-style: disc;
    list-style-image: url('../img/bullet-arrow-dark.svg');
    font-weight: bold;
}

#sidebar-menu li li.current_parent_item {
    font-weight: bold;
}

#sidebar-menu li li.current_page_item li a, #sidebar-menu li li.current_parent_item li a {
    color: #0e62ae;
}

#sidebar-menu li li.current_parent_item li.current_page_item {
    list-style: disc;
    list-style-image: url('../img/bullet-arrow-dark.svg');
}

.sidebar-content {
    margin: 40px 0;
}

.sidebar-content h6:first-child {
    border-bottom: 2px solid #75757a;
}

/*********************************************
 * Footer
 *********************************************/
#footer {
    padding: 40px 0;
    font-weight: bold;
}

#footer, #footer a {
    color: #e5e5e6;
}

#footer ul {
    list-style: none;
    font-weight: normal;
    padding-left: 0;
}

#footer li {
    margin-top: 0;
}

#footer a {
    display: inline-block;
}

#footer a:hover {
    text-decoration: underline;
}

#footer .first-col li {
    font-weight: bold;
}

#footer .programs {
    padding-left: 0;
    padding-right: 0;
    /* Keep footer from cause the page to scroll x */
    overflow-x: hidden;
}

#footer .programs li {
    line-height: 18px;
    font-family: lato, helvetica, sans-serif;
}

#footer .programs a {
    color: #bdbec0;
}

#footer .last-col {
    text-align: center;
}

#footer .last-col a {
    padding: 0 0;
}

#footer .social-media-icon img {
    width: 50px;
    height: 50px;
    margin: 0 8px 20px 8px;
}

#footer img.msm-logo {
    margin: 30px 0 15px 0;
    max-width: 100%;
    width: 325px;
}

#footer .copyright {
    font-size: .75em;
    font-weight: normal;
    margin-bottom: 20px;
    color: #bdbec0;
}

#footer .copyright a {
    text-indent: 0;
}

#footer .accreditation-logo {
    display: inline-block;
    margin-left: 10px;
    height: 80px;
}

#footer .accreditation-logo:first-child {
    margin-left: 0;
}

#footer .privacy {
    font-weight: normal;
    font-size: .75em;
}

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

/* Non-print */
@media only screen {

}

/* Tablets */
@media only screen and (min-width: 768px), print {
    #navbar-overlay {
        right: 270px;
    }
}

/* Desktops */
@media only screen and (min-width: 992px) {
    #top-bar #toolbar img {
        height: 20px;
        width: 20px;
    }

    #overlay {
        opacity: 0;
    }

    #toolbar {
        margin-right: 1px;
        position: relative;
        z-index: 1;
    }

    #toolbar > ul > li {
        vertical-align: top;
    }

    #toolbar > ul > li > a {
        display: block;
        padding: 10px 15px;
        line-height: 1.4em;
    }

    #homeburger.open,
    #sign-in.open,
    #sign-in.open > ul,
    #search-form,
    #search-icon.open {
        box-shadow: 1px 1px 8px #404040;
    }

    #sign-in {
        width: 200px;
        text-align: center;
        position: relative;
    }

    #sign-in > ul {
        list-style-image: url('../img/bullet-arrow-dark.svg');
        padding: 0 15px 10px 30px;
    }

    #sign-in > ul::before {
        background-color: #fff;
        display: block;
        content: "";
        font-size: 0;
        width: 200px;
        height: 9px;
        position: relative;
        top: -9px;
        left: -30px;
    }

    #sign-in > ul > li {
        margin-bottom: 5px;
    }

    #sign-in .logout {
        border-top: 1px solid #eee;
        padding-top: 10px;
        list-style-image: none;
        margin-left: -15px;
    }

    #search-icon {
        position: relative;
    }

    #search-form {
        right: 0;
        width: 367px;
    }

    #search-form::before {
        background-color: #fff;
        display: block;
        content: "";
        font-size: 0;
        width: 50px;
        height: 6px;
        position: relative;
        top: -6px;
        right: -317px;
    }

    #search-form form {
        padding-top: 0;
    }

    #search-field {
        padding-right: 40px;
    }

    #search-form .submit {
        width: 45px;
        border: none;
        right: 5px;
    }

    #footer .first-col li {
        margin-bottom: 20px;
    }

    #footer .programs {
        padding-left: 15px;
        padding-right: 15px;
    }

    #footer .programs div {
        margin-bottom: 20px;
    }

    #footer .programs ul {
        margin-top: -3px;
    }

    #footer .programs li {
        margin-top: 12px;
    }

    #footer .last-col {
        text-align: left;
        font-weight: bold;
        font-size: 1.1em;
    }

    #footer .last-col div div {
        margin-bottom: 10px;
    }

    #footer .last-col img {
        margin: 0 16px 20px 0;
    }

    #footer > div {
        padding-left: 30px;
        padding-right: 30px;
    }

    #footer .privacy {
        font-size: 1em;
    }

    #navbar-overlay {
        right: 0;
    }
}

/* Everything EXCEPT Desktops */
@media only screen and (max-width: 991px) {
    #header-bar > div.container {
        margin: 0 0 0 0;
        width: 100%;
        padding-right: 0;
    }

    #toolbar > ul {
        font-size: 0em;
    }

    #toolbar > ul > li {
        font-size: 16px;
    }

    #toolbar > ul > li > a {
        display: inline-block;
        width: 100%;
        height: 100%;
        padding: 30px;
    }

    #sign-in > ul > li {
        border-top: 1px solid #e5e5e6;
    }

    #sign-in > ul a {
        display: inline-block;
        width: 100%;
        padding: 10px;
        color: #0e62ae;
    }

    #sign-in > ul a:hover {
        color: #fff;
        background-color: #0e62ae;
    }

    #search-form, #sign-in > ul {
        top: 90px;
    }

    #search-form {
        left: 0;
        border-top: 1px solid #e5e5e6;
    }

    #footer .programs {
        clear: both;
    }

    #footer .programs .sub-heading {
        margin: 15px 0 5px 0;
    }

    #footer .row div:nth-child(n+2) {
        text-indent: 20px;
    }

    #footer ul {
        text-indent: 0;
    }

    #footer li {
        padding: 0;
    }

    #footer ul a {
        width: 100%;
        padding: 10px 0 10px 50px;
    }

    #footer ul a:hover {
        background-color: #113a5d;
        text-decoration: none;
    }
}