/*
Theme Name:         Consortium
Description:        Base Bootstrap (v3.3.4) WordPress Theme.
Version:            1.0.0
Author:             DCBA
Author URI:         http://dcbrand.agency/
*/

/* ---------------------------------------------------------------------------- 
  Stylesheet
---------------------------------------------------------------------------- */

html,
body {
    overflow: auto;
}

img {
    height: auto;
}

.caret {
    display: none;
}

.nav-bar ul {
    padding-left: 0;
    margin-bottom: none;
}

/* Navigation - Default Styles */

.rc-nav-sec .nav-bar{
    padding-bottom: 0;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    position: absolute;
    top: 90%;
    left: 0;
    z-index: 1000;
    display: none;
    float: none;
    min-width: 260px;
    padding: 0 0;
    margin: 0 0 0;
    font-size: auto;
    text-align: left;
    list-style: none;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border: none;
    border-radius: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

/* Shortcode Button */
.btn-sc {
    margin-top: 10px;
    border-radius: 100px;
    background-color: #fdce09;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: Montserrat, sans-serif;
    color: #2c535c;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 9px 15px;
    display: inline-block;
    margin-bottom: 20px;
}

.btn-sc:hover {
    background-color: #2c535c;
    color: #fff;
}

@media (max-width: 479px) {
    .nav-logo.w--current {
        width: 55%;
    }

    .res-ins .menu-item {
        display: block;
        padding: 0;
    }

    .res-ins .menu-item a {
        padding: 3px 0;
    }
}

/* Navigation - Theme Specific */

@media (max-width: 768px) {
    .scrolled-nav #menu-main-navigation-public-1 {
        display: none;
    }
}

.public {
    /* Top Level */
    margin-bottom: 0;
}

.public a {
    color: #c5e6e0;
}

.public a:hover {
    color: #fdce09;
}

.nav-lnk,
.menu-item {
    padding: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    color: #c5e6e0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.dropdown-menu .menu-item {
    padding: 0;
    display: block;
}

.nav-lnk:hover,
.menu-item a:hover {
    color: #fdce09;
}

.nav-lnk.w--current,
.menu-item.active a {
    color: #25bbad;
}

.nav-lnk.w--current:hover,
.menu-item.active a:hover {
    color: #fdce09;
}

.w-dropdown-list {
    /* Dropdown */
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%;
}

.dd-link-main,
.dropdown-menu > li > a {
    z-index: 500;
    color: #2c535c;
    background-color: #25bbad;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    color: #2c535c;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
}

.menu-item.active .dropdown-menu a {
    color: #2c535c;
}

.dropdown-menu > li > a:hover {
    background-color: #c5e6e0;
}

.w-dropdown-link,
.dropdown-menu > li > a {
    padding: 10px 20px;
    display: block;
    position: relative;
    vertical-align: top;
    text-decoration: none;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background-color: #c5e6e0;
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #2c535c;
    text-decoration: none;
    background-color: #c5e6e0;
    outline: 0;
}

/* Scrolled Nav */

.scrolled-nav {
    height: auto;
}

.scrolled-nav .fn-logo {
    padding: 8px 40px 8px 0;
    flex: 0 0 auto;
}

.scrolled-nav .fn-logo .image-2 {
    width: 45px;
}

.scrolled-nav ul li a {
    padding: 25px 20px;
}


.scrolled-nav ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.scrolled-nav ul li {
    display: block;
    padding: 0;
}

.scrolled-nav ul li:hover a{
    color: #fdce09;
}
 
.scrolled-nav ul li a {
    display: block;
    color: #2c535c;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    text-decoration: none;
}

.scrolled-nav ul li.menu-item-has-children ul {
    display: none;
    position: absolute;
    padding: 0;
    margin: 0;
}

.scrolled-nav ul li.menu-item-has-children:hover ul {
    z-index: 999;
    display: block;
}

.scrolled-nav ul li ul li a {
    text-align: left;
    padding: 15px;
    color: #23535c !important;
    background-color: #25bbad;
}


.scrolled-nav ul li ul li a:hover {
    background-color: #c5e6e0;
}

@media screen and (max-width: 991px) {
    .fixed-nav-content {
        max-width: 100%;
        padding: 0 0 0 20px;
    }

    .scrolled-nav ul li a {
        font-size: 14px;
        padding: 25px 15px;
    }

    .scrolled-nav .fn-logo .image-2 {
        width: 35px;
    }
}

@media screen and (max-width: 767px) {
    .scrolled-nav .fn-logo {
        padding: 8px 0;
        flex: 1;
    }
}


/* Nav Inside Resources */

.res-ins .menu-item {
    padding: 0;
}

.res-ins ul {
    padding: 0;
    margin: 0;
}

.rh-home-nav-link,
.res-ins .menu-item a {
    padding-left: 20px;
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    font-family: Montserrat, sans-serif;
    color: #2c535c;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

@media (max-width: 767px) {

    .rh-home-nav-link,
    .res-ins .menu-item a {
        font-size: 13px;
        line-height: 13px;

    }

    .rh-home-nav-link,
    .res-ins .menu-item a {
        padding: 0;
    }

}

.rh-home-nav-link:hover,
.res-ins .menu-item a:hover {
    color: #25bbad;
}

.rh-home-nav-link.w--current,
.res-ins .menu-item.active a {
    color: #25bbad;
    font-weight: 700;
}

/* Navigation - Theme - MOBILE */

.mobile-layer .menu,
.mobile-layer .menu li ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.mobile-layer .menu li,
.mobile-layer .menu li ul li {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: block;
    text-align: center
}

.mobile-layer .menu li a {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    color: #c5e6e0;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
}

.mobile-layer-resource .menu li a {
    color: #2c535c;
}

.mobile-layer .menu li ul {
    margin-top: 10px;
}

.mobile-layer .menu li ul li {
    margin-bottom: 10px;
}

.mobile-layer .menu li ul li a {
    text-transform: none;
    font-family: Rokkitt, sans-serif;
    color: #75cdd6;
    font-size: 16px;
    line-height: 16px;
    text-transform: none;
}

/* Subnav on Members */
.mobile-layer-resource .menu li ul li a {
    color: #2c535c;
}

.mm-section-link {
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    color: #c5e6e0;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    text-transform: uppercase;
}

.mm-section-link.sub {
    font-family: Rokkitt, sans-serif;
    color: #75cdd6;
    font-size: 16px;
    line-height: 16px;
    text-transform: none;
}



/* */

/* Navigation 
#navbar {} 

#navbar .navbar-nav > .active > a, 
#navbar .navbar-nav > .open > a {
    background-image: none;
    background-repeat: repeat-x;
    box-shadow: none;
	color:#fff;
	background-color:transparent;
}
#navbar .navbar-nav > .active > a, 
#navbar .navbar-nav > .active > a:focus, 
#navbar .navbar-nav > .active > a:hover,
#navbar .navbar-nav > li > a:hover {
    background-color:transparent;
    color: #000;
}
#navbar .navbar-nav > li > a {
    color: #b7bcc0;
	text-shadow:none;	
	padding:0;
	font-size:16px;
}
#navbar .navbar-nav {text-align:right; width:100%;}
#navbar .navbar-nav > li {margin:0 60px 0 0; float:none; display:inline-block;}
#navbar .navbar-nav > li:last-child {margin:0;}
#navbar .navbar-default .navbar-nav > .open > a,
#navbar .navbar-default .navbar-nav > .open > a:focus,
#navbar .navbar-default .navbar-nav > .open > a:hover {
	background-color:transparent;
	color:#333;
}

*/

/* Navigation 

#menu-main-navigation-public {
	flex:1;
}

#menu-main-navigation-public li {
	flex: 0 auto;
	max-width: 100%;
    display: inline-block;
}

#menu-main-navigation-public li a {
	flex: 0 auto;
	max-width: 100%;
    display: inline-block;
	color: #c5e6e0;
	transition: color 500ms ease;
    text-align: center;
    text-decoration: none;
}

*/

/* Events */
.event-meta {
    margin-bottom: 25px;
}

/* Login Page */
.resources-content{
    margin-top: -50px;
}
/* Login Form */

.page-template-page-login .mp_wrapper {
    display: block;
    margin-top: 38px;
    margin-bottom: 45px;
    padding: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: hsla(60, 7%, 86%, .51);
}

.page-template-page-login .mp_wrapper .mp-form-row {
    margin-bottom: 20px;
    width: 45% !important;
    margin-right: 4%;
    margin-bottom: 20px;
    color: #2c535c;
    font-weight: 700;
    display: inline-block;
}

.mp_wrapper label {
    font-weight: 400;
}

.page-template-page-login .mp_wrapper .mp-form-row #user_login,
.page-template-page-login .mp_wrapper .mp-form-row #user_pass,
.mp_wrapper .mp-form-row input[type=text],
.mp_wrapper .mp-form-row input[type=email],
.mp_wrapper .mp-form-row input[type=password],
.footer .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    display: block;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding-left: 25px;
    border-radius: 100px;
}

.page-template-page-login .mp_wrapper input[type=submit],
.mp_wrapper input[type=submit],
.mp_wrapper .button-primary,
.footer .gform_wrapper .gform_footer input[type="submit"] {
    margin-top: 15px;
    border-radius: 100px;
    background-color: #fdce09;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: Montserrat, sans-serif;
    color: #2c535c;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    padding: 9px 15px;
    border: none;
}

.footer .gform_wrapper .gform_footer input[type="submit"] {
    margin-top: 0;
}

/* GF Overrides */

.footer .gform_wrapper .top_label .gfield_label {
    display: none;
}

.gform_wrapper .large {
    margin-bottom: 0;
    color: #2c535c;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0px;
    text-transform: none;

}

/* Error */

.body .gform_wrapper div.validation_error {
    color: #f3a6a6;
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 15px;
    border-top: 1px solid #f3a6a6;
    border-bottom: 1px solid #f3a6a6;
    padding: 16px 0;
    clear: both;
    width: 100%;
    text-align: center;
}

.body .gform_wrapper li.gfield.gfield_error,
.body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 6px !important;
    border-top: none;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
    box-sizing: border-box;

}

.body .gform_wrapper .validation_message {
    color: #f3a6a6;
    font-weight: 400;
}

.body .gform_wrapper .field_description_below .gfield_description {
    padding-top: 5px;
    padding-left: 20px;
}

/*---------- Video Embeds ---------*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


/* Pagination */

.pagination-container {
    display: block;
    width: 100%;
}

/**** BB Press ****/

body #bbpress-forums {
    font-size: 16px;
}

body ul.topic.type-topic {
    display: block;
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
    font-size: 18px !important;
}

body #bbpress-forums fieldset.bbp-form {
    border: none;
    padding: 0;
    margin-bottom: 10px;
}

body div.bbp-breadcrumb {
    margin-right: 20px;
}

body div.bbp-breadcrumb,
body div.bbp-topic-tags,
body div.bbp-template-notice p {
    font-size: 14px;
}

div.bbp-template-notice p {
    margin: 0.5em 0 6px 0 !important;
    padding: 2px;
    font-size: 12px;
    line-height: 140%;
}

#bbpress-forums div.bbp-the-content-wrapper,
#bbpress-forums fieldset.bbp-form p,
#bbpress-forums fieldset.bbp-form textarea,
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form input:not([type="button"]) {
    padding: 10px !important;
}

#bbpress-forums fieldset.bbp-form label {
    margin: 0 0 5px !important;
}

body div.bbp-submit-wrapper {
    margin-top: 15px;
    margin-left: 0;
    float: none;
    clear: both;
}

body .button.submit {
    padding: 8px 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.bbp-topic-form,
.bbp-reply-form,
.bbp-topic-tag-form {
    clear: left;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

body #bbpress-forums div.bbp-the-content-wrapper,
body #bbpress-forums fieldset.bbp-form p,
body #bbpress-forums fieldset.bbp-form textarea,
body #bbpress-forums fieldset.bbp-form select,
body #bbpress-forums fieldset.bbp-form input:not([type="button"]) {
    padding: 0 !important;
}

body #bbpress-forums .bbp-forum-info .bbp-forum-content,
body #bbpress-forums p.bbp-topic-meta {
    font-size: 16px;
    margin: 5px 0 5px;
    padding: 0;
    word-wrap: break-word;
}

body span.bbp-admin-links a,
body a.bbp-reply-permalink,
body .bbp-reply-header a.bbp-reply-permalink {
    color: #666;
}

.bbp-reply-form .bbp-form label {
    display: inline-block;
}

/* BB Press Hide */

body .bbp-author-avatar {
    display: none;
}







/***** DESKTOP BREAKPOINT *****/

@media only screen and (min-width: 769px) {}

/***** SPECIALTY BREAKPOINT *****/

@media only screen and (min-width: 769px) and (max-width: 1045px) {}

/***** MOBILE BREAKPOINT *****/

@media only screen and (max-width: 768px) {}
