﻿body {
    background: url('../img/layout/bg-body.png') repeat #F2F2F2;
    font-family: arial, sans-serif;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    font-size: 13px;
}
/* --- HEADER --- */
header.main {
    background: url("../img/layout/bkg-blue3.png") repeat-x #FFFFFF;
    height: 90px;
    margin: 0 auto;
}

/* --- NAV --- */
nav.main {
    margin: 0 auto;
    position: relative;
    width: 1009px;
}

a.main-logo {
    
    float: left;
    height: 100px;
    margin: 10px 0 0 10px;
    position: relative;
    width: 200px;
    z-index: 100;
}

.language {
    float: right;
    font-size: .65em;
    line-height: 1.6;
    margin-top: 10px;
    margin-right: 15px;
}

.birdPaxton {
    float: right;
    margin-top: 10px;
    padding-right: 50px;
    border-width: 0;
}

.login {
    line-height: 1.4em;
    font-family: arial, sans-serif;
    
    float: right;
    padding-right: 50px;
}

    .login div {
        margin-top: 1.5em;
        font-weight: bold;
    }


@media only screen and (min-width: 768px) {
    /* For desktop: */
    nav.site-nav {
        display: block;
        font: 600 0.75em/0.75em "proxima-nova", arial, sans-serif;
        height: 40px;
        position: absolute;
        right: 0;
        top: 50px;
    }
   
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
                              }

    nav.site-nav ul {
        display: block;
        padding: 0;
        font-size: 13px;
        /*line-height: 1.7;*/
        line-height: 1.7em;
        margin: 0.5em 0 1.2em;
        color: #000000;
    }

    nav.site-nav ul li {
        border-radius: 0.5em 0.5em 0 0;
        -moz-border-radius: 0.5em 0.5em 0 0;
        -webkit-border-radius: 0.5em 0.5em 0 0;
        color: White;
        display: block;
        float: left;
        height: 40px;
        margin-left: 1px;
        margin-top: 0;
        padding-bottom: 10px;
        text-align: center;
    }

    nav.site-nav ul li.selected { background-color: #86C874; }

    nav.site-nav ul li a {
        color: white;
        width: 100%;
        padding-top: 14px;
        height: 26px;
        display: block;
        text-decoration: none;
    }

    nav.site-nav ul li a:hover {
        background-color: #86C874;
        height: 40px;
        float: left;
        display: block;
        text-align: center;
        color: White;
        border-radius: 0.5em 0.5em 0 0;
        -moz-border-radius: 0.5em 0.5em 0 0;
        -webkit-border-radius: 0.5em 0.5em 0 0;
    }
}

@media screen and (max-width: 768px) {
    .navbar-toggler { background-color: #009390; }

    .navbackgroundcolor { background-color: #009390 }
}

    .ulpadding {
        padding-left: 8px;
    }
    /* --- Body --- */

    h1.title {
        font-size: 1.8em;
        font-weight: 600;
        font-family: "proxima-nova", arial, sans-serif;
        padding: 3px 0 3px 10px;
        background-color: #cbd7e3;
        color: #231F20;
        margin-bottom: 15px;
    }

    div.container {
        margin: 0 auto;
        position: relative;
        background: rgba(255, 255, 255, 0.8);
        padding: 0 12px 15px;
        /* width: 985px;  */ /* Let Bootstrap deal with this for now */
        -webkit-box-shadow: 0 0 15px 2px rgba(50, 50, 50, 0.1);
        box-shadow: 0 0 15px 2px rgba(50, 50, 50, 0.1);
        z-index: 2;
    }

    /* --- Footer --- */
    footer.footer {
        height: 50px;
        padding-top: 10px;
    }

    footer .privacy-policy {
        font-family: arial,sans-serif;
        font-size: 0.65em;
        float: left;
        color: #1b2e72;
        width: 255px;
        line-height: 1.2;
        padding-right: 10px;
        padding-top: 12px;
    }

    footer .logos {
        float: left;
    }

    footer .social-media {
        float: right;
    }

        footer .social-media .social-media-logo {
            float: right;
            width: 48px;
            height: 21px;
            margin-top: 6px;
        }

    p {
        font-family: arial,sans-serif;
        color: #000000;
    }

    a:active {
        color: #1b2e72;
        text-decoration: none;
    }

    a:hover {
        color: #1b2e72;
        text-decoration: none;
    }

    a:visited {
        color: #1b2e72;
        text-decoration: none;
    }

    a:link {
        color: #1b2e72;
        text-decoration: none;
    }

a {
    color: #1b2e72;
    text-decoration: none;
    /*border-bottom: 1px dotted #1b2e72;*/
}



    nav a, footer a {
        border-bottom: none;
    }

    .select-region {
        font-family: "proxima-nova", arial, sans-serif;
        font-size: 15px;
        color: #1b2e72;
        margin-bottom: -5px;
    }

    .red {
        color: #D2232A;
    }


    h2 {
        color: #1b2e72;
        line-height: 1.2;
        font-family: "proxima-nova", arial, sans-serif;
        font-size: 1.6em;
        font-weight: bold;
    }


        h2.middle5 {
            color: black;
            font-size: 1.5em;
            text-align: center;
            padding-top: 20px;
            padding-bottom: 10px;
            line-height: 1.2;
        }


    h3 {
        color: #1b2e72;
        font-family: "proxima-nova",arial,sans-serif;
        font-size: 1.3em;
        font-weight: bold;
    }

    h4 {
        font-size: 1.1em;
        color: #1b2e72;
        font-weight: bold;
    }

    h5 {
        font-size: 1em;
        color: #1b2e72;
    }

    .middle5 {
        padding: 0 10px 0;
    }

    .link {
        color: #1b2e72;
        font-family: "proxima-nova",arial,sans-serif;
        font-size: 12px;
    }

    .sub-nav a {
        outline: medium none;
    }

    .sub-nav ul {
        margin: 0;
        padding: 0;
    }

    .sub-nav .parent {
        background: url(/img/layout/bg-gray.jpg) repeat scroll 0 0;
        border-bottom: 2px solid white;
        display: block;
        font-size: 2em;
    }

        .sub-nav .parent:hover, .sub-nav .current {
            background: #DADADA none repeat scroll 0 0;
            box-shadow: 0 0 15px 8px #D1D1D1 inset;
        }

        .sub-nav .parent a {
            color: #000c22;
            display: block;
            font: 700 11px/11px Helvetica,Arial,sans-serif;
            font-size: 13px;
            height: 18px;
            padding: 7px 0 10px 50px;
            position: relative;
            text-decoration: none;
            text-transform: uppercase;
            height: 25px;
        }

        .sub-nav .parent span {
            height: 25px;
            position: absolute;
            left: 0;
            top: 0;
            width: 43px;
            background: url("/img/layout/arrow-right.png") repeat scroll 0 0;
        }

        .sub-nav .parent a:hover span, .sub-nav .current span {
            background: url("/img/layout/arrow-down.png") repeat scroll 0 0;
        }

    .module.sub-nav .cell {
        background: white none repeat scroll 0 0;
        display: none;
        padding: 0;
    }

    .sub-nav .cell ul {
        margin: 0;
        padding: 0;
    }

    .sub-nav .cell li {
        border-bottom: 1px dotted #b2b2b2;
    }

    .sub-nav .cell a {
        color: #b61631;
        display: block;
        font: 700 13px/13px Helvetica,Arial,sans-serif;
        padding: 12px 40px;
        text-decoration: none;
    }

        .sub-nav .cell a:hover {
            background: #fafafa none repeat scroll 0 0;
            color: #555;
            padding-left: 42px;
        }

    .sub-nav .cell .last {
    }



    .sub-nav .parent2 {
        background: #DADADA none repeat scroll 0 0;
        box-shadow: 0 0 15px 8px #D1D1D1 inset;
        border-top: 1px solid white;
        display: block;
    }

        .sub-nav .parent2:hover, .sub-nav .current2 {
            background: #BCBCBC none repeat scroll 0 0;
            box-shadow: 0 0 15px 8px #BEBEBE inset;
        }

        .sub-nav .parent2 a {
            color: #000c22;
            display: block;
            font: 900 10px/10px Helvetica,Arial,sans-serif;
            padding: 7px 0 0 50px;
            position: relative;
            text-decoration: none;
            text-transform: uppercase;
            height: 23px;
            line-height: 1.2em;
            font-size: 9.5px;
            font-weight: bold;
        }

        .sub-nav .parent2 span {
            height: 25px;
            position: absolute;
            left: 0;
            top: 0;
            width: 50px;
            background: url("/img/layout/sub-arrow-right.png") no-repeat scroll 0 0;
        }

        .sub-nav .parent2 a:hover span {
            background: url("/img/layout/sub-arrow-down.png") no-repeat scroll 0 0;
        }

    .sub-nav .current2 span {
        background: url("/img/layout/sub-arrow-down.png") no-repeat scroll 0 0;
    }




    .sub-nav .parent3 {
        background: #DADADA none repeat scroll 0 0;
        box-shadow: 0 0 15px 8px #D1D1D1 inset;
        border-top: 1px solid white;
        display: block;
    }

        .sub-nav .parent3:hover, .sub-nav .current3 {
            background: #BCBCBC none repeat scroll 0 0;
            box-shadow: 0 0 15px 8px #BEBEBE inset;
        }

        .sub-nav .parent3 a {
            color: #000c22;
            display: block;
            font: 700 10px/10px Helvetica,Arial,sans-serif;
            height: 27px;
            padding: 7px 0 0 50px;
            position: relative;
            text-decoration: none;
            text-transform: uppercase;
        }

        .sub-nav .parent3 span {
            height: 35px;
            position: absolute;
            left: 0;
            top: 0;
            width: 50px;
            background: url("/img/layout/sub-arrow-right2.png") no-repeat scroll 0 0;
        }

        .sub-nav .parent3 a:hover span {
            background: url("/img/layout/sub-arrow-down2.png") no-repeat scroll 0 0;
        }

    .sub-nav .current3 span {
        background: url("/img/layout/sub-arrow-down2.png") no-repeat scroll 0 0;
    }

    .sub-nav .parent4 {
        background: #DADADA none repeat scroll 0 0;
        box-shadow: 0 0 15px 8px #D1D1D1 inset;
        border-top: 1px solid white;
        display: block;
    }

        .sub-nav .parent4:hover, .sub-nav .current2 {
            background: #BCBCBC none repeat scroll 0 0;
            box-shadow: 0 0 15px 8px #BEBEBE inset;
        }

        .sub-nav .parent4 a {
            color: #000c22;
            display: block;
            font: 700 10px/10px Helvetica,Arial,sans-serif;
            height: 18px;
            padding: 7px 0 0 50px;
            position: relative;
            text-decoration: none;
            text-transform: uppercase;
        }

        .sub-nav .parent4 span {
            height: 25px;
            position: absolute;
            left: 0;
            top: 0;
            width: 50px;
            background: url("/img/layout/sub-arrow-right.png") no-repeat scroll 0 0;
        }

        .sub-nav .parent4 a:hover span {
            background: url("/img/layout/sub-arrow-down.png") no-repeat scroll 0 0;
        }

    .sub-nav .current4 span {
        background: url("/img/layout/sub-arrow-down.png") no-repeat scroll 0 0;
    }

    .comm-lime-box {
        background-color: #E0EECB;
    }

    .comm-light-green-box {
        background-color: #cbe8d9
    }

    .comm-green-box {
        background-color: #cbe8d9;
    }

    .comm-red-box {
        background-color: #F7C1C7;
    }


    .comm-dark-yellow-box {
        background-color: #FCE5BC
    }

    .comm-light-yellow-box {
        background-color: #FEF4E8
    }

    .comm-orage-box {
        background-color: #FAD493;
    }

    .comm-box-pad {
        padding: 5px;
    }


    .comm-blue-box {
        background-color: #cbe7eb;
    }

    .SideBar {
        background: url(/img/layout/bg-green.jpg) repeat #F2F2F2;
        padding: 20px 20px 10px 25px;
        margin-top: 10px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .SideBar h4 {
            color: #1b2e72;
        }

    img.hoverImg:hover {
        opacity: .6;
        transition: .3s ease-in;
    }

    ul, ol {
        margin-top: 2px;
    }

        ul li {
            margin-bottom: 0px;
        }

        ol li h4 {
            margin-top: 10px;
            margin-bottom: 8px;
        }

    a.litext {
        color: white;
    }




    .field-validation-error {
        color: red;
        font-size: smaller;
    }



.buttonlength {
    padding-right: 214px;
}

.mobilemenufont {
    font-size: 18px;
    line-height: 2;
}



    .btn-resources {
        padding: 9px 2px 6px 2px;
        background: #cbd7e3;
        margin-bottom: 12px;
        display: block;
        min-height: 35px;
    }

    .current {
        background: #f2f2f2 url(/img/layout/bg-green.jpg) repeat scroll 0 0;
        -moz-box-shadow: inset 0 0 14px #9BC655;
        -webkit-box-shadow: inset 0 0 14px #9BC655;
        box-shadow: inset 0 0 14px #9BC655;
    }

    h4.title-resources {
        font-size: 12px;
        font-family: "proxima-nova", arial, sans-serif;
        color: #231F20;
        text-align: right;
        margin-top: 0;
    }

    /* Use a media query to add a breakpoint at 375px: */
    @media screen and (max-width: 415px) {
        header.main {
            background: url(../img/layout/bkg-blue3.png) repeat-x #FFFFFF;
            height: 100%;
            margin: 0 auto;
        }
    }

    /* Use a media query to add a breakpoint at 375px: */
@media screen and (max-width: 415px) {
    nav.main {
        margin: 0 auto;
        position: relative;
        width: 343px;
        padding-bottom: 15px;
    }
}

    /* Use a media query to add a breakpoint at 375px: */
@media screen and (max-width: 415px) {
    .buttonspace {
        padding-top: 10px;
    }
}

    /* Use a media query to add a breakpoint at 375px: */
@media screen and (max-width: 415px) {
    .mobilebtn {
        padding-left: 13px;
        padding-top: 48px;
    }
}

    /* Use a media query to add a breakpoint at 375px: */
@media screen and (max-width: 415px) {
    .footerlogos {
        padding-top: 15px;
    }
}

/* Use a media query to add a breakpoint at 375px: */
@media screen and (max-width: 415px) {
    .birdPaxton {
        float: left;
        margin-top: 10px;
        border-width: 0;
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* Use a media query to add a breakpoint at 375px: */
@media screen and (max-width: 415px) {
    .login {
        line-height: 1.4em;
        font-family: arial, sans-serif;
        padding-right: 10px;
    }
}

