/* Theme Name: National Young Farmers Coalition
Theme URI: http://social-ink.net
Description: By Social Ink
Version: 1
Author: yonatan reinberg, matt pinto
Author URI: http://social-ink.net
*/


/*
@import "lib/vendor/bootstrap/css/bootstrap.min.css";
@import "lib/vendor/bootstrap/css/bootstrap-theme.min.css";  */

@import "assets/css/wp.basic.css";
@import "assets/css/forms_cf7.css";
@import "assets/css/print.css";




/*****************
LAYOUT
***********************************************/

.onepage {
    clear: both;
    min-height: 600px;
    padding-top: 0;
    padding-bottom: 2em;
}

.category .onepage {
    padding-top: 0;
}

.has_hero .onepage {
    padding-top: 0;
}

.home .onepage {
    padding-bottom: 0;
}

.content {
    min-height: 300px;
}

.content .text {
    margin-bottom: 2em;
}

.content.nosidebar {
    float: none;
    width: 100%;
}

.pageinfo {}

.meta_overhaul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 2em;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.inline_info {
    font-family: 'Roboto', Helvetica, Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    margin-bottom: 10px;
}

.inline_info h2,
.inline_info h1 {
    color: #b5cc2f;
    border-bottom: 1px solid #b5cc2f;
    margin-bottom: .25em;
}

.inline_info .metadata {
    color: #b5cc2f;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 12px;
}

.inline_info .metadata div {
    margin-right: 2em;
}

.inline_info .metadata .date {
    color: #b5cc2f;

    text-transform: uppercase;
}

.inline_info .metadata .author {
    color: #b5cc2f;
    text-transform: uppercase;
}

.inline_info .metadata div.share_inner {
    margin-right: 0;
}

.inline_info .metadata .share {
    color: #b5cc2f;
    text-transform: uppercase;
    margin-left: auto;
width: auto;
margin-right: 0;
}

        .text a.share-action img,
        .inline_info .metadata .share img {
            height: 13px;
        }

.meta_overhaul .metadatum {
    min-height: 130px;
}

.meta_overhaul .person-bio {

    width: 130px;
    min-width: 130px;
}

.single-people .meta_overhaul.flexible .metadata {
    min-height: 130px;
}

.meta_overhaul .person-bio img {
    width: 100%;
}

.single-people .metadatum .meta_item.obj-roles .lbl {
    display: none;
}


.pageinfo {
    background: #b5cc2f;
    padding: .45em 0;
    margin-bottom: 45px;
}
.single-post .pageinfo {
    margin-bottom: 0;
}

.has_hero .pageinfo {
    margin-top: -110px;
}

.survey_pageinfo {
    margin-top: -220px;
    background: none;
    padding: .45em 0;
    margin-bottom: 45px;
}

.pageinfo h1, .survey_pageinfo h1 {
    color: #fff;
    margin-bottom: 0;
    font-size: 2.2em;
}


.single .pageinfo h1 a:first-child:before {
    content: '';
}

.single .pageinfo h1 a:before {
    content:', ';
}

.pageinfo+.innercontent {
    margin-top: 5em;
}
.single .pageinfo+.innercontent {
    margin-top: 1em;
}

/*****************
EXPANDERS
***********************************************/

.expander_section {
    clear: both;
}

.expander_section header a:after {
    content: ' +';
    color: #b5ca3c;
}

.expander_section header a.activated:after {
    content: ' -';
}

.expander_header .blacktext {
    color: #000;
    margin-left: 0;
}

.expander_section.opened .expander_header h3 {
    margin-bottom: .2em;
}

.module-expandable header a:hover {
    text-decoration: none;
}

.module-expandable header a:hover .greentext {
    color: #333;
}

.module-expandable header a:hover .blacktext {
    color: #b5cc2f;
}

.socialink-module.grid .archive_post h3 {
    margin-bottom: 0;
}

.socialink-module.module-grid-table {}

.socialink-module.module-grid-table .flexible {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.socialink-module.module-grid-table h2 {

    border-bottom: 1px solid #eaeaea;
    padding-bottom: .3em;
    margin-bottom: .6em;
}

.socialink-module.module-grid-table .grid-item {
    width: 25%;
    border: 1px solid #778828;
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
    padding: 0 1.5em;
    margin-bottom: 1.5em;
    margin-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    text-align: center;
    font-size: .9em;
}

.socialink-module.module-grid-table .grid-item .img-container {

    display: -webkit-box;

    display: -webkit-flex;

    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.has_sidebar .socialink-module.module-grid-table .grid-item {
    width: 33%;
}

.socialink-module.module-grid-table .grid-item img {
    background: #fff;
    padding: 1em;
}

.socialink-module.module-grid-table .grid-item p:last-child {
    margin-bottom: 0;
}

.socialink-module.module-grid-table .grid-item:nth-child(4n),
.socialink-module.module-grid-table .grid-item:last-child {

    border-right: 1px solid #778828;
}


.has_sidebar .socialink-module.module-grid-table .grid-item:nth-child(3n) {
    border-right: 1px solid #778828;
}

.has_sidebar .socialink-module.module-grid-table .grid-item:nth-child(4n) {
    border-right: 0;
}

.page-id-22256 .socialshare, .single .socialshare, .search .socialshare,
.archive .socialshare {
    margin-top: 5px;
    margin-left: 0;
}
.page-id-22256 .socialshare .first_item, .single .socialshare .first_item, .search .socialshare .first_item, .archive .socialshare .first_item  {
    margin-left: 0;
}

.page-id-22256 .pageinfo+.innercontent, .single .pageinfo+.innercontent, .search .pageinfo+.innercontent, .archive .pageinfo+.innercontent {
    margin-top: 1em;
}



/*****************
TYPE
***********************************************/

h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
    font-weight: normal;
}

h1 {}

h2 {
    color: #778828;
}

h3 {
    color: #717171;
}

h4 {}

h5 {}

p {
    font-size: 1em;
    margin-bottom: .9em;
    margin-top: 0;
    line-height: 1.5em;
    margin-top: 0;
}

.content p,
.text p,
.wysiwg-inner p,
.module_wys p {
    font-size: .9em;
}

.wysiwg-inner ul li,
.text ul li,
.module_wys ul li {
    font-size: .9em;
    line-height: 1.3;
}

.fancyfont {}

.pageinfo h1 a:hover {
    color: #333;
}

.text {}

.text p {}

.text p.excerpt {
    margin-bottom: 0;
}

.text p:last-child {
    margin-bottom: 0;
}

.text h1 {}

.text h2 {
    color: #778828;
}

.text h3 {}

.text ul {
    margin-bottom: 1em;
    margin-left: 20px;
}

.text ul li {
    list-style-type: disc;
    margin-left: 1em;
    line-height: 1.4em;
    margin-bottom: 15px;
}


.text a, .module_wys a, .socialink-module a {
    text-decoration: none;
    color: #778828;
}




/*****************
IMAGECOVERS
***********************************************/

.backgrounded_image {
    background-position: center center;
    background-size: cover;
    min-height: 400px;
    position: relative;
    width: 100%;
}

.backgrounded_image:before {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.backgrounded_image>div {
    position: relative;
}





/*****************
FIXES FOR IE
***********************************************/

.ie8,
.ie9 {}

.ie7 {}





/*****************
BASIC INPUT AND FORMS
***********************************************/

input[type=text] {
    padding: .5em;
}

.wpcf7 input[type=submit],
input[type=submit],
.button {
    background: none repeat scroll 0 0 #b5cc2f;
    border: 0 none;
    color: #fff;
    display: inline-block;
    padding: 0.5em 0.75em;
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-family: 'US-101', sans-serif;
}

.hp-top-button {
    font-size: 1.8rem;
    margin-left: 42px;
}

.text .button a,
.module_inner .button a {
    color: #fff;
}

.button.button_emphasize {
    text-transform: uppercase;
    color: #333;
}

.button.button_emphasize.signup-direct {
    display: inline-block;
    padding: 1em;
    text-transform: uppercase;
    color: #333;
    font-family: 'US-101', sans-serif;
}

.nav-tabs a#signup_tab_button {
    display: none;
}


input[type=submit]:hover,
.button:hover {
    box-shadow: 0 0 1px #111;
    text-decoration: none;
    color: #222;
}

.container_description_green_background .button:hover {
    border: none;

    border-radius: 0;
    box-shadow: none;
    color: #fff;
}

.container_description_green_background a:hover {
    color: #fff;
}

input[type=submit]:active,
.button:active {
    box-shadow: inset 0 0 1px #222;
    outline: 0;
}

input[type=submit]:focus,
.button:focus {
    outline: 0;
}

.button.callout_button {
    background-color: #fff;
    text-transform: uppercase;
}

.socialink-module.module-callout a.button {
    text-decoration: none;
}

.socialink-module.module-callout {
    max-width: 640px;
    margin-left: calc(-100vw/70);
    box-shadow: none;
}

.socialink-module.module-callout .textholder {
    width: 77%;
}

.socialink-module.module-callout .module_btn {
    width: 20%;
    text-align: center;
}



/*****************
MOBILE HEADER
***********************************************/

.mobile_expansion {
    visibility: hidden;
}

.mobile_expansion+label {
    font-size: 2.4em;
    color: #fff;
    cursor: pointer;
    content: "";
    display: inline-block;
    width: 1em;
    height: 0.82em;
    margin-top: .2em;
    border-top: 0.5em double;
    border-bottom: .15em solid;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.mobile_expansion+label.mobile_expand_search {
    border: none;
}

.mobile_expansion:checked+label {
    border: .2em solid;
    height: .78em;
    width: .78em;
    border-radius: 100%;
}

.mobile_expansion+label.icon-search {
    border: 0 !important;
    margin-top: -5px;
}


/*****************
NAV MENU MARKUP
***********************************************/

.menu_horizontal li {
    display: inline-block;
    list-style: none;
}


/*****************
HEADER
***********************************************/

#header {
    width: 100%;
    position: fixed;
    z-index: 9999;
    background: #fff;

    font-size: 1.1em;
}

.header_inner {
    height: 52px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    padding: 0 5px 0 0;
}

.sink_private_site.user_toolbox li {
    font-weight: normal;
    margin-left: 5px;
}

#header .user_toolbox li.last_item {
    margin-left: 5px;
}

.sink_private_site.user_toolbox li a {
    display: inline-block;
    padding: 10px;
    color: #b5cc2f;
    background: #fff;
    border: 2px solid #b5cc2f;
    border-radius: 2px;
    font-weight: normal;
}

#sidebar .sink_private_site.user_toolbox li a {
    background: transparent;
    padding: .5em 1em;
}

nav.menushow {
    height: 54px;
    width: 50px;
}

nav.menushow a {}

a.svg_icon_holder {
    display: inline-block;
    padding: .5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;

    height: 52px;
}

a.sidebar_open {
    background: #b5cc2f;
}

a.sidebar_open .imgholder_closed {
    display: inline-block;
}

a.sidebar_open .imgholder_opened {
    display: none;
}

a.sidebar_open .lbl {
    color: #fff;
    display: none;
}


a.sidebar_open.opened {
    background: #fff;
}


a.sidebar_open.opened .imgholder_closed {
    display: none;
}

a.sidebar_open.opened .imgholder_opened {
    display: inline-block;
}



a.sidebar_open.opened .lbl {
    color: #b5cc2f;

    display: none;
}

a.svg_icon_holder svg {
    display: block;
}

a.svg_icon_holder span.lbl {
    display: none;
    font-size: .6em;
    text-transform: uppercase;
    margin-top: 3px;
}

a.svg_icon_holder:hover {
    text-decoration: none;
}

a.svg_icon_holder:hover svg {}

a.svg_icon_holder:hover .lbl {}

.logo {
    height: 50px;
}

.logo h1 {
    font-size: 1em;
    margin-left: 1em;
    margin-bottom: 0;
}

.logo h1 a {
    color: #b5cc2f;
}

.header_inner .logo img {
    max-width: 250px;
    width: 250px;
    height: auto;
}

.topmenu {}

.topmenu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.topmenu li {
    margin-right: 1.2em;
    margin-left: 0;
}

.topmenu li:after {}

.topmenu li.last_item {
    margin-right: 0;
}

.topmenu li ul.sub-menu {
    display: none;
}

.topmenu li a {
    color: #b5cc2f;
}

.topmenu li[class*="current"] a,
.topmenu li:hover a {
    text-decoration: none;
    color: #717171;
}

.socialmedia {
    width: 20%;
}

.socialmedia a {}

.header_inner.flexible .logo {
    margin-right: auto;
    margin-left: 0;
    height: 54px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.header_inner.flexible .logo a {
    /*  height: 40px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.header_inner.flexible .topmenu {
    text-transform: uppercase;
    margin-right: 1.2em;
}

.header_inner.flexible .morefunctions {
    margin-top: -3px;
}

.inner_container {
    padding-top: 52px;
}

#container.sidebar-opened .inner_container {
    opacity: .5;
    cursor: pointer;
}




/*****************
SIDEBAR
***********************************************/

.sidebar {
    position: absolute;
    top: 60px;
    background: #EBEDEB;
    left: 0;

    z-index: 100;
    height: calc(100vh);

    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;

    width: 0;
    overflow: hidden;
}

.sidebar>.inner {
    padding: 1em;
    margin-top: 4em;
}

.logged-in .sidebar>.inner {
    margin-top: 0;
}

.sidebar.expanded {
    width: 25%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 999;
    position: fixed;
    top: -10px;
    overflow: auto;
}

.logged-in .sidebar.expanded {
    top: 85px;
}

.sidebar.expanded .user_box {
    background: transparent;
}

.sidebar.expanded .user_toolbox li.last_item {
    margin-left: 0;
}

.sidebar.expanded .flexible.logged_in_options {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.sidebar.expanded .user_toolbox li {
    margin-left: 0;
    margin-right: 1em;
    margin-bottom: 10px;
}

.sidebar nav,
.sidebar section,
.sidebar_module {
    margin-bottom: 1.5em
}

.search_sidebar button {
    width: 15%;
    border: 0;
    background: #fff;
    border-right: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: .5em;
}

.sidemenu>ul>li {
    list-style: none;
    margin-left: 0;
    font-size: 1.5em;
    color: #717171;
    border-top: 1px solid #dfdfdf;
    margin-top: .25em;
    padding-top: .25em;
}

.sidemenu>ul>li ul.sub-menu {
    display: none;
    margin-bottom: 1em;
}

.sidemenu>ul>li ul.sub-menu>li {
    list-style: none;
    margin-left: 1em;
    font-size: .7em;
    color: #b5cc2f;
    margin-bottom: .25em;
    margin-top: .25em;
}

.sidemenu>ul>li ul.sub-menu>li:last-child {
    margin-bottom: .5em;
}




/*****************
PAGE SIDEBAR
***********************************************/

.pagesidebar section,
section.cluster {
    margin-bottom: 2em;
}

.cluster h2 a:hover {
    color: #778828;
}

.cluster-simple .termtag {
    display: none;
}

.cluster-simple h2 a {
    color: #778828;
}

.cluster-simple .mainpost {
    margin-bottom: .25em;
}

.cluster-enhanced .archive_post {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 1.5em;
    background: #edf2d1;
}

.cluster-enhanced .archive_post.thumb_none {
    padding: .5em;
}

.cluster-enhanced .termtag {
    font-size: .6em;

    display: none;
}

.cluster-enhanced .archive_post .termtag a {
    border-left: 13px solid #B5CC2F;
    font-size: .9em;
    text-transform: uppercase;
    padding-left: 6px;
    margin-bottom: .5em;
    display: inline-block;
    color: #717171;
}

.cluster-enhanced .archive_post h2 {
    margin-bottom: 0;
    line-height: 1.3;
    padding: 0 .5em;
}

.cluster-enhanced .archive_post h2 a {
    color: #778828;
}

.cluster-enhanced .archive_post h2 a:hover {
    color: #778828;
}

.cluster-enhanced .archive_post header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mapboxgl-popup-content {
    max-width: 500px;
}

.mapwrap {
    height: 100%;
    min-height: 400px;
}

.home .mapwrap {
    width: 50%;
}

.chapters_list p {
    font-size: .9em;
}

.chapters_list label {
    color: #717171;
    text-transform: uppercase;
    font-size: 1em;
}

.pagesidebar section h1,
section.cluster h1 {
    border-bottom: 1px solid #ccc;
    margin-bottom: .5em;
    font-size: 2em;
    line-height: 1.2;
}

section.cluster h2 {
    font-size: 1em;
    line-height: 1.3;
}

section.cluster h2.subtitle {
    color: #b5cc2f;
    font-size: 1.3em;
}

section.cluster .cluster_items {}

section.cluster .cluster_items .featimg {
    width: 100%;
    max-width: 60px;
    margin-right: 0;
}

section.cluster.cluster-simple .cluster_items .featimg {
    display: none;
}

section.cluster .cluster_items .text {
    display: none;
}

section.cluster .cluster_items .text {
    display: none;
}


.news_sidebar section h1 {
    border: 0;
    font-size: 1.8em;
}

.news_sidebar section.latest {
    background: #EBEDEB;
    padding: 1em 2em;
}

.news_sidebar section.latest h2 {
    color: #58595B;
    font-size: 1.3em;
}

.news_sidebar section.latest h3 {
    text-transform: uppercase;
    margin-top: 1em;
    font-size: 1em;
    margin-bottom: 0;
}

.news_sidebar section.latest_policy h2 {
    color: #58595B;
    text-transform: uppercase;
}

.news_sidebar section.latest .mainpost .text,
.news_sidebar section .featimg {
    display: none;
}

.news_sidebar .archive_post {
    margin-bottom: 1.5em;
}

section.podcasts {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 2em 0;
    margin: 2em 0;
}

.newscontent .featured_post .featimg {
    margin-right: 0;
    margin-bottom: 2em;
    width: 100%;
    height: auto;
}

.newscontent .featured_post .archive_post {
    border: 0;
}

.newscontent .additional_featured .archive_post .featimg {
    width: 90px;
}

.newscontent .additional_featured .archive_post .mainpost {
    max-width: 70%;
    font-size: .8em;
}

.category-news .grid_list_section article {
    width: 48%;
}

/*.category-news .featimg,*/
.category-news .readmore {
    display: none;
}

.category-news .archive_post {
    margin-bottom: 2em;
}

.read_more.greend {
    font-size: 1.2em;
}


/*****************
HOME
***********************************************/

.home section {
    padding: 2em 0;
}

.home .sidebar section {
    padding: 0;
}

.sidebar .search_container form {
    width: 100%;
}

.call_to_action_text,
.call_to_action_text h2 .container_description_green_background {
    background: #b5cc2f;
    color: #fff;
}

.container_call_to_action_button_label .button {
    text-transform: uppercase;
}


.container_call_to_action_button_label .button {
    background: #fff;
    color: #b5cc2f;
}

.container_large_green_background_text h1 {
    color: #fff;
}

.container_header_white_background h1, .container_header_white_background_extrablock h1  {
    color: #fff;

    background: rgba(100, 100, 100, .6);

    padding: .4em;

    font-size: 2.6em;

    text-transform: uppercase;

    display: inline-block;
}

.container_services_buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.container_services_buttons .item {
    margin: 0 .5em;
    margin-bottom: 1em;
}

.container_services_buttons a.button {
    background: rgba(100, 100, 100, .6);
    color: #fff;
    font-family: 'US-101', sans-serif;
    font-size: 1.9em;
    letter-spacing: .04em;
}

.homehero .logo {
    height: auto;
    text-align: left;
    margin-bottom: 3em;
    margin-left: 22px;
}

.homehero h1 {
    color: #fff;
    font-size: 1.5em;
    text-shadow: 1px 1px 3px #111;
    text-align: left;
    margin: 20px auto;
    font-weight: 100;
    letter-spacing: .025em;
    font-family: 'Roboto', Helvetica, Arial;
    font-size: 4.8em;
    font-weight: bold;
    width: 90%;
    line-height: 1em;
}

.home .container_open_field h3 {
    font-family: 'Roboto', Helvetica, Arial;

    font-size: 1.25em;
}

.homehero h2 {
    color: #fff;
    font-size: 1.7em;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
}

.homehero .call_to_action_text {
    position: absolute;
    width: 100%;
    bottom: 10%;
}

.homehero .call_to_action_text>.flexible {
    /* height: 50px;*/
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.homehero .container_call_to_action_button_label .button {
    padding: .75em;
    font-weight: 900;
    font-size: 2em;
    font-family: 'US-101', sans-serif;
    line-height: 1;
}


.container_large_green_text h1 {
    color: #778828;
    font-size: 5.5em;
    text-align: center;
    background-image: url(images/bg_inkblot.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: .25em;
}

.container_short_description {
    color: #717171;
    font-size: .9em;
    width: 50%;
    margin: 0 auto 2em;
    text-align: center;
}

.featured_work h2 {
    color: #b5cc2f;
    font-weight: normal;
    text-align: center;
    margin-bottom: 1em;
}

.container_badges {}

.container_badges .item {
    width: 25%;
}

.container_badges .imgholder {
    position: relative;
}

.container_badges .item img {
    height: 207px;
    width: auto;
}

.container_badges .imgholder:after {
    background: url(images/mask_icon.svg);
    background-size: auto auto;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}

.container_badges .item .imglabel {
    font-family: 'US-101', sans-serif;
    display: block;
    text-align: center;
    font-weight: normal;
    font-size: 1.2em;
    margin-top: .5em;
}

.container_large_green_background_text {
    width: 80%;
}

.container_large_green_background_text h1 {
    display: block;
    background: transparent;
    font-family: 'Roboto', Helvetica, Arial;
    font-size: 4em;
    font-weight: bold;
}

.container_large_green_background_text h1 span {
    padding: 5px;
    background: #b5cc2f;
    display: inline-block;
    line-height: 1.1;
}

.container_large_green_background_text h1 span:first-child {
    padding-left: 10px
}

.container_large_green_background_text h1 span:last-child {
    padding-right: 10px
}

section.memberappeal,
section.extra_block,
section.services {
    overflow: inherit;
    min-height: inherit;
}


section.memberappeal {
    min-height: 700px;
}

section.extra_block {
    min-height: 500px;
    max-height: 500px;
}

section.services .centering_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 100%;
}

.survey_centering_box {
    background: rgba(100, 100, 100, .6);
    border: 0 none;
    color: #fff;
    display: inline-block;
    padding: 0.5em 0.75em;
    width: 60%;
    margin-bottom: 1em;
    font-size: .6em;
    font-family: 'US-101', sans-serif;
}

section.services h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    text-shadow: 1px 1px 3px #111;
    margin-bottom: 1em;
}

section.chapter_overview {
    padding: 0;
}

section.extrablock {
    margin: 1em 0;
}

section.extrablock h2 {
    color: #b5cc2f;
    font-size: 2em;
}

section.extrablock h3 {
    font-size: 1.3em;
}

.home section.extrablock.block-fullbleed {
    margin: 0;
    padding: 0;
}

.home section.extrablock.block-fullbleed .flexible {
    margin: 0;
}

.home section.extrablock.block-fullbleed .wysiwg-inner {
    width: 100%;
}

.home section.extrablock.block-fullbleed .wysiwg-inner img {
    width: 100vw;
    max-width: none;
}

section.chapter_overview ul {
    margin-top: 3em;
}

section.chapter_overview ul li,
.fancylist ul li {
    font-family: 'US-101', sans-serif;
    color: #b5cc2f;
    list-style: none;
    margin-bottom: .8em;
    font-size: 2em;
    margin-left: 0;
    line-height: 1.1;
}

section.chapter_overview ul li:before,
.fancylist ul li:before {
    content: '';
    background-image: url(assets/icons/icon_arrow_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 12px;
    width: 15px;
    float: left;
    margin-top: .4em;
}

section.chapter_overview>.div {
    width: 50%;
}

.chapter_overview .container_open_field {
    padding: 2em;
    width: 49%;
    height: calc(100vw / 3.3);

}
.chapter_overview .container_open_field h3 {
    color: #ffffff;
    background: #b5cc2f;
    font-family: 'Roboto', Helvetica, Arial;
    font-size: 2.1em;
    font-weight: bold;
    padding: 10px;
}

.container_map_image {
    width: 50%;
    height: calc(100vw / 3.3);
}



section.chapter_overview img {
    height: auto;
    max-width: none;
    width: 100%;
}

.container_description_green_background {
    background: none repeat scroll 0 0 #778828;
    border: 0 none;
    color: #fff;
    display: inline-block;
    padding: 0.5em 0.75em;
    width: 35%;
    margin-bottom: 1em;
    font-size: .8em;
}

.home .container_description_green_background, .home .container_description_green_background_extrablock {
    background: rgba(100, 100, 100, .6);
    border: 0 none;
    color: #fff;
    display: inline-block;
    padding: 0.5em 0.75em;
    width: 80%;
    margin-bottom: 1em;
    font-size: 1.7em;
    font-family: 'US-101', sans-serif;
}


.container_description_green_background p:last-child {
    margin-bottom: 0;
}

.container_brown_button_label a.button {
    background: #717171;
    color: #fff;
    font-family: 'US-101', sans-serif;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: 1em;
    padding: 1em 2em;
}


.join-today-container a.button {
    font-family: 'US-101', sans-serif;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: 1em;
    background: #fff;
    padding: .7em 1em;
    color: #b5cc2f;
    font-size: 1.7em;
}



/*****************
BACKGROUNDS
***********************************************/

.herospot {
    background-position: center center;
    background-size: cover;
    height: 400px;
    height: calc(100vw / 2.5);
    overflow: hidden;
    position: relative;
    width: 100%;
}

.herospot.homehero {
    height: calc(100vw/1.5);
}

.herospot.semantic:before {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.herospot.semantic>div,
.herospot.semantic>article,
.herospot.semantic>section {
    position: relative;
}


.slides li {
    margin: 0;
    list-style: none
}

.slideshow_area {
    max-height: 400px;
    height: calc(100vw / 3);
}

.slideshow_area div.slide {
    background-position: center center;
    background-size: cover;
    height: calc(100vw / 3);
    width: 100%;
    position: relative;
}

#header .slideshow_area {
    position: absolute;
    top: 0;
    height: 600px;
    left: 0;
    max-height: 600px;
}

#header .slideshow_area div.slide {
    max-height: 600px;
    height: 600px;
}


.slide_nav {
    color: #fff;
    font-size: 2em;
    left: 2%;
    position: absolute;
    z-index: 300;
    /* top: calc(100vw/5);*/
    top: 250px;
}

.slide_nav a:before {
    text-shadow: 1px 1px 3px #111;
}

.home .slide_nav {}

.slide_nav a {
    color: #fff;
}

.slide_nav a:hover,
.slide_nav a:active,
.slide_nav a:focus {
    text-decoration: none;
    color: #2D2C28;
}

.slide_nav.left {}

.slide_nav.right {
    left: auto;
    right: 2%;
}






/*****************
EVENTS CONTAINER
***********************************************/

.events_container h1 {
    color: #999;
    padding: 0;
    border-bottom: 1px solid #999;
}

.events_container .mainpost {
    background: #edf2d1;
    padding: 1em;
    width: 100%;
}

.events_container .readmore {
    margin-bottom: 0;
    padding-bottom: 0;
}

.events_container .mainpost h2 a {
    color: #778828;
}

.events_container .eventdata {
    font-family: 'US-101', sans-serif;
    color: #555;
}

.events_container .eventdata p {
    margin-bottom: .5em;
}

.content .events_container .text {
    margin-bottom: 0;
}

.events_container .excerpt {
    font-size: .9em;
}

.events_container .excerpt:last-of-type {
    margin-bottom: 0;
}


/*****************
LISTS
***********************************************/


/* single page view navigation */

div.next-post {}

div.prev-post {}





/* generated by wp_list_cat and wp_list_pages functions */

li.page_item {}

li.current_page_item {}

li.current_page_parent {}

li.cat-item {}

li.current-cat {}





/*****************
FOOTER
***********************************************/

.signup-code {
    font-family: 'US-101', sans-serif;
}

.signup-code form .fieldgroup {

    margin-right: 1%;
    width: 20%;
}

select#chapters_choose {
    max-width: 100%;
}

.signup-code form .fieldset {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.signup-code label {
    color: #fff;
    font-family: 'Roboto', Helvetica, Arial;
    font-size: 1em;
}

.signup-code form .fieldgroup:last-of-type {
    margin-right: 0;
}

.user-type-option {
    margin-top: 1em;
    color: #fff;
    font-family: 'Roboto', Helvetica, Arial;
    line-height: 150%;
}

@media only screen and (max-width: 767px) {
    .signup-footer-module {
        display: inline-block!important;
        font-size:1em!important;
    }
    .user-type-option input {
        float: none!important;
    }
}



.signup-code input {
    margin-bottom: 0;
    min-height: 40px;
    width: 100%;
    background: #fff;
    color: #b5cc2f;
}



.signup-code input[type="checkbox"] {
    min-height: 0;
    width: auto;
}

.sidebar .signup-code input {}

.sidebar .signup-code form .fieldset {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.donatefooter {
    padding: 2em 0;
    margin-top: 3em;
}

.home .donatefooter {
    margin-top: 0;
}

.donatefooter h1 {
    font-size: 3em;
    text-align: center;
    color: #778828;
    margin-bottom: .1em;
}

.donatefooter p {
    text-align: center;
    font-family: 'US-101', sans-serif;
    letter-spacing: .02em;
    font-size: 1.7em;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}

#footer {
    margin-top: 4em;
    clear: both;
}

#footer .menu-blockified>ul>li>a {
    font-size: 1.6em;
}

.centered_items {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.footercredits .footer_info {
    width: 65%;
    padding: 1em 0;
}

.footercredits .donatesection {
    width: 15%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.footer_inner {}

.footermenu {}

.footermenu>ul>li {
    display: none;
}

.footermenu li.menu-item-has-children {
    display: block;
}

.footercredits {
    margin-bottom: 1em;
}

.footercredits a {}

.sitecredits {
    margin-bottom: 1em;
    background: #edf2d1;
}

.sitecredits p {}

.sitecredits a {
    color: #fff;
}


.sinkcredits {
    font-family: inherit;
    font-size: .9em;
    color: #808080;
    padding: 0 1em;
}

.footercredits .footer_info p,
.sinkcredits p {
    margin-bottom: 0;
    color: #b5cc2f;
}

.sinkcredits a {}


.media-link svg path {
    fill: #b5cc2f !important;
}




/*****************
RELATED
***********************************************/

.module-relatedcontent aside.readmore {
    display: none;
}

.related_content {
    text-align: center;
    margin: 2em 0;
}

.related_content .field_divlist {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: 2em 0;
}

.related_content .field_divlist>div {
    background: #ccc none repeat scroll 0 0;
    border-right: 1px solid #fff;
    height: 250px;
    min-width: 25%;
    padding: 1em 2%;
}

.metadatum {

    background: #edf2d1;
    color: #333;
    padding: 1em;
    display: inline-block;
    margin-bottom: 2em;
}

.single-post .metadatum {
    padding: 0;
    background: transparent;
}

.single-post .metadatum .meta_item .lbl {
    color: #b5cc2f;
    width: auto;
    min-width: 0;
    margin-right: 1em;
    line-height: 1.4;
}

.single-post .meta_taxes a {
    padding: 0;
    background: transparent;
    color: #b5cc2f;
    font-size: 1em;
}

.single-post .metadatum .meta_item .val {
    font-size: .9em;
}

.single-post .metadatum .meta_item .val:after {
    content: ',';
    margin-right: 5px;
}

.single-post .metadatum .meta_item .val:last-child:after {
    content: '';
}

.metadatum .meta_item {
    margin-bottom: .3em;
}

.metadatum .meta_item:last-child {
    margin-bottom: 0;
}

.meta_taxes .meta_item.obj-category {
    display: none;
}

.meta_taxes {
    margin-top: 0;
}

.meta_content+.meta_taxes {
    margin-top: 1em;
}

    .single-post .meta_content + .meta_taxes {

        margin-top: 0;
    }
    

.meta_taxes a {
    padding: 5px 10px;
    font-size: .8em;
    background: #949526;
    color: #fff;
}

.metadatum .meta_item .lbl {
    color: #778828;
    display: inline-block;
    width: 15%;
    font-family: 'US-101', sans-serif;
    min-width: 115px;
    vertical-align: top;
    line-height: 1.1;
    margin-bottom: 1em;
}

.metadatum .meta_item:last-child .lbl {
    margin-bottom: 0;
}

.metacontainer-bottom {
    width: auto;
    padding: 1em;
    min-width: 150px;
}

.metadatum .meta_item .val {
    font-size: .9em;
    line-height: 1.1;
    margin-bottom: 9px;
    display: inline-block;
}

.single-event .meta_overhaul .metadatum {
    margin-bottom: 0;
}

.single-event .text img {
    text-align: center;
    max-width: 300px;
    display: block;
    margin: auto;
}

.meta_overhaul .register-container {
    max-height: 100%;
}

.meta_overhaul .register-container a {
    display: block;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    border-radius: 0;
}

.meta_overhaul .register-container a:hover {
    color: #fff;
}

.col.related .archive_post .featimg {
    margin-right: 1em;
}

.col.related .archive_post.thumb_exists .mainpost {
    width: 60%;
}

.col.related .inline_info {
    margin-bottom: 0;
}


/*****************
MEMBERS
***********************************************/

nav.membernav {
    margin-bottom: 1em;
}

nav.membernav .sl-profile_pic {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

nav.membernav .sl-profile_pic img {
    width: 80px;
    margin-right: 1em;
    border-radius: 100em;
    height: 80px;
}

nav.membernav .sl-profile_pic h2 {
    font-size: 1.2em;
}

.memdetails p {
    margin-bottom: .25em;
}

.memdetails p .lbl {
    margin-right: 10px;
    min-width: 80px;
    display: inline-block;
}

.memberinner {}

.memberinner .left {
    width: 20%;
}

.memberdash ul li {
    list-style: none;
    margin-left: 0;
    margin: 0;
    display: block;
}

.memberdash ul li a {
    background: #EDEDEE;
    text-transform: uppercase;
    padding: 1em 2em;
    display: inline-block;
    border-bottom: 2px solid #fff;
    display: block;
    font-size: 1.1em;
}

.memdetails {
    font-size: .8em;
}

li.informational {
    display: none;
}

.user_box {
    background: #fff;
}

.user_box label {
    padding: 1em;
    font-family: 'US-101', sans-serif;
    color: #778828;
    padding-left: 0;
}


/*.memberdash li[class*="current"] a,*/

.memberdash li:hover a {
    text-decoration: none;
    color: #B5CC2F;
    border-right: 10px solid #B5CC2F;
}



.memberinner .right {
    width: 80%;
    background: #E2E3E4;
    padding: 1.5em;
}

.memberinner .right section.content {
    background: #fff;
    padding: 1em;
    min-height: inherit;
}

.memberinner .right section.nudgedown {
    margin-bottom: 2em;
}

section.allcaps {
    text-transform: uppercase;
}

section.welcomecontent h1,
section.join-forum h1 {
    font-size: 2em;
    text-align: center;
}

section.join-forum .flexible a {
    width: 48%;
    text-align: center;
    font-size: 1.5em;
}

a.button_sections {
    color: #778828;
    text-align: center;
    padding: 1em 1em;
    background: #fff;
    display: inline-block;
    font-size: 1.5em;
    width: 48%;
}

a.button_sections:hover {
    color: #fff;
    background: #778828;
    text-decoration: none;
}

.memberinner .right .copy.flexible h1 {
    width: 20%;
    margin-right: 5%;
    line-height: 1;
}

.memberinner .right .copy.flexible {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.sinklogin-form-fields-block {}

.sinklogin-form-fields-block .formgroup {
    background: #EBEFCE;
    border-bottom: 2px solid #fff;
    padding: .25em 1em;
}

.sinklogin-form-fields-block .metalabel {
    color: #778828;
    display: inline-block;
    width: 10%;
    margin-bottom: 0;
}

.sinklogin-form-fields-block .metalabel+input {
    color: #404041;
    width: auto;
    background: #fff;
    border: none;
}

.sinklogin-form-fields-block .group-userZip .metalabel+input {
    max-width: 100px;
}

p.explanatory.text-info {
    margin-left: 10px;
    font-size: .8em;
}



/*****************
ARCHIVE
***********************************************/

.filtercontainer {
    background: #edf1d2;
    padding: 1em;
    margin-bottom: 2em;
}

.archive_filter h1 {}

.archive_filter>.flexible {}

.filtercontainer .filtersection {
    width: 45%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.archive_filter .filtersection label {
    color: #58595B;
    font-size: 1.5em;
    margin-right: 1em;
    margin-bottom: 0;
    display: inherit;
}

.resource_filter .filtersection select {
    font-size: 1.2em;
    padding: .25em;
}

.resource_filter .filtersection label {
    color: #b5cc2f;
    font-size: 1em;
    margin-right: 0;
    margin-bottom: 0;
    display: block;
    margin-bottom: 1em;
}

.resource_filter h1 {
    font-size: 1.5em;
    text-transform: uppercase;
    color: #b5ca3c;
}

.resource_filter .filtersection select {
    font-size: 1.2em;
    padding: .25em;
}

.resource_filter .filtersection #archive_searcher {
    width: 90%;
}

.resource_filter .filters_select {
    margin-bottom: 1em;
}

.archive_post .termtag {}

.archive_post .termtag a {
    border-left: 20px solid #B5CC2F;
    font-size: .9em;
    text-transform: uppercase;
    padding-left: 10px;
    margin-bottom: .5em;
    display: inline-block;
    color: #717171;
}

.content article.archive_post {

    -webkit-box-align: start;

    -webkit-align-items: flex-start;

    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 2em;
    border-bottom: 1px solid #ccc;
    
}

.category-news .content article.archive_post .text {
    margin-bottom: 0;
}

.content article.archive_post.category-podcast aside.readmore {
    padding-bottom: 0;
    margin-bottom: .5em;
    display: inline-block;
}

.category-news .content article.archive_post .text aside.readmore {
    padding-bottom: 0;
}

aside.readmore {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 1em 0;
}



.content article.archive_post.archivepost_last {
    border-bottom: 0;
}

.archive_post .featimg {
    margin-right: 2em;
    width: 150px;

}

.archive_post.thumb_exists .mainpost {
    max-width: 80%;
}

.category-news .archive_post.thumb_exists .mainpost  {
    max-width: 100%;
}

.category-news .featured_post .archive_post.thumb_exists .mainpost,
.category-news .latest .archive_post.thumb_exists .mainpost {
    max-width: 100%;
}

.sidebar_clusters .archive_post.thumb_exists .mainpost {
    max-width: 100%;
    width: 100%;
}

.content article.archive_post h2 {
    margin-bottom: .3em;
    line-height: 1.2;
    width: fit-content;
}

.content article.archive_post p.post_header_meta {
    font-size: 90%;
}

.content article.archive_post .post_meta {
    border-top: 1px solid #eaeaea;
    padding-top: 5px;
    font-size: 90%;
}

.content article.archive_post a.readmore {
    font-size: 90%;
    text-transform: uppercase;
}

.content article.archive_post a.readmore:after {
    content: '>';
    padding-left: 2px;
}

.relatedposts {
    clear: both;
}

.relatedposts ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
}

.relatedposts li {
    list-style: none outside none !important;
    margin: 0px;
    font-size: .9em;
    text-transform: uppercase;
}

.relatedposts li.forward {
    text-align: right;
}

.prev {
    float: left;
}

.next {
    float: right;
}

.single_relatedposts {
    background: #fff;
    padding: 1em;
    border: 2px solid #b5cc2f;
}

.single_relatedposts a {
    color: #b5cc2f;
}

.archive_relatedposts {}

p.readmore {
    margin-bottom: 0;
}

.content #comments img.avatar {
    display: none;
}

.content #comments .comment-author {
    font-size: 90%;
    margin-bottom: 1em;
    font-family: 'US-101', sans-serif;
    border-bottom: 1px solid #555;
    padding-bottom: .25em;
}

.comment-content {
    font-size: .85em;
}

.pingback {
    display: none;
}




/* woo */

.woocommerce-tabs,
.woocommerce-Tabs-panel,
.products {
    padding: 1em;
}

.product_meta>span {
    display: block;
}

.product_meta .sku_wrapper {
    display: none;
}

.tax-product_cat .onepage {
    padding: 1em;
}

.post-type-archive-product .onepage,
.single-product .onepage,
.tax-product_cat .onepage {
    max-width: 1040px;
    margin-left: 70px;


}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: #778828;
    border-radius: 2px;
}

.woocommerce div.product form.cart .button,
.single_add_to_cart_button.disabled,
.single_add_to_cart_button {
    margin-top: 1em;
    background: #b5cc2f;
    color: #fff;
}



#newMemberPassReset p.submit {
    margin-top: 1em;
}

.user_box #newMemberPassReset .infield-label label,
.user_box #newMemberPassReset input {
    padding: 0;
    margin: 0;
}

.user_box #newMemberPassReset .submit input {
    padding: 1em;
}

.action_initiate_reset_pass {
    margin: 1em;
}

.single-product.woocommerce button.button.alt {
    min-height: 47px;
    margin-left: 1em;
}

nav.sink-woocommerce-mods {
    text-transform: uppercase;
    margin-right: 5px;
    border: 2px solid #b5cc2f;
        padding: 10px;
        margin-top: -3px;
}

nav.sink-woocommerce-mods a {

    color: #b5cc2f;


    border-radius: 2px;
}

nav.sink-woocommerce-mods a:before {
          content: '';
      background-image: url(assets/icons/icon_cart.svg);
      background-size: contain;
      background-repeat: no-repeat;
      width: 23px;
      height: 20px;
      float: left;
      margin-right: 5px;
}

.woocommerce div.product .product_title {
    font-size: 1.9em;
}

.woocommerce .product_meta {
    margin-top: 2em;
    font-family: 'US-101', sans-serif;
    border-top: 3px solid #eaeaea;
    padding: 1em 0;
    display: inline-block;
    font-size: .9em;
    color: #777;
}

.woocommerce .product_meta a {
    color: #778828;
}

.quantity label {
    color: #717171;
    text-transform: uppercase;
    font-size: .6em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-radius: 2px;
}

#header .button.greenl-bg {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    /*   color: #fff;*/
    border: 2px solid #b5cc2f;
    color: #b5cc2f;

    font-weight: normal;
}

.woocommerce-cart .woocommerce a.remove {
    color: #686868 !important;
}

.woocommerce-cart .woocommerce a.remove:hover {
    color: #333 !important;
    background: transparent;
}
.woocommerce div.product form.cart .variations label {
    font-weight: normal !important;
}

.woocommerce-product-gallery__image {
    margin-bottom: 5px;
    margin-right: 5px;
}


.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #6c6d18;
}

.woocommerce ul.products li.product .button {
    margin-top: 1em;
    background: #b5cc2f;
    color: #fff;
}

.product-name,
.product-name a,
.woocommerce-cart-form th {
    font-family: 'US-101', sans-serif;
}

.woocommerce ul.products li.product .price {
    color: #333;
}

.text ul.wc_payment_methods li {
    list-style: none;
}



/* TABS */

.modal-header {
    display: none;
}

#sinkManagerLoginBox .alert {
    display: none;
}

.text ul.nav-tabs {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: 0;
}

.invoiceModalBody:focus,
.modal:focus {
    outline: 0;
}

.text ul.nav-tabs li {
    list-style: none;
    margin: 0;
    margin-right: 0px;
    margin-right: 1em;
}

.nav-tabs li a {
    display: inline-block;
    padding: 1em;
    text-transform: uppercase;
    color: #333;
    font-family: 'US-101', sans-serif;
    background: #cecece;
}

.nav-tabs li:hover a,
.nav-tabs li.active a {
    text-decoration: none;
    background: #fff;
    color: #778828;
}

.tab-content {
    background: #fff;
    padding: 1em;
    min-height: 400px;
}

.tab-content #signup {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 400px;
    display: none;
}


.tab-pane,
.tab {
    display: none;
}

.tab-pane.active,
.tab.active {
    display: block;
}

.page-id-22332 .onepage {
    background: #eaeaea;
}



/* forum simplepress the simplest press of them all */

.content #spMainContainer .spFlexHeadContainer,
.content #spMainContainer .spFootContainer {
    box-sizing: border-box;
    background: #edf2d1;
    padding: 1em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.content #spMainContainer div,
.content #spMainContainer span,
.content #spMainContainer h1,
.content #spMainContainer h2,
.content #spMainContainer h3,
.content #spMainContainer h4,
.content #spMainContainer h5,
.content #spMainContainer h6,
.content #spMainContainer p,
.content #spMainContainer blockquote,
.content #spMainContainer pre,
.content #spMainContainer code,
.content #spMainContainer img,
.content #spMainContainer big,
.content #spMainContainer small,
.content #spMainContainer strong,
.content #spMainContainer b,
.content #spMainContainer i,
.content #spMainContainer ol,
.content #spMainContainer ul,
.content #spMainContainer li,
.content #spMainContainer form,
.content #spMainContainer label,
.content #spMainContainer input,
.content #spMainContainer textarea,
.content #spMainContainer select,
.content #spMainContainer legend {
    font-family: 'Roboto', Helvetica, Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.content #spMainContainer .spCategoryLabels,
.content #spMainContainer .spActionsBar {
    background: #b5cc2f;
}

.content #spMainContainer .spTimeZoneBar {
    background: #778828;
    margin-bottom: 1em;
}


.content #spMainContainer .spForumTimeZone,
.content #spMainContainer .spUserTimeZone {
    color: #fff;
}

.content #spMainContainer #spAck {
    display: none;
}

.content #spMainContainer {
    font-size: 1em;
}

.content .spHeadOne,
.content #spMainContainer .spHeadControlBar {
    background: #eaeaea;
    padding: 1em;
}

a.spSearchLink.spAdvancedSearchForm,
.content #spMainContainer .spSearchLink {
    text-transform: uppercase;
    font-size: .7rem;
    color: #888;
}

.content #spMainContainer a:link,
.content #spMainContainer a:active,
.content #spMainContainer a:visited,
.content #spMainContainer .spLink:link,
.content #spMainContainer .spLink:active,
.content #spMainContainer .spLink:visited,
.content #spMainContainer #spQuickLinksTopic .ddTitleText,
.content #spMainContainer #spQuickLinksForum .ddTitleText,
.content #spMainContainer #spBreadCrumbs .spCurrentBreadcrumb,
.content #spMainContainer .spTopicPostSection .spPostSection .spPostContentSection .spPostContent a:link,
.content #spMainContainer .spTopicPostSection .spPostSection .spPostContentSection .spPostContent a:active,
.content #spMainContainer .spTopicPostSection .spPostSection .spPostContentSection .spPostContent a:visited {
    color: #778828;
    outline: none;
}

.content #spMainContainer a.spNewFlag, .content #spMainContainer .spNewFlag {
    background-color: #2675bc;
}

.content .spCrumbHolder {
    margin-top: 1em;
}

.content .spImg,
.spStatsSection,
.spFootContainer,
.spPostUserAvatar {
    display: none;
}

.content .spColumnSection a.spRowName,
.content #spMainContainer div#spTopicHeaderName {
    font-family: 'US-101', sans-serif;
    font-size: 1.5em;
    color: #717171;
}

.content #spMainContainer a.spRowName,
.content #spMainContainer .spRowName {
    font-size: 100%;
}

.content #spMainContainer a,
#spMainContainer a:link,
.content #spMainContainer a:active,
#spMainContainer a:visited,
.content #spMainContainer a.spToolsButton,
.content #spMainContainer .spToolsButton {
    color: #686914;
}

.content .spHeaderAddButton {
    padding: .5em !important;
    border: 1px solid #686914 !important;
    margin: .5em 0 !important;
}

.content #spMainContainer .spHeadControls {
    margin-bottom: 2em !important;
}

.content #spMainContainer #spQuickLinksTopic .dd .ddChild .opta span,
.content #spMainContainer #spQuickLinksForum .dd .ddChild .opta span {
    padding: 0 0 0 5px;
    color: #717171;
}

.content #spMainContainer .spMemberListControl,
.content #spMainContainer #spMembersListSearchForm .spForm {
    background: #EBF2D1;
}

.content #spMainContainer .spMemberGroupsSection .spMemberGroupsHeader {
    background: #b5cc2f;
}

.content #spMainContainer #membersearch,
.content #spMainContainer #allmembers,
.content #spMainContainer .spUsergroupSelect select {
    color: #717171;
}

.content #spMainContainer a.spRowName,
.content #spMainContainer .spRowName {
    word-wrap: break-word;
}

.content #spMainContainer .spRecentPostSection .spMessage {
    background: #edf2d1;
}

.content #spMainContainer .spHeaderMessage {
    font-size: 80%;
    font-weight: normal;
    color: #111;
    padding: 1em;
    opacity: 0.7;
    background: #778828;
    border: none !important;
    margin: 0;
}



.text table tr td,
.socialink-module table tr td {
    /*border-left: 1px solid #b5cc2f;
    border-right: 1px solid #b5cc2f;
    padding: 1em;*/
}

.home .container_call_to_action_button_label {}

.metadatum .meta_item.obj-address .lbl {
    display: none;
}

.single-chapter .meta_taxes {
    margin-top: 1em;
}

.single-chapter .relatedposts {
    display: none;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    min-width: 200px;
    padding: .5em;
    height: auto;
    cursor: text;
}

.woocommerce-cart table.cart td.actions .coupon .input-text:focus {
    border: 1px solid #111;
}

.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
    list-style: none;
}

#billing_postcode {
    max-width: 150px;
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {

    border: 1px solid #ccc;
}

.single .pagesidebar {
    margin-top: 60px;
}
.single .pagesidebar section.cluster h1 {
    margin-bottom: 5px;
}

.single-chapter .onepage.has_sidebar .innercontent .pagesidebar {
    margin-top: 30px;
}

.page-id-23600 .onepage.has_sidebar .innercontent .pagesidebar {
    margin-top: 40px;
}



@media (min-width: 1040px) and (max-width: 1560px) {
    .homehero .logo {
        width: 185px;
        margin-bottom: 20px;
    }
}


@media (min-width: 1040px) and (max-width: 1260px) {
    /* tweaner widths the elder */
    #header {
        font-size: .9em;
    }

    .homehero h1 {
        font-size: 4em;
    }

        nav.sink-woocommerce-mods a::before {
        height: 17px;
    }
}

@media (min-width: 768px) and (max-width: 1060px) {
    /* tweaner widths */
    .homehero h1 {
        font-size: 4em;
    }
    .donatefooter .centering_box,
    .footer_inner .centering_box,
    .centering_box .centering_box,
    .chapter_overview.centering_box {
     
    }

    nav.sink-woocommerce-mods a::before {
        height: 15px;
    }
    .centering_box,
    .survey_centering_box,
    .post-type-archive-product .onepage,
    .single-product .onepage,
    .tax-product_cat .onepage {
       /* padding: 0 1em;*/
       margin-left: 62px;
        max-width: calc(100% - 126px);
    }

    .home section.extrablock.block-fullbleed .centering_box {
        padding: 0;
    }
    #footer .menu-blockified>ul>li>a {
        font-size: 1em;
    }

    #footer .menu-blockified>ul>li ul li {
        font-size: .8em;
    }

    .homehero .logo {
        width: 85px;
        margin: auto;
    }

    .container_tagline {
        font-size: .8em
    }

    .container_badges .imgholder {
        position: relative;
        height: calc(100vw / 4.3);
        overflow: hidden;
    }

    .container_services_buttons a.button {
        font-size: 1.5em;
    }

    .chapter_overview h3 {
        font-size: 1.2em;
    }

    .signup-code input {
        max-width: 100%;
    }

    .signup-code form .fieldgroup {
        width: 19%;
    }

    .socialmedia {
        width: 25%;
    }

    .footercredits .footer_info {
        width: 60%;
    }

    .logged-in .sidebar.expanded {}

    .sidebar.expanded {
        width: 38%;
    }

    #header {
        font-size: 1.4vw;
    }
}

@media (min-width: 768px) and (max-width: 949px) {

          #header {
                font-size: .6em;
            }

              .homehero h1 {
           font-size: 2em;
          text-align: center;
          width: 100%;
         }

        nav.sink-woocommerce-mods a::before {
        height: 12px;
          }

        .home .centering_box {
            text-align: center;
        }
        .hp-top-button {
            font-size: 1.4rem;
            margin: 0 auto;
        }
    }



@media (max-width: 768px) {
    .home .centering_box {
        text-align: center;
    }
    .hp-top-button {
        margin: 0 auto;
        margin-top: 20px;
        font-size: 1.2rem;
    }
}



/* end tweaner widths */

.content .flexible.related_grid_inner article.archive_post {
    border-bottom: 0;
}

#tab-title-additional_information {
    display: none;
}

#tab-description h2 {
    display: none;
}


/* New NEWS */

.newscontent section {
    margin-bottom: 2em;
}

.newscontent section .cat_title {
    border-bottom: 1px solid #b5cc2f;
    margin-bottom: 1em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 50%;
}

.newscontent section .cat_title a.seemore {
    color: #b5cc2f;
    text-transform: uppercase;
    font-size: 1rem;
}

.newscontent section h1 {
    font-size: 2.5em;
    color: #b5cc2f;
    margin-bottom: 0;
}

.newscontent section h2 {
    border-bottom: 0;
    color: #717171;
    font-size: 1.75em;
}

.newscontent article div.featimg {
    float: left;
}

.category-news .archive_post.thumb_exists .mainpost { 
    max-width: 80%;
}

footer.single_footer {
    margin: 2em auto;
}

footer.single_footer .col {
    width: 45%;
}

footer.single_footer .col>h2 {
    color: #b5cc2f;
    padding-bottom: .2em;
    border-bottom: 1px solid #b5cc2f;
}

footer.single_footer .col .mainpost h2 {
    border: none;
    font-size: 1.25em;
    text-transform: none;
}

footer.single_footer .autorelated_inner .text,
footer.single_footer .autorelated_inner .metadata {
}


/* our team */

.page-id-19544 .content .flexible.related_grid_inner article.archive_post {

    width: 200px;
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin-right: 14px;
}


.breadcrumbs svg {
    height: 10px;
    width: auto;
    margin-right: 4px;
}

.metadata .share {
    /*display: none;*/
}

.page-id-35145 h1 {
    background: #b5cc2f;
    color: #ffffff;
}
.page-id-35145 h2 {
    font-size: 3.2em;
}

@media (min-width: 1090px) {
    .survey_pageinfo {
        margin-top: -150px;
    }
}

/*EVENTBRITE STYLES*/

    .col-iee-md-4 {
        width: 100%;
        margin-bottom: 30px;
    }

.iee_archive .iee_event .event_date {
    background-color: #b5cc2f;

}
.iee_archive .iee_event .event_desc .event_title {
    color: #333;
}
/*.event-organizer-text {
    display: none;
}
.entry-meta span:nth-child(6) {
    display: none;
}
.eventbrite-event header h2 {
    color: #778828;
    margin-bottom: 5px;
}*/

.popmake-content h1 {
    color: #fff;
}
.popmake-content h2 {
    padding: 5px;
    color: #fff;
}
.popmake-content .button {
    background-color: #778828;
}