﻿/* ----------------- GLOBALS ----------------- */
@import url('/Portals/56/Skins/NCA/NOAH/ComboBox.NOAH.css');
@import url('/Portals/56/Skins/NCA/NOAH/Input.NOAH.css');
@import url('/Portals/56/Skins/NCA/NOAH/ToolTip.NOAH.css');
@import url('/Portals/56/Skins/NCA/NOAH/DropDownList.NOAH.css');
@import url('/Portals/56/Skins/NCA/NOAH/Grid.NOAH.css');
/* --------------- END GLOBALS --------------- */

/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */
@media (min-width:1200px) {
    .container {
        width: 1300px !important;
    }
}
html,
body {
    height: 100%;
}

body {
    font-family: 'Domine', serif;
    background-color: #2d2d2d;
}



/* GLOBAL TEXT STYLES */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: black;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 16px;
    border-bottom: 1px solid #999999;
    padding-bottom: 8px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 10px;
}

a,
a:visited {
    color: #5c8727;
    text-decoration: underline;
}

    a:hover,
    a:active {
        color: #2c4d04;
        text-decoration: underline;
    }



/* STYLES FOR MAJOR SHARED GLOBAL AREAS, GROUPED BY SECTION */
/* GLOBAL MISC CLASSES */

input[disabled],
input.disabled,
textarea[disabled],
textarea.disabled,
button[disabled],
button.disabled {
    cursor: not-allowed !important;
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: 5px;
}

.floatleft {
    float: left;
    margin: 0 20px 10px 0;
}

.floatright {
    float: right;
    margin: 0 0 10px 20px;
}

blockquote,
blockquote p {
    font-size: 24px;
    line-height: 1.4;
    color: #541e0f;
    font-style: italic;
    border-left-width: 0;
    letter-spacing: 1px;
}

.read-more {
    text-align: left;
    border-top: 1px dashed #989898;
    clear: both;
    padding-top: 5px;
    margin-top: 10px;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    color: #666;
}

.button,
.button:visited {
    display: inline-block;
    padding: 10px;
    color: white;
    background: url(img/background-button-green.jpg) repeat-x #4b7229;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    border: 1px dashed #bdcbb1;
    box-shadow: 0 0 0 2px #617e48, 5px 5px 5px 0 rgba(0,0,0,0.5);
    text-shadow: -1px -1px #aa3030;
    text-align: center;
    margin-bottom: 15px;
}

    .button:hover, .button:active {
        background: url(img/background-button-green-hover.jpg) repeat-x #436625;
        text-decoration: none;
        color: white;
        cursor: pointer;
    }

    .button.wide {
        width: 100%;
    }

    .button.small {
        font-size: 12px;
        padding: 7px 5px;
    }

    .button.large {
        font-size: 26px;
        padding: 18px 10px;
    }


/* top bar */
#top-bar {
    background-color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    color: #cbcbcb;
}

    #top-bar p {
        margin: 0;
        line-height: 30px;
    }

    #top-bar a {
        display: inline-block;
        padding: 0 10px;
        text-decoration: none;
    }

        #top-bar a:hover,
        #top-bar a:active {
            text-decoration: underline;
        }


    #top-bar .primary a:first-child {
        padding-left: 0;
    }

    #top-bar .secondary {
        text-align: right;
    }

    #top-bar a.icon-search {
        background: url(img/icon-search.png) no-repeat;
        width: 35px;
        height: 30px;
        margin-left: 15px;
        margin-bottom: -11px;
    }

        #top-bar a.icon-search:hover,
        #top-bar a.icon-search:active {
            background: url(img/icon-search-over.png) no-repeat #213311;
        }

/* SEARCH PANEL */
#search-panel {
    display: none;
    z-index: 1100;
    position: absolute;
    top: 0;
    right: 15px;
    width: 400px;
    height: 64px;
    padding: 15px;
    background: url(img/background-submenu.png);
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* page header */
#header {
    background: url(img/background-header.jpg) repeat-x #e8dfaa;
    border-bottom: 1px solid #a6a6a6;
}

.navbar-header {
    position: relative;
    min-height: 125px;
}

.navbar > .container .navbar-brand {
}

.navbar-brand {
    width: 179px;
    height: 180px;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background-image: url(img/NCA-web-logo-23.png);
    background-repeat: no-repeat;
    background-size: auto;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom-width: 0;
}

.header-wrapper {
    position: relative;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* main nav */
.navbar-default {
    background-color: transparent;
    border-width: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

    .navbar-default .secondary-nav {
        display: none;
    }

.navbar-collapse {
    margin-top: 59px;
}

.navbar-default .navbar-nav > li > a {
    display: block;
    /*min-height: 64px;*/
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 5px;
    /*background-repeat: no-repeat;
    background-image: url(img/nav-icon-members.png);
    background-position: center top;*/
    color: #4c5742;
    /*text-shadow: 2px 2px 1px rgba(150, 150, 150, 1);*/
    text-shadow: none;
    text-decoration: none;
}

.navbar-default .navbar-nav > li:hover > a {
    color: #fff;
    background-color: #20320e;
    background-position: center -100px;
    background-repeat: no-repeat;
    text-shadow: none;
}

/*.navbar-default .nav > li:nth-child(1) > a {
    background-image: url(img/nav01.png);
}

.navbar-default .nav > li:nth-child(2) > a {
    background-image: url(img/nav02.png);
}

.navbar-default .nav > li:nth-child(3) > a {
    background-image: url(img/nav03.png);
}

.navbar-default .nav > li:nth-child(4) > a {
    background-image: url(img/nav04.png);
}

.navbar-default .nav > li:nth-child(5) > a {
    background-image: url(img/nav05.png);
}*/

.subnav-panel {
    display: none;
    z-index: 1000;
    position: absolute;
    /*top: 85px;*/
    left: 0;
    /*padding: 15px;*/
    /*background: url(img/background-submenu.png);*/
    background-color: #1E300E;
    border: 15px solid transparent;
}

.navAdd {
    padding: 0;
    border: 15px solid transparent;
}

.navbar-default .navbar-nav > li:hover > .subnav-panel {
    display: block;
}

.navbar-default .navbar-nav > li:nth-child(1n+3) > .subnav-panel {
    right: 0;
    left: inherit;
}

.subnav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 225px;
}

    .subnav-menu li {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
    }

        .subnav-menu li a {
            font-size: 12px;
            color: white;
            text-transform: uppercase;
            padding: 8px 0;
            display: block;
            list-style: none;
            border-bottom: 1px dashed #4c5742;
            text-decoration: none;
        }

            .subnav-menu li a:hover,
            .subnav-menu li a:active {
                text-decoration: underline;
                display: block;
                transition: all 5s ease-in;
            }

                .subnav-menu li a:hover + .subsubnav-panel {
                    display: block;
                }


.subsubnav-panel {
    display: none;
    z-index: 900;
    position: absolute;
    padding: 0 1em;
    background-color: #223710;
    top: -0.75em;
    left: 225px;
}

    .subsubnav-panel:hover {
        display: block;
        /*transition: all 1s ease-in;*/
    }

ul.subsubnav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 225px;
}

    ul.subsubnav-menu:focus {
        display: block;
        transition-delay: 60s;
    }

.subsubnav-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .subsubnav-menu li a {
        font-size: 12px;
        color: white;
        text-transform: uppercase;
        padding: 8px 0;
        display: block;
        list-style: none;
        border-bottom: 1px dashed #4c5742;
        text-decoration: none;
    }

        .subsubnav-menu li a:hover,
        .subsubnav-menu li a:active {
            text-decoration: underline;
        }

.navbar-default .navbar-nav > li:hover > .subnav-panel > li:hover > .subsubnav-panel {
    display: block;
}

.navbar-default .navbar-nav > li:nth-child(1n+3) > .subnav-panel > .subsubnav-panel {
    right: 0;
    left: inherit;
}

/* +++++++++++++++++++++++++++++++++++++ */
/* BREADCRUMBS BAR */
.breadcrumb {
    padding-left: 160px;
    font-size: 10px;
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
}

    .breadcrumb a {
        color: #a0a0a0;
        padding-left: 5px;
        padding-right: 5px;
    }

.addthis_sharing_toolbox {
    text-align: right;
    margin-top: 12px;
}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* main content area */
#main {
    background-color: white;
    padding-bottom: 40px;
}

    #main.homepage {
        background-color: #fffff3;
        background-image: url(img/background-main-home.jpg);
        background-repeat: repeat-x;
        padding-bottom: 40px;
        padding-top: 40px;
    }

.content-main {
    font-size: 16px;
}

    .content-main .row {
        margin-bottom: 60px;
        overflow: hidden;
    }


.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-heading {
    padding: 16px 0 5px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

    .panel-heading h4 {
        margin-bottom: 0;
    }

.panel-default > .panel-heading {
    color: #333;
    background-color: transparent;
    border-color: #999;
}

.panel-body {
    padding: 10px 0 0;
}

    .panel-body.content {
        min-height: 130px;
    }



/* tabs (used with calendar view */
.nav-tabs {
    border-bottom: 1px solid #999;
}

    .nav-tabs > li > a {
        margin-right: 2px;
        line-height: 1.42857143;
        border-width: 0;
        border-radius: 4px 4px 0 0;
        color: #5c8727;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        font-weight: 700;
    }

    .nav-tabs > li:first-child > a {
        padding-left: 0;
    }

    .nav-tabs > li > a:hover {
        background-color: transparent;
        text-decoration: underline;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        background-color: transparent;
        border-width: 0;
        color: #333;
        text-decoration: none;
    }

/* calendar event date */
.calendar-event {
    margin-top: 30px;
    margin-bottom: 10px;
    overflow: hidden;
}

.location {
    margin: 0;
    font-style: italic;
    color: #666;
}

.event-date-wrapper {
    float: left;
    width: 20%;
}

.event-date-month {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #666;
}

.event-date-day {
    font-family: 'Montserrat', sans-serif;
    padding: 5px;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #333;
}

.event-content-wrapper {
    float: left;
    width: 74%;
    border-left: 1px dashed #989898;
    padding-left: 4%;
}





/* LANDING PAGE HERO AREA */
.hero-image {
    position: relative;
}

    .hero-image h1 {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 10px 20px;
        font-size: 42px;
        color: white;
        background: url(img/background-submenu.png);
        margin: 0;
    }

.hero .lead {
    padding: 40px 0 20px;
}




/* COLLAPSIBLE PANELS */
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    border: 1px solid #999;
}

.panel-group .panel-heading .accordion-toggle {
    background: url(img/icon-toggle-minus.png) no-repeat;
    padding: 8px 10px 0 60px;
    min-height: 35px;
    margin-left: 10px;
    display: block;
}

    .panel-group .panel-heading .accordion-toggle.collapsed {
        background: url(img/icon-toggle-plus.png) no-repeat;
    }

.panel-group .panel-heading {
    padding: 10px 0 5px;
}

    .panel-group .panel-heading h4 {
        margin: 0 0 5px;
    }

    .panel-group .panel-heading p {
        font-family: 'Domine', serif;
        font-size: 16px;
        text-transform: none;
        color: #333;
        padding: 0 10px 0 70px;
        margin-top: -4px;
    }

.panel-group .panel-body {
    padding: 10px 10px 10px 70px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px dashed #ddd;
}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* SIDEBAR CALLOUTS */
.well {
    min-height: 0;
    padding: 0;
    margin-bottom: 30px;
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    box-shadow: none;
}

    .well h4 {
        font-size: 14px;
        text-transform: uppercase;
        border-bottom: 1px solid #999999;
        padding-bottom: 7px;
        margin-bottom: 15px;
    }








/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* footer */
footer {
    padding: 50px 0 200px;
    color: #bfbca0;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background: url(img/background-footer.jpg) repeat-x;
}

    footer .primary,
    footer .secondary {
        padding: 0;
    }

    footer h5,
    footer .Normal {
        color: #bfbca0;
    }

    footer .social {
        text-align: right;
        margin-top: 10px;
    }

        footer .social h5 {
            display: inline;
        }

        footer .social a {
            display: inline-block;
            margin-left: 7px;
            border: 1px solid #000;
        }

            footer .social a:hover, footer .social a:active {
                background-color: #436625;
                border: 1px solid #fff;
            }

.subscribe-email {
    min-height: 27px;
    min-width: 200px;
    margin-right: 10px;
    padding: 9px 7px;
}










/* image callouts */
.img-portfolio {
    margin-bottom: 0;
}

.img-hover:hover {
    opacity: 0.8;
}







/* Home Page Carousel */

header.carousel {
    max-height: 411px;
    background: white;
}

    header.carousel .carousel-inner {
        margin: 0 auto;
        max-width: 972px;
    }

    header.carousel .item,
    header.carousel .item.active,
    header.carousel .carousel-inner {
        height: 100%;
    }

    header.carousel .fill {
        height: 100%;
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
    }

        header.carousel .fill a {
            display: block;
            width: 100%;
            height: 100%;
        }

/* controls */
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-control .icon-prev {
    width: 40px;
    height: 40px;
    margin-top: -15px;
    background: url(img/icon-previous.png) no-repeat;
    font-size: 0;
}

.carousel-control .icon-next {
    width: 40px;
    height: 40px;
    margin-top: -15px;
    background: url(img/icon-next.png) no-repeat;
    font-size: 0;
}







/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

    .price sup {
        top: -20px;
        left: 2px;
        font-size: 20px;
    }

.period {
    display: block;
    font-style: italic;
}


/* ===== NOAH CUSTOM ===== */

.FormArea,
.FormRow,
.FormLabelCol,
.FormHelpCol,
.FormControlCol,
.FormButtons {
    display: inline-block;
}

.FormArea {
    width: 100%;
    max-width: 975px;
}

.FormRow {
    clear: both;
    width: 100%;
    margin-top: .5vh;
}

.FormLabelCol {
    float: left;
    width: 94%;
}

.FormHelpCol {
    float: left;
    width: 6%;
    text-align: center;
}

.FormControlCol {
    float: left;
    width: 100%;
}

.FormButtons {
    clear: both;
    width: 100%;
    margin-top: 2vh;
}

.FormHelpImage {
    background-image: url(/images/helpI-icn-grey.png);
    background-repeat: no-repeat;
    border-style: none;
    width: 14px;
    height: 13px;
}

.FormButton,
.FormButton:visited {
    display: inline-block;
    padding: 10px;
    margin-bottom: 0;
    margin-right: 5px;
    line-height: 1.42857143;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: url(img/background-button-green.jpg) repeat-x #4b7229;
    border: 1px dashed #bdcbb1;
    border-radius: 0;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0 0 0 2px #617e48;
    text-shadow: -1px -1px #aa3030;
}

    .FormButton:hover,
    .FormButton:active {
        background: url(img/background-button-green-hover.jpg) repeat-x #436625;
        color: #fff;
        text-decoration: none;
    }

    .FormButton.disabled,
    .FormButton[disabled],
    .FormButton.disabled:hover,
    .FormButton[disabled]:hover {
        background-color: #829f6a;
        color: #fff;
    }

.FormButtonSecondary,
.FormButtonSecondary:visited {
    background-image: none;
    background-color: #dbdbdb;
    box-shadow: 0 0 0 2px #c3c3c3;
    border-color: #4b7229;
    color: #4b7229;
    text-shadow: none;
}

    .FormButtonSecondary:hover {
        background-image: none;
        background-color: #d0d0d0;
        border-color: #436625;
        color: #436625;
    }

    .FormButtonSecondary.disabled,
    .FormButtonSecondary[disabled],
    .FormButtonSecondary.disabled:hover,
    .FormButtonSecondary[disabled]:hover {
        background-color: #EEE;
        border-color: #999;
        color: #999;
    }

.FormHead {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
}

.FormLabel,
.FormError {
    font-weight: 400;
}

.FormError {
    color: #a94442 !important;
}

.FormControl {
    display: inline-block;
    width: 100%;
    padding: 6px 12px;
    font-size: 1em;
    line-height: 1.42857143;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .FormControl:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    .FormControl::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .FormControl:-ms-input-placeholder,
    .FormControl::-webkit-input-placeholder {
        color: #999;
    }

    .FormControl[disabled],
    .FormControl.disabled,
    .FormControl[readonly] {
        background-color: #EEE;
        opacity: 1;
    }

    .FormControl[disabled],
    .FormControl.disabled {
        cursor: not-allowed;
    }

select.FormControl {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(img/arrow.png) no-repeat;
    background-position: 98.5% 50%;
}

    select.FormControl::-ms-expand {
        display: none;
    }

.FormRow label {
    display: inline;
}

/* NOAH UsersAndSecurity */

#SignInUserInfo,
#SignInUserInfo p {
    font-size: 11px;
    line-height: 1.4;
    color: #555;
}

    #SignInUserInfo a.manage-account {
        font-weight: 400;
        margin: 15px 0;
        text-transform: none;
    }

#SignInUserInfoBox hr {
    margin-bottom: 15px;
}

.userHomePage h5.actionsHeading {
    font-size: 12px;
}

/* DNN / NOAH form message box */

.noahFormMessage,
.dnnFormMessage {
    background: #FFF;
    border: 2px solid #31708f;
    color: #31708f;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 1em;
    max-width: none;
}

    .noahFormMessage.noahFormError,
    .noahFormMessage.noahFormValidationSummary,
    .dnnFormMessage.dnnFormError,
    .dnnFormMessage.dnnFormValidationSummary {
        background: #FFF;
        border-color: #a94442;
        color: #a94442;
    }

    .noahFormMessage.noahFormWarning,
    .dnnFormMessage.dnnFormWarning {
        background-color: #FFF;
        border-color: #b5842f;
        color: #b5842f;
    }

    .noahFormMessage.noahFormSuccess,
    .dnnFormMessage.dnnFormSuccess {
        background-color: #FFF;
        border-color: #3c763d;
        color: inherit;
    }


/* ===== DNN CUSTOM ===== */

/* DNN admin tabs */

ul.dnnAdminTabNav {
    padding: 0;
    margin: 0;
}

    ul.dnnAdminTabNav li a {
        border-radius: 0;
        font-size: 1em;
        font-weight: 400;
        padding: 7px 9px;
    }

    ul.dnnAdminTabNav li.ui-tabs-active a {
        border-bottom: 0;
        padding: 9px;
    }

/* DNN panels */

h2.dnnFormSectionHead {
    margin-top: 5px;
    margin-bottom: 10px;
}

    h2.dnnFormSectionHead a {
        outline: none;
    }

/* DNN form popup */

.dnnFormPopup .dnnModalCtrl .ui-dialog-titlebar-close {
    padding: 0;
}

/* DNN dropdown list */

.dnnDropDownList .selected-item {
    padding: 6px !important;
}

    .dnnDropDownList .selected-item a,
    .dnnDropDownList .selected-item a:link,
    .dnnDropDownList .selected-item a:visited,
    .dnnDropDownList .selected-item a:hover,
    .dnnDropDownList .selected-item a:active {
        height: auto !important;
        padding: 3px 2px 2px !important;
        font-size: 12px !important;
    }

/* DNN digital assets management */

#dnnModuleDigitalAssetsMainToolbar {
    height: 40px;
}

#dnnModuleDigitalAssetsSelectionToolbar {
    min-height: 35px;
}

/* Small devices (tablets, 768px and up) */
@media screen and (min-width:768px) {
    .FormLabelCol {
        width: 34%;
    }

    .FormControlCol {
        width: 60%;
    }

    /* Governance Overrides */
    .noahgov-member-col .member-details {
        min-height: 130px;
    }

    .noahgov-member-col {
        width: 48.3051%;
    }
}









/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }

    #top-bar {
        font-size: 12px;
    }

        #top-bar a {
            display: inline-block;
            padding: 0 5px;
        }

    header.carousel {
        max-height: 400px;
    }

    .navbar-collapse {
        margin-top: 19px;
    }

    .navbar-default .navbar-nav > li > a {
        text-align: center;
        font-size: 12px;
        padding-left: 0;
        padding-right: 0;
        min-height: 100px;
        margin-left: 10px;
    }

    .nav > li:nth-child(1) > a {
        width: 80px;
    }

    .nav > li:nth-child(2) > a {
        width: 80px;
    }

    .nav > li:nth-child(3) > a {
        width: 80px;
    }

    .nav > li:nth-child(4) > a {
        width: 120px;
    }

    .nav > li:nth-child(5) > a {
        width: 100px;
    }
}



/* +++++++++++++++++++++++++ TABLET SIZE +++++++++++++++++++++++++++++++++++ */
@media(max-width:767px) {
    .navbar-brand {
        z-index: auto;
    }

    .img-portfolio {
        margin-bottom: 0;
    }

    header.carousel {
        max-height: 311px;
    }

    .floatleft {
        float: none;
        clear: both;
        margin: 0 auto 15px;
        display: block;
    }

    .floatright {
        float: none;
        clear: both;
        margin: 0 auto 15px;
        display: block;
    }

    #top-bar .primary {
        display: none;
    }

    /* SEARCH PANEL */
    #search-panel {
        display: none;
        z-index: 1100;
        position: absolute;
        top: 73px;
        right: 0;
        width: 100%;
        height: 64px;
        padding: 15px;
        background: url(img/background-submenu.png);
    }

    #header {
        background: url(img/background-header-mobile.jpg) repeat-x #1a2c09;
        border-bottom: 1px solid #d6d19c;
        border-top: 1px solid #a49f6f;
    }

    .navbar-header {
        min-height: 53px;
    }

    .navbar-brand {
        width: 111px;
        background-repeat: no-repeat;
        margin-top: 8px;
        margin-left: 17px;
        background-image: url(img/NCA_Logo_mobile_modified.png);
    }

    .navbar-collapse {
    }

    .navbar-default .navbar-nav > li > a {
        background-position: top right;
        text-align: left;
        padding: 14px 10px;
        min-height: 0;
        margin-left: 0;
        width: auto;
        background-image: none;
        font-size: 16px;
        color: white;
        text-shadow: none;
        border-bottom: 1px dashed #4c5742;
    }

        .navbar-default .navbar-nav > li > a:hover {
            background-position: top right;
        }

    .navbar-nav {
        margin: 0 -15px;
    }

    .navbar-default .secondary-nav {
        display: block;
    }

        .navbar-default .secondary-nav > li > a {
            text-transform: none;
            font-size: 14px;
            color: #c9c69d;
            background-image: none !important;
        }


    .subnav-panel {
        display: none;
        position: relative;
        top: auto;
        left: 0;
        width: auto;
        height: auto;
        padding: 0 20px;
        background: none;
    }

        .subnav-panel .row, .subnav-panel .row div {
            margin: 0;
        }

        .subnav-panel img {
            display: none;
        }

    .subnav-menu li a {
        border-bottom-width: 0;
        color: #c9c69d;
        padding: 0 0 15px;
    }

    .subsubnav-panel {
        position: relative;
        left: 0;
        background-color: transparent;
        padding: 0;
        top: 0;
    }



    .breadcrumb {
        display: none;
    }

    .search-desktop {
        display: none !important;
    }

    .search-mobile {
        display: block;
        width: 20px;
        height: 20px;
        background-image: url(img/search-icon-mobile.png);
        position: relative;
        float: right;
        margin-top: 22px;
        margin-right: 25px;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 24px;
        margin-right: 15px;
        margin-bottom: 0;
        background-color: transparent;
        background-image: url(img/mobile-menu.png);
        border-width: 0;
        border-radius: 0;
        width: 23px;
        height: 18px;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    /* footer */
    footer {
        padding: 50px 0 200px;
        text-align: center;
    }

        footer h5 {
            color: #bfbca0;
            font-size: 16px;
        }

        footer .social {
            text-align: center;
            margin-top: 10px;
        }

            footer .social h5 {
                display: block;
            }

            footer .social a {
                display: inline-block;
                margin-left: 7px;
                border: 1px solid #000;
            }

                footer .social a:hover, footer .social a:active {
                    background-color: #436625;
                    border: 1px solid #fff;
                }

    .subscribe-email {
        min-height: 27px;
        min-width: 150px;
        margin-right: 10px;
        padding: 9px 7px;
    }

    footer .secondary {
        margin: 40px 0;
    }

    .panel-body.content {
        min-height: 0;
    }
}

/* +++++++++++++++++++++++++ LARGE MOBILE SIZE +++++++++++++++++++++++++++++++++++ */
@media(max-width:479px) {
    header.carousel {
        max-height: 280px;
    }

    .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        background-size: 100%;
    }

    .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        background-size: 100%;
    }
}


/* +++++++++++++++++++++++++ LARGE MOBILE SIZE +++++++++++++++++++++++++++++++++++ */
@media(max-width:419px) {
    header.carousel {
        max-height: 220px;
    }

    .navbar-brand {
        z-index: auto;
    }
}


/* +++++++++++++++++++++++++ SMALL MOBILE SIZE +++++++++++++++++++++++++++++++++++ */
@media(max-width:359px) {
    header.carousel {
        max-height: 180px;
    }
}


.commEntryBottom {
    width: 90% !important;
}

.commEntryInfo input {
    margin-right: 1.5em;
}

[id*=wcbForm] input:not(.FormButton) {
    box-shadow: none !important;
}

.radio {
    margin: 0 !important;
    margin-bottom: 1em !important;
}

iframe[id*=EditAddresses],
iframe[id*=EditComms] {
    max-height: 600px !important;
    height: 500px !important;
}

.cc-banner .cc-message {
    color: #fff !important;
}

.cc-color-override-1467230727 .cc-link, .cc-color-override-1467230727 .cc-link:active, .cc-color-override-1467230727 .cc-link:visited {
    color: #fff !important;
}

@media screen and (min-width : 0em) and (max-width : 52em) {
    label#lblDirectoryLink {
        width: 75%;
        position: relative;
        display: inline-block;
        padding: 0;
        Margin: 0;
        top: 5px;
    }
}
