﻿/* COMMON STYLES */

html,
body {
    font-family: 'Lato', sans-serif;
}

body {
    font: 'Lato', sans-serif;
    background: #F4F8F5;
    color: #434444;
}

.Normal {
    font: 'Lato', sans-serif;
    color: #434444;
}

a {
    color: #668CC8;
}

a:visited {
    color: #811167;
}

a:hover, a:focus {
    color: #34495e;
    text-decoration: none;
}

img, object, embed {
    max-width: 100%;
}

img {
    height: auto;
}

ul {
    list-style: disc;
}

.clear {
    clear: both;
}

.cl {
    clear: left;
}

hr {
    display: block;
    clear: both;
    border-top: 1px solid #DCDCD7;
    margin: 10px 0 15px;
    padding: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.hero-text > p {
    line-height: 1.7em !important;
}

.hero-text > h3 {
    color: black !important;
    font-weight: bold !important;
    margin-bottom: 0em !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
}

h1 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
    color: #E52823;
    margin: 0;
    padding: 0 0 10px;
}

h2 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    color: #565462;
    margin: 0;
    padding: 0 0 10px;
}

h3, h4 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    margin: 0;
    padding: 0 0 10px;
}

h3 {
    color: #34495e;
}

h4 {
    color: #E52823;
}

h5 {
    font-size: 16px;
    margin: 0;
    padding: 0 0 10px;
}

h6 {
    font-size: 16px;
    margin: 0;
    padding: 0 0 15px;
}

p {
    margin: 0;
    padding: 0 0 20px;
    color: #434444;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

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;
}

.NO-MARGIN {
    margin: 0;
}
.NO-PADDING {
    padding: 0;
}

/* HEADER */

#header {
    background: #fff;
    box-shadow: 0px 0px .5em #777;
    z-index: 200;
    position: relative;
}

#top {
    background: #668CC8;
    /*box-shadow: 0 4px 4px -2px rgba(43, 92, 128, 0.65);*/
}

#top a {
    font-size: 14px;
    color: #fff;
}

#top a:hover {
    color: #fff;
}

#top .social {
    float: right;
    padding: 0 0 0 20px;
}

#top .social i {
    font-size: 20px;
    line-height: 37px;
    margin: 0 0 0 15px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#top .social i:hover {
    opacity: 0.5;
}

#nav_top {
    float: right;
    width: auto;
    height: auto;
    z-index: 13;
}

#nav_top .mgmenu > li {
    padding: 0 0 0 25px;
}

#nav_top .mgmenu_button {
    line-height: 35px;
}

#nav_top .mgmenu > li a, #nav_top .mgmenu > li span {
    font-weight: 500;
    line-height: 33px;
    border-bottom: 2px solid transparent;
}

#nav_top .mgmenu > li span {
    font-size: 1.1em;
    color: #fff;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
    transition: color .3s;
}

#nav_top .mgmenu > li a:hover, #nav_top .mgmenu > li span:hover {
    color: #fff;
    border-bottom-color: #fff;
}

#nav_top li i {
    vertical-align: -1px;
    font-size: 16px;
    margin: 0 0 0 8px;
}

#nav_top .mgmenu li .dropdown_container {
    background: #668cc8;
    padding-top: 0;
}

#nav_top li li a {
    padding: 5px 0;
}

#header .primary {
    padding-top: 25px;
    padding-bottom: 20px;
}

#header .logo {
    display: block;
    width: 258px;
    height: 55px;
}

#sign_up {
    float: right;
    font-weight: 300;
    padding: 5px 0 0;
}

#sign_up ul {
    float: left;
    list-style: none;
    margin-right: 2em;
    font-size: 26px;

    font-weight: 300;

    border: 1px solid transparent; /*#668CC8;*/
}

#sign_up li {
    float: left;
    margin: 0;
    padding: 0;
    line-height: 43px;

    padding-left: 1em;
    padding-right: 1em;
}

#sign_up .divider {
    border-left: 1px solid #668CC8;
    height: 1.25em;
    padding: 0;
    margin-top: .2em;
}

#sign_up a {
    display: block;
    color: #E52823;
}

#sign_up a:hover {
    color: #668CC8;
}

#search_box {
    float: right;
    margin: 4px 0 0;
}

#search_box .search-form {
    background: #DCDCD7;
    padding: 0;
    height: 35px;
    border-bottom: 1px solid #DCDCD7;
    box-shadow: inset 1px 1px 7px rgba(0,0,0,0.1);

    border-radius: .5em;
}

#search_box input {
    float: left;
    border: 0;
    height: 34px;
    margin: 0;
    padding: 0;
    max-width: 175px;
}

#search_box input:hover,
#search_box input:focus {
    outline: none;
}

#search_box input[type="text"]::placeholder {
    color: #fff !important;
    font-family: 'lato' !important;
}

#search_box input[type="text"] {
    color: #434444;
    background: transparent;
    font-size: 1.5em;
}

#search_box .dnn-search {
    /*background: url(img/breadcrumb-arrow.png) center center no-repeat;*/
    width: 34px;
    height: 34px;
    margin-top: .25em;
    float: right;
    font-size: 1.5em;

}


#search_box input[type='text']::-ms-input-placeholder
{
    color: #fff !important;
}

#search_box .dnn-search:after
{
    content: "\f0da";
    /*opacity: .25;*/
    color: #fff;

    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;

    font-size: 1.5em;
}

#search_box .search-form::before {
    content: "\f002";
    float: left;
    font-size: 1.5em;
    margin-top: .25em;
    padding-left: .5em;
    padding-right: .5em;
    /*opacity: .25;*/
    color: #fff;

    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;

    font-size: 1.5em;
}


#search_box .searchInputContainer a.dnnSearchBoxClearText {
    display: none !important;
}

ul.searchSkinObjectPreview {
    display: none;
}

::-webkit-input-placeholder {
    color: #cfe8ff;
}

:-moz-placeholder {
    color: #cfe8ff;
}

::-moz-placeholder {
    color: #cfe8ff;
}

:-ms-input-placeholder {
    color: #cfe8ff;
}

/* MAIN NAVIGATION */

#nav_main {
    clear: both;
    font-size: 17px;
    padding: 0 0 10px;
}

#nav_main .mgmenu li .dropdown_container,
#nav_main .mgmenu li .dropdown_fullwidth {
    padding-top: 20px;
    padding-bottom: 1px;
    top: 45px;
    border-bottom: 5px solid #4093d0;
}

#nav_main .mgmenu > li > a,
#nav_main .mgmenu > li > span {
    padding: 5px 20px;
}

#nav_main .mgmenu > li > a:hover,
#nav_main .mgmenu > li > span:hover {
    color: #668CC8;
}

#nav_main .btn_item {
    float: right;
    padding-right: 0;
}

#nav_main .btn_item_menu {
    display: inline-block;
    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 #668CC8;*/
    border-radius: 3px;
    color: #fff;
    background-color: #668CC8;
    font-weight: 500;

    float: right;

    margin-left: 1em;
}

#nav_main .btn_item_menu > .btn {
    color: #fff !important;
}

#nav_main .mgmenu > li > .btn {
    color: #fff !important;
    background-color: #668CC8;
    /*border: 1px solid rgba(255, 255, 255, 0.3);*/
    border-radius: 4px;
    padding: 4px 15px;
}

#nav_main .mgmenu > li > .btn a {

}

#nav_main .mgmenu > li ul {
    margin: 0 0 25px;
}

#nav_main .mgmenu li li a {
    font-size: 14px;
    padding: 2px 0;
}

#nav_main h5 {
    font-weight: 500;
}

#nav_main .col_3 > h5,
#nav_main .col_4 > h5 {
    font-weight: bold !important;
}

#nav_main h5 a,
#nav_main h5 a:visited {
    color: #434444;
}

#nav_main h5 a:hover,
#nav_main h5 a:focus,
#nav_main h5 a:active {
    color: #668CC8;
}

.menu-right {
    right: 0;
}

/* STAGE */

#stage {
    background: #E52823 url(img/pattern-red.png);
}

#stage .wrap {
    background: #fff;
}

#stage .img_block {
    float: left;
}

#stage .img_block img {
    display: block;
}

#stage .txt_block {
    float: right;
    width: 460px;
    padding: 50px 25px 0;
}

#stage .txt_block .controls {
    text-align: center;
    padding: 40px 0 0;
}

/* MAIN STYLES */

#main {
    padding-top: 25px;
    padding-bottom: 25px;
}

#main.interior {
    background: #fff;
    padding: 40px 10px;
}

#main.sign_wrap {
    padding-top: 100px;
    padding-bottom: 150px;
}

.btn_cta,
.btn_cta:link,
.btn_cta:visited {
    display: inline-block;
    padding: 8px 40px 10px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    background: #E52823;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn_cta:hover,
.btn_cta:focus {
    background: #F5875F;
}

.learn_more i {
    margin: 0 0 0 5px;
    font-size: 22px;
    vertical-align: -2px;
}

.article_links a {
    display: block;
    color: #34495e;
}

.article_links a:hover {
    color: #77c159;
}

#banner_img {
    margin: 30px 0 15px;
    box-shadow: 0 3px 15px rgba(136, 136, 136, 0.26);
}

#banner_img img {
    display: block;
    width: 100%;
}

.shadow_box_content {
    margin: 0 0 15px;
    padding: 10px 15px 15px 18px;
    background: #fff;
    box-shadow: 0 3px 15px rgba(136, 136, 136, 0.26);
}

.shadow_box_content h2 {
    padding: 0 0 5px;
    color: #E52823;
    font-weight: 900;
}

.shadow_box_content p {
    font-size: 14px;
    padding: 0 0 10px;
    color: #434444;
}

.shadow_box_content a {
    color: #E52823;
}

.shadow_box_content img {
    float: left;
    margin: 5px 25px 5px 0;
}

#twitter_updates {
    color: #fff;
    background: #4093d0;
    margin: 0 0 25px;
    padding: 10px 15px;
}

#twitter_updates i {
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
}

#twitter_updates a {
    color: #fff;
}

#twitter_updates .updates {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
    width: calc(100% - 50px);
    font-weight: 300;
}

#breadcrumb {
    font-size: 13px;
    background: #434444 url(img/pattern-gray.png);
    padding: 15px;
    border: 1px solid #434444;
}

#breadcrumb a {
    color: #fff;
}

#breadcrumb i {
    font-size: 16px;
    color: #fff;
    vertical-align: -2px;
    margin: 0 15px;
}

#breadcrumb a:last-child,
#breadcrumb a:hover {
    color: #fff;
}

#breadcrumb .current {
    cursor: text;
}

.page_header {
    position: relative;
    margin: 0 0 25px;
    padding: 0 250px 10px 0;
    border-bottom: 1px solid #d8d8d8;
}

.page_header h1 {
    padding: 0;
}

.page_header .contact_info {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
}

.page_header .contact_info a {
    color: #34495e;
}

.page_header .contact_info a:hover {
    color: #77c159;
}

.page_header .contact_info i {
    font-size: 28px;
    vertical-align: middle;
    margin: 0 3px 0 0;
}

.page_header .contact_info .email i {
    font-size: 25px;
}

.page_header .contact_info .divider {
    display: inline-block;
    border-right: 1px solid #aeb6bf;
    height: 23px;
    vertical-align: middle;
    margin: 0 15px;
}

.alignleft {
    float: left;
    margin: 5px 15px 15px 0;
}

.alignright {
    float: right;
    margin: 5px 0 15px 15px;
}

.committees {
    font-size: 14px;
    padding-top: 20px;
}

.committees ul {
    list-style: none;
    margin: 0;
    padding: 0 0 20px;
}

/* SIDEBAR */

.sidebar {
    padding: 0 0 30px;
}

.nav_sidebar {
    margin: 0 0 0 -20px;
}

.nav_sidebar h2 {
    padding: 0 0 10px 20px;
}

.nav_sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav_sidebar li a,
.nav_sidebar li a:visited {
    color: #668CC8;
    display: block;
    font-size: 14px;
    border-left: 5px solid transparent;
    padding: 5px 0 5px 15px;
}

.nav_sidebar li a:hover,
.nav_sidebar li.active > a {
    border-left-color: #E52823;
}

.nav_sidebar ul li ul li a {
    padding-left: 30px;
    font-size: 13px;
}

.FormMenuHeader
{
    text-transform: uppercase;
     color: #858482;
}

.breadcrumb-btn
{
    float: right;
    margin: 0;
    padding: 0;
    margin-top: -1.2em;
    position: absolute;
    right: .75em;
    height: 102%;
    border-radius: 0 !important;
    text-transform: uppercase;
    padding-top: 1.25em !important;
}

/* FOOTER */

#footer {
    font-size: 14px;
    color: #434444;
    border-top: 6px solid #E52823;
    background: #CAE1F4;
}

#footer .Normal {
    color: #FFF;
    font-size: 14px;
}

#footer a {
    color: #434444;
}

#footer a:hover {
    text-decoration: underline;
}

#footer .primary {
    padding-top: 50px;
    padding-bottom: 25px;
}

#footer address {
    font-size: 13px;
    font-style: normal;
}

#footer address img {
    margin: 0 0 10px;
}

#footer h5 {
    font-size: 14px;
    color: #E52823;
}

#footer .primary ul {
    list-style: none;
    margin: 0;
    padding: 0 0 25px;
}

#footer .primary li a {
    display: block;
}

#footer .social li {
    padding: 1px 0;
}

#footer .social .fa {
    color: #434444;
    font-size: 18px;
    vertical-align: middle;
    width: 30px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#footer .social a:hover i {
    color: #fff;
}

#footer .social .facebook i {
    font-size: 20px;
    padding: 0 0 0 1px;
}

#footer .social .twitter i {
    font-size: 20px;
}

#footer .sponsors {
    color: #34495e;
    background: #f4f8f5;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 6px solid #E52823;
}

#footer .sponsors .featured {
    background: #fff;
    box-shadow: 0 3px 15px rgba(136, 136, 136, 0.26);
    padding: 1.8em;
}

#footer .sponsors .featured img {
    vertical-align: middle;
    margin: 0 1em 0 1em !important;
}

#footer .spnsr_block {
    text-align: right;
}

.copyright {
    padding-top: 15px;
    padding-bottom: 15px;
}

.copyright span {
    padding: 0 5px;
}

.Red-Bottom,
.Red-Bottom-Text
{
    border: 0;
    border-bottom: 6px solid #E52823;
    background-color: #fff !important;
}

.Red-Bottom-Title,
.Red-Bottom-Image
{
    background-color: #fff !important;
}
#footer .Red-Bottom-Title,
#footer .Red-Bottom-Image
{
    background-color: #CAE1F4 !important;
}
.Red-Bottom-Indent
{
    padding-left: 2em;
    padding-right: 2em;
}

/* RESPONSIVE MEDIA QUERIES */

@media (max-width: 1239px) {

    #stage .img_block {
        width: 55%;
    }

    #stage .txt_block {
        width: 45%;
        padding: 15px;
    }

    #stage .txt_block .controls {
        padding: 10px 0 0;
    }

    #footer .sponsors .featured img {
        margin: 0 10px 5px 0;
    }
}

@media (min-width: 992px) and (max-width: 1239px) {

    #nav_main {
        font-size: 15px;
    }

    #nav_main .mgmenu li .dropdown_container,
    #nav_main .mgmenu li .dropdown_fullwidth {
        top: 44px;
    }

    #nav_main .mgmenu > li {
        padding-right: 2px;
    }

    #nav_main .mgmenu > li > a, #nav_main .mgmenu > li > span {
        padding: 5px 10px;
    }

    #nav_main .mgmenu > li > .btn {
        padding: 4px 10px;
    }
}

@media (min-width: 768px) and (max-width: 1239px) {

    #footer .membership {
        clear: left;
    }
}

@media (max-width: 991px) {

    #stage .img_block {
        width: 100%;
    }

    #stage .txt_block {
        width: 100%;
        padding: 20px 25px 25px;
    }

    .page_header {
        padding: 0 0 15px;
    }

    .page_header .contact_info {
        position: static;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    #nav_top .mgmenu > li {
        padding: 0 0 0 10px;
    }

    #nav_main .mgmenu li .dropdown_container,
    #nav_main .mgmenu li .dropdown_fullwidth {
        top: auto;
    }

    .menu-right {
        right: auto;
    }

    .btn_item .menu-right {
        right: 0;
    }

    #nav_main .mgmenu .col_3:nth-child(4n+1) {
        clear: left;
    }

    #nav_main h5 {
        line-height: 1.3;
    }

    #top .social {
        padding: 0;
    }

    #sign_up ul {
        padding: 0 10px 0 0;
        font-size: 20px;
    }

    #sign_up li {
        padding: 0 20px 0 0;
    }
}

@media (max-width: 767px) {

    #nav_top {
        float: left;
    }

    #nav_top .mgmenu > li {
        padding: 0;
    }

    #nav_top li.mgmenu_button {
        float: left;
        padding: 0 40px 0 0;
    }

    #header .primary {
    }

    #header .logo {
        margin: auto;
    }

    #sign_up {
        float: none;
        padding: 20px 0 0;
    }

    #sign_up ul {
        padding: 0;
        font-size: 22px;
    }

    #sign_up li {
        line-height: 35px;
        padding: 0 10px 0 0;
    }

    #sign_up .divider {
        height: 35px;
    }

    #search_box {
        margin: 0;
    }

    #nav_main {
        margin: 0 auto 20px;
        padding: 0 15px;
        background: rgba(0,0,0,0.1);
    }

    #nav_main .mgmenu li .dropdown_container,
    #nav_main .mgmenu li .dropdown_fullwidth {
        top: auto;
    }

    #nav_main li.mgmenu_button {
        padding: 10px 0;
    }

    #nav_main .mgmenu > li > a,
    #nav_main .mgmenu > li > span {
        padding: 5px 0;
    }

    #nav_main .btn_item {
        float: left;
        padding: 10px 0;
    }

    #nav_main .btn_item_menu {
        float: right;
        margin-top: 10px;
        display: none;
    }

    #stage .txt_block {
        padding: 15px 20px 20px;
    }

    #footer .primary .col-xs-10:nth-child(odd) {
        clear: left;
    }

    #footer .sponsors .featured {
        text-align: center;
    }

    #footer .sponsors .featured img {
        margin: 0 5px 15px;
    }

    #footer .spnsr_block {
        padding: 20px 0 0;
        text-align: center;
    }
}

@media (max-width: 479px) {

    .sign_in_container {
        padding: 5% 7% 7%;
    }

    .sign_in {
        float: none;
        width: 100%;
        padding: 0 0 10%;
        border-bottom: 1px solid #d8d8d8;
    }

    .sign_up {
        float: none;
        width: 100%;
        padding: 8% 0 0;
        border-left: 0;
    }
}

/* HELPER CLASSES */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* END */


/* ===== 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 {
    display: inline-block;
    padding: 10px 15px;
    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 #E52823;
    border-radius: 3px;
    color: #fff;
    background-color: #E52823;
    font-weight: 500;
}

.FormButton:focus,
.FormButton:hover,
.FormButton:active {
    border-color: #F5875F;
    background-color: #F5875F;
    color: #fff;
}

.FormButton.disabled,
.FormButton[disabled],
.FormButton.disabled:hover,
.FormButton[disabled]:hover {
    border-color: #F5875F;
    background-color: #F5875F;
    color: #fff;
    opacity: .5;
}

.FormButtonSecondary,
a.FormButtonSecondary {
    background-color: #FFF;
    border-color: #E52823;
    color: #E52823;
}

.FormButtonSecondary:focus,
.FormButtonSecondary:hover,
.FormButtonSecondary:active {
    background-color: #FFF;
    border-color: #F5875F;
    color: #F5875F;
}

.FormButtonSecondary.disabled,
.FormButtonSecondary[disabled],
.FormButtonSecondary.disabled:hover,
.FormButtonSecondary[disabled]:hover {
    background-color: #EEE;
    border-color: #999;
    color: #999;
}

.FormHead {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    margin: 0;
    padding: 0 0 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 Events */
.date_icon {
    background-image: url(img/date_bg.png) !important;
    font-size: 0.9em;
    line-height: normal;
}


/* NOAH UsersAndSecurity */
#SignInUserInfoBox {
    font-size: 12px !important;
    font-weight: 400;
    z-index: 20 !important;
}

#SignInUserInfoBox p {
    line-height: 1.4;
    padding-bottom: 10px;
}

#SignInUserInfoBox hr {
    margin-bottom: 10px;
}

#SignInUserInfo a.manage-account {
    text-align: center;
}

#SignInUserInfoSignOut {
    line-height: 1.4;
}

#SignInUserInfoSignOut a.user-sign-out {
    display: inline;
    /*color: #77c159;*/
}

#SignInUserInfoSignOut a.user-sign-out:hover,
#SignInUserInfoSignOut a.user-sign-out:focus,
#SignInUserInfoSignOut a.user-sign-out:active {
    color: #34495e;
}

/* NOAH Governance */
.noahgov-member-col .member-details {
    min-height: 215px;
}

.noahgov-member-col .member-photo-col img {
    max-height: 200px;
}

/* 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: #3c763d;
}

/* ===== 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: 0.9em;
    font-weight: 400;
    padding: 7px 9px;
}

ul.dnnAdminTabNav li.ui-tabs-active a {
    border-bottom: 0;
    padding: 8px;
}

/* 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;
}


/* ===== MEDIA QUERIES ===== */

/* Small devices (tablets, 768px and up) */
@media screen and (min-width:768px) {

    .FormLabelCol {
        width: 34%;
    }

    .FormControlCol {
        width: 60%;
    }

    /* NOAH Governance */
    .noahgov-member-col {
        width: 50%;
    }
}

.Share-Wrapper
{
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    float: right;
    z-index: 100;
    background-color: #fff;
    padding-left: 1em;
    padding-right: 1em;
}

.Share
{
    position: relative;
    border-bottom: 2px solid #811167 !important;
}


.Share h3 {
    color: #811167 !important;
    text-align: center;
}

    .Share h3 i {
        color: #668CC8;
    }

.Share-Items li {
    padding-left: 0 !important;
    padding-right: 14px !important;
}


.Landing-Left
{

}

.Landing-Right
{

}

.Landing-Title
{
    font-family: inherit !important;
    font-size: 24px !important;
    line-height: 1.3em !important;
    font-weight: 900 !important;
    color: #E52823 !important;
}

.Landing-Text
{
    font-size: inherit !important;
    line-height: 1.7em !important;
    color: #434444;
    margin-bottom: 20px !important;
}


