﻿@import url(../editor.css);
@import url(../forms.css);

.dnnEditState {overflow:visible !important;}
.dnnEditState .dnnModuleDialog {top:10% !important;}
.dnnModuleManager .DnnModule.floating {top:50% !important; margin-top:-130px;}

.DnnModule {
    width: 100%;
    display: inline-block;
}
/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fluid {
    clear: both;
    margin-left: 0;
    width: 100%;
    float: left;
    display: block;
}

.gridContainer {
    max-width: 980px;
    margin: auto;
    clear: none;
    float: none;
    margin-left: auto;
}
.gray-row {
    background:#e9e9e9;
    display:inline-block;
    width:100%;
    margin:15px 0 0;
}
.q-left-pane {
    float:left;
    box-sizing:border-box;
    padding-right:15px;
    width:47%;
}
.a-right-pane {
    float:right;
    box-sizing:border-box;
    width:53%;
}
/* skin layout styles */
#container, header, footer, nav {
    margin: 0 auto;
    padding: 0;
}

header, footer, section, article, aside, nav {
    display: block;
    text-align: left;
}

#container {
    width: 100%;
}

header {
    width: 100%;
    height: auto;
}
header .header-links {
    float:right;
}
header .header-links ul {
    margin:0;
    padding:0;
}
header .header-links ul li {
    list-style-type:none;
    float:left;
    margin-left:8px;
    display:block;
}
header .header-links ul li:first-child {
    margin:0;
}
header .header-links ul li a {
    padding:7px;
    text-transform:uppercase;
    font-weight:700;
    background:#3ead9d;
    color:#ffffff;
    display:block;
    font-size:12px;
    line-height: 14px;
}
header .header-links ul li a.donate {
    background:#d0196c;
}
header .header-links ul li a:hover {
    background:#522944;
    text-decoration:none;
}

#header_bg {
    margin: 0 auto;
    width: 980px;
}

nav {
    display:inline-block;
    width: 100%;
    height: auto;
    background:#522944;
}

#nav_area {
    width: 980px;
    margin: 0 auto;
}

.main_menu {
    float: left;
    width: 800px;
}

.web_search, .web_search * {box-sizing:content-box;}

.web_search {
    float: right;
    width: 170px;
    background:#ffffff;
    position:relative;
    margin:5px 0;
}

.web_search .NormalTextBox {
    width: 120px;
    color: #010101;
    font-size: 12px;
    text-align: left;
    text-transform:uppercase;
    border: 0;
    padding: 5px 35px 5px 15px;
    line-height:24px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
    height:24px;
}
input.NormalTextBox:focus,
input.NormalTextBox:active{
    outline:none;
    outline-color: none !important;
}
.web_search .icon-search {
    color: #535353;
    font-size: 18px;
    margin: 0px 0 0 0;
    position: absolute;
    right: 2px;
    top: 0px;
    bottom: 0px;
    line-height:30px;
}
.web_search .icon-search::before {
    line-height:30px;
}
.web_search .searchInputContainer a.dnnSearchBoxClearText {
    position: absolute;
    top: 35px;
    right: 5px;
    height: 18px;
    width: 25px;
    z-index:210;
}
ul.searchSkinObjectPreview {
    border:0px;
    box-shadow: 0 5px 14px #A0A0A0;
}
ul.searchSkinObjectPreview > li:first-child {
    border:0;
}
.main-body {
    min-height: 400px;
    height: auto !important;
    height: 400px;
}

#inner_page_head_area {
    width: 980px;
    margin: 0 auto;
    text-align: center;
    clear: both;
}

footer {
    width: 100%;
    clear: both;
}

.footer_top {
    width: 100%;
    height: auto;
    background:#e9e9e9;
}

.footer_area_top {
    width: 980px;
}

.footer_bottom {
    width: 100%;
    background:#522944;
    display: inline-block;
}

.footer_area_bottom {
    width: 980px;
    margin: 0 auto;
}

.footer_links {
    float: right;
    padding: 14px 10px 0 0;
}

.footer_links li {
    display:block;
    float:left;
    padding:0 10px;
    border-left:2px solid #ffffff;
}
.footer_links li a {
    color:#ffffff;
}
.footer_links li a:hover {
    color:#60b9ab;
    text-decoration:none;
}
.footer_links li:first-child {
    border:0;
}
.footer_links li.social-links {}
.footer_links li.social-links a {
    display:block;
    float:left;
    color:#ffffff;
    font-size:20px;
}
.footer_links li.social-links a:hover span {
    color:#60b9ab;
}
.footer_copyright {
    float: left;
    color:#ffffff;
    padding:15px 0;
}
#watermark_area {
    width: 925px;
    margin: 0 auto;
    text-align: right;
}

.watermark {
    float: right;
    margin-top: -259px;
    position: relative;
    z-index: 1;
}

/* top links */
.top_link, a.top_link:link, a.top_link:visited, a.top_link:hover, a.top_link:active {
    font-size: 12px;
    color: #fff;
}

.top_login, .top_newsletter, .top_donate {
    float: right;
    text-align: center;
    background-repeat: no-repeat;
    height: 29px;
}

.top_login {
    background-image: url('images/top links/login_bg.png');
    width: 108px;
    padding: 7px 2px 0 0;
}

.top_newsletter {
    background-image: url('images/top links/newsletter_bg.png');
    width: 133px;
    padding: 7px 2px 0 0;
}

.top_donate {
    background-image: url('images/top links/donate_bg.png');
    width: 61px;
    padding-top: 7px;
}

.logo_link {
    float: left;
}

/* general styles */
body, table, p, a, .Normal, .NormalTextBox, .NormalRed, .NormalBold, .CommandButton, ul, li, .SubHead, .SubSubHead, h1, h2, h3, h4, h5, h6 {
    font-family: "Arial";
    color:#010101;
    font-size:16px;
    line-height:24px;
}
a {
    color:#d0196c;
}
body, table, th, td, p,
.Normal, .NormalBold, .NormalRed, .NormalTextBox, .NormalDisabled {
    font-size:16px;
    line-height:24px;
}

body, table, p, ul, li, a {
}

body {
    background-color: #ffffff;
}
.DnnModule {
    padding-top:15px;
}
.homepage-banner .DNNModuleContent img {
    display:block;
    width: 100% !important;
    height: auto !important;
}
a:link, a:visited {
    color: #d0196c;
    text-decoration: none;
}

a:hover, a:active {
    color: #3ead9d;
    text-decoration: underline;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
    border: none;
}

::-moz-selection {
    background: #522944;
    color: #fff;
}

::selection {
    background: #522944;
    color: #fff;
}

ul li {
    list-style-type: disc;
}

/* override DNN styles */
.SubHead, .SubSubHead {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    color: #000;
}
/* text style used for most text rendered by modules */
.Normal, .NormalTextBox, .NormalBold, .NormalRed {
    font-size: 14px;
    line-height: 18px;
    color: #000;
}

.NormalRed {
    color: #b92025;
}

strong, b, .NormalBold, i b  {
    font-weight: 900;
}

.CommandButton, a.CommandButton:link, a.CommandButton:visited {
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #522944;
}

a.CommandButton:hover, a.CommandButton:active {
    text-decoration: underline;
}

/* header styles */
h2, h3, h4, h5, dt {
    color: #000;
}

h1 {
    font-size: 34px;
    font-weight: 900;
    line-height: 48px;
    color: #522944;
    display: block;
    margin:15px 0;
    padding:0;
}

h2 {
    color: #3ead9d;
    font-size: 24px;
    line-height: 32px;
    font-weight: 900;
    position: relative;
    padding: 10px 0;
    text-transform: uppercase;
    margin:0 0 20px;

}

h3 {
    color: #3ead9d;
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
    position: relative;
    padding: 10px 0;
    text-transform: uppercase;
    margin:0 0 20px;
}

h4 {
    color: #3ead9d;
    font-size: 16px;
    line-height: 24px;
    font-weight: 900;
    position: relative;
    padding: 10px 0;
    text-transform: uppercase;
    margin:0 0 20px;
}

h5, dt {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    margin:0 0 20px;
}
.inner-content h1:before,
.inner-content h2:before,
.inner-content h3:before,
.inner-content h4:before,
.inner-content h5:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    width: 70px;
    background: #d0196c;
}
.inner-content h1.page-name:before,
.articleHeadline  h1:before{
    display:none;
}
.inner-content ul {}
.inner-content ul li {
    list-style-type:none;
    position:relative;
    padding-left:15px;
    margin:0 0 5px;
}
.inner-content ul li:before {
    content:'';
    width:7px;
    height:7px;
    position:absolute;
    top:8px;
    left:0;
    background:#3ead9d;
}
/* content pane styles */
.widePane {
    width: 100%;
}

.halfPane {
    width: 50%;
    clear: none;
}

.thirdPane {
    width: 33.333%;
    clear: none;
}

.two-thirds-pane {
    width: 66.667%;
    clear: none;
}

.quarterPane {
    width: 25%;
    clear: none;
}

.largePane {
    width: 75%;
    clear: none;
}

.inner-nav {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 15px 0;
    width: 25%;
    background:#e9e9e9;
    padding:25px 25px 25px;
    box-shadow: 0 5px 30px #909090;
}
.inner-nav h2 {
    margin:5px 0;
    color: #3ead9d;
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
    position: relative;
    padding: 0;
    text-transform: uppercase;
}
.left-section {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 15px 0;
    width: 25%;
    padding:25px 15px;
}
.SdNvMenu {
    padding:0;
    display:block;
    width:100%;
    margin:0;
}
.SdNvMenu li {
    list-style-type:none;
    border-top: 1px solid #c4c4c4;
    padding:4px 0;
}
.SdNvMenu li:first-child {
    border:none;
}
.SdNvMenu li a {
    color:#010101;
    font-size:14px;
    line-height:21px;
    box-sizing:border-box;
}
.SdNvMenu li.HasChildren a{
    padding-right:15px;
    position:relative;
}
.SdNvMenu li.HasChildren{
    position:relative;
}
.SdNvMenu li.HasChildren .trigger {
    font-size:22px;
    color:#3ead9d;
    font-weight:900;
    position:absolute;
    right:0;
    top:4px;
    width:15px
    height:15px;
    cursor:pointer;
}
.SdNvMenu li.HasChildren .trigger.opened  {
    font-size:24px;
    padding-right:3px;
}
.SdNvMenu li.Actv.Last a.Actv, .SdNvMenu li a:hover {
    color:#d0196c;
    text-decoration:none;
}
.SdNvMenu li ul {margin:0;}
.SdNvMenu li ul li ul {margin-left:15px;}
.inner-content {
    float: left;
    width: 72%;
    margin-left: 2%;
}
.SdNvMenu li ul {display:none;}
.SdNvMenu li.Actv ul {display:block;}
.SdNvMenu li.Actv ul li ul {display:none;}
.SdNvMenu li.Actv ul li.Actv ul {display:block;}
.SdNvMenu li ul li {
    border:0;
}
.SdNvMenu li ul li a {
    font-size:12px;
}

.menu_header {
    border-top: 8px solid #c16622;
    background-color: #dc813d;
    text-align: center;
    height: 40px;
}

.menu_header_text {
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* override z-index of option menus in the edit mode
    this is needed becaus of the watermark */
.ModuleTitle_MenuContainer,
.ModuleTitle_MenuBar,
.ModuleTitle_SubMenu {
    position: relative;
    z-index: 5;
}
.blog-post.home-post, .blog-post.home-post a {
    font-size:14px;
    line-height:21px;
}
.announcements-home .announcement {
    margin: 0 0 15px;
}
.announcements-home .announcement, .announcements-home .announcement a {
    font-size:14px;
    line-height:21px;
}
/* NOAH form message box */

.noahFormMessage {
    background: rgba(2,139,255,0.15);
    border: 1px solid rgba(2, 139, 255, 0.50);
    border-radius: 4px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
}

.noahFormMessage.noahFormError, .noahFormMessage.noahFormValidationSummary {
    background-color: rgba(255, 0, 0, 0.15);
    border-color: rgba(255, 0, 0, 0.50);
    color: #FF0000;
}

.noahFormMessage.noahFormWarning {
    background-color: rgba(255,255,0,0.20);
    border-color: rgba(255, 255, 0, 0.50);
}

.noahFormMessage.noahFormSuccess {
    background-color: rgba(0,255,0,0.15);
    border-color: rgba(0,255,0,0.50);
}

/* DNN Module Manager Fix */
.dnnModuleManager {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.team-member{width:100%; display:block; float:left; padding: 15px 0; border-bottom:1px solid #c4c4c4; margin-bottom:25px;}
.team-member .member-image {float:left; width:30%; margin-right:5%; box-sizing:border-box;}
.team-member .member-image img {display:block; width:100%;}
.team-member .meber-info {float:left; width:65%;}
.team-member .meber-info h2 {margin-bottom: 0; padding-bottom: 0px;}
.fluid {
    display:block;
    box-sizing:border-box;
    padding:0 10px;
}
.h2-container {}
.h2-container h2 {
    margin-bottom:0;
}
.h2-container h2 .Head {
    color:#3ead9d;
    font-size:18px;
    line-height:24px;
    font-weight: bolder;
    position:relative;
    padding:10px 0;
    text-transform:uppercase;
}
.h2-container h2 .Head:before {
    content:'';
    position:absolute;
    left:0;
    top:0;
    height:4px;
    width:70px;
    background:#d0196c;
}
.upcoming-webinar .DNNModuleContent img,
.latest-issue .DNNModuleContent img {
    display:block;
    width: 80% !important;
    height: auto !important;
}
.q-container .head-wrapper, .a-container .head-wrapper{
    float:left;
    width:18%;
    box-sizing:border-box;
    padding:0 10px;
}
.q-container .head-wrapper h2 .Head, .a-container .head-wrapper h2 .Head {
    font-size:72px;
    font-weight:normal;
    line-height:60px;
}
.q-container .head-wrapper h2 .Head{
    color:#522944 !important;
}
.a-container .head-wrapper h2 .Head {
    color:#522944 ;
}
.q-container h2{
    color:#522944;
}
.purple {
    color:#522944 !important;
}
.teal {
    color:#60b9ab !important;
}
.a-container .head-wrapper h2 {
    color:#522944 ;
    margin:0;
    padding:0;
}
.q-container .container-content {
    float:left;
    width:82%;
    box-sizing:border-box;
    padding: 0 0px 0 10px;
}
.a-container .container-content {
    float:left;
    width:82%;
    box-sizing:border-box;
    padding: 0;
    color:#522944;
}
.q-container .container-content h2{
    font-size: 24px;
    line-height: 30px;
    font-weight:900;
    text-transform:none;
}
.q-left-pane .DnnModule, .a-right-pane .DnnModule{
    margin:25px 0;
    padding:0;
}
.a-right-pane p {
    font-weight:bold;
    color:#522944 ;
    font-size:16px;
    line-height:24px;
}

/*******EDITOR STYLES*********/
h1, .Heading1 {
    font-size: 34px;
    font-weight: 900;
    line-height: 48px;
    color: #522944;
    display: block;
    margin:15px 0;
    padding:0;
}
h1.Heading1 {
    text-transform: uppercase;
}
h2 , .Heading2{
    color: #3ead9d;
    font-size: 24px;
    line-height: 32px;
    font-weight: 900;
    position: relative;
    padding: 10px 0;
    text-transform: uppercase;
    margin:0 0 20px;

}

h3, .Heading3 {
    color: #3ead9d;
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
    position: relative;
    padding: 10px 0;
    text-transform: uppercase;
    margin:0 0 20px;
}

.SubHeading1 {
    font-size:16px;
    line-height:20px;
    font-weight:900;
    color: #d0196c;
}
a.SubHeading1:link, a.SubHeading1:visited {
    color: #d0196c;
    text-decoration: none;
}
a.SubHeading1:hover, a.SubHeading1:active {
    text-decoration: underline;
}
.SubHeading2 {
    font-size:14px;
    line-height:18px;
    font-weight:bold;
    color: #d0196c;
}
a.SubHeading2:link, a.SubHeading2:visited {
    color: #d0196c;
    text-decoration: none;
}
a.SubHeading2:hover, a.SubHeading2:active {
    text-decoration: underline;
}
.SubHeading3 {
    font-size:14px;
    line-height:18px;
    font-weight:normal;
    color: #522944;
}
a.SubHeading3:link, a.SubHeading3:visited {
    color: #522944;
    text-decoration: none;
}
a.SubHeading3:hover, a.SubHeading3:active {
    text-decoration: underline;
}
.SubHeading4 {
    font-size:16px;
    line-height:20px;
    font-weight:900;
    color: #010101;
}
a.SubHeading4:link, a.SubHeading4:visited {
    color: #010101;
    text-decoration: none;
}
a.SubHeading4:hover, a.SubHeading4:active {
    text-decoration: underline;
}
.SubHeading5 {
    font-size:14px;
    line-height:18px;
    font-weight:bold;
    color: #010101;
}
a.SubHeading5:link, a.SubHeading5:visited {
    color: #010101;
    text-decoration: none;
}
a.SubHeading5:hover, a.SubHeading5:active {
    text-decoration: underline;
}
.SubHeading6 {
    font-size:14px;
    line-height:18px;
    font-weight:normal;
    color: #010101;
}
a.SubHeading6:link, a.SubHeading6:visited {
    color: #010101;
    text-decoration: none;
}
a.SubHeading6:hover, a.SubHeading6:active {
    text-decoration: underline;
}
.SubHeading7 {
    font-size:16px;
    line-height:20px;
    font-weight:900;
    color: #522944;
}
a.SubHeading7:link, a.SubHeading7:visited {
    color: #522944;
    text-decoration: none;
}
a.SubHeading7:hover, a.SubHeading7:active {
    text-decoration: underline;
}
.SubHeading8 {
    font-size:14px;
    line-height:18px;
    font-weight:bold;
    color: #522944;
}
a.SubHeading8:link, a.SubHeading8:visited {
    color: #522944;
    text-decoration: none;
}
a.SubHeading8:hover, a.SubHeading8:active {
    text-decoration: underline;
}
.SubHeading9 {
    font-size:14px;
    line-height:18px;
    font-weight:normal;
    color: #522944;
}
a.SubHeading9:link, a.SubHeading9:visited {
    color: #522944;
    text-decoration: none;
}
a.SubHeading9:hover, a.SubHeading9:active {
    text-decoration: underline;
}

.BlogTrackback
{display:none !important;}
.image-caption {
    margin-top:15px;
    margin-right:15px;
    margin-bottom:15px;
    float:left;
    text-align:center;
}
.image-caption.right {
    float:right;
}
.image-caption.left {
    float:left;
}
.image-caption.w-100,
.image-caption.full {
    width:100%;
}
.image-caption.w-75 {
    width:75%;
}
.image-caption.w-50 {
    width:50%;
}
.image-caption.w-25 {
    width:25%;
}
.image-caption img {
    display:block;
    width:100% !important;
    height: auto !important;
}
.image-caption .caption, .image-caption .caption {
    font-weight:900;
    display:inline-block;
    width:100%;
    margin:15px 0;
    color:#000000;
}


.steadyrain .filter-article h3 {font-size:16px; text-transform:none;}
.steadyrain .filter-article h3 .selection .clear-all {font-size:12px; line-height:21px;}
.steadyrain .filter-article h3 .selection .clear-all .clear-all-button {font-size:12px; line-height:21px;}
.steadyrain .filter-article h3 .selection .count {font-size:12px; line-height:21px;}

h1,h2,h3,h4,h5,h6,.Heading1,.Heading2,.Heading3,.Heading4,.Heading5,.Heading6 {margin-bottom:0px;}

.btn.btn-info {color:#ffffff; background-color:#3ead9d; border-color:#31a896;}
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active,
.btn.btn-info.active,
.open .dropdown-toggle.btn.btn-info {color:#ffffff; background-color:#2c9989; border-color:#1f6e62;}
.btn.btn-info:active,
.btn.btn-info.active,
.open .dropdown-toggle.btn.btn-info {background-image:none;}
.btn.btn-info.disabled,
.btn.btn-info[disabled],
fieldset[disabled] .btn.btn-info,
.btn.btn-info.disabled:hover,
.btn.btn-info[disabled]:hover,
fieldset[disabled] .btn.btn-info:hover,
.btn.btn-info.disabled:focus,
.btn.btn-info[disabled]:focus,
fieldset[disabled] .btn.btn-info:focus,
.btn.btn-info.disabled:active,
.btn.btn-info[disabled]:active,
fieldset[disabled] .btn.btn-info:active,
.btn.btn-info.disabled.active,
.btn.btn-info[disabled].active,
fieldset[disabled] .btn.btn-info.active {background-color:#3ead9d; border-color:#31a896;}
.btn.btn-info .badge {color:#3ead9d; background-color:#ffffff;}

.btn.btn-standard {color:#ffffff; background-color:#522944; border-color:#381c2f;}
.btn.btn-standard:hover,
.btn.btn-standard:focus,
.btn.btn-standard:active,
.btn.btn-standard.active,
.open .dropdown-toggle.btn.btn-standard {color:#ffffff; background-color:#291422; border-color:#1f0f1a;}
.btn.btn-standard:active,
.btn.btn-standard.active,
.open .dropdown-toggle.btn.btn-standard {background-image:none;}
.btn.btn-standard.disabled,
.btn.btn-standard[disabled],
fieldset[disabled] .btn.btn-standard,
.btn.btn-standard.disabled:hover,
.btn.btn-standard[disabled]:hover,
fieldset[disabled] .btn.btn-standard:hover,
.btn.btn-standard.disabled:focus,
.btn.btn-standard[disabled]:focus,
fieldset[disabled] .btn.btn-standard:focus,
.btn.btn-standard.disabled:active,
.btn.btn-standard[disabled]:active,
fieldset[disabled] .btn.btn-standard:active,
.btn.btn-standard.disabled.active,
.btn.btn-standard[disabled].active,
fieldset[disabled] .btn.btn-standard.active {background-color:#522944; border-color:#381c2f;}
.btn.btn-standard .badge {color:#522944; background-color:#ffffff;}

.mb-0 {margin-bottom:0px !important;}
.mb-1 {margin-bottom:10px !important;}
.mb-2 {margin-bottom:20px !important;}
.mb-3 {margin-bottom:30px !important;}

.NormalHighlight {color:#d0196c;}
.steadyrain .filter-article .ui-accordion-header {background-color:#3ead9d;}