﻿body {
    margin: 0;
    font: 14px/1.5em Helvetica, Arial, sans-serif;
    background: #265c98;
    background: -moz-linear-gradient(top, #265c98 0%, #66adf2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #265c98), color-stop(100%, #66adf2));
    background: -webkit-linear-gradient(top, #265c98 0%, #66adf2 100%);
    background: -o-linear-gradient(top, #265c98 0%, #66adf2 100%);
    background: -ms-linear-gradient(top, #265c98 0%, #66adf2 100%);
    background: linear-gradient(to bottom, #265c98 0%, #66adf2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#265c98', endColorstr='#66adf2', GradientType=0 );
}

body, caption, th, td, input, textarea, select, option, legend, fieldset {
    font-family: Helvetica, Arial, sans-serif;
}

a, a:visited {
    color: #265c99;
    text-decoration: none;
}

    a:hover, a:active {
        color: #052980;
    }

    a.button {
        color: #fff;
    }

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3em;
    color: #265c98;
    font-family: Helvetica, Arial, sans-serif;
}

h1 {
    font-size: 2.2em;
    font-weight: normal;
    padding: 0 0 0.5em;
    margin: 0;
}

h2 {
    font-size: 1.8em;
    font-weight: normal;
    margin-bottom: 0.75em;
}

h3, article h3, .treesubtype {
    font-size: 1.4em;
    margin-bottom: 10px;
    font-weight: normal;
}

h4, .panel h4 {
    font-size: 1.2em;
    margin-bottom: 1.25em;
    color: #265c98;
}

h5 {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 1.5em;
    color: #c7a108 !important;
}

h6 {
    font-size: 1em;
    font-weight: bold;
}

p, table p {
    margin: 0 0 1em 0;
}

.nav-utility {
    margin-top: 80px;
    text-align: right;
}

.languages, .userinfo {
    margin: 12px 0;
    text-align: right;
    font-size: 90%;
}


ul, ol {
    margin-left: 0;
}

.header_wrapper {
    height: 180px;
}

header.header_wrapper {
    height: 180px;
    max-width: 960px;
    background: #fff;
    margin: 0 auto;
    padding-top: 0;
}

.logoimage {
    display: block;
    height: 101px;
    width: 375px;
    background: url("../images/UFCW1518.jpg") no-repeat center !important;
    margin-left: 20px;
    margin-top: 40px;
}

#content_body {
    background: #d9edfc center top no-repeat;
}

#content-area p img {
    max-width: 640px;
}


/* -----------------------------------------
    LOGIN SCREEN Styles
----------------------------------------- */

.login #content_body {
    padding-bottom: 50px;
}

.login .shadedpanel, div.shadedpanel {
    background: rgba(255, 255, 255, .8) !important;
    margin-top: -9px;
    border-radius: 6px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0px;
}

.login #content_wrapper, #content_wrapper {
    background: none;
}

.loginimage {
    background: none;
    height: 100px;
    width: 100%;
    padding-left: 0px;
    padding-top: 0px;
    text-align: center;
    color: #FFF;
}

.logintext1 span {
    font-size: 40pt;
    font-family: inherit;
    font-weight: bold;
    color: #265c98;
    padding-left: 40px;
}

.logintext3 {
    padding-top: 5px;
    font-size: 20pt;
    padding-left: 35px;
    font-style: italic;
    color: #265c98;
    line-height: 130%;
}



/* -----------------------------------------
    NAVIGATION Styles
----------------------------------------- */


nav {
    margin: 0 auto;
    z-index: 100;
    max-width: 960px;
    display: block;
    background: #D9EDFC;
}

#nav-main ul {
    background: #265c98;
    background: -moz-linear-gradient(top, #265c98 0%, #66adf2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #265c98), color-stop(100%, #66adf2));
    background: -webkit-linear-gradient(top, #265c98 0%, #66adf2 100%);
    background: -o-linear-gradient(top, #265c98 0%, #66adf2 100%);
    background: -ms-linear-gradient(top, #265c98 0%, #66adf2 100%);
    background: linear-gradient(to bottom, #265c98 0%, #66adf2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#265c98', endColorstr='#66adf2', GradientType=0 );
}

    #nav-main ul li {
        text-transform: uppercase;
    }

nav ul li:first-child {
    border-left: none;
}

nav ul li a {
    font-family: Helvetica, Arial, sans-serif;
    float: left;
    padding: 5px 13px 5px 13px;
    letter-spacing: 0px;
    font-weight: bold;
    font-size: 12px;
    vertical-align: middle;
    line-height: 37px;
    color: #fff !important;
    border: none;
    width: 100%;
    box-sizing: border-box;
    height: 47px;
}

nav > ul > li.haschildren {
    padding-right: 0px;
    background: none;
    cursor: pointer;
}

nav > ul li.haschildren a {
    background: url('../images/icons/downwhite.png') right 5px center no-repeat;
    padding-right: 25px;
    cursor: pointer;
}

nav > ul li.haschildren li a {
    background: none;
    padding-right: 0px;
    cursor: pointer;
}

nav > ul ul {
    background: #FFF !important;
    border: none;
    border-bottom: 3px solid #265c98;
}

    nav > ul ul li {
        background: #FFF !important;
        border: none;
        padding: 0px;
    }

nav ul li a:hover {
    background: #fac90a;
    color: #265C98 !important;
}

nav ul ul li a {
    color: #265C98 !important;
}

    nav ul ul li a:hover {
        background: #fac90a;
        color: #265C98 !important;
    }


/* -----------------------------------------
   POST AND ARTICLE Styles
----------------------------------------- */

#content_body .twelve:first-child {
    padding-top: 15px;
}

.postarticle {
    padding-bottom: 15px;
}

.postcontent {
    margin-bottom: 10px;
}


/* -----------------------------------------
   FOOTER Styles
----------------------------------------- */



#footer_wrapper {
    background: none;
    min-height: 80px;
}


#footer {
    background: #1a6aa5 url("../images/UFCW1518_footer_background.png") center top no-repeat;
    margin: 0 auto;
    padding-top: 90px;
    min-height: 240px;
    position: relative;
    max-width: 960px;
    border-top: none;
}

    #footer a {
        color: #FFF;
    }

/* -----------------------------------------
   BUTTON AND ICON CHANGES ONLY Styles
----------------------------------------- */


.panel h4.head-icon-yourinfo {
    padding-left: 30px;
    margin-top: 0px;
    background: url(../images/icon_people.png) top left no-repeat;
    color: #265c98;
}

.panel h4.head-icon-quickcontacts {
    padding-left: 30px;
    margin-top: 0px;
    background: url(../images/icon_phone.png) top left no-repeat;
    color: #265c98;
}

.panel h4.head-icon-quicklinks {
    padding-left: 30px;
    margin-top: 0px;
    background: url(../images/icon_arrow.png) top left no-repeat;
    color: #265c98;
}

.button.button-edit {
    background: url(../images/icon_edit.png) 5px 5px no-repeat #EEE;
}


/*JJF 04/13/2015 UFCW1518-15-032 Start*/
div#google_translate_element {
    float: right;
    position: relative;
    top: -72px;
    padding-right: 20px;
}

select.goog-te-combo {
    /*Base functionality is breaking this so must set defaults back*/
    display: inline;
    width: auto;
    padding: initial;
    height: auto;
}

/*JJF 04/13/2015 UFCW1518-15-032 End*/

/* -----------------------------------------
   DESKTOP ONLY Styles
----------------------------------------- */

@media only screen and (min-width: 768px) {

    nav > ul {
        max-width: 940px;
        margin: 0 auto;
        border-radius: 0 0 6px 6px;
        border-bottom: none;
        padding: 0;
        width: auto;
    }

    nav ul li {
        border-right: 1px solid #265C98 !important;
        height: 47px;
    }

    .alwayslabel {
        font-weight: 650 !important;
        font-size: 14px !important;
    }
}



/* -----------------------------------------
   Mobile Styles
----------------------------------------- */
@media screen and (min-width:300px) and (max-width:700px) {
    .logoimage {
        width: 100%;
        max-height: 101px;
        max-width: 100%;
        background: url("../images/UFCW1518.jpg") center center !important no-repeat;
        margin: 20px auto 0px auto;
    }

    .nav-utility {
        margin-top: 0px;
        text-align: center;
    }

    .languages, .userinfo {
        margin: 12px 0;
        text-align: center;
        font-size: 90%;
    }

    nav ul {
        position: static;
    }

        nav ul li a {
            display: block;
            float: none;
        }

        nav ul li {
            float: none;
            display: block;
            text-align: left;
            background-color: #EEE;
            border: 0 !important;
            cursor: pointer;
            min-height: 10px;
        }

        nav ul ul a {
            text-decoration: none;
        }

    nav > ul > li {
        background: none;
        box-shadow: none;
    }

    nav .downarrow {
        background-image: url('../images/icons/downblack.png');
        background-position: center center;
        background-repeat: no-repeat;
        height: 30px;
        width: 30px;
        display: block;
        float: left;
    }

    nav > ul > li > .downarrow {
        background-image: url('../images/icons/downwhite.png');
        height: 40px;
        width: 40px;
    }

    nav > ul > li.haschildren a {
        background: none;
    }

    /*JJF 04/13/2015 UFCW1518-15-032 Start*/
    div#google_translate_element {
        float: right;
        position: relative;
        top: 10px;
        padding-right: 20px;
    }

    /*JJF 04/13/2015 UFCW1518-15-032 End*/

}

.UFCW1518Warning {
    font-weight: bold;
    padding-top: 6px;
}
