#Body {
    background: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

    #Body *{
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }

    #Body .fa {
        font-family: FontAwesome;
    }

#top, #wrapper {
    background: none;
    min-height: 1000px;
    background-size: contain;
}

/*-----START Header CSS----*/
#header {
    background: url("../images/header-nav-bg.png") repeat-x 0 130px;
    margin: 0 auto;
    position: relative;
    clear: both;
}

.innerHeader {
    width: 960px;
    margin: 0 auto;
    position: relative;
    clear: both;
}

a.logo {
    background: url('../images/layout/logo.png') no-repeat;
    width: 150px !important;
    height: 106px !important;
    text-indent: -9999px !important;
    position: absolute !important;
    bottom: -25px !important;
    left: 4px !important;
}

.navbar-default .navbar-nav.nav > li > a {
    font-size: 12px;
    color: #1f0100;
    font-weight: normal;
    text-align: center;
    /* background: #f2f2f2; */
    background: transparent;
    height: 46px;
    border: none;
    z-index: 0;
}

#header .secondary2 {
    background-image: none;
    border: 0 none;
    float: right;
    margin: 14px 0 7px;
    padding: 0;
    position: relative;
}

    #header .secondary2 .divide {
        display: inline-block;
        vertical-align: middle;
    }

    #header .secondary2 .social {
        display: inline-block;
        vertical-align: middle;
    }

    #header .secondary2 a {
        font-size: 1.3em;
        color: #000;
        background: url('../images/layout/secondaryDivide.png') no-repeat 100% 50%;
        margin-right: 12px;
        padding-right: 14px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }
	
	
	 #header .secondary2 a:last-child {
        font-size: 1.3em;
        color: #000;
        background: none;
        margin-right: 12px;
        padding-right: 14px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }

    #header .secondary2 .divide {
        position: absolute;
        left: -9999px;
    }

    #header .secondary2 .connected {
        font-size: 1.3em;
        color: #000;
    }

    #header .secondary2 .social a {
        background: url('../images/layout/social.png') no-repeat;
        display: block;
        text-indent: -9999px;
        width: 20px;
        height: 26px;
        margin-right: 7px;
        padding: 0;
        float: left;
    }

        #header .secondary2 .social a.fb {
            margin-right: 6px;
            background-position: -4px 0;
        }

            #header .secondary2 .social a.fb:hover,
            .secondary .social a.fb:focus {
                background-position: -4px -42px;
            }

        #header .secondary2 .social a.twitter {
            background-position: -31px 0;
        }

            #header .secondary2 .social a.twitter:hover,
            .secondary .social a.twitter:focus {
                background-position: -31px -42px;
            }

        #header .secondary2 .social a.yt {
            background-position: -57px 0;
        }

            #header .secondary2 .social a.yt:hover,
            .secondary .social a.yt:focus {
                background-position: -57px -42px;
            }

        #header .secondary2 .social a.linked {
            background-position: -83px 0;
            margin-right: 0;
        }

            #header .secondary2 .social a.linked:hover,
            .secondary .social a.linked:focus {
                background-position: -83px -42px;
            }

    #header:after,
    #header .secondary2:after,
    .search:after,
    .action:after {
        content: " ";
        height: 0;
        display: table;
        width: 100%;
        clear: both;
        float: none;
        overflow: hidden;
        zoom: 1;
    }

#header .action {
    background: #00afea;
    color: #FFFFFF;
    float: right;
    clear: both;
    font-size: 1em;
    padding: 9px 9px 9px 15px;
    position: relative;
    text-align: right;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin: 3px 0;
    width: auto;
    display: block;
}

    #header .action a {
        background: url("../images/layout/secondaryDivide.png") no-repeat scroll 100% 50% transparent;
        color: #FFFFFF;
        font-size: 1.2em;
        margin-left: 11px;
        padding-right: 14px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }

.secondary-and-action {
    position: relative;
}

.search input.swap, .search input.NormalTextBox, .login .NormalTextBox {
    background: #fff;
    width: 181px;
    margin-right: -3px !important;
    height: 32px;
    font-weight: normal;
    color: #818181;
    font-size: 12px;
    padding: 0 0 0 9px;
    vertical-align: middle;
    line-height: 32px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: transparent !important;
    border: 1px solid #ccc !important;
    vertical-align: top !important;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.navbar-nav.nav {
    height: auto;
    background: none;
    min-height: inherit;
    margin-bottom: 8px;
    display: block;
    border: none;
}

.navbar-nav > li > a::after {
    content: "";
    border-left: 0px solid #2E4D6C;
    position: absolute;
    height: 100%;
    right: -2px;
    top: 0;
}

#header .navbar-nav.nav > li:nth-of-type(1) {
    margin-left: 15%;
}

.dnnMenu .navbar-nav.nav > li {
    width: 12.5%;
}

.navbar-nav > li > ul.dropdown-menu {
    font-size: inherit;
    margin-top: -1px;
    /* margin-left: -1px; */
    padding: 10px 0 0 0;
    width: 200px;
    position: absolute;
    background: #0066cc;
    background-size: cover;
    z-index: 9999;
}

.nav > li > a:hover {
    background: #0066cc !important;
    border-bottom: 1px solid #518BB1;
    text-decoration: none;
    color: #fff !important;
}

.dropdown-menu {
    border: 0px solid rgba(0, 0, 0, 0.15);
    box-shadow: none;
}

.breadCrumbs li a {
    color: #000;
}

    .breadCrumbs li a.Breadcrumb {
        color: #000;
        font-weight: 700;
        text-decoration: none;
    }

.navCol {
    border-left: 0px solid #f5f5f5;
    border-right: 0px solid #f5f5f5;
}

    .navCol h2 {
        background: #5c2d91;
        height: 30px;
        padding: 13px 10px 0 19px;
        color: #FFF;
        font-weight: 700;
        padding: 13px 10px 0 7px;
        height: 50px;
        font-size: 14px;
    }

    .navCol .RadPanelBar li {
        padding: 0 0 0 22px;
        margin-bottom: 0px;
    }

#leftMenu {
    margin-top: 5px;
}


    #leftMenu h2.moduleTitle {
        background-color: #0066cc;
        color: #FFF;
        font-weight: normal;
    }

    #leftMenu * {
        border: 0 none;
        color: #0061AF;
    }

    #leftMenu a.rpLink,
    #leftMenu .linkitem a {
        color: #0061AF;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: 700 !important;
    }


        #leftMenu a.rpLink:hover,
        #leftMenu .linkitem a:hover {
            text-decoration: underline;
        }

    #leftMenu h2.moduleTitle span.Head {
        color: #FFF;
    }

.LeftPane .blankContentPane {
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}


#leftMenu .ModYMCADemographicFlowMenuC {
    margin-left: 25px;
}


#leftMenu .rpItem .rpText {
    padding: 0px 20px;
    display: block;
}

#leftMenu .ModYMCADemographicFlowMenuC .linkBtn {
    color: #0061AF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 700 !important;
    padding: 5px 0;
    display: block;
}

.moduleTitle span.Head {
    color: #000;
    margin-bottom: 17px;
    font-family: Arial,sans-serif;
    font-weight: 400;
}

.pageTitle {
    color: #0061AF;
}

.main .moduleTitle {
    font-size: 25px;
}

h3.ctrlTitle {
    font-size: 14px;
    margin: 0;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}


.btn.btn-primary {
    background: #00afea;
    border-radius: 0px;
    text-shadow: 0px 0px #ccc !important;
    border: 0px solid #ADC570;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-size: 1em;
    margin: 0;
    text-shadow: 1px 1px #CFE5A4;
    vertical-align: middle;
    text-decoration: none;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

    .btn.btn-primary:hover {
        background: #0066cc;
        border: 0px solid #ADC570;
    }

    .btn.btn-primary:focus, .btn.btn-primary:hover {
        background: #0066cc;
        border: 0px solid #ADC570;
    }


.h-color-primary {
    color: #0061AF;
}

.btn {
    text-shadow: 0 0px 0px rgba(255, 255, 255, 0.75);
}

input.button, input.Button, input.printbtn, div.AdvancedWindowDiv .AdvancedSearchButton, .affilTable input.StandardButton, a.certbtn, input.btnFilterSearch, .RadGrid input.payNow, .editControls input.updateCart, .buttonRow a.btn.btn-primary {
    background-image: none;
    border: 0px solid #adc570;
    margin: 0;
    vertical-align: middle;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: normal;
    color: #fff;
    text-shadow: 0px 0px #cfe5a4;
    font-size: 100%;
    cursor: pointer;
    padding: 5px 10px;
    background: #00afea;
    border-radius: 0px;
}


    input.button:hover, input.Button:hover, input.printbtn:hover, div.AdvancedWindowDiv .AdvancedSearchButton:hover, .affilTable input.StandardButton:hover, a.certbtn:hover, input.btnFilterSearch:hover, .RadGrid input.payNow:hover, .editControls input.updateCart:hover, .buttonRow a.btn.btn-primary:hover {
        background: #0066cc;
        border: 0px solid #ADC570;
    }


input.gray-btn {
    background-color: #666666;
    font-weight: normal;
    cursor: pointer;
    border: none !important;
    min-width: 80px;
    color: #fff;
    font-size: 12px;
    line-height: 28px;
    height: 28px;
}

    input.gray-btn:hover {
        background: #363636;
    }


select {
    background-color: white;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url('../images/calander-dropdown-arrow.png') right 7px !important;
    background: none\9;
    background-repeat: no-repeat !important;
    padding-right: 18px;
    padding-right: 0\9;
    color: #000;
    padding: 5px 2px;
    border: 1px solid #ccc;
}

a {
    font-size: 1em;
    color: #0066CC;
}

input[type="text"],
input[type="password"] {
    border-radius: 0px !important;
    padding-top: 6px;
    padding-bottom: 6px;
    height: auto;
    border: solid 1px #ccc;
    box-shadow: none;
}

input[type="radio"] {
    border-top-left-radius: 14px !important;
    border-top-right-radius: 14px !important;
    border-bottom-right-radius: 14px !important;
    border-bottom-left-radius: 14px !important;
}

input,
select,
textarea {
    border-radius: 0px;
    box-shadow: none;
}

.responsive-dp-months,
.responsive-dp-day,
.responsive-dp-year {
    border-radius: 0px;
}



.safari5PC input[type="checkbox"]:checked:before {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #FFF;
}

.safari input[type="checkbox"]:checked:before {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #FFF;
}

.safari5PC input[type="radio"]:checked, .safari5PC input[type="checkbox"]:checked {
}

/*-----END Header CSS----*/

.required label:before,
.requiredLegend span:before,
.comboboxLabel.required:before {
    color: #FF0000;
    content: "* ";
    font-size: 125%;
    font-weight: normal;
    line-height: 20px;
    margin-left: -12px;
    vertical-align: middle;
}

@media all and (-ms-high-contrast:none) {
    .required label:before,
    .requiredLegend span:before,
    .comboboxLabel.required:before {
        color: #CC0000;
        content: "* ";
        font-size: 70%;
        font-weight: normal;
        line-height: 20px;
        margin-left: -12px;
        vertical-align: top;
        top: -3px;
    }
}




/*-----Start Footer CSS------*/
.footerNav {
    background: #f2f2f2 !important;
    padding: 32px 0px 30px 0px !important;
    margin-top: 0 !important;
    clear: both;
    border-top: 5px solid #cccccc !important;
    width: 960px;
}


.innerfooter {
    width: 960px;
    margin: 0 auto;
    position: relative;
    clear: both;
    padding-left: 20px;
    padding-bottom: 25px;
}

.footerNav .col {
    width: 20%;
    width: 20%\9;
    float: left\9;
    float: left;
}

.contentInfo {
    padding: 26px 22px 27px;
    text-align: center;
    background: #333333;
}

.footerNav li.title {
    font-size: 18px;
    margin-bottom: 8px;
    /* font-family: Arial,sans-serif; */
    font-family: verdana;
    color: #000 !important;
    font-weight: 700;
    text-transform: uppercase !important;
}

.footerNav li.title {
    font-size: 18px !important;
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    color: #000 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.footerNav ul.col li a {
    color: #000;
    font-size: 13px;
}

.footerNav ul.col {
    display: inline-block;
    float: left;
    width: 20%;
}

.footerNav .contentInfo .credit {
    font-size: 13px;
}


/*-----END Footer CSS------*/


.Giving.Opportunities .fullWidth .moduleTitle,
.fullWidth > .Normal,
.fullWidth .ContentPane
.ModPersonifyDNNWebControlContainerC,
.fullWidth .TopPane .ModPersonifyDNNWebControlContainerC,
.fullWidth .blankContainerSize > h2.moduleTitle {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.fullWidth .breadCrumbs {
    margin-left: 0;
}

div.RadTreeView .rtMinus, div.RadTreeView .rtPlus {
    position: static;
    right: initial;
    top: auto;
    margin-top: auto;
}

.requiredLegend span {
    font-style: normal;
    color: #000;
}

.btn.btn-link {
    font-weight: normal;
}

.RadWindow .rwWindowContent {
    padding: 0% 0;
    border: 0px;
}

#leftMenu .RadPanelBar a.rpLink {
    background-image: none;
    padding: 5px 10px;
}

.validatedMessage {
    background-color: #FFF;
}

#content .fullWidth > h1.heading1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-weight: 600;
    color: #0061AF;
}



/* ################# START ::: Media Query Mobile ########################### */

@media screen and (max-width:42.0em) {
    .innerHeader {
        width: 100%;
        margin: 0 auto;
        position: relative;
        clear: both;
    }

    .innerfooter {
        width: 100%;
        margin: 0 auto;
        position: relative;
        clear: both;
    }

    .navbar-default .navbar-nav.nav > li > a {
        text-align: left;
    }

    .nav .caret {
        border-top-color: #000000;
        border-bottom-color: #000000;
    }

    .login-sidebar-button, .register-sidebar-button {
        background: #428bca !important;
        color: #fff !important;
        text-decoration: none;
        font-weight: normal !important;
        text-shadow: none !important;
    }

    .footerNav ul.col {
        width: 100%;
        float: left;
    }

    a.mobile-logo-url {
        display: inline-block;
        margin: 1px;
        padding: 5px 0;
        text-decoration: none;
        text-align: center;
        color: #f9f9f9;
        font-family: Arial, helvetica, sans-serif;
        font-weight: 700;
        font-size: 1.7em;
        z-index: 999;
        text-shadow: 1px 1px 1px #222;
        background: url('../images/layout/logo-mobile.png') no-repeat;
        width: 63px !important;
        text-indent: -9999px !important;
    }

    .footerNav {
        width: 100%;
    }

    input[type="checkbox"]:checked:before {
        content: '\2714';
        font-size: 14px;
        position: absolute;
        top: 0px;
        left: 3px;
        color: #FFF;
    }

    input[type="radio"]:checked, input[type="checkbox"]:checked {
        position: relative;
        height: 22px !important;
        width: 22px !important;
        border: 2px solid #aaa;
        background-color: #0066cc;
    }

    .breadCrumbs {
        display: none !important;
    }

    .contentInfo {
        min-width: 100%;
    }
}


/* ################# END ::: Media Query Mobile ########################### */


@media screen and (min-width: 800px) {
    #header {
        width: inherit;
        background: url("../images/header-nav-bg.png") repeat-x 0 130px;
        margin: 0 auto;
        position: relative;
        clear: both;
    }

    .footerNav {
        background: #f2f2f2 !important;
        padding: 32px 0px 30px 0px !important;
        margin-top: 0 !important;
        clear: both;
        border-top: 5px solid #cccccc !important;
        width: inherit;
    }
}

/*Tablet fix*/
@media only screen and (min-width:769px) and (max-width:1024px) {
    .safari5PC input[type="checkbox"]:checked:before {
        content: '';
    }

    .safari input[type="checkbox"]:checked:before {
        content: '';
    }
}
/*Common send email button fix*/
.send-email-window.order-summary-popup-email-info-control .btn.btn-primary {
    background-color: #00afea !important;
}

    .send-email-window.order-summary-popup-email-info-control .btn.btn-primary:hover {
        background-color: #0066cc !important;
    }


/*Start : Consent control issue fix*/
.CL_QuickCheckoutControl_PersonifyDefault .border-bottom-separated.ctrl-row-usr-full-name {
    display: inline-block;
    width: 100%;
}


/*End : Consent control issue fix*/


/*Start : 240719*/


.CL_AccountCreationControl_PersonifyDefault .wrong input {
    background-color: #fff !important;
    border: 1px solid #cc0000;
    border-style: inset;
}

.CL_AccountCreationControl_PersonifyDefault .address-control-panel div.cls_dropdown.state_row {
    clear: both;
}

.CL_AccountCreationCreation_pnlEnterPasswordRadWindow .clsEnterPasswordButton {
        background-color: #00afea !important;
}

@media screen and (max-width: 42em){

    .CL_AccountCreationControl_PersonifyDefault .formLayout fieldset.userDetails span.validatedMessage {
        margin: 0 !important;
        position: relative !important;
        right: 15px;
        top: 0px;
        font-weight: normal;
        left: initial;
    }

    #Body, body{
        font-size: 12px;
    }

    .CL_AdvancedOrderSummary_PersonifyDefault .cls_pnlCurrentBalance {
        width: 100%;
    }

    .CL_AccountCreationControl_PersonifyDefault  .zip_row {
        width: 100%;
        float: left;
        padding: 5px 0;
        margin-left: 0;
    }

    #Body .CL_AccountCreationControl_PersonifyDefault .userDetails input[type="email"],
    #Body .CL_AccountCreationControl_PersonifyDefault .userDetails input[type="number"],
    #Body .CL_AccountCreationControl_PersonifyDefault .userDetails input[type="search"],
    #Body .CL_AccountCreationControl_PersonifyDefault .userDetails input[type="text"],
    #Body .CL_AccountCreationControl_PersonifyDefault .userDetails input[type="tel"],
    #Body .CL_AccountCreationControl_PersonifyDefault .userDetails input[type="url"],
    #Body .CL_AccountCreationControl_PersonifyDefault .userDetails input[type="password"],
    #Body .CL_AccountCreationControl_PersonifyDefault .userDetails textarea:focus,
    #Body .CL_AccountCreationControl_PersonifyDefault .userDetails select:focus{font-size: 16px !important;}


    #Body .CL_AccountCreationControl_PersonifyDefault .userDetails input[type="email"]:focus,
    #Body .CL_AccountCreationControl_PersonifyDefault .userDetails input[type="number"]:focus,
    #Body .CL_AccountCreationControl_PersonifyDefault .userDetails input[type="search"]:focus,
    #Body .CL_AccountCreationControl_PersonifyDefault .userDetails input[type="text"]:focus,
    #Body .CL_AccountCreationControl_PersonifyDefault .userDetails input[type="tel"]:focus,
    #Body .CL_AccountCreationControl_PersonifyDefault .userDetails input[type="url"]:focus,
    #Body .CL_AccountCreationControl_PersonifyDefault .userDetails input[type="password"]:focus,
    #Body .CL_AccountCreationControl_PersonifyDefault .userDetails textarea:focus,
    #Body .CL_AccountCreationControl_PersonifyDefault .userDetails select:focus{font-size: 16px;}
}


/*End : 240719*/


/* BEGIN: USERSTORY 77242 */
#Body .RadComboBox_PersonifyDefault .rcbFocused .rcbReadOnly .rcbInput,
#Body .RadComboBox_Default .rcbFocused .rcbReadOnly .rcbInput {
    color: #333 !important;
}
/* END: USERSTORY 77242 */

/* BEGIN: USERSTORY 77242 */
#Body .hostAccount .RadComboBox_PersonifyDefault td.rcbArrowCell.rcbArrowCellRight, 
#Body .hostAccount .RadComboBox_Default td.rcbArrowCell.rcbArrowCellRight {
	background: -webkit-linear-gradient(top, #fff 0%,#f0f2f1 100%) !important;
}
/* END: USERSTORY 77242 */

/* Links update */
.footerNav li.title a{
    font-size: 18px !important;
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    color: #000 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

#Body .DNNModuleContent.ModDNNHTMLC{
	padding-bottom:30px;
}

#Body .interior.home .mc.mobile-way .login{
	display:none;
}

#Body .interior.home .Normal > span{
	display:inline-block;
	margin-bottom:15px;
}

#Body .interior.home .Normal a:nth-of-type(3){
    display:block;
    margin-bottom:15px;
}

#Body .interior.home .Normal p {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: 15px;
}


#Body .interior.home .Normal > span:nth-of-type(3) > br:nth-of-type(1){
    display:block;
    margin-bottom:15px;
}

