/*
Theme Name:     html5blank-child
Description:    This is child theme
Author:         Jaideep
Template:       html5blank-stable
*/

/********************
    FONT REFERENCES (these could use a lot of clean up throughout the stylesheets)

    Brandon Grotesque Light:
        font-family: brandon-grotesque, sans-serif;
        font-style: normal;
        font-weight: 300;

    Brandon Grotesque Regular:
        font-family: brandon-grotesque, sans-serif;
        font-style: normal;
        font-weight: 400;

    Brandon Grotesque Medium:
        font-family: brandon-grotesque, sans-serif;
        font-style: normal;
        font-weight: 500;

    Brandon Grotesque Bold:
        font-family: brandon-grotesque, sans-serif;
        font-style: normal;
        font-weight: 700;

    Minion Pro Regular:
        font-family: minion-pro, serif;
        font-style: normal;
        font-weight: 400;

    Minion Pro Bold:
        font-family: minion-pro, serif;
        font-style: normal;
        font-weight: 700;
*********************/

html {
    margin-top:0!important;
}

/* .admin-bar .header {
    top: 32px;
} */

.forum_main .breadcrumbs {
    margin-top: 20px !important;
}
img{
    max-width:100%;
}

ul{
    list-style:none;
    padding-left:0;
    margin-bottom: 0;
}
.members {
    padding: 100px 0px;
    position: relative;
}
.member_header_bar {
    background: #F5F6F6;
    position: relative;
}
.member_menu_bar a {
    line-height: 20px;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #506466;
    padding: 30px 0px !important;
    display: inline-block;
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 500;
    position: relative;
}
.member_menu_bar li{
    margin: 0px 20px !important;
    position: relative;
    padding: 0;
}
.member_menu_bar a:hover {
    text-decoration: none;
}
ul.menu_left li:first-child {
    margin-left: 0 !important;
}
ul.menu_right li:last-child{
	margin-right: 0;
}
.member_menu_bar .menu_left li.active a:before {
    content: "";
    position: absolute;
    width: 100%;
    border: 2px solid #00ADB5;
    bottom: 0;
}
.member_menu_bar li.active a {
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 700;
}
.members_top_search select.form-control {
    height: 52px;
    border-radius: 0px;
    border: 1px solid #D8DCDD;
    border-bottom: 4px solid #4A7C00;
    box-shadow: none;/*
    text-transform: uppercase;*/
    font-size: 15px;
    color: #2C3C3E;
}
.search_box_vs input.form-control {
    height: 52px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #D8DCDD;
}
.member-search-btn {
    text-transform: uppercase !important;
    border-radius: 0 !important;
    color: #fff;
    height: 42px !important;
    line-height: normal !important;
	font-size: 16px !important;
    box-shadow: none!important;
    letter-spacing: 1px;
    padding: 12px 30px !important;
    transition: .2s all;
    background: #00ADB5;
    height: 52px !important;
    border-bottom: 4px solid #00767C !important;
}
.member-search-btn:hover {
    color: #fff;
}
.members_top_search {
    margin-bottom: 0px;
}
.member_group {
    background: #FFFFFF;
    border: 1px solid #D8DCDD;
    box-sizing: border-box;
    margin-top: 40px;
    position: relative;
    text-align: center;
    border-bottom: 5px solid #D8DCDD;
    padding: 20px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    min-height: 450px;
}
.member_group img {
    border-radius: 50%;
}
.member_group h3 {
    font-family: minion-pro, serif;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    font-size: 22px;
    text-align: center;
    color: #005F63;
    margin-top: 15px;
}
.member_group p {
    line-height: 22px;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    color: #8A9799;
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 500;
    min-height: 40px;
}
.add_friend_link {
    background: #2C3C3E;
    line-height: normal;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-block;
    padding: 13px 20px;
    margin-top: 30px;
}
.member_group:hover{
	box-shadow: 6px 6px 10px #E5E5E5;
}
.add_friend_link:hover, .cancel_friend_link:hover  {
    color: #fff;
    text-decoration: none;
}
footer {
    background: #2C3C3E;
    padding: 60px 0px;
    position: relative;
    color: #ffffff;
}
footer .container {
    width: 1250px;
    max-width: 100%;
}
footer a {
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
}
.footer2 .f2:nth-child(2) {
  width: 68%;
  float: left;
  margin-top: 16px;
}
.f2:first-child {
  padding-left: 10%;
}
.f2:first-child p {
  font-size: 25px;
}
.f2:first-child #mc_embed_signup {
  margin-bottom: 60px;
  position: relative;
}
.f2:first-child #mc-embedded-subscribe {
  position: absolute;
  top: 2px;
  width: 158px;
  right: 2px;
  padding: 17px 35px;
  background-color: #2c3c3e;
  font-size: 16px;
  text-transform: uppercase;
  border:none;
}
.f2:first-child #mce-EMAIL {
  text-align: left;
  color: #000000;
  padding: 15px;
  width: 100%;
  border: none;
}
.f2 h4 {
  color: #ffc000;
  font-family: brandon-grotesque, sans-serif;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 0;
}
.f2 .textwidget.custom-html-widget {
  font-size: 26px;
}
.funding {
  width: 70%;
  float: right!important;
}
.footer2 .bottom-logo {
  width: 30%;
  float: right;
}
footer .menu {
    margin-bottom: 30px;
}

footer a:hover {
    color: white;
}

footer .textwidget {
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-align: right;
}

footer .bottom-logo {
    background-image: url(./images/youthrex-white-logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 200px;
    display: block;
    height: 69px;
    max-width: 100%;
    float: right;
    margin-top: 20px;
}
.copy_right p {
    margin-bottom: 0;
    line-height: 34px;
    font-size: 16px;
    text-transform: uppercase;
    color: #8A9799;
}

ul.social_media li i {
    width: 34px;
    height: 34px;
    background: #B1BABB;
    border-radius: 50%;
    line-height: 34px;
    text-align: center;
    color: #2C3C3E;
}

.forum_main {
    position: relative;
    padding: 0px 0px 0;
}
.njt-nofi-container-content .njt-nofi-container {
    top:0!important;
}
.njt-nofi-container-content {
    /* position: fixed; */
  top: 0;
  min-width: 100%;
}
.inner_forum_activity {
    border-bottom: 1px solid #D8DCDD;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.forum_sidear h2 {
    line-height: 37px;
    font-size: 28px;
    color: #005F63;
    border-bottom: 1px solid #D8DCDD;
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-family: minion-pro, serif;
    font-style: normal;
    font-weight: 700;
}
.inner_forum_activity h3 {
    line-height: 29px;
    font-size: 22px;
    color: #00767C;
    font-family: minion-pro, serif;
    font-style: normal;
    font-weight: 700;
}
.inner_forum_activity p {
    line-height: 23px;
    font-size: 16px;
    color: #637577;
    font-family: minion-pro, serif;
    font-style: normal;
    font-weight: 400;
}
.activity_post_title {
    margin-top: 20px;
    line-height: 25px;
    font-size: 16px;
    color: #506466;
}
.activity_post_title span {
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 700;
}
.breadcrumb {
    padding: 0 !important;
    margin-bottom: 15px !important;
    background-color: transparent !important;
    border-radius: 0 !important;
}
.breadcrumb li, .breadcrumb li a{
    line-height: 27px !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    color: #506466 !important;
}
.breadcrumb>li+li:before {
    padding: 0 15px !important;
    color: #D8DCDD !important;
    content: "\f105" !important;
    font-family: fontAwesome !important;
    font-size: 20px !important;
}
.forum_left_panel {
    padding-right:50px;
    position: relative;
}
.forum_search_box {
    width: 100%;
    margin: 50px 0px 40px;
}
.forum_left_panel h1 {
    line-height: normal;
    font-size: 40px;
    color: #005F63;
    font-family: minion-pro, serif;
    font-style: normal;
    font-weight: 700;
    margin: 0px;
}
.table>thead>tr>th {
    vertical-align: middle;
    border-bottom: 1px solid #D8DCDD;
    border-top: 1px solid #D8DCDD !important;
    padding: 12px 0px;
    line-height: 27px;
    font-size: 16px;
    text-transform: uppercase;
    color: #3C5255;
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 700;
}
img.table_icons {
    max-height: 22px;
    vertical-align: middle;
    margin-top: -11px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
    border-bottom: 1px solid #D8DCDD;
}
.post_detail img {
    border-radius: 50%;
    display: inline-block;
    width: 20%;
    margin-right: 5%;
}
.post_cotent_user {
    display: inline-block;
    vertical-align: middle;
}
.table>tbody>tr>td, .table>tfoot>tr>td, .table>thead>tr>td {
    padding: 35px 0px;
}
.table-responsive.forum_table h3 {
    line-height: 37px;
    font-size: 28px;
    color: #00767C;
    font-family: minion-pro, serif;
    font-style: normal;
    font-weight: 700;
}
.table-responsive.forum_table p {
    line-height: 27px;
    font-size: 16px;
    text-transform: uppercase;
    color: #9DA8A9;
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 700;
}
.table-responsive.forum_table td{
    font-size: 24px;
    color: #3C5255;
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 700;
}
.post_cotent_user h4 {
    line-height: 25px;
    font-size: 16px;
    color: #506466;
    margin: 0;
}
.post_cotent_user span{
    font-size: 16px;
    color: #506466;
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 400;
    display: block;
}
.main_div_forum{
    position: relative;
}
.private_forum {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.89);
    height: 100%;
    z-index: 99;
}
.private_content_forum {
    max-width: 450px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    right: 0;
}
.private_content_forum h2 {
    margin-top: 30px;
    line-height: normal;
    font-size: 40px;
    text-align: center;
    color: #009198;
    font-family: minion-pro, serif;
    font-style: normal;
    font-weight: 700;
}
.private_content_forum p {
    color: #506466;
    font-size: 26px;
    margin: 0;
    line-height: 30px;
}

/********** profile page css ********************/
.profile_breadcumbs {
    position: relative;
    padding-top: 40px;
    padding-bottom: 10px;
}
.profile_header_bar li {
    margin: 0px 40px;
}
.profile_banner {
    position: relative;
    padding: 100px 0px;
    background: url(images/hero-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.profile_img {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
}
.profile_banner_content {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7%;
}
.profile_img img {
    border-radius: 50%;
    width: 100%;
    height: auto;
}
.profile_banner_content h2 {
   line-height: 65px;
    font-size: 76px;
    color: #FFFFFF;
    font-family: minion-pro, serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: capitalize;
}
.profile_banner_content p {
    line-height: 31px;
    font-size: 24px;
    color: #FFFFFF;
}
ul.profile_banner_uline li a {
    min-width: 220px;
    background: #fff;
    display: inline-block;
    text-align: center;
    height: 55px;
    line-height: 55px !important;
    border-bottom: 5px solid #2C3C3E;
    text-transform: uppercase;
    color: #2C3C3E;
    font-size: 14px !important;
    padding: 0px !important;
}
ul.profile_banner_uline li a img {
    margin-left: 10px;
    margin-top: -4px;
    vertical-align: middle;
}
ul.profile_banner_uline {
    margin-top: 30px;
}
.profile_data {
     position: relative;
    padding: 40px 0px 150px;
}
.p_data_grid h3 {
    width: 30%;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    color: #778688;
    line-height: 27px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 500;
}
.p_data_grid p {
    width: 65%;
    float: left;
    margin-left: 5%;
    padding-right: 70px;
    margin-bottom: 0;
    line-height: 33px;
    font-size: 22px;
    color: #444;
    font-family: minion-pro, serif;
    font-style: normal;
    font-weight: 400;
}
.p_data_grid a{
    text-decoration: none !important;
    color: #000000;
    line-height: 33px;
    font-size: 22px;
}
.p_data_grid {
    padding: 13px 0px;
    border-bottom: 1px solid #D8DCDD;
}

/******** search page css **********/
.search_div {
    position: relative;
    padding: 60px 0px;
}

.search_div h1 {
    font-size: 40px;
    color: #005F63;
    margin-top: 30px;
    font-family: minion-pro, serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 30px;
}
p.lead_txt_search {
    font-size: 16px;
    text-transform: uppercase;
    color: #637577;
}
p.lead_txt_search span{
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 700;
}
.seach_grid {
    border-top: 1px solid #D8DCDD;
    padding-top: 30px;
    margin-top: 30px;
    position: relative;
}
.seach_grid h3,.seach_grid h3 a {
    line-height: 37px;
    font-size: 28px;
    color: #00767C;
    font-family: minion-pro, serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 15px;
}
.seach_grid p {
    line-height: 33px;
    font-size: 22px;
    color: #3C5255;
    font-family: minion-pro, serif;
    font-style: normal;
    font-weight: 400;
}
.post_date_search {
    line-height: 27px;
    font-size: 17px;
    color: #778688;
    margin-bottom: 10px;
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 500;
}
.search_result {
    margin-top: 40px;
}
.post_date_search .s_post_name{
    color:#00adb5;
}
.seach_grid a{
    text-decoration: none !important;
}
/*----------------------*/
.activity_post_title a{
    text-transform: capitalize;
    text-decoration: none;
}
li.bbp-topic-voice-count::before,li.bbp-topic-reply-count::before {
    content: none !important;
}
.bbp-body li.bbp-topic-voice-count,.bbp-body li.bbp-topic-reply-count{
    font-size: 24px !important;
    color: #3C5255;
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 700;
}
img.table_icons {
    padding-right: 10px;
}
.action_btn a {
    padding: 10px 15px;
    background-color: #fff;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: solid 3px #000;
    text-transform: uppercase;
    display: inline-block;
    color: #333;
    text-decoration: none;
}
.action_btn a:hover {
    text-decoration: none;
}
.disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
.custom_btn_green{
padding: 10px 15px !important;
background-color: #009198 !important;
border-left: 0 !important;
border-right: 0 !important;
border-top: 0 !important;
border-bottom: solid 3px #000 !important;
text-transform: uppercase !important;
display: inline-block !important;
color: #fff !important;
text-decoration: none !important;
}
.members {
    padding: 0 !important;
}
.item-avatar img
{
    width: 100%;
    height: 100%;}
body .pending_friend a, body .is_friend a,.awaiting_response_friend a {
    line-height: normal !important;
    font-size: 12px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    background: #9DA8A9 !important;
    display: inline-block !important;
    padding: 13px 10px !important;
    margin-top: 30px !important;
}
.not_friends a {
    background: #2C3C3E !important;
    line-height: normal !important;
    font-size: 12px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    display: inline-block !important;
    padding: 13px 20px !important;
    margin-top: 30px !important;
}
html {
    background: none !important;
}
.custom_btn {
    width: auto;
    padding: 10px 25px;
    background-color: #009198;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: solid 3px #000;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-radius: 0px;
    font-family: arial;
}
ul.tml-links li {
    float: left;
    padding-right: 20px;
    font-size: 17px;
    text-decoration: none;
}
ul.tml-links li a {
    text-decoration: none;
}
.tml-field-wrap.tml-submit-wrap {
    margin-top: 25px;
}
.bbp-topic-permalink{

    color: #00767C;
font-size: 25px;
    font-family: minion-pro, serif;
    font-style: normal;
    font-weight: 700;
}
span.bbp-topic-started-by a{
    text-transform: uppercase;
color: #9DA8A9;
font-size: 16px;
}
.profile_breadcumbs .breadcrumbs {
    margin-top: 90px;
}
#buddypress div.item-list-tabs ul li.current a, #buddypress div.item-list-tabs ul li.selected a{

    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 700 !important;
    background: none;
}
.member_menu_bar li.current.selected a::before{
    content: "";
    position: absolute;
    width: 100%;
    border: 2px solid #00ADB5;
    bottom:0;
    left: 0;
}
/*Blog Archive start*/

#buddypress div.item-list-tabs#subnav {
    margin: 0;
    margin-top: -42px !important;
}
/*.profile_banner_uline li {
    vertical-align: top;
}*/
.bbp-reply-content {
    padding-top: 35px !important;
}
div#whats-new-avatar img {
    height: 50px;
    width: 50px;
}

.breadcrumbs li {
    list-style: none;
    display: inline-block;
    padding: 0px;
    position: relative;
    font-size: 14px;
}
.breadcrumbs li a{
    font-size: 14px !important;
}
.breadcrumbs>li+li:before {
    padding: 0 15px;
    color: #D8DCDD;
    content: "\f105";
    font-family: fontAwesome;
    font-size: 20px;
}
div#subnav li a {
    font-size: 18px;
}
#activity-filter-select label {
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px;
}
#buddypress div.item-list-tabs#subnav {
    margin: 40px 0 !important
}
#buddypress div.item-list-tabs#subnav {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
}
#buddypress form#whats-new-form p.activity-greeting {
    font-size: 16px;
}
#buddypress #activity-stream p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
}
#buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic, #buddypress .activity-list li.mini .activity-avatar img.avatar {
    height: 30px;
    margin-left: 20px;
    width: 30px;
}
#buddypress ul.item-list li {
    padding: 25px 0 !important;
}
#profile-edit-form .editfield {
    margin-bottom: 15px;
}
p.field-visibility-settings-toggle {
    margin-top: 10px;
    margin-bottom: 0px;
}
table.notifications {
    font-size: 18px;
}
table#message-threads {
    font-size: 16px;
}
.messages-options-nav {
    margin-top: 20px;
}
ul.acfb-holder li {
    float: none !important;
}
.bp-user #buddypress .members.friends .generic-button a.friendship-button{
    background-color: #009198 !important;
    color: #fff !important;
    font-size: 15px !important;
}
.settings-input {
    width: 50%;
}
#buddypress table.notification-settings th.title, #buddypress table.profile-settings th.title {
    width: 87%;
    line-height: 30px;
}
table.notification-settings {
    font-size: 16px;
}
form#settings-form p {
    font-size: 20px;
}
.profile-settings th{
    padding: 8px;
    vertical-align: middle;
}
table.profile-settings {
    font-size: 18px;
}
.export_setting ul li {
    margin-bottom: 10px;
    font-size: 16px;
}
.export_setting p {
    font-size: 20px;
}
.group_meta{
    margin-top: 25px;
}
.group_loop_action {
    padding-top: 10px;
}
body.bp-user #buddypress .group_loop_action a{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px !important;
    background-color: #009198 !important;
    color: #fff !important;
}
.menu_left span.count,.menu_left span.no-count {
    display: none !important;
}
img.avatar.photo {
    border-radius: 50%;
}
.activity #buddypress .activity-list .activity-content .activity-header img.avatar {
    float: none!important;
    margin: 0px 10px !important;
    vertical-align: middle;
}
#send_message_form li.friend-tab img.avatar {
    width: 20px;
    height: auto;
    margin-right: 10px;
    vertical-align: middle;
}
#send_message_form li.friend-tab a {
    vertical-align: middle;
}
.directory.members .forum_main {
    padding: 70px 0px;
}
#buddypress #message-threads img.avatar {
    max-width: none;
    width: 50px;
    height: auto;
    vertical-align: middle;
    margin-right: 10px;
}
.messages-options-nav select,select#members-friends,#notification-select,select#activity-filter-by,select#groups-order-by
,#notifications-sort-order-list {
    height: 52px;
    border-radius: 0px;
    border: 1px solid #D8DCDD;
    border-bottom: 4px solid #4A7C00;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3C3E;
    padding: 0px 15px;
}
#bbp-cancel-reply-to-link,.messages-options-nav input[type=submit],#messages_search_submit,#buddypress input[type=submit],#buddypress button[type=submit] {
    text-transform: uppercase !important;
    border-radius: 0 !important;
    color: #fff !important;
    height: 42px !important;
    line-height: normal !important;
    font-size: 16px !important;
    box-shadow: none!important;
    letter-spacing: 1px;
    padding: 12px 30px !important;
    transition: .2s all;
    background: #00ADB5 !important;
    height: 52px !important;
    border-bottom: 4px solid #00767C !important;
    opacity: 1 !important;
}
form#bp-data-export button[type=submit]{
border-width: 0px 0px 4px 0px
}
input#messages_search {
    height: 51px;
    min-width: 200px;
    padding: 0px 15px;
    border: 1px solid #D8DCDD;
    margin-right: -4px;
    margin-top: -1px;
}
li#members-order-select {
    background: none !important;
    border: 0;
}
.bpfb_form_container {
    margin-top: 40px;
}
.profile_main_content div#subnav ul li:first-child a {
    padding-left: 0;
}
.profile_main_content .bbp-user-topics-started .bbp-user-section p {
    font-size: 16px;
}
form#settings-form {
    margin-top: 35px;
}
.profile_banner_content .generic-button a {
    margin-top: 0px !important;
}
#buddypress #bbp-search-form input#bbp_search {
    width: 83%!important;
    height: 51px !important;
        padding: 8px;
}
.bbp-pagination {
    float: none;
    width: 100%;
    margin-bottom: 0;
    display: inline-block;
}
.bb_author_avatar {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.single-item.groups li.bbp-topic-title {
    width: 48% !important;
}
.single-item.groups li.bbp-topic-freshness {
    width:20% !important;
}
.bb_author_name {
    float: none;
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
div.bbp-topic-meta {
    display: inline-block;
}
#buddypress ul.item-list li .activity-avatar img.avatar {
    float: left;
    margin: 0;
    height: auto;
    width: 30px;
    margin-left: 20px;
}
#buddypress div.message-search {
    float: right;
    margin: 0;
}
div#message {
    margin-top: 50px !important;
}
#buddypress div#message p {
    background-color: #009198 !important;
    color: #fff !important;
    font-size: 16px !important;
    border: 0;
}
.home-page .forum_index .bbp-body > ul {
    margin: 2%!important;
    border-bottom: 5px solid #D8DCDD !important;
    vertical-align: top;
}
.forum_index h1{
    margin-top: 0;
    font-family: minion-pro, serif;
    font-style: normal;
    font-weight: 700;
}
.forum_index{
    position: relative;
    padding: 60px 0px;
}
.home-page .forum_index #bbpress-forums li.bbp-body ul.forum:hover, .home-page .forum_index #bbpress-forums li.bbp-body ul.topic:hover {
    -webkit-box-shadow: 6px 6px 10px #E5E5E5;
    -moz-box-shadow: 6px 6px 10px #E5E5E5;
    box-shadow: 6px 6px 10px #E5E5E5;
}
.home-page .forum_index .bbp-forum-title {
    color: #005F63;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0;
    display: block;
    font-family: minion-pro, serif;
    text-align: left;
    padding: 15px 20px;
    min-height: 110px;
    font-family: minion-pro, serif;
    font-style: normal;
    font-weight: 700;
}
.home-page .forum_index li.bbp-forum-topic-count, .home-page .forum_index li.bbp-forum-reply-count {
    padding: 0px 20px;
    width: auto;
    text-align: left;
    color: #000;
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
}
.home-page .forum_index .bbp-forum-reply-count:before,.home-page .forum_index .bbp-forum-topic-count:before{
    content:none;
}
input#bbp_topic_tags{
    border: 1px solid #ccc;
    background: #fafafa;
    border-radius: 0;
    color: #737373;
    font: inherit;
    font-size: 100%;
    padding: 6px;
}
.home-page .forum-featured-image img {
    object-fit: cover;
    height: 246px;
    width: 100%;
}
.bbp-replies img.avatar.photo{
    margin-top: 0px !important;
}
.forum_left_panel a
{
    text-decoration: none !important;
}
body .field_youthrex-participation select {
    display: inline-block !important;
}
.forum_home {
    min-height:640px;
}
span.bbp-admin-links {
    float: none !important;
}
.reply_link{
 padding-bottom: 20px;
}
#subscription-toggle {
    float: none !important;
}
.subscription_btn{
 margin: 10px 0px;
}
.subscription_btn span {
    padding-right: 10px;
}
.login_main {
    position: relative;
    margin-top:60px;
    padding: 40px 0px;
    background: #e5e5e5;
    min-height: calc(100vh - 190px);
}
.login_main .tml-login,.login_main .tml-lostpassword{
    width: 420px;
    margin: 0 auto;
}
.login_main .tml-login form,.login_main .tml-lostpassword form{
    box-shadow: 5px 5px 7px rgba(80, 100, 102, 0.1);
    padding: 30px;
    background: #fff;
}
ul.tml-links li.tml-lostpassword-link,.tml-lostpassword ul.tml-links li.tml-register-link {
    float: right;
    padding-right: 0;
}
ul.tml-links li a {
    line-height: 27px;
    font-size: 16px;
    text-transform: uppercase;
    color: #506466;
    margin-top: 20px;
    display: inline-block;
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 700;
}
.login_main h1 {
    text-align: center;
    font-family: minion-pro, serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 30px;
    color: #506466;
}
.login_main input[type=text], .login_main input[type=password] {
    border: 1px solid #9DA8A9;
    border-radius: 0;
    height: 48px;
}
.tml-login .tml-label {
    display: block;
    margin: .5em 0;
    line-height: 27px;
    font-size: 16px;
    text-transform: uppercase;
    color: #8A9799;
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 400;
}
.login_main .form-group {
    margin-bottom: 25px;
}
#nsl-custom-login-form-main .nsl-container-login-layout-below {
    padding: 6px 0px !important;
}
.login_main .custom_btn {
    padding: 15px 35px;
    border-bottom: solid 5px #00767C;
}
.login_main input[type=checkbox]{
    margin: 0;
}
.login_main .tml .tml-checkbox+.tml-label {
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-left: 5px;
}
span#subscription-toggle span {
    margin-left: -5px;
}
.tml.tml-login .tm_checkbox {
    float: left;
    display: inline-block;
    padding-top: 13px;
}
.tml-field-wrap.tml-submit-wrap {
    margin: 0;
    text-align: right;
}
.bbp-topic-tags {
    display: none !important;
}
body, html{
    height: auto !important;
}
#buddypress div.activity-meta a {
    padding: 7px 10px;
    background: #00ADB5;
    color: #fff;
    border: none;
    border-bottom: 4px solid #00767C !important;
}
#buddypress div.activity-meta a:hover {
    background: #00767C;
    border: none;
    color: #fff;
}
.single-item.groups #item-body .members_panel  h3 {
     display: block!important;
}
.forums .bbp-footer .bbp-reply-content {
    padding-top: 0px !important;
}
a#bbp-cancel-reply-to-link {
    margin-right: 5px;
}
#bbpress-forums fieldset.bbp-form {
    border: 0;
    padding: 10px 0px;
}
#signup_form input[type="checkbox"],#signup_form input[type="radio"]{
    margin: 4px 4px 8px;
}
.editfield.field_11.field_type_checkbox {
    margin-top: 17px;
    float: left;
}
.editfield.field_28.field_type_radio{
    margin-top: 17px;
}
.home-page .banner {
    margin-top: 59px !important;
}
/*Blog Archive end*/
a.bbp-forum-link:hover {
    text-decoration: none;
}
li.bbp-forum-reply-count img {
    max-height: 21px;
}
.home-page .bbp-forum-topic-count:after {
    margin-left: 4px !important;
}
.home-page .bbp-forum-reply-count:after {
    margin-left: 4px !important;
}
.home-page #bbpress-forums li.bbp-body ul.forum, .home-page #bbpress-forums li.bbp-body ul.topic {
    overflow: auto;
}
.single-item.groups .bbp-topic-freshness .bbp-author-name {
    margin-top: 0 !important;
}
.topic.type-topic li.bbp-topic-freshness {
    padding: 10px 0px;
}
.member_menu_bar.clearfix ul {
    margin-bottom: 0;
}
body.home-page #bbpress-forums ul.bbp-lead-topic, body.home-page #bbpress-forums ul.bbp-topics, body.home-page #bbpress-forums ul.bbp-forums, body.home-page #bbpress-forums ul.bbp-replies, body.home-page #bbpress-forums ul.bbp-search-results{
    overflow: auto !important;
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    font-size: 18px;
    padding: 10px;
    resize: none;
}
ul.loop-item-1.even.bbp-forum-status-open.bbp-forum-visibility-publish.post-170.forum.type-forum.status-publish.has-post-thumbnail.hentry {
    overflow: auto !important;
}
.forum .addtoany_content,
.buddypress .addtoany_content {
    display: none;
}

/*CSS FROM CLIENT*/
/* Landing Page */

.page-library .banner .content p {
    font-family: minion-pro, serif !important;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: normal;
    text-align: center;
    color: #3C5255;
}

/* Category Page. */

.archive .featured-articles h2 {
    font-family: minion-pro, serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 37px;
    color: #2C3C3E;
}

.archive .banner .content h1 {
    font-family: minion-pro, serif;
    font-style: normal;
    font-weight: 700;
font-size: 76px;
line-height: normal;
text-align: center;
color: #2C3C3E;
}

/* Individual Resource Pages: Top Banner */


.resource-type {
font-family: brandon-grotesque, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 41px;
text-align: center;
text-transform: uppercase;
color: #FFFFFF;
}

article .citation span {
    padding-left: 50px;
    display: block!important;
    position: relative;
    padding-bottom: 0px;
}


/* Individual Resource Pages: Body Text */

article .citation p {
margin-bottom: 0px;
}

.single article p.quotes strong {
    line-height: 32px;
    font-size: 26px;
}

.single article p.quotes {
    background: #F5F6F6;
    display: block;
    margin: 40px 0;
    border-left: 8px solid #81AC40;
    padding: 30px 45px;
    color: #223900;
    line-height: 29px;
    font-size: 22px;
    font-family: minion-pro, serif;
    font-style: normal;
    font-weight: 400;
}

article .autorz strong, article .autorz span:first-child, article .autorz span span, article .autorz span strong {
    font-size: 16px;
    margin-bottom: 0px;
    display: block;
}

.single article p ul li, .single article ul li, .single article>ul>li {
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 400;
    list-style: disc;
    margin-bottom: 15px;
	margin-left: 40px;
    font-size: 22px;
    line-height: 33px;
}

ol {
    margin-top: 0;
    margin-bottom: 10px;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 33px;
	padding-bottom:15px;
	margin-left:20px;
}

/* HEADER */
.menu-item {
    position:relative;
}
.header {
    z-index:999!important;
}
.header li:hover a,
.header a:hover {
    text-decoration: none;
}

.header .nav > ul > .menu-item-has-children:after{
    bottom: 24%;
    left: 35%;
    border: solid #2C3C3E;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #2C3C3E;
    border-width: 10px;
    margin-left: 0px;
    display: none;
}

.header .nav > ul > .menu-item-has-children:hover:after{
    display: block;
}

/*submenu*/
.header .nav ul.sub-menu{
    display:none;
}

.menu-item:hover ul.sub-menu{
    display:inline-block;
}

.header .nav > ul > li > ul.sub-menu{
    background-color:#2C3C3E;
    padding: 35px;
    position:absolute;
    top: 63px;
    height:auto!important;
    width:auto;
    margin:0;
    list-style:none;
    left: 0;
    right: auto;
    transform: translateX(-25%);
    align-content:start;
    border-radius: 4px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
}

.header .nav > ul > li.two-columns > ul.sub-menu {
    -webkit-column-rule: 1px solid #ffffff; /* Chrome, Safari, Opera */
    -moz-column-rule: 1px solid #ffffff; /* Firefox */
    column-rule: 1px solid #ffffff;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 65px;
    -moz-column-gap: 65px;
    column-gap: 65px;
}

.header .nav > ul > li > ul.sub-menu li{
    float: none;
    color: black;
    text-decoration: none;
    text-align: left;
    margin:0;
    display: block;
    padding-top:0!important;
    width:100%;
    -webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;         /* IE 11 */
    display:table;                      /* Actually FF 20+ */
}
.header .nav >ul >li > ul.sub-menu li {
    width: 225px;
}
.header .nav >ul >li:not(.two-columns) > ul.sub-menu li {
    width: 155px;
}
.header .nav >ul >li:not(.two-columns) > ul.sub-menu li a {
    text-transform: none;
    font-size: 20px;
    line-height: 1.7;
}

.header .nav >ul >li:not(.two-columns) > ul.sub-menu li a:hover {
    color: #FED65D;
}

.header .nav >ul >li > ul.sub-menu >.menu-heading> a{
    font-size:18px;
    text-transform:uppercase;
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    color: #9DA8A9 !important;
}
.header .nav >ul >li > ul.sub-menu >.menu-heading> a:hover {
    color: #9DA8A9 !important;
}
.header .nav >ul >li > ul.sub-menu >.menu-heading> a[href="#"] {
    cursor: default;
    pointer-events: none;
}

.header .nav >ul >li > ul.sub-menu >.menu-heading> a[href="#"]:hover {
    color: #9DA8A9 !important;
}

.header .nav >ul >li > ul.sub-menu >.menu-heading-library> a{
    font-size: 22px;
    text-transform: none;
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    color: #ffffff !important;
	padding-right: 50px;
}


.header .nav >ul >li > ul.sub-menu >.menu-heading-library> a:hover{
    font-size: 22px;
    text-transform: none;
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    color: #FED65D !important;
	padding-right: 50px;
}


.header .nav >ul >li > ul.sub-menu >li > a{
    padding-top:0!important;
    padding-bottom:10px;
}
.header .nav >ul >li > ul.sub-menu >li:last-child:not(.menu-item-has-children) > a{
    padding-bottom: 0;
}

.header .nav >ul >li > ul.sub-menu > li > ul.sub-menu > li> a{
    color:#ffffff!important;
    font-size: 20px;
    line-height: 24px;
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform:none!important;
    padding: 0 0 10px 0;
}
.header .nav >ul >li > ul.sub-menu > li > ul.sub-menu > li {
    padding:0;
}
.header .nav >ul >li > ul.sub-menu > li > ul.sub-menu > li a:hover {
    color: #FED65D !important;
}

.header .nav >ul >li.two-columns > ul.sub-menu > li:not(:first-child) {
    margin-top: 20px;
}
.visible {
  display: block!important;
}
#main-search input[type="text"] {
    padding-left: 15px;
    height: 50px;
    top: 6px;
    position: relative;
}
#main-search .sf-field-search,
#main-search .sf-field-search label {
  width:100%;
  text-align: center;
}
#main-search .sf-field-search input {
  border: none;
  background: transparent;
  color: #ffff;
  border-radius: 0;
  width:100%;
  text-align: center;
}
#main-search .sf-field-post_type .sf-input-select{
  max-width: 100%;
background: #00ADB5;
color: #ffffff!important;
border-radius: 0!important;
border-bottom: solid 6px #00767C;
-webkit-appearance: none;
-moz-appearance: none;
border-left: none;
border-right: none;
border-top: none;
height: 50px;
padding: 0 40px 0 20px;
font-size: 16px;
line-height: 1.4;
font-family: brandon-grotesque;
font-weight: 500;
}
#main-search .sf-field-post_type label:after{
   top: 50%;
    margin-top: -6px;
    content: '';
    display: inline-block;
    position: absolute;
    right: 15px;
    color: #000000;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 12px;
    height: 7px;
    background-image: url(images/dropdown-icon.svg);
    fill: #ffffff;
}
#main-search input[type="submit"] {
    width: 100%;
    height: 50px;
    display: inline-block;
    margin: 0;
    background: #00ADB5;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    border-bottom: solid 6px #00767C;
    text-transform: uppercase!important;
    border-top: none;
    border-left: none;
    border-right: none;
    position: relative;
    top: 1px;
    left: -22px;
    padding: 0 20px;
}
#closebutton {
  position: absolute;
    top: -16px;
    right: -13px;
    background: #00adb5;
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 50%;
}
#closebutton:after {
  color:#ffffff;
  display: inline-block;
  content: "\00d7";
  bottom: 4px;
  position: relative;
  font-size: 35px;
}
.search-wrapper.visible .form-wrapper {
  border-bottom: solid 1px #ffffff;
}
.form-wrapper.src {
    background-color: #2C3C3E;
    margin-bottom: 120px;
}
.search-wrapper .form-wrapper {
  margin: 0 auto;
  top: 121px;
  position: absolute;
  background-color: #2C3C3E;
  padding: 10px 20px;
  width: 100%;
  text-align: center;
  display: none;
}

.search-wrapper.visible .form-wrapper {
  display: block!important;
}
body.overlayed {
  height: 100vh;
  overflow-y: hidden;
}
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}
.header .nav >ul >li > ul.sub-menu > li > ul.sub-menu {
    display: block;
    float: none;
    column-count: 1;
}

.pagination {
    display: none!important;
}


.modal-wrapper.styled .modal {
    padding: 0;
    overflow: visible;
    max-width: 750px;
    width: 80%;
}

.modal-wrapper.styled .modal .close-modal {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    top: -15px;
    right: -12px;
    outline: none;
    padding: 0;
}

.modal-wrapper.styled .modal .close-modal:before,
.modal-wrapper.styled .modal .close-modal:after {
    content: "";
    display: block;
    background-color: #000;
    height: 20px;
    width: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -1px;
    margin-top: -9px;
}

.modal-wrapper.styled .modal .close-modal:before {
    transform: rotate(45deg);
}

.modal-wrapper.styled .modal .close-modal:after {
    transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .main-search-results #main-search {
    background-color: #2c3c3e;
  }
    .modal-wrapper.styled .modal {
        width: 95%;
    }
    .modal-wrapper.styled .modal {
        margin: 10px auto;
    }
    .modal-wrapper.styled .modal .close-modal {
        right: -5px;
    }
    .f2:first-child {
      padding-left:0!important;
    }
    .footer2 {
      clear: both;
      padding-top: 10px;
    }
    .f2 h4 {
      font-size: 24px;
    }
    .footer2 .f2:nth-child(2) {
      width:100%;
      float: none;
    }
    .f2:first-child p {
      font-size: 16px;
      line-height: 19px;
    }
    .footer2 .bottom-logo {
      width:100%;
      float: none;
      background-position: center;
    }
    .funding {
      width:100%;
      text-align: center!important;
      float: none;
    }
    .f2:first-child #mc-embedded-subscribe {
      top: 4px;
      width: 100px;
      padding: 3px 9px;
    }
    .f2:first-child #mc_embed_signup {
      margin-bottom:20px;
    }
    .f2:first-child #mce-EMAIL {
      padding:5px;
      font-size: 15px;
    }
    .f2 .textwidget.custom-html-widget {
      text-align: left;
      font-size: 19px;
      line-height: 26px;
    }
}



/*************************
    CLEANED UP
*************************/
/*************************
    UNIVERSAL
*************************/
body#child-theme {
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
}

/*************************
    NAVIGATION
*************************/
@media (max-width: 1080px) {
    body.menu-active {
        overflow: hidden;
    }
}

.header {
    background-color: #ffffff!important;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.21);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.21);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.21);
    z-index: 1;
}

.header .wrapper {
    width: 100%;
    padding: 19px 20px;
    max-width: 1320px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.header .logo {
    width: 20%;
    padding: 0 !important;
}

.header .logo a {
    display: block;
}

.header .logo img {
    display: block;
    height: auto;
    max-height: 50px;
    width: auto;
    max-width: 100%;
}

.header nav {
    float: none !important;
    width: 80%;
}

.header nav > ul {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.header nav > ul > li {
    margin: 0 10px !important;
}

.header .wrapper nav > ul > li > a {
    color: #3C5255;
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 700;
    padding: 25px 0;
}

.header .wrapper nav > ul > li:hover > a,
.header .wrapper nav > ul > li.current-menu-item > a,
.header nav ul li.current-menu-ancestor > a {
    text-decoration: none;
    color: #3C5255;
}

.header .wrapper nav ul li a:focus {
    text-decoration: none;
}

.header .wrapper nav > ul > li:not(.menu-item-has-children):hover:before,
.header .wrapper nav > ul > li.current-menu-item:before,
.header nav>  ul > li.current-menu-ancestor > a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    height: 2px;
    width: 100%;
    background-color: #3C5255;
}

.header nav>  ul > li.current-menu-ancestor:hover > a:before {
    opacity: 0;
}

.header .wrapper nav > ul > li.current-menu-item.menu-item-has-children:hover:before {
    display: none;
}

.header .social_media {
    display: none !important;
}

@media (max-width: 1080px) {
    .header .containermenu {
        display: block;
        float: none;
        position: relative !important;
        top: auto !important;
        right: unset !important;
    }

    .header .containermenu div {
        height: 2px;
        width: 25px;
        background-color: #2C3C3E;
        display: block;
        border-radius: 8px;
    }

    .header .change .bar1 {
        transform: rotate(-45deg) translate(-4px, 3px);
    }

    .header .wrapper .logo {
        width: auto !important;
    }

    .header .wrapper .logo img {
        max-width: 100%;
    }

    .header .wrapper nav {
        display: block;
        background-color: #fff;
        left: -5px;
        right: 0;
        bottom: 0;
        top: 86px;
        width: calc(100vw + 25px);
        min-height: calc(100vh - 86px);
        overflow: scroll;
        position: absolute;
        -webkit-box-shadow: 0px -4px 5px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px -4px 5px 0px rgba(0,0,0,0.1);
        box-shadow: 0px -4px 5px 0px rgba(0,0,0,0.1);
        transform: translateX(-100%);
        transition: transform 250ms;
    }

    body.menu-active .header .wrapper nav {
        transform: translateX(0);
    }

    .header .wrapper nav > ul {
        display: block !important;
        padding: 40px;
    }

    .header .wrapper nav > ul > li {
        margin: 0 !important;
        float: none;
    }

    .header .wrapper nav > ul > li > a {
        color: #2C3C3E;
        font-size: 20px;
        line-height: 1.7;
        text-transform: none;
        padding: 17px 0;
    }

    .header .wrapper nav ul li a {
        text-align: left;
    }

    .header .wrapper nav > ul > li > .sub-menu {
        display: none;
        transition: max-height 250ms;
        max-height: 0;
        overflow: hidden;
    }

    .header .wrapper nav > ul > li.active > .sub-menu {
        display: block;
        max-height: 1000px;
    }

    .header .nav > ul > .menu-item-has-children:after {
        display: none !important;
    }

    .header .wrapper nav > ul > li.menu-item-has-children > a {
        padding-right: 30px;
        position: relative;
    }

    .header .wrapper nav > ul > li.menu-item-has-children > a:after {
        content: "";
        display: block;
        border-top: 2px solid #2C3C3E;
        border-right: 2px solid #2C3C3E;
        transform: rotate(135deg);
        position: absolute;
        right: 0;
        top: 50%;
        width: 10px;
        height: 10px;
        margin-top: -7px;
        transition: transfom 150ms;
    }

    .header .wrapper nav > ul > li.menu-item-has-children.active > a:after {
        transform: rotate(-45deg);
    }

    .header .wrapper > nav > ul > li.menu-item-has-children > ul.sub-menu {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        background: #fff;
        box-shadow: none;
        column-count: 1;
        padding: 0;
        width: 100%;
    }

    .header .wrapper > nav > ul > li.menu-item-has-children > ul.sub-menu > li > a,
    .header .nav >ul >li > ul.sub-menu > li > ul.sub-menu > li> a {
        color: #506466 !important;
        font-size: 16px;
        line-height: 1.3;
    }

    .header .nav >ul >li > ul.sub-menu > li > ul.sub-menu > li a:hover {
        color: #506466 !important;
    }

    .header .wrapper nav > ul > li:not(.menu-item-has-children):hover:before {
        display: none !important;
    }

    .header .wrapper nav > ul > li.current-menu-item:before,
    .header nav> ul > li.current-menu-ancestor > a:before {
        display: none !important;
    }

    .header .wrapper nav > ul.social_media > li {
        display: inline-block;
        margin-right: 11px !important;
    }

    .header .social_media li,
    .header .social_media li a {
        display: inline-block !important;
        width: auto !important;
    }

    .header .social_media li a {
        padding: 0 !important;
    }

    .header ul.social_media li i {
        background-color: #2C3C3E;
        color: #fff;
    }
}

@media (max-width: 767px) {
    body.notiff {
        padding-top:130px;
    }
    
    #home-hero .vce-text-block-wrapper {
        padding-top: 70px;
    }
    .header .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .forum_main {
        padding-top: 80px;
    }
}

/*************************
    SEARCH FILTERS
*************************/
.searchandfilter ul li {
    display: inline-block;
    position: relative;
}

.search-filters ul li:not(.sf-field-search):not(.sf-field-submit):after{
    top: 50%;
    margin-top: -6px;
    content: '';
    display: inline-block;
    position: absolute;
    right: 15px;
    color: #000000;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 12px;
    height: 7px;
    background-image: url(images/dropdown-icon.svg);
}

.search-filters input {
    border: none;
    font-size: 16px;
    color: #000;
}

.search-filters input[type="text"]{
    height: 48px;
    position: relative;
    bottom: -3px;
    padding: 0 20px;
    outline: solid 1px #fff;
    color:#000000;
}

.search-filters input[type="submit"] {
    border-bottom: solid 5px #4A7C00;
    height: 50px;
    padding: 0 20px;
    background: #345600;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    bottom: -2px;
}

.search-filters ul li select {
    max-width: 100%;
    background-color: #fff;
    border-radius: 0!important;
    border-bottom: solid 6px #4A7C00;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-left: none;
    border-right: none;
    border-top: none;
    height: 50px;
    padding: 0 40px 0 20px;
    font-size: 16px;
    line-height: 1.4;
    font-family: brandon-grotesque;
    font-weight: 500;
    color: #2C3C3E;
}

.search-filters select:focus {
    outline: none;
}

/*******************************
    SEARCH RESULTS
/******************************/
#loader-wrap.results {
    padding: 40px 0;
    position: relative;
}

#loader-wrap.results .article-item.no-items {
    display: none !important;
}

.search-no-results #loader-wrap,
#loader-wrap.no-results {
  padding: 60px 20px !important;
}

#loader-wrap.no-results {
    height: auto !important;
}

#loader-wrap.no-results .article-item:not(:first-of-type) {
    display: none !important;
}

.grid-sizer,
#loader-wrap .article-item:not(.no-items) {
    width: 21%;
    margin-bottom: 25px;
}


#loader-wrap .grid-sizer {
    margin-bottom: 0;
}

.gutter-sizer {
    width: 2.67%;
    /* calculation: (container width - (columns * column width)) / number of gutters = gutter width)*/
}

.masonry-grid {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

@media (max-width: 767px) {
    .grid-sizer,
    #loader-wrap .article-item:not(.no-items) {
        width: calc(100% - 60px);
    }
    .gutter-sizer {
        width: 0;
    }

}
.no-results {
    font-size: 15px!important;
}
.tax-category-population-group .banner .container .content h1 {
    color: #fff;
    line-height: 1;
    font-size: 75px;
    font-family: 'brandon-grotesque', sans-serif;
    font-weight: 700;
    text-transform: none;
    padding-bottom: 20px;
    position: relative;
    margin: 27vh 0 15vh 0;
}
/* Community Board start */
.category-articles.results-container .grid-sizer,
#loader-wrap.category-articles.results-container .submit-form,
#loader-wrap.category-articles.results-container .article-item:not(.no-items) {
    width: 28%;
}


@media (min-width: 768px) and (max-width: 1023px) {
    .category-articles.results-container .grid-sizer,
    #loader-wrap .article-item:not(.no-items),
    #loader-wrap.category-articles.results-container .submit-form,
    #loader-wrap.category-articles.results-container .article-item:not(.no-items) {
        width: calc(50% - 60px);
    }
}

@media (max-width: 767px) {
    section.wrapper {
        width: 100%;
    }
    .category-articles.results-container .grid-sizer,
    #loader-wrap.category-articles.results-container .submit-form,
    #loader-wrap.category-articles.results-container .article-item:not(.no-items) {
        width: calc(100% - 60px);
    }
}

.category-articles.results-container .gutter-sizer {
    width: 3.5%;
     /* calculation: (container width - (columns * column width)) / number of gutters = gutter width) */
}

/* Community Board end */


.article-item .library-post {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  /*Notifications Bar */
    .home-page #el-b3163847 {
      top: -83px!important;
      padding:0!important;
      margin: 0 0 37px 0;
      display: block!important;
    }
    .header.notifications {
      margin-top: 62px;
      position: fixed;
    }

    #loader-wrap.no-results .article-item {
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      display: -webkit-box !important;
      display: -moz-box !important;
      display: -ms-flexbox !important;
      display: -webkit-flex !important;
      display: flex !important;
      flex-wrap: wrap;
    }
}

/*Ipad portrait only */
@media (width:768px)and (height:1024px) {
  /*Notifications Bar */
    .header.notifications {
      margin-top: 99px;
    }

}
@media screen and (max-width: 767px) {
  /*Notifications Bar */
    .home-page #el-b3163847 {
      position: relative;
      top: -82px!important;
      padding:0!important;
      margin:0!important;
      display: block!important;
    }
    .home-page #el-b3163847 form {
      line-height: 23px!important;
    }
     .header.notifications {
        margin-top: 140px;
    }
    #loader-wrap.no-results .article-item:first-of-type {
        display: block !important;
    }
}

.no-results h2 {
  color: #89AF52;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 700;
  font-size: 72px;
  margin: 0 0 30px;
  line-height: 1.3;
}

.no-results p {
  font-size: 24px;
  line-height: 1.3;
}

.no-results a {
  font-weight: 600;
}

.img-container img {
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .img-container {
        margin-top: 40px;
    }
    .img-container img {
        max-width: 80%;
    }
}

/*****************
    PROFILE
*****************/
#activity-personal-li,
#public-personal-li,
#groups-personal-li,
#social-personal-li,
#data-personal-li {
    display: none;
}

/*********************************
    LIBRARY POST SMALL CARD
*********************************/
.library-post {
    border: 2px solid #F5F6F6;
    padding: 12px 10px 20px 10px;
    position: relative;
    margin-top: 0;
    margin-bottom: 25px;
}

.library-post > span {
    font-family: brandon-grotesque, sans-serif;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: #637577;
    padding-right: 10px;
    font-weight: 500;
}

.library-post h2 {
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    font-size: 22px;
    text-align: left;
    color: #3C5255;
    padding-top: 10px;
}

.library-post article h2 a {
    color: #3C5255;
}

.article-item .library-post > p {
  display:none;
}

.library-post:before {
    content: '';
    height: 4px;
    width: calc(100% + 4px);
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    background: #506466;
}

.library-post:after {
    content: '';
    height: 4px;
    width: calc(100% + 4px);
    display: block;
    position: absolute;
    bottom: -2px;
    left: -2px;
    background: #ECEEEE;
}

.library-post a,
.library-post a:hover {
  text-decoration: none;
}

/*********************************
    SINGLE LIBRARY POST
*********************************/
.archive-library-post .library-post {
    margin-bottom: 20px;
    max-width: 720px;
    margin: 60px auto;
    border: none;
    padding: 0 60px 15px 15px;
}

.archive-library-post .library-post:before {
    display: none;
}

/*********************************
    VISUAL COMPOSURE POSTS GRID
*********************************/
.vce-posts-grid-container {
    padding: 40px 0;
}

.vce-posts-grid-container .vce-posts-grid-wrapper .vce-posts-grid-list {
    margin: 0;
}
.vce-posts-grid-container .vce-posts-grid-wrapper .vce-posts-grid-item {
    border-width: 0 2px;
    border-style: solid;
    border-color: #F5F6F6;
    padding: 16px 10px 24px 10px;
    position: relative;
    margin: 0 15px 25px;
}

.vce-posts-grid-container .vce-posts-grid-wrapper.vce-posts-grid--columns-2 .vce-posts-grid-item {
    max-width: calc(50% - 30px);
}

.vce-posts-grid-container .vce-posts-grid-wrapper.vce-posts-grid--columns-3 .vce-posts-grid-item {
    max-width: calc(33.3% - 30px);
}

.vce-posts-grid-container .vce-posts-grid-wrapper.vce-posts-grid--columns-4 .vce-posts-grid-item {
    max-width: calc(25% - 30px);
}

@media screen and (max-width: 1023px) {
    .vce-posts-grid-container .vce-posts-grid-wrapper.vce-posts-grid--columns-3 .vce-posts-grid-item,
    .vce-posts-grid-container .vce-posts-grid-wrapper.vce-posts-grid--columns-4 .vce-posts-grid-item {
        max-width: calc(50% - 30px);
    }
}

@media screen and (max-width: 767px) {
    .vce-posts-grid-container .vce-posts-grid-wrapper .vce-posts-grid-list {
        display: block;
    }
    .vce-posts-grid-container .vce-posts-grid-wrapper.vce-posts-grid--columns-2 .vce-posts-grid-item,
    .vce-posts-grid-container .vce-posts-grid-wrapper.vce-posts-grid--columns-3 .vce-posts-grid-item,
    .vce-posts-grid-container .vce-posts-grid-wrapper.vce-posts-grid--columns-4 .vce-posts-grid-item {
        width: calc(100% - 30px);
        max-width: 100%;
    }
}

.vce-posts-grid-container .vce-posts-grid-wrapper .vce-posts-grid-item:before,
.vce-posts-grid-container .vce-posts-grid-wrapper .vce-posts-grid-item:after {
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    left: -2px;
    right: -2px;
}

.vce-posts-grid-container .vce-posts-grid-wrapper .vce-posts-grid-item:before {
    background-color: #506466;
    top: 0;
}

.vce-posts-grid-container .vce-posts-grid-wrapper .vce-posts-grid-item:after {
    background-color: #ECEEEE;
    bottom: 0;
}

.vce-posts-grid-item .vce-post-description--full .vce-post-description--content {
    padding-bottom: 0;
}

.vce-posts-grid-item .vce-post-description--background-wrapper-box,
.vce-posts-grid-item .vce-post-description--excerpt {
    display: none;
}

.vce-posts-grid-item .vce-post-description {
    padding-right: 60px;
    padding-top: 10px;
    overflow: hidden;
}

.vce-posts-grid-item .vce-post-description a {
    line-height: 36px;
    font-size: 28px;
    color: #2C3C3E;
    font-family: minion-pro, serif;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
}

/*******************
    Single Posts
*******************/
/*Single article Related Resources Section start*/
.single .related-resources {
  background: #ECEEF0;
  padding: 30px 0;
  text-align: center;
}

.single .related-resources h2 {
    text-align: center;
    font-family: brandon-grotesque, sans-serif !important;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 30px;
    color: #00ADB5;
    line-height: 42px;
    font-size: 25px;
}

.single.single-library-post .related-resources h2 {
    color: #4A7C00;
}

.single .related-resources a:hover {
    text-decoration: none;
}

.single .related-resources ul {
  display: inline-block;
  margin: auto;
  min-height: 200px;
  width: 1300px;
  max-width: 100%;
}
.single .related-resources ul li .article {
    border: 2px solid #ffffff;
    padding: 10px;
    margin: 0 40px 30px 0;
    position: relative;
    padding-bottom: 20px;
    background: #ffffff;
    position: relative;
}
/* Knowledge Hub Page*/
.page-template-template-library-php .sf-input-select {
  max-width: 100%;
  background: #00ADB5;
  color:#ffffff!important;
  border-radius: 0!important;
  border-bottom: solid 6px #00767C;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-left: none;
  border-right: none;
  border-top: none;
  height: 50px;
  padding: 0 40px 0 20px;
  font-size: 16px;
  line-height: 1.4;
  font-family: brandon-grotesque;
  font-weight: 500;
}
.knowledge-hub .sf-field-reset {
  display: none;
}
@media screen and (max-width: 1024px) {
    .single .related-resources ul li .article {
        margin-right: 0;
    }
}
.single .related-resources ul li:last-child .article {
    margin-right: 0;
}
.single .related-resources ul li .article:before {
    content: '';
    height: 4px;
    width: calc(100% + 4px);
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    background: #506466;
}
.single .related-resources ul li .article:after {
    content: '';
    height: 4px;
    width: calc(100% + 4px);
    display: block;
    position: absolute;
    bottom: -2px;
    left: -2px;
    background: #ECEEEE;
}

.single .related-resources ul li .article:hover {
    border: 2px solid #F5F6F6!important;
    background-color: #F5F6F6;
}

.single .related-resources ul li .article span {
  display: block;
  font-size: 16px;
  margin-top: 12px;
  text-transform: uppercase;
  color: #637577;
  text-align: left;
    font-family: brandon-grotesque, sans-serif !important;
    font-style: normal;
    font-weight: 700;
}

.single .related-resources ul li .article h3 {
    text-align: left;
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    font-size: 22px;
    color: #3C5255;
}

.single .related-resources span:after {
    content: '';
    position: absolute;
    right: -27px;
    top: 0;
    width: 50px;
    height: 50px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateX(-50%);
    bottom: 43px;
    background-color: #506466;
}
.single .related-resources .academic-literature span:after {
    background-image: url(images/academic-literature-icon.svg);
}
.single .related-resources .video span:after {
    background-image: url(images/video-icon.svg);
}
.single .related-resources .report span:after {
    background-image: url(images/report-icon.svg);
}
.single .related-resources .podcast span:after {
    background-image: url(images/podcast-icon.svg);
}
.single .related-resources .webinar span:after {
    background-image: url(images/webinar-icon.svg);
}
.single .related-resources .infographic span:after {
    background-image: url(images/infographic-icon.svg);
}
.single .related-resources .factsheet span:after {
    background-image: url(images/factsheet-icon.svg);
}
.single .related-resources .toolkit span:after {
    background-image: url(images/toolkit-icon.svg);
}
.single .related-resources .evidence-brief span:after,
.single .related-resources .research-summary span:after {
    background-image: url(images/research-summary-icon.svg);
}


/*************************
    Blog Landing
*************************/
.blog-landing .banner {
    background-color: #2C3C3E;
    display: block;
    padding: 120px 0 90px;
    text-align: center;
}
.blog-landing .banner .container {
    padding-top: 85px;
}

.blog-landing .banner h1 {
    color: #fff;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    font-size: 80px;
    margin: 0 0 30px;
}

.blog-landing .banner h4 {
    color: #01adb5;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    font-size: 26px;
    margin: 0 0 20px;
}

.blog-landing .featured .container {
    padding-top: 95px;
    padding-bottom: 95px;
}

.blog-landing .featured .blog-item {
    box-shadow: 5px 5px 25px rgba(80, 100, 102, 0.1);
    padding: 0;
}

@media (min-width: 992px) {
    
    #home-hero {
        height: 75vh;
    }
    .blog-landing .featured .blog-item {
        -moz-flex-direction:row;
        -ms-flex-direction:row;
        -webkit-flex-direction:row;
        flex-direction:row;
    }
    .blog-landing .featured .blog-item .img-wrapper,
    .featured .link-wrapper {
        width: 50%;
    }
}

.blog-landing .featured .blog-item .img-wrapper {
    padding: 0;
    height: auto;
}

.blog-landing .featured .blog-item .article {
    padding: 0;
}

.blog-landing .featured .blog-item .article:hover {
    text-decoration: none;
    box-shadow: none;
}

.featured .blog-item .post-date {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
}

.featured .link-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-direction:column;
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
    flex-direction:column;
    padding: 45px;
}

.featured .blog-item h3 {
    font-size: 36px;
    line-height: 1.19;
    color: #00ADB5;
}

.blog-landing .recommended {
    background-color: #2C3C3E;
}

.recommended .container {
    padding-top: 40px;
    padding-bottom: 60px;
}

.blog-landing .recommended h2 {
    color: #fff;
    text-align: left;
}

.recommended .blog-item .article {
    border-bottom: 4px solid;
    position: relative;
    padding: 20px;
}

.recommended .blog-item .article:before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    right: 0;
}

.recommended .blog-item:nth-child(1) .article {
    border-color: #00ADB5;
}

.recommended .blog-item:nth-child(1) .article:before {
    background-color: #00ADB5;
}

.recommended .blog-item:nth-child(2) .article {
    border-color: #81AC40;
}

.recommended .blog-item:nth-child(2) .article:before {
    background-color: #81AC40;
}

.recommended .blog-item:nth-child(3) .article {
    border-color: #FED65D;
}

.recommended .blog-item:nth-child(3) .article:before {
    background-color: #FED65D;
}

.recommended .blog-item:nth-child(4) .article {
    border-color: #F78348;
}

.recommended .blog-item:nth-child(4) .article:before {
    background-color: #F78348;
}

.blog-landing .recent-posts .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.blog-landing h2 {
    font-family: brandon-grotesque, sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.8;
    text-align: center;
    text-transform: uppercase;
    color: #2C3C3E;
    margin: 0 0 20px;
    padding: 0 15px;
    position: relative;
}

.blog-landing .recent-posts h2:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ECEEEE;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.blog-landing .recent-posts h2 span {
    background-color: #fff;
    display: inline-block;
    position: relative;
    z-index: 10;
    padding-left: 30px;
    padding-right: 30px;
}

.blog-landing .post-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.blog-landing .blog-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-direction:column;
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
    flex-direction:column;
    padding-top: 15px;
    padding-bottom: 15px;
}

.blog-item .article {
    font-family: brandon-grotesque, sans-serif;
    background-color: #fff;
    -webkit-box-flex: 1;   /* OLD - iOS 6-, Safari 3.1-6 */
    width: 100%;            /* For old syntax, otherwise collapses. */
    -webkit-flex: 1;       /* Safari 6.1+. iOS 7.1+, BB10 */
    -ms-flex: 1;           /* IE 10 */
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-direction:column;
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
    flex-direction:column;
    transition: box-shadow 250ms;
}

.blog-item .article:hover {
    box-shadow: 5px 5px 25px rgba(80, 100, 102, 0.1);
}

.blog-item .img-wrapper {
    height: 160px;
    overflow: hidden;
    background-color: #2C3C3E;
}

.blog-item .inner-wrapper {
    padding: 20px 20px 14px;
    -webkit-box-flex: 1;   /* OLD - iOS 6-, Safari 3.1-6 */
    width: 100%;            /* For old syntax, otherwise collapses. */
    -webkit-flex: 1;       /* Safari 6.1+. iOS 7.1+, BB10 */
    -ms-flex: 1;           /* IE 10 */
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-direction:column;
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
    flex-direction:column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-width: 0 1px 4px 1px;
    border-style: solid;
    border-color: #ECEEEE;
}

.blog-item .post-date {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 2;
    color: #2C3C3E;
}

.blog-item .post-cats {
    padding: 0;
    margin: 0;
}

.blog-item .post-cats li {
    margin: 0 6px 6px 0 !important
}

.blog-item .post-cats li:last-child {
    margin-right: 0 !important;
}

.blog-item h3 {
    font-family: brandon-grotesque, sans-serif;
    text-align: left;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    color: #2C3C3E;
    margin: 0 0 10px;
}

.blog-item h3 a:hover {
    text-decoration: none;
}

.blog-item .author {
    color: #3C5255;
    font-size: 17px;
    line-height: 1.3;
}

/* infinite scroll */
@media screen and (min-width: 768px) {
    .alm-reveal {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .alm-reveal .blog-item {
        width: 33.3%;
    }
}


.alm-load-more-btn {
    display: none;
}

.alm-btn-wrap {
    margin-top: 40px;
    text-align: center;
}

.alm-load-more-btn.loading {
    display: block;
    font-family: brandon-grotesque, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    background: transparent;
    margin: 0 auto;
    padding-left: 40px;
    position: relative;
}

.alm-load-more-btn.loading:before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url(images/ajax-loader.gif);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

/*************************
    Blog Single
*************************/
.blog-archive .post-container {
    padding: 0 25px;
    margin-bottom: 80px;
    position: relative;
}

.blog-archive .img-wrapper {
    position: relative;
    margin-bottom: 65px;
}

.post-cats {
    padding: 0 25px;
    margin: 0 auto;
    list-style: none;
}

.post-cats li {
    display: inline-block;
    margin: 6px !important;
}

.blog-archive .post-cats {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(40%);
}

.blog-archive .post-cats li:first-child {
    margin-left: 0;
}

.blog-archive .post-cats li:last-child {
    margin-right: 0;
}

.post-cats li a {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.6;
    padding: 4px 10px;
    background-color: #00ADB5;
    color: #fff;
    transition: background-color 250ms;
    display: block;
}

.post-cats li a:hover,
.post-cats li a:focus {
    text-decoration: none;
    background-color: #009198;
}

.blog-archive h1 {
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 700;
    margin: 0;
}

.blog-archive .post-details {
    padding-bottom: 18px;
    margin-bottom: 45px;
    border-bottom: 1px solid #eceeee;
}

.blog-archive .post-details .post-meta {
    font-size: 18px;
}

.blog-archive .post-details .post-meta span {
    display: block;
    line-height: 1.6;
}

.blog-archive .post-details .post-meta span.author {
    font-weight: 700;
}

.blog-archive .entry-container {
    width: 90%;
    max-width: 720px;
    margin-bottom: 60px;
}

.blog-archive .entry-container h3 {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.75;
}

.blog-archive .entry-container p {
    margin-bottom: 40px;
}

.blog-archive blockquote {
    border-left: none;
    margin: 40px 0;
    padding: 0;
    color: #00ADB5;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5;
}

.addtoany_content.addtoany_content_top {
    position: absolute;
    right: 0;
    background-color: #fff;
    border: 1px solid #00ADB5;
}

.addtoany_content.addtoany_content_top a {
    display: block;
    padding: 10px;
    transition: all 250ms;
}

.addtoany_content.addtoany_content_top a:hover {
    background-color: #00ADB5;
}

.addtoany_content.addtoany_content_top a:hover span {
    opacity: 1;
}

.addtoany_content.addtoany_content_top a:hover svg path {
    fill: #fff;
}

.addtoany_content.addtoany_content_top a:not(:last-child) {
    border-bottom: 1px solid #00ADB5;
}

.addtoany_content.addtoany_content_top a:not(.addtoany_special_service)>span {
    display: block;
    width: 26px !important;
    line-height: 26px !important;
    height: 26px !important;
    background-size: 26px !important;
}

.addtoany_content.addtoany_content_top svg path {
    fill: #00ADB5;
    transition: all 250ms;
}

.single-library-post .addtoany_content.addtoany_content_top {
    border-color: #4A7C00;
}

.single-library-post .addtoany_content.addtoany_content_top a:hover {
    background-color: #4A7C00;
}

.single-library-post .addtoany_content.addtoany_content_top a:not(:last-child) {
    border-bottom-color: #4A7C00;
}

.single-library-post .addtoany_content.addtoany_content_top svg path {
    fill: #4A7C00;
}
.main-search-results {
  max-width: 1170px;
  margin: 0 auto 0;
}
.main-search-results h1 {
  font-family: brandon-grotesque, sans-serif;
}
.main-search-results article h2 a{
  color: #03a0b2!important;
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
}
.main-search-results h1 {
  text-align: center;
  color: #ffffff;
}
.main-search-results #main-search .sf-field-search input {
  background-color: #ffffff;
  border: solid 2px #ffffff!important;
}
/* .main-search-results:before {
    content:'';
    width:100%;
    height: 60vh;
    background-color: #2c3c3e;
    display:block;
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
} */
.main-search-results #main-search ul {
  text-align: center;
  margin-bottom: 40px;
}
.src-header {
    background-color: #2c3c3e;
    padding: 240px 0 40px 0;
}
.main-search-results article:first-child{
    margin-top: 40px;
}
.main-search-results article,
.main-search-results .library-post {
  border: none!important;
  padding: 12px 10px 20px 10px;
  position: relative;
  margin-top: 0;
  margin-bottom: 25px;
  background: #fff;
}
/*.main-search-results article:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 21%);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.21);
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 21%);
}*/
.main-search-results .view-article {
  color: #f15a32;
}
.main-search-results article:before,
.main-search-results article:after,
.main-search-results .sidebar,
.main-search-results article img,
.main-search-results article .date,
.main-search-results article .author {
  display: none;
}
/*If there are more than 4 related items added, only the first 4 of them will be showed */
.single-library-post .related-resources ul .article-item {
  display: none!important;
}
.single-library-post .related-resources ul .article-item:nth-child(-n+4) {
  display: block!important;
}
@media screen and (min-width: 768px) {
    .blog-archive .post-details {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .blog-archive .post-details h1 {
        -webkit-box-flex: 2;   /* OLD - iOS 6-, Safari 3.1-6 */
        width: 80%;            /* For old syntax, otherwise collapses. */
        -webkit-flex: 2;       /* Safari 6.1+. iOS 7.1+, BB10 */
        -ms-flex: 2;           /* IE 10 */
        flex: 2;
    }

    .blog-archive .post-details .post-meta {
        -webkit-box-flex: 1;   /* OLD - iOS 6-, Safari 3.1-6 */
        width: 20%;            /* For old syntax, otherwise collapses. */
        -webkit-flex: 1;       /* Safari 6.1+. iOS 7.1+, BB10 */
        -ms-flex: 1;           /* IE 10 */
        flex: 1;
        text-align: right;
    }
}

@media (min-width: 992px) {
    .blog-archive .blog-container {
        width: 100%;
        max-width: 910px;
        margin: 0 auto;
    }
    .blog-archive .post-cats,
    .blog-archive .post-container {
        width: 90%;
        max-width: 815px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .src-header {
        background-color: #2c3c3e;
        padding: 140px 0 10px 0;
    }
    .blog-archive .entry-container {
        width: 100%;
    }
    .addtoany_content.addtoany_content_top {
        position: fixed;
        z-index: 100;
    }
}
/* Search modal */
.searchwp-modal-form-default .searchwp-modal-form__footer {
  width: 40px;
    height: 40px;
    overflow: hidden;
    padding: 0;
    top: 83px;
    position: absolute;
    right: 0;
    z-index: 999999999;
}
.searchwp-modal-form__close button {
    line-height: 0!important;
    margin-top: 11px;
    z-index: 9999999990!important;
}
.main-search a {
  background-image: url(images/magnifier-icon.svg);
  background-size: 100%;
  width: 20px;
  height:20px;
  font-size: 0!important;
  background-repeat: no-repeat;
  top: 14px;
  position: relative;
}
.main-search:hover:before {
  display: none!important;
}
.src .sf-field-search input {
    border: solid 2px #767676!important;
    border-radius: 3px;
    border: solid 2px #cccccc;
    color: #444!important;
    text-align: left;
}
.src .sf-field-search {
  width: auto!important;

}
/*Main search results page */
.main-search-results .type-library-post:before {
  content: 'Knowledge Hub';
  display: inline-block;
  height: auto;
  width: auto;
  position: relative;
  color: #ffffff;
  background: #00ADB5;
  padding: 1px 10px;
  font-size: 16px;
}
.main-search-results .type-post:before {
  content: 'REX Blog';
  display: inline-block;
  height: auto;
  width: auto;
  position: relative;
  color: #ffffff;
  background: #ffd55a;
  padding: 1px 10px;
  font-size: 16px;
}
.main-search-results .type-community-board-post:before {
  content: 'Community Board';
  display: inline-block;
  height: auto;
  width: auto;
  position: relative;
  color: #ffffff;
  background: #2C3C3E;
  padding: 1px 10px;
  font-size: 16px;
}
.main-search-results .type-page:before {
  content: 'Page';
  display: inline-block;
  height: auto;
  width: auto;
  position: relative;
  color: #ffffff;
  background: #5A9600;
  padding: 1px 10px;
  font-size: 16px;
}
.collection-link-r {
  display: block;
}
.collection-link,
.collection-link:hover {
  text-decoration: underline;
  color: #ffffff;
  display: block;
}
.link-collect-wrap {
  margin-top: -74px;
  padding-bottom: 50px;
}
.archivez #search-filter-form-4532 .sf-field-submit,
.archivez #search-filter-form-4532 .sf-field-category,
.archivez #search-filter-form-4534 .sf-field-submit,
.archivez #search-filter-form-4534 .sf-field-category{
  margin-right:20px;
}
.archivez #search-filter-form-4532 select.sf-input-select {
  text-transform: inherit;
}

.main-search-results .title-search {
    position: relative;
    margin: 0;
    line-height: 36px;
    font-size: 28px;
    text-align: center;
}

.main-search-results .title-search span {
    color: #ffffff;
    background: #2c3c3e;
    position: relative;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    position: relative;
}

.main-search-results .title-search span:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 30px;
    height: 38px;
    background-image: url('images/search-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateX(-50%);
    bottom: 43px;
}

.main-search-results .search2:before {
    content: '';
    max-width: 100%;
    width: 530px;
    height: 1px;
    background-color: #ffffff;
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    left: 50%;
    bottom: 19px;
    transform: translateX(-50%);
    height: 3px;
    bottom: 16px;
}
#search-filter-form-4543 select.sf-input-select {
    text-transform: capitalize;
}
#main-search .sf-field-reset {
    background: #00adb5;
    border-bottom: solid 5px #00767c;
    color: #ffffff!important;
}
#main-search .sf-field-reset .search-filter-reset {
    color: #ffffff!important;
}
.title-search.search2 {
    background: #2c3c3e;
}
.main-search-results h1 {
  font-size: 30px!important;
}
/*Bold text for buttons */
.vce-button--style-basic-icon-text,
.vce-button--style-basic,
#mc-embedded-subscribe,
.vce-button--style-outline-text {
  font-weight: 800!important;
}
.vce-row-container h1,
.vce-row-container h2,
.vce-row-container h3,
.vce-row-container h4,
.vce-row-container h5,
.vce-row-container h6 {
  font-family: brandon-grotesque, sans-serif;
}
.vce-row-container h1 {
  font-size: 65px;
  font-weight: 700;
}
.vce-row-container h2 {
  font-size: 54px;
  font-weight: 700;
}
.vce-row-container h3 {
  font-size: 45px;
  font-weight: 700;
}
.vce-row-container h4 {
  font-size: 35px;
  font-weight: 400;
}
.vce-row-container h5 {
  font-size: 25px;
  font-weight: 400;
}
.vce-row-container h6 {
  font-size: 20px;
  font-weight: 400;
}
/* Disable Notification bar
.notification {
  display: none!important;
}
.header.notifications {
      margin-top: 0!important;
}
*/
.connect-menu .sub-menu a {
    text-transform: capitalize;
    font-size: 20px;
}
.connect-menu .sub-menu a:hover {
    color: #FED65D !important;
}
body.notiff div#wtr-progress {
    margin-top: 63px;
}
.twitter-icon {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: #B1BABB;
    border-radius: 50%;
    line-height: 34px;
    text-align: center;
    padding: 6px;
    top: 2px;
    position: relative;
}
#backToTopBtn {
    display: none;
    position: fixed;
    width:40px;
    height:40px;
    bottom: 20px;
    right: 20px;
    background-color: #233943;
    background-image: url('images/up-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 16px;
}


       