﻿/*  =BASIC LAYOUT
------------------------------------------------------------*/

html {
    height: 100%
}

body {
    height: 100%;
    padding: 0px;
    margin: 0px;
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans-Serif", "Helvetica Neue", Arial, sans-serif;
    font-size: 62.5%;
}

    body #pageContent_LgView_Message {
        font-size: 140%;
    }

    h2 {
        font-size: 1.4em
    }

p {
    line-height: 1.6em
}

a:hover {
    color: #c7dcf5
}

a,
a:visited {
    color: #3676b9
}

#header {
    height: 130px;
    text-align: right;
}

    #header a.help-email-link {
        display: inline-block;
        margin: .5em 0 0 0;
    }

    #header a {
        color: #3676b9;
        font-size: 1.3em;
        text-decoration: none;
    }

        #header a:hover {
            color: #9bb6d4
        }

.login-status {
    font-size: 1.3em;
    margin: 0 1em 0 0;
}

.change-password {
    font-size: 1.2em;
    margin: 1em 0 0 0;
    display: block;
    text-align: right;
}

.logout {
    font-size: 0.9em
}

.header-phone {
    font-size: 2em;
    color: #58595b;
    font-weight: bold;
    margin: .3em 0;
}

img.main-logo {
    float: left;
    margin: 29px 0 0 0;
}

div.menu {
    margin: -40px 0 0 25%;
    background: #9BB6D4;
    height: 35px;
    border-bottom: 2px solid #3676B9;
}

    div.menu img {
        width: 3px !important
    }

#nav {
    list-style: none;
    background: #9BB6D4;
    height: 55px;
    border-bottom: 2px solid #3676B9;
    padding: 0;
}

    #nav li a {
        float: left;
        text-decoration: none;
        color: #333;
        font-size: 1.4em !important;
        font-weight: bold;
        text-transform: lowercase;
        padding: .6em 1.5em;
        -webkit-transition: color 0.1s ease-in-out;
        -moz-transition: color 0.1s ease-in-out;
        -ms-transition: color 0.1s ease-in-out;
        -o-transition: color 0.1s ease-in-out;
        transition: color 0.1s ease-in-out;
        max-width: 202px;
        text-align: center;
        height: 40px;
        border-right: 2px solid #e0e0e0;
    }

        #nav li:last-of-type a {
            border-right: 0;
        }

        #nav li a.stand-out {
            color: #FDFD96;
        }

    #nav li a:hover, #nav li a.active, .btnBackGround.active {
        color: white;
        /* Fallback for web browsers that don't support RGBa */
        background-color: rgb(54, 118, 185);
        /* RGBa with 0.6 opacity */
        background-color: rgba(54, 118, 185, 1);
    }

a.menu {
    text-decoration: none;
    color: #333;
    font-size: 1.4em !important;
    font-weight: bold;
    text-transform: lowercase;
    padding: .6em 1.8em;
    display: inline-block;
}

    a.menu-hover,
    a.menu:hover {
        color: white
    }

a.menu-selected {
    color: white;
    background: #3676b9;
}

#content {
    margin-top: 30px;
    display: block;
}

    #content .mymenu + div {
        clear: none !important;
        height: 25px;
    }

#footer {
    border-top: 1px solid #3676b9;
    font-size: 1.2em;
    display: block;
    padding: 1em 0;
    clear: both;
    
}

    #footer > * {
        display: inline-block;
        float: left;
        width: 33%;
        margin: 2em 0;
    }

    #footer .links {
        text-align: right;
    }

.btn {
    background: #3676b9;
    border: none;
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans-Serif", "Helvetica Neue", Arial, sans-serif;
    padding: .4em 1.4em .5em 1.4em;
    cursor: pointer;
    color: White;
    border-right: 1px solid #3676b9;
}

input.btn:hover {
    background: #9BB6D4;
    color: #3676b9;
    border: none;
    border-right: 1px solid #9BB6D4;
}

/*  =BANNER
------------------------------------------------------------*/
.banner {
    display: inline-block;
    float: left;
    width: 630px;
    background: url(../Images/contact-online-banner.jpg);
    height: 300px;
}

    .banner .subtitle {
        background: rgb(255, 255, 255);
        width: 50%;
        margin: 0 0 0 1px;
        padding: 0.1em 1.4em;
    }

        .banner .subtitle div {
            margin: 0.2em
        }

            .banner .subtitle div span {
                border-bottom: 1px dotted #9bb6d4;
                margin-left: .5em;
                line-height: 19px;
            }

                .banner .subtitle div span:hover {
                    border-bottom: 1px solid white
                }

        .banner .subtitle img {
            padding: 4px 0 0 10px;
            vertical-align: top;
        }

    .banner .title {
        background: rgb(54, 118, 185);
        width: 57%;
        margin: 2em 0 1em 1px;
        padding: 0.1em 1.5em;
    }

    .banner .cta {
        background: rgb(227, 155, 0);
        padding: .8em 1.8em;
        margin: 1em;
        float: right;
    }

        .banner .cta h1 {
            font-size: 1.5em;
            text-transform: capitalize;
        }

        .banner .cta h2 {
            font-size: 1.4em;
            color: White;
            text-decoration: underline;
        }

        .banner .cta h1,
        .banner .cta h2 {
            margin: 0;
            padding: 0;
            text-align: center;
        }

            .banner .cta h2:hover {
                text-decoration: none
            }

    .banner h1 {
        color: white;
        text-transform: uppercase;
        font-size: 1.8em;
    }

    .banner h2 {
        font-weight: bold;
        color: #3676B9;
        font-size: 1.3em;
    }

    .banner a {
        text-decoration: none
    }

/*  =LOGIN BOX
------------------------------------------------------------*/
.login-box {
    display: inline-block;
    background: #E2E7ED;
    width: 340px;
    height: 300px;
    margin-left: 30px;
}

    .login-box .rowHeight tr {
        display: inline-block;
        margin-bottom: 1em;
    }

    .login-box .login-btn {
        float: right;
        padding-right: .7em;
    }

    .login-box label {
        font-size: 1.2em;
        color: #666;
        text-transform: uppercase;
    }

    .login-box table {
        margin: 0 auto
    }

        .login-box table input[type=text],
        .login-box table input[type=password] {
            border: 1px solid #c5c5c5;
            width: 180px;
            padding: .5em;
            -moz-box-shadow: inset 0 0 5px #c5c5c5;
            -webkit-box-shadow: inset 0 0 5px #c5c5c5;
            box-shadow: inset 0 0 5px #c5c5c5;
        }

    .login-box h1 {
        color: #3676B9;
        text-transform: uppercase;
        margin: 1.8em 0;
        text-align: center;
    }

    .login-box a {
        color: #3676b9
    }

        .login-box a:hover {
            color: #004791
        }

.password-recovery p {
    font-size: 1.2em;
    font-weight: bold;
}

.login-feedback {
    padding-left: 2em;
    border-left: 5px solid #3676b9;
    background: #e4e9ef;
    padding: 1em 2em;
    margin-left: 1.15em;
}

    .login-feedback h1 {
        text-transform: uppercase;
        font-size: 1.5em;
        color: #3676B9;
        margin-bottom: .5em;
    }

    .login-feedback h2 {
        margin: .5em 0
    }

/*  =MAIN SECTION
------------------------------------------------------------*/
.main-content {
    margin: 2em 0;
    background: #e4e9ef;
    padding: 2.5em 1em;
    font-size: 1.2em;
    color: #666666;
}

.column-wrapper {
    background-image: url(../Images/divider.gif);
    background-repeat: repeat-y;
    background-position: 49.75% 0px;
}

.main-content a:hover {
    color: #14508F
}

.left-column {
    width: 46.5%;
    padding: 0 2em 0 1em;
    padding-top: 0em;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}

.right-column {
    width: 48%;
    padding-left: 1em;
    padding-top: 0em;
    height: 100%;
    display: inline-block;
    margin-bottom: 1em;
}

/*  =LATEST NEWS
------------------------------------------------------------*/
.latest-news {
    margin: 0;
    padding: 0;
}

    .latest-news iframe {
        width: 100%
    }

    .latest-news img,
    .other-news img {
        border: 4px solid #9bb6d4
    }

    .latest-news h1 {
        text-transform: uppercase;
        font-size: 1.5em;
        color: #3676b9;
        margin: 0;
    }

    .latest-news ul {
        padding: 0 0 0 2.2em
    }

/*  =OTHER NEWS
------------------------------------------------------------*/
.other-news {
    margin: 0;
    padding: 0;
}

    .other-news #news,
    .other-news #two-news,
    .other-news #three-news {
        margin-bottom: 2.5em
    }

    .other-news h2 {
        text-transform: uppercase;
        font-size: 1.3em;
        color: #58595b;
    }

    .other-news h1 {
        text-transform: uppercase;
        font-size: 1.5em;
        color: #3676b9;
        margin: 0;
    }

/*  =SYSTEM UPDATES
------------------------------------------------------------*/
.system-updates {
    width: 46.5%;
    padding: 0 2em 0 1em;
    padding-top: 0em;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}

    .system-updates h3 {
        font-size: 1.6em;
        color: #58595b;
        text-transform: uppercase;
        margin: 0 0 .2em 0;
    }

    .system-updates h2 {
        font-size: 1.8em;
        color: #58595b;
        text-transform: uppercase;
        margin: .4em 0 .6em .8em;
    }

    .system-updates h1 {
        font-size: 2.4em;
        color: #3676b9;
        text-transform: uppercase;
        margin: 0 0 0 .6em;
    }

    .system-updates p {
        font-size: 1.2em;
        color: #666666;
        margin: 0;
    }

div.system-updates > div {
    padding: 1.4em
}

    div.system-updates > div:nth-child(odd) {
        background: #c7dcf5
    }

/*  =LATEST VIDEOS
------------------------------------------------------------*/

.latest-video {
    width: 48%;
    padding-left: 1em;
    padding-top: 0em;
    height: 100%;
    display: inline-block;
    margin-bottom: 1em;
    text-align: center;
}

    .latest-video .view-more {
        text-align: right;
        font-size: 1.2em;
        color: #666666;
        margin: 1em 1em 0 0;
    }

    .latest-video h1 {
        font-size: 1.8em;
        color: #3676b9;
        text-transform: uppercase;
        margin: 0 0 1em 0;
        text-align: left;
    }

/*  =CONTACT US
------------------------------------------------------------*/
#ContactForm {
    width: 70%;
    border-right: 1px solid #9bb6d4;
    margin-bottom: 4em;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

    #ContactForm input[type=text] {
        width: 30em;
        border: 2px solid #999;
        padding: .6em;
    }

    #ContactForm .fm-row ul {
        margin-left: 35%
    }

    #ContactForm textarea {
        width: 30em;
        height: 10em;
        font-family: Arial;
        vertical-align: top;
        border: 2px solid #999;
        padding: .6em;
    }

    .spam label, .spam div {
        float: left;
    }

.spam input {
    margin: 0 0 0 256px;
}

    #ContactForm label {
        width: 35%;
        text-align: right;
        display: inline-block;
        font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans-Serif', 'Helvetica Neue', Arial, sans-serif;
        font-size: 1.4em;
        font-weight: bold;
        color: #58595b;
        margin-right: .5em;
    }

    #ContactForm .alt {
        background: rgb(230, 236, 245)
    }

    #ContactForm h1 {
        font-size: 2.4em;
        color: #3676b9;
        text-transform: uppercase;
    }

.fm-row {
    padding: 1em 0
}

.send-email-results {
    font-family: Segoe UI;
    color: rgb(200, 0, 0);
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    margin: 2em 0;
}

.email-error {
    display: block;
    font-size: 1.4em;
}

    .email-error h2 {
        font-weight: normal;
        font-size: 1em;
        display: inline;
    }

.contact-details {
    width: 25%;
    display: inline-block;
    padding: 6em 2em 2em;
    vertical-align: top;
    *display: inline;
    zoom: 1;
}

/*  =LIGHTBOX CLASSES
------------------------------------------------------------*/
.trigger {
    color: #9bb6d4;
    cursor: pointer;
}

/* the overlayed element  */

.simple_overlay {
    /* must be initially hidden */
    display: none;
    /* place overlay on top of other elements */
    z-index: 10000;
    /* styling */
    width: 100%;
    height: 100%;
    margin: 0;
    border: 1px solid #666;
    top: 0 !important;
    left: 0 !important;
    text-align: center;
    padding-top: 12%;
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(180, 180, 180);
    /* RGBa with 0.8 opacity */
    background-color: rgba(0, 0, 0, 0.5);
    /* For IE */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1a000000',GradientType=0 ); /* IE6-9 */
}

    .simple_overlay .close {
        background: #9bb6d4;
        cursor: pointer;
        width: 200px;
        font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans-Serif', 'Helvetica Neue', Arial, sans-serif;
        font-size: 1.4em;
        font-weight: bold;
        padding: 1em;
        margin: 2em auto;
        display: block;
        transition: color .1s ease-in-out;
        -moz-transition: color .1s ease-in-out;
        -webkit-transition: color .1s ease-in-out;
    }

        .simple_overlay .close:hover {
            color: White
        }

/*  =USEFUL CLASSES
------------------------------------------------------------*/
.bold-blue {
    color: #3676b9
}

.RH-img {
    margin: 0 0 1em 1em;
    float: right;
}

.LH-img {
    margin: 0 1em 1em 0;
    float: left;
}

.required {
    color: #990000;
    font-size: 1em;
}

.menu a {
    margin-left: 0 !important
}

/*  =FORMATTING FOR PAGELIME EDITOR
------------------------------------------------------------*/

/* MAKES EVERYTHING JITTER 
body.cms-page-editor-preview {width:1000px; margin:0 auto;}
   ================================================== */



/*  =FORMATTING GENERIC UPLOADER
------------------------------------------------------------*/

.generic-uploader .template-link {
    margin: 0 0 1em 0;
}

.generic-uploader .input-fields {
    margin: 1em 0;
}

    .generic-uploader .input-fields label {
        margin-right: 1em;
    }

.generic-uploader .GenericUploader_Errors {
    display: block;
}

.Uploader-Uploaded-Docs-Select {
    height: 250px;
    margin-bottom: 10px;
}

.Uploader-Lower-Panels {
    height: 100px;
}

.Uploader-Labels {
    margin: 10px 0;
    display: block;
}

.Uploader-Container {
    width: 350px !important;
}

.uploader-radio-container {
    float: left;
    width: 100%;
    margin: 10px auto 5px;
    display: block;
}

.parallel {
    width: 49%;
}
