/*********** ********************************************************************************
 * CSS COMPLIED USING LESS.CSS - Make all changes in main.less or main.less child files! ****
 * *****************************************************************************************/
/*************************************************************
 * Site Uses EM's.
 * Base pixel size = 14px
 * Web Conversion Tool: http://pxtoem.com/ 
 ************************************************************/
body {
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    color: #4c4d4f;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    cursor: pointer;
    color: #009999;
    font-weight: 600;
    text-decoration: none;
}

    a:hover,
    a:active,
    a:focus {
        color: #4c4d4f;
        text-decoration: underline;
    }

h1,
.h1 {
    font-size: 3.714em;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-weight: 100;
    line-height: 1.1;
    color: #4c4d4f;
}

h2,
.h2 {
    font-size: 2.071em;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-weight: 100;
    line-height: 1.1;
    color: #4c4d4f;
}

h3,
.h3 {
    font-size: 1em;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.1;
    color: #4c4d4f;
}

h4 {
    font-size: 0.857em;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.1;
    color: #4c4d4f;
}

h5 {
    font-size: 0.714em;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.1;
    color: #4c4d4f;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #eceae6;
    margin: 1em 0;
    padding: 0;
}

p {
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 400;
    margin: 0 0 0.714em;
}

label {
    font-size: 0.857em;
    color: #000000;
}

label,
input,
button {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    line-height: normal !important;
}

    input[type="text"],
    input[type="password"],
    textarea {
        border-radius: 6px;
        border: 1px solid #30536b;
        padding-left: 5px;
    }

    input[type="text"],
    input[type="password"] {
        height: 1.35em;
    }

small,
.small {
    font-size: 0.714em;
}

.main_content .sfimageWrp > img {
    max-width: 100%;
}

.main_content .sfContentBlock > ul {
    font-size: 0.857em;
    list-style: disc;
    margin: 0 1.5em;
}

span.sfFailure {
    color: #FF0000;
    font-size: 0.857em;
    margin-top: -6px;
    display: block;
}

.sfContentBlock ul {
    margin-bottom: 1rem;
}

    .sfContentBlock ul li {
        list-style: disc outside none;
        margin: 0 0 0 2.5em;
        font-weight: 300;
    }

    .sfContentBlock ol, .sfContentBlock ul.numbered {
        counter-reset: ol;
    }

        .sfContentBlock ol li, .sfContentBlock ul.numbered li {
            counter-increment: li 0;
        }

    .sfContentBlock ol, .sfContentBlock ul.numbered {
        list-style: none;
        position: relative;
    }

        .sfContentBlock ol li:before, .sfContentBlock ul.numbered li:before, .sfContentBlock ol.orb-green li:before {
            background: url("../images/ordered_list_bground.png") no-repeat 0 0 rgba(0, 0, 0, 0);
            color: #FFFFFF;
            content: counter(li, decimal);
            counter-increment: li;
            height: 20px;
            left: -26px;
            line-height: 19px;
            position: absolute;
            text-align: center;
            top: 2px;
            width: 20px;
            font-size: 0.857em;
        }

        .sfContentBlock ol li, .sfContentBlock ul.numbered li {
            margin: 0 0 1em 2.5em;
            padding-left: 0.50em;
            position: relative;
        }

        .sfContentBlock ol.orb-blue li:before {
            background: url("../images/ol_tradeshowbooth_blue.png") no-repeat 0 0 rgba(0, 0, 0, 0);
        }

        .sfContentBlock ol.orb-bronze li:before {
            background: url("../images/ol_tradeshowbooth_bronze.png") no-repeat 0 0 rgba(0, 0, 0, 0);
        }

        .sfContentBlock ol.orb-gold li:before {
            background: url("../images/ol_tradeshowbooth_gold.png") no-repeat 0 0 rgba(0, 0, 0, 0);
        }

        .sfContentBlock ol.orb-red li:before {
            background: url("../images/ol_tradeshowbooth_red.png") no-repeat 0 0 rgba(0, 0, 0, 0);
        }

        .sfContentBlock ol.orb-silver li:before {
            background: url("../images/ol_tradeshowbooth_silver.png") no-repeat 0 0 rgba(0, 0, 0, 0);
        }

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.blueTopBar {
    border-top: 5px solid #052b48;
    padding-top: 0.5em;
}

.blueBottomBar {
    border-bottom: 2px solid #052b48;
    padding-bottom: 0.5em;
}

.errorMsg {
    color: #ff0000;
    font-size: 0.714em;
}

.img-rounded {
    border-radius: 6px;
}

    .img-rounded > img {
        border-radius: 6px;
        max-width: 100%;
    }

.sfimageWrp > img {
    height: auto;
    max-width: 100%;
}

.sfPageEditor .wrapper {
    background-color: #f2f2f2;
}

.sfPageEditor .nav_container {
    height: 24em;
}

.sfPageEditor .main_hero_area {
    height: 550px;
}

.sfPageEditor .about_layout .left,
.sfPageEditor .about_layout .right {
    background-color: #ececec;
}

.sfPageEditor .mobile_nav {
    display: block !important;
    margin: 0 auto;
    position: relative !important;
    right: auto;
    top: auto;
    width: 251px;
    z-index: 9999;
}

    .sfPageEditor .mobile_nav .mobile_nav_content {
        width: 500px;
        display: block;
        height: 500px;
    }

.nav_container {
    background-color: #ffffff;
}

    .nav_container .nav_content_area {
        margin: 0 auto;
        max-width: 1024px;
        max-height: 14.143em;
    }

        .nav_container .nav_content_area .utility_nav {
            margin-bottom: 1.214em;
        }

        .nav_container .nav_content_area .logo {
            margin-bottom: 1em;
        }

        .nav_container .nav_content_area .main_nav {
            position: relative;
        }

.sf_1col_1_100.main_hero_area {
    margin: 0em auto;
    max-width: 100%;
    text-align: center !important;
    background-color: #373739;
}

    .sf_1col_1_100.main_hero_area:after {
        clear: both;
        margin: 0px;
    }

.main_container {
    background: url("../images/scoc_main_main_content_bground_slice.png") 0 0 repeat-x;
    overflow: auto;
}

.min_branding_header, .min_branding_main_content, .min_branding_footer {
    width: 100%;
}

    .min_branding_header > .sf_colsOut,
    .min_branding_main_content > .sf_colsOut,
    .min_branding_footer > .sf_colsOut {
        margin: 0 auto;
        max-width: 1024px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .min_branding_header .min_branding_header_top_border1 {
        border-top: #DEDCD9 solid 35px;
    }

    .min_branding_header .min_branding_header_top_border2 {
        border-top: #009999 solid 20px;
    }

    .min_branding_header .min_branding_header_top_border3 {
        border-bottom: #BFCF2A solid 4px;
    }

    .min_branding_header > .sf_colsOut {
        padding-bottom: 0;
    }

    .min_branding_main_content > .sf_colsOut {
        padding-top: 0;
    }

    .min_branding_header hr {
        width: 100%;
        border-color: #000;
    }

.main_container .sf_1col_1_100.main_content_area {
    overflow: auto;
}

.main_container .sf_1col_1_100.tab_content {
    padding: 4.071em 0 0;
    overflow: auto;
    margin: 0 auto;
    max-width: 1024px;
    min-height: 40em;
}

    .main_container .sf_1col_1_100.tab_content .tab_layout {
        margin: 0 auto;
        max-width: 1024px;
    }

        .main_container .sf_1col_1_100.tab_content .tab_layout .col_01 {
            width: 100%;
            min-height: 23.286em;
            float: left;
            margin-bottom: 4.071em;
        }

        .main_container .sf_1col_1_100.tab_content .tab_layout .col_02 {
            width: 100%;
            min-height: 23.286em;
            float: left;
        }

.main_container .sf_1col_1_100.investors_content {
    background-color: #eceae6;
    padding: 4.071em 0;
    overflow: auto;
}

    .main_container .sf_1col_1_100.investors_content .investors_layout {
        margin: 0 auto;
        max-width: 675px;
    }

        .main_container .sf_1col_1_100.investors_content .investors_layout .col_01 {
            float: left;
            height: auto;
            margin-right: 4%;
            width: 29.2968%;
        }

            .main_container .sf_1col_1_100.investors_content .investors_layout .col_01 .image_01 {
                margin-bottom: 1em;
            }

        .main_container .sf_1col_1_100.investors_content .investors_layout .col_02 {
            float: left;
            margin-top: 0;
            min-height: 15.25em;
            position: relative;
            width: 66.7%;
        }

    .main_container .sf_1col_1_100.investors_content .sfimageWrp {
        margin-bottom: 0;
    }

.main_container .membership_content {
    padding: 2rem 0;
    overflow: auto;
}

    .main_container .membership_content .membership_layout {
        margin: 0 auto;
        max-width: 1024px;
    }

        .main_container .membership_content .membership_layout h1 {
            margin-bottom: 3rem;
        }

        .main_container .membership_content .membership_layout h2 {
            margin-bottom: 2rem;
            text-align: center;
        }

        .main_container .membership_content .membership_layout .right a,
        .main_container .membership_content .membership_layout .mid a,
        .main_container .membership_content .membership_layout left {
            font-weight: 700;
            font-size: inherit;
            color: #009999;
            text-decoration: none;
            display: inline-block;
        }

        .main_container .membership_content .membership_layout .manage a {
            margin-bottom: 0.10em;
        }

        .main_container .membership_content .membership_layout .btn-group {
            margin-top: 4em;
        }

        .main_container .membership_content .membership_layout .edit-wrapper {
            margin-top: 1em;
        }

        .main_container .membership_content .membership_layout .edit_bground {
            background: url("../images/scoc_edit_icon.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
            padding-left: 20px;
            width: 116px;
        }

            .main_container .membership_content .membership_layout .edit_bground:hover {
                background: url("../images/scoc_edit_icon.png") no-repeat scroll 0 -17px rgba(0, 0, 0, 0);
            }

        .main_container .membership_content .membership_layout .col_01 {
            width: 22%;
            height: auto;
            float: left;
            margin-right: 4.071em;
            overflow: auto;
        }

            .main_container .membership_content .membership_layout .col_01 img {
                border: 3px solid #eceae6;
            }

        .main_container .membership_content .membership_layout .col_02 {
            width: 42%;
            height: auto;
            float: left;
            margin-right: 4.071em;
            overflow: auto;
        }

            .main_container .membership_content .membership_layout .col_02 span {
                margin-bottom: 1em;
            }

        .main_container .membership_content .membership_layout .col_03 {
            width: 24.5%;
            float: left;
            overflow: auto;
        }

.main_container h2.sfeventSubtitle {
    text-align: left;
}

.main_container .event_content {
    padding: 2rem 0;
    overflow: auto;
}

    .main_container .event_content .event_layout {
        margin: 0 auto;
        max-width: 1024px;
    }

        .main_container .event_content .event_layout .row_event {
            margin-bottom: 1rem;
        }

.main_container .eventNonRegisterBtns input[type='button'] {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.main_container .about_content {
    padding: 4.071em 0;
    overflow: auto;
}

    .main_container .about_content .about_layout {
        margin: 0 auto;
        max-width: 1024px;
    }

        .main_container .about_content .about_layout .col_01 {
            width: 65.1367%;
            height: auto;
            float: left;
            margin-right: 4.071em;
            overflow: auto;
        }

        .main_container .about_content .about_layout .col_02 {
            width: 29.2968%;
            height: auto;
            float: left;
            overflow: auto;
        }

.main_container .sf_1col_1_100.adv_content {
    background-color: #eceae6;
    background: url("../images/scoc_ad_bground.png") 0 0 repeat;
    padding: 4.071em 11.714em;
    overflow: auto;
}

    .main_container .sf_1col_1_100.adv_content .adv_layout {
        margin: 0 auto;
        max-width: 1024px;
    }

        .main_container .sf_1col_1_100.adv_content .adv_layout .col_01 {
            background-color: #ffffff;
            max-width: 730px;
            margin: 0 auto;
        }

.sf_cols.adv_layout {
    margin: 0 auto;
    max-width: 1024px;
}

.footer_container, .min_branding_footer {
    background-color: #009999;
    overflow: auto;
}

    .footer_container .sf_1col_1_100.footer_content_area {
        margin: 4.071em auto;
        max-width: 1024px;
        overflow: auto;
    }

.main_container h1 {
    font-size: 3.714em;
    margin-bottom: 1.75rem;
}

.main_container h2 {
    font-size: 2.071em;
    text-align: center;
    margin-bottom: 2.000rem;
}

.main_container .right {
    margin-top: 4em;
}

    .main_container .right .sfContentBlock {
        margin-bottom: 4.071em;
    }

    .main_container .right h2 {
        margin-bottom: 0.75rem;
        text-align: left;
    }

    .main_container .right a {
        font-weight: bold;
        font-size: 1.143em;
        color: #009999;
        text-decoration: none;
    }

        .main_container .right a:hover {
            color: #4c4d4f;
            text-decoration: underline;
        }

    .main_container .right .sfimageWrp {
        margin-bottom: 4.071em;
    }

.main_container .left .sfContentBlock {
    margin-bottom: 1.75em;
}

.main_container .left .sfimageWrp {
    margin-bottom: 4.071em;
}

.advocacy_wrapper {
    background-color: #eceae6;
    padding: 2em 0;
    overflow: auto;
}

    .advocacy_wrapper .header {
        max-width: 1024px;
        margin: 2em auto;
        text-align: center;
    }

    .advocacy_wrapper .advocacy_layout {
        margin: 0 auto;
        max-width: 1024px;
    }

        .advocacy_wrapper .advocacy_layout .col_01 {
            width: 50%;
            min-height: 330px;
            background-color: #dedcd9;
            float: left;
        }

            .advocacy_wrapper .advocacy_layout .col_01 .image_01 {
                margin-bottom: 1em;
            }

        .advocacy_wrapper .advocacy_layout .col_02 {
            background-color: #009999;
            width: 24%;
            min-height: 330px;
            float: left;
            margin-left: 1%;
            margin-right: 1%;
        }

        .advocacy_wrapper .advocacy_layout .col_03 {
            background-color: #dedcd9;
            width: 24%;
            min-height: 330px;
            float: left;
        }

    .advocacy_wrapper .sfimageWrp {
        margin-bottom: 0;
    }

.login_content .mid-col .sfContentBlock {
    padding: 0 3em;
}

.main_container .login_layout {
    margin: 2rem auto;
    max-width: 1024px;
}

    .main_container .login_layout .page_title h1 {
        margin-bottom: 0;
    }

    .main_container .login_layout h2 {
        margin-bottom: 0.25rem;
        text-align: left;
    }

    .main_container .login_layout .mid-col .sfContentBlock {
        padding: 0 3em;
    }

.main_container .lead_investors_content {
    padding: 4.071em 0;
    overflow: auto;
    margin: 0 auto;
    max-width: 1024px;
    min-height: 40em;
}

    .main_container .lead_investors_content .sponsors_level {
        margin: 2em 0;
        text-align: center;
    }

    .main_container .lead_investors_content hr {
        margin-top: 4em;
    }

    .main_container .lead_investors_content .investors_layout {
        margin: 0 auto;
        max-width: 1024px;
    }

        .main_container .lead_investors_content .investors_layout .col_01 {
            width: 45%;
            height: auto;
            float: left;
            margin-right: 4.071em;
        }

        .main_container .lead_investors_content .investors_layout .col_02 {
            width: 45%;
            height: auto;
            float: right;
        }

    .main_container .lead_investors_content .sfimageWrp {
        margin-bottom: 0;
        text-align: center;
    }

        .main_container .lead_investors_content .sfimageWrp img {
            border: 3px solid #eceae6;
        }

            .main_container .lead_investors_content .sfimageWrp img:hover, .main_container .lead_investors_content .platinum .sfitem:hover {
                border-color: #dedcd9;
            }

.sf_pagerNumeric a {
    display: block;
    float: left;
    margin-right: 0.25em;
    padding: 0.5em 0.75em;
    border: 1px solid #dedcd9;
}

.sf_pagerNumeric .sf_PagerCurrent {
    border: 1px solid #009999;
}

.sfContentBlock .staff_list {
    overflow: auto;
    width: 100%;
}

    .sfContentBlock .staff_list > li {
        float: left;
        list-style: none outside none;
        margin: 0 2% 4% 0;
        overflow: auto;
    }

    .sfContentBlock .staff_list img {
        float: left;
        margin-right: 1em;
    }

    .sfContentBlock .staff_list .description {
        float: left;
        width: auto;
    }

    .sfContentBlock .staff_list .navigation {
        display: block;
        float: left;
        font-weight: 600;
        margin-top: 1em;
        padding: 1em;
        text-transform: capitalize;
        color: #009999;
    }

        .sfContentBlock .staff_list .navigation:hover {
            color: #4c4d4f;
        }
/******* Member Dashboard Area **********/
.RadUpload_Default .ruButton {
    background: none;
}

.sfSubmitBtnWrp .sfSubmitBtn {
    margin-top: 1em;
}

.key_contact {
    font-weight: bold;
}

.exp_date {
    font-style: italic;
}

.login_logout {
    margin: 1em 0;
}

.login_name {
    font-size: 1.5em;
}
/******* Member Dashboard Tab Area **********/
table.gridCurrentEvents {
    width: 100%;
    border: none;
    margin-bottom: 2rem;
}

    table.gridCurrentEvents th,
    table.gridCurrentEvents td {
        padding: 0.25em;
        text-align: left;
        border: none;
    }

    table.gridCurrentEvents th {
        font-size: 1.15em;
    }

    table.gridCurrentEvents a {
        font-weight: 700;
        font-size: inherit;
        color: #009999;
        text-decoration: underline;
        display: inline-block;
    }

        table.gridCurrentEvents a:hover {
            color: #4c4d4f;
        }

.k-icon,
.k-tool-icon,
.k-grouping-dropclue,
.k-drop-hint,
.k-column-menu .k-sprite,
.k-grid-mobile .k-resize-handle-inner:before,
.k-grid-mobile .k-resize-handle-inner:after {
    background-image: url("../images/sprite.png");
    border-color: transparent;
}

.k-treeview .k-in {
    border: none;
}

.news_table {
    margin-bottom: 2rem;
}

.sf_colsIn.sf_1col_1in_100.program_events {
    padding: 0;
}

.program_events .sfNavWrp {
    display: table;
}

.program_events .sfNavHorizontal.sfNavList li {
    display: inline;
    float: none;
}

    .program_events .sfNavHorizontal.sfNavList li a {
        background-color: #fff;
        color: #009999;
        display: inline-block;
        font-weight: 600;
        margin: 0 0.5em 1em;
        padding: 1em;
        width: 43%;
    }

        .program_events .sfNavHorizontal.sfNavList li a:hover {
            background-color: #009999;
            color: #fff;
        }

.sfLoginFieldsWrp li {
    margin-bottom: 0.5em;
}

.sfLoginFieldsWrp.sfLostPasswordWrp {
    margin-top: 1em;
}

.sfLoginFieldsWrp + .sfSubmitBtnWrp > a::before {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    font-size: 0;
}

.sfLoginFieldsWrp + .sfSubmitBtnWrp + .sfError {
    position: relative;
    top: -76px;
    left: 102px;
    display: inline-block;
    background-color: #ff0;
    height: 32px;
    max-width: 65%;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    vertical-align: middle;
}

.sfLoginFieldsWrp input[type="text"],
.sfLoginFieldsWrp input[type="password"] {
    min-width: 60%;
}

.sfLostPassword {
    font-size: 12px;
    margin-top: .4em;
}

.view_all {
    display: block;
    float: right;
    padding: 1em;
}

.view_all_link {
    font-size: 1.25em;
}

.leading_investor_list ul {
    display: table;
    margin: 0 auto;
    max-width: 1024px;
    padding: 0.625rem 0;
}

    .leading_investor_list ul .sfitem {
        background-color: #fff;
        display: block;
        float: left;
        text-align: center;
    }

.leading_investor_list .gold .sfitem {
    margin: 1.7921rem;
}

    .leading_investor_list .gold .sfitem img {
        background-color: #fff;
        border: 3px solid #f3f1ef;
    }

.leading_investor_list .emerald .sfitem {
    margin: 1.27rem;
    text-align: center;
    width: 20.3%;
}

    .leading_investor_list .emerald .sfitem img {
        background-color: #fff;
        border: 3px solid #f3f1ef;
    }

.leading_investor_list .platinum .sfitem {
    margin: 0.25rem;
    text-align: center;
    min-width: 304px;
    min-height: 110px;
    /*support image vertical center*/
    position: relative;
}

    .leading_investor_list .platinum .sfitem:last-child:nth-child(odd) {
        float: none;
        margin: 0 auto;
        top: .25rem;
        width: 0; /*No effect but allows margin auto centering to work*/
    }

.lead_investors_content .leading_investor_list .platinum .sfitem {
    margin: 1rem;
    border: 3px solid #f3f1ef;
}

    .lead_investors_content .leading_investor_list .platinum .sfitem:last-child:nth-child(odd) {
        top: 1rem;
    }

.leading_investor_list .platinum .sfitem img {
    background-color: #fff;
    border: none;
    /*support image vertical center*/
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.leading_investor_list .silver {
    width: 100%;
}

    .leading_investor_list .silver .sfitem {
        border: none;
        background: none;
        margin: 0.25rem;
        width: 48.6556%;
    }

#HomepageContent_ctl16_C004_cblReasons tr {
    float: left;
    width: 315px;
}

.RadComboBox.RadComboBox_Sitefinity.sfStateBilling {
    display: inline-block;
}

.rgEditForm label,
.rgEditForm label,
.rgEditForm a {
    display: inline-block;
    padding: 5px;
}

.rgEditForm a {
    text-decoration: underline;
}

.LogoArea {
    margin: 2em 0;
}

.tab_content .posts_tables {
    border: 1px solid #ccc;
    margin: 2em auto;
    max-width: 800px;
    width: 100%;
}

    .tab_content .posts_tables td {
        padding: 5px;
    }

    .tab_content .posts_tables hr {
        margin: 0 auto;
        width: 80%;
    }

    .tab_content .posts_tables .PromoteTitle > label:hover {
        color: #009999;
    }

    .tab_content .posts_tables .PromoteTitle > label {
        color: #009999;
        font-size: 1em;
        font-weight: 600;
    }

        .tab_content .posts_tables .PromoteTitle > label:hover {
            color: #4c4d4f;
            text-decoration: underline;
        }

ul.leadership_table {
    clear: right;
    list-style: none outside none;
    margin: 0 auto;
    overflow: auto;
    width: 100%;
}

    ul.leadership_table > li {
        display: block;
        float: left;
        margin: 0 0 1rem;
        width: 33%;
    }

#boardList .leaders .individual {
    background: none;
    min-height: 108px;
}

.sfeventContent.sfcontent ol,
.sfeventContent.sfcontent ul {
    margin: 5px 25px 25px;
}

.sfeventContent.sfcontent li {
    list-style: disc outside none;
}

.sfContentBlock.sponsor_list .sponsor-list li {
    list-style: none outside none;
}

.prom_ban li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    display: none;
}

    .prom_ban li:first-child {
        display: block;
    }

.prom_ban .text_wrapper {
    bottom: 1rem;
    position: absolute;
    right: 1rem;
    z-index: 2;
}

    .prom_ban .text_wrapper span {
        background-color: #fff;
        border: 1px solid #fff;
        display: block;
        float: left;
        font-size: 1.25em;
        margin-right: 0.5rem;
        padding: 0.222em 2em;
    }
/*************************************************************************
****** SCOC Member and Community News Lists and Detail Pages ************
*************************************************************************/
.news_list .sflistitem {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

    .news_list .sflistitem h3 {
        margin-bottom: 0;
    }

    .news_list .sflistitem .sfmetainfo {
        line-height: 1.15em;
        padding: 0 0 0.75em;
        font-size: 0.95em;
    }

        .news_list .sflistitem .sfmetainfo span {
            margin-right: 0.75em;
            font-weight: 600;
        }

    .news_list .sflistitem .sfsummary p {
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        padding: 0;
    }

    .news_list .sflistitem .sftitle > a {
        font-size: 1.143em;
        font-weight: bold;
    }

.news_list_detail .sfcontent {
    margin-bottom: 4rem;
}

    .news_list_detail .sfcontent span {
        margin-right: 0.75em;
        font-weight: 600;
    }

.news_list_detail .sfdetails {
    margin-bottom: 1.75rem;
}

.news_list_detail .sftitle {
    padding: 0;
    margin: 0;
    line-height: 1.15em;
    text-transform: capitalize;
}

.news_list_detail .sfmetainfo {
    line-height: 1.15em;
    padding: 0 0.75em 0.75em 0;
    font-size: 0.95em;
}

    .news_list_detail .sfmetainfo span {
        margin-right: 0.75em;
        font-weight: 600;
    }

.news_list_detail .sfsummary {
    margin-bottom: 1rem;
}

    .news_list_detail .sfsummary p {
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        padding: 0;
    }

    .news_list_detail .sfsummary span {
        margin-right: 0.75em;
        font-weight: 600;
    }

.pr_list {
    margin-bottom: 2em;
}

    .pr_list .pr_date.sfitemPublicationDate {
        margin-right: 2em;
    }

    .pr_list a {
        color: #009999;
    }

        .pr_list a:hover {
            color: #4c4d4f;
        }

    .pr_list .sflistitem {
        margin-bottom: 0.75rem;
        overflow: auto;
    }

        .pr_list .sflistitem > span {
            display: block;
            float: left;
        }

        .pr_list .sflistitem .sftitle {
            width: 85%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.pr_links .sflistitem {
    margin-bottom: 0.5rem;
}

    .pr_links .sflistitem > span {
        display: block;
        margin-left: 0;
    }

.pr_details.sfdetails h2 {
    text-align: left;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.pr_details .sfitemShortTxt {
    font-size: 1.5em;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 2rem;
}

.pr_details .sfitemRichText a {
    font-weight: bold;
    font-size: 1.143em;
    color: #009999;
    text-decoration: underline;
}

    .pr_details .sfitemRichText a:hover {
        color: #4c4d4f;
    }

.pr_details .sfLargeIcns {
    margin-top: 3em;
}

    .pr_details .sfLargeIcns h2 {
        font-size: 1.54em;
    }
/*************************************************************************
****************** SCOC Homepage Recent Event, Advocacy Member and Community News Tiles *************************
*************************************************************************/
.home_tiles_h2 {
    clear: both;
    margin: 0 0 1rem 0;
    overflow: hidden;
}

    .home_tiles_h2 > h2 {
        margin: 0;
        text-align: left;
        float: left;
    }

    .home_tiles_h2 > a {
        margin: 0.25rem 1rem 0;
        text-align: right;
        float: right;
    }

.home_tile_list {
    overflow: auto;
    margin: 0 auto 1rem;
    max-width: 100%;
}

    .home_tile_list .sflistitem {
        background-color: #dedcd9;
        display: block;
        overflow: hidden;
        float: left;
        height: 27.50em;
        margin: 0 0.25em 0.5em;
        width: 24.34%;
        position: relative;
    }

        .home_tile_list .sflistitem.twoBytwo {
            width: 48.5922%;
        }

            .home_tile_list .sflistitem.twoBytwo .sftitle {
                bottom: 0;
                color: #ffffff;
                font-weight: 600;
                left: 0;
                position: absolute;
                padding: 1em 0.75em 0.75em;
                right: 0;
                white-space: normal;
                text-transform: capitalize;
                z-index: 2;
                background-color: rgba(0, 0, 0, 0.3);
            }

            .home_tile_list .sflistitem.twoBytwo .img_container {
                position: absolute;
                z-index: 1;
            }

            .home_tile_list .sflistitem.twoBytwo .tile_container {
                left: 0;
                position: relative;
                top: 0;
            }

            .home_tile_list .sflistitem.twoBytwo .title_container {
                position: relative;
            }

            .home_tile_list .sflistitem.twoBytwo .summary_container {
                color: #fff;
                position: relative;
                background-color: #009999;
            }

                .home_tile_list .sflistitem.twoBytwo .summary_container a {
                    color: #fff;
                    font-weight: 800;
                }

                    .home_tile_list .sflistitem.twoBytwo .summary_container a:hover {
                        background: auto;
                        color: rgba(0, 0, 0, 0.3);
                    }

                .home_tile_list .sflistitem.twoBytwo .summary_container .sfmetainfo {
                    padding: 0 0.75em 0em;
                }

                .home_tile_list .sflistitem.twoBytwo .summary_container .link {
                    padding: 0.75em 0.75em 0em;
                    text-transform: capitalize;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                }

        .home_tile_list .sflistitem.mem_news_tile {
            height: 10em;
        }

        .home_tile_list .sflistitem:last-child {
            margin-right: 0;
        }

        .home_tile_list .sflistitem:hover,
        .home_tile_list .oneByfour li.sfnewsListItem > a:hover,
        .home_tile_list .oneByfour li.sfnewsListItem > a:hover .sfitemTitle {
            background-color: #009999;
            color: #fff;
        }

            .home_tile_list .sflistitem:hover a {
                color: #fff;
            }

.home_tile_header .sf_2cols_2in_50 {
    overflow: auto;
}

.home_tile_list .img_container {
    background-color: #eee;
    height: auto;
    max-height: 250px;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.home_tile_list .sftitle {
    padding: 1em 0.75em 0.15em;
    line-height: 1.15em;
    text-transform: capitalize;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

    .home_tile_list .sftitle + .sftitle {
        padding: 0 0.75em;
    }

.home_tile_list .sfmetainfo {
    line-height: 1.15em;
    padding: 0 0.75em 0.75em;
    font-size: 0.95em;
}

    .home_tile_list .sfmetainfo span {
        margin-right: 0.75em;
    }

.home_tile_list .sfsummary {
    font-size: 0.95em;
    line-height: 1.15em;
    padding: 0 0.75em 0.75em;
}

    .home_tile_list .sfsummary p {
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        padding: 0;
    }

li.sfnewsListItem > a:hover,
/*All these variations of RadTileList_scoc because of default Rad Styles. They avoid cursor flicker.*/
.RadTileList_scoc .UrlRadTile div,
.RadTileList_scoc .UrlRadTile div:hover,
.RadTileList_scoc .UrlRadTile.rtileHovered {
    text-decoration: none;
    cursor: pointer;
}

.home_tile_list .oneByfour li.sfnewsListItem > a {
    display: block;
    height: 100%;
    color: #4c4d4f;
    font-weight: normal;
}

    .home_tile_list .oneByfour li.sfnewsListItem > a .sfitemTitle {
        color: #009999;
        font-weight: 600;
    }
/* phone-oriented layout: groups stack vertically, two square tiles per row, no tile columns. Tiles are zoomed to fit. */
@media (min-width: 320px) and (max-width: 601px) {
    .home_tile_list .sflist .sflistitem.twoBytwo {
        max-width: 310px;
    }
}

@media only screen and (max-width: 865px) {
    .home_tiles_h2 {
        margin-left: 10%;
        margin-right: 10%;
    }

    .home_tiles .sf_colsOut {
        margin: 0;
        width: 100% !important;
    }

        .home_tiles .sf_colsOut .sf_colsIn {
            margin: 0 !important;
        }

    .home_tile_list {
        margin: 0 10% 5%;
    }

        .home_tile_list .sflist .sflistitem {
            max-width: 310px;
            width: 48.34%;
        }
}

@media only screen and (min-width: 866px) and (max-width: 1023px) {
    .home_tiles_h2 {
        margin-left: 19%;
        margin-right: 19%;
    }

    .home_tiles .sf_colsOut {
        margin: 0;
        width: 100% !important;
    }

        .home_tiles .sf_colsOut .sf_colsIn {
            margin: 0 !important;
        }

    .home_tile_list {
        margin: 0 19% 5%;
    }

        .home_tile_list .sflist .sflistitem {
            max-width: 310px;
            width: 48.34%;
        }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .home_tiles .sf_colsIn.sf_2cols_1in_50 {
        margin: 0 2% 0 2% !important;
    }

    .home_tiles .sf_colsIn.sf_2cols_2in_50 {
        margin: 0 2% 0 2% !important;
    }

    .home_tile_list .sflistitem.twoBytwo {
        width: 47.592%;
    }

    .home_tiles_h2 {
        margin-left: 2%;
        margin-right: 2%;
    }

    .home_tile_list {
        margin: 0 2% 1rem;
    }
}
/*************************************************************************
****************** SF Comment formatting *************************
*************************************************************************/
.sfcommentsListWrp {
    border: 1px solid #f5f5f5;
    padding: 0.5rem;
}

    .sfcommentsListWrp .sfcommentsTitle {
        margin: 1rem 0 0;
    }

.sfcommentsOrderFilterWrp {
    overflow: auto;
    width: 100%;
}

    .sfcommentsOrderFilterWrp > a {
        float: left;
        margin-right: 1rem;
    }

.sfcommentsList.sfserverList {
    margin-top: 1rem;
}

.sfcommentsList.sfkendoList.k-widget.k-listview {
    border: none;
}

.sfcommentDetails {
    margin-bottom: 1rem;
}

    .sfcommentDetails .sfcommentAuthorAvatar {
        height: auto;
        margin-right: 1rem;
        width: 64px;
    }

    .sfcommentDetails .sfcommentText {
        font-weight: 300;
        margin-top: 1rem;
    }

.sfcommentsFormWithAvatarWrp .sfcommentAuthorAvatar {
    height: auto;
    margin-right: 1rem;
    width: 64px;
}

.sfcommentsFormWithAvatarWrp {
    margin-top: 1rem;
    padding: 0.5rem;
}

.sfcommentsFieldsList {
    margin-bottom: 1rem;
}

.k-editor .k-editable-area {
    border: none;
}

.sfcommentsSubmitBtnWrp .sfcommentsSubmitBtn {
    float: right;
}

.sf_colsIn.sf_1col_1in_100.rad_inner_layout {
    margin: 0 auto;
    max-width: 1024px;
}

.RadTileList_scoc .rtlistGroupSeparator {
    float: left;
    height: 100%;
    margin: 0 5px;
    vertical-align: top;
    visibility: hidden;
    width: 5px;
    display: none;
}

.RadTileList_scoc .RadTile.rtileWide,
.RadTileList_scoc .RadTile.rtileSquare {
    margin: 0 3px 3px 3px;
}

.RadTileList_scoc {
    color: #4c4d4f;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-size: 12px;
}

    .RadTileList_scoc .RadTile .rtileBottomContent {
        background-color: rgba(0, 0, 0, 0.3);
        font-size: 1rem;
        left: 0;
        line-height: 20px;
        padding: 0.5rem 0.75rem;
        right: 0;
        text-transform: capitalize;
    }

    .RadTileList_scoc .rtlistGroupSeparatorVisible {
        background-color: #92cfec;
    }

    .RadTileList_scoc .RadTile_Default {
        background-color: #dedcd9;
        color: #ffffff;
        font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
        font-size: 12px;
    }

        .RadTileList_scoc .RadTile_Default.rtileSelected {
            border-color: #0070be;
        }

    .RadTileList_scoc .rtilePeekContent {
        background-color: #009999;
        color: #ffffff;
        height: 150px;
    }

        .RadTileList_scoc .rtilePeekContent .peekTitle {
            color: #ffffff;
            font-size: 1rem;
            line-height: 20px;
            padding: 0.5rem;
            text-transform: capitalize;
        }

        .RadTileList_scoc .rtilePeekContent .peekContent {
            padding: 0 0.50rem;
        }

        .RadTileList_scoc .rtilePeekContent .content {
            height: 130px;
            padding: 10px;
            max-width: 290px;
        }

.RadTile_Default.rtileSelected.rtileHovered {
    border-color: rgba(0, 112, 190, 0.8);
}

.RadTile_Default.rtileSelected .rtileSelectedIcon {
    background-image: url("/WebResource.axd?d=APtIlSc8_wIxbgnBc5zZ-rVUKb-dmSuuKvTfZvJyM1AHn5HvzGBPnJxF832BEXW6299BD698MD4MXGbPIr9X3PRUlx8ngMG1SRiEKTSi3xalDp4c8ikoZNwjbODSEx1ViFtr1cEMftBSRE4XsDf7H72Dv3at-GIghMVzNEpLbT81&t=635372722280000000");
}

.RadTile_Default div.rtileBadgeIcon {
    background-image: url("/WebResource.axd?d=8PIyLVU7VZwF0ZlxHXPscY70OhK9DctYT5MDWxMtwqTf1p8fFIPbBaWa4Dag2zBCeu9rXlpo_qSPNJH_hvu1bGnTpejeToMfMcYLcLCbgK2J31-Wkfev9HMXzxNSkXZp7ZmAF-TumKOqJxOFBBb9K94paVfj1OWezqFLyzbNLhmuhuwbYOuYwbLqJS2HSvni0&t=635372722280000000");
}

html .RadTileList_scoc .RadTile h6.rtileTitle {
    border-bottom: 0 none;
    color: #4c4d4f;
    text-transform: none;
}

.RadTile_scoc.rtileLoading,
.RadTile_scoc .rtileLoading {
    background-image: url("/WebResource.axd?d=QR1d0Grgmlh0jAuVuInbFXCGXuaSrthP2MJVgBLPEujc4QLjqvxxZeKtL9wouZADufJvk8ZIYvrAD3Mg0O2W2fBrV9qg3hX-8P4xOLsly07PIfqB734TKc7_qM_EgsGVcK-VKwWd2DgcLvrW_yKY70TxhBI4v-PRfSXA3PrKMtIEz6hLaHBvignWw2QWenZA0&t=635372722280000000");
}
/* tablet-oriented layout:  groups stack vertically, no tile columns are used; there are maximum four square tiles per row */
@media only screen and (max-width: 854px) {
    /* remove float, place tiles below each other instead of horizontally */
    div.RadTileList.rtlistResponsive {
        height: auto !important;
        width: auto !important;
        overflow-x: hidden;
    }

        div.RadTileList.rtlistResponsive .rtlistGroup,
        div.RadTileList.rtlistResponsive .rtlistGroupSeparator,
        div.RadTileList.rtlistResponsive .rtlistWrapper {
            float: none;
            clear: both;
        }
        /* make the tiles wrapper use the entire viewport width */
        div.RadTileList.rtlistResponsive .rtlistWrapper {
            width: 100vw;
        }

        div.RadTileList.rtlistResponsive .rtlistScrollWrapper {
            width: auto !important;
        }
        /* group separator is now horizontal */
        div.RadTileList.rtlistResponsive .rtlistGroupSeparator {
            width: auto;
            height: 30px;
            margin: 10px 0;
        }
}
/* phone-oriented layout: groups stack vertically, two square tiles per row, no tile columns. Tiles are zoomed to fit. */
@media (min-width: 320px) and (max-width: 601px) {
    div.RadTileList.rtlistResponsive,
    div.RadTileList.rtlistResponsive .rtlistScrollWrapper {
        width: 320px !important;
        margin: 0px auto;
    }
    /* inherit the page's font-size that is set by the developer */
    RadTileList.rtlistResponsive {
        font-size: inherit;
    }

    div.RadTileList.rtlistResponsive .rtlistWrapper,
    div.RadTileList.rtlistResponsive .RadTile {
        font-size: inherit;
    }
    /* avoid sizing problems by forcing a box model */
    div.RadTileList.rtlistResponsive .RadTile {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
        /* zoom the image for RadImageTiles to 100% of the tile size */
        /* zoom the RadIconTile contents */
        div.RadTileList.rtlistResponsive .RadTile.RadIconTile .rtileTopContent {
            height: 100%;
        }
        /* make the RadIconTile icon 50% of the tile */
        div.RadTileList.rtlistResponsive .RadTile.RadIconTile .rtileIconImage {
            width: 50%;
            max-width: 50%;
            margin-top: 8vw;
        }
        /* set size for the square tile according to the viewport size */
        div.RadTileList.rtlistResponsive .RadTile.rtileSquare {
            width: 46vw;
            height: 46vw;
        }
        /* set size for the wide tile according to the viewport size */
        div.RadTileList.rtlistResponsive .RadTile.rtileWide {
            width: 310px;
            height: 150px;
        }
        /* set font size for the Tiles' Title element */
        div.RadTileList.rtlistResponsive .RadTile h6.rtileTitle {
            font-size: 4.1vw;
        }
        /* set font size for the Tiles' Badge element */
        div.RadTileList.rtlistResponsive .RadTile .rtileBadge {
            font-size: 4.1vw;
        }
}
/*************************************************************************
****************** Global Button Styling *************************
*************************************************************************/
.btn,
.sfLinkBtn,
.sfSubmitBtn,
.FormField input[type="submit"],
.login_logout a,
.login_logout .login_btn,
.sfcommentsSubmitBtn {
    display: inline-block;
    padding: 0.50em 2em;
    margin-bottom: 0;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
}

    .btn-primary,
    .sfSave,
    .btn.btn-primary {
        background-color: #4c4d4f;
        color: #ffffff;
        border-color: #ffffff;
    }

        .btn-primary:hover,
        .btn-primary:focus,
        .btn-primary:active,
        .btn-primary.active,
        .open .dropdown-toggle.btn-primary {
            background-color: #009999;
            border-color: #ffffff;
            color: #ffffff;
            text-decoration: none;
        }

        .sfSave:hover,
        .sfSave:focus,
        .sfSave:active,
        .sfSave.active {
            background-color: #009999;
            border-color: #ffffff;
            color: #30536b;
            text-decoration: none;
        }

    .btn-secondary,
    .sfcommentsSubmitBtn,
    .btn.btn-secondary,
    .RadUpload_Default .ruButton,
    .sfSubmitBtnWrp .sfSubmitBtn,
    .FormField input[type="submit"],
    .login_logout a,
    .sfFormSubmit input[type="submit"] {
        background-color: #009999;
        border-color: #ffffff;
        color: #ffffff;
    }

        .btn-secondary:hover,
        .btn-secondary:focus,
        .btn-secondary:active,
        .login_logout a:hover,
        .sfcommentsSubmitBtn:hover,
        .FormField input[type="submit"]:hover,
        .sfSubmitBtnWrp .sfSubmitBtn:hover,
        .sfSubmitBtnWrp .sfSubmitBtn:focus,
        .sfSubmitBtnWrp .sfSubmitBtn:active,
        .sfFormSubmit input[type="submit"]:hover,
        .sfFormSubmit input[type="submit"]:focus,
        .sfFormSubmit input[type="submit"]:active {
            background-color: #ffffff;
            border-color: #009999;
            color: #009999;
            text-decoration: none;
        }

.sfFormSubmit input[type="submit"] {
    border: 1px solid #099;
    margin-top: 0.5em;
    padding: 0.2em 1em;
}

a.btn-danger {
    background-color: #e43a09;
    color: #ffffff;
    border-color: #e43a09;
}

    a.btn-danger:hover,
    a.btn-danger:focus,
    .a.btn-danger:active {
        background-color: #ffffff;
        border-color: #ffffff;
        color: #e43a09;
        text-decoration: none;
    }

.btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.calendarCheckBoxes {
    display: table;
    margin: 0 auto;
}

    .calendarCheckBoxes .calendarCheckBox {
        padding: 1em 0 0;
        text-align: center;
    }

        .calendarCheckBoxes .calendarCheckBox span {
            display: inline-block;
            margin: 0 2.143em 1em;
        }

.calendarCheckBox label {
    color: #ffffff;
    font-size: 1em;
}

.calendarCheckBox input[type="checkbox"] {
    margin-right: 0.5em;
}

.calendarCheckBox .annual input[type="checkbox"] {
    outline: solid 2px #0b78b6;
}

.calendarCheckBox .networking input[type="checkbox"] {
    outline: solid 3px #f1b616;
}

.calendarCheckBox .networking input[type="checkbox"] {
    outline: solid 3px #f1b616;
}

.calendarCheckBox .prof_dev input[type="checkbox"] {
    outline: solid 3px #a2589c;
}

.calendarCheckBox .policy input[type="checkbox"] {
    outline: solid 3px #78b31c;
}

.calendarCheckBox .vacation input[type="checkbox"] {
    outline: solid 3px #ec3672;
}

.scoc_calendar {
    background-color: #4c4d4f;
    display: table;
    margin: 0 0.50em;
    max-width: 1024px;
    width: 100%;
}

    .scoc_calendar .RadScheduler_MetroTouch {
        background: white;
        color: black;
        font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    }

        .scoc_calendar .RadScheduler_MetroTouch .rsVerticalHeaderWrapper {
            border-left: 1px solid #e5e5e5;
        }

        .scoc_calendar .RadScheduler_MetroTouch .rsHorizontalHeaderTable th {
            background-color: #009999;
            border: none;
            color: #ffffff;
        }

        .scoc_calendar .RadScheduler_MetroTouch .rsHorizontalHeaderTable a {
            color: #ffffff;
        }

        .scoc_calendar .RadScheduler_MetroTouch .rsHorizontalHeaderWrapper > div {
            width: auto !important;
        }

        .scoc_calendar .RadScheduler_MetroTouch .rsHorizontalHeaderWrapper .rsInnerFix {
            border-left: 1px solid #009999;
            border-right: 1px solid #009999;
        }

        .scoc_calendar .RadScheduler_MetroTouch .rsHeader {
            background-color: #009999;
            border: none;
            color: #fff;
            height: 30px;
            padding: 19px;
            position: relative;
            padding-bottom: 46px !important;
        }

            .scoc_calendar .RadScheduler_MetroTouch .rsHeader ul a,
            .scoc_calendar .RadScheduler_MetroTouch .rsHeader ul .rsSelected em {
                background-repeat: no-repeat;
                font-size: 0.85em;
                line-height: 18px;
                margin: 0;
                min-width: 50px;
                padding: 26px 10px 10px;
                text-align: center;
            }

            .scoc_calendar .RadScheduler_MetroTouch .rsHeader ul {
                margin: 0;
                padding: 0;
                position: absolute;
                right: 0;
                top: 0;
                z-index: 2;
            }

        .scoc_calendar .RadScheduler_MetroTouch .rsMonthView .rsContentTable td {
            border-color: #009999;
            border-style: solid;
        }

        .scoc_calendar .RadScheduler_MetroTouch .rsMonthView td.rsSunCol {
            border-left: 1px solid #009999;
        }

        .scoc_calendar .RadScheduler_MetroTouch .rsMonthView .rsDateBox {
            background: none;
            border-bottom: none;
            height: auto;
        }

        .scoc_calendar .RadScheduler_MetroTouch .rsContentScrollArea {
            width: 100% !important;
        }

        .scoc_calendar .RadScheduler_MetroTouch .rsContent {
            border: none !important;
        }

        .scoc_calendar .RadScheduler_MetroTouch .rsSpacerCell {
            border-color: #009999;
            color: #767676;
            background-color: #009999;
        }

.RadScheduler .rsArrowLeft,
.RadScheduler .rsArrowRight {
    top: 42%;
}

.RadScheduler tr {
    font-size: 1em;
}

.RadScheduler_MetroTouch .rsSubHeader {
    background-color: #e8e8e8;
    border-top: 1px solid #cbcbcb;
    color: #555;
}

.RadScheduler_MetroTouch .rsMonthView .rsContentTable td.rsTodayCell .rsWrap.rsDateWrap .rsDateBox {
    background-color: #caeaea;
    border: none;
}

.RadScheduler_MetroTouch .rsMonthView .rsContentTable td.rsTodayCell {
    background-color: #caeaea;
}

.RadScheduler_MetroTouch .rsHeader a,
.RadScheduler_MetroTouch .rsHeader a:hover {
    color: #fff;
}

.RadScheduler_MetroTouch .rsHeader p {
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 2;
}

.RadScheduler_MetroTouch .rsHeader em {
    font-style: normal;
}

.RadScheduler_MetroTouch .rsHeader .rsDatePickerActivator,
.RadScheduler_MetroTouch .rsHeader .rsPrevDay,
.RadScheduler_MetroTouch .rsHeader .rsNextDay {
    background-image: url("../images/WebResource.png");
    background-repeat: no-repeat;
    border: 1px solid #fff;
    border-radius: 100%;
    height: 22px;
    margin: 0 1px;
    width: 22px;
}

    .RadScheduler_MetroTouch .rsHeader .rsPrevDay,
    .RadScheduler_MetroTouch .rsHeader .rsPrevDay:hover {
        background-position: -111px -111px;
    }

    .RadScheduler_MetroTouch .rsHeader .rsNextDay,
    .RadScheduler_MetroTouch .rsHeader .rsNextDay:hover {
        background-position: -111px -161px;
    }

    /*.RadScheduler_MetroTouch .rsHeader .rsDatePickerActivator,
    .RadScheduler_MetroTouch .rsHeader .rsDatePickerActivator:hover {
        background-position: -118px -68px;
        border: 0 none;
        height: 14px;
        left: 150px;
        margin: 10px 0 0 2px;
        position: absolute;
        width: 14px;
        z-index: 3;
    }*/

    .RadScheduler_MetroTouch .rsHeader .rsDatePickerActivator,
    .RadScheduler_MetroTouch .rsHeader .rsDatePickerActivator:hover {
        /*background-position: -95px -68px;
        border: 0 none;
        height: 3px;
        left: 165px;
        margin: 10px 0 0 2px;
        position: absolute;
        width: 14px;
        z-index: 3;*/
        background-position: -77px -68px;
        border: 0 none;
        height: 3px;
        left: 132px;
        margin: 10px 0 0 2px;
        position: absolute;
        width: 14px;
        z-index: 3;
    }

.RadScheduler_MetroTouch .rsHeader .rsToday {
    margin-left: 20px;
}

.RadScheduler_MetroTouch .rsHeader h2 {
    color: #ffffff;
    font-size: 2.071em;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1;
}

.RadScheduler_MetroTouch .rsHeader ul li,
.RadScheduler_MetroTouch .rsHeader ul .rsSelected {
    margin: 0;
    padding: 0;
}

.RadScheduler_MetroTouch .rsHeader ul a:hover {
    background-color: #676767;
}

.RadScheduler_MetroTouch .rsHeader ul .rsSelected em {
    background-color: #404040;
}

.RadScheduler_MetroTouch .rsHeader ul a span {
    padding: 0;
}

.RadScheduler_MetroTouch .rsFooter {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: -moz-use-text-color #e5e5e5 #e5e5e5;
    border-image: none;
    border-right: 1px solid #e5e5e5;
    border-style: none solid solid;
    border-width: 0 1px 1px;
}

    .RadScheduler_MetroTouch .rsFooter .rsFullTime {
        background-image: url("../images/WebResource.png");
        background-position: 0 -248px;
        background-repeat: no-repeat;
        color: #767676;
        font-size: 14px;
        padding: 0 0 3px 17px;
    }

        .RadScheduler_MetroTouch .rsFooter .rsFullTime:hover {
            background-position: 0 -271px;
        }

.RadScheduler_MetroTouch .rsHorizontalHeaderWrapper {
    background-color: #fff;
    border-color: #e5e5e5;
}

.RadScheduler_MetroTouch .rsHorizontalHeaderTable {
    background-color: #fff;
    color: #767676;
}

    .RadScheduler_MetroTouch .rsHorizontalHeaderTable a {
        color: #767676;
    }

.RadScheduler_MetroTouch .rsVerticalHeaderTable {
    background-color: #fff;
    color: #767676;
}

    .RadScheduler_MetroTouch .rsVerticalHeaderTable tr {
        font-size: 22px;
    }

    .RadScheduler_MetroTouch .rsVerticalHeaderTable th {
        border-color: -moz-use-text-color #e5e5e5 transparent;
        border-top: 0 none;
        color: #767676;
    }

    .RadScheduler_MetroTouch .rsVerticalHeaderTable .rsAlt th {
        border-color: #e5e5e5;
    }

    .RadScheduler_MetroTouch .rsVerticalHeaderTable div {
        font-weight: 100;
        padding: 10px 0 0;
    }

    .RadScheduler_MetroTouch .rsAllDayHeader,
    .RadScheduler_MetroTouch .rsVerticalHeaderTable .rsAllDayHeader {
        border-left: 1px solid #e5e5e5;
        color: #767676;
        padding: 0.50em 0 0;
    }

.RadScheduler_MetroTouch .rsAllDayRow td,
.RadScheduler_MetroTouch .rsContentTable .rsAllDayRow td {
    border-color: #e5e5e5;
    border-style: solid;
}

.RadScheduler_MetroTouch .rsApt {
    border: none;
    font-size: 0.75em;
    line-height: 21px;
    margin: 0;
}

    .RadScheduler_MetroTouch .rsApt .rsAptResize:before {
        background-image: url("/WebResource.axd?d=M2LKQD8EX3BYgmEDtxo1c649mB0Fs1C-N--KEkH9ggSD50FbizcmCbFnZddZ9TXo7QYfylXxd4smyb10THdtnH9u8u6ZlZ82uJCYsqkspW7MiEp9l1wZXUBaeHIyFaplLLY2s2sdKL7qnGr4PA1wFA4J30NxJTeanvC9uE7MZNxcWqdiA57Zdfp89o-NdPSW0&t=635372722280000000");
        background-repeat: no-repeat;
        content: "";
        height: 16px;
        left: 50%;
        margin: -8px 0 0 -8px;
        padding: 0;
        position: absolute;
        top: 50%;
        width: 16px;
    }

    .RadScheduler_MetroTouch .rsApt .rsAptResizeStart {
        bottom: auto;
        top: 5px;
    }

        .RadScheduler_MetroTouch .rsApt .rsAptResizeStart:before {
            background-position: -17px -2017px;
        }

    .RadScheduler_MetroTouch .rsApt .rsAptResizeEnd {
        bottom: 2px;
        top: auto;
    }

        .RadScheduler_MetroTouch .rsApt .rsAptResizeEnd:before {
            background-position: -17px -2017px;
        }

    .RadScheduler_MetroTouch .rsApt .rsAptRecurrence,
    .RadScheduler_MetroTouch .rsApt .rsAptRecurrenceException,
    .RadScheduler_MetroTouch .rsApt .rsAptReminder {
        background-image: url("/WebResource.axd?d=M2LKQD8EX3BYgmEDtxo1c649mB0Fs1C-N--KEkH9ggSD50FbizcmCbFnZddZ9TXo7QYfylXxd4smyb10THdtnH9u8u6ZlZ82uJCYsqkspW7MiEp9l1wZXUBaeHIyFaplLLY2s2sdKL7qnGr4PA1wFA4J30NxJTeanvC9uE7MZNxcWqdiA57Zdfp89o-NdPSW0&t=635372722280000000");
        display: inline-block;
        float: none;
        height: 16px;
        margin: 0 5px 0 0;
        padding: 0;
        vertical-align: bottom;
        width: 16px;
    }

    .RadScheduler_MetroTouch .rsApt .rsAptReminder {
        background-position: -17px -4417px;
    }

    .RadScheduler_MetroTouch .rsApt .rsAptRecurrence {
        background-position: -17px -4317px;
    }

    .RadScheduler_MetroTouch .rsApt .rsAptRecurrenceException {
        background-position: -17px -4367px;
    }

    .RadScheduler_MetroTouch .rsApt .rsAptDelete {
        background-color: transparent;
        background-image: url("/WebResource.axd?d=M2LKQD8EX3BYgmEDtxo1c649mB0Fs1C-N--KEkH9ggSD50FbizcmCbFnZddZ9TXo7QYfylXxd4smyb10THdtnH9u8u6ZlZ82uJCYsqkspW7MiEp9l1wZXUBaeHIyFaplLLY2s2sdKL7qnGr4PA1wFA4J30NxJTeanvC9uE7MZNxcWqdiA57Zdfp89o-NdPSW0&t=635372722280000000");
        background-position: -17px -3367px;
        background-repeat: no-repeat;
        height: 16px;
        left: auto;
        right: 5px;
        top: 5px;
        width: 16px;
    }

.RadScheduler_MetroTouch .rsAptOut,
.RadScheduler_MetroTouch .rsAptMid,
.RadScheduler_MetroTouch .rsAptIn {
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    border: 0 none;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    right: 0;
    top: 0;
    width: auto;
}

.RadScheduler_MetroTouch .rsAptMid {
    margin-left: 1px;
    margin-right: 1px;
}

.RadScheduler_MetroTouch .rsAptContent {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f4f2ef;
    border-color: #f4f2ef;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 3px 0 0;
    bottom: 0;
    color: #000;
    left: 0;
    margin: 0;
    padding: 1px 2px 1px 2px;
    right: 0;
    top: 0;
    width: auto;
}

.RadScheduler_MetroTouch .rsWArrowRight .rsAptContent {
    padding-right: 25px;
}

.RadScheduler_MetroTouch .rsWArrowLeft .rsAptContent {
    padding-left: 10px;
}

.RadScheduler_MetroTouch .rsAptColor .rsAptContent,
.RadScheduler_MetroTouch .rsCategoryBlue .rsAptContent,
.RadScheduler_MetroTouch .rsCategoryRed .rsAptContent,
.RadScheduler_MetroTouch .rsCategoryGreen .rsAptContent,
.RadScheduler_MetroTouch .rsCategoryOrange .rsAptContent,
.RadScheduler_MetroTouch .rsCategoryPink .rsAptContent,
.RadScheduler_MetroTouch .rsCategoryYellow .rsAptContent,
.RadScheduler_MetroTouch .rsCategoryViolet .rsAptContent,
.RadScheduler_MetroTouch .rsCategoryDarkRed .rsAptContent,
.RadScheduler_MetroTouch .rsCategoryDarkBlue .rsAptContent,
.RadScheduler_MetroTouch .rsCategoryDarkGreen .rsAptContent {
    background-image: none;
}

.RadScheduler_MetroTouch .rsAptColor .rsAptContent {
    border-color: #767676;
}

.RadScheduler_MetroTouch .rsAptSelected .rsAptContent {
    border-color: #000;
}

.RadScheduler_MetroTouch .rsMonthView .rsDateHeader {
    color: #767676;
    display: inline-block;
    font-size: 1em;
    padding: 2px 6px;
}

.RadScheduler_MetroTouch .rsMonthView .rsAptCreate {
    background-image: none;
}

.RadScheduler_MetroTouch .rsMonthView .rsApt .rsAptResizeStart,
.RadScheduler_MetroTouch .rsMonthView .rsApt .rsAptResizeEnd {
    bottom: auto;
    top: 0;
}

    .RadScheduler_MetroTouch .rsMonthView .rsApt .rsAptResizeStart:before,
    .RadScheduler_MetroTouch .rsMonthView .rsApt .rsAptResizeEnd:before {
        background-position: -17px -2117px;
    }

.RadScheduler_MetroTouch .rsTimelineView .rsVerticalHeaderTable th {
    border-color: #e5e5e5;
    color: #000;
    font-size: 14px;
}

.RadScheduler_MetroTouch .rsTimelineView .rsVerticalHeaderTable div {
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
}

.RadScheduler_MetroTouch .rsTimelineView .rsApt .rsAptResizeStart,
.RadScheduler_MetroTouch .rsTimelineView .rsApt .rsAptResizeEnd {
    bottom: auto;
    top: 0;
}

    .RadScheduler_MetroTouch .rsTimelineView .rsApt .rsAptResizeStart:before,
    .RadScheduler_MetroTouch .rsTimelineView .rsApt .rsAptResizeEnd:before {
        background-position: -17px -2117px;
    }

.RadScheduler_MetroTouch .rsAptEditFormWrapper {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    margin: -1px 0 0 -1px;
    padding: 5px;
}

    .RadScheduler_MetroTouch .rsAptEditFormWrapper .rsAptEditFormOuter,
    .RadScheduler_MetroTouch .rsAptEditFormWrapper .rsAptEditFormMiddle,
    .RadScheduler_MetroTouch .rsAptEditFormWrapper .rsAptEditFormMiddle2,
    .RadScheduler_MetroTouch .rsAptEditFormWrapper .rsAptEditFormInner {
        background: none repeat scroll 0 center rgba(0, 0, 0, 0);
        margin: 0;
        padding: 0;
    }

    .RadScheduler_MetroTouch .rsAptEditFormWrapper .rsAptEditTextareaWrapper {
        background-color: #fff;
        border-color: #e5e5e5;
        margin: 0;
        padding: 3px;
    }

    .RadScheduler_MetroTouch .rsAptEditFormWrapper .rsEditOptions {
        margin: 10px 0 0;
        padding: 0;
    }

        .RadScheduler_MetroTouch .rsAptEditFormWrapper .rsEditOptions a {
            background-color: #f5f5f5;
            border: 1px solid #ccc;
            color: #000;
            font-size: 16px;
            height: 34px;
            line-height: 34px;
        }

            .RadScheduler_MetroTouch .rsAptEditFormWrapper .rsEditOptions a:hover {
                background-color: #e5e5e5;
                color: #000;
            }

            .RadScheduler_MetroTouch .rsAptEditFormWrapper .rsEditOptions a:active {
                background-color: #25a0da;
                border-color: #25a0da;
                color: #fff;
            }

    .RadScheduler_MetroTouch .rsAptEditFormWrapper .rsAptEditResizeHandle {
        bottom: -5px;
        left: auto;
        position: absolute;
        right: -5px;
        top: auto;
    }

.RadScheduler_MetroTouch .rsAdvancedEdit {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    padding: 0;
}

    .RadScheduler_MetroTouch .rsAdvancedEdit div.rsAdvTitle {
        background: none repeat scroll 0 0 #25a0da;
        color: #fff;
        font-size: 22px;
        font-weight: 100;
        height: auto;
        margin: 0;
        padding: 6px 30px 6px 10px;
    }

    .RadScheduler_MetroTouch .rsAdvancedEdit .rsAdvInnerTitle {
        font-size: 1em;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .RadScheduler_MetroTouch .rsAdvancedEdit .rsAdvEditClose {
        background-image: url("/WebResource.axd?d=M2LKQD8EX3BYgmEDtxo1c649mB0Fs1C-N--KEkH9ggSD50FbizcmCbFnZddZ9TXo7QYfylXxd4smyb10THdtnH9u8u6ZlZ82uJCYsqkspW7MiEp9l1wZXUBaeHIyFaplLLY2s2sdKL7qnGr4PA1wFA4J30NxJTeanvC9uE7MZNxcWqdiA57Zdfp89o-NdPSW0&t=635372722280000000");
        background-position: -111px -1911px;
        border: 1px solid transparent;
        border-radius: 100%;
        height: 28px;
        left: auto;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 5px;
        top: 5px;
        width: 28px;
    }

        .RadScheduler_MetroTouch .rsAdvancedEdit .rsAdvEditClose:hover {
            border-color: #fff;
        }

    .RadScheduler_MetroTouch .rsAdvancedEdit .rsAdvContentWrapper {
        background: none repeat scroll 0 center rgba(0, 0, 0, 0);
        border: 0 none;
        margin: 0;
        padding: 10px;
    }

    .RadScheduler_MetroTouch .rsAdvancedEdit .rsAdvOptionsScroll {
        padding: 0;
    }

    .RadScheduler_MetroTouch .rsAdvancedEdit .rsAdvOptionsPanel:after {
        clear: both;
        content: "";
        display: block;
        height: 0;
    }

    .RadScheduler_MetroTouch .rsAdvancedEdit label {
        box-sizing: border-box;
        width: 120px;
    }

    .RadScheduler_MetroTouch .rsAdvancedEdit .riTextBox {
        box-sizing: border-box;
        padding: 2px 20px 3px 5px;
    }

    .RadScheduler_MetroTouch .rsAdvancedEdit .rsAdvInput,
    .RadScheduler_MetroTouch .rsAdvancedEdit select,
    .RadScheduler_MetroTouch .rsAdvancedEdit .textareaWrapper {
        border-color: #767676;
    }

    .RadScheduler_MetroTouch .rsAdvancedEdit .rsInvalid textarea,
    .RadScheduler_MetroTouch .rsAdvancedEdit .rsInvalid input,
    .RadScheduler_MetroTouch .rsAdvancedEdit .rsAdvTimePicker .riEmpty {
        background-image: url("/WebResource.axd?d=uQpW5C0dy4jZUreH-lE5X69dToFk9zQUXA2Pym5-Qly-aXu2bK3GVezUeKBch-CQkd3RI0tgWswnX7CnsUbtlqmxVveLcm9FRE9-8oYTaAjco8iMZ5JBcbV97n_LBUwFqUvoaqtYbCzoovsvhCn5uCD12WxivAazjEM-eWwW6_Y1&t=635372722280000000");
    }

    .RadScheduler_MetroTouch .rsAdvancedEdit .textareaWrapper {
        background: none repeat scroll 0 0 #fff;
    }

    .RadScheduler_MetroTouch .rsAdvancedEdit .rsInvalid {
        border-color: #de3914;
        color: #5d1f00;
    }

    .RadScheduler_MetroTouch .rsAdvancedEdit h2,
    .RadScheduler_MetroTouch .rsAdvancedEdit h3 {
        color: #767676;
    }

    .RadScheduler_MetroTouch .rsAdvancedEdit h2 {
        border-bottom: 1px solid #e5e5e5;
    }

        .RadScheduler_MetroTouch .rsAdvancedEdit h2 span {
            background: none repeat scroll 0 0 #e5e5e5;
        }

    .RadScheduler_MetroTouch .rsAdvancedEdit .rsAdvancedSubmitArea {
        border-top: 1px solid #e5e5e5;
        margin: 20px 0 0;
        padding: 20px 0 0;
    }

        .RadScheduler_MetroTouch .rsAdvancedEdit .rsAdvancedSubmitArea a {
            background-color: #f5f5f5;
            border: 1px solid #ccc;
            color: #000;
            font-size: 16px;
            height: 34px;
            line-height: 34px;
            margin: 0 0 0 20px;
        }

            .RadScheduler_MetroTouch .rsAdvancedEdit .rsAdvancedSubmitArea a:hover {
                background-color: #e5e5e5;
                color: #000;
            }

            .RadScheduler_MetroTouch .rsAdvancedEdit .rsAdvancedSubmitArea a:active {
                background-color: #25a0da;
                border-color: #25a0da;
                color: #fff;
            }

    .RadScheduler_MetroTouch .rsAdvancedEdit .rsAdvButtonWrapper {
        margin: 0;
        padding: 0;
    }

.RadScheduler_MetroTouch .rsAdvancedModal {
    padding-bottom: 8px;
}

.RadScheduler_MetroTouch .rsModalBgTopLeft,
.RadScheduler_MetroTouch .rsModalBgTopRight,
.RadScheduler_MetroTouch .rsModalBgBottomLeft,
.RadScheduler_MetroTouch .rsModalBgBottomRight {
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    display: none;
}

.RadScheduler_MetroTouch .rsModalWrapper .rsModalDialog {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    padding: 0;
}

    .RadScheduler_MetroTouch .rsModalWrapper .rsModalDialog .rsModalOuter,
    .RadScheduler_MetroTouch .rsModalWrapper .rsModalDialog .rsModalOuterTitle {
        background: none repeat scroll 0 center rgba(0, 0, 0, 0);
        margin: 0;
        padding: 0;
    }

    .RadScheduler_MetroTouch .rsModalWrapper .rsModalDialog .rsModalInner {
        border: 0 none;
        padding: 10px;
    }

        .RadScheduler_MetroTouch .rsModalWrapper .rsModalDialog .rsModalInner .rsModalIcon {
            background-image: url("../images/WebResource.png");
            top: 70px;
        }

    .RadScheduler_MetroTouch .rsModalWrapper .rsModalDialog .rsModalTitle {
        background: none repeat scroll 0 0 #25a0da;
        color: #fff;
        float: none;
        font-size: 22px;
        font-weight: 100;
        height: auto;
        margin: -10px -10px 0;
        padding: 6px 30px 6px 10px;
        position: static;
    }

    .RadScheduler_MetroTouch .rsModalWrapper .rsModalDialog .rsModalWindowClose {
        background-image: url("/WebResource.axd?d=M2LKQD8EX3BYgmEDtxo1c649mB0Fs1C-N--KEkH9ggSD50FbizcmCbFnZddZ9TXo7QYfylXxd4smyb10THdtnH9u8u6ZlZ82uJCYsqkspW7MiEp9l1wZXUBaeHIyFaplLLY2s2sdKL7qnGr4PA1wFA4J30NxJTeanvC9uE7MZNxcWqdiA57Zdfp89o-NdPSW0&t=635372722280000000");
        background-position: -111px -1911px;
        border: 1px solid transparent;
        border-radius: 100%;
        height: 28px;
        left: auto;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 5px;
        top: 5px;
        width: 28px;
    }

        .RadScheduler_MetroTouch .rsModalWrapper .rsModalDialog .rsModalWindowClose:hover {
            border-color: #fff;
        }

    .RadScheduler_MetroTouch .rsModalWrapper .rsModalDialog .rsModalButtons {
        margin: 0;
        padding: 20px;
        text-align: center;
    }

        .RadScheduler_MetroTouch .rsModalWrapper .rsModalDialog .rsModalButtons a {
            background-color: #f5f5f5;
            border: 1px solid #ccc;
            color: #000;
            display: inline-block;
            float: none;
            font-size: 16px;
            height: 34px;
            line-height: 34px;
            margin: 0 20px;
        }

            .RadScheduler_MetroTouch .rsModalWrapper .rsModalDialog .rsModalButtons a:hover {
                background-color: #e5e5e5;
                color: #000;
            }

            .RadScheduler_MetroTouch .rsModalWrapper .rsModalDialog .rsModalButtons a:active {
                background-color: #25a0da;
                border-color: #25a0da;
                color: #fff;
            }

.RadScheduler_MetroTouch .rsAdvOptionsPanel .rsAdvDatePicker .riSingle,
.RadScheduler_MetroTouch .rsAdvOptionsPanel .rsAdvTimePicker .riSingle {
    width: 115px !important;
}

.RadScheduler_MetroTouch .rsAdvOptionsPanel .rsAdvDatePicker .riTextBox,
.RadScheduler_MetroTouch .rsAdvOptionsPanel .rsAdvTimePicker .riTextBox {
    background-image: url("/WebResource.axd?d=-cwPF4gmyzmTgP1_L0H92BTddfY_fwJ927d5d8sYEvXGqPkH2c_9upIFXo55c6hOe6jXgcDaMcxCE2MRDhsdSxLazbXe45cec-1WIfp27V6Gcgyx2IW0FLr4u_8cBiQPTW2wr-AphED_sS5DNlijR_Q3A-dxjtIAyDha9IyC-eixN4x-Q75SzGmFzH8lUh6F0&t=635372722280000000");
    background-position: right -58px;
    background-repeat: no-repeat;
    width: 115px !important;
}

    .RadScheduler_MetroTouch .rsAdvOptionsPanel .rsAdvDatePicker .riTextBox.riHover,
    .RadScheduler_MetroTouch .rsAdvOptionsPanel .rsAdvTimePicker .riTextBox.riHover {
        border-color: #767676;
    }

    .RadScheduler_MetroTouch .rsAdvOptionsPanel .rsAdvDatePicker .riTextBox.riFocused,
    .RadScheduler_MetroTouch .rsAdvOptionsPanel .rsAdvTimePicker .riTextBox.riFocused {
        background-position: right -258px;
        border-color: #25a0da;
    }

.RadScheduler_MetroTouch textarea {
    background: none repeat scroll 0 0 #fff;
}

.RadScheduler_MetroTouch .rsContentTable td {
    border-bottom-style: dotted;
    border-color: #e5e5e5;
}

.RadScheduler_MetroTouch .rsContentTable .rsAlt td {
    border-bottom-style: solid;
    border-color: #e5e5e5;
}

.RadScheduler_MetroTouch .rsMonthView .rsOtherMonth {
    background-color: #e5e5e5;
}

.RadScheduler_MetroTouch .rsApt .rsArrowTop,
.RadScheduler_MetroTouch .rsApt .rsArrowBottom,
.RadScheduler_MetroTouch .rsApt .rsArrowLeft,
.RadScheduler_MetroTouch .rsApt .rsArrowRight {
    background-color: transparent;
    background-image: url("../images/WebResource.png");
    background-repeat: no-repeat;
}

.RadScheduler_MetroTouch .rsNonWorkHour,
.RadScheduler_MetroTouch .rsSunCol,
.RadScheduler_MetroTouch .rsSatCol {
    background-color: #ffffff;
}

.RadScheduler_MetroTouch .rsAptCreate,
.RadScheduler_MetroTouch .rsMonthView .rsAptCreate,
.RadScheduler_MetroTouch .rsAptCreateRow2,
.RadScheduler_MetroTouch .rsMonthView .rsAptCreateRow2,
.RadScheduler_MetroTouch .rsAptCreateRow3,
.RadScheduler_MetroTouch .rsMonthView .rsAptCreateRow3,
.RadScheduler_MetroTouch .rsAptCreateRow4,
.RadScheduler_MetroTouch .rsMonthView .rsAptCreateRow4,
.RadScheduler_MetroTouch .rsAptCreateRow5,
.RadScheduler_MetroTouch .rsMonthView .rsAptCreateRow5 {
    background: none repeat scroll 0 0 #e5e5e5;
}

.RadScheduler_MetroTouch .rsSelectedSlot,
.RadScheduler_MetroTouch .rsMonthView .rsSelectedSlot {
    background: none repeat scroll 0 0 #25a0da;
    border-color: #25a0da;
}

.RadScheduler_MetroTouch .rsContentTable td.rsAptCreate.rsSelectedSlot {
    background-color: #25a0da;
    border-color: #25a0da;
}

.RadScheduler_MetroTouch .rsContentTable td.rsSelectedSlot {
    background-color: #25a0da;
    border-color: #25a0da;
}

.RadScheduler_MetroTouch .rsTimePick .RadInput_Metro input.riEnabled,
.RadScheduler_MetroTouch .rsTimePick .RadInput_Metro input.riHover,
.RadScheduler_MetroTouch .rsTimePick .RadInput_Metro input.riFocused {
    background-image: url("../images/WebResource.png");
}

.RadScheduler_MetroTouch .rsAnimating {
    background-image: none;
}

.RadScheduler_MetroTouch .rsBottomIndicator .rsOvertimeArrow {
    background: url("../images/WebResource.png") no-repeat scroll -180px -31px transparent;
}

.RadScheduler_MetroTouch .rsTopIndicator .rsOvertimeArrow {
    background: url("../images/WebResource.png") no-repeat scroll -134px -31px transparent;
}

.RadScheduler_MetroTouch .rsAgendaView {
    background-color: #fff;
    color: #000;
}

.RadScheduler_MetroTouch .rsAgendaTable th,
.RadScheduler_MetroTouch .rsAgendaTable td {
    border-bottom-color: #cbcbcb;
    border-right-color: #e2e2e2;
}

.RadScheduler_MetroTouch .rsAgendaTable th {
    background-color: #fff;
    color: #878787;
}

.RadScheduler_MetroTouch .rsAgendaTable .rsAgendaRowHovered {
    background-color: #e8e8e8;
    color: black;
}

.RadScheduler_MetroTouch .rsAgendaTable .rsAgendaRowSelected {
    background-color: #25a0da;
    color: white;
}

.RadScheduler_MetroTouch .RadCalendar {
    width: 282px;
}

.RadCalendar_MetroTouch {
    background: none repeat scroll 0 0 #fff;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 100;
    line-height: 34px;
}

    .RadCalendar_MetroTouch .rcTitlebar {
        border-color: #cdcdcd;
        color: black;
    }

        .RadCalendar_MetroTouch .rcTitlebar table {
            font-family: "Segoe UI", Arial, Helvetica, sans-serif;
            font-size: 16px;
            font-weight: 100;
            line-height: 34px;
        }

        .RadCalendar_MetroTouch .rcTitlebar td {
            padding: 0 0 1px;
        }

        .RadCalendar_MetroTouch .rcTitlebar .rcPrev,
        .RadCalendar_MetroTouch .rcTitlebar .rcNext,
        .RadCalendar_MetroTouch .rcTitlebar .rcFastPrev,
        .RadCalendar_MetroTouch .rcTitlebar .rcFastNext {
            background-image: url("../images/WebResource.png");
            border: 2px solid transparent;
            border-radius: 16px;
            color: #25a0da;
            height: 28px;
            margin: 1px 2px 0;
            width: 28px;
        }

        .RadCalendar_MetroTouch .rcTitlebar .rcFastPrev {
            background-position: -11px -911px;
        }

        .RadCalendar_MetroTouch .rcTitlebar .rcPrev {
            background-position: -11px -111px;
        }

        .RadCalendar_MetroTouch .rcTitlebar .rcNext {
            background-position: -11px -161px;
        }

        .RadCalendar_MetroTouch .rcTitlebar .rcFastNext {
            background-position: -11px -961px;
        }

            .RadCalendar_MetroTouch .rcTitlebar .rcPrev:hover,
            .RadCalendar_MetroTouch .rcTitlebar .rcNext:hover,
            .RadCalendar_MetroTouch .rcTitlebar .rcFastPrev:hover,
            .RadCalendar_MetroTouch .rcTitlebar .rcFastNext:hover {
                border-color: #25a0da;
            }

        .RadCalendar_MetroTouch .rcTitlebar .rcFastPrev:hover {
            background-position: -61px -911px;
        }

        .RadCalendar_MetroTouch .rcTitlebar .rcPrev:hover {
            background-position: -61px -111px;
        }

        .RadCalendar_MetroTouch .rcTitlebar .rcNext:hover {
            background-position: -61px -161px;
        }

        .RadCalendar_MetroTouch .rcTitlebar .rcFastNext:hover {
            background-position: -61px -961px;
        }

    .RadCalendar_MetroTouch .rcMain {
        border-color: #cdcdcd;
    }

    .RadCalendar_MetroTouch .rcMainTable {
        font-family: "Segoe UI", Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 100;
        line-height: 34px;
    }

    .RadCalendar_MetroTouch .rcCalendars > .rcMainTable {
        border-collapse: collapse;
    }

    .RadCalendar_MetroTouch .rcCalendars {
        border: 0 none;
    }

    .RadCalendar_MetroTouch .rcHeader,
    .RadCalendar_MetroTouch .rcFooter {
        border-color: #cdcdcd;
    }

    .RadCalendar_MetroTouch .rcWeek th {
        border-bottom: 1px solid #cdcdcd;
        color: #767676;
        font-size: 12px;
        height: 30px;
        text-align: center;
        width: 28px;
    }

    .RadCalendar_MetroTouch .rcWeek .rcViewSel,
    .RadCalendar_MetroTouch .rcRow th {
        color: #767676;
        font-size: 12px;
    }

    .RadCalendar_MetroTouch .rcRow th {
        padding: 0 8px 0 7px;
    }

    .RadCalendar_MetroTouch .rcRow td {
        border-color: white;
    }

    .RadCalendar_MetroTouch .rcMain .rcRow a,
    .RadCalendar_MetroTouch .rcMain .rcRow span {
        border: 2px solid white;
        border-radius: 20px;
        color: black;
        height: 34px;
        padding: 0;
        text-align: center;
        width: 34px;
    }

    .RadCalendar_MetroTouch .rcMain .rcWeekend a {
        color: #767676;
    }

    .RadCalendar_MetroTouch .rcRow .rcToday a {
        border-color: #25a0da;
    }

    .RadCalendar_MetroTouch .rcMain .rcOtherMonth a {
        color: #c5c5c5;
    }

    .RadCalendar_MetroTouch .rcMain .rcOutOfRange span {
        color: #777;
    }

    .RadCalendar_MetroTouch .rcMain .rcRow .rcSelected a {
        background: none repeat scroll 0 0 #25a0da;
        border-color: #25a0da;
        color: white;
    }

    .RadCalendar_MetroTouch .rcRow .rcHover a {
        background: none repeat scroll 0 0 #e8e8e8;
        border-color: #e8e8e8;
    }

    .RadCalendar_MetroTouch .rcMain .rcRow .rcHover a {
        color: #000;
    }

.RadCalendarMultiView_MetroTouch .rcTitlebar {
    border-bottom: 0 none;
}

.RadCalendarMultiView_MetroTouch .rcMain {
    border-color: #dadad2;
}

.RadCalendarMultiView_MetroTouch .rcCalendar {
    border-color: #cdcdcd;
}

.RadCalendarMultiView_MetroTouch .rcMainTable .rcTitle {
    border-color: #e5e5e5;
    line-height: 32px;
    padding: 0 0 2px;
}

html .RadCalendarMonthView_MetroTouch {
    background: none repeat scroll 0 0 white;
    border-color: #cdcdcd;
    color: black;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 100;
    line-height: 34px;
    width: 203px;
}

    html .RadCalendarMonthView_MetroTouch td {
        padding: 0;
        width: 50px;
    }

.RadCalendarMonthView_MetroTouch #rcMView_Feb,
.RadCalendarMonthView_MetroTouch #rcMView_Apr,
.RadCalendarMonthView_MetroTouch #rcMView_Jun,
.RadCalendarMonthView_MetroTouch #rcMView_Aug,
.RadCalendarMonthView_MetroTouch #rcMView_Oct,
.RadCalendarMonthView_MetroTouch #rcMView_Dec {
    border-right: 1px solid #cdcdcd;
}

.RadCalendarMonthView_MetroTouch a {
    color: black;
    padding: 0;
}

    .RadCalendarMonthView_MetroTouch a:hover {
        background-color: #e8e8e8;
        padding: 0;
    }

.RadCalendarMonthView_MetroTouch .rcSelected a {
    background: none repeat scroll 0 0 #25a0da;
    border: 0 none;
    color: #fff;
    padding: 0;
}

.RadCalendarMonthView_MetroTouch #rcMView_PrevY a,
.RadCalendarMonthView_MetroTouch #rcMView_NextY a {
    background: url("/WebResource.axd?d=M2LKQD8EX3BYgmEDtxo1c649mB0Fs1C-N--KEkH9ggSD50FbizcmCbFnZddZ9TXo7QYfylXxd4smyb10THdtnH9u8u6ZlZ82uJCYsqkspW7MiEp9l1wZXUBaeHIyFaplLLY2s2sdKL7qnGr4PA1wFA4J30NxJTeanvC9uE7MZNxcWqdiA57Zdfp89o-NdPSW0&t=635372722280000000") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 32px;
    width: 32px;
}

.RadCalendarMonthView_MetroTouch #rcMView_PrevY a {
    background-position: -8px -908px;
}

.RadCalendarMonthView_MetroTouch #rcMView_NextY a {
    background-position: -8px -958px;
}

.RadCalendarMonthView_MetroTouch .rcButtons {
    width: auto;
}

    .RadCalendarMonthView_MetroTouch .rcButtons input {
        background: none repeat scroll 0 0 black;
        border-color: black;
        color: white;
        float: left;
        font-family: "Segoe UI", Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 100;
        height: 34px;
        line-height: 34px;
        padding: 0;
    }

.RadCalendarMonthView_MetroTouch #rcMView_Today {
    background: none repeat scroll 0 0 #25a0da;
    border-color: #25a0da;
    margin: 0;
    text-transform: lowercase;
    width: 100px;
}

.RadCalendarMonthView_MetroTouch #rcMView_OK {
    width: 41px;
}

.RadCalendarMonthView_MetroTouch #rcMView_Cancel {
    width: 60px;
}

table.RadCalendarTimeView_MetroTouch {
    background: none repeat scroll 0 0 white;
    border-color: #cdcdcd;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 100;
    line-height: 34px;
}

.RadCalendarTimeView_MetroTouch th {
    background: none repeat scroll 0 0 white;
    border-bottom: 1px solid #cdcdcd;
    color: black;
    line-height: 34px;
}

table.RadCalendarTimeView_MetroTouch td {
    border-color: #cdcdcd;
    padding: 0;
    width: 80px;
}

.RadCalendarTimeView_MetroTouch a {
    color: black;
    padding: 0;
}

.RadCalendarTimeView_MetroTouch td.rcSelected a {
    background: none repeat scroll 0 0 #25a0da;
    border: 0 none;
    color: #fff;
    padding: 0;
}

.RadCalendarTimeView_MetroTouch td.rcHover a {
    background: none repeat scroll 0 0 #e8e8e8;
    border: 0 none;
    color: black;
    padding: 0;
}

.RadCalendarTimeView_MetroTouch .rcFooter {
    border-color: #cdcdcd;
}

.RadPicker_MetroTouch .rcCalPopup,
.RadPicker_MetroTouch .rcTimePopup {
    background-color: #f9f9f9;
    background-image: url("/WebResource.axd?d=M2LKQD8EX3BYgmEDtxo1c649mB0Fs1C-N--KEkH9ggSD50FbizcmCbFnZddZ9TXo7QYfylXxd4smyb10THdtnH9u8u6ZlZ82uJCYsqkspW7MiEp9l1wZXUBaeHIyFaplLLY2s2sdKL7qnGr4PA1wFA4J30NxJTeanvC9uE7MZNxcWqdiA57Zdfp89o-NdPSW0&t=635372722280000000");
    border: 1px solid #cdcdcd;
    height: 34px;
    width: 34px;
}

    .RadPicker_MetroTouch .rcCalPopup:hover,
    .RadPicker_MetroTouch .rcTimePopup:hover {
        background-color: #f9f9f9;
    }

.RadPicker_MetroTouch .rcCalPopup {
    background-position: -9px -4209px;
}

.RadPicker_MetroTouch .rcTimePopup {
    background-position: -9px -4259px;
}

.RadCalendarRTL_MetroTouch .rcTitlebar .rcFastPrev {
    background-position: -61px -961px;
}

.RadCalendarRTL_MetroTouch .rcTitlebar a.rcFastPrev:hover {
    background-position: -61px -961px;
}

.RadCalendarRTL_MetroTouch .rcTitlebar .rcPrev {
    background-position: -11px -161px;
}

.RadCalendarRTL_MetroTouch .rcTitlebar a.rcPrev:hover {
    background-position: -61px -161px;
}

.RadCalendarRTL_MetroTouch .rcTitlebar .rcNext {
    background-position: -11px -111px;
}

.RadCalendarRTL_MetroTouch .rcTitlebar a.rcNext:hover {
    background-position: -61px -111px;
}

.RadCalendarRTL_MetroTouch .rcTitlebar .rcFastNext {
    background-position: -11px -911px;
}

.RadCalendarRTL_MetroTouch .rcTitlebar a.rcFastNext:hover {
    background-position: -61px -911px;
}

@media (max-width: 480px) {
    .scoc_calendar {
        margin: 0;
    }

        .scoc_calendar .RadScheduler_MetroTouch .rsHorizontalHeaderTable th {
            font-size: 0.50em;
        }

        .scoc_calendar .RadScheduler_MetroTouch .rsMonthView .rsDateHeader {
            font-size: 0.75em;
            padding: 2px 3px;
        }

        .scoc_calendar .RadScheduler_MetroTouch .rsHeader {
            height: 100px;
        }

            .scoc_calendar .RadScheduler_MetroTouch .rsHeader h2 {
                font-size: 1.50em;
                left: auto;
                position: relative;
                right: auto;
                width: 100%;
                text-align: center;
            }

            .scoc_calendar .RadScheduler_MetroTouch .rsHeader ul {
                margin: 0 0 5px;
                padding: 0;
                position: relative;
                right: auto;
                top: auto;
                width: 100%;
                z-index: auto;
            }

            .scoc_calendar .RadScheduler_MetroTouch .rsHeader p {
                display: block;
                margin: 0 0 5px;
                position: relative;
                text-align: center;
                width: 100%;
                z-index: auto;
            }

                .scoc_calendar .RadScheduler_MetroTouch .rsHeader p a {
                    margin: 0;
                }

                .scoc_calendar .RadScheduler_MetroTouch .rsHeader p .rsNextDay {
                    float: right !important;
                }

                .scoc_calendar .RadScheduler_MetroTouch .rsHeader p .rsPrevDay {
                    float: left !important;
                }

            .scoc_calendar .RadScheduler_MetroTouch .rsHeader .rsDatePickerActivator {
                display: none;
            }

            .scoc_calendar .RadScheduler_MetroTouch .rsHeader ul a,
            .scoc_calendar .RadScheduler_MetroTouch .rsHeader ul .rsSelected em {
                min-width: 63px;
                padding: 5px 10px;
            }

    .calendarCheckBoxes .calendarCheckBox {
        padding: 1em 0 0;
        text-align: left;
    }

        .calendarCheckBoxes .calendarCheckBox span {
            display: block;
            margin: 0 0 0.75em;
        }

        .calendarCheckBoxes .calendarCheckBox input[type="checkbox"] {
            margin-right: 1em;
        }

        .calendarCheckBoxes .calendarCheckBox label {
            font-size: 0.85em;
        }
}
/*****************************************************************
****************** Breadcrumb Styling ****************************
*****************************************************************/
form[action="home"] .sfBreadcrumbWrp {
    visibility: hidden;
}

form[action=""] .sfBreadcrumbWrp {
    visibility: hidden;
}

.sfBreadcrumbWrp {
    padding-left: 2.25em;
}

    .sfBreadcrumbWrp .RadSiteMap .sfBreadcrumbNavigation {
        font-size: 0.714em;
        font-weight: normal;
    }

        .sfBreadcrumbWrp .RadSiteMap .sfBreadcrumbNavigation .rsmLink {
            color: #4c4d4f;
        }

            .sfBreadcrumbWrp .RadSiteMap .sfBreadcrumbNavigation .rsmLink:hover {
                color: #009999;
            }

        .sfBreadcrumbWrp .RadSiteMap .sfBreadcrumbNavigation .sfBreadcrumbNodeSeparator {
            color: #c1cf3b;
        }

    .sfBreadcrumbWrp .RadSiteMap .sfNoBreadcrumbNavigation {
        font-size: 0.714em;
        font-weight: bold;
        text-decoration: underline;
    }

        .sfBreadcrumbWrp .RadSiteMap .sfNoBreadcrumbNavigation .rsmLink {
            color: #4c4d4f;
        }

            .sfBreadcrumbWrp .RadSiteMap .sfNoBreadcrumbNavigation .rsmLink:hover {
                color: #009999;
            }
/*************************************************************************
****************** Cycle2 Carousel - Sponsors logo and Flickr ************
*************************************************************************/
.carousel_prev_next_wrapper {
    left: 0;
    position: absolute;
    right: 0;
    top: 28px;
}

    .carousel_prev_next_wrapper a.cont_prev {
        color: #9ba2a4;
        display: block;
        font-family: arial;
        font-size: 59px;
        font-weight: 300;
        height: 40px;
        line-height: 29px;
        padding: 3px;
        position: absolute;
        text-decoration: none;
        left: 0;
        top: 0;
    }

        .carousel_prev_next_wrapper a.cont_prev:hover {
            color: #c1cf3b;
            text-decoration: none;
        }

    .carousel_prev_next_wrapper a.cont_next {
        color: #9ba2a4;
        display: block;
        font-family: arial;
        font-size: 59px;
        font-weight: 300;
        height: 40px;
        line-height: 29px;
        padding: 3px;
        position: absolute;
        text-decoration: none;
        right: 0;
        top: 0;
    }

        .carousel_prev_next_wrapper a.cont_next:hover {
            color: #c1cf3b;
            text-decoration: none;
        }

.slideshow_cycle {
    margin: auto;
}

    .slideshow_cycle img {
        width: 150px;
        height: 150px;
    }

        .slideshow_cycle img:last-child {
            margin-right: 0;
        }

    .slideshow_cycle li.slide_li_item {
        margin: 0 0.25em;
    }

.membership_content.flkr {
    background-color: #eceae6;
}
/**** Flickr API Carousel Widget *****/
.flickr_carousel {
    background-color: #eceae6;
    position: relative;
}

    .flickr_carousel .carousel_prev_next_wrapper {
        top: 168px;
        margin: 0 9em;
    }

    .flickr_carousel .slideshow_footer {
        clear: both;
        height: auto;
        padding: 2rem 0;
        overflow: auto;
        position: relative;
        width: 100%;
    }

    .flickr_carousel .footer_url {
        display: block;
        font-size: 1.25em;
        font-weight: 600;
        text-align: center;
        text-decoration: underline;
    }

    .flickr_carousel .slideshow_header {
        clear: both;
        height: auto;
        overflow: auto;
        position: relative;
        margin: 0px auto;
    }

    .flickr_carousel div.responsive img {
        width: auto;
        height: auto;
    }

    .flickr_carousel .cycle-pager {
        position: static;
        margin-top: 5px;
    }

    .flickr_carousel .cycle-slide.cycle-slide-active {
        border: 6px solid #009999;
        background-color: #009999;
    }

    .flickr_carousel .cycle-slide {
        border: 6px solid #dedcd9;
        background-color: #dedcd9;
    }

        .flickr_carousel .cycle-slide .truncate {
            width: 145px;
            height: 60px;
            white-space: normal !important;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 16px;
        }

        .flickr_carousel .cycle-slide.cycle-slide-active > .truncate {
            color: #ffffff;
        }

        .flickr_carousel .cycle-slide > .truncate {
            color: #009999;
            display: block;
            margin: 1.5em 0;
        }

.sponsor-slideshow-gold + .carousel_prev_next_wrapper a.cont_prev {
    left: 2rem;
}

.sponsor-slideshow-gold + .carousel_prev_next_wrapper a.cont_next {
    right: 2rem;
}

.flickr_carousel + .carousel_prev_next_wrapper a.cont_prev {
    left: 2rem;
}

.flickr_carousel + .carousel_prev_next_wrapper a.cont_next {
    right: 2rem;
}
/**** Investor Sponsor Logo Carousel Widget *****/
.sponsor-slideshow-gold .cycle-slide .sfimageWrp > img {
    background-color: #fff;
    height: 100px;
    margin: 0 0.25rem;
    width: 100px;
}

.sponsor-slideshow-emerald .cycle-slide .sfimageWrp > img {
    background-color: #fff;
    height: 100px;
    margin: 0 0.25rem;
    width: 200px;
}

.investor_carousel {
    margin-bottom: 1em;
    position: relative;
}

    .investor_carousel .sponsor-slideshow-gold,
    .investor_carousel .sponsor-slideshow-emerald {
        margin: 0px auto;
    }

    .investor_carousel .cycle-slide .sfimageWrp > img {
        background-color: #fff;
        margin: 0 0.25rem;
    }

.main_nav {
    position: relative;
}

    .main_nav .col_01.logo {
        float: left;
        width: 20%;
    }

    .main_nav .col_02.desktop_nav {
        float: left;
        width: 55%;
    }

    .main_nav .col_03.search {
        float: left;
        width: 25%;
    }

    .main_nav .col_04.mobile_nav_control {
        position: absolute;
        right: 20px;
        top: 2em;
        height: auto;
        width: auto;
        z-index: 30;
    }

    .main_nav .current_user {
        height: 3em;
    }

    .main_nav .sfNavHorizontalWrp .sfNavHorizontal {
        margin: 3em 0 0;
    }

        .main_nav .sfNavHorizontalWrp .sfNavHorizontal li {
            margin-right: 2.143em;
        }

            .main_nav .sfNavHorizontalWrp .sfNavHorizontal li a {
                font-size: 1.143em;
                color: #4c4d4f;
                text-decoration: none;
            }

                .main_nav .sfNavHorizontalWrp .sfNavHorizontal li a.sfSel {
                    padding-bottom: 1em;
                    border-bottom: 5px solid #c1cf3b;
                }

            .main_nav .sfNavHorizontalWrp .sfNavHorizontal li:last-child {
                margin-right: 0;
            }

.main_nav {
    float: left;
}

    .main_nav .sfNavHorizontalTabsWrp {
        position: absolute;
        top: 37px;
        z-index: 9999;
        width: inherit;
    }

        .main_nav .sfNavHorizontalTabsWrp .sfNavHorizontalTabs.sfLevel1 {
            margin: 2.5em auto 0;
            display: table;
            /* Allow the centering to work */
        }

            .main_nav .sfNavHorizontalTabsWrp .sfNavHorizontalTabs.sfLevel1 li {
                margin-right: 3em;
            }

                .main_nav .sfNavHorizontalTabsWrp .sfNavHorizontalTabs.sfLevel1 li a {
                    color: #4c4d4f;
                    font-size: 1em;
                    padding-bottom: 0.75em;
                    border-bottom: 5px solid #ffffff;
                    text-transform: uppercase;
                    text-decoration: none;
                }

                    .main_nav .sfNavHorizontalTabsWrp .sfNavHorizontalTabs.sfLevel1 li a.sfSel {
                        border-bottom: 5px solid #c1cf3b;
                    }

                    .main_nav .sfNavHorizontalTabsWrp .sfNavHorizontalTabs.sfLevel1 li a:hover {
                        color: #070808;
                        border-bottom: 5px solid #c1cf3b;
                    }

                .main_nav .sfNavHorizontalTabsWrp .sfNavHorizontalTabs.sfLevel1 li:last-child {
                    margin-right: 0;
                }

        .main_nav .sfNavHorizontalTabsWrp .sfNavHorizontalTabs.sfLevel2 {
            background-color: #FFFFFF;
            border-bottom: 5px solid #c1cf3b;
            margin: 2.25em auto 0;
            padding: 1em;
            display: table;
            /* Allow the centering to work */
        }

            .main_nav .sfNavHorizontalTabsWrp .sfNavHorizontalTabs.sfLevel2 li:first-child {
                margin-left: 1.5em;
            }

            .main_nav .sfNavHorizontalTabsWrp .sfNavHorizontalTabs.sfLevel2 li {
                margin-right: 2em;
            }

                .main_nav .sfNavHorizontalTabsWrp .sfNavHorizontalTabs.sfLevel2 li a {
                    color: #4c4d4f;
                    font-size: 1em;
                    text-decoration: none;
                }

                    .main_nav .sfNavHorizontalTabsWrp .sfNavHorizontalTabs.sfLevel2 li a:hover {
                        color: #070808;
                        border-bottom: 5px solid #c1cf3b;
                    }

                .main_nav .sfNavHorizontalTabsWrp .sfNavHorizontalTabs.sfLevel2 li:last-child {
                    margin-right: 1.5em;
                }
/*********************************************************************************
****************** Coherent Utility Navigation DIV Styling/ Positioning **********
*********************************************************************************/
.nav_container .utility_nav {
    background-color: #dedcd9;
}

    .nav_container .utility_nav .col_01 {
        float: left;
        width: 10%;
    }

        .nav_container .utility_nav .col_01.join_us {
            background-color: #c1cf3b;
        }

    .nav_container .utility_nav .col_02 {
        float: left;
        width: 40%;
    }

body.loggedIn .nav_container .utility_nav .col_02 {
    width: 30%;
}

.nav_container .utility_nav .col_03 {
    float: left;
    width: 39%;
}

.nav_container .utility_nav .col_04 {
    float: left;
    width: 11%;
}

.nav_container .col_04.log_in {
    float: right;
}

.footer_container .utility_nav .col_01 {
    float: left;
    width: 60%;
}

.footer_container .utility_nav .col_02 {
    float: left;
    width: 40%;
}

.footer_container .utility_nav .col_03 {
    float: left;
    width: 100%;
}
/**********************************************************************
*************** Sitefinity Navigation Styling in Utility Section ******
**********************************************************************/
.utility_nav .sfNavHorizontalTabsWrp .sfNavHorizontalTabs {
    display: table;
    margin: 0 auto;
}

    .utility_nav .sfNavHorizontalTabsWrp .sfNavHorizontalTabs li a {
        display: block;
        font-size: 0.857em;
        padding: 0.72em 1.25em;
        color: #4c4d4f;
    }

        .utility_nav .sfNavHorizontalTabsWrp .sfNavHorizontalTabs li a:hover {
            color: #009999;
            text-decoration: none;
        }

    .utility_nav .sfNavHorizontalTabsWrp .sfNavHorizontalTabs li:last-child {
        margin-right: 0;
    }

    .utility_nav .sfNavHorizontalTabsWrp .sfNavHorizontalTabs li:first-child {
        margin-left: 0;
    }
/*************************************************************************
****************** Sitefinity Utility Navigation Styling *****************
*************************************************************************/
.nav_container .utility_nav .join_us a {
    display: block;
    font-size: 0.857em;
    padding: 0.72em 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

    .nav_container .utility_nav .join_us a:hover {
        background-color: #4c4d4f;
        color: #ffffff;
        text-decoration: none;
    }

.nav_container .utility_nav .log_in {
    height: 2.571em;
}

    .nav_container .utility_nav .log_in a,
    .nav_container .utility_nav .log_in .login_btn {
        display: block;
        border: none;
        background-color: #009999;
        color: #ffffff;
        font-size: 0.857em;
        text-align: center;
        text-transform: uppercase;
        line-height: 33px;
        padding: 0px;
        width: 100%;
        height: 3em;
    }

        .nav_container .utility_nav .log_in a:hover,
        .nav_container .utility_nav .log_in .login_btn:hover {
            background-color: #4c4d4f;
            color: #ffffff;
            text-decoration: none;
        }

.nav_container .utility_nav .social ul {
    display: table;
    margin: 0 auto;
}

    .nav_container .utility_nav .social ul li {
        display: block;
        float: left;
        margin-right: 1em;
    }

        .nav_container .utility_nav .social ul li a {
            background: url("../images/scoc_social_media_icons.png") no-repeat 0 0;
            display: block;
            height: 30px;
            margin: 0.15em 0;
            overflow: hidden;
            text-indent: -4000px;
            width: 30px;
        }

            .nav_container .utility_nav .social ul li a.tw {
                background-position: 0 -122px;
            }

                .nav_container .utility_nav .social ul li a.tw:hover {
                    background-position: -30px -122px;
                }

            .nav_container .utility_nav .social ul li a.fb {
                background-position: 0 0;
            }

                .nav_container .utility_nav .social ul li a.fb:hover {
                    background-position: -30px 0;
                }

            .nav_container .utility_nav .social ul li a.in {
                background-position: 0 -91px;
            }

                .nav_container .utility_nav .social ul li a.in:hover {
                    background-position: -30px -91px;
                }

            .nav_container .utility_nav .social ul li a.ytu {
                background-position: 0 -183px;
            }

                .nav_container .utility_nav .social ul li a.ytu:hover {
                    background-position: -30px -183px;
                }

            .nav_container .utility_nav .social ul li a.vim {
                background-position: 0 -153px;
            }

                .nav_container .utility_nav .social ul li a.vim:hover {
                    background-position: -30px -153px;
                }

            .nav_container .utility_nav .social ul li a.fli {
                background-position: 0 -30px;
            }

                .nav_container .utility_nav .social ul li a.fli:hover {
                    background-position: -30px -30px;
                }

            .nav_container .utility_nav .social ul li a.goo {
                background-position: 0 -61px;
            }

                .nav_container .utility_nav .social ul li a.goo:hover {
                    background-position: -30px -61px;
                }

        .nav_container .utility_nav .social ul li:last-child {
            margin-right: 0;
        }

.footer_container .utility_nav .util_menu .sfNavHorizontalTabs {
    float: left;
}

    .footer_container .utility_nav .util_menu .sfNavHorizontalTabs a {
        color: #ffffff;
    }

        .footer_container .utility_nav .util_menu .sfNavHorizontalTabs a:hover {
            color: #4c4d4f;
        }

.footer_container .utility_nav .copyright {
    width: 100%;
    clear: both;
}

.min_branding_site_title, .min_branding_site_title a {
    color: #ffffff !important;
}

    .min_branding_site_title a:hover {
        color: #4c4d4f !important;
    }

.min_branding_footer_site_details {
    position: relative;
}

.min_branding_footer .min_branding_site_title p {
    font-weight: bold;
    text-align: right;
}

.min_branding_site_title {
    position: absolute;
    right: 0;
    bottom: 0;
}

.footer_container .utility_nav .copyright p {
    color: #ffffff;
    margin: 1em 1em 0;
    text-align: left;
}

.footer_container .utility_nav .social ul {
    display: table;
    margin: 0 auto;
}

    .footer_container .utility_nav .social ul li {
        display: block;
        float: left;
        margin-right: 1em;
    }

        .footer_container .utility_nav .social ul li a {
            background: url("../images/scoc_social_media_icons.png") no-repeat 0 0;
            display: block;
            height: 30px;
            margin: 0.15em 0;
            overflow: hidden;
            text-indent: -4000px;
            width: 30px;
        }

            .footer_container .utility_nav .social ul li a.tw {
                background-position: -60px -122px;
            }

                .footer_container .utility_nav .social ul li a.tw:hover {
                    background-position: -30px -122px;
                }

            .footer_container .utility_nav .social ul li a.fb {
                background-position: -60px 0;
            }

                .footer_container .utility_nav .social ul li a.fb:hover {
                    background-position: -30px 0;
                }

            .footer_container .utility_nav .social ul li a.in {
                background-position: -60px -91px;
            }

                .footer_container .utility_nav .social ul li a.in:hover {
                    background-position: -30px -91px;
                }

            .footer_container .utility_nav .social ul li a.ytu {
                background-position: -60px -183px;
            }

                .footer_container .utility_nav .social ul li a.ytu:hover {
                    background-position: -30px -183px;
                }

            .footer_container .utility_nav .social ul li a.vim {
                background-position: -60px -153px;
            }

                .footer_container .utility_nav .social ul li a.vim:hover {
                    background-position: -30px -153px;
                }

            .footer_container .utility_nav .social ul li a.fli {
                background-position: -60px -30px;
            }

                .footer_container .utility_nav .social ul li a.fli:hover {
                    background-position: -30px -30px;
                }

            .footer_container .utility_nav .social ul li a.goo {
                background-position: -60px -61px;
            }

                .footer_container .utility_nav .social ul li a.goo:hover {
                    background-position: -30px -61px;
                }

        .footer_container .utility_nav .social ul li:last-child {
            margin-right: 0;
        }
/********************************************************************
****************** Sitefinity Search Box Styling ********************
********************************************************************/
.sfsearchBox {
    margin-top: 1.75em;
    position: relative;
}
    /*.sfsearchBox .sfsearchTxt {
  border: 1px solid #dedcd9;
  border-radius: 0;
  height: 2.129em;
  left: 0;
  padding-left: 0.25em;
  padding-right: 0.25em;
  width: 75%;
}*/


    /*fix for jira SCCSU-19*/
    .sfsearchBox .sfsearchTxt {
        float: left !important;
        margin-right: 3px !important;
        border: 1px solid #dedcd9;
        border-radius: 0;
        /*height: 2.129em;*/
        /*height: 2em;*/
        left: 0;
        /*padding-left: 0.25em;
        padding-right: 0.25em;*/
        width: 75%;
        /*top:-5px;*/
    }

/*fix for jira SCCSU-54*/
.sfsearchTxt .sfsearchTxt {
    border: 0px;
    height: 2.2em !important;
}

.k-nodata > div {
    background-color: white !important;
}

.k-list-scroller {
    background-color: white !important;
}

/*fix for jira SCCSU-68*/
.RadSocialShare_Default {
    background-color: white !important;
}

/*fix for jira SCCSU-59*/
.rsmLink {
    border: none !important;
    background: none !important;
}

    .rsmLink:hover {
        text-decoration: underline !important;
    }


.sfsearchBox .sfsearchSubmit {
    background: url("../images/scoc_search_icon.png") no-repeat scroll -1px 0px;
    border: 1px solid #4c4d4f;
    color: rgba(0, 0, 0, 0);
    background-color: #4c4d4f;
    /*height: 2.268em;*/
    height: 2.200em;
    right: 0px;
    margin: 0;
    padding: 0;
    top: 0px;
    width: 2.268em;
}

    .sfsearchBox .sfsearchSubmit:hover {
        background-color: #009999;
        border-color: #009999;
        color: rgba(255, 255, 255, 0);
    }
/* Search Results */
.sfsearchResultsWrp .sfsearchResultTitle {
    font-weight: bold;
    font-size: 1.143em;
}

.sfsearchResultsWrp .sfsearchResultUrl {
    margin-bottom: 3px;
}

.sfsearchResultsWrp .sfsearchResultHighLighter {
    margin-bottom: 20px;
}

.directory_search_form .form_wrapper {
    display: table;
    padding: 0;
}

    .directory_search_form .form_wrapper > ul {
        margin: 0 auto;
        max-width: 100%;
    }

    .directory_search_form .form_wrapper li {
        display: inline-block;
        margin-bottom: 0.75em;
    }

.directory_search_wrap {
    background-color: #009999;
}

.directory_search_form {
    background-color: #009999;
    display: table;
    margin: 0 auto;
    overflow: auto;
    padding: 1em;
}

    .directory_search_form .keyword_search {
        border-color: #8ab5b3;
        border-radius: 0;
        height: 2em;
        margin-bottom: 0.75em;
        width: 100%;
        box-sizing: border-box;
    }

    .directory_search_form .zip_search,
    .directory_search_form .txt_box {
        border-color: #8ab5b3;
        border-radius: 0;
        height: 2em;
    }

    .directory_search_form span {
        color: #fff;
        font-size: 1em;
        margin-right: 3px;
    }

    .directory_search_form select {
        height: 2.28em;
    }

    .directory_search_form .btn-group {
        float: right;
        width: auto;
    }

.directory_search_results .row {
    margin-bottom: 0.75rem;
    padding: 0.50em;
}

    .directory_search_results .row.odd {
        background-color: #e0f3f3;
    }

    .directory_search_results .row.even {
        background-color: #bfe5e5;
    }

    .directory_search_results .row .img_logo {
        border: 3px solid #eceae6;
        max-width: 125px;
        height: auto;
    }

    .directory_search_results .row .sf_colsOut.sf_3cols_1_25.CustomClass {
        width: 22%;
    }

    .directory_search_results .row .sf_colsOut.sf_3cols_2_34.CustomClass {
        margin-right: 1em;
    }

    .directory_search_results .row .sf_colsOut.sf_3cols_3_33.CustomClass {
        width: 40%;
    }

.directory_search_results .business_name {
    color: #009999;
    display: block;
    font-size: 1.143em;
    font-weight: 700;
}

.directory_search_results .member_name {
    color: #000;
    font-weight: bold;
    display: block;
}

.directory_search_results .member_since {
    margin-bottom: 0.50rem;
    display: block;
}

.directory_search_results .address {
    display: block;
}

.directory_search_results .phone {
    margin-bottom: 0.25rem;
    display: block;
}

    .directory_search_results .phone > span {
        margin-right: 0.35em;
    }

.directory_search_results .web_url {
    display: block;
}

.directory_search_results .follow {
    color: #000;
    font-weight: bold;
    display: block;
    margin-bottom: 0.5rem;
}

.directory_search_results .social_links {
    display: block;
    margin-bottom: 0.50rem;
    overflow: auto;
}

    .directory_search_results .social_links a {
        display: block;
        width: 50px;
        float: left;
        font-size: 0.857em;
        color: #4c4d4f;
        line-height: 25px;
        padding-left: 23px;
        padding-right: 5px;
        font-weight: bold;
        height: 25px;
        background-color: #dedcd9;
        margin-right: 0.50em;
        margin-bottom: 0.50em;
        background: url("../images/meber_dir_social_icons.png") no-repeat rgba(0, 0, 0, 0);
    }

        .directory_search_results .social_links a:last-child {
            margin-right: 0;
        }

        .directory_search_results .social_links a:hover {
            color: #b1afac;
            text-decoration: none;
        }

        .directory_search_results .social_links a.tw {
            background-position: 0 -175px;
        }

            .directory_search_results .social_links a.tw:hover {
                background-position: 0 -205px;
            }

        .directory_search_results .social_links a.fb {
            background-position: 0 -115px;
        }

            .directory_search_results .social_links a.fb:hover {
                background-position: 0 -145px;
            }

        .directory_search_results .social_links a.li {
            background-position: 0 -57px;
        }

            .directory_search_results .social_links a.li:hover {
                background-position: 0 -86px;
            }

.directory_search_results .key_word {
    color: #000;
    font-weight: bold;
    display: block;
    margin-bottom: 0.5rem;
}
/********************************************************
*********** SiteFinity Steve Tab CSS Overides ***********
********************************************************/
/**** Tab Content ***/
.sf_tabs .application_form_tabs.static {
    border-bottom: 1px solid #a9a9a9;
    max-width: 1024px;
    margin: 0px auto 2rem;
}

    .sf_tabs .application_form_tabs.static a:hover {
        background: url('../images/tab_arrow.png') no-repeat center bottom;
    }

.sf_tabs .application_form_tabs {
    margin: 0 auto 2em;
    display: table;
    width: 100%;
}

    .sf_tabs .application_form_tabs .tab_links {
        display: table;
        margin: 0px auto;
    }

        .sf_tabs .application_form_tabs .tab_links a {
            margin: 0 0.75em;
            color: #4c4d4f;
            padding-bottom: 0.75rem;
            display: inline-block;
            font-size: 2.143em;
            font-weight: normal;
            text-decoration: none;
        }

            .sf_tabs .application_form_tabs .tab_links a:hover {
                color: #009999;
            }

        .sf_tabs .application_form_tabs .tab_links .Clicked {
            color: #009999;
            background: url('../images/tab_arrow.png') no-repeat center bottom;
        }

    .sf_tabs .application_form_tabs .tab_content {
        border-top: 1px solid #a9a9a9;
        display: table;
        margin: 0px auto;
        padding-top: 1.8em;
        width: 100%;
    }
/*************************************************************************
****************** Global Responsive Styling *************************
*************************************************************************/
@media (max-width: 319px) {
    .main_container .about_content {
        padding: 4.071em 1.25em;
    }

        .main_container .about_content .about_layout .about_inner_layout .left,
        .main_container .about_content .about_layout .about_inner_layout .right {
            width: 100%;
            margin: 0 0 4em 0;
        }

    .mobile_nav {
        padding-top: 5em;
        width: 244px;
        right: 0;
    }

        .mobile_nav .mobile_nav_control {
            display: block;
        }

        .mobile_nav .mobile_nav_content {
            margin-top: -1em;
        }

        .mobile_nav .navbar-toggle {
            margin: 2% 2% 0 0;
        }

    .nav_content_area .utility_nav .join_us,
    .nav_content_area .utility_nav .util_menu,
    .nav_content_area .utility_nav .social {
        display: none;
    }

    .nav_content_area .utility_nav .log_in {
        float: right;
        width: 25%;
    }

    .nav_content_area .search {
        display: none;
    }

    .nav_content_area .main_nav .logo {
        margin: 0.50em 0 1.5em 0.50em;
    }

        .nav_content_area .main_nav .logo img {
            max-width: 200%;
        }

    .nav_content_area .main_nav .desktop_nav {
        display: none;
    }

    .nav_content_area .main_nav .mobile_nav_control {
        top: 10px;
        right: 10px;
    }

    .main_hero_area .hero_content .page_wrapper {
        position: relative;
    }

    .main_hero_area .hero_content .hero_banner .hero_bground {
        position: relative;
    }

    .main_hero_area .hero_content .hero_banner .hero_text {
        height: auto;
        top: 0;
        margin: 1.5em;
    }

        .main_hero_area .hero_content .hero_banner .hero_text h2 {
            font-size: 1.5em;
        }

        .main_hero_area .hero_content .hero_banner .hero_text h1 {
            font-size: 2.5em;
        }

        .main_hero_area .hero_content .hero_banner .hero_text h3,
        .main_hero_area .hero_content .hero_banner .hero_text p {
            font-size: 0.95em;
            width: 100%;
        }

        .main_hero_area .hero_content .hero_banner .hero_text .btn-group {
            margin-top: 1em;
        }

        .main_hero_area .hero_content .hero_banner .hero_text .sfContentBlock {
            width: inherit;
        }

    .main_hero_area .hero_content .hero_pager {
        position: relative;
        bottom: 0;
    }

    .footer_container .footer_content_area {
        margin: 1em auto !important;
    }

        .footer_container .footer_content_area .utility_nav .util_menu,
        .footer_container .footer_content_area .utility_nav .social {
            width: 100%;
        }

            .footer_container .footer_content_area .utility_nav .util_menu .sfNavHorizontalTabs {
                float: none;
            }

            .footer_container .footer_content_area .utility_nav .social ul {
                display: table;
                margin: 1em auto;
            }

        .footer_container .footer_content_area .utility_nav .copyright p {
            text-align: center;
        }
}

@media (min-width: 320px) and (max-width: 479px) {
    ul.leadership_table > li {
        width: 52%;
    }

    .sf_colsOut.sf_1col_1_100.login_content,
    .sf_colsOut.sf_3cols_1_33.login_content,
    .sf_colsOut.sf_3cols_2_33.login_content,
    .sf_colsOut.sf_3cols_2_34.login_content,
    .sf_colsOut.sf_3cols_3_33.login_content {
        margin: 0 5% 5%;
        width: 90%;
    }

    .main_container .login_layout .mid-col .sfContentBlock {
        padding: 0;
    }

    .mobile_nav .mobile_nav_control {
        display: block;
    }

    .mobile_nav .navbar-toggle {
        margin: 0 5% 0 0;
    }

    .nav_content_area .utility_nav .join_us,
    .nav_content_area .utility_nav .util_menu,
    .nav_content_area .utility_nav .social {
        display: none;
    }

    .nav_content_area .utility_nav .log_in {
        float: right;
        width: 7em;
    }

    .nav_content_area .search {
        display: none;
    }

    .nav_content_area .main_nav .logo {
        margin: 0.50em 0 1em 0.50em;
    }

        .nav_content_area .main_nav .logo img {
            max-width: 165%;
        }

    .nav_content_area .main_nav .desktop_nav {
        display: none;
    }

    .main_hero_area .hero_content .page_wrapper {
        position: relative;
    }

    .main_hero_area .hero_content .hero_banner .hero_bground {
        position: relative;
    }

    .main_hero_area .hero_content .hero_banner .hero_text {
        height: auto;
        top: 0;
        margin: 1.5em;
    }

        .main_hero_area .hero_content .hero_banner .hero_text h2 {
            font-size: 1em;
            width: 100%;
            margin-bottom: 0.50rem;
        }

        .main_hero_area .hero_content .hero_banner .hero_text h1 {
            font-size: 1.50em;
            width: 100%;
            margin-bottom: 0.50rem;
            line-height: 24px;
        }

        .main_hero_area .hero_content .hero_banner .hero_text h3,
        .main_hero_area .hero_content .hero_banner .hero_text p {
            font-size: 1em;
            width: 100%;
        }

        .main_hero_area .hero_content .hero_banner .hero_text .sfContentBlock {
            width: inherit;
        }

    .main_hero_area .hero_content .hero_pager {
        position: relative;
        bottom: 0;
    }

    .main_hero_area .hero_content .page_wrapper {
        position: relative;
    }

    .main_container h1 {
        font-size: 2rem;
    }

    .main_container h2 {
        font-size: 1.75rem;
    }

    .main_container .left .sfContentBlock {
        margin-bottom: 0;
    }

    .main_container .event_content .event_layout .row_event {
        margin: 0 1rem 1rem;
    }

    .main_container .promote_banner .text_wrapper {
        bottom: 0;
        left: auto;
        overflow: auto;
        padding: 1em;
        position: relative;
        right: auto;
        z-index: auto;
    }

    .main_container .lead_investors_content .investors_layout .page_title {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .main_container .lead_investors_content .investors_layout .col_01,
    .main_container .lead_investors_content .investors_layout .col_02 {
        margin: 0 0 1rem;
        width: 100%;
    }

    .main_container .lead_investors_content .investors_layout .sponsor-slideshow-silver {
        max-width: 318px;
    }

        .main_container .lead_investors_content .investors_layout .sponsor-slideshow-silver .sfitem {
            width: 100%;
        }

    .main_container .sf_1col_1_100.investors_content {
        padding: 2.071em 0;
    }

        .main_container .sf_1col_1_100.investors_content .investors_layout .col_01,
        .main_container .sf_1col_1_100.investors_content .investors_layout .col_02 {
            width: 100% !important;
            text-align: center;
            margin: 0 0 1rem !important;
            float: none !important;
        }

            .main_container .sf_1col_1_100.investors_content .investors_layout .col_01.left img {
                max-width: 80%;
            }

    .main_container .about_content {
        padding: 4.071em 1.25em;
    }

        .main_container .about_content .about_layout .about_inner_layout .left,
        .main_container .about_content .about_layout .about_inner_layout .right {
            width: 100%;
            margin: 0 0 4em 0;
        }

    .sf_tabs .application_form_tabs .tab_links a {
        font-size: 1em;
    }

    .sf_tabs .application_form_tabs.static {
        border-bottom: none;
        max-width: 1024px;
        margin: 0px auto 2rem;
    }

        .sf_tabs .application_form_tabs.static a {
            background: none;
            font-size: 0.85em;
            margin: 0 0.45rem;
            padding: 0;
        }

            .sf_tabs .application_form_tabs.static a:hover {
                background: none;
            }

        .sf_tabs .application_form_tabs.static .Clicked {
            background: none;
        }

    .main_container .sf_1col_1_100.adv_content {
        padding: 1em;
    }

        .main_container .sf_1col_1_100.adv_content .promote_banner .text_wrapper {
            bottom: auto;
            position: relative;
            right: auto;
            text-align: left;
            z-index: auto;
        }

            .main_container .sf_1col_1_100.adv_content .promote_banner .text_wrapper span {
                margin: 1rem;
                padding: 0;
            }

            .main_container .sf_1col_1_100.adv_content .promote_banner .text_wrapper a.btn-danger {
                margin: 1em;
            }

    .accord_content .sfImageWrapper {
        display: block;
        margin-bottom: 1rem;
        overflow: auto;
        width: 100%;
    }

    .main_container .program_events .sfNavHorizontal.sfNavList {
        overflow: hidden;
    }

        .main_container .program_events .sfNavHorizontal.sfNavList li a {
            margin: 0 0 0.5rem;
            padding: 0.5em;
            width: 100%;
        }

    .accodian_layout .RadPanelBar_Metro .rpItem .rpText {
        font-size: 1em;
        padding: 0;
    }

    .accodian_layout .RadPanelBar_Metro .rpItem .rpTemplate {
        margin: 0.75em 0.75em 0;
    }

        .accodian_layout .RadPanelBar_Metro .rpItem .rpTemplate .accord_content .sf_colsIn.left {
            padding: 0;
        }

    .accodian_layout .RadPanelBar_Metro .sfContentBlock {
        padding: 0.75em;
    }

    .investor_carousel .sponsor-slideshow-gold {
        width: 221px !important;
    }

        .investor_carousel .sponsor-slideshow-gold + .carousel_prev_next_wrapper {
            left: -1rem;
            right: -1rem;
        }

    .investor_carousel .sponsor-slideshow-emerald {
        width: 207px !important;
    }

        .investor_carousel .sponsor-slideshow-emerald + .carousel_prev_next_wrapper {
            left: 1rem;
            right: 1rem;
        }

    .leading_investor_list .gold .sfitem {
        margin: 0.40rem;
        width: 20%;
    }

    .leading_investor_list .emerald .sfitem {
        margin: 0.751rem;
        width: 40%;
    }

    .leading_investor_list .silver .sfitem {
        font-size: 0.95em;
        margin: 0.15rem;
        width: 100%;
    }

    .flickr_carousel .carousel_prev_next_wrapper {
        margin: 0 1rem;
    }

    .main_container .slideshow_cycle {
        width: 171px !important;
    }

    .home_tiles_h2 {
        margin: 0 5% 5% 5%;
    }

        .home_tiles_h2 > h2 {
            font-size: 1.55rem;
        }

        .home_tiles_h2 > a {
            font-size: 0.75rem;
        }

    .sfContentBlock.view_all {
        margin: 0 1rem 0 0;
    }

    .home_tiles .sf_colsOut {
        margin: 0;
        width: 100% !important;
    }

        .home_tiles .sf_colsOut .sf_colsIn {
            margin: 0 !important;
        }

    .home_tile_list {
        margin: 5%;
    }

        .home_tile_list .sflist .sflistitem {
            margin: 0 0 1rem;
            width: 100%;
        }

    .main_container .accodian_layout .rpTemplate .tab_content .sf_colsIn.left {
        margin-right: 0;
        width: 100%;
    }

    .main_container .accodian_layout .rpTemplate .tab_content .sf_colsIn.right {
        width: 100%;
    }

    .directory_search_results .row .sf_colsOut.sf_3cols_1_25.CustomClass {
        width: 100% !important;
        margin-bottom: 1rem;
    }

    .directory_search_results .row .sf_colsOut.sf_3cols_2_34.CustomClass {
        width: 100% !important;
        margin-bottom: 1rem;
    }

    .directory_search_results .row .sf_colsOut.sf_3cols_3_33.CustomClass {
        width: 100% !important;
        margin-bottom: 1rem;
    }

    .footer_container .footer_content_area {
        margin: 1em auto !important;
    }

        .footer_container .footer_content_area .utility_nav .util_menu,
        .footer_container .footer_content_area .utility_nav .social {
            width: 100%;
        }

            .footer_container .footer_content_area .utility_nav .util_menu .sfNavHorizontalTabs {
                float: none;
            }

            .footer_container .footer_content_area .utility_nav .social ul {
                display: table;
                margin: 0.50em auto;
            }

        .footer_container .footer_content_area .utility_nav .copyright p {
            text-align: center;
        }
}

@media (min-width: 480px) and (max-width: 599px) {
    ul.leadership_table > li {
        width: 43%;
    }

    .sf_colsOut.sf_1col_1_100.login_content,
    .sf_colsOut.sf_3cols_1_33.login_content,
    .sf_colsOut.sf_3cols_2_33.login_content,
    .sf_colsOut.sf_3cols_2_34.login_content,
    .sf_colsOut.sf_3cols_3_33.login_content {
        margin: 0 5% 5%;
        width: 90%;
    }

    .main_container .login_layout .mid-col .sfContentBlock {
        padding: 0;
    }

    .mobile_nav {
        margin: 10em auto 0;
    }

        .mobile_nav .mobile_nav_control {
            display: block;
            margin: 0 5% 1em;
        }

        .mobile_nav .navbar-toggle {
            margin-bottom: 0;
            margin-right: 5%;
            margin-top: 5%;
        }

    .nav_content_area .utility_nav .join_us,
    .nav_content_area .utility_nav .util_menu,
    .nav_content_area .utility_nav .social {
        display: none;
    }

    .nav_content_area .utility_nav .log_in {
        float: right;
        width: 25%;
    }

    .nav_content_area .search {
        display: none;
    }

    .nav_content_area .main_nav .logo {
        margin: 0.50em 0 1em 0.50em;
    }

        .nav_content_area .main_nav .logo img {
            max-width: 125%;
        }

    .nav_content_area .main_nav .desktop_nav {
        display: none;
    }

    .main_hero_area .hero_content .page_wrapper {
        position: relative;
    }

    .main_hero_area .hero_content .hero_banner .hero_bground {
        position: relative;
    }

    .main_hero_area .hero_content .hero_banner .hero_text {
        height: auto;
        top: 0;
        margin: 1.5em;
    }

        .main_hero_area .hero_content .hero_banner .hero_text h2 {
            font-size: 1.25em;
            width: 100%;
            margin-bottom: 0.25rem;
        }

        .main_hero_area .hero_content .hero_banner .hero_text h1 {
            font-size: 2em;
            width: 100%;
            margin-bottom: 0.50rem;
        }

        .main_hero_area .hero_content .hero_banner .hero_text h3,
        .main_hero_area .hero_content .hero_banner .hero_text p {
            font-size: 1em;
            width: 100%;
        }

        .main_hero_area .hero_content .hero_banner .hero_text .sfContentBlock {
            width: inherit;
        }

    .main_hero_area .hero_content .hero_pager {
        position: relative;
        bottom: 0;
    }

    .main_hero_area .hero_content .page_wrapper {
        position: relative;
    }

    .sf_tabs .application_form_tabs .tab_links a {
        font-size: 1em;
    }

    .main_container .sf_1col_1_100.investors_content .investors_layout .col_01 {
        width: 100% !important;
        text-align: center;
        margin-bottom: 3.5rem;
    }

    .main_container .sf_1col_1_100.investors_content .investors_layout .col_02 {
        width: 100% !important;
    }

    .main_container .lead_investors_content .investors_layout .page_title {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .main_container .lead_investors_content .investors_layout .col_01,
    .main_container .lead_investors_content .investors_layout .col_02 {
        margin: 0 0 1rem;
        width: 100%;
    }

    .leading_investor_list .gold .sfitem {
        margin: 0.65rem;
        width: 15%;
    }

    .leading_investor_list .emerald .sfitem {
        margin: 1rem;
        width: 25%;
    }

    .leading_investor_list .silver .sfitem {
        font-size: 0.95em;
        margin: 0.15rem;
        width: 100%;
    }

    .sponsor-slideshow-emerald {
        width: 416px !important;
    }

    .sponsor-slideshow-gold {
        width: 326px !important;
    }

    .flickr_carousel .carousel_prev_next_wrapper {
        margin: 0 0;
    }

    .main_container .slideshow_cycle {
        width: 503px !important;
    }

    .sfContentBlock.view_all {
        margin: 0 1em 0 0;
    }

    .accord_content .sfImageWrapper {
        display: block;
        margin-bottom: 1rem;
        overflow: auto;
        width: 100%;
    }

        .accord_content .sfImageWrapper > img {
            max-width: 60%;
        }

    .main_container .slideshow_cycle {
        width: 335px !important;
    }

    .home_tiles_h2 {
        margin-left: 0.50rem;
        margin-right: 0.50rem;
    }

    .home_tiles .sf_colsOut {
        margin: 0;
        width: 100% !important;
    }

        .home_tiles .sf_colsOut .sf_colsIn {
            margin: 0 !important;
        }

    .home_tile_list {
        margin: 0 2rem 0.50rem;
    }

    .home_tile_list {
        margin: 0 0.5rem 0.50rem;
    }

        .home_tile_list .sflist .sflistitem {
            width: 48.2222%;
        }

            .home_tile_list .sflist .sflistitem.twoBytwo {
                width: 48.059%;
            }

    .main_container .program_events .sfNavHorizontal.sfNavList {
        overflow: hidden;
    }

        .main_container .program_events .sfNavHorizontal.sfNavList li a {
            margin: 0 0 0.5rem;
            padding: 0.5em;
            width: 100%;
        }

    .main_container .about_content {
        padding: 2.071em 1.25em;
    }

        .main_container .about_content .about_layout .about_inner_layout .left,
        .main_container .about_content .about_layout .about_inner_layout .right {
            width: 100%;
            margin: 0 0 4rem;
        }

    .main_container .event_content .event_layout .row_event {
        margin: 0 1rem 1rem;
    }

    .main_container .membership_content {
        padding: 4.071em 1.25em;
    }

        .main_container .membership_content .membership_layout .col_01,
        .main_container .membership_content .membership_layout .col_02,
        .main_container .membership_content .membership_layout .col_03 {
            margin-right: 0;
            margin-bottom: 2em;
            width: 100%;
        }

    .main_container .sf_1col_1_100.adv_content {
        padding: 1em;
    }

    .main_container .promote_banner .text_wrapper {
        bottom: 0;
        left: auto;
        overflow: auto;
        padding: 1em;
        position: relative;
        right: auto;
        z-index: auto;
    }

    .directory_search_results .row .sf_colsOut.sf_3cols_1_25.CustomClass {
        width: 100% !important;
        margin-bottom: 1rem;
    }

    .directory_search_results .row .sf_colsOut.sf_3cols_2_34.CustomClass {
        width: 100% !important;
        margin-bottom: 1rem;
    }

    .directory_search_results .row .sf_colsOut.sf_3cols_3_33.CustomClass {
        width: 100% !important;
        margin-bottom: 1rem;
    }

    .footer_container .footer_content_area {
        margin: 1em auto !important;
    }

        .footer_container .footer_content_area .utility_nav .util_menu,
        .footer_container .footer_content_area .utility_nav .social {
            width: 100%;
        }

            .footer_container .footer_content_area .utility_nav .util_menu .sfNavHorizontalTabs {
                float: none;
            }

            .footer_container .footer_content_area .utility_nav .social ul {
                display: table;
                margin: 0.50em auto;
            }

        .footer_container .footer_content_area .utility_nav .copyright p {
            text-align: center;
        }
}

@media (min-width: 600px) and (max-width: 880px) {
    .sf_colsOut.sf_3cols_1_33.login_content,
    .sf_colsOut.sf_3cols_2_34.login_content,
    .sf_colsOut.sf_3cols_3_33.login_content,
    .sf_colsOut.sf_1col_1_100.login_content {
        margin: 0 5% 5%;
        width: 90%;
    }

    .main_container .login_layout .mid-col .sfContentBlock {
        padding: 0;
    }

    .mobile_nav .mobile_nav_control {
        display: block;
        margin: 0 5% 1em;
    }

    .mobile_nav .navbar-toggle {
        margin-bottom: 0;
        margin-right: 5%;
        margin-top: 5%;
    }

    .nav_content_area .utility_nav .social,
    .nav_content_area .search {
        display: none;
    }

    .nav_content_area .utility_nav .log_in {
        float: right;
        width: 10%;
    }

    .nav_content_area .main_nav .logo {
        margin: 0.50em 0 1em 0.50em;
    }

    .nav_content_area .main_nav .desktop_nav {
        display: none;
    }

    .nav_content_area .utility_nav .col_02 {
        float: left;
        width: 74%;
    }

    body.loggedIn .nav_content_area .utility_nav .col_02 {
        width: 35%;
    }

    .main_hero_area .hero_content .hero_banner .hero_bground {
        position: relative;
    }

    .main_hero_area .hero_content .hero_banner .hero_text {
        height: auto;
        top: 0;
        margin: 1.5em;
    }

        .main_hero_area .hero_content .hero_banner .hero_text h2 {
            font-size: 1.25em;
            width: 100%;
            margin-bottom: 0.25rem;
        }

        .main_hero_area .hero_content .hero_banner .hero_text h1 {
            font-size: 2em;
            width: 100%;
            line-height: 48px;
            margin-bottom: 0.50rem;
        }

        .main_hero_area .hero_content .hero_banner .hero_text h3,
        .main_hero_area .hero_content .hero_banner .hero_text p {
            font-size: 1em;
            width: 100%;
        }

        .main_hero_area .hero_content .hero_banner .hero_text .sfContentBlock {
            width: inherit;
        }

        .main_hero_area .hero_content .hero_banner .hero_text .btn-group {
            margin-top: 0;
        }

    .main_hero_area .hero_content .page_wrapper {
        position: relative;
    }

    .main_container .membership_content {
        padding: 4.071em 1.25em;
    }

        .main_container .membership_content .membership_layout .col_01,
        .main_container .membership_content .membership_layout .col_02,
        .main_container .membership_content .membership_layout .col_03 {
            margin-right: 0;
            margin-bottom: 2em;
            width: 100%;
        }

    .sf_tabs .application_form_tabs .tab_links a {
        font-size: 1.45em;
    }

    .sfContentBlock.view_all {
        margin: 0 1rem 0 0;
    }

    .main_container .slideshow_cycle {
        width: 503px !important;
    }

    .main_container .about_content {
        padding: 4.071em 1.25em;
    }

        .main_container .about_content .about_layout .about_inner_layout .left {
            width: 100%;
            margin: 0 0 3rem;
        }

        .main_container .about_content .about_layout .about_inner_layout .right {
            width: 100%;
            margin: 0 0 3rem;
        }

    .main_container .sf_1col_1_100.adv_content {
        padding: 2em 1em;
    }

    .main_container .event_content .event_layout .row_event {
        margin: 0 1rem 1rem;
    }

    .main_container .sf_1col_1_100.investors_content .investors_layout .col_01 {
        width: 100% !important;
        text-align: center;
        margin-bottom: 1rem;
    }

    .main_container .sf_1col_1_100.investors_content .investors_layout .col_02 {
        width: 100% !important;
    }

    .leading_investor_list .gold .sfitem {
        margin: 0.59rem;
    }

    .leading_investor_list .emerald .sfitem {
        margin: 0.94rem;
    }

    .leading_investor_list .silver .sfitem {
        margin: 0.25rem;
    }

    .carousel_prev_next_wrapper {
        margin: 0 4rem;
    }

    .sponsor-slideshow-emerald {
        width: 416px !important;
    }

    .sponsor-slideshow-gold {
        width: 326px !important;
    }

    .flickr_carousel .carousel_prev_next_wrapper {
        margin: 0 0;
    }

    .directory_search_results .row .sf_colsOut.sf_3cols_2_34.CustomClass {
        margin-left: 1rem;
    }

    .directory_search_results .row .sf_colsOut.sf_3cols_3_33.CustomClass {
        width: 38% !important;
    }

    .footer_container .footer_content_area {
        margin: 1em auto !important;
    }

        .footer_container .footer_content_area .utility_nav .util_menu,
        .footer_container .footer_content_area .utility_nav .social {
            width: 100%;
        }

            .footer_container .footer_content_area .utility_nav .util_menu .sfNavHorizontalTabs {
                float: none;
            }

            .footer_container .footer_content_area .utility_nav .social ul {
                display: table;
                margin: 0.50em auto;
            }

        .footer_container .footer_content_area .utility_nav .copyright p {
            text-align: center;
        }
}

@media (min-width: 881px) and (max-width: 1023px) {
    .mobile_nav {
        top: 8%;
    }

        .mobile_nav .mobile_nav_control {
            display: block;
            margin: 0 5% 1em;
        }

        .mobile_nav .navbar-toggle {
            margin-bottom: 0;
            margin-right: 5%;
            margin-top: 5%;
        }

    .nav_content_area .utility_nav .social,
    .nav_content_area .search {
        display: none;
    }

    .nav_content_area .main_nav .logo {
        margin: 0.50em 0 1em 0.50em;
    }

    .nav_content_area .main_nav .desktop_nav {
        display: none;
    }

    .nav_content_area .main_nav .mobile_nav_control {
        display: none;
    }

    .main_hero_area .hero_content .hero_banner .hero_text {
        height: auto;
        top: 0;
        margin: 1em;
    }

        .main_hero_area .hero_content .hero_banner .hero_text h1 {
            width: 100%;
        }

    .main_container .membership_content {
        padding: 4.071em 1.25em;
    }

    .main_container .about_content {
        padding: 4.071em 1.25em;
    }

        .main_container .about_content .about_layout .about_inner_layout .left {
            margin-right: 2em;
        }

    .main_container .event_content .event_layout .row_event {
        margin: 0 1rem 1rem;
    }

    .main_container .sf_1col_1_100.investors_content .investors_layout .col_01 {
        width: 100% !important;
        text-align: center;
        margin-bottom: 1rem;
    }

    .main_container .sf_1col_1_100.investors_content .investors_layout .col_02 {
        width: 100% !important;
    }

    .carousel_prev_next_wrapper {
        margin: 0 4rem;
    }

    .flickr_carousel .carousel_prev_next_wrapper {
        margin: 0 0;
    }

    .footer_container .footer_content_area {
        margin: 1em auto !important;
    }

        .footer_container .footer_content_area .utility_nav .util_menu,
        .footer_container .footer_content_area .utility_nav .social {
            width: 100%;
        }

            .footer_container .footer_content_area .utility_nav .util_menu .sfNavHorizontalTabs {
                float: none;
            }

            .footer_container .footer_content_area .utility_nav .social ul {
                display: table;
                margin: 0.50em auto;
            }

        .footer_container .footer_content_area .utility_nav .copyright p {
            text-align: center;
        }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .sf_colsOut.sf_1col_1_100.login_content {
        margin-left: 2%;
        margin-right: 2%;
    }

    .sf_colsOut.sf_3cols_1_33.login_content,
    .sf_colsOut.sf_3cols_2_34.login_content,
    .sf_colsOut.sf_3cols_3_33.login_content {
        margin-left: 2%;
        margin-right: 2%;
        width: 28%;
    }

    .mobile_nav .mobile_nav_control {
        display: none;
    }

    .mobile_nav .navbar-toggle {
        display: none;
    }

    .nav_content_area .main_nav .logo {
        margin: 0.50em 0 1em 0.50em;
    }

    .nav_content_area .main_nav .desktop_nav {
        width: 52%;
    }

    .nav_content_area .main_nav .sfNavHorizontalTabsWrp .sfLevel1 li {
        margin-right: 2em;
    }

    .nav_content_area .main_nav .mobile_nav_control {
        display: none;
    }

    .main_hero_area .hero_content .hero_banner .hero_text {
        height: 60%;
        top: 10%;
        padding: 1em;
    }

        .main_hero_area .hero_content .hero_banner .hero_text h1 {
            width: 100%;
        }

    .sf_colsOut.sf_3cols_2_50.main_nav {
        width: 56% !important;
    }

    .main_container .membership_content {
        padding: 4.071em 1.25em;
    }

    .main_container .event_content .event_layout .row_event {
        margin: 0 1rem 1rem;
    }

    .main_container .about_content {
        padding: 4.071em 1.25em;
    }

        .main_container .about_content .about_layout .about_inner_layout .left {
            margin-right: 2em;
        }
}

@media only screen and (min-device-width: 900px) and (max-device-width: 1400px) and (orientation: portrait) {
    .nav_content_area .utility_nav .social {
        display: block;
    }

    .nav_content_area .utility_nav .sfNavHorizontalTabs li a {
        padding: 0.72em 1em;
    }

    .nav_content_area .main_nav .desktop_nav {
        display: none;
        width: 50%;
    }

    .nav_content_area .main_nav .sfNavHorizontalTabsWrp .sfLevel1 li {
        margin-right: 1.5em;
    }

    .nav_content_area .main_nav .mobile_nav_control {
        display: block;
    }

    .mobile_nav {
        top: 0;
    }

        .mobile_nav .mobile_nav_control {
            display: block;
            margin: 0 5% 1em;
        }

        .mobile_nav .navbar-toggle {
            margin-bottom: 0;
            margin-right: 5%;
            margin-top: 5%;
        }
}

@media (min-width: 1280px) {
    .mobile_nav .mobile_nav_control {
        display: none;
    }

    .mobile_nav .navbar-toggle {
        display: none;
    }

    .nav_content_area .main_nav .desktop_nav {
        display: block !important;
    }

    .nav_content_area .main_nav .mobile_nav_control {
        display: none;
    }

    .hero_content .hero_text {
        height: 60%;
        top: 14%;
    }
}
/*********************************************************************************
****************** Coherent Mobile Navigation Hamburger Toggle button **********
*********************************************************************************/
.navbar-toggle {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ffffff;
    border-radius: 4px;
    float: right;
    padding: 0.414em;
    position: relative;
}

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 5px;
    }

    .navbar-toggle .icon-bar {
        background-color: #c1cf3b;
    }

    .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: #eceae6;
    }

    .navbar-toggle .icon-bar {
        border-radius: 1px;
        display: block;
        height: 0.357em;
        width: 2.143em;
    }

.sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/**********************************************************************
*************** Sitefinity Navigation Styling in Utility Section ******
**********************************************************************/
.mobile_nav .sfNavHorizontalTabsWrp .sfNavHorizontalTabs {
    margin: 0;
}

    .mobile_nav .sfNavHorizontalTabsWrp .sfNavHorizontalTabs li {
        width: 100%;
    }

        .mobile_nav .sfNavHorizontalTabsWrp .sfNavHorizontalTabs li a {
            display: block;
            font-size: 0.857em;
            padding: 0.5em 0;
            text-align: left;
            width: 100%;
            color: #4c4d4f;
        }

            .mobile_nav .sfNavHorizontalTabsWrp .sfNavHorizontalTabs li a:hover {
                color: #070808;
            }

        .mobile_nav .sfNavHorizontalTabsWrp .sfNavHorizontalTabs li:last-child {
            margin-right: 0;
        }
/*************************************************************************
****************** Sitefinity Utility Navigation Styling *****************
*************************************************************************/
.mobile_nav {
    margin: 9em auto 0;
    position: absolute;
    right: 0;
    width: 251px;
    z-index: 9999;
}

.mobile_nav_control {
    display: block;
    overflow: auto;
}

.mobile_nav_content {
    background-color: #ffffff;
    border-bottom: 5px solid #c1cf3b;
    display: none;
    margin-bottom: 3em;
    overflow: auto;
    padding: 1em;
    width: 16em;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
}

    .mobile_nav_content .mobile_search {
        width: 100%;
        margin-bottom: 1em;
        overflow: auto;
        display: block;
    }

        .mobile_nav_content .mobile_search .sfsearchBox {
            width: 100%;
            margin-top: 0;
            position: relative;
        }

            .mobile_nav_content .mobile_search .sfsearchBox .sfsearchTxt {
                float: left;
                left: 0;
                position: relative;
                width: 12.35em;
            }

            .mobile_nav_content .mobile_search .sfsearchBox .sfsearchSubmit {
                float: left;
                position: relative;
                right: auto;
            }

    .mobile_nav_content .join_us {
        display: block;
        margin-bottom: 0.5em;
        overflow: auto;
        width: 100%;
    }

        .mobile_nav_content .join_us a {
            background-color: #c1cf3b;
            display: block;
            float: left;
            padding: 0.25em 0.5em;
        }

    .mobile_nav_content .log_in a {
        background: url("../images/scoc_login_icon.png") no-repeat scroll 16px 7px #dedcd9;
        display: inline-block;
        font-size: 0.857em;
        padding: 0.72em 1em 0.72em 3em;
        text-align: center;
        text-transform: uppercase;
        width: 53px;
    }

        .mobile_nav_content .log_in a:hover {
            background: url("../images/scoc_login_icon.png") no-repeat scroll 16px -27px #4c4d4f;
            color: #FFFFFF;
        }

    .mobile_nav_content .mobile_menu {
        border-bottom: 1px solid #999999;
        margin-bottom: 1em;
        padding-bottom: 1em;
    }

        .mobile_nav_content .mobile_menu .sfLevel2 {
            margin-left: 1em;
        }

    .mobile_nav_content .mobile_social {
        width: 100%;
        margin-bottom: 1em;
        overflow: auto;
        display: block;
    }

        .mobile_nav_content .mobile_social ul li {
            display: block;
            float: left;
            margin-right: 0.10em;
        }

            .mobile_nav_content .mobile_social ul li a {
                background: url("../images/scoc_social_media_icons.png") no-repeat 0 0;
                display: block;
                height: 30px;
                margin: 0.15em 0;
                overflow: hidden;
                text-indent: -4000px;
                width: 30px;
            }

                .mobile_nav_content .mobile_social ul li a.tw {
                    background-position: 0 -122px;
                }

                    .mobile_nav_content .mobile_social ul li a.tw:hover {
                        background-position: -30px -122px;
                    }

                .mobile_nav_content .mobile_social ul li a.fb {
                    background-position: 0 0;
                }

                    .mobile_nav_content .mobile_social ul li a.fb:hover {
                        background-position: -30px 0;
                    }

                .mobile_nav_content .mobile_social ul li a.in {
                    background-position: 0 -91px;
                }

                    .mobile_nav_content .mobile_social ul li a.in:hover {
                        background-position: -30px -91px;
                    }

                .mobile_nav_content .mobile_social ul li a.ytu {
                    background-position: 0 -183px;
                }

                    .mobile_nav_content .mobile_social ul li a.ytu:hover {
                        background-position: -30px -183px;
                    }

                .mobile_nav_content .mobile_social ul li a.vim {
                    background-position: 0 -153px;
                }

                    .mobile_nav_content .mobile_social ul li a.vim:hover {
                        background-position: -30px -153px;
                    }

                .mobile_nav_content .mobile_social ul li a.fli {
                    background-position: 0 -30px;
                }

                    .mobile_nav_content .mobile_social ul li a.fli:hover {
                        background-position: -30px -30px;
                    }

                .mobile_nav_content .mobile_social ul li a.goo {
                    background-position: 0 -61px;
                }

                    .mobile_nav_content .mobile_social ul li a.goo:hover {
                        background-position: -30px -61px;
                    }

            .mobile_nav_content .mobile_social ul li:last-child {
                margin-right: 0;
            }

.accodian_layout {
    margin-bottom: 2.5em;
    margin-top: 2.5em;
}

    .accodian_layout li {
        font-weight: 300;
    }

    .accodian_layout .sfContentBlock {
        padding: 1em;
        background-color: #fff;
    }

        .accodian_layout .sfContentBlock li {
            font-weight: 300;
        }

.RadPanelBar_Metro .rpSelected,
.RadPanelBar_Metro .rpSelected:hover,
.RadPanelBar_Metro .rpExpanded,
.RadPanelBar_Metro .rpExpanded:hover {
    background-color: #dedcd9 !important;
    border-color: #dedcd9 !important;
}

.RadPanelBar .rpFocused .rpOut {
    border-bottom-width: 0;
    padding-bottom: 0;
}

.RadPanelBar a.rpLink:hover .rpOut {
    color: #7c7c7c;
    padding-bottom: 0;
}

.RadPanelBar .rpSelected .rpOut {
    color: #000000;
    padding-bottom: 0;
}

.RadPanelBar a.rpSelected:hover .rpOut {
    padding-bottom: 0;
}

.RadPanelBar .rpLink.rpExpandable:hover .rpText {
    color: #009999;
}

.RadPanelBar .rpLink.rpExpandable.rpSelected.rpExpanded .rpText {
    color: #009999;
}

.accodian_layout .RadPanelBar_Metro .rpExpandable.rpExpanded span.rpExpandHandle {
    background: url("../images/telerik-panel-bar-icons.png") no-repeat 1px 0px rgba(0, 0, 0, 0);
}

.accodian_layout .RadPanelBar_Metro .rpExpandable.rpExpanded:hover span.rpExpandHandle {
    background: url("../images/telerik-panel-bar-icons.png") no-repeat 1px 0px rgba(0, 0, 0, 0);
}

.accodian_layout .RadPanelBar_Metro .rpExpandable span.rpExpandHandle,
.RadPanelBar_Metro .rpExpanded span.rpExpandHandle {
    background: url("../images/telerik-panel-bar-icons.png") no-repeat 1px -41px rgba(0, 0, 0, 0);
}

.accodian_layout .RadPanelBar_Metro a.rpExpanded:hover .rpExpandHandle,
.RadPanelBar_Metro a.rpExpanded:hover .rpNavigation .rpExpandHandleHovered {
    background: url("../images/telerik-panel-bar-icons.png") no-repeat 1px -63px rgba(0, 0, 0, 0);
}

.accodian_layout .RadPanelBar_Metro .rpExpandable.rpSelected.rpExpanded span.rpExpandHandle {
    background: url("../images/telerik-panel-bar-icons.png") no-repeat 1px -17px rgba(0, 0, 0, 0);
}

    .accodian_layout .RadPanelBar_Metro .rpExpandable.rpSelected.rpExpanded span.rpExpandHandle:hover {
        background: url("../images/telerik-panel-bar-icons.png") no-repeat 1px -20px rgba(0, 0, 0, 0);
    }

.RadPanelBar_Metro a.rpExpandabler .rpExpandHandle,
.RadPanelBar_Metro a.rpExpandable .rpNavigation .rpExpandHandleHovered {
    background: url("../images/telerik-panel-bar-icons.png") no-repeat 1px -63px rgba(0, 0, 0, 0);
}

.RadPanelBar_Metro a.rpExpandable:hover .rpExpandHandle,
.RadPanelBar_Metro a.rpExpandable:hover .rpNavigation .rpExpandHandleHovered {
    background: url("../images/telerik-panel-bar-icons.png") no-repeat 1px -63px rgba(0, 0, 0, 0);
}

.RadPanelBar .rpExpandable .rpExpandHandle,
.RadPanelBar .rpExpanded .rpExpandHandle {
    display: block;
    float: right;
    height: 22px;
    margin: 0 5px 0 0;
    width: 22px;
}

.RadPanelBar_Metro {
    color: #000000;
    font: inherit !important;
}

    .RadPanelBar_Metro .rpRootGroup {
        background-color: #eceae6 !important;
        border: none;
    }

    .RadPanelBar_Metro .rpTemplate {
        background-color: #FFFFFF;
        margin: 1.5em 1.5em 0;
        padding: 0;
        width: inherit !important;
    }

    .RadPanelBar_Metro .rpLink {
        background-color: #eceae6 !important;
        border-color: #ffffff;
        color: #000000;
    }

    .RadPanelBar_Metro .rpText {
        font-size: 1.15em;
        font-weight: 600;
    }

    .RadPanelBar_Metro .rpExpanded {
        background-color: #dedcd9 !important;
        border-color: rgba(0, 0, 0, 0) !important;
        color: #4c4d4f !important;
    }

.RadPanelBar .rpItem {
    border-bottom: 6px solid #FFFFFF;
}

.RadPanelBar .rpLink {
    padding: 0.75em;
    border-bottom: none;
}

.RadPanelBar .rpSlide {
    display: none;
    float: none;
    overflow: hidden;
    position: relative;
    padding-bottom: 1.5em;
}

.accodian_layout .accord_content .sf_colsIn.left {
    float: left;
    height: auto;
    padding: 1em;
    width: 100%;
}

    .accodian_layout .accord_content .sf_colsIn.left .sfimageWrp {
        margin-bottom: 0;
    }

.accodian_layout .accord_content .sf_colsIn {
    height: auto;
    padding: 1em;
}

    .accodian_layout .accord_content .sf_colsIn.program_events {
        padding: 0;
        background-color: #eceae6;
    }

        .accodian_layout .accord_content .sf_colsIn.program_events .sfContentBlock {
            overflow: auto;
            margin-bottom: 0;
        }

.accodian_layout.faq .rpTemplate .accord_content .sf_colsIn.left {
    float: left;
    height: auto;
    padding: 1em;
    width: auto;
}

    .accodian_layout.faq .rpTemplate .accord_content .sf_colsIn.left .sfimageWrp {
        margin-bottom: 0;
    }

.accodian_layout.faq .rpTemplate .accord_content .sf_colsIn.sf_1col_1in_100 {
    height: auto;
    padding: 1em;
}

.accodian_layout .rpTemplate .accord_content .sf_colsIn.left {
    float: left;
    height: auto;
    width: 50%;
}

    .accodian_layout .rpTemplate .accord_content .sf_colsIn.left .sfimageWrp {
        margin-bottom: 0;
    }

.accodian_layout .rpTemplate .accord_content .sf_colsIn.right {
    float: left;
    height: auto;
    padding: 0.5em 0.25em;
    width: 44%;
    margin-top: 0;
}
/*************************************************************************
****************** Global Hero Banner Styling - Rotator and Single Panel *************************
*************************************************************************/
/*.main_hero_area {
  /* slideshow images (for most of the demos, these are the actual "slides") */
/* in case script does not load 
}*/
.main_hero_area .cycle-slideshow,
.main_hero_area .cycle-slideshow * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main_hero_area .cycle-slideshow {
    position: relative;
}

    .main_hero_area .cycle-slideshow LI {
        /* 
	    some of these styles will be set by the plugin (by default) but setting them here
	    helps avoid flash-of-unstyled-content
	    */
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0;
        display: block;
    }

        .main_hero_area .cycle-slideshow LI:first-child {
            position: static;
            z-index: 100;
        }

.cycle-slideshow .page_num_wrapper {
    bottom: 24px;
    display: none;
    left: 0;
    margin: 0 auto;
    max-width: 125px;
    position: absolute;
    right: 0;
    z-index: 8888;
}

    .cycle-slideshow .page_num_wrapper .hero_pager {
        display: inline-block;
    }

        .cycle-slideshow .page_num_wrapper .hero_pager li:first-child {
            margin-left: 0;
        }

        .cycle-slideshow .page_num_wrapper .hero_pager li {
            display: inline-block;
            color: #ffffff;
            border: 1px solid #ffffff;
            font-size: 13px;
            margin-left: 8px;
            padding: 0 4px;
            font-weight: bold;
        }

            .cycle-slideshow .page_num_wrapper .hero_pager li.active {
                color: #C8EDF3;
                border: 1px solid #C1D128;
            }

.hero_content {
    margin: 0 auto;
    max-width: 1400px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

    .hero_content .hero_bground {
        background: url("../images/scoc_home_banner_gradient.png") 0 -2px no-repeat;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        z-index: 5;
    }

    .hero_content .sfitem.sfClearfix.showy {
        display: list-item;
    }

    .hero_content .sfitem.sfClearfix {
        display: none;
    }

    .hero_content .events {
        background: url("../images/scoc_calandar_date_icon.png") 3px 99px no-repeat;
    }

        .hero_content .events h2,
        .hero_content .events h3,
        .hero_content .events p,
        .hero_content .events .btn-group {
            padding-left: 4rem;
        }

    .hero_content .hero_text {
        position: relative;
        text-align: left;
        z-index: 10;
        margin: 0 auto;
        max-width: 1024px;
    }

        .hero_content .hero_text .sfContentBlock {
            width: 60%;
        }

        .hero_content .hero_text h1 {
            font-size: 4.857em;
            color: #ffffff;
            line-height: 65px;
            margin-bottom: 1.5rem;
            width: 55%;
        }

        .hero_content .hero_text h2 {
            font-size: 1.786em;
            font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
            font-weight: 100;
            line-height: 1.1;
            margin-bottom: 0.5rem;
            color: #ffffff;
            width: 60%;
        }

        .hero_content .hero_text h3,
        .hero_content .hero_text p {
            font-size: 1.286em;
            font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
            line-height: 1.1;
            color: #52c3c6;
            font-weight: 400;
            width: 40%;
        }

        .hero_content .hero_text .text a {
            display: none;
        }

        .hero_content .hero_text .btn-group {
            /*margin-top: 1.0rem;*/
        }

    .hero_content .page_wrapper {
        /*bottom: 10px;*/
        bottom: 3px;
        margin: 0 auto;
        width: 100%;
        position: absolute;
        z-index: 8888;
    }

        .hero_content .page_wrapper .prevControl {
            margin-right: 50px;
            cursor: pointer;
            display: inline-block;
            text-indent: -4000px;
            height: 50px;
            width: 50px;
            background: url("../images/hero_banner_prev_next_sprite.png") -3px 0px no-repeat;
        }

            .hero_content .page_wrapper .prevControl:hover {
                background-position: -3px -50px;
            }

        .hero_content .page_wrapper .nextControl {
            margin-left: 50px;
            cursor: pointer;
            display: inline-block;
            text-indent: -4000px;
            height: 50px;
            width: 50px;
            background: url("../images/hero_banner_prev_next_sprite.png") -49px -50px no-repeat;
        }

            .hero_content .page_wrapper .nextControl:hover {
                background-position: -49px 0px;
            }

body.loggedIn .join_us,
.loggedIn .utility_nav .sfNavHorizontalTabsWrp .sfNavHorizontalTabs li a[href$="am-i-a-member"] /*Hidding this way because SF has no conditional visibility*/ {
    display: none;
}

/*Contact Representative*/
.contactRepWrapper {
    border-top: 2px solid #a9a9a9;
    margin-top: 15px;
    padding-top: 15px;
}

    .contactRepWrapper h2 {
        text-align: left;
    }

    .contactRepWrapper .repPicker {
        min-width: 55%;
    }

    .contactRepWrapper .Row > div.RowCell {
        display: inline-block;
        vertical-align: top;
        width: 30%;
    }

        .contactRepWrapper .Row > div.RowCell input {
            width: 95%;
        }

    .contactRepWrapper .RadCaptcha label, .userRegistrationWrapper .RadCaptcha label {
        display: block;
    }

    .contactRepWrapper .RadCaptcha span, .userRegistrationWrapper .RadCaptcha span {
        color: red;
    }

    .contactRepWrapper .contactRepSeparator, .contactRepWrapper .contactRepStepHeader {
        width: 60%;
    }

        .contactRepWrapper .contactRepSeparator hr, .contactRepWrapper .contactRepStepHeader hr {
            width: 100%;
        }

        .contactRepWrapper .contactRepStepHeader h3 {
            font-size: 1.5em;
            margin: 1em 0 0.1em 0;
        }

        .contactRepWrapper .contactRepStepHeader hr {
            margin: 0;
        }

    .contactRepWrapper .copyNote {
        font-style: italic;
    }

    .contactRepWrapper .goToUrlAlert label, .contactRepWrapper .emailErrorAlert label {
        display: inline-block;
        height: 15px;
        width: 16px;
        background: url("../images/sprite.png") -159px -240px no-repeat;
        background-color: #FF0;
        margin-bottom: -2px;
    }

    .contactRepWrapper .contactRepSignature {
        line-height: initial;
        color: initial;
    }

    .contactRepWrapper .FieldLabel label {
        font-weight: bold;
    }

    .contactRepWrapper .salutationLine:not(:empty) {
        margin-bottom: 14px;
    }

.actionSocialsBox {
    top: -2.6em !important;
}

.userRegistrationWrapper .message-error {
    color: #ff0000;
}

.userRegistrationWrapper .message-success {
    background-color: #ADFF2F;
}



.rsToolbar {
    padding-top: 20px !important;
}


/*SCCSU-37*/

.p-icon {
    color: white !important;
}

.rsButton {
    background-color: rgb(0, 153, 153) !important;
    color: white !important;
    border: none !important;
    font-weight: bold !important;
}

div.rsHeader .rsNav {
    margin-right: 850px !important;
}

.rsCurrent {
    padding-left: 265px !important;
    font-size: xx-large !important;
    width: 396px !important;
    /*margin: -15px !important;*/
}

.rsSelected span.rsButton {
    background-color: black !important;
}

.p-i-calendar {
    display: none !important;
}


.rsPrevDay, .rsNextDay {
    border: 1px solid white !important;
}

span.rsToday :hover {
    cursor: pointer !important;
    text-decoration: underline !important;
}

@media (max-width: 768px) {
    div.rsHeader .rsNav {
        margin-right: 0px !important;
    }
}

@media (min-width: 321px) and (max-width: 481px) {
    .calendarCheckBoxes {
        display: table;
        margin: 1px 55px;
    }

    .rsTopWrap {
        width: 100% !important;
    }

    .rsCurrent {
        padding-left: 2px !important;
        font-size: x-large !important;
        width: 300px !important;
    }

    .p-i-calendar {
        display: block !important;
    }
}

@media (min-width: 482px) and (max-width:1023px) {
    .rsCurrent {
        padding-left: 65px !important;
        font-size: x-large !important;
        width: 300px !important;
    }

    .p-i-calendar {
        display: block !important;
    }
}

@media only screen and (max-width: 320px) {
    .rsTopWrap {
        width: 286px !important;
    }

    .rsCurrent {
        padding-left: 2px !important;
        font-size: x-large !important;
        width: 300px !important;
    }

    .p-i-calendar {
        display: block !important;
    }

    @-moz-document url-prefix() {
        .scoc_calendar .RadScheduler_MetroTouch .rsHeader .rsDatePickerActivator {
            display: block;
        }

        .RadScheduler_MetroTouch .rsHeader .rsDatePickerActivator, .RadScheduler_MetroTouch .rsHeader .rsDatePickerActivator:hover {
            background-position: 0;
            border: 0 none;
            height: 3px;
            left: 63px;
            margin: 10px 0 0 2px;
            position: absolute;
            width: 14px;
            z-index: 3;
            margin-top: 48px;
        }

        .RadScheduler .p-icon.p-i-calendar, .RadScheduler .p-icon.p-i-clock {
            display: inline-block;
            vertical-align: bottom;
            margin-right: 3px;
            display: none !important;
        }
    }
}

/* end of SCCSU-37*/


/*SCCSU-111*/
.RadTileList .rtlistWrapper {
    width: 320px !important;
    vertical-align: top !important;
    float: left !important;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif !important;
}

.RadTile.rtileWide {
    width: 310px !important;
}

.RadTile.rtileWide, .RadTile.rtileSquare {
    position: relative !important;
    float: left !important;
    height: 150px !important;
    margin: 0 6px 6px 0 !important;
    vertical-align: top !important;
    overflow: hidden !important;
    background-clip: padding-box !important;
    border-style: solid !important;
    border-width: 2px !important;
    border-color: transparent !important;
}

.RadTile {
    zoom: 1 !important;
}
/* end of SCCSU-111*/


/*SCCSU-96*/
@media (min-width: 990px) {

    .venueRentalRequest .sfFormBox > div {
        float: left !important;
        width: 50% !important;
    }

    .venueRentalRequest .sfFormBox label {
        width: 99% !important;
        display: inline-block !important;
    }

    .venueRentalRequest .sfFormBox .sfFieldWrp {
        margin-bottom: 0.3em !important;
    }

    div.EventStart > div.sfFieldWrp {
        margin-top: 3.3em !important;
    }

    div.CateringService > div.sfFieldWrp {
        margin-top: 0.7em !important;
    }
}

/* end of SCCSU-96*/




/* SCCSU-119*/
#wrap {
    width: 285px !important;
    margin: 0 auto !important;
    text-align: left !important;
    margin-top: 8px !important;
    padding: 3px !important;
    font-family: "Segoe UI" !important;
    font-size: 13px !important;
    line-height: 16px !important;
    border-radius: 10px !important;
    border: 2px solid #4bc2c8 !important;
    background: #DEDDD8 !important;
}

    #wrap legend {
        text-align: center !important;
        font-size: 18px !important;
        font-family: "Segoe UI" !important;
        color: #000 !important;
        font-weight: bold !important;
        font-style: italic !important;
        padding-bottom: 15px !important;
    }

    #wrap label {
        font-size: 14px !important;
        font-family: "Segoe UI" !important;
        color: #000 !important;
        font-weight: bold !important;
    }

        #wrap label.radiolabel {
            font-weight: normal !important;
            display: inline !important;
        }

    #wrap div#totalPrice {
        padding: 10px !important;
        font-weight: bold !important;
        background-color: #C0D028 !important;
    }

/* end of SCCSU-119*/


/* SCCSU-116*/

.rtileContent {
    height: 150px !important;
}

/* end of SCCSU-116*/



/*---------new  CSS*/

.profileleftSpan {
    font-size: 16px;
    font-weight: 600;
    color: #009999;
}


.profilerightSpan {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #009999;
}

.Rectangle-265 {
    height: 96px;
    background-color: #ffffff !important;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) !important;
    display: flex;
    margin-bottom: 20px;
}

.divtopclass {
    /*width: 17%;*/
    height: 96px;
    border-right: solid 1px #dedcd9;
    float: left
}

.spanInner {
    /*width: 251.7px;*/
    height: 39px;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.8);
    margin-left: 15px;
    margin-right: 15px;
}

.spanMain {
    /*width: 137px;*/
    height: 23px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin: 6px 0 0 15px;
    padding-bottom: 5px;
}

.memberResources {
    /*width: 390px;*/
    height: 634.1px;
    background-color: #e9e9e9;
    /*margin-top: 105px !important;*/
}

.profiletitle {
    width: 127px;
    height: 31px;
    opacity: 0.75;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #4d4d4f;
    color: var(--charcoal-grey);
}


.spanleftClass {
    width: 22%;
    font-size: 15px;
}

.spanrightClass {
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    /*color: #009999;*/
}

.spanrightBelowClass {
    color: #009999;
}

.Profile-Settings {
    width: 121px;
    height: 24px;
    opacity: 0.75;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.26;
    letter-spacing: normal;
    text-align: left;
    color: #4d4d4f;
}

.div2class {
    margin-top: 10px;
}

.Member-Resources {
    width: 190px;
    height: 31px;
    opacity: 0.75;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #4d4d4f;
    margin-bottom: 16px;
    margin-top: 0 !important;
}

.profileImg1 {
    background: url("../images/p1@1x.png") no-repeat scroll 1px 1px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.profileImg2 {
    background: url("../images/p2@1x.png") no-repeat scroll 1px 1px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.profileImg3 {
    background: url("../images/p3@1x.png") no-repeat scroll 1px 1px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.profileImg4 {
    background: url("../images/p4@1x.png") no-repeat scroll 1px 1px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.profileImg5 {
    background: url("../images/p5@1x.png") no-repeat scroll 1px 1px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.imgclass1 {
    background: url("../images/1assest@1x.png") no-repeat scroll 0px 0px;
    display: inline-block;
    width: 28px;
    height: 28.4px;
    margin: 32px 16px 38px 16px;
}

.imgclass2 {
    background: url("../images/2assest@1x.png") no-repeat scroll 0px 0px;
    display: inline-block;
    width: 28px;
    height: 28.4px;
    margin: 29px 16px 38px 16px;
}

.imgclass3 {
    background: url("../images/3assest@1x.png") no-repeat scroll 0px 0px;
    display: inline-block;
    width: 28px;
    height: 28.4px;
    margin: 29px 16px 38px 16px;
}

.imgclass4 {
    background: url("../images/4assest@1x.png") no-repeat scroll 0px 0px;
    display: inline-block;
    width: 28px;
    height: 28.4px;
    margin: 29px 16px 38px 16px;
}

.imgclass5 {
    background: url("../images/5asset@1x.png") no-repeat scroll 0px 0px;
    display: inline-block;
    width: 28px;
    height: 28.4px;
    margin: 29px 16px 38px 16px;
}

.main_container .membership_content .membership_layout h1 {
    margin-bottom: 0 !important;
    /*font-size: 2.714em !important;*/
}

.main_container .membership_content .membership_layout h2 {
    margin-bottom: 1rem !important;
    text-align: center;
}

.main_container .membership_content .membership_layout .col_01 {
    width: 100%;
    height: auto;
    float: left;
    margin-right: 4.071em;
    overflow: auto;
}

.main_container .membership_content .membership_layout .col_02 {
    width: 100%;
    height: auto;
    float: left;
    margin-right: 4.071em;
    overflow: auto;
}


.layer {
    background: url("../images/logo@1x.png") no-repeat scroll 1px 1px;
    display: inline-block;
    width: 25px;
    height: 28px;
    margin-right: 12px;
}

div#HomepageContent_C038_Col01 { /*.sf_2cols_2_33 .sf_2cols_2in_33 {*/
    margin-left: 0 !important;
}


/*manage change companies*/
.Rectangle-298 {
    width: 512px;
    height: 198px;
    background-color: #e9e9e9;
}

/*.main_container .about_content {
    padding: 2.071em 0 !important;
    overflow: auto;
}*/

.Change-companies {
    width: 309px;
    height: 50px;
    font-size: 40px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    color: var(--black);
}

.spanSelectClass {
    width: 457px;
    height: 19px;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    padding: 20.3px 28.5px 0.5px 26.5px;
}

.spanCantFindClass {
    width: 455px;
    height: 45px;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    padding: 0.5px 28.5px;
}


/*//change username form password*/
.Rectangle-295 {
    width: 457px;
    height: 28px;
    background-color: #ffffff;
    border: solid 1px #009999;
    margin: 0.5px 29px 19.5px 26px;
}


.Rectangle-297 {
    width: 455px;
    height: 28px;
    background-color: #ffffff;
    border: solid 1px #009999;
    margin: 0 29px 38.2px 28px;
}

.Rectangle-193 {
    width: 100%;
    height: 226px;
    background-color: #e9e9e9;
    padding: 28px;
}

.Rectangle-192 {
    /*width: 1023px;*/
    height: 283px;
    background-color: #f3f3f3;
}

.Rectangle-290 {
    height: 282px;
    background-color: #f3f3f3;
}

.Rectangle-890 {
    height: 400px;
    background-color: #f3f3f3;
}

.Rectangle-291 {
    width: 708px;
    height: 230.7px;
    background-color: #e9e9e9;
}

.Rectangle-287 {
    width: 217px;
    height: 28px;
    background-color: #ffffff;
    border: solid 1px #009999;
    border-radius: 0 !important;
}

.Update-Username {
    width: 182px;
    height: 31px;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #4d4d4f;
    margin: 16.8px 101px 16px 31px;
}

.Username-Requirements {
    width: 168px;
    height: 19px;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #4d4d4f;
    padding-left: 31px;
}

.Ellipse-1 {
    width: 6px;
    height: 6px;
    background-color: #4d4d4f;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.Current-Username {
    width: 211px;
    height: 19px;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.New-Username {
    width: 211px;
    height: 19px;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.Confirm-New-Username {
    width: 211px;
    height: 19px;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

/*/Edit profile*/

.editProfileDiv {
    width: 593px;
    height: 546px;
    background-color: #e9e9e9;
}

.txtclass {
    border-radius: 0px !important;
    border: solid 1px #009999 !important;
    height: 1.55em !important;
}

.txtclass22 {
    border-radius: 0px !important;
    border: solid 1px #009999 !important;
    height: 1.80em !important;
    width: 99%;
}

.lblclass {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    padding-bottom: 7px;
}


/*//manage newsletter*/
.newsTitle {
    width: 246px;
    height: 31px;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #4d4d4f;
}

.newsSubtitle {
    width: 253.9px;
    height: 104px;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    word-break: break-word;
}

#HomepageContent_C012_cblSummaries tr > td > label, #HomepageContent_C012_cblInterests tr > td > label {
    width: 173px;
    height: 23px;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #4d4d4f;
}


#HomepageContent_C012_cblSummaries tr > td, #HomepageContent_C012_cblInterests tr > td {
    padding: 10px;
}

.subTitleClass {
    width: 1187px;
    height: 44px;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}


.emailTitleClass {
    width: 449px;
    height: 50px;
    font-size: 40px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
