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

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

.flexible.outwards {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flexible.twocol>div {
    max-width: 48%;
}

.flexible.padmini {
    padding: .5em 1.5em;
}

.flexible.splitscreen {
    max-width: 960px;
    margin: auto;
}

.flexible.splitscreen > div {
    height: calc(960px/2);
    width: 50%;
    background-size: cover;
    position: relative;
    border: 30px solid #fff;
}

.sink_cfields.flexible.outwards>div {
    margin-right: 5%;
}

.nolink_details {
    color: #fff;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 0 1em;
    left: 0;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    align-items: center;
    color: #737373;

}

.grid_block .nolink_details {
    padding: 0;
    font-size: .9em;
}

.content {
    min-height: 300px;
}

.content .text {}

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

.pageinfo {
    /*max-width: 740px;*/
    margin: auto;
}

#mobile_menu {
    display: none;
}

img.emoji {
    display: none !important;
}

hr {
    max-width: 740px;
}

img,
.wp-caption,
iframe,
.wp-caption img {
    max-width: 100%;
}

.wp-caption {
    margin: 0;
}

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


.fancyfont {}

.pageinfo h1 {
    margin-bottom: 0.6em;
    margin-top: .2em;
    padding-bottom: 0;

    display: none;

}

body.error404 .pageinfo h1,
body.search .pageinfo h1 {
    display: block;
    margin-bottom: 0.5em;
    font-size: 3em;
}

body.error404 .pageinfo h2,
body.search .pageinfo h2 {
    display: block;
    border-bottom: 1px solid #6cb33f;
    padding-bottom: .5em;
    margin-bottom: 1em;
    font-weight: 100;
}

.pageinfo+.subtitle {
    margin-top: 1em;
    margin-bottom: 2em;
}


.text {}


.text p {
    font-size: 1em;
    line-height: 1.35;
    margin: auto;
    margin-bottom: 1em;
    /*  max-width: 740px;*/

}

.text p a {
    border-bottom: 2px solid #6cb33f;
}

.text p.readmore a {
    border: 1px solid #6CB33F;
    color: #6CB33F;
    display: inline-block;
    padding: 0.5em 0.75em;
    text-transform: uppercase;
    font-size: .65em;
    letter-spacing: .07em;
}

.text p.readmore a:hover {
    border: 1px solid #6CB33F;
    color: #fff;
    background: #6CB33F;
}

.text p .button a {
    border: 0;
}

.text p a.button,
.text p a.button:hover {
    border-width: 1px;
    border-color: #6CB33F;
}

.text p a:hover {
    border-bottom: 2px solid #111;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.text p .button a:hover {
    border-bottom: 0;
}

.text p+ul {
    margin-top: -.8em;
}

.text>p:first-child:not(.readmore, .excerpt) {
    font-size: 130%;
}


.text h1 {}

.text h2 {
    color: #6CB33F;
    margin-bottom: .75em;
}

.text h3 {
    color: #808080;
    margin-bottom: 0.5em;
}

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

.text ul li {
    list-style-type: disc;
    margin-left: 1em;
    line-height: 1.25em;
}

/*****
ANIMATIONS
*****/

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

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

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

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

.subfooter.backgrounded_image:before {
    background: rgba(255, 255, 255, 0.85);
}

.backgrounded_image>div,
.backgrounded_image>a {
    position: relative;
}

.field_divlist .excerpt,
.field_divlist .link_readmore {
    display: none;
}



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

.ie8,
.ie9 {}

.ie7 {}

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

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


input[type=submit],
.button,
.wpcf7 input[type=submit] {
    background: none repeat scroll 0 0 #6CB33F;
    border: 0 none;
    color: #fff;
    display: inline-block;
    padding: 0.5em 1em;
    border: 1px solid #6CB33F;
    font-size: 1em;
    text-transform: uppercase;
}

.button.button_purple {
    background: #893B67;
    border-color: inherit;
}

.text .button {
    background: #fff;
    color: #6cb33f;
}

.text span.button {
    font-size: .8em;
}

.text .button:hover {
    color: #fff;
    background-color: #6cb33f;
    box-shadow: none;
}

.text .button:hover a {
    color: #fff;
}

input[type=submit]:hover,
.button:hover {

    text-decoration: none;
    border: 1px solid #fff;
}

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

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


.block .cta a,
input.primary {
    background: rgba(35, 31, 32, 0.75) none repeat scroll 0 0;
    border: 2px solid #ECE8E8;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.03em;
    padding: .7em 1em;
    border-radius: 2px;
    font-size: 1.35em;
    line-height: 1.1;
    text-transform: none;
}

.primary_cta .button.white {
    font-size: 1.4em;
    background: rgba(0, 0, 0, 0.45);
    letter-spacing: 0;
    position: absolute;
    width: 100%;
    border: 0;
    left: 0;
    right: 0;
    display: block;
    max-width: none;
    bottom: 0;
    color: #fff;
    font-weight: 100;
    text-transform: none;
}


.primary_cta .button.white:hover {
    background: rgba(0, 0, 0, 0.45);
}

.button.white {
    background: #fff none repeat scroll 0 0;
    color: #6CB33F;
    display: inline-block;
    font-weight: bold;
    margin: 0 auto;
    padding: .5em 1em;
    text-transform: uppercase;
}

.button.white:hover {
    background: #6CB33F;
    color: #fff;
    opacity: 1;
}


.button_green,
input.secondary {
    background: #6CB33F;
    color: #fff;
    padding: .5em 1em;
    border: none;
    font-size: .8em;
}

.button.outline,
input.tertiary,
a.readmore,
.readmore a {
    border: 1px solid #6CB33F;
    color: #6CB33F;
    display: inline-block;
    padding: 0.25em 0.75em;
    font-size: .8em;
    text-transform: uppercase;
    background: #fff;
}

.button.outline:hover,
input.tertiary:hover,
a.readmore:hover,
.readmore a:hover {
    background: #6CB33F;
    color: #fff;
    box-shadow: none;
    border: 1px solid #6cb33f;
}

p.readmore {
    margin-bottom: 0;
}

.search-results p.readmore {
    margin-top: .5em;
}

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

.mobile_expansion {
    visibility: hidden;
}

.mobile_expansion+label {
    font-size: 26px;
    color: #6CB33F;
    cursor: pointer;
    content: "";
    display: inline-block;
    width: 33px;
    height: 22px;
    margin-top: 0;
    border-top: 13px double;
    border-bottom: 4px 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;
}

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

.slideshowarea {
    height: 400px;
}

#fp_slideshow {
    height: 300px;
    width: 900px;
}

.sink_frontpage_slide {
    height: 300px;
    width: 900px;
    display: none;
}

#sink_frontpage_slide1 {
    display: block;
}

.slide_nav {
    color: #fff;
    font-size: 5em;
    left: 2%;
    position: absolute;
    top: 36%;
}

.home .slide_nav {
    top: 40%;
}

.slide_nav a {
    color: #fff;
}

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

.slide_nav.left {}

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

/* FB */

.fancybox_container {
    display: none;
    padding: 2em;
    width: 60%;
}

.fb_popup {
    padding: 2em;
    text-align: center;
}

/* DEFS */

.onepage span.definition_link.main {
    border-bottom: 1px dotted #949494;
}

.onepage span.definition_link:hover {
    background: #E9F7E0;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

/* Add this attribute to the element that needs a tooltip */
/* [data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
} */

/* Hide the tooltip content by default */
/* [data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
} */

/* Position tooltip above the element */
/* [data-tooltip]:before {
      position: absolute;
    bottom: 150%;
    left: 6%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 260px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    z-index: 1000;
}
 */
/* Triangle hack to make tooltip look like a speech bubble */
/* [data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
} */

/* Show tooltip content on hover */
/* [data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
} */

.page-id-263 [data-tooltip]:hover:before,
.page-id-263 [data-tooltip]:hover:after {
    opacity: 0;
}

.page-id-263 span.definition_link {
    padding: 0;
    background: none;
}

.page-id-263 span.definition_link:hover {
    cursor: default;
}

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

.menu_horizontal li {
    display: inline-block;
    list-style: none;
    margin-left: 0;

}

.grey_gradient {
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(166, 0, 0, 0)', endColorstr='rgba(0, 0, 0, 0)', GradientType=0);
    /* IE6-9 */


}

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


#header {
    background-position: center center;
    background-size: cover;
    height: 124px;
    position: relative;
    width: 100%;
    z-index: 100;
}

#header:before {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


.fp_jumbo {
    width: 100%;
    overflow: hidden;
    position: absolute;
    /* height: calc(100vw/1.49); */
    max-height: 960px;
    margin: auto;
    margin-top: 132px;
    text-align: center;
}

.fp_jumbo.video_container {
    /* height: calc(100vw/1.49); */
    max-height: 960px;
    margin-top: 124px;
}

.fp_jumbo.hero_overlay {
    background-size: cover;
    background-repeat: no-repeat;
}


.fp_jumbo.hero_overlay:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.cta_wrap {
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    bottom: 0;
    padding: 1em;
    width: 100%;
}

.hero_attention_caption {
    -webkit-animation: 2s ease 0s normal none 1 running fadein;
    animation: 2s ease 0s normal none 1 running fadein;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 640px;
}

.hero_attention_caption h1 {
    font-size: 2em;
    color: #fff;
    font-weight: bold;
}

.primary_cta {
    font-size: .9em;
    font-size: 1em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    -webkit-animation: fadein 2s;
    animation: fadein 2s;
}

.primary_cta a {
    background: transparent;
    letter-spacing: .01em;
    text-transform: none;
    font-size: 1.5em;
    border: none;
    /*border-bottom:1px solid #fff;*/
    padding: 0;
    padding-bottom: 1px;

    position: relative;
    text-decoration: none;
    white-space: nowrap;

}

.primary_cta a:before {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    right: 50%;
    left: 50%;
    bottom: -.1em;
    display: block;
    height: 1px;
    background-color: #fff;
    content: '';
}

.primary_cta a:hover {
    border: 0;
    color: #fff;
    text-shadow: none;
}

.primary_cta a:hover:before {
    right: 0;
    left: 0;
}

.primary_cta a.icon-linkfollow:after {

    font-size: .6em;
    content: '\e827';
    font-family: "icons-ch-frontend";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    /* font-size: 120%; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.primary_cta a.icon-linkfollow:hover:after {
    color: #6CB33F;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.hero_attention_caption+.primary_cta {}

.video_cta {
    bottom: calc(100vw / 30);
    margin-bottom: 0;
    margin-left: auto;
    margin-top: 0;
    padding-right: 3%;
    position: absolute;
    text-align: right;
    width: 100%;
}

.video_cta .button,
.cta_popup .button {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 500;
}

.cta_popup .button {
    background: #893b67;
}


#header .slideshow_area {
    /* height: calc(100vw/  1.49); */
    max-height: 960px;

    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

#header .slideshow_area .slide {
    /* height: calc(100vw/1.49); */
    max-height: 960px;
}

.fp_jumbo .video_inner {
    height: 100%;
    opacity: 1;
    width: 100%;
}


.fp_jumbo .video_inner video {
    width: 100%;
}

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

.header_inner {
    padding: 0;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    margin: auto;

    position: fixed;
    width: 100%;
    max-width: 1280px;
}

.home .header_inner {
    border-bottom: 0;
}

.header_inner nav.menu_horizontal {}

.header_inner nav.menu_horizontal.flexible.outwards {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-right: 7px;
}

.logo {
    width: 20%;

    max-width: 330px;
}

.logo:active {
    margin-top: 1px;
    margin-bottom: -1px;
}

.logo img {
    width: 190px;
}

.top_menus a {
    display: inline-block;
    font-size: .8em;
    letter-spacing: .03em;
    padding-top: 0.5em;
    text-transform: uppercase;
    padding-left: .75em;
    color: #111;

}

.top_menus a:hover {
    color: #6cb33f;
}

#menu-top-right a {
    background: #6CB33F none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 1.3em;
    font-weight: bold;
    padding: 0.35em 1em;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: .04em;
    box-shadow: -5px 6px 0 #cdefcd;
}

#menu-top-right a:hover {
    background: #fff;
    box-shadow: -5px 6px 0 #6CB33F;
    color: #6cb33f;

}

#menu-top-right a:active {
    box-shadow: -5px 6px 0 #111;
}

#menu-top-right a:before {
    content: none;
}

.header_stack.flexible.outwards {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 1280px;
    margin: auto;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;
}

.top_menus_container #menu-top-left {
    margin-top: 5px;
    margin-right: 0;
}


.sink_navigation {

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;
    margin-top: 50px;
}

.topmenu {
    padding: 0;

    margin-left: 0;
    margin-right: 0;
    width: auto;
}

.top_menus_container {
    position: absolute;
    top: 0;
    right: 0;
}

ul.sink_dropdown {
    list-style: none;
    margin: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    /*margin-top: 50px;*/
    margin-bottom: 0;
    letter-spacing: .03em;
    border-top: 1px solid #f2f2f2;
    padding-top: 18px;
    margin-right: 10px;
}

.sink_dropdown_container .dropdown_triangle {
    display: none;
}

.topmenu li.sink_dropdown_top {

    font-size: .6em;
}

.topmenu li.sink_dropdown_top:nth-of-type(2) {}

.topmenu.reduxed {}

.topmenu.reduxed>ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.topmenu.reduxed>ul ul.sub-menu {}

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

.footermenu ul ul.sub-menu ul.sub-menu {
    margin-left: 1em;
    font-size: 1.1em;

    display: none;
}

.footermenu li.attention a {}


.footermenu .icon-ch-external-link:before {
    content: none;
}

.footermenu .icon-ch-external-link:after {
    content: '\f08e';
    color: #fff;
    font-size: .8em;
}


.topmenu li {
    margin-right: 3em;
}

.topmenu .sink_dropdown li ul li {
    margin-top: 1em;
    padding: 0 1.2em;
    line-height: 1.65;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.topmenu .sink_dropdown li ul.sub-menu li.attention a {
    background: transparent;
    color: #6CB33F;
}

.topmenu li:after {}

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

.topmenu li a {}

.topmenu li li a {
    color: #000000;
}

.topmenu .sink_dropdown>li[class*="current"],
.topmenu .sink_dropdown>li.sink_dropdown_top.hover {
    text-decoration: none;

}

.topmenu .sink_dropdown a {
    padding: 0 .5em;

}

.topmenu .sink_dropdown a:first-child {
    padding-left: 0;
}

.topmenu .sink_dropdown ul.sub-menu a {
    font-weight: 100;
    color: #111;
    font-size: 1.25em;

}

.topmenu .sink_dropdown ul.sub-menu a:hover {
    color: #6CB33F;
}

.topmenu .sink_dropdown>li>a {
    display: block;
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
    color: #111;
}


.topmenu .sink_dropdown>li a {
    padding-bottom: 5px;
    padding-right: 0;
}


.topmenu .sink_dropdown>li>a:hover {
    text-decoration: none;
    color: #6CB33F;
}

.topmenu .sink_dropdown>li[class*="current"]:not(.not_in_focus)>a:after,
.topmenu .sink_dropdown>li.sink_dropdown_top.hover>a:after {
    border-color: transparent transparent #ebebec;
    border-style: solid;
    border-width: 0 10px 20px;
    bottom: -56px;
    content: "";
    left: 39%;
    margin: 0 auto;
    position: absolute;
    text-align: center;

    display: none;
}

.topmenu .sink_dropdown>li.sink_dropdown_top.hover:not([class*="current"])>a {
    color: #6CB33F;
}

.topmenu .sink_dropdown>li.sink_dropdown_top.hover:not([class*="current"])>a.city-harvest-donate-1758 {
    color: #fff;
    box-shadow: none;
}

.topmenu .sink_dropdown>li.sink_dropdown_top.hover:not([class*="current"])>a:after {
    border-color: transparent transparent #6CB33F;
}


.topmenu .sink_dropdown>li.hover>ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: 1.3em;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 10px;
    min-width: 180px;
    min-height: 59px;
    padding: 0;
    position: absolute;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.topmenu .sink_dropdown>li.hover.current-menu-item>ul,
.topmenu .sink_dropdown>li.hover.current-menu-parent>ul {
    /*margin-top: 0;*/
}

.topmenu .sink_dropdown li ul {
    left: 0;
    visibility: hidden;
    margin-top: 10px;
}

.topmenu .sink_dropdown>li.hover {
    border-bottom: 10px solid #6cb33f;

}

.topmenu .sink_dropdown>li.hover.attention {
    border-bottom: none;
}

.topmenu .sink_dropdown>li.attenion.hover {
    border-bottom: none;
}

.topmenu .sink_dropdown>li.current-menu-item,
.topmenu .sink_dropdown>li.current-menu-parent {
    border-bottom: 1px solid #6cb33f;

}

.topmenu .sink_dropdown>li.current-menu-parent.hover {
    border-bottom: 10px solid #6cb33f;
}

.topmenu .sink_dropdown>li.hover>ul {
    left: 0;
    z-index: 500;
    visibility: visible;
    border-top: 1px solid #f2f2f2;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    text-transform: none;
}

.topmenu li.attention a {
    background: #893B67;
    display: inline-block;
    color: #fff;
    padding: .5em 1em !important;
    border-radius: 1px;
    margin-top: -10px;
}

.topmenu li.attention a:hover {
    color: #fff;
    background: #893B67;
    box-shadow: none;
}

.topmenu li.attention:before {
    /*content: '\e804';*/
    /*color: #6CB33F;
            float: left;
            font-size: 16px;
            margin-top: 5px;
            margin-right: 5px;
            line-height: 1;*/
}


.topmenu .sink_dropdown>li[class*="current"]>ul {}

.topmenu .sink_dropdown>li[class*="current"]>ul li a {
    color: #111;
}

.topmenu .sink_dropdown>li[class*="current"]>ul li a:hover {
    color: #6cb33f;
}

.topmenu .sink_dropdown>li[class*="current"]>ul>li[class*="current"]>a {
    color: #6CB33F;
}




.socialmedia {}

.socialmedia a {}

.socialmedia ul li {
    padding: 0;
}

/*****************
CONTENT
***********************************************/

.item {}

.item.story {
    background-position: center top;
    background-size: cover;
    position: relative;
    top: 0;
    width: 100%;
    padding-bottom: 42%;
    margin-bottom: 3em;

    overflow: hidden;
}

.home .item.story {
    margin-bottom: 0;
}

.item.story:hover {}

.item.story a,
a.blocked_link {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.item.story a:hover {}

.story .textbox {
    background: rgba(35, 31, 32, .87) none repeat scroll 0 0;
    bottom: 23px;
    color: #6CB33F;
    padding: 1.8em;
    margin-right: 1em;
    width: 35%;
    float: right;
    margin-top: 1em;
}

.story.tbox-left .textbox {
    left: 3em;
    right: inherit;
    bottom: 3em;
}

.story .textbox h1 {
    color: #fff;
    font-size: 2.4em;
    line-height: 1;
}

.story .textbox p {

    letter-spacing: .02em;
    margin-bottom: 0;
}


.story a.blocked_link:hover .textbox {
    background: #111;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.story a.blocked_link:hover h1 {
    color: #6cb33f;
}

.item.default {
    background: #fff none repeat scroll 0 0;
    min-height: 204px;
    margin-bottom: 3em;

    -ms-flex-align: start;

    -webkit-box-align: start;

    -webkit-align-items: flex-start;

    align-items: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    border: 1px solid #eaeaea;
    overflow: hidden;
}

.item.default .mainpost {
    font-size: 95%;
    padding: 1em;
    width: 100%;
}

.item.default.has_image .mainpost {
    /*width: 60%;*/
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    -webkit-align-self: center;
    align-self: center;
}

item.default .mainpost p.excerpt {
    margin-bottom: 1em;
}

.item.default .featimg {
    margin-right: 1em;
    max-width: 305px;
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.item.default .featimg a,
.item.expandable .featimg a {
    margin-bottom: -5px;
    display: block;
}

.item.default h2 {
    color: #6CB33F;
    font-weight: 100;
    font-size: 1.8em;
    margin-bottom: .5em;
}


.item.expandable {
    background: #fff none repeat scroll 0 0;

    margin-bottom: 2em;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;

    border: 1px solid #eaeaea;
}


.item.expandable .featimg {
    width: 33%;

}

.item.expandable .featimg img {
    width: 100%;
    height: auto;

}

.item.expandable h2 {
    color: #6CB33F;
    font-size: 2.25em;
    font-weight: normal;
    margin-bottom: 0.5em;
}



.item.expandable .mainpost {
    padding: 2em;
    width: 65%;
}

nav.expander>a {
    text-transform: uppercase;
}

nav.expander>a:before {
    content: "+ ";

}

.more_item {
    display: none;
    margin-top: 1em;
}



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

.related_content {
    max-width: 1280px;
    margin: auto;
}

.related_content header {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 1em;
    text-align: center;
    padding-top: 1em;

}

.related_content h2 {
    color: #111;
    font-weight: 100;
    margin-bottom: 0;
}

.related_content .field_divlist {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.related_content .field_divlist>div {
    border-left: 1px solid #eaeaea;
    color: #6CB33F;
    min-height: 15vh;
    padding: 1em;
    font-weight: bold;

    font-size: 1.2em;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.related_content .field_divlist>div:first-child {
    border-left: 0;
}

.related_content .content_type {
    color: #80715f;
    display: block;
    margin-bottom: 1em;
    text-transform: uppercase;
    display: none;
}

.related_content .item.no_featured_image {
    background-image: url(images/logo.svg);
    background-repeat: no-repeat;
    background-position: center 83px;
}

.related_content .item.no_featured_image .linkfollow {
    margin-top: 290px;
}

.related_content .featimg {

    margin-bottom: .65em;
    text-align: center;
    height: 275px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;

}

.related_content .featimg img {
    max-height: 275px;
    width: auto;
}

aside.metadatum {
    background: #FBFAFA none repeat scroll 0 0;
    padding: 1em;
    /*max-width: 740px;*/
    font-size: .9em;
    margin: auto;

    display: none;
}

.people-food-council aside.metadatum,
.category-events aside.metadatum {
    display: none;
}

.meta_item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 1em;
}

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

.meta_item .lbl {
    min-width: 150px;
    font-weight: bold;

}

.meta_taxes h4 {}

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

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


.greensection {
    background: #6CB33F none repeat scroll 0 0;
    color: #fff;
    padding: 2em 0;
}

.greensection h1,
.greensection h2,
.greensecction h3 {
    color: #fff;
}

.interactive .centering_box {
    /*  max-width: 740px;*/
}

.pagetype-grid .noncentering_box {
    max-width: 1080px;
    margin: auto;
}

.home .herospot {
    margin: 0;
    top: inherit;
}

.home .subfooter {
    margin: 0;
}

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

.fp_cta .button.white {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 1.25em;
    letter-spacing: .03em;
}

.fp_cta .button.white:hover {
    background-color: #222;
    border-color: #222;
    color: #6CB33F;
}

.interactive h1,
.interactive h2 {
    text-align: center;
    margin-top: .5em;
    font-size: 2.2em;
}

.interactive h2 {
    font-size: .9em;
    letter-spacing: .035em;
    margin-bottom: 2em;
}

.interactive .inter_calculations {
    font-size: 1.7em;
    text-align: center;
}

.calc_display.flexible {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.calc_display span {
    padding: 0 .15em;
}

.interactive .inter_calculations span {
    max-height: 1.5em;
}

.interactive .inter_calculations span.food {
    font-weight: 900;
}

input.ch_dollar_amount {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #fff;
    -o-border-image: none;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 4px;
    display: inline-block;
    max-height: 1.5em;
    padding: 0 0.25em;
    font-size: 1.6em;
    width: 145px;
    text-align: center;
    border-color: #fff;
    border-width: 1px;
    color: #fff;

    -webkit-animation: fadein 2s;

    animation: fadein 2s;
}

.inter_holder {
    background: rgba(0, 0, 0, 0) url(images/images_cityscape.png) no-repeat scroll 0 0px / cover;
    margin: 0 auto 1em;
    margin-top: 0em;
    position: relative;
    min-height: 260px;
    background-size: 100%;
    max-width: 500px;
}

.interactive .slider_container {
    border-bottom: 3px solid #80715f;
    bottom: 0;
    height: 85px;
    position: absolute;
    width: 100%;
}

.interactive .slider {
    /* background: #80715F none repeat scroll 0 0; */
    height: 30px;
    position: relative;
}

.interactive .slider .red-bar {
    color: #fff;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100px;
}

.interactive .slider .handle {
    cursor: pointer;
    left: 0;
    position: absolute;
    top: 0;
    width: 150px;
}

.interactive .slider .handle img {}

section.featcontent {
    padding: 0;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

section.featcontent .content_type {
    display: none;
}

section.featcontent .column_three .content_type {
    color: #80715f;
    display: block;
    text-transform: uppercase;
}

section.featcontent .featcol {
    border-right: 1px solid #E0E1E2;
    padding: 0;
    width: 100%;
}

.home section.featcontent .featcol {
    border-right: none;
}

section.featcontent .featcol .item {

    padding-bottom: 0;
}

section.featcontent .featcol .item:last-child {
    border: 0;
}

section.featcontent .featcol .linkfollow {
    color: #6CB33F;
    display: block;
    font-size: 1.2em;

    margin: 0;

}

.related_content .linkfollow {
    margin-bottom: 1em;
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.linkfollow.icon_external_link.icon-ch-external-link:before {
    content: none;
}

.linkfollow.icon_external_link.icon-ch-external-link:after {
    content: '\f08e';
    font-family: "icons-ch-frontend";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;

    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    font-size: .7em;
    margin-left: 5px;
}




section.featcontent .featcol.column_one {}

section.featcontent .featcol.column_one .full_linked_block {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

section.featcontent .featimg {
    margin-bottom: .7em;
    text-align: center;
    overflow: hidden;
    /*height: calc(100% / 2.5);*/
}

section.featcontent .featcol.column_one .item0 .featimg {
    padding: 15px 7.5px 0 15px;
}

section.featcontent .featcol.column_one .item1 .featimg {
    padding: 15px 15px 0 7.5px;
}

section.featcontent .featcol.column_one .item1 .linkfollow,
section.featcontent .featcol.column_one .item1 .excerpt {
    padding-left: 6px;
}

.home section.featcontent .featcol.column_one .item1 .link_readmore {
    margin-left: 6px;
}

section.featcontent .column_two .featimg {
    margin-bottom: 0;
    text-align: center;
    height: 310px;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

section.featcontent .column_one .featimg:hover img {
    /*  width: 102%;
                        max-width: 102%;
                        transition: all 0.2s ease-in-out;
                        margin-left: -1%;*/
}

section.featcontent .featcol.column_one .excerpt {
    color: #111;
    padding: 0 15px;
}

section.featcontent .featcol.column_one .excerpt,
section.featcontent .featcol.column_one .link_readmore {
    display: block;
    margin-top: 1em;
}

.home section.featcontent .featcol.column_one .link_readmore {
    margin-top: 0;
    margin-left: 15px;
}

section.featcontent .featcol {
    border-bottom: 1px solid #E0E1E2;
}

section.featcontent .featcol.column_one .link_readmore {
    border: 1px solid #6CB33F;
    color: #6CB33F;
    display: inline-block;
    padding: 0.5em 0.75em;
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: .07em;
}

section.featcontent .featcol.column_one .link_readmore:hover {
    /*  border-width: 2px;
                    transition: border-width 0.1s ease-in-out;*/
    background: #6cb33f;
    color: #fff;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

section.featcontent .featcol.column_one .linkfollow {
    font-size: 2em;
    font-weight: 400;
    padding: 0 15px;
}

section.featcontent .featcol.column_two {
    width: 100%;
    border-bottom: none
}

section.featcontent .featcol.column_two .field_divlist.full_linked_block>a {
    width: 25%;

}

section.featcontent .featcol.column_two .field_divlist.full_linked_block>a img {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    -webkit-align-self: center;
    align-self: center;
    width: 100%;
    height: auto;
}

section.featcontent .featcol .field_divlist {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;

}

section.featcontent .featcol.column_three .featimg {}

section.featcontent .featcol.column_three {
    border: 0 none;
    padding-right: 0;
    width: 100%;
}

section.featcontent .featcol.column_three .field_divlist.full_linked_block>a {
    width: 20%;
}

section.featcontent .featcol.column_three .featimg {
    display: none;
}

section.featcontent .featcol.column_three .linkfollow {}

.field_divlist.full_linked_block>a {
    display: block;
    left: 0;
    margin-bottom: 0;
    padding: 0 1px 1em 1px;
    position: relative;
    top: 0;
    width: 50%;
    font-size: .85em;
    line-height: 1.1;
}

.column_two .field_divlist.full_linked_block>a {
    padding: 1em;
}

.field_divlist.full_linked_block>a:last-child {
    border: 0;
}

.field_divlist.full_linked_block>a:hover {
    text-decoration: none;


}

.field_divlist.full_linked_block>a:hover span.linkfollow {
    color: #111;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.content .maintext {
    margin-bottom: 4em;
}

.pagetype-blocks .subtitle h2 {
    /*max-width: 740px;*/
    margin: auto;
}

/*****************
MULTI
***********************************************/

.pagetype-multipage .herospot.inpage {
    margin: 0;
}

.pagetype-multipage .related_content {
    margin-top: 0;
}

.pagetype-multipage .maintext {
    background: #ebebec none repeat scroll 0 0;
    background: #fff;
    padding: .2em 0 2em;
    position: relative;
    margin-bottom: 0;
}

.pagetype-multipage .maintext p,
.pagetype-multipage .maintext section.block .inner p.excerpt {
    max-width: 960px;
    margin: auto;
    margin-bottom: 1em;
}

.pagetype-multipage .maintext p.readmore {
    margin-bottom: 0;
    max-width: 960px;
}

.text .centering_box.maincontent,
.text.maintext .centering_box {
    background: #fff;
    padding: 0;
    margin-bottom: 2em;

    margin-left: auto;
    margin-right: auto;
    /*max-width: 740px;*/
}

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

/*****************
CONNECTED
***********************************************/

.ch_connections {
    padding: 1em 0 1em;
    position: relative;
}

.ch_connections h4 {
    font-size: .8em;
    text-transform: none;
    margin-top: 1.3em;

    color: #fff;
}

.ch_connections label {
    color: #fff;
    display: block;
    padding: 0 1em 0 0.55em;
    margin-bottom: 2px;
    font-weight: 100;
    padding-left: 0;
}

span.header_big,
.ch_connections h2 {
    font-weight: 100;
    font-size: 22px;
    text-align: left;
    margin-bottom: .25em;
    padding-top: 0;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.ch_connections h3 {
    border-top: 1px solid #6cb33f;
    display: inline-block;
    margin-bottom: 1em;
    padding-top: 0.5em;
}

.ch_connections .wpcf7 input[type=submit] {
    background: #50862f;
    padding: 11.5px 21px;
    letter-spacing: .03em;
    font-weight: 100;
    /*                margin-top: -1px;
                margin-left: -40px;*/
    height: 45px;
}

.ch_connections .wpcf7 input[type=submit]:hover {
    background: #111;
    border-color: #111;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.socialize-it {
    margin-top: 1em;
    margin: auto;
}

.socialize-it a:hover {
    color: #111;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.ch_connections .socialmedia_clicker {
    font-size: 3em;
    color: #6cb33f;
    margin-right: .5em;
}

.ch_connections li:last-child .socialmedia_clicker {
    margin-right: 0;
}

.ch_connections a.socialmedia_clicker {
    font-size: 1.5em;
    color: #fff;
}

.ch_connections .socialmedia_clicker:hover {
    text-decoration: none;
}

/*****************
SEARCHBAR
***********************************************/

a.headersearch {
    display: inline-block;
    font-size: 19px;
    margin-top: 9px;
    color: #000;
}

a.headersearch:hover,
a.headersearch.expanded {
    color: #6CB33F;
    text-decoration: none;
}

.search_container,
.food_finder {
    background: #6CB33F none repeat scroll 0 0;
    display: none;
    position: relative;
    left: 0;
    padding: 0;

    top: 0;
    width: 100%;
    z-index: 10000;
    border-bottom: 1px solid #fff;
}

.scrolling .search_container,
.scrolling .food_finder {
    /*position: absolute;*/
}

.food_finder a {
    color: #fff;

}

.food_finder .col:last-child a {
    border-bottom: 2px solid #8e7979;
}

.food_finder span.definition_link.main {
    background: transparent;
    padding: 0;
}

.food_finder {
    padding: 0;
    background: #716558 none repeat scroll 0 0;
    color: #fff;
}


.food_finder .flexible {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.food_finder .flexible p {
    margin-bottom: 0;
}

.food_finder .col.closer {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4;
    font-size: 1.25em;
    margin-right: 4px;
}

.food_finder .inner .col:first-child {
    background: #716558 none repeat scroll 0 0;
    padding: 1em;
    text-transform: uppercase;
    width: 5%
}

.food_finder .inner .col:nth-child(2) {
    width: 17%;
    min-width: 220px;
    padding: .75em;
}

.food_finder .inner .col:last-child {
    /*background:#948079;*/
    padding: 1em;
    width: 80%;
}

.search_container form {
    width: 95%;
    margin-bottom: 0;
}

.search_container .flexible {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;

    max-width: none;
    padding: 0 1em 0 0;
}

.search_container .search_input {
    background: #6CB33F none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-weight: 300;
    font-size: 1.25em;
    width: 100%;
    text-align: left;
    outline: none;
    padding: .5em;
}

.search_input {
    padding: .5em;
}

.search_container .cancel_search {
    color: #fff;
    font-size: 1.25em;
}

a.cancel_search:hover {
    text-decoration: none;
    color: #000;
}


/*****************
BLOCKS
**********************************************/

section.block {
    margin: 1em 0;
    clear: both;
}

section.block.type-text {
    margin-left: auto;
    margin-right: auto;

}

section.block.type-text .inner .centering_box {
    margin-bottom: 0;
}

.text section.block.subtype-simple-header h3 {
    margin-bottom: 0;
    line-height: 1;
}

section.block .inner {
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}

section.block .inner p {
    /*max-width: 740px;*/
}

section.block.subtype-simple-subheader {
    margin-top: .2em;
}

section.block.type-image:last-of-type {
    margin-bottom: 0;
}

section.block.herospot {
    height: calc(100vw/2.5);
    margin: auto;
    background-repeat: no-repeat;
    max-width: none;
    text-align: center;
    background-size: cover;
    background-position: center center;
}

.block .cta {

    margin: auto;
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 1em;
    left: 0;
    right: 0;
    max-width: 45vw;
}

.block .cta a {
    display: inline-block;

}

.block .cta a:hover {
    text-decoration: none;
    background: #6CB33F;
    color: #fff;
}

.block .cta_one {}

.block .cta_two {
    /* left: 70%; */
}

.content_block.multipage_block .subtype-default,
.content_block.multipage_block .subtype-story,
.content_block.multipage_block .subtype-expandable {
    max-width: 960px;
    margin: auto;

}

.slideshow_area {}

.slideshow_area .slide {
    min-height: 40vh;
    background-position: center center;
    background-size: cover;
    height: calc(100vw/2.36);
    width: 100%;
}

.home .slideshow_area .slide {
    min-height: 0;
}


/*****************
PROFILE
***********************************************/

.profile-page {}

.profile-page .content .featimg {
    float: left;
    margin-right: 1em;
    max-width: 375px;
    /* margin-left: -150px;*/
    margin-bottom: 2em;
}



.profile-inner {
    margin-left: 5%;
}

.profile-inner .text p:first-child {
    font-size: 1.2em;
}

.profile-inner .pageinfo {
    border-bottom: 1px solid #ccc;
    margin-left: 206px;
    margin-bottom: 1em;
}

.profile-inner .subtitle {
    margin-top: 0;
}

.profile-page .subtitle h2 {
    font-size: 1.35em;
    color: #80715f;
    font-weight: 100;
    font-style: italic;
}

.profile-inner .pageinfo h1 {
    display: inline-block;
    color: #6CB33F;

    margin-bottom: 0;
    font-size: 2.2em;
    padding-bottom: .5em;
}

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

.sidebar {}

.sidebar_module {}

.sidebar_module .module_title {}

.sidebar_module .module_content {}



/*****************
HOME TELETHON
***********************************************/

.home.homepage-mode-telethon #header {
    height: inherit;
}

.home.homepage-mode-telethon .fp_jumbo {
    /*display: none;*/
}

.telethon-wrap {
    padding-top: 132px;
}

.telethon_banner_image {
    width: 100%;
    height: calc(100vw/2);
    max-height: 603px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0 auto;
    background-size: cover;
}

.telethon_banner_image > a {
    display: block;
    width: 100%;
    height: 100%;
}
.telethon_banner_image > a:hover {
    background:rgba(108, 179, 63, .4)
}

.telethon_cta {
    padding: 1em;
    text-align: center;
}

.telethon_cta .button {
    font-size: 1.8em;
    letter-spacing: .08em;
    margin: 1em 0;
}

.telethon_embed_code {
    text-align: center;
}

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


.home .herospot {
    background-position: center center;
    background-size: cover;
    /*  min-height: 400px; */
    position: relative;
    top: 170px;
    width: 100%;
    height: calc(100vw/2.36);
    min-height: 40vh;
}


.herospot {
    width: 100%;
    height: calc(100vh / 2.58);
    margin: auto;
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0 auto;
}

.herospot.toppage {
    height: 430px;
    margin-top: -1em;
    margin-bottom: 0;
    width: 100%;
    max-width: 960px;
    background-size: cover;
}


.content_block .herospot.inpage {
    margin-bottom: 2em;
    margin-top: 2em;
    top: inherit;
}

.pagetype-multipage .pageinfo+.herospot.inpage:first-of-type {
    margin-bottom: 2em;
}

/*****************
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
***********************************************/

.subfooter {
    color: #6CB33F;
    margin: 0;
    padding: 1em;
    min-height: 0;
    background-attachment: fixed;
}

.subfooter .item a:hover span.desc {
    color: #111;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;

}

.subfooter h1 {
    margin-bottom: 0;
    position: relative;
    text-align: center;
    font-size: 2.1em;
    color: #111;
}

.subfooter a .indicator {
    color: #6CB33F;
    display: block;
    font-size: 4em;
    margin-bottom: 10px;
    text-align: center;
}

.subfooter a .indicator:hover:before {
    /*font-size: 1.1em;
            transition: font-size 0.2s ease;*/
}

.subfooter .flexible.outers {
    max-width: 800px;
}

.subfooter a .desc {
    color: #6CB33F;
    display: block;
    font-size: 1.4em;
    text-align: center;
}

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

.subfooter a:hover .indicator {
    text-decoration: none;

}

.subfooter a:hover .desc {
    text-decoration: none;
    color: #6CB33F;
}

#footer {
    clear: both;
    position: relative;

}

.footer_inner {
    margin-top: 3em;
}

.footer_inner ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333;
}

.footer_inner ::-moz-placeholder {
    /* Firefox 19+ */
    color: #333;
}

.footer_inner :-ms-input-placeholder {
    /* IE 10+ */
    color: #333;
}

.footer_inner :-moz-placeholder {
    /* Firefox 18- */
    color: #333;
}


.footermenu {
    font-size: 1.1em;
    padding: 0;
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    padding: 0 1em 2.5em;
}

.footermenu>ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: 1.3em;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin: .5em 0 0;
}

.footermenu ul li {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    font-size: .8em;
    text-align: left;
    margin-bottom: 1em;
}

.footermenu ul li:last-child {
    display: none;
}

.footermenu ul.sub-menu li {
    display: block;
    list-style: outside none none;
    margin-bottom: 0;
    margin-left: 0;
}

.footermenu li a {
    color: #fff;
    font-size: .9em;
}

.footermenu li a:hover {
    text-decoration: underline;
    color: #335a1a;
}

.footermenu>ul>li>a {
    display: block;
    margin-bottom: .5em;
    text-transform: uppercase;
    font-size: 1.07em;
    letter-spacing: .03em;
}

.footercredits {
    margin-top: 1em;
    margin: 0;
}

.footercredits .flexible.padmini {
    padding: 0;
}

.footercredits .sink_cfields {
    margin-bottom: 1em;
    font-size: 1.35em;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    border-top: 1px solid #f2f2f2;
    padding-top: .5em;
}

.footercredits .sink_cfields.field_wysiwyg {
    color: #80715F;
    max-width: 480px;
}

.footercredits header .sink_cfields.field_wysiwyg {
    color: #6CB33F;
    margin-bottom: .5em
}

.footer_left {
    font-size: .6em;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
    width: 100%;
}

.footer_left p,
.footer_left nav,
.footer_left ul {
    display: inline;
}

.footer_left nav {
    margin-left: 2em;
}


.flexible.footercredit-wrap {
    display: block;
    background: #fff;
    padding: 0 1em;
}

.footercredits.col:first-child {
    width: 100%;
    margin-bottom: .6em;


}

.footercredits.col:last-child {}

.footercredits ul li a {
    border-right: 1px solid #6CB33F;
    color: #6CB33F;
    margin-right: 0.25em;
    padding-right: 0.5em;
    text-transform: uppercase;
}

.footercredits ul li:last-child a {
    border: 0;
}

.footerlogos .item {
    margin-right: 1em;

}

.footerlogos .item.item0 img {
    height: 70px;
}

.footerlogos {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 100%;
}

.footerlogos img {
    height: 40px;
    width: auto;
    border: 5px solid #fff;
}



.sitecredits {}

.sitecredits p {}

.sitecredits a {}

.sinkcredits {
    font-size: 1em;
    margin-top: 0;
    padding: 0;
    text-align: right;
    width: 100%;
    margin-bottom: 1em;
    margin-bottom: 0;
}

.sinkcredits p {
    margin-bottom: 0;
    line-height: 1;
    text-align: right;
    padding-bottom: 1em;
    display: block;
}

.sinkcredits a {
    font-size: .7em;

}


.footer_alerts {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
}

.footer_alerts header {
    color: #6CB33F;
    font-weight: bold;
}

.home section.mailing_list,
.mailing_list {
    margin: 1em 0;
    min-height: 0;
}

.mailing_list form p {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: flex-start;

    flex-wrap: wrap;
    max-width: 305px;
}

.mailing_list form p span.form_question {
    margin-bottom: 3px;
}

.mailing_list form p span.form_question.namer {
    width: 150px;
}

.mailing_list form p span.form_question:nth-child(1) {
    margin-right: 2px;
}

.mailing_list form p span.form_question.namer input {
    width: 98%;
}

.mailing_list form p span.form_question.email {
    width: 300px;
    margin-bottom: 3px;
}

.mailing_list form p span.form_question.submit {
    width: 100%;
}


.mailing_list .wpcf7 input[type=email] {
    padding: .6em;
    border: 0;
    margin: 0;
    width: 99.5%;
}

.mailing_list .wpcf7 input[type=email]:focus {
    border: 1px solid #6CB33F;
}

.mailing_list .wpcf7 span.wpcf7-not-valid-tip {
    margin: .5em .6em;
    font-weight: bold;
    color: #254604;
    text-align: center;
}

.mailing_list .wpcf7 div.wpcf7-validation-errors {
    margin-top: -1em;
    max-width: 430px;
    font-size: .8em;
    background: #ffff28;
    color: #333;
    border: none;
    text-align: center;
}

.mailing_list .wpcf7 div.wpcf7-mail-sent-ok {

    border: none;
    color: #fff;
    background: rgb(151, 152, 105);
    border-radius: 2px;
    padding: .5em;
    font-size: .95em;
    text-align: center;
}

.footermenu>ul>li>a:hover {
    cursor: inherit;
    text-decoration: none;
}



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

.view-list {
    max-width: 1060px;
    margin: auto;
}

.view-grid {
    max-width: 1060px;
    margin: auto;
}

.view-grid.masonry-disabled {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;

}

.view-grid.masonry-disabled .archive_post {
    position: relative;
    height: 405px !important;
    display: flex;
    overflow: hidden;


}

.view-grid.masonry-disabled .archive_post .flip-container {
    height: 345px;
    height: auto;
}

.view-grid.masonry-disabled .archive_post .flip-container .flipper .front {
    background-size: cover;
    background-position: center 0;
    height: 340px;
}

.view-grid.masonry-disabled .archive_post .flip-container .postinfo {
    margin-left: 10px;
    margin-top: 4px;
}

.grid_block.view-grid.masonry-disabled .nolink_details {
    padding: 0;
    font-size: .9em;
    color: #737373;
}

.view-grid.captions-hide .postinfo {
    display: none;
}

.archive .pageinfo h1 {
    color: #6CB33F;
    border: 0;
    padding-bottom: 0;
}

.archive .pageinfo {
    margin-bottom: 2em;
}

.content article.archive_post {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 1em;
    padding-bottom: 1em;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.list-organize article.archive_post,
.search-results article.archive_post {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #eaeaea;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.search-results article.archive_post h4 {
    margin-bottom: 1em;
}

.list-organize article.archive_post p.readmore,
.search-results article.archive_post p.readmore {
    margin-top: .5em;
}

.list-organize article.archive_post:last-of-type,
.search-results article.archive_post:last-of-type {
    border: none;
}

article.archive_post .postinfo {
    color: #6CB33F;
}

.view-grid.masonry-enabled article.archive_post .postinfo {
    margin-left: 11px;
    margin-top: 16px;
    font-size: .9em;
}

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

.archive_post .featimg {
    margin-right: 3%;
    width: 15%;
    min-width: 150px;
}

.archive_post.thumb_exists .mainpost {}

.content article.archive_post h4 {
    font-size: 1em;
    margin-bottom: 0.5em;
    line-height: 1.1;
    text-transform: none;
    margin-top: .15em;
}

.search-results .content article.archive_post h4 {
    font-size: 1.5em;
}

.view-grid.masonry-enabled.caption-layout-breathable article.archive_post {
    padding-bottom: 60px
}

.view-grid.masonry-enabled.caption-layout-breathable article.archive_post .postinfo {
    margin: 0;
    margin-top: 0px;
    text-align: center;
    width: 100%;
    background: #f2f2f2;
    padding: 5px;
    height: 80px;
    position: absolute;
    z-index: 999;
    height: 71px;
    margin-top: -33px;
}

.grid-sizer {
    width: 30%;
}

.view-grid.masonry-enabled.caption-layout-breathable article.archive_post .postinfo h4 {
    text-align: center;
    font-size: 1.4em;
}

.view-grid.masonry-enabled.caption-layout-breathable article.archive_post .postinfo h4 span.nolink_details {
    display: block;
}

.view-grid.masonry-enabled.caption-layout-breathable article.archive_post .postinfo h4 a {
    color: #6CB33F;
}

.view-grid.masonry-enabled.caption-layout-breathable article.archive_post .postinfo h4 a:hover {
    color: #333;
}

.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;
}


.content .relatedposts li {
    list-style: none outside none !important;
    margin: 0px;
}

.prev {
    float: left;
}

.next {
    float: right;
}


.single_relatedposts {}

.archive_relatedposts {}

.archive_relatedposts a {
    font-weight: 100;
    text-transform: uppercase;
    padding: .5em .75em;
    border: 1px solid #6cb33f;
    font-size: .8em;
    margin-bottom: 1em;
    display: block;
}

.archive_relatedposts a:hover {
    background: #6CB33F;
    color: #fff;
    text-decoration: none;
}


.archive_relatedposts>ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-weight: bold;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 0;
}

/*****************
FLIPPER
***********************************************/

.view-grid .inner-archive-content {
    margin-bottom: 2em;
}

.view-grid .inner-archive-content article.archive_post,
.view-grid article.archive_post {
    display: block;
    padding: 0;
    width: 32%;
    min-width: 345px;
}

.view-grid article.archive_post {
    margin-bottom: 0;
    background: #f2f2f2;
    z-index: 10;
}

.view-grid .inner-archive-content article.archive_post.even_post,
.view-grid article.archive_post.even_post {
    display: block;
    height: 500px;

}

.view-grid .inner-archive-content article.archive_post .featimg,
.view-grid article.archive_post .featimg {
    margin: 0 0 5%;
    width: 100%;
}

.view-grid .inner-archive-content article.archive_post .postinfo,
.view-grid article.archive_post .postinfo {
    /*margin-top:-3em;*/
}


.flip-container {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-perspective: 1000;
    perspective: 1000;
}


.flipper {
    height: 100%;
    position: relative;
    /*     transform-style: preserve-3d; */
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    position: relative;

}

.flipper h3 {
    font-weight: 300;

}



.flipper .front,
.flipper .back {
    background: transparent;
    left: 10px;
    position: absolute;
    top: 10px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    height: 100%;
    padding: 0;
    text-align: center;
    width: 100%;
    max-width: 325px;
    background-size: cover;
    right: 10px;
}

.flip-container .flipper .front {
    z-index: 100;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    opacity: 1;
    font-size: 30px;
}

.flipper .front h3 {
    padding-top: 87px;
}

.flip-container:hover .flipper .front,
.flip-container.hover .flipper .front {}

.flip-container .flipper .back {
    opacity: 0;
    font-size: 22px;
    padding: 30px 10px;
    background: #231F20;
    color: #fff;
    padding: 1em;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 1em;

}


.flip-container .flipper .back:before {
    content: '';
    background-color: #6cb33f;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .85;
}

.flip-container .flipper .back a {
    color: #fff;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 0 1em;
    left: 0;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.flip-container:hover .flipper .back a:hover {}



.flipper .back p {
    font-size: .8em;

}

.flip-container:hover .flipper .back,
.flip-container.hover .flipper .back {
    opacity: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    z-index: 101;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}

v
/* what if i told you...that flippers didn't flip? */

.flip-no_flip .flip-container:hover .flipper,
.flip-no_flip .flip-container.hover .flipper {
    -webkit-transform: none;
    transform: none;
    -webkit-transform-style: flat;
    transform-style: flat;
    overflow: hidden;

}

.flip-no_flip .flip-container:hover .flipper .back {
    opacity: 0;
}

.flip-no_flip .flip-container:hover .flipper .front,
.flip-no_flip .flip-container.hover .flipper .front {
    /*  transform: scale(1.1);*/
    /*  transition: transform 0.2s ease-in-out;*/
}

.flip-no_flip h4 a {
    color: #737373;
    font-size: .9em;
}

.flip-no_flip article:hover .back {
    cursor: default;
}

.flip-no_flip article:hover h4 a {
    color: #6cb33f;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.flip-no_flip .flip-container .flipper .back:before {
    content: none;
}

.flip-no_flip .flip-container {
    min-width: 345px;
}

.flip-no_flip .flip-container .flipper .back a {
    width: 100%;
    height: 100%;
    display: block;
}

/* scrolling animation */

.animated {}

.animated.rise-up {
    opacity: 0;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-transform: translate3d(0px, 50px, 0px);
    transform: translate3d(0px, 50px, 0px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.featcol:nth-child(2) .animated.rise-up {
    opacity: 0;
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    -webkit-transform: translate3d(0px, 50px, 0px);
    transform: translate3d(0px, 50px, 0px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.featcol:nth-child(3) .animated.rise-up {
    opacity: 0;
    -webkit-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -webkit-transform: translate3d(0px, 50px, 0px);
    transform: translate3d(0px, 50px, 0px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.animated.rise-up.in-view {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.featcol:nth-child(2) .animated.rise-up.in-view {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.featcol:nth-child(3) .animated.rise-up.in-view {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}


.animated.slide-left {
    opacity: 0;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transform: translate3d(-100px, 0px, 0px);
    transform: translate3d(-100px, 0px, 0px);
}

.animated.slide-left.in-view {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.animated.slide-right {
    opacity: 0;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transform: translate3d(100px, 0px, 0px);
    transform: translate3d(100px, 0px, 0px);
}

.animated.slide-right.in-view {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}


/* tweaner widths */

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

    .text .centering_box.maincontent,
    .text.maintext .centering_box,
    .noncentering_box {
        padding: 1em;
    }

    .pagetype-blocks .subtitle h2 {
        padding: 0 1.1em;
    }

    .pageinfo+.subtitle {
        margin-top: 0;
    }

    .hero_attention_caption h1 {
        font-size: 1.5em;
    }

    .logo {
        width: 20%;
    }

    .sink_navigation {
        width: 79%;
    }

    .topmenu {
        width: 93%;
    }

    .topmenu .sink_dropdown>li>a {
        font-size: 12px;
    }

    .fp_jumbo {
        margin-top: 110px;
    }

    .home #header {
        height: calc(100vw/1.6);
        /* ipad can't do calc in a calc */
        height: calc(110px + calc(100vw/2));
    }

    .subtitle h2 {
        padding: 0 .5em;
    }

    .story .textbox p {
        font-size: 13px;
    }

    .footermenu>ul>li>a,
    .ch_connections h2 {
        font-size: 14px
    }

    .ch_connections {
        -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        margin-right: .5em;
        padding-top: 16px;
    }

    .ch_connections .wpcf7 input[type=submit] {
        font-size: 11px;
    }

    .footermenu ul.sub-menu li {
        font-size: 13px;
    }

    .footerlogos {
        width: 30%;
    }

    .footer_left {
        width: 70%;
    }

    .footer_left nav {
        margin-left: 1em;
    }

    .alignleft,
    img.alignleft {
        margin: 5px .5em .5em 0;
    }

    .alignright,
    img.alignright {
        margin: 5px 0 .5em .5em;
    }

    .related_content .featimg {
        height: auto;
    }

    .content .text.additional_content {
        padding: 1em;
    }

    .view-list .content {
        padding: 1em;
    }

    .flexible.splitscreen>div {
        height: calc(100vw/2);
        width: 50%;
        background-size: contain;
        position: relative;
        border: 30px solid #fff;
        background-repeat: no-repeat;
    }

    .topmenu .sink_dropdown li.menu-item-610 ul li a {
        font-size: 12px;
    }

    .topmenu .sink_dropdown>li.hover>ul {
        min-height: 46px;
    }

    .content .maintext {
        margin-bottom: 1em;
    }

    .text.maintext .centering_box {
        margin-bottom: 0;
        padding: 0;
    }

    .pageinfo+.subtitle {
        margin-bottom: 1em;
    }

    .content table {
        width: 100% !important;
        font-size: .8em;
        margin-bottom: 1em;
    }

    .herospot.toppage {
        margin-top: 1em;
        background-repeat: no-repeat;
        height: calc(100vw/2.05);
        margin-bottom: 0em;
    }

    .list-organize article.archive_post,
    .search-results article.archive_post {
        padding: 1em;
    }
}


@media (min-width: 960px) and (max-width: 1060px) {
    .logo {
        width: 20%;
    }

    .sink_navigation {
        width: 79%;
    }

    .topmenu {
        width: 93%;
    }


    .topmenu .sink_dropdown>li>a {
        font-size: 14px;
    }


}


@media (min-width: 768px) and (max-width: 1015px) {
    .topmenu ul.sink_dropdown {
        font-size: .9em;
    }


    .topmenu li.sink_dropdown_top:nth-of-type(1) {
        margin-left: 5%;
    }



}

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

    .topmenu ul.sink_dropdown {
        font-size: .8em;
    }
}

li#wp-admin-bar-wpseo-menu {
    display: none !important;
}