html, body
{
    height: 100%;
}

a:focus,
a:hover,
a:active
{
    color: #387491;
}

.headline h3,
.headline h4
{
    border-bottom: 2px solid #387491;
}

.container h4 .badge
{
    float: right;
    position: absolute;
}

.sidebar-nav
{
    padding-top: 37px;
}

.InboxToolBar
{
    padding-bottom: 10px;
    margin-top: -7px;
}

    .InboxToolBar .backLink
    {
        display: inline !Important;
    }

.InboxMessages
{
    color: #A6A6A6;
}

.InboxReadMessagesSubject
{
    font-weight: 500;
}

.InboxUnReadMessagesSubject
{
    font-weight: bold;
}

.InboxReadRow
{
    background-color: #f9f9f9;
}

.InboxUnReadRow
{
    background-color: #FFFFFF;
}


.box-content
{
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.box-content
{
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.3);
    box-shadow: 0 1px 0 rgba(0,0,0,0.3);
}

.headerBar
{
    margin-top: -10px;
}

.lateral-navbar
{
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}

.lateral-navbar
{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    background-color: #e7e7e7;
    margin-bottom: 10px;
    margin-left: 1px;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -khtml-user-select: none;
    -moz-user-select: moz-none;
    -ms-user-select: none;
    user-select: none;
    min-height: 50px;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

    .lateral-navbar ul
    {
        padding: 0;
        letter-spacing: -4px;
        font-size: 12px;
        position: relative;
        z-index: 0;
    }

.lateral-navbar
{
    white-space: nowrap;
}

    .lateral-navbar .tiles-4 li:first-child
    {
        width: 237px;
        padding: 4px 4px 4px 2px;
    }

    .lateral-navbar ul.touch, .lateral-navbar.transition-support ul > li, .lateral-navbar.transition-support ul > li a
    {
        -webkit-transition-property: -webkit-transform,left,-webkit-box-shadow;
        -moz-transition-property: -webkit-transform,left,-webkit-box-shadow;
        transition-property: -webkit-transform,left,-webkit-box-shadow;
        -moz-transition-property: -moz-transform,left,-moz-box-shadow;
        -ms-transition-property: -ms-transform,left,box-shadow;
        -o-transition-property: -o-transform,left,box-shadow;
        -webkit-transition-duration: .4s,0.4s,100ms;
        -moz-transition-duration: .4s,0.4s,100ms;
        transition-duration: .4s,0.4s,100ms;
        -moz-transition-duration: .4s,0.4s,100ms;
        -ms-transition-duration: .4s,0.4s,100ms;
        -o-transition-duration: .4s,0.4s,100ms;
        -webkit-transition-timing-function: ease-in-out,ease-in-out,ease-in-out;
        -moz-transition-timing-function: ease-in-out,ease-in-out,ease-in-out;
        transition-timing-function: ease-in-out,ease-in-out,ease-in-out;
        -moz-transition-timing-function: ease-in-out,ease-in-out,ease-in-out;
        -ms-transition-timing-function: ease-in-out,ease-in-out,ease-in-out;
        -o-transition-timing-function: ease-in-out,ease-in-out,ease-in-out;
        transition-property: transform,left,box-shadow;
        transition-duration: .5s,0.5s,100ms;
        transition-timing-function: ease-in-out,ease-in-out,ease-in-out;
    }

    .lateral-navbar ul > li:first-child, .lateral-navbar ul > li:first-child a
    {
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

    .lateral-navbar .tiles-4 li
    {
        width: 237px;
    }

    .lateral-navbar ul > li
    {
        display: inline-block;
        padding: 4px 3px 4px 3px;
        border-right: 1px solid #e7e7e7;
        margin: 0;
        letter-spacing: normal;
        white-space: normal;
        vertical-align: top;
    }

    .lateral-navbar .panel-body ul
    {
        letter-spacing: -4px;
        font-size: 12px;
    }

    .lateral-navbar ul > li:hover, .lateral-navbar .active, .lateral-navbar ul > li:not(.current) > a:focus
    {
        background-color: #FFF;
        cursor: pointer;
    }

    .lateral-navbar .active
    {
        border-bottom: 2px solid #387491;
    }


    .lateral-navbar .panel-body
    {
        padding: 0px;
    }

.validationMessage
{
    display: -webkit-inline-box;
    color: darkred;
    position: absolute;
    width: 13px;
    margin-left: 5px;
    overflow: hidden;
    height: 14px;
    margin-top: 11px;
}

.error-validation { 
    -moz-border-radius: 6px !important; 
    -webkit-border-radius: 6px !important;
    border-radius: 6px !important; 
    border: 2px solid #F00 !important;
}

.form-control
{
    display: inline;
}

label
{
    margin-bottom: 2px;
    margin-top: 10px;
}

abbr.initialism
{
    text-transform: initial;
    color: #387491;
}


#bar
{
    background: #252823;
    padding: 5px 10px;
    border-bottom: 4px solid #C3D3DA;
}

    #bar h1
    {
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 40px;
        letter-spacing: -1px;
        text-shadow: 0 0 4px #000000;
    }

        #bar h1 span
        {
            color: #C3D3DA;
        }

    #bar div
    {
        float: right;
        margin-top: -50px;
        padding: 20px 20px 0 0;
    }

    #bar a
    {
        color: #fff;
        text-decoration: none;
    }

    #bar div a:hover
    {
        text-decoration: underline;
    }


.AdminIFrame
{
    border: none;
    border-color: inherit;
    border-width: 0px;
    height: 100%;
    min-height: 100%;
    width: 100%;
    overflow-x: inherit;
    min-width: 1024px;
}


.row
{
    margin-left: 0 !Important;
    margin-right: 0 !Important;
}

.Globe
{
    background: url('/img/globe.png') no-repeat 27px 70px;
    height: 400px;
    background-position: right;
}

.fa-5x
{
    font-size: 9em;
}

.max-width
{
    width: 95%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 0;
    position: relative;
}

.lead-plus
{
    margin: 0;
    margin-bottom: 20px;
    font-size: 22px;
}

a
{
    text-decoration: none !important;
}

.big_image
{
    width: 97%;
    height: 434px;
    color: #fff;
    font-size: 14px;
    min-height: 434px;
    padding: 0 1.5%;
    background: url("../i/header3.jpg") no-repeat 100%;
    background-size: cover;
    margin-top: -35px;
}

@media (max-width: 768px)
{
    .big_image
    {
        width: initial;
        margin-top: -25px;
        padding: 10px;
        background-position: top right;
    }
}

@media (max-width: 480px)
{
    .big_image
    {
        width: initial;
        background: url("../i/header3.jpg") no-repeat 90% 50%;
        background-size: cover;
        margin-top: -18px;
    }
}

.woman_group
{
    float: left;
    padding-right: 25px;
    max-width: 440px;
    width: 440px;
}

@media (max-width: 768px)
{
    .woman_group
    {
        width: 40%;
        height: auto;
    }
}

@media (max-width: 480px)
{
    .woman_group
    {
        width: 95%;
        height: auto;
        margin-bottom: 15px;
    }
}

.renew
{
    color: #000;
    font-size: 14px;
    padding: 1% 1.5%;
}

    .renew p
    {
        font-size: 20px;
    }

        .renew p:first-child
        {
            padding-top: 15px;
        }

        .renew p:last-child
        {
            font-size: 14px;
        }

    .renew ul li
    {
        position: relative;
        left: 35px;
    }

@media (max-width: 768px)
{
    .renew ul li
    {
        left: 5px;
    }
}

@media (max-width: 480px)
{
    .renew ul li
    {
        left: 5px;
    }
}

.renew .no
{
    color: #fff;
}

.renew .cta
{
    position: relative;
    color: #fff;
    width: 44%;
    text-align: center;
    box-shadow: #333 0px 1px 3px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #11234d;
    padding: 25px 15px;
    max-width: 450px;
    display: inline-block;
}

    .renew .cta .cta-btn
    {
        background-color: #bb3535;
        color: #fff;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        width: 55%;
        padding: 12px;
        font-weight: 700;
        text-align: center;
        position: relative;
        text-shadow: #333 0px 1px 3px;
        box-shadow: #333 0px 1px 3px;
        letter-spacing: 0.5px;
        margin-top: 10px;
        display: inline-block;
    }

@media (max-width: 480px)
{
    .renew .cta .cta-btn
    {
        width: 90%;
        left: 0%;
    }
}

@media (max-width: 768px)
{
    .renew .cta
    {
        width: 50%;
        left: 2%;
    }
}

@media (max-width: 480px)
{
    .renew .cta
    {
        position: relative;
        right: -5px;
        bottom: 0px;
        width: 92%;
    }
}

@media (max-width: 768px)
{
    .renew
    {
        width: initial;
        margin: 15px 0px;
    }
}

@media (max-width: 480px)
{
    .renew
    {
        width: initial;
        color: #000;
        font-size: 14px;
        padding: 20px;
        margin-bottom: 0px;
    }
}

.section1
{
    width: 97%;
    height: 434px;
    color: #fff;
    font-size: 14px;
    min-height: 455px;
    padding: 0 1.5%;
    background: url("../i/header1.jpg") no-repeat;
    background-size: cover;
    margin-top: -35px;
}

@media only screen and (max-width: 480px)
{
    .section1
    {
        width: initial;
        background: url("../i/header1.jpg") no-repeat 40% 50%;
        background-size: cover;
        margin-top: 0;
    }
}

@media (max-width: 768px)
{
    .section1
    {
        width: initial;
        margin-top: -25px;
        padding: 10px;
    }
}

.section1 .ad-text
{
    position: relative;
    float: right;
    top: 20px;
    right: 30px;
    width: 60%;
    text-shadow: #333 0px 1px 2px;
    -webkit-text-shadow: #333 0px 1px 2px;
    -moz-text-shadow: #333 0px 1px 2px;
}

@media (min-width: 900px)
{
    .section1 .ad-text
    {
        width: 57%;
    }
}

@media (max-width: 768px)
{
    .section1 .ad-text
    {
        top: 20px;
        width: 90%;
    }
}

@media only screen and (max-width: 480px)
{
    .section1 .ad-text
    {
        position: relative;
        float: right;
        top: 0px;
        right: 0px;
        width: 100%;
    }
}

.section1 .ad-text h1
{
    font-size: 46px;
    line-height: 45px;
    margin-bottom: 10px;
}

@media (min-width: 900px) and (max-width: 1024px)
{
    .section1 .ad-text h1
    {
        font-size: 40px;
        line-height: 42px;
    }
}

@media (max-width: 768px)
{
    .section1 .ad-text h1
    {
        font-size: 36px;
        line-height: 38px;
    }
}

@media (max-width: 480px)
{
    .section1 .ad-text h1
    {
        font-size: 36px;
        line-height: 38px;
    }
}

.section1 .ad-text h2
{
    font-size: 20px;
    margin: 0;
    font-weight: normal;
}

.section1 .ad-text ul
{
    padding-left: 0;
    margin-top: 50px;
}

@media (max-width: 768px)
{
    .section1 .ad-text ul
    {
        margin-top: 30px;
    }
}

@media (max-width: 480px)
{
    .section1 .ad-text ul
    {
        margin-top: 35px;
    }
}

.section1 .ad-text ul li
{
    font-size: 18px;
    list-style: none !important;
    margin-bottom: 35px;
}

@media (max-width: 768px)
{
    .section1 .ad-text ul li
    {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px)
{
    .section1 .ad-text ul li
    {
        margin-bottom: 15px;
    }
}

.section1 .ad-text .cta-btn
{
    background-color: #bb3535;
    color: #fff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    width: 40%;
    padding: 12px 35px;
    font-weight: 700;
    text-align: center;
    position: relative;
    right: 5px;
    bottom: 72px;
    float: right;
    box-shadow: #333 0px 1px 3px;
    letter-spacing: 0.5px;
}

@media (max-width: 768px)
{
    .section1 .ad-text .cta-btn
    {
        width: 40%;
        padding: 12px 35px;
        bottom: 0px;
    }
}

@media (max-width: 480px)
{
    .section1 .ad-text .cta-btn
    {
        width: 90%;
        padding: 12px 15px;
        right: 0px;
        bottom: -10px;
    }
}

.section2
{
    width: 97%;
    color: #000;
    font-size: 14px;
    display: inline-block;
    padding: 2% 1.5%;
    background: #fff;
    text-align: center;
}

    .section2 h2
    {
        text-align: center;
        margin: 25px 0 !important;
    }

    .section2 .lead
    {
        font-size: 18px;
    }

    .section2 .row .span4
    {
        width: 30.33333333%;
        float: left;
        text-align: center;
        margin-left: 2.5%;
    }

        .section2 .row .span4 p
        {
            text-align: left;
        }

@media (max-width: 768px)
{
    .section2 .row .span4
    {
        width: 94.33333333%;
    }
}

@media (max-width: 480px)
{
    .section2 .row .span4
    {
        width: 94.33333333%;
    }
}

@media (max-width: 480px)
{
    .section2
    {
        display: inline-block;
        height: inherit;
        width: initial;
    }
}

.section3
{
    width: 97%;
    height: 500px;
    color: #fff;
    font-size: 14px;
    min-height: 434px;
    padding: 1.5%;
    background: linear-gradient(#11234d,#0c1a38);
    background-color: #11234d;
    text-align: center;
    display: inline-block;
}

    .section3 h2
    {
        text-align: center;
        margin: 25px 0 !important;
    }

@media (max-width: 768px)
{
    .section3
    {
        width: initial;
    }

        .section3 iframe
        {
            width: 90%;
            height: auto;
            min-height: 320px;
        }
}

@media (max-width: 480px)
{
    .section3
    {
        width: initial;
    }

        .section3 iframe
        {
            width: 96%;
            height: auto;
            min-height: 268px;
        }
}

.section4
{
    width: 97%;
    height: 540px;
    color: #000;
    font-size: 14px;
    min-height: 434px;
    padding: 2% 1.5%;
    background: #fff;
}

    .section4 h2
    {
        text-align: center;
        margin: 25px 0 !important;
    }

    .section4 .media
    {
        background: url("../i/media_bundle.jpg") no-repeat center top;
        float: right;
        background-size: contain;
        width: 68%;
        height: 300px;
        position: relative;
        max-width: 1000px;
    }

@media (max-width: 768px)
{
    .section4 .media
    {
        width: 75%;
        right: 10%;
        top: -20px;
    }
}

@media (max-width: 480px)
{
    .section4 .media
    {
        float: left;
        background-size: contain;
        width: 100%;
        height: 300px;
        top: 15px;
        left: 5px;
    }
}

.section4 ul
{
    list-style: none;
    float: left;
    margin-top: 7%;
}

    .section4 ul li
    {
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
        color: #999;
        padding-bottom: 10px;
    }

@media (max-width: 768px)
{
    .section4
    {
        height: 620px;
        padding: 0 1.5%;
    }
}

@media (max-width: 480px)
{
    .section4
    {
        width: initial;
        height: 560px;
        display: inline-block;
    }
}

.section5
{
    width: 97%;
    height: 660px;
    color: #fff;
    font-size: 14px;
    min-height: 434px;
    padding: 0 1.5%;
    background: url("../i/header2.jpg") no-repeat;
    margin-bottom: -35px;
    background-size: cover;
}

    .section5 .tablet
    {
        background: url("../i/tablet.png") no-repeat top left;
        background-size: contain;
        width: 392px;
        height: 490px;
        position: relative;
        left: 30px;
        top: 80px;
        float: left;
    }

@media (max-width: 768px)
{
    .section5 .tablet
    {
        width: 38%;
        left: 15px;
        top: 20px;
        float: none;
    }
}

@media (max-width: 480px)
{
    .section5 .tablet
    {
        background-size: contain;
        width: 88%;
        height: 348px;
        position: relative;
        left: 7px;
        top: 50px;
        float: left;
    }
}

.section5 .cta
{
    position: relative;
    left: 5%;
    bottom: -210px;
    float: left;
    width: 30%;
    text-align: center;
    box-shadow: #333 0px 1px 3px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #11234d;
    padding: 25px 15px;
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    max-width: 450px;
}

    .section5 .cta a
    {
        text-decoration: none;
    }

    .section5 .cta h1
    {
        margin: 0;
    }

    .section5 .cta .h2, .section5 .cta h2
    {
        margin: 10px 0;
        font-size: 20px;
        font-weight: bold;
    }

    .section5 .cta .lead
    {
        margin: 0;
        margin-bottom: 20px;
    }

    .section5 .cta .cta-btn
    {
        background-color: #bb3535;
        color: #fff;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        width: 55%;
        padding: 12px;
        font-weight: 700;
        text-align: center;
        position: relative;
        left: 20%;
        text-shadow: #333 0px 1px 3px;
        box-shadow: #333 0px 1px 3px;
        letter-spacing: 0.5px;
        margin-top: 10px;
    }

    .div-scrollbar-y
    {
        max-width:500px; 
        max-height:350px;  
        overflow: auto; 
        overflow-x: hidden; 
        padding-right:0px;
    }


@media (max-width: 480px)
{
    .section5 .cta .cta-btn
    {
        width: 90%;
        left: 0%;
    }
}

@media (max-width: 768px)
{
    .section5 .cta
    {
        width: 90%;
        left: 2%;
        bottom: 120px;
    }
}

@media (max-width: 480px)
{
    .section5 .cta
    {
        position: relative;
        right: -5px;
        bottom: 0px;
        float: right;
        width: 92%;
    }
}

.section5 small
{
    text-align: center;
}

@media (max-width: 768px)
{
    .section5
    {
        width: initial;
        min-height: 595px;
        background: url("../i/header2.jpg") no-repeat top center;
    }
}

@media (max-width: 480px)
{
    .section5
    {
        width: initial;
        color: #fff;
        font-size: 14px;
        min-height: 596px;
        padding: 20px;
        background: url("../i/header2.jpg") no-repeat 65% 0%;
        margin-bottom: 0px;
    }

        .section5 .lead-plus
        {
            font-size: 18px;
        }
}
