/* ----------------- GLOBALS ----------------- */
    @import url('NOAH/ComboBox.NOAH.css');
    @import url('NOAH/Input.NOAH.css');
    @import url('NOAH/ToolTip.NOAH.css');
    @import url('NOAH/DropDownList.NOAH.css');
    @import url('NOAH/Grid.NOAH.css');
/* --------------- END GLOBALS --------------- */

/* ----------------- COLORS ----------------- */
/*
	red (links): #c30020 / #E81437
	menu red: #af6ea8
	blue: #002d62 / #0E478A
	brown (body): #5f5b50
	gray (headings): #161616
*/

/* ----------------- GLOBALS ----------------- */

html,
body {
    font-family: Arial, 'Open Sans', sans-serif;
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100%;
    background-color: #fff !important;
    font-style: normal;
    font-weight: normal;
}

body {
    color: #5f5b50;
}

.Skin {
    display: inline-block;
    position: relative;
    padding: 0;
}

.no-padding {
    padding: 0 !important;
}

h1,
h3,
h4,
h5,
h6 {
    font-family: Arial, 'Open Sans', sans-serif;
    color: #161616;
}

h2 {
    font-family: Arial, 'Open Sans', sans-serif;
    color: #7e276c;
}


a,
a:visited {
    color: #af6ea8;
    text-decoration: none;
}

    a:hover,
    a:active,
    a:focus {
        color: #af6ea8;
        text-decoration: none;
    }



label {
    font-weight: 400;
    display: inline;
}

.Normal {
    color: inherit;
}

.Normal,
.NormalDisabled,
.NormalDeleted {
    font-family: inherit;
    font-size: inherit;
}

input[disabled],
input.disabled,
textarea[disabled],
textarea.disabled,
button[disabled],
button.disabled,
select[disabled],
select.disabled {
    cursor: not-allowed !important;
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: 5px;
}

ul {
    list-style: disc;
}



td {
    text-align: left;
}

.NormalLink, a.NormalLink:link {
    font-family: Verdana;
    font-size: 12px;
}

a.SmallType3:link {
    text-decoration: underline;
}

.subsection_header {
    background-color: #847453;
    font-family: Verdana;
    font-size: 13px;
    color: #ffffff;
    font-weight: bold;
}

.FieldTag, .DirectoryHead {
    color: #161616;
    font-size: 18px;
}


/* ----------------- SITE HEADER ----------------- */

#siteHeader {
    padding: 0;
}

    #siteHeader .logo img {
        max-width: 100%;
        margin-top: 30px;
        max-height: 175px;
    }

#siteHeaderLogo {
    min-height: 209px;
    background: url(images/Header_cr.png) no-repeat top right;
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 85;
}

img#dnn_dnnLogo_imgLogo {
    max-height: 175px;
    margin-top: 30px;
    padding-left: 100px;
}

#siteHeader .tagline {
    color: #af6ea8;
    font-family: Arial, 'Open Sans', sans-serif;
    font-size: 1.8em;
}

    #siteHeader .tagline a {
        text-decoration: none;
    }

        #siteHeader .tagline a:hover,
        #siteHeader .tagline a:focus {
            /*color: #af6ea8;*/
        }

        #siteHeader .tagline a > small {
            display: none;
        }

#siteHeader .global {
    margin-top: 10px;
    text-align: center;
}

#siteHeader .nav-global {
    display: inline-block;
    float: none;
    vertical-align: top;
}

    #siteHeader .nav-global li {
        margin-left: 5px;
        margin-right: 5px;
    }

        #siteHeader .nav-global li a {
            background-color: #405add;
            border: 0;
            color: #fff;
            padding: 8px 15px;
        }

            #siteHeader .nav-global li a:hover,
            #siteHeader .nav-global li a:focus {
                background-color: #0E478A;
            }

        #siteHeader .nav-global li > div {
            float: left;
            margin-top: 8px;
        }

            #siteHeader .nav-global li > div > a {
                padding: 8px 15px;
                -webkit-border-radius: 4px;
                border-radius: 4px;
            }

.headerIcons {
    margin: 0;
    padding-top: 0;
}
/* ----------------- NAVBAR ----------------- */

.navbar-custom {
    background-color: #843575;
    border-color: transparent;
    border-radius: 0;
    top: -.35em;
}

    .navbar-custom .navbar-header {
        text-align: center;
    }

    /* navbar toggle */
    .navbar-custom .navbar-toggle {
        border-width: 2px;
        color: #fff;
        font-size: 1.1em;
        float: none;
    }

        .navbar-custom .navbar-toggle .fa {
            margin-right: 10px;
        }

        .navbar-custom .navbar-toggle:focus,
        .navbar-custom .navbar-toggle:hover {
            background-color: transparent;
        }

/* main navbar */
#siteNavbar {
    border: 0;
}

    #siteNavbar .navbar-nav {
        background-color: #fff;
        margin-top: 0;
        margin-bottom: 0;
    }

        #siteNavbar .navbar-nav li a {
            border-top: 1px solid #D5D5D5;
            font-family: Arial, 'Open Sans', sans-serif;
            font-size: 1.2em;
            color: #000;
        }

            #siteNavbar .navbar-nav li a:hover {
                color: #cf1fba;
            }

            #siteNavbar .navbar-nav li a .fa {
                margin-top: 2px;
            }

        #siteNavbar .navbar-nav li.disabled {
            pointer-events: auto;
        }

            #siteNavbar .navbar-nav li.disabled > a {
                cursor: default;
            }

        #siteNavbar .navbar-nav li ul {
            display: none;
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            #siteNavbar .navbar-nav li ul li a {
                font-size: 1.1em;
                display: block;
                padding: 10px 0 10px 35px;
                text-decoration: none;
                white-space: nowrap;
            }


/* ----------------- SITE FOOTER ----------------- */

#siteFooter {
    background-color: #843575;
    background-size: 100%;
    color: #fff;
    padding: 10px 0 15px;
    margin-top: 20px;
    text-align: center;
}

    #siteFooter p,
    #siteFooter h4 {
        color: #fff;
    }

    #siteFooter a {
        color: #ffffff;
        text-decoration: none;
        padding-right: 25px;
    }

        #siteFooter a:hover,
        #siteFooter a:focus {
            /*color: #E81437;*/
        }

        #siteFooter a.privacyLink {
            color: #fff !important;
            text-decoration: none;
            padding-right: 25px;
        }

            #siteFooter a.privacyLink:hover,
            #siteFooter a.privacyLink:focus {
                /*color: #E81437 !important;*/
            }


/* Google Translate */
.goog-te-menu-value {
    color: #000 !important;
    padding-right: 0 !important;
}

#google_translate_element {
    float: right;
    width: 100px;
}
/* site search */
.search_section {
    display: block;
    width: 100%;
}

/* ----------------- 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,
a.FormButton, a.FormButton:visited {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    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-image: none;
    border: 1px solid #405add;
    border-radius: 10px;
    color: #fff;
    background-color: #405add;
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}

#footerButtons {
    align-content: center;
    text-align: center;
}

    #footerButtons .FormButton {
        margin-top: 15px;
        margin-right: 20px;
        width: 150px;
        text-transform: uppercase;
        font-size: 1.3em;
        font-weight: 300;
        text-align: center;
        padding-top: 6px;
        padding-left: 6px;
    }

.FormButton:hover,
.FormButton:active,
a.FormButton:hover,
a.FormButton:active {
    border-color: #0E478A;
    background-color: #0c249e;
    box-shadow: 2px 2px 5px #666;
    color: #fff;
}

.FormButtonSecondary,
a.FormButtonSecondary {
    background-color: #dfdfdf;
    border-color: #d7d7d7;
    color: #5f5b50;
}

    .FormButtonSecondary:hover,
    .FormButtonSecondary:active,
    a.FormButtonSecondary:hover,
    a.FormButtonSecondary:active {
        background-color: #dfdfdf;
        border-color: #dfdfdf;
        box-shadow: 2px 2px 5px #999;
        color: #6c6961;
    }

    .FormButton.disabled,
    .FormButton[disabled],
    .FormButton.disabled:hover,
    .FormButton[disabled]:hover,
    .FormButtonSecondary.disabled,
    .FormButtonSecondary[disabled],
    .FormButtonSecondary.disabled:hover,
    .FormButtonSecondary[disabled]:hover {
        border-color: #E5E5E5;
        background-color: #efefef;
        box-shadow: none;
        color: #aaa;
        cursor: not-allowed;
    }

.FormHead {
    font-family: Arial, 'Open Sans', sans-serif;
    color: #161616;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.1;
    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: 0;
    -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(images/arrow.png) no-repeat;
    background-position: 98.5% 50%;
}

.FormRow label {
    display: inline;
}

/* DNN / NOAH form message box */
.noahFormMessage,
.dnnFormMessage {
    color: #31708f;
    background: #d9edf7;
    border: 1px solid #bce8f1;
    border-radius: 4px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
    max-width: none;
}

    .noahFormMessage.noahFormError,
    .noahFormMessage.noahFormValidationSummary,
    .dnnFormMessage.dnnFormError,
    .dnnFormMessage.dnnFormValidationSummary {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

    .noahFormMessage.noahFormWarning,
    .dnnFormMessage.dnnFormWarning {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

    .noahFormMessage.noahFormSuccess,
    .dnnFormMessage.dnnFormSuccess {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }


/* ===== DNN CUSTOM ===== */

/* DNN admin tabs */

ul.dnnAdminTabNav {
    padding: 0;
    margin: 0;
}

    ul.dnnAdminTabNav li a {
        -moz-border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 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;
}

/* NOAH Users and Security */

#SignInUserInfoBox {
    opacity: 1 !important;
}

    #SignInUserInfoBox hr {
        margin: 10px auto;
    }

#siteHeader .nav-global li #SignInUserInfo a.manage-account {
    background-color: transparent;
    color: #c30020;
    padding: 0;
}

    #siteHeader .nav-global li #SignInUserInfo a.manage-account:hover,
    #siteHeader .nav-global li #SignInUserInfo a.manage-account:focus {
        color: #E81437;
    }

#siteHeader .nav-global li #SignInUserInfoSignOut a.user-sign-out {
    margin: 5px auto;
    display: block;
}

.hide_tablet {
    display: none;
}

.hide_mobile {
    display: none;
}

.show_mobile {
    display: inline-block;
}

.show_tablet {
    display: inline-block;
}

.search_wrapper {
    float: right;
    display: block;
    border-radius: 15px;
    border: 1px solid #c4c4c4;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 10px;
    background-image: url(images/search_glass.png);
    background-repeat: no-repeat;
    background-position: right center;
    height: 30px;
    width: 200px;
    background-color: #ffffff;
}

    .search_wrapper .NormalTextBox {
        float: left;
        display: block;
        font-size: 0.9em;
        line-height: 1em;
        color: #000;
        outline: none;
        border: none;
        background-color: #ffffff;
        border-radius: 15px;
        padding: 0;
        margin: 4px 0;
        width: 145px;
    }

        .search_wrapper .NormalTextBox:focus {
            border: none;
            background-color: #ffffff;
        }

    .search_wrapper a.dnnSearchBoxClearText {
        margin-top: 1px !important;
    }

a.site_search {
    float: right;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.nav-global {
    float: right;
    padding-right: 8px;
}

#siteHeader .nav-global li > div > a {
    padding: 8px 15px;
}

[id*=NOAHSignInUser],
[id*=noahCart] {
    font-weight: 600;
}

    [id*=NOAHSignInUser] .FormButton:hover,
    [id*=NOAHSignInUser] .FormButton:active,
    [id*=noahCart] .FormButton:hover,
    [id*=noahCart] .FormButton:active {
        box-shadow: none;
    }

    [id*=NOAHSignInUser] .FormButton,
    [id*=noahCart] .FormButton {
        padding: 5px 15px !important;
    }

div#ui-datepicker-div {
    background-color: #fff;
    border: 1px solid #000;
    padding: .5em;
}

.ui-datepicker-calendar span {
    padding: .2em;
}



/* ----------------- MEDIA QUERIES ----------------- */
@media (max-width: 768px) {
    #siteHeader .global {
        position: relative;
        top: 140px;
    }

    img#dnn_dnnLogo_imgLogo {
        padding-left: 15px;
        max-width: 100%;
    }

    .nav-global {
        margin-bottom: -.25em;
        position: relative;
    }

    a#dnn_SignInUser1_hlSignIn,
    a#dnn_ShoppingCart1_lbShoppingCart {
        background-color: #405add;
        color: #fff;
        padding: 8px 15px;
        border: none;
        border-radius: 4px;
        font-weight: 400;
    }

    a:hover#dnn_SignInUser1_hlSignIn,
    a:hover#dnn_ShoppingCart1_lbShoppingCart {
        background-color: #0E478A;
    }

    div#dnn_FooterTopb {
        padding: 0;
    }

    #google_translate_element {
        float: unset;
        width: 100%;
        margin-bottom: 1em;
    }

    iframe {
        max-width: 100%;
        overflow: hidden;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .hide_tablet {
        display: inline;
    }

    .hide_mobile {
        display: inline;
    }

    .show_mobile {
        display: none;
    }

    .show_tablet {
        display: none;
    }

    #siteHeader {
        min-height: 150px;
    }

        #siteHeader .logo img {
            padding-left: 100px;
        }


    /* site search */
    .search_section {
        display: block;
        float: right;
        width: auto;
    }

    /* site header */
    #siteHeader .tagline {
        font-size: 1.5em;
    }

        #siteHeader .tagline a > small {
            display: inline-block;
            color: #0d2855;
            font-family: Arial, 'Open Sans', sans-serif;
            font-size: 0.6em;
            font-weight: bold;
            font-style: italic;
        }

    #siteHeader .global {
        margin-top: 0;
        text-align: right;
    }


    #siteHeader .nav-global li {
        margin-left: 0;
        margin-right: 0;
    }

        #siteHeader .nav-global li a {
            background-color: #405add;
            margin-right: 10px;
            border-radius: 10px;
            color: #ffffff;
            font-size: 0.9em;
            padding: 8px 15px;
        }

        #siteHeader .nav-global li:last-child a {
            border-right: 0;
        }

        #siteHeader .nav-global li a:hover,
        #siteHeader .nav-global li a:focus {
            background-color: #0c249e;
        }

        #siteHeader .nav-global li > div {
        }

            #siteHeader .nav-global li > div > a {
                -webkit-border-radius: 10px;
                border-radius: 10px;
            }

    #siteHeader .social {
        margin-top: 45px;
        text-align: right;
    }

        #siteHeader .social .nav-global li {
            margin-right: 5px;
        }

            #siteHeader .social .nav-global li:last-child {
                margin-right: 0;
            }

            #siteHeader .social .nav-global li a {
                background-color: #dfdfdf;
                border-radius: 4px;
                border: 1px solid #DBDBDB;
                box-shadow: 2px 2px 5px #e7e7e7;
                color: #002D62;
                font-size: 1.2em;
                padding: 2px 8px;
                -webkit-transition: all 150ms ease-in;
                -moz-transition: all 150ms ease-in;
                -o-transition: all 150ms ease-in;
                transition: all 150ms ease-in;
            }

                #siteHeader .social .nav-global li a:hover,
                #siteHeader .social .nav-global li a:focus {
                    box-shadow: 2px 2px 5px #ccc;
                    color: #0E478A;
                    -moz-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                    -o-transform: scale(1.1);
                    -webkit-transform: scale(1.1);
                    transform: scale(1.1);
                }
    /* site navigation */
    .navbar-custom {
        margin-bottom: 10px;
    }

    #siteNavbar {
        text-align: center;
    }

        #siteNavbar .navbar-nav {
            background-color: transparent;
            display: inline-block;
            float: none;
            vertical-align: top;
        }

            #siteNavbar .navbar-nav li {
                position: relative;
            }

                #siteNavbar .navbar-nav li a {
                    border-top: 0;
                    color: #fff;
                    font-size: 1.1em;
                    padding: 15px 10px;
                }

                #siteNavbar .navbar-nav li.active > a {
                    background-color: transparent;
                }

            #siteNavbar .navbar-nav > li > a:hover,
            #siteNavbar .navbar-nav > li > a:focus {
                background: #fff;
                color: #cf1fba;
                /*background: -moz-linear-gradient(top, #cf1fba 0, #842276 100%);
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#cf1fba), color-stop(100%,#842276));
                    background: -webkit-linear-gradient(top, #cf1fba 0,#842276 100%);
                    background: -o-linear-gradient(top, #cf1fba 0,#842276 100%);
                    background: linear-gradient(to bottom, #cf1fba 0,#842276 100%);*/
            }

            #siteNavbar .navbar-nav li ul {
                background-color: #fff;
                min-width: 125%;
                margin: 0;
                padding: 0;
                position: absolute;
                left: 0;
                top: 100%;
                z-index: 5;
                -webkit-box-shadow: 2px 2px 6px #7B7A76;
                box-shadow: 2px 2px 6px #7B7A76;
            }

            #siteNavbar .navbar-nav li:hover > ul {
                display: block;
            }

            #siteNavbar .navbar-nav li ul li a,
            #siteNavbar .navbar-nav li.active ul li a {
                color: #888888;
                background: #fff;
                font-size: 1em;
                text-align: left;
                padding: 5px 10px;
            }

                #siteNavbar .navbar-nav li ul li a:hover,
                #siteNavbar .navbar-nav li.active ul li a:hover {
                    background: #843575;
                    color: #fff;
                }

            #siteNavbar .navbar-nav ul li a:hover {
                background: #843575;
                color: #fff;
            }

            #siteNavbar .navbar-nav ul > li.active > a {
                background: #fff;
                color: #cf1fba;
            }

                #siteNavbar .navbar-nav ul > li.active > a:hover {
                    background: #843575;
                    color: #fff;
                }

            #siteNavbar .navbar-nav li:nth-child(n+6) ul {
                left: inherit;
                right: 0;
            }

            #siteNavbar .navbar-nav li ul li ul {
                left: 100%;
                top: 0;
            }

            #siteNavbar .navbar-nav li:nth-child(n+6) ul li ul {
                right: 100%;
                left: inherit;
            }

    /* breadcrumbs */
    .breadcrumbs {
        font-size: 0.9em;
    }

        .breadcrumbs .fa {
            margin: 0 5px;
        }

    /* site footer */
    #siteFooter {
        font-size: 0.9em;
        padding-top: 75px;
        text-align: left;
    }

        #siteFooter .col-sm-8 {
            text-align: right;
        }
    /* NOAH custom */
    .FormLabelCol {
        width: 34%;
    }

    .FormControlCol {
        width: 60%;
    }

    /* NOAH Users and Security */

    #siteHeader .nav-global li #SignInUserInfo a.manage-account {
        border-right: 0;
    }

        #siteHeader .nav-global li #SignInUserInfo a.manage-account:hover,
        #siteHeader .nav-global li #SignInUserInfo a.manage-account:focus {
            color: #E81437;
        }

    #siteHeader .nav-global li #SignInUserInfoSignOut a.user-sign-out {
        padding: 0;
        display: block;
        border-right: 0;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

    /* site header */
    #siteHeader {
    }

        #siteHeader .tagline {
            font-size: 1.8em;
        }

        #siteHeader .nav-global li a {
            border-right-width: 0;
            font-size: 1em;
            font-weight: 600;
            padding: 8px 15px;
        }

        #siteHeader .social .nav-global li {
            margin-right: 10px;
        }

        #siteHeader .nav-global li > div {
            margin-top: 8px;
        }

            #siteHeader .nav-global li > div > a {
                padding: 8px 15px;
            }

        #siteHeader .social .nav-global li a {
            font-size: 1.5em;
            padding: 2px 10px;
        }

    /* site navigation */
    #siteNavbar .navbar-nav li a {
        font-size: 1.7em;
        padding: 15px;
    }

    /* site footer */
    #siteFooter {
        font-size: 1em;
        padding-top: 10px;
    }

    .headerIcons {
        padding-right: 250px;
        padding-top: 50px;
        position: relative;
        display: inline-block;
    }
}

    /* Large devices (large desktops, 1200px and up) */
    @media (min-width: 1200px) {

        /* site header */
        #siteHeader .tagline {
            font-size: 2em;
        }

        /* site navigation */
        #siteNavbar .navbar-nav li a {
            padding: 15px 25px;
        }

        /* site footer */
        #siteFooter {
            padding-top: 10px;
        }
    }

    /* X-Large devices (extra large desktops, 1600px and up) */
    @media (min-width: 1600px) {

        /* site footer */
        #siteFooter {
            padding-top: 10px;
        }
    }


/*=============== NOAH.CSS COPY - NOT EVERYTHING ===============*/
.FormHelpCol {
    float: left;
    min-width: 6%;
    text-align: center;
}

    .FormHelpCol img {
        width: 14px !important;
    }

.FormControlCol {
    float: left;
    /*width: 60%;*/
    padding-left: 1em;
    min-width: 60%;
    padding-left: 0;
    padding-right: 0;
}


/* SPECIAL HANDLING FOR SIGNIN PANEL */
[id*="pnlSignIn"] .FormControlCol {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    min-width: 250px;
}

.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.disabled,
.FormButton[disabled],
.FormButton.disabled:hover,
.FormButton[disabled]:hover {
    border-color: #D06F1A;
    background-color: #D06F1A;
    box-shadow: none;
    color: #fff;
    cursor: not-allowed;
    opacity: .5;
}

.FormButtonSecondary.disabled,
.FormButtonSecondary[disabled],
.FormButtonSecondary.disabled:hover,
.FormButtonSecondary[disabled]:hover {
    background-color: #fff;
    color: #49A842;
    border: none;
    border-bottom: 4px solid #49A842;
    border-radius: 0px;
    box-shadow: none;
    padding: .75em;
}

.FormHead {
    font-weight: 300;
    font-size: 24px;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}

.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: 0;
    -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;
    caret-color: auto; /* This can be changed to the main color of the website */
}

    .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(/images/arrow.png) no-repeat;
    background-position: 98.5% 50%;
    border: 1px solid #CCC;
}

/* DNN / NOAH form message box */
.noahFormMessage,
.dnnFormMessage {
    color: #31708f;
    background: #d9edf7;
    border: 1px solid #bce8f1;
    border-radius: 4px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
    max-width: none;
}

    .noahFormMessage.noahFormError,
    .noahFormMessage.noahFormValidationSummary,
    .dnnFormMessage.dnnFormError,
    .dnnFormMessage.dnnFormValidationSummary {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

    .noahFormMessage.noahFormWarning,
    .dnnFormMessage.dnnFormWarning {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

    .noahFormMessage.noahFormSuccess,
    .dnnFormMessage.dnnFormSuccess {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }





/* SQL FORMATTING OF STANDARD PREPARED DATA */
.Section {
    display: block;
    padding: .5em;
    margin-bottom: 1em;
    /*
        border: 1px solid #555;
        width: 100%;
    */
}

.Section-Label {
    width: 100%;
    display: block;
    font-weight: bold;
    background-color: #555;
    color: #FFF;
    padding: 0.5em;
}

.Sub-Section {
    width: 100%;
    display: block;
}

.Sub-Section-Label {
    padding: 0.5em;
    width: 100%;
}

.Sub-Section-Row {
    width: 100%;
    display: inline-flex;
}

.Sub-Section-Row-Label {
    width: 40%;
    display: inline-block;
    float: left;
    background-color: #EEE;
    padding: 0.5em;
    text-align: right;
    border-bottom: 1px solid #DDD;
    font-weight: bold;
}

.Sub-Section-Row-Label {
    padding: 0.5em;
}

.Sub-Section-Row-Column-Header, .Sub-Section-Row-Column-Data {
    width: 15%;
    display: inline-block;
    float: left;
    text-align: center;
    padding: 0.5em;
}

.Sub-Section-Row-Column-Data {
}

.Sub-Section-Row-Column-Header {
    font-style: italic;
    font-weight: bold;
    font-size: .75em;
    background-color: #EEE;
}

.Col1 {
    width: 100%;
    text-align: left;
    padding-left: 1em;
}

.Col2 {
    width: 50%;
}

.Col3 {
    width: 33%;
}

.Col4 {
    width: 25%;
}

.Col5 {
    width: 20%;
}

.Image-Page-Heading {
    margin: 0 !important;
    padding: 0 !important;
}

.Left-Nav-Background-Color {
    border: 1px solid rgba(255, 188, 0, .25);
    background-color: rgba(255, 188, 0, .25);
    border-right: 1px solid rgb(131, 97, 0)
}

[id*=lbQuickActivation] {
    margin-top: 1em !important;
    position: relative;
    display: inline-block;
}

[id*=lblConsent] {
    margin-top: 1em;
}