﻿@font-face {
    font-family: AvenirLTStd-Book;
    src: url("../Fonts/AvenirLTStd-Book.otf") format("opentype");
}

@font-face {
    font-family: AvenirLTStd-Medium;
    src: url("../Fonts/AvenirLTStd-Medium.otf") format("opentype");
}

/******* Explicit font classes for client use **********/
.Font-AvenirLTStd-Medium {
    font-family: AvenirLTStd-Medium;
}

.Font-AvenirLTStd-Book {
    font-family: AvenirLTStd-Book;
}

/******* End of explicit font classes for client use **********/

body {
    font-family: AvenirLTStd-Book, sans-serif !important;
    background-color: #ffffff;
}

@media (min-width: 640px) {




    #content-wrapper {
        background-image: url('../images/backdrops/Stones_1920.jpg');
        background-position: top center;
        background-repeat: no-repeat;
        background-color: #333332;
        /*background-size: cover;*/
    }
    /* 
    #centercontent {
        height: 633px;
    }
    */
    #rightbar {
        /* height: 633px;*/
        margin: 0;
    }

    #leftbar {
        /* height: 633px;*/
        margin: 0;
    }


    #contentmain {
        min-height: 100%;
    }

    .centercontentarea {
        /*height: 563px;
        overflow-y: auto;*/
        padding: 20px;
    }

    .button {
        margin-top: 3px;
        margin-bottom: 10px;
    }




    .button {
        margin-top: 3px;
        margin-bottom: 10px;
    }
}


@media (max-width: 640px) {


    #centercontent {
        overflow-y: auto;
        float: left;
        clear: both;
    }



    #rightbar, #leftbar {
        width: 100%;
        padding: 5px 0 5px 0;
    }

        #centercontent h1 {
            text-align: center;
        }

    .centercontentarea {
        padding: 5px;
    }

        #wrapper, .centercontentarea .row {
            margin-right: 0px !important;
            margin-left: 0px !important;
        }
}

html {
    height: 100%;
}

body {
    min-height: 100%;
}


th {
    text-align: left;
}


.centercontentarea {
    background-color: rgba(255,255,255,0.8);
    min-height: calc(100vh - 220px);
    overflow-y: auto;
}

.navtree {
    float: none !important;
}

    .navtree ul {
        margin: 20px 0 0 0;
        padding: 3px 0 3px 0;
        list-style: none outside none;
        border: 0;
        outline: none;
        background-color: rgba(0,36,84,0.5);
        width: 100%;
    }

        .navtree ul li {
            margin: 2px 0 0 0;
            margin-left: 0 !important;
            font-family: AvenirLTStd-Book, sans-serif;
            width: 100%;
            padding: 5px 10px;
        }

    .navtree a {
        color: #FFFFFF; /* #66aaff; */
        display: block;
        font-size: 14px;
        font-weight: 400;
        line-height: 13px;
        text-align: left;
        text-decoration: none;
    }

        .navtree a:hover {
            text-decoration: underline;
            color: #FFFFFF; /* #66aaff; */
        }

    .navtree ul li.level2 a {
        padding-left: 15px;
        color: #FFFFFF; /* #66aaff; */
    }

        .navtree ul li.level2 a:hover {
            color: #FFFFFF; /* #66aaff; */
        }

/* Styling for when a menu item has children */
.haschildren {
    background: url("/Resources/client/images/menu/plus.png");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
}

/* Once expanded, link needs "plus" image removing (no "minus" image as clicking on the link again does not collapse the menu) */
.expanded a {
    background: none !important;
}





h1 {
    line-height: 42px;
    letter-spacing: 2px;
}

h1, h2, h3, h4, h5, h6 {
    color: #204E80;
    margin: 5px 0 10px;
    font-family: AvenirLTStd-Medium, sans-serif !important;
    font-style: normal;
    letter-spacing: 1px;
}

th.searchAndSelect a {
    color: #FFFFFF !important;
}

th.searchAndSelect button {
    width: 10px !important;
    min-width: 10px;
    margin: 3px;
    background-color: rgba(0,0,0,0) !important;
    border-color: rgba(0,0,0,0) !important;
    color: #FFFFFF !important;
}

.Layout_Form, .contact, .frmData, .loginBox, #contentHome, .formAsTable, .panel {
    /*color: #7f7f7f !important;
    padding: 0 20px 20px 20px;*/
    overflow-x: auto;
}


article.panel {
    height: 100px;
    overflow-y: auto;
    border-radius: 0;
}



.numeric, .currency, .decimal {
    text-align: right;
    letter-spacing: 0.3px;
}


th.currency {
    padding-right: 10px !important;
}

input.numeric {
    padding-right: 3px;
}

.loginBox {
    min-height: 300px !important;
}

    .loginBox .label {
        color: rgba(52,96,148,1) !important;
    }

button.datafilter {
    padding: 0px;
    margin-left: 3px;
    border: none !important;
    background: url("../images/Filter16x16.png") !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: 16px !important;
    width: 16px !important;
    min-height: 16px !important;
    min-width: 16px !important;
    float: right;
    margin-top: 2px;
}

button.disabled {
    display: none;
}

.button:disabled {
    background-color: #AAAAAA !important;
    cursor: pointer;
    border-color: #999999 !important;
}


.data_table {
    word-wrap: normal;
    width: 100%;
    table-layout: fixed;
    overflow: auto;
}


.data_form {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

    .data_form caption, .data_table caption {
        color: #204E80;
        font-size: medium;
        font-weight: bold;
        text-align: left;
    }

    .data_form th {
        text-align: left;
        padding-right: 5px;
    }

    .data_form input {
        vertical-align: top;
    }

/*.data_table a {
    color: #ffffff !important;
}*/

.datafield, .label {
    margin: 0;
}

    .datafield input {
        background-color: #FFFFFF !important;
        border: 1px solid #7F7F7F;
    }

input.datafield_readonly {
    background-color: rgba(255,255,255,0);
    border-width: 0px;
    width: 100%;
}

.dropdown {
    padding: 3px 0px;
}

.data_table th {
    color: #FFFFFF;
    background-color: #4875BA;
    padding: 5px 1px 5px 5px;
}

.data_table td {
    padding: 5px;
}

.data_table th a {
    color: #FFFFFF !important;
    text-decoration: none;
}

.panelbuttons input {
    padding: 5px;
}


.loginBox p.title {
    font-family: AvenirLTStd-Book, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
}

#divContainer {
    margin-bottom: 20px;
}


button,
input[type=button],
input[type=submit] {
    color: #ffffff !important;
    background: rgba(0,36,84,1) !important;
    border: 1px solid rgba(0,36,84,0.5) !important;
    padding: 5px;
    min-width: 50px;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}



    button:hover,
    input[type=button]:hover,
    input[type=submit]:hover {
        background-color: #ff8000;
        border: 1px solid #F2C40A;
    }

input[type=text],
input[type=password] {
    color: #204E80;
}

input[type=text],
input[type=password],
td,
th,
label,
.note {
    font-size: 14px;
}

#divContainer div {
    display: inline-table;
}

.col-md-8 {
    width: 700px;
}

.col-md-4 {
    width: 300px;
}

#tableTimeout {
    display: none !important;
}

#logintext {
    display: none !important;
}

#rightmandatory, .rightmandatory {
    color: red;
    float: right;
    font-weight: bold;
}



div.field {
    display: block !important;
}

label {
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
}



.backcontrols {
    display: none !important;
}

.formAsTable {
    margin-bottom: 10px;
}

input.readonly {
    background: transparent;
    color: #7F7F7F;
    border: none;
}



.investmentlist .d1 td, .investmentlist .total td {
    background-color: #ffffff;
    border-top: 1px solid #ffffff;
}

div.ContributionHistory table.table {
    background-color: #ffffff;
}

.investmentlist .d0 td,
.ContributionHistory .modrow_1 td {
    background-color: #def5fc;
}

.note {
    font-style: italic;
}

.col-md-12 > div > div {
    padding-top: 10px !important;
}

#resize {
    color: #66aaff;
    cursor: pointer;
}


#InvestmentPricesLinksDiv {
    margin-left: -15px !important;
}

#WorkDeskCharts img {
    width: 90%;
}

#WorkDeskCharts ul li {
    margin-top: 2px;
    list-style: none outside none;
    margin-left: 0 !important;
    font-family: AvenirLTStd-Book, sans-serif;
    color: #66aaff;
    cursor: pointer;
}

.WDC_ListMarker {
    list-style: square !important;
    font-weight: bold;
}

.SchemeInformation {
    float: left;
    clear: both;
    width: 90%;
}



    .SchemeInformation ul li {
        margin-top: 2px;
        list-style: none outside none;
        margin-left: 0 !important;
        font-family: AvenirLTStd-Book, sans-serif;
        color: #66aaff;
        cursor: pointer;
    }

        /*.SchemeInformationList {
    float: left;
    width: 100%;
    padding: 0 !important;
}

    .SchemeInformationList ul {
        padding: 0 !important;
    }

        .SchemeInformationList ul li {
            list-style: none outside none;
            margin-left: 0 !important;
            font-family: AvenirLTStd-Book, sans-serif;
            color: #66aaff;
            cursor: pointer;
            
            display: inline;
            padding: 0 !important;
        }

            .SchemeInformationList ul li span {
                float: left;
                background: #4875BA;
                color: #ffffff;
                border: 1px solid #4875BA;
                padding: 5px;
                min-width: 50px;
                cursor: pointer;
                
                -moz-border-left-radius: 5px;
                -webkit-border-top-left-radius: 5px;
                border-top-left-radius: 5px;
                -moz-border-right-radius: 5px;
                -webkit-border-right-left-radius: 5px;
                border-top-right-radius: 5px;
                text-decoration: none;
                margin: 1px 1px 0 0;
            }*/


        .SchemeInformation ul li a {
            font-family: AvenirLTStd-Book, sans-serif;
            color: #66aaff;
            text-decoration: none;
        }

            .SchemeInformation ul li a:hover {
                text-decoration: underline;
            }

.selectbutton {
    background-color: #ff8000 !important;
    border-color: #ff8000 !important;
}

.InvestmentGuidance {
    padding: 0;
    width: 100%;
}

    .InvestmentGuidance li p {
        margin: 0 0 0 10px;
        color: #7f7f7f;
    }

.LinksList ul {
    list-style: square outside none;
    margin: 0;
}

    .LinksList ul li {
        margin-left: 0 !important;
        font-family: AvenirLTStd-Book, sans-serif;
    }

        .LinksList ul li a {
            font-family: AvenirLTStd-Book, sans-serif;
            color: rgba(52,96,148,1) !important;
            text-decoration: none;
            cursor: pointer;
        }

            .LinksList ul li a:hover {
                text-decoration: underline;
            }

.LinkDescription {
    margin: 0 0 0 15px;
    color: #7F7F7F;
}

.SubList ul {
    list-style: square outside none;
    margin: 0;
    padding: 0 0 0 20px;
}

    .SubList ul li {
        color: #F2C40A;
    }

        .SubList ul li a {
            color: #F2C40A;
        }



/*********************************************************************** CW Skin extras RJT 10/9/14 **************************************************/
#wrapper {
    min-height: 100%;
}

#top {
    color: rgba(37,68,106,1);
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 0;
    text-align: right;
}

    #top label {
        font-family: AvenirLTStd-Book, sans-serif;
        font-weight: normal !important;
        font-size: 12px;
        font-style: normal;
        line-height: 20px;
        color: rgba(37,68,106,1);
        margin-bottom: 0px;
        margin-top: 0px;
        text-align: right;
        margin-right: 5px;
        width: auto !important;
    }

    #top a:link {
        text-decoration: none;
        color: rgba(37,68,106,1);
    }

#pagecontainer {
    max-width: 1920px;
    min-height: 100%;
}


#contentheader {
    width: 100%;
    height: 87px !important;
}

#header_information {
    margin: 32px 0 0 0;
    float: left;
    font-size: large;
    height: 20px;
    color: #4875BA;
    width: 755px;
}

#SelectedMember, #SelectedScheme {
    float: left;
    color: #ffffff;
    width: 100%;
    margin: 20px 0 20px 0;
    background-color: rgba(0,36,84,0.5);
    padding: 3px;
}

    #SelectedMember h3, #SelectedScheme h3 {
        color: #ffffff;
        font-size: 24px;
        text-align: center;
        margin: 0;
        padding: 5px;
    }


@media (min-width: 931px) {
    #pagecontainer {
        min-height: calc(100vh)
    }

    #content-wrapper {
        min-height: calc(100vh - 112px)
    }

    #centercontent {
        min-height: calc(100vh - 143px)
    }
}

#SelectedMember label,
#SelectedScheme label {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 3px;
}


#SelectedMember label,
#SelectedScheme label,
#SelectedMember span,
#SelectedScheme span {
    color: #FFFFFF;
    width: 100% !important;
    text-align: left;
    display: block;
    padding-left: 10px;
}


#SelectedMember input[type=button],
#SelectedScheme input[type=button] {
    font-size: 14px;
    width: 100%;
    text-align: center;
}

#SelectedScheme span.schemedata {
    margin: 0 5px 0 5px;
}


.NewsSummary {
    float: left;
    background-image: url('../images/arrow.gif');
    background-repeat: no-repeat;
    padding-left: 90px;
    min-height: 100px;
    margin-bottom: 20px;
}

    .NewsSummary h3 {
        float: left;
        font-size: small !important;
        font-weight: normal !important;
        line-height: 1.2em !important;
    }

    .NewsSummary p {
        clear: both;
        float: left;
        font-size: small !important;
    }
/************************************** Content Header Buttons *******************************************/


#leftcontentheader,
#rightcontentheader {
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

    #leftcontentheader img,
    #rightcontentheader img {
        vertical-align: middle;
        max-height: 100%;
        max-width: 100%;
        border: 5px solid rgba(255,255,255,0);
    }


.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

/*********************************** End of Content Header Buttons *********************************/

#centercontent {
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-top: 20px !important;
}




    #centercontent h1 {
        color: #FFFFFF;
        background-color: rgba(0,36,84,0.5);
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 0px;
        margin-top: 0px;
        padding-left: 20px;
    }

    #centercontent h2 {
        color: rgba(52,96,148,1);
        font-size: 18px;
        font-weight: bold;
        line-height: 30px;
        margin-bottom: 0px;
        margin-top: 0;
        padding-left: 5px;
    }

/*#content-wrapper {
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
}*/





#rightbar a {
    float: left;
    background: #4875BA;
    color: #ffffff;
    border: 1px solid #4875BA;
    padding: 5px;
    min-width: 50px;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    margin: 3px;
}

    #rightbar a:hover {
        background-color: #ff8000 !important;
        border-color: #ff8000 !important;
    }

#contentfooter {
    background-color: rgba(0,36,84,1);
    color: rgba(91,127,172,1);
}

#footercontainer {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin: 0 0 0 0;
}

    #footercontainer p {
        margin: 0px !important;
        padding: 5px !important;
        width: 100%;
        text-align: center;
        font-weight: bold;
    }



a.foot {
    color: rgba(91,127,172,1);
}


    a.foot:hover {
        color: rgba(255,255,255,1);
        text-decoration: none;
    }


#bottom {
    float: left;
    width: 100%;
    background-image: url('../images/generic/footer_bg.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    height: 25px;
    margin-bottom: 0;
    margin-top: 5px;
    text-align: center;
}

    #bottom p {
        font-family: AvenirLTStd-Book, sans-serif;
        font-size: 10px;
        font-style: normal;
        line-height: 20px;
        color: #ffffff;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    #bottom a:link {
        text-decoration: none;
        color: #ffffff;
    }




.hiddentext {
    display: none;
}




.heroImageContainer {
    height: 150px;
    overflow: hidden;
    border-bottom: 18px;
}


    .heroImageContainer > img {
        width: 100%;
    }

/************** Carousel **********************/

#divCarouselRow {
    border-bottom: 18px;
    border-right: 18px;
    margin-left: -15px;
    margin-right: 0px;
}



.carousel-medium .carousel-control {
    float: left;
    background-image: none;
    position: absolute;
    display: block;
}

.carousel-medium .carousel-inner {
    margin-left: 41px;
}

.carousel-control.right {
    left: 62px;
}

.carousel-medium .glyphicon {
    border: 0px;
    background-color: rgba(0,0,0,0);
    color: rgba(52,96,148,1);
}

    .carousel-medium .glyphicon.glyphicon-chevron-left,
    .carousel-medium .glyphicon.glyphicon-chevron-right {
        width: 43px;
        height: 43px;
        margin-top: -15px;
        font-size: 40px;
    }


.carousel-medium .carousel-inner > .item > img {
    position: absolute;
    top: 0px;
    right: 0px;
    /* corrects inline gap in enclosing div */
    display: block;
    max-width: 100%;
    /* just in case, to force correct aspect ratio */
    height: auto !important;
    width: auto\9; /* ie8+9 */
    /* lt ie8 */
    -ms-interpolation-mode: bicubic;
}

.carousel, .carousel-inner, .carousel .item {
    height: 400px;
    margin-bottom: 0px;
}

.carousel-medium,
.carousel-medium .carousel-inner > .item {
    max-height: 400px;
    overflow: hidden;
}

.carousel-text-container {
    display: block;
    height: 400px;
}

    .carousel-text-container p {
        margin-left: 15px;
    }

#divCarouselRow .carousel-text-container > h2 {
    font-size: 18px;
    line-height: 1;
    font-weight: normal;
    margin: 0 10px 10px;
}

.carousel-image-container {
    padding-right: 0px;
}



/************** End of Carousel **********************/

.landing-page-information p {
    padding: 15px;
}


/********************************************************************* End of CW Skin extras *********************************************/

/********************************************************************* News/Glossary/FAQs **************************************************************/


#centercontent h3 {
    color: rgba(52,96,148,1);
    font-family: AvenirLTStd-Book, sans-serif;
    font-size: medium;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 5px;
    margin-top: 0;
}

#centercontent a {
    font-weight: bold;
    text-decoration: none;
    color: rgba(91,127,172,1);
}

    #centercontent a:hover {
        text-decoration: underline;
    }

#centercontent th a, #centercontent th a:hover {
    color: #FFFFFF;
}

#centercontent p {
    margin: 2px 7px 2px 7px;
    padding: 0;
}

#centercontent .question {
    color: rgba(52,96,148,1);
    font-family: AvenirLTStd-Book, sans-serif;
    cursor: pointer;
}

#centercontent .answer {
    margin-left: 15px;
}


/********************************************************************* End of News/Glossary/FAQs **************************************************************/

/******************** Tabbed Information ***********************************/

.TabbedInformation {
    float: left;
    clear: both;
    position: relative;
    top: -1px;
    background-color: rgba(255,255,255,0.5);
    padding: 5px;
    min-width: 50% !important;
    /*-moz-border-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
        -moz-border-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        border-top-right-radius: 5px;*/
}






    .TabbedInformation ul li {
        margin-top: 2px;
        list-style: none outside none;
        margin-left: 0 !important;
        font-family: AvenirLTStd-Book, sans-serif;
        color: #3B90F9;
        cursor: pointer;
    }

.TabbedInformationList {
    float: left;
    width: 100%;
    padding: 0 !important;
}

    .TabbedInformationList ul {
        padding: 0 !important;
    }

        .TabbedInformationList ul li {
            /*margin-top: 2px;*/
            list-style: none outside none;
            margin-left: 0 !important;
            font-family: AvenirLTStd-Book, sans-serif;
            color: #3B90F9;
            cursor: pointer;
            display: inline;
            padding: 0 !important;
        }

            .TabbedInformationList ul li span {
                float: left;
                background-color: rgba(0,36,84,0.5);
                color: #ffffff;
                border: 1px solid rgba(0,36,84,0.5);
                padding: 5px;
                min-width: 50px;
                cursor: pointer;
                -moz-border-left-radius: 5px;
                -webkit-border-top-left-radius: 5px;
                border-top-left-radius: 5px;
                -moz-border-right-radius: 5px;
                -webkit-border-right-left-radius: 5px;
                border-top-right-radius: 5px;
                text-decoration: none;
                margin: 1px 1px 0 0;
            }

                .TabbedInformationList ul li span:hover {
                    background-color: #ff8000;
                    border-color: #F2C40A;
                }

@media (max-width: 930px) {
    .TabbedInformationList ul li span {
        width: 100%;
        text-align: center;
        -moz-border-left-radius: 0px;
        -webkit-border-top-left-radius: 0px;
        border-top-left-radius: 0px;
        -moz-border-right-radius: 0px;
        -webkit-border-right-left-radius: 0px;
        border-top-right-radius: 0px;
        font-size: 16px;
    }

    .TabbedInformation {
        width: 100%;
        -moz-border-left-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        border-bottom-left-radius: 0px;
        -moz-border-right-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
        border-bottom-right-radius: 0px;
        -webkit-border-top-right-radius: 0px;
        border-top-right-radius: 0px;
    }
}


.TabbedInformation ul li a {
    font-family: AvenirLTStd-Book, sans-serif;
    color: #3B90F9;
    text-decoration: none;
}

    .TabbedInformation ul li a:hover {
        text-decoration: underline;
    }

.selectbutton {
    background-color: rgba(0,36,84,1) !important;
    border-color: rgba(0,36,84,0.5) !important;
}

.sub-category {
    padding-left: 10px;
}

/******************** End of Tabbed Information ***********************************/


.infodiv {
    margin-bottom: 10px;
}


/**************************************** Loading CSS ******************************/
#dvLoading {
    background: url("../images/loading.gif") no-repeat center center;
    height: 400px;
    width: 300px;
    position: absolute;
    z-index: 1000;
    left: 100px;
    top: 100px;
    margin: -25px 0 0 -25px;
}

/**************************** Calculation Formatting ***********************************/
div.CalculationDefinition {
    margin-left: 10px;
}

    div.CalculationDefinition table th,
    div.CalculationDefinition table td input {
        font-size: 14px;
    }

.CalculationDefinition table td,
.CalculationDefinition table td input[type='text'] {
    text-align: right;
}

.numericfield {
    text-align: right;
}

div.required label:after {
    padding-right: 25px;
    content: " *";
    background-position: right top;
    color: #FF0000;
}

div.required .form-control {
    width: 90% !important;
    float: left;
}

.errorindicator {
    float: left; 
}


/****************** jquery ui overrides ************************/

.ui-dialog-titlebar {
    background: rgba(0,36,84,1) !important;
}

    .ui-dialog-titlebar span {
        color: #FFFFFF !important;
    }

.ui-dialog .ui-dialog-titlebar-close span {
    float: right;
}

.ui-dialog-titlebar span.ui-button-text {
    display: none;
}

.ui-state-default .ui-icon {
    background-image: url('../../system/css/images/ui-icons_FFFFFF_256x240.png') /*{iconsDefault}*/;
}

/******************* end of jquery ui overrides *****************/

/*------------------------------------ ERRORS --------------------------------*/
#divErrors {
    position: absolute;
    left: 0;
    width: 100%;
    height: 80px;
    color: rgb(190,0,0);
    font-weight: normal;
    font-family: AvenirLTStd-Book, sans-serif !important;
    font-size: 14px;
    background-color: rgba(255,255,255,0.8);
    text-align: left;
    z-index: 1000;
}

    #divErrors div {
        margin: 5px;
        padding: 3px;
        height: 72px;
        border: 5px solid rgb(190,0,0);
        background-color: white;
        overflow: auto;
    }

a.errors {
    color: rgb(190,0,0) !important;
}

    a.errors:visited {
        color: rgb(190,0,0) !important;
    }

    a.errors:hover {
        color: rgb(190,0,0) !important;
        text-decoration: underline;
    }

font.errors {
    color: rgb(190,0,0) !important;
}

.errortext {
    color: rgb(190,0,0) !important;
}
/*------------------------------------ End of ERRORS --------------------------------*/


#divWizardControls {
    padding-left: 25px;
    margin-top: 10px;
}

.aboutyou_contact .input-group[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}




/************ Scheme Landing Page **************/

.BannerImage,
.SchemeIntroductionText,
.SchemeBody {
    max-width: 100%;
}

.SchemeIntroductionText {
    font-weight: 700;
}




/************ End of Scheme Landing Page **************/


/************** DD styling tweak ************************/
.dl-horizontal dt {
    float: left;
    width: 100% !important;
    overflow: hidden;
    clear: left;
    text-align: left !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(52,96,148,1);
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 0px;
    margin-top: 0;
    padding-left: 5px;
}

.dl-horizontal dd {
    margin-left: 35px !important;
}

/******** Table styling to override bootstrap (where used) ******/
.table-condensed th {
    color: #FFFFFF;
    background-color: #4875BA;
}
/***************** Wizards ******************************/
table.WizardView {
    display: none !important;
}

/* Class for hiding wizard tables during processing. The class needs removing from the element once processing has finished */
.processingtable {
    display: none;
}

#divWizardControls div.table-responsive {
    border: 0;
}

#WizardPanelContainer td input {
    width: 100%;
}

#WizardPanelContainer table caption {
        color: #FFFFFF;
        background-color: rgba(0,36,84,0.5);
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 0px;
        margin-top: 0px;
        padding-left: 20px;
}

#radioOptions fieldset {
    padding: 0px;
    margin: 10px 0 0 0;
}

    #radioOptions fieldset legend {
        font-family: AvenirLTStd-Medium, sans-serif !important;
        color: rgba(52,96,148,1);
        font-size: 18px;
        font-weight: bold;
        line-height: 30px;
        margin: 0px;
        padding-left: 0px;
        left: -10px;
        position: relative;
    }

    #radioOptions fieldset input[type=radio] {
        margin-right: 10px;
    }
/********************************************************/

/************** External Links ***************/
div.article {
    background-color: rgba(255,255,255,0.5);
    margin-bottom: 5px;
    padding: 5px;
}

#externaldocs h2 {
    font-size: 14px;
    line-height: 18px;
}

div.article p {
    color: #333333;
    font-weight: normal;
}

/***************** Inputs with validation ***********/
input.validated {
    float: left;
    width: calc(100% - 25px);
}
