﻿body {
    padding: 0px;
    margin: 0px;
    background-image: url(/Content/imgs/bg.png);
    background-repeat: repeat-x;
    background-color: rgb(140,143,142);
    position: relative;
    font-family: Arial, sans-serif;
}
body * {
    outline: none !important;
}
/* global IMG tag, border-less */
img {
    border-width: 0px;
}

.hidden {
    visibility: hidden;
}

.section_color {
    color: #2673a8;
}

/*  This is the main page wrapper */
.outer_container {
    width: 900px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.LeftCol {
    width: 500px;
    float: left;
    margin: 3px 3px 3px 0;
    padding: 25px 20px 25px 20px;
    background-color: #f2f2f2;
}

    .LeftCol h4 {
        font-family: HelveticaNeueLTStd-UltLt;
        font-size: 24px;
        color: #2673a8;
        font-weight: normal;
    }

    .LeftCol a:link, .LeftCol a:active, .LeftCol a:visited {
        text-decoration: none;
        color: #2673a8;
    }

    .LeftCol input[type="button"], .LeftCol input[type="submit"], .LeftCol button {
        padding: 7px 10px;
        border-style: none;
        background-color: #2673a8;
        color: #f2f2f2;
        outline: none;
    }

    .LeftCol input[type="text"], .LeftCol input[type="password"], .LeftCol textarea, .LeftCol select, .LeftCol input[type="email"], .LeftCol input[type="number"] {
        background-color: #f2f2f2;
        color: #323232;
        border: 1px solid #2673a8;
        padding-left: 5px;
        margin: 4px 0px;
        outline: none;
    }


    .LeftCol.FullWidth {
        width: 100%;
        box-sizing: border-box;
    }

        .LeftCol.FullWidth img {
            max-width: 100% !important;
            height: auto !important;
        }



.RightCol {
    margin-top: 3px;
    width: 357px;
    min-height: 274px;
    white-space: nowrap;
    float: left;
}

.LeftCol_Content_Box {
    height: 224px;
    width: 510px;
    overflow: auto;
}

.FullWidth {
    /* width: 100%; */
    min-height: 90px; /* Was 115px */
    background-color: #f2f2f2;
}

.StaticPageHero {
    width: 900px;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.StaticPageHero_Offer {
    width: 260px;
    height: 200px;
    padding: 20px;
    position: absolute;
    top: 0px;
    left: 600px;
    background-image: url(/content/images/10x10_black80.png);
}

.HeroTitle {
    position: absolute;
    width: auto;
    top: 20px;
    left: 20px;
    padding: 10px;
    background-image: url(/Content/Images/10x10_black.png);
}

.StaticPageHeroImage {
    width: 900px;
    display: block;
}

.HeroImageSliderContainer {
    width: 900px;
    height: 240px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .HeroImageSliderContainer h2 {
        color: #f2f2f2;
        padding-left: 25px;
        padding-top: 10px;
        background-color: rgba(50, 50, 50, 0.6);
    }




/* Header and header spacing */
#Header {
    background-color: white;
    height: 120px;
    margin-bottom: 40px;
}

.header {
    margin: auto;
    width: 880px;
    color: #D8D0C7;
    padding-left: 20px;
}

    .header a:link, .header a:active, .header a:visited {
        color: #D8D0C7;
        text-decoration: none;
    }

#Header .header .logo {
    padding-top: 25px;
}

#PageContentHeader {
    height: 80px;
}

/* padding and spaceers */
.standard_padding {
    padding: 20px 0px 20px 20px;
}

.standard_padding_top_left {
    padding: 20px 0px 0px 20px;
}

.standard_padding_top {
    padding-top: 20px;
}

.standard_padding_right {
    padding-right: 20px;
}

.standard_padding_bottom {
    padding-bottom: 20px;
}

.standard_padding_left {
    padding-left: 20px;
}

.standart_padding_box {
    padding: 20px;
}

.standard_margin {
    margin: 0px 20px 0px 20px;
}

.standard_margin_top {
    margin: 20px 0px 0px 0px;
}

.standard_margin_bottom {
    margin: 0px 0px 20px 0px;
}

.standard_margin_left {
    margin: 0px 0px 0px 20px;
}

.standard_margin_magazine {
    margin: 0px 0px 0px 20px;
}

.clear_all {
    clear: both;
}

.half_padding_left {
    padding-left: 10px;
}

.half_padding_right {
    padding-right: 10px;
}

.standart_3px_left {
    margin-left: 3px;
}

.standart_3px_right {
    margin-right: 3px;
}

.standart_3px_bottom {
    margin-bottom: 3px;
}

.standart_3px_top {
    margin-top: 3px;
}

/* color helper classes */
.bg_dark {
    background-color: #323232;
}

.bg_light {
    background-color: #f2f2f2;
}

.bg_blue {
    background-color: #2673a8;
}

.text_light {
    color: #f2f2f2;
}

.text_blue {
    color: #2673a8;
}

.text_dark {
    color: #323232;
}

.text_submit_button {
    color: Black;
    font-size: 16px;
    font-weight: bold;
}

.btn_text {
    color: white;
}

.button_auto {
    height: 29px;
    text-align: left;
    cursor: pointer;
    border-width: 0px;
    background-color: #f2f2f2;
    display: inline-block;
    color: #2673a8;
    min-width: 100px;
    font-size: 17px;
    padding-top: 5px;
    padding-bottom: 4px;
}

.blue_button_auto {
    height: 29px;
    text-align: left;
    cursor: pointer;
    border-width: 0px;
    background-color: #2673a8;
    display: inline-block;
    color: #f2f2f2;
    min-width: 100px;
    font-size: 17px;
    padding-top: 5px;
    padding-bottom: 4px;
}

.standard_button {
    color: #2673a8;
}

.SocialAndNewsletter {
    width: 877px;
    padding: 7px 3px 3px 20px;
    overflow: hidden;
    margin: 0px auto 3px auto;
    height: 26px;
    background-color: #2673a8;
    color: #f2f2f2;
    font-size: 18px;
}

    .SocialAndNewsletter a:link, .SocialAndNewsletter a:active, .SocialAndNewsletter a:visited {
        color: #f2f2f2;
        text-decoration: none;
    }

/* ------------------------ site wide buttons, two column ------------- */
.two_column_button {
    color: #D8D0C7;
    width: 258px;
    height: 50px;
    padding: 20px 20px 20px 20px;
    margin-right: 3px;
    float: left;
}

#NoRightMargin {
    margin-right: 0px;
}

.two_column_button a:link, .two_column_button a:active, .two_column_button a:visited {
    text-decoration: none !important;
    color: #f2f2f2 !important;
}

.two_column_button:last-child {
    margin-right: 0px;
}

.two_column_button a:link, .two_column_button a:active, .two_column_button a:visited {
    color: #DFD9D2;
    text-decoration: none;
}

.two_column_button_icon {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.two_column_button_title {
    padding: 0px;
    margin: 0px;
    vertical-align: top;
    font-size: 14px;
    font-weight: normal;
    margin-top: 3px;
}

.two_column_button_sub_title {
    margin: 10px 0px 0px 0px;
    font-size: 14px;
    font-weight: normal;
}
/* ------------------------ site wide buttons, two column ------------- */


/* Spacer and layout classes */
.hideMe {
    display: none;
}

.icon_24 {
    width: 24px;
    height: 24px;
    border-width: 0px;
}

.icon_50 {
    width: 50px;
    height: 50px;
    border-width: 0px;
}

.spacer_5 {
    display: inline-block;
    width: 5px;
    height: 1px;
}

.spacer_10 {
    display: inline-block;
    width: 10px;
    height: 1px;
}

.spacer_20 {
    display: inline-block;
    width: 20px;
    height: 10px;
}

.spacer_25 {
    display: inline-block;
    width: 25px;
    height: 10px;
}

.spacer_30 {
    display: inline-block;
    width: 30px;
    height: 10px;
}

.v_align_middle {
    vertical-align: middle;
    margin-bottom: 2px;
}

.float_right {
    float: right;
}

.float_left {
    float: left;
}

.divider_grey {
    background-color: #DFD9D2;
    height: 1px;
    width: 860px;
}

.full_width {
    width: 880px;
}

button {
    padding-top: 2px;
}

.CompanyDetails {
    text-align: left;
    margin-top: 10px;
    font-size: x-small;
    color: #f2f2f2;
}

/* HOMEPAGE SUBMIT BOX*/

.newsletter_signup_box {
    width: 860px;
    background-color: #f2f2f2;
    padding: 20px;
    margin: auto;
    margin-bottom: 3px;
}

    .newsletter_signup_box .submit_box_form {
        margin-top: 10px;
    }

    .newsletter_signup_box a:link, .newsletter_signup_box a:active, .newsletter_signup_box a:visited {
        text-decoration: none;
        color: #2673a8;
    }

    .newsletter_signup_box input[type="text"] {
        width: 46px;
        color: #323232;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #2673a8;
        background-color: #f2f2f2;
        margin-right: 36px;
        margin-left: 5px;
    }

    .newsletter_signup_box input[type=checkbox] {
        display: none;
    }

        .newsletter_signup_box input[type=checkbox] + label:after {
            content: "";
            display: inline-block;
            width: 10px;
            height: 10px;
            vertical-align: middle;
            margin-right: 8px;
            background-color: #2673a8;
            border-radius: 0px;
            margin-bottom: 3px;
            margin-left: 5px;
            margin-right: 36px;
        }

        .newsletter_signup_box input[type=checkbox]:checked + label:after {
            content: "\2714";
            color: #323232;
            background-color: #2673a8;
            text-align: center;
            line-height: 10px;
            margin-bottom: 3px;
            margin-left: 5px;
            margin-right: 36px;
        }

/* ---------------------- Start OF FOOTER ---------------------- */
.footer_links {
    width: 860px;
    padding: 20px;
    margin: auto;
    background-color: #323232;
}

    .footer_links p {
        line-height: 12px;
    }

.footer_column_header {
    color: #f2f2f2;
    font: normal 12px arial;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
    width: 103px;
    display: inline-block;
    margin-top: 0px;
}

.footer_column_entries {
    display: none;
    overflow: hidden;
}

    .footer_column_entries > p:first-child {
        margin-top: 0px;
    }

.footer_links a:link, .footer_links a:active, .footer_links a:visited {
    color: #f2f2f2;
    text-decoration: none;
    font: normal 12px arial;
}

.footer_column {
    font-size: 1em;
    float: left;
    width: 133px;
    margin-right: 10px;
}

    .footer_column:last-child {
        margin-right: 0px;
        width: 130px;
    }


.footer_column_arrow {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-image: url('/Content/Images/icons/10PX_ARROWS-01.png');
    float: right;
    background-position: 0px -20px;
    margin-top: 3px;
    margin-right: 10px;
}

.extended .footer_column_arrow {
    background-position: 10px -20px;
}

/* ---------------------- END OF FOOTER ---------------------- */

/* ---------------------- Advertising site wide buttons ------ */
.SiteWideButtons {
    margin: auto;
    padding: 20px;
    overflow: hidden;
    width: 860px;
}
/* ----------------END of Advertising site wide buttons ------ */



/* ------------ Critical Notice ------------- */
.CriticalNotice {
    width: 880px;
    padding: 5px 10px;
    color: White;
    font-weight: bold;
    margin-top: 3px;
}

    .CriticalNotice a:link, .CriticalNotice a:active, .CriticalNotice a:visited {
        color: #000000;
    }

.CriticalNotice_facebook {
    width: 790px;
    padding: 5px 10px;
    color: White;
    font-weight: bold;
    margin-top: 3px;
}

    .CriticalNotice_facebook a:link, .CriticalNotice_facebook a:active, .CriticalNotice_facebook a:visited {
        color: #000000;
    }

/* ------------ Traffic Notice ------------- */
.TrafficNotice {
    width: 880px;
    padding: 5px 10px;
    color: White;
    font-weight: normal;
    margin-top: 3px;
}

    .TrafficNotice a:link, .TrafficNotice a:active, .TrafficNotice a:visited {
        color: #000000;
    }

.TrafficNotice_facebook {
    width: 790px;
    padding: 5px 10px;
    color: White;
    font-weight: normal;
    margin-top: 3px;
}

    .TrafficNotice_facebook a:link, .TrafficNotice_facebook a:active, .TrafficNotice_facebook a:visited {
        color: #000000;
    }

/* --------------- Timetable Table, needed for timetable shortcode insert in to static page ------------ */


.Timetable_Header {
    padding-bottom: 20px;
}

.Timetable_Table {
    width: 100%;
}

    .Timetable_Table th {
        text-align: center;
        color: #2673a8;
        line-height: 20px;
        margin: 0px;
    }

    .Timetable_Table td {
        line-height: 20px;
        border-bottom: 1px dotted #2673a8;
        margin: 0px;
        text-align: center;
    }





/* Video Styles
---------------------------------------------------- */

.VideoThumbName {
    font-size: 18px;
    color: #f2f2f2;
    padding: 5px 20px 5px 20px;
    background-color: rgba(50,50,50,0.6);
}

.VideoMain {
    width: 550px;
    height: 309px;
    float: left;
    padding-right: 0px;
    padding-bottom: 20px;
}

.VideoTranscriptPrev {
    padding-bottom: 30px;
    padding-top: 10px;
    padding-right: 20px;
}

#VideoTranscript {
    padding-bottom: 30px;
}

.VideoTranscript {
    padding-top: 10px;
    padding-right: 20px;
    display: none;
}

.StaticPageIntro {
    font-size: 16px;
}

    .StaticPageIntro p, .StaticPageIntro a, .StaticPageIntro a:link, .StaticPageIntro a:active, .StaticPageIntro a:visited {
        font-size: 16px;
    }
