/*
Working Child Style Sheet for EFI

Version: 1.0
Author: Ron Richardson
Author URI:
Tags: fluid-layout, responsive-layout, valid HTML5, widgets
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

COLORS:
Bright Green: #b0d235
Brand Green: #507638
Dark Green: #20301a
Rich Black: #000004
Text Green: #84bd00
Pomegranate: #84163f
Cool Grey: #7C7C81
Teal: #115C75
Plum: #3F2C5E
Orange: #E17D00

*/

html:lang(en-US) {}

body {
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.post-password-form {
	max-width:450px !important;
}

.alignright {
    float: right !important;
}

.alignleft {
    float: left !important;
}

.tml-indicator_hint-wrap {
	margin-bottom:40px !important;
}

figure.alignleft {
    padding: 0;
    margin: 10px 30px 10px 0 !important;
}

figure.alignright {
    padding: 0;
    margin: 10px 0 10px 30px !important;
}

figure.aligncenter,
figure.alignnone {
    padding: 0;
    margin: 10px auto 30px !important;
}

.wp-caption-text {
    padding: 10px;
}

#is_widget-3 {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.narrow-width,
.tml-resetpass {
    max-width: 650px;
    width: 100%;
    margin: 30px auto;
}

.tml-resetpass {
    margin: 30px auto 25px;
}

.with_frm_style .frm_radio input[type=radio] {
    box-shadow: none !important;
}

.tml-resetpass:before {
    content: 'Please Enter and Confirm your new Password';
    color: #84BD00;
    font-size: 28px;
    font-family: 'HelveticaNeue LT 45 Light', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: normal;
    line-height: 2.2;
}

div.tml>ul {
    margin: 25px 0;
}

div.tml>ul>li {
    padding: 10px;
}

ul.tml-messages>li:before {
    display: none;
}

ul.tml-links>li:before {
    margin-left: initial !important;
}

.sheet {
    margin: 0 auto 40px;
}

.content-layout .sidebar1 {
    margin: 0 auto;
    width: 280px;
    padding-left: 40px;
}

.fixed-widget-container {
    padding-top: 40px;
}

.postheadericons.metadata-icons {}

.content-layout .content {
    text-align: left;
}

.blog .content-layout .content {
    text-align: center;
}

.home .content-layout .content {
    padding-right: 0px;
}

.header {
    height: 55px !important;
}

.responsive .header {
    min-height: initial !important;
}

table.table-blue-borders {
    box-shadow: 6px 7px 10px #ccc;
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    border-style: solid;
    border-color: #115C75;
}

table.table-blue-borders td {
    border-style: solid;
    border-color: #115C75;
}


/* IMAGES */

.partner-images-wrapper {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.responsive .partner-images-wrapper {
    width: 100%;
}

img.partner-logos {
    display: inline-block;
    height: 86px;
    margin: 0 10px 10px;
}

.responsive .content-layout img.partner-logos {
    height: 10vw !important;
    margin: 0 10px 10px !important;
    max-height: 70px;
}

.post-first-image {
    text-align: center;
    display: block;
    width: 100%;
}

img.noun-img {
    width: 90px;
}

img.img-green-border {
    border: 3px solid #B0D235;
}

img.alignright {
    margin-left: 20px !important;
}

img.alignleft {
    margin-right: 20px !important;
}

.img-full-width {}


/* TYPOGRAPHY */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'HelveticaNeue LT 45 Light', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    line-height: 1.4;
}

.postcontent h1,
.postcontent h2,
.postcontent h3,
.postcontent h4,
.postcontent h5,
.postcontent h6 {
    font-family: 'HelveticaNeue LT 45 Light', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    line-height: 1.4;
}

.postcontent h1 {
	font-size: 32px;
}

.postcontent h2 {
	font-size: 28px;
}

.postcontent h3 {
	font-size: 22px;
}

.postcontent h4 {
	font-size: 18px;
}

h5, .postcontent h5 {
	font-size: 26px;
	line-height:1.4em;
	font-weight:bold;
	text-align:center;
	padding-bottom:15px;
}


.postheadericons {
    margin: 0 0 8px;
}

.postdateicon:before {
    display: none;
}

.postcontent ol {
    list-style-position: outside;
    margin: 1em 0 1em 55px;
}

.postcontent ol>li {
    line-height: 1.8;
}

.date-span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    color: #444;
    padding: 10px 0;
    line-height: 1;
}

.postcontent h1 {
    margin: 40px 0 30px;
    text-align: center;
}

.add-padding {
    padding: 0 14%;
}

h2.white {
    color: #fff;
}

h2.black {
    color: #000004;
}

h2.large {
    font-size: 36px;
}

.postcontent h3 {
    margin: 30px 0 8px;
}

.postcontent p {
    margin: 0 0 13px;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

a {
    cursor: pointer;
}

.postcontent a:hover {
    border-bottom: 1px solid orange;
    padding-bottom: 2px;
}

div.postcontent>ul>li.cat-item.current-cat>a {
    color: #84BD00;
    border-bottom: 1px solid orange;
    padding-bottom: 2px;
}

.widgets_on_page li:before,
.rpwe-default-thumb {
    xdisplay: none !important;
}

.rpwe_widget {
    background: #f4f4f4 !important;
    padding: 20px 10px 20px !important;
    box-shadow: 2px 2px 4px #dedede !important;
}

ul.tiny-bullets {
    margin: 0 0 0 2px;
}

ul.tiny-bullets li {
    padding-bottom: 2px !important;
    line-height: 1.3;
    font-size: 15px;
}

.postcontent ul>li,
.post ul>li,
.textblock ul>li {
    padding-left: 20px;
    padding-bottom: 12px;
    color: inherit;
}

.postcontent ul.plain-bullets,
.post ul.plain-bullets,
.textblock ul.plain-bullets {
    list-style-type: disc;
}

.postcontent ul.plain-bullets>li:before,
.post ul.plain-bullets>li:before,
.textblock ul.plain-bullets>li:before {
    display: none;
}

.postcontent ul.plain-bullets>li,
.post ul.plain-bullets>li,
.textblock ul.plain-bullets>li {
    overflow: initial;
    padding-left: 5px;
    margin-left: 40px;
}

blockquote {
    background-image: none;
    background: #507638;
    color: #fff;
    border-radius: 22px 0;
    margin: 35px 20px 20px;
    max-width: 560px;
    position: relative;
    padding: 25px 45px 30px 80px;
    box-shadow: 2px 2px 4px #ccc;
}

blockquote.blockquote-bright-green {
    background: #b0d235;
}

blockquote.blockquote-brand-green {
    background: #507638;
}

blockquote.blockquote-dark-green {
    background: #20301a;
}

blockquote.blockquote-pomegranate {
    background: #84163f;
}

blockquote.blockquote-cool-grey {
    background: #7C7C81;
}

blockquote.blockquote-teal {
    background: #115C75;
}

blockquote.blockquote-plum {
    background: #3F2C5E;
}

blockquote.blockquote-orange {
    background: #E17D00;
}

.responsive blockquote {
    padding: 25px 25px 25px 80px;
    margin: 10px auto 20px;
}

blockquote::before {
    content: url('https://equitablefood.org/wp-content/uploads/quotations.svg');
    width: 62px;
    display: block;
    position: absolute;
    left: 11px;
    top: 7px;
}

.graphic-box {
    background-image: none;
    background: #507638;
    color: #fff;
    border-radius: 22px 0;
    margin: 35px 20px;
    max-width: 560px;
    position: relative;
    padding: 25px 35px;
    box-shadow: 2px 2px 4px #ccc;
}

.responsive .graphic-box {
    margin: 10px auto 20px;
}

.border-box {
    background-image: none;
    background: none;
    border-radius: 22px 0;
    margin: 35px 20px;
    max-width: 560px;
    position: relative;
    padding: 25px 35px;
    box-shadow: 2px 2px 4px #ccc;
    border: 2px solid #000004;
}

.responsive .border-box {
    margin: 10px auto 20px;
}


/* TOP CATEGORY WIDGET */

.widget_categories {
    margin-bottom: 30px;
}

.post-wrapper article {
    background: #f4f4f4;
}

.post-wrapper img {
    width: 90%;
	height:90%;
    float: none;
    xheight: 100%;
    margin: 0 auto 15px !important;
    display: block;
}

.widget_categories>div.postcontent.clearfix>ul {
    text-align: center;
}

.widget_categories>div.postcontent.clearfix>ul>li {
    padding-left: 60px;
}

.widget_categories>div.postcontent.clearfix>ul>li::before {
    display: none;
}

.cat-item {
    display: inline-block;
    font-size: 22px;
}

#categories-3>div>ul>li.cat-item.cat-item-1 {
    display: none;
}


/* -------------------- */

.post-wrapper-grid {
    margin: 0 auto;
}

.post-wrapper {
    vertical-align: top;
    max-width: 320px;
    display: inline-block;
    width: 100%;
    text-align: left;
    background: #f4f4f4;
    margin: 0 10px 20px;
    padding: 10px 10px 20px;
    box-shadow: 2px 2px 4px #dedede;
}


/* Bright Green: #b0d235
Brand Green: #507638
Dark Green: #20301a
Rich Black: #000004
Text Green: #84bd00
Pomegranate: #84163f
Cool Grey: #7C7C81
Teal: #115C75
Plum: #3F2C5E
Orange: #E17D00 */

.post-wrapper:nth-child(4n+3),
.tmm_member:nth-child(4n+3) {
    border-top: 6px solid #84163f !important;
}

.post-wrapper:nth-child(4n+2),
.tmm_member:nth-child(4n+2) {
    border-top: 6px solid #E17D00 !important;
}

.post-wrapper:nth-child(4n+1),
.tmm_member:nth-child(4n+1) {
    border-top: 6px solid #b0d235 !important;
}

.post-wrapper:nth-child(4n+0),
.tmm_member:nth-child(4n+0) {
    border-top: 6px solid #115C75 !important;
}

#wop-home-left>ul>li {
    border-top: 6px solid #b0d235;
    padding: 0 10px;
}

#wop-home-center>ul>li {
    border-top: 6px solid #E17D00;
    padding: 0 10px;
}

#wop-home-right>ul>li {
    border-top: 6px solid #84163f;
    padding: 0 10px;
}

.block ul>li {
    padding: 0 0 10px 0;
    margin: 0 0 10px;
    border-bottom: 1px solid #b0d235;
    display: block;
}

.block ul>li:before {
    content: url(images/blockbullets.png);
    margin-right: 11px;
    bottom: 2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    margin-left: -17px;
}

.blockcontent ul {
    padding-left: 20px;
}

.blockcontent ul>li:before {
    content: url(images/blockbullets.png);
    margin-right: 11px;
    bottom: 2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    margin-left: -21px;
}

ul.children {
    padding-left: 15px;
}

ul.children li {
    border: none;
    padding: 0;
    margin: 0;
}

.blockheader .t,
.blockheader .t a,
.blockheader .t a:link,
.blockheader .t a:visited,
.blockheader .t a:hover {
    margin: 0;
}

.shadedbox-outer {
    padding: 5px 0 0;
    border-top: 4px dotted #aaa;
    margin-bottom: 13px;
}

.shadedbox-outer-last {
    padding: 5px 0 13px;
    border-top: 4px dotted #aaa;
    border-bottom: 4px dotted #aaa;
}

.shadedbox {
    padding: 14px 20px;
    margin: 10px 0 0 0;
}

.shadedbox-green {
    background: #F3F7E3;
    border-left: 15px solid #b0d235;
}

.shadedbox-orange {
    background: #FEF7F1;
    border-left: 15px solid #E17D00;
}

hr {
    border: 0;
    border-bottom: 4px dotted #ccc;
    margin: 20px 0 30px;
}


/* BUTTONS */


/* RESET */

a.button,
a.button:link,
a:link.button:link,
body a.button:link,
a.button:visited,
body a.button:visited,
input.button,
button.button {
    margin: 20px 5px 0 0 !important;
}

.button,
.button:hover,
a.button {
    padding: 4px 20px !important;
}

a.button-animate {
    top: 0;
    padding: 6px 20px 4px !important;
}

a.button-animate:hover {
    top: -2px;
    padding: 5px 22px 5px !important;
    box-shadow: 0px 3px 12px #666;
    -webkit-transition: top .4s;
    transition: top .4s;
}

a.button-white {
    background: #fff;
    color: #507638 !important;
    font-weight: bold !important;
}

a.button-white:hover {
    background: white;
    color: #507638 !important;
}

a.button-green {
    background: #b0d235;
    color: #000004 !important;
}

a.button-green:hover {
    background: #b0d235;
    color: #000004 !important;
}

a.button-plum {
    background: #3F2C5E;
    color: #fff !important;
}

a.button-plum:hover {
    background: #3F2C5E;
    color: #fff !important;
}

a.button-pom {
    background: #84163f;
    color: #fff !important;
}

a.button-pom:hover {
    background: #84163f;
    color: #fff !important;
}

a.button-teal {
    background: #115C75;
    color: #fff !important;
}

a.button-teal:hover {
    background: #115C75;
    color: #fff !important;
}

a.button-orange {
    background: #E17D00;
    color: #fff !important;
}

a.button-orange:hover {
    background: #E17D00;
    color: #fff !important;
}


/* BODY LAYOUT */

.layout-wrapper {
    margin: 0px auto;
    padding: 0 1%;
}

.responsive .layout-wrapper {
    padding: 0 2%;
}

.shapes {
    display: none;
}

.home>div>div>.layout-wrapper {
    margin: 0 auto;
}

.postheader {
    font-weight: bold;
    margin: 40px 0 20px;
    font-size: 32px;
}

h2.postheader {
    margin: 0px 0 20px;
    line-height: .8;
}

.category h1.postheader {
    margin: 0px 0 20px;
    line-height: .8;
}

.responsive .hmenu-extra1 {
    float: left;
    margin-left: 20px;
}


/* NAVIGATION */

.nav {
    padding: 10px 0;
    margin: 0;
}

.post {
    padding: 0;
    margin: 0;
}

ul.hmenu>li {
    margin-left: 0;
}

ul.hmenu>li>a {
    line-height: 1;
}

.desktop ul.hmenu>li>ul {
    margin: -10px 0 0 -18px;
}

ul.hmenu {
    /* MAIN MENU */
    padding-top: 46px;
}

ul.hmenu.menu-3 {
    /* HEADER MENU */
    padding-top: 17px;
    padding-right: 10px;
}

ul.hmenu.menu-3>li>a {
    /* HEADER MENU */
    color: #20301A;
    padding: 0 5px;
}

ul.hmenu.menu-3>li>a:hover {
    color: #20301A;
    padding: 0 5px;
}

span.lang-toggle-globe {
    background: url(https://equitablefood.org/wp-content/uploads/noun-globe-dark-green.svg);
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    float: right;
    margin: 11px 10px 0 0;
}

ul.hmenu>li.show-spanish>a {
    display: block;
}

.nav-spanish {
    display: none;
}

ul.hmenu>li.show-english>a {
    display: none;
}


/* RESPONSIVE NAV */

.responsive ul.hmenu.menu-2 {
    /* MAIN MENU */
    padding-top: 0;
    padding-right: 10px;
}

.responsive .nav .hmenu.visible {
    display: block;
    margin-bottom: 10px;
    background: #507638;
    padding: 20px 0;
}

.responsive .nav .menu-btn {
    margin-right: 15px;
}

.responsive .nav .hmenu>li,
.responsive .nav ul.hmenu>li>ul>li {
    padding-bottom: 20px;
}

.responsive .nav .hmenu>li>a {
    color: #fff;
    padding-bottom: 20px;
}

.nav .menu-btn span {
    background: #b0d235;
    border-radius: 3px;
    height: 6px;
}

#main>nav>div>ul>li.active>ul>li.active>a {
    background: #b0d235;
    color: #000004;
}

.responsive ul.hmenu>li>a {
    line-height: 1.3;
}

.responsive .nav ul.hmenu ul a {
    padding-left: 8% !important;
}


/* LOGO */

.hmenu-extra1 {
    margin-left: 1%;
}

.header-logo {
    display: block;
    position: relative;
    text-align: left;
    width: 400px;
    float: left;
    padding-left: 2%;
}

.header-logo img {
    width: 120px;
    margin-bottom: -1px;
}

.header-logo a {
    color: #20301A;
}

.header-logo h2 {
    font-family: 'Open Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
    font-size: 22px;
    line-height: 1.2;
    font-weight: normal;
    margin-left: 10px;
}


/* HOME PAGE COLORED BOXES*/

.home-four-boxes {
    margin-top: 13px;
}


/* HOME PAGE COLORED BOXES*/

.home-four-boxes .content-column,
.home-four-boxes .last_column {
    width: 240px;
    min-width: 190px;
    margin: 0 10px 30px;
}

.responsive .home-four-boxes .content-column,
.responsive .home-four-boxes .last_column {
    width: 240px;
    min-width: 190px;
    margin: 0 auto 30px;
}

.home-box {
    height: 305px;
    border: 5px solid white;
    margin: -25px auto 0;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    width: 100%;
}

#post-15>div>div.home-four-boxes>div>div>div>a {
    background: none;
    border: 1px solid #fff;
    color: #fff !important;
    position: absolute !important;
    left: 0;
    right: 0;
    width: 87px;
    margin: 0 auto !important;
    bottom: 40px;
}

#post-671>div>div.home-four-boxes>div>div>div>a {
    background: none;
    border: 1px solid #fff;
    color: #fff !important;
    position: absolute !important;
    left: 0;
    right: 0;
    width: 120px;
    margin: 0 auto !important;
    bottom: 40px;
}

.home-box img {
    height: 80px;
    margin-top: 20px !important;
}

#post-15>div>div.home-four-boxes>div>div>div>a:hover,
#post-671>div>div.home-four-boxes>div>div>div>a:hover {
    border: 1px solid #ccc;
    margin-top: 17px !important;
    -webkit-transition: background 1.2s;
    transition: background 1.2s;
    padding: 1px 22px;
    bottom: 41px;
}

.box-pom {
    background: #84163f;
}

.box-pom a.home-box-button:hover {
    background: #540b26;
    box-shadow: 0px 4px 12px 0px #540b26;
    margin-top: 17px !important;
}

.box-green {
    background: #507638;
}

.box-green a.home-box-button:hover {
    background: #2d461d;
    margin-top: 17px !important;
    box-shadow: 0px 4px 12px 0px #2d461d;
}

.box-teal {
    background: #115C75;
}

.box-teal a.home-box-button:hover {
    background: #07394a;
    margin-top: 17px !important;
    box-shadow: 0px 4px 12px 0px #07394a;
}

.box-orange {
    background: #E17D00;
}

.box-orange a.home-box-button:hover {
    background: #ad6305;
    margin-top: 17px !important;
    box-shadow: 0px 4px 12px 0px #ad6305;
}


/* ViDEOS */

.video-style {
    max-width: 720px;
    margin: 0 auto 30px;
    width: 100%;
}

.video-style>iframe {
    width: 100%;
}

.fancybox-skin {
    background: #507638 !important;
    border-radius: 0 !important;
}


/* HOME PAGE VIDEO */

.responsive .tp-bgimg .defaultimg {
    display: none;
}

.video-cropped {
    display: block;
}

.video-full {
    display: none;
}

.responsive .video-cropped {
    display: none;
}

.responsive .video-full {
    display: block;
}


/* HOME PAGE FULL WIDTH BANNERS */

.full-width-main-image {
    position: relative;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    color: #000004;
    padding: 0;
    margin-top: 0;
}

.full-width-main-image>p>img {
    width: 100%;
    height: 100%;
    min-height: 180px;
}


/* INNER PAGES */

.full-width-banner-image {
    position: relative;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-height: 300px;
    background-size: cover;
    background-position: 50%;
}

.full-width-banner-image:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.3;
    background-color: #000;
}

.full-width-banner-image>p>img {
    width: 100%;
    height: 100%;
    min-height: 180px;
}

.full-inner-main-copy {
    position: absolute;
    top: 14%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 5%;
    z-index: 100;
}

.responsive .full-inner-main-copy {
    padding: 0 1%;
    top: 4%;
}

.full-inner-banner-box {
    height: 70%;
    width: 40%;
    position: absolute;
    top: 15%;
    border: 5px solid #fff;
    border-left: none;
    padding: 15px 0 0 40px;
}

.full-inner-banner-box img {
    position: absolute;
}

.banner-box-copy {
    color: #fff;
    margin-left: 90px;
    padding: 0 20px 0 0;
}

.full-inner-banner-copy {
    position: absolute;
    top: 14%;
    left: 10%;
    right: 0;
    margin: 0;
    padding: 18px 20px 12px;
    z-index: 100;
    background: rgba(255, 255, 255, 0.7);
    min-width: 320px;
    max-width: 650px;
    width: 80%;
}

.full-inner-banner-copy p {
    font-size: 20px;
    line-height: 1.5;
}

.full-inner-banner-copy h2 {
    text-shadow: 1px 2px 12px #ffffff;
}

.responsive .full-inner-banner-copy {
    padding: 0 2%;
    top: 4%;
    left: 0;
    width: 100%;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.full-inner-main-copy h2 {
    font-size: calc(24px + (7 * .5vw));
    text-align: center;
    line-height: 1.2;
    color: #fff;
    text-shadow: 0px 0px 12px #333;
    letter-spacing: -2px;
}

.responsive .full-inner-main-copy h2 {
    font-size: -webkit-calc(15px + (7 * .5vw));
    font-size: calc(15px + (7 * .5vw));
    margin-top: 22px;
}

.full-inner-banner-title {
    position: absolute;
    top: 14%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 100;
    width: 90%;
    text-align: center;
    max-width: 900px;
}

.full-inner-banner-title h2 {
    text-shadow: 2px 3px 3px #000;
    font-size: -webkit-calc(34px + (2 * .6vw));
    font-size: calc(34px + (2 * .6vw));
    color: #fff;
}

.full-inner-main-image {
    position: absolute;
    left: 0;
    right: 3%;
    bottom: 13%;
    margin: 0 auto;
    z-index: 100;
}

.responsive .full-inner-main-image {
    bottom: 0;
}

.full-inner-main-image img {
    max-width: 200px;
    min-width: 90px;
    width: 10%;
}

.full-width-image {
    position: relative;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    color: #000004;
    padding: 60px 0 0;
    margin-bottom: 30px;
    background-size: cover !important;
}

.full-inner-image {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
}

.full-width-orange {
    position: relative;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #E17D00;
    color: #000004;
    padding: 60px 4% 10px;
    margin-bottom: 30px;
}

.full-width-plum {
    position: relative;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #3F2C5E;
    color: #fff;
    padding: 60px 4% 10px;
    margin-bottom: 30px;
}

.full-width-teal {
    position: relative;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #115C75;
    color: #fff;
    padding: 60px 4% 10px;
    margin-bottom: 30px;
}

.full-width-pomegranate {
    position: relative;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #84163f;
    color: #fff;
    padding: 60px 4% 10px;
    margin-bottom: 30px;
}

.full-width-dark-green {
    position: relative;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #20301a;
    color: #fff;
    padding: 60px 4% 10px;
    margin-bottom: 30px;
}

.full-width-brand-green {
    position: relative;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #507638;
    color: #fff;
    padding: 60px 4% 10px;
    margin-bottom: 30px;
}

.full-width-bright-green {
    position: relative;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #B0D235;
    color: #000004;
    padding: 60px 4% 10px;
    margin-bottom: 30px;
}

.full-width-content {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
}

.full-width-brand-green {
    position: relative;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #507638;
    color: #fff;
    padding: 60px 4%;
}

.full-inner-brand-green {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
}


/* FORMS */

h3.frm_form_title {
    margin: -10px 0 20px !important;
}

.frm_message>p {
    text-align: center;
    font-size: 18px;
    color: #000;
}

#frm_form_6_container .frm_primary_label {
    color: #000004;
    color: #b0d235;
}

#frm_form_6_container .frm_error {
    color: white;
    font-size: 16px;
    padding-top: 10px;
}

#frm_form_6_container input {
    -webkit-box-shadow: 0px 3px 8px #aaa !important;
    box-shadow: 0px 3px 8px #aaa !important;
}


/* CONTACT US FORM */

.frm_style_formidable-style-2.with_frm_style .frm_required {
    color: #b0d235;
    font-weight: bold;
}


/* GET STARTED FORM */

#frm_form_7_container .frm_form_field.form-field.frm_required_field.frm_top_container .frm_required {
    color: #84163f;
    font-weight: bold;
}

.frm_submit>button {
    -webkit-box-shadow: 2px 2px 6px #eee !important;
    box-shadow: 2px 2px 6px #eee !important;
}

#frm_form_7_container .frm_submit>button:hover {
    background: #84163f;
    border-color: #8AA93A;
    color: #fff;
}

.form-subscribe {
    width: 40%;
    margin: 0 auto;
    min-width: 320px;
}


/* #frm_form_6_container .frm_button_submit {
outline: none;
box-shadow: 0px 3px 12px #444 !important;
}

#frm_form_6_container .frm_button_submit:hover {
outline: none;
box-shadow: 0px 5px 12px #333 !important;
} */

.frm_form_field input,
.frm_form_field textarea {
    -webkit-box-shadow: 2px 2px 6px #eee !important;
    box-shadow: 2px 2px 6px #eee !important;
}


/* SCORECARD FORM */

.form-style-scorecard {
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
    background: #fcfcfc;
    padding: 20px 40px 10px;
    border: 1px solid #efefef;
    box-shadow: 0px 3px 8px #ddd;
}

h3.download-banner-green {
    text-align: center;
    background: #B0D235;
    margin: -20px -42px 31px;
    padding: 14px;
    color: #333;
}

.triangle-green {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #B0D235 transparent transparent transparent;
    margin: -36px auto 20px;
}

.frm_style_full-width-submit-button.with_frm_style .frm_submit button {
    box-shadow: none !important;
}


/* FOOTER */

.footer {
    padding: 0;
}

.footer-inner {
    padding: 0 25px 20px;
}

.home .footer-inner {
    padding: 20px 25px;
}

.home .footer hr {
    display: none;
}

.footer-logo {
    width: 100%;
    margin: 15px 0;
    position: relative;
    display: inline-block;
}

.footer-logo img {}

.footer-contact {
    margin: 0 auto;
    width: 250px;
    display: block;
}

.responsive .footer-contact {}

.footer-contact .social-media-icons>i {
    font-size: 24px;
    padding: 0 5px;
    color: #3F2C5E;
}

.footer-image {
    margin: 15px 0 0;
}

.footer-text p {
    color: #777;
    word-spacing: 1px;
    padding-top: 10px;
}


/* FOOTER MENU */

.footer a,
.footer a:link,
.footer a:visited {
    color: #fff;
}

.footer a:hover {
    color: #ccc;
    text-decoration: none;
}

ul#menu-footer-menu-1 {
    margin-top: 20px;
}

#menu-footer-menu-1 li {
    display: inline-block;
    text-transform: uppercase;
    padding: 0;
    margin: 0 2%;
}

#menu-footer-menu-1>li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-225:after {
    content: ' | ';
    margin-right: 6px;
    margin-left: 4px;
}

#menu-footer-menu-1 li a,
#menu-footer-menu-1 li a:visited,
#menu-footer-menu-1 li a:focus {
    text-decoration: none;
    color: #000;
    padding: 0 1px;
    outline: none;
}

#menu-footer-menu-1 li a:active {
    font-weight: bold;
    outline: none;
}

#menu-footer-menu-1 li.current-menu-item a,
#menu-footer-menu-1 li a:hover {
    text-decoration: none;
    color: #E17D00;
    outline: none;
    border-bottom: 1px solid orange;
    padding-bottom: 2px;
}


/* REMOVE UNORDERED LIST ICON */

.footer-text ul>li:before {
    display: none;
}


/* RESPONSIVE OVERRIDE RULES */

.responsive.responsive-phone .content-layout img {
    margin: 0;
}


/* TESTIMONIALS */

img.border-plum {
    border: 8px solid #3F2C5E;
    border-radius: 50%;
}


/* MISC */

ul.rpwe-ul>li:before,
li.rpwe_widget:before {
    display: none !important;
}

.rpwe-block li {
    border: none !important;
    padding: 0 10px !important;
}

.insert-page {
    /* WORDPRESS ADDS <P>, THIS COMPENSATES */
    margin-bottom: -15px;
}

.accordions .accordions-head-title {
    padding-left: 0px;
    display: table;
}

.accordions .accordion-icons {
    height: 24px;
    padding-right: 9px;
    display: table-cell;
}

.accordion-table td {
    padding: 6px 10px;
    vertical-align: middle;
}

.accordion-table td:first-child {
    font-weight: bold;
    width: 25%;
    text-align: right;
}

.article th,
.article td,
th,
td {
    padding: 12px 12px 17px;
}

div.layout-cell.content>hr:last-child,
.layout-cell h4:last-child {}

.archive .layout-cell.content {
    text-align: center;
}

#categories-3,
#tag_cloud-2 {
    display: inline-block;
    width: 35%;
    margin-bottom: 20px;
    text-align: center;
}

#categories-3 {
    margin-bottom: 0;
}

#categories-3 .postcontent,
#tag_cloud-2.postcontent {
    text-align: center;
}

.tagcloud {
    text-align: center;
}

#tag_cloud-2 h3 {}

#categories-3 h1,
#tag_cloud-2 h1 {
    text-align: center;
}

.rpwe-summary {
    font-size: 16px !important;
}

.more-link {
    white-space: nowrap;
    padding-left: 8px;
}


/* COLOR BOXES CLASSES */

.bg-color-bright-green,
.bg-color-bright-green>h3 {
    background-color: #b0d235;
    color: #fff;
}

.bg-color-brand-green,
.bg-color-brand-green>h3 {
    background-color: #507638;
    color: #fff;
}

.bg-color-dark-green,
.bg-color-dark-green>h3 {
    background-color: #20301a;
    color: #fff;
}

.bg-color-pomegranate,
.bg-color-pomegranate>h3 {
    background-color: #84163f;
    color: #fff;
}

.bg-color-teal,
.bg-color-teal>h3 {
    background-color: #115C75;
    color: #fff;
}

.bg-color-plum,
.bg-color-plum>h3 {
    background-color: #3F2C5E;
    color: #fff;
}

.bg-color-orange,
.bg-color-orange>h3 {
    background-color: #E17D00;
    color: #fff;
}


/* COLORED BORDERS CLASSES */

.border-color-bright-green {
    border-color: #b0d235;
}

.border-color-brand-green {
    border-color: #507638;
}

.border-color-dark-green {
    border-color: #20301a;
}

.border-color-pomegranate {
    border-color: #84163f;
}

.border-color-teal {
    border-color: #115C75;
}

.border-color-plum {
    border-color: #3F2C5E;
}

.border-color-orange {
    border-color: #E17D00;
}


/* CONSTANT CONTACT FORM */

div.ctct-form-embed div.ctct-form-defaults {
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
    color: #323232;
    background: none;
    border-radius: 0 !important;
    font: inherit !important;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

div.ctct-form-embed form.ctct-form-custom input[type=checkbox].ctct-form-checkbox {
    height: 20px !important;
    width: 20px !important;
}

#ctct_form_1>button,
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button,
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button:hover {
    width: 120px;
    padding: 9px 15px;
    border: none !important;
    background-color: #ffffff;
    box-shadow: 0px 3px 12px #444 !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    line-height: 1.5;
    font-family: inherit !important;
    color: #323232;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.ctct-form-element {
    outline: none !important;
}

.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button:hover,
#ctct_form_1>button:hover {
    background: #b0d235 !important;
    border-color: #8AA93A !important;
    color: #fff !important;
}

.ctct-form-label,
.ctct-form-lists-legend,
.ctct-form-listname {
    color: #b0d235 !important;
    font-size: 18px !important;
}

div.ctct-form-embed div.ctct-form-defaults p.ctct-form-footer {
    font-size: 14px !important;
    text-align: left !important;
    margin-left: 33px !important;
}

div.ctct-form-embed form.ctct-form-custom .ctct-form-errorMessage {
    font-size: 18px !important;
}

.ctct-form-header,
.ctct-form-text {
    color: #b0d235 !important;
}


/* YOUTUBE POPUP prettyPHOTO */

.pp_pic_holder {
    width: 836px !important;
}

div.ppt {
    display: none !important;
}

.wpvl_auto_thumb_box_wrapper {
    margin: 0 auto;
    width: 200px;
}

.video-inline {
    padding-top: 7px;
    display: inline-block;
}

.lightbox_ultimate_anchor {
    display: inline-block;
}

.video-inline-copy {
    display: inline-block;
    width: 70%;
    vertical-align: top;
    padding-top: 10px;
    padding-left: 5px;
}


/* TEAM MEMBERS */

.tmm_member {
    -webkit-box-shadow: 0px 1px 7px #e4e4e4 !important;
    box-shadow: 0px 1px 7px #e4e4e4 !important;
    border-bottom: 0!important;
    border-left: 0!important;
    border-right: 0!important;
}

.tmm .tmm_more_info {
    color: #84163f !important;
}

.tmm .tmm_member .tmm_photo,
.tmm .tmm_staff .tmm_photo {
    box-shadow: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="range"],
input[type="tel"],
input[type="time"],
input[type="week"],
textarea {
    vertical-align: middle;
    background: #FAFAFA;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #7A7A7A;
    margin: 0 auto;
    color: #000004 !important;
    font-family: 'Open Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-style: normal;
    text-shadow: none;
    -webkit-box-shadow: 2px 2px 6px #eee !important;
    box-shadow: 2px 2px 6px #eee !important;
    background-color: #ffffff;
    border-color: #ddd;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    padding: 0px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
    height: 38px;
    line-height: 1.3;
}

.tml-button {
    background: #fff;
    border: none;
    color: #000;
    -webkit-box-shadow: 0px 3px 8px #aaa !important;
    box-shadow: 0px 3px 8px #aaa !important;
    padding: 5px 10px;
}

.tml-button:hover {
    background: #84BD00;
    color: #fff;
}


/* STYLE SEARCH IN TOP WIDGET AREA */

div.layout-cell-size2:last-child {
    padding: 44px 10% 0;
    text-align: center;
}

.responsive .responsive-layout-row-2 .responsive-tablet-layout-cell {
    width: 100% !important;
}

.search-results .box-title {
    padding-top: 20px;
    margin-bottom: 30px;
    font-size: 32px;
    border-top: 1px solid #ccc;
    margin-top: 35px;
}

.nav-inner>form.search {
    display: inline-block;
    margin: 0 0 8px 0;
    border-radius: 0;
}

form.search input[type="text"] {
    padding: 0 0 0 10px;
    font-size: 16px;
    color: #000;
    border-radius: 0;
}

.widget_categories {
    display: block !important;
    margin: 0 auto;
}

#search-2>div.postcontent.clearfix>form>input[type=text]:nth-child(1) {
    box-shadow: none !important;
    border-radius: 0;
}

#cat {
    padding: 4px 10px;
    border-color: #ccc;
}


/* ACCORDIAN BACKGROUND COLOR FIX */

#accordions-360 .accordions-head {
    background: #3f2c5e !important;
}

#accordions-360 .ui-state-active {
    background: #84163f !important;
}

#accordions-1579 .accordions-head {
    background: #507638 !important;
}

#accordions-1579 .ui-state-active {
    background: #b0d235 !important;
}

#accordions-1581 .accordions-head {
    background: #115C75 !important;
}

#accordions-1581 .ui-state-active {
    background: #e17d00 !important;
}

#accordions-2844 .ui-state-active {
    background: #e17d00 !important;
}

#accordions-2844 .accordions-head {
    background: #84163F !important;
}

#accordions-2844 .ui-state-active {
    background: #e17d00 !important;
}


/* GWOLLE GUESTBOOK RULES */

#gwolle_gb .gwolle-gb-first {
    border-width: 1px !important;
}

#gwolle_gb .gb-entry {
    padding: 30px 0 20px !important;
    border-top: 0px !important;
    border-bottom: 1px #ddd solid !important;
}

#gwolle-gb-total {
    display: none;
}

#gwolle_gb form#gwolle_gb_new_entry {
    padding: 0 0 30px;
    border-bottom: 1px solid #ddd;
}


/* MEDIA RULES */

@media only screen and (max-width: 1480px) {
    .full-inner-banner-copy {
        left: 7%;
    }
}

@media only screen and (max-width: 1120px) {
    .postheader {
        font-size: calc(10px + (2 * 1vw));
    }
}

@media only screen and (max-width: 820px) {
    .border-box,
    .graphic-box {
        padding: 25px 20px;
    }
}

@media only screen and (max-width: 650px) {
    #categories-3,
    #tag_cloud-2 {
        width: 85%;
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    .full-width-banner-image {
        min-height: 360px;
    }
    .full-inner-main-image {
        display: none;
    }
}

@media only screen and (max-width: 360px) {
    .responsive .full-inner-main-copy h2 {
        font-size: 28px !important;
        padding: 0 5px;
    }
}