/*
SMALL (BASE) SIZE
These are the small/base styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************

Stylesheet: Base/Small Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic|Volkhov:400,400italic,700,700italic);

/* -----------------------------------------
    Clearfix
----------------------------------------- */
.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block; 
    height: 0; 
    overflow: hidden;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/*********************
LINK STYLES
*********************/

a,
a:visited {
    color: #2c6323;
    font-family: 'Volkhov', serif;
}

a:link,
a:visited:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

a.donate-now-link {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.4s ease-in-out;
}

a.donate-now-link:hover {
    color: #fff;
}
a:hover, a:focus {
    color: #0078a0!important;
}
/******************************************************************
H1, H2, H3, H4, H5 P STYLES
******************************************************************/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
    /* removing text decoration from all headline links */
    
    font-family: 'Volkhov', serif;
    font-weight: 400;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
    text-decoration: none;
}

h1 {
    font-size: 30px;
    color: #387c2b;
}

h2 {
    font-size: 28px;
    color: #387c2b;
    margin-top: 0px;
}

p {
    font-family: 'Open Sans', sans-serif;
}
/*********************
HEADER STYLES
*********************/
.color-head {
    display: inline-block;
    float: right;
}
.black-head {
    display: inline-flex;
    vertical-align: sub;
}

.logo-right-top .fa-shopping-cart {
    color: #008FC5 !important;
}

.header ul.off-canvas-list li {
    list-style: none;
}

.hold-row {
     width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
    max-width: 74.5rem;
}

.home-row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
   }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }
/*********************
NAVIGATION STYLES
*********************/

.top-bar .title-area {
    z-index: 1;
}

.off-canvas-list ul {
    margin-left: 0;
}

.off-canvas-list ul li a {
    border-bottom: 0px;
}

.off-canvas-list ul .dropdown {
    margin-left: 20px;
}

.topper-nav {
    font-family: 'Volkhov', serif;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 12.5px;
    float: right;
    color: #fff;
    margin-top: 13px;
}

.topper-nav a {
    color: #fff;
}

span.top-dbar {
    padding-left: 15px;
    padding-right: 15px;
}

span.login-reg {
    background-color: #e38801;
    display: block;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 15px;
    margin-top: -13px;
    margin-left: 15px;
    transition: all 0.3s ease-in-out;
}
.ubermenu-main, .ubermenu-main .ubermenu-target, .ubermenu-main .ubermenu-nav .ubermenu-item-level-0 .ubermenu-target {
    margin-right: 0 !important;
}
a.donate-today {
    background-color: #971f15;
    display: block;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16.5px;
    padding-bottom: 14px;
    margin-top: -13px;
    transition: all 0.3s ease-in-out;
}

a.login-reg:hover {
    background-color: #cb7a02;
}

a.donate-today:hover {
    background-color: #801b13;
}
img.logo {
    margin-top: 11px;
}
/*********************
OVERRIDES & CUSTOMS
*********************/
/* Major */
.page-id-2307 #crm-container .crm-title {
    display: none !important;
}
.edit-button {
    display:inline-block;
    background-color: #008CBA!important;
    padding: .618em 1em!important;
}
.edit-button:hover {
    background-color: #016080!important;
}
i.crm-i.fa-check {
    display: none;
}
i.crm-i.fa-print {
    display: none!important;
}
.page-id-7 .fa-print:before {
    display:none;
}
#example1_2125 .title-in-bg {    
    font-family: 'Open Sans'!important;
    font-weight: 600!important;
    top: -30%!important;
    font-size: 34px!important;
    height: 67px!important;
    min-width: 590px!important;
}
 #example1_2125 .desc-in-bg {
    font-family: 'Open Sans'!important;
    font-weight: 300!important;
    top:30%!important;
    font-size: 26px!important;
    height: 92px!important;
    min-width: 590px!important;
}
#example1_2125 .read-more-color {
    font-weight: bold;
    font-family: Open Sans !important;
}
.stock {
    display: none!important;
}
#post-1515 > .entry-content > #crm-container > .crm-title {
    display: none;
}
.gform_wrapper .top_label .gfield_label {
    font-weight: 400!important;
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 0px;
}
blockquote.easy_testimonial p {
    font-family: 'Volkhov', serif;
    font-size: 25px;
    margin-top: 0px!important;
}
.vc_col-sm-12 {
    margin-top: 10px;
}
.gform_wrapper .gform_footer input[type=submit] {
    padding: .618em 1em!important;
    font-family: 'Open Sans', sans-serif;
}
.gform_wrapper .ginput_complex label {
    display: none!important;
}
label {
    color: black!important;
}

.crm-submit-buttons {
    margin-top: 20px;
}

.crm-container .description {
    color: black!important;
}

.crm-container form table label {
    color: black!important;
}

input.crm-form-submit {
    padding: 7px 20px!important;
    margin-right: 25px;
}

.label {
    background: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
.postid-1550 td.wccpf_label {
    display:none!important;
}
.crm-container .help, .crm-container #help {
    background: none;
    border: none;
    color: black!important;
    font-size: 16px;
    font-weight: strong;
    font-family: 'Open Sans', sans-serif;
}
div.crm-section > div.label {
    color: black;
    padding-bottom: 15px;
}

.crm-public-footer {
    display: none !important;
}
/* Top Sub Navigation Menu */

.course-wrap {
    border: 1px solid #e0e0e0;
}

.course-wrap ul li,
.waste-course-wrap ul li,
.course-wrap ul li a,
.waste-course-wrap ul li a {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    list-style-type: none;
}

.course-wrap li,
.waste-course-wrap li {
    margin: 5px 20px;
}

.course-wrap ul,
.waste-course-wrap ul {
    margin-top: 20px;
    margin-bottom: 20px !important;
}

.course-wrap li:before,
.waste-course-wrap li:before {
    font-family: 'FontAwesome';
    content: '\f054';
    font-size: 12px;
    margin: 0 5px 0 -15px;
    color: #387c2b;
}

.waste-course-wrap {
    border: 1px solid #e0e0e0;
    float: left;
    width: 100%;
}

.solid-waste-head h2,
.landfills-course-head h2,
.recycling-head h2,
.waste-to-energy-head h2,
.waste-diversion-head h2,
.waste-reduction-head h2,
.waste-collection-head h2,
.special-waste-head h2 {
    font-size: 28px;
    padding-top: 5px;
    color: #FFF;
}
.page-id-1515 .label {
    padding-left: 0!important;
}
.solid-waste-head {
    background-color: #A02A1B;
    color: #FFF;
    padding: 0px 20px;
    height: 48px;
    line-height: 47px;
    margin-top: -5px;
}

.landfills-course-head {
    background-color: #008ABF;
    color: #FFF;
    padding: 0px 20px;
    height: 48px;
    line-height: 47px;
    margin-top: -5px;
}

.recycling-head {
    background-color: #FCB43E;
    color: #FFF;
    padding: 0px 20px;
    height: 48px;
    line-height: 47px;
    margin-top: -5px;
}

.waste-to-energy-head {
    background-color: #535860;
    color: #FFF;
    padding: 0px 20px;
    height: 48px;
    line-height: 47px;
    margin-top: -5px;
}

.waste-diversion-head {
    background-color: #7D5940;
    color: #FFF;
    padding: 0px 20px;
    height: 48px;
    line-height: 47px;
    margin-top: -5px;
}

.waste-reduction-head {
    background-color: #EB7D1E;
    color: #FFF;
    padding: 0px 20px;
    height: 48px;
    line-height: 47px;
    margin-top: -5px;
}

.waste-collection-head {
    background-color: #8D58A4;
    color: #FFF;
    padding: 0px 20px;
    height: 48px;
    line-height: 47px;
    margin-top: -5px;
}

.special-waste-head {
    background-color: #519135;
    color: #FFF;
    padding: 0px 20px;
    height: 48px;
    line-height: 47px;
    margin-top: -5px;
}

.ubermenu .ubermenu-target {
    padding: 15px 15px;
}

.social-media {
    width: 29%;
    float: right;
}

div.ajaxsearchpro[id*="ajaxsearchpro"] {
    float: right;
    width: 60%;
    margin-top: 10px;
}
select.wccpf-field {
    height: 31px!important;
}
/*search styles*/
.header-search {
    float: left;
    width: 70%;
}
.header-search .search-bar {
    width: 80%!important;
    float: left;
}

.header-search button.search-submit {
    padding: 6px 14px 7px;
    float: left;
}
.clearfix form.search-form {
    padding-bottom:60px;border-bottom:1px solid #ccc;margin-bottom: 40px;
}
.clearfix button.search-submit {
	width:100%;
}
/* Home page upcoming events styles */
.upcoming_events .type-tribe_events {background: #eee;padding: 10px 20px 20px;width:33%;border-right:15px solid #fff;display:table-cell;vertical-align:top;font-family: 'Open Sans', sans-serif;font-size: 1rem;line-height: 1.6;}
.upcoming_events .type-tribe_events:last-of-type{border:0;}
.upcoming_events .tribe-events-title a{font-size: 1.1rem;font-weight: bold;line-height: 1.6; font-family: 'Open Sans', sans-serif;}
.upcoming_events .tribe-events-widget-link {display:table-row;}
.upcoming_events .tribe-events-widget-link a {padding-top: 20px!important;display: table-cell;text-transform: uppercase;}
.upcoming_events .tribe-mini-calendar-event {margin:0!important;padding-bottom: 0px!important;}
.upcoming_events [class*="column"] + [class*="column"]:last-child {float: none;}
.upcoming_events .wpb_wrapper {display: table;width:100%;}
.upcoming_events .tribe-mini-calendar-event .list-info {font-family: 'Open Sans', sans-serif;font-size: 1rem;line-height: 1.6;}
.upcoming_events .tribe-mini-calendar-event .list-date {background: #387C2B;}
.upcoming_events .tribe-mini-calendar-event .list-date .list-dayname {color:#387C2B;font-size:14px;}
.upcoming_events .tribe-events-location span {display: inline-block;margin-top: 5px;}
.upcoming_events .tribe-street-address:after, .upcoming_events .tribe-events-locality:after {content: ','}
.upcoming_events .tribe-events-venue {display: block!important; margin-top: 15px!important;}
.upcoming_events .tribe-mini-calendar-event .list-date .list-daynumber {font-weight:normal;}
.upcoming_events .tribe-mini-calendar-event {border:0;}

/* Search and Filter - Date Calendar */
.ll-skin-melon .ui-widget {background: #387C2B;}
.ll-skin-melon td:not(.ui-datepicker-unselectable) .ui-state-default {color: #eee;}
.ll-skin-melon td:not(.ui-datepicker-unselectable) .ui-state-default:hover {background-color: #28591F;color: #eee;}
.ll-skin-melon td.ui-datepicker-unselectable .ui-state-default {color: #FE9800;}
.ll-skin-melon td .ui-state-hover {background: #28591F;}
.ll-skin-melon thead span{color:#fff;}
select.ui-datepicker-year {background-color: #fff;border-style: solid;border-width: 1px;border-color: #cccccc;line-height: normal;border-radius: 0;color: #000;height: auto;}

/* Search and Filter Styles */
.searchandfilter {padding-bottom:20px;margin-bottom:30px;border-bottom:solid 1px #ccc;}
.searchandfilter ul li label, .searchandfilter ul li .chosen-container {width: 100%;}
.searchandfilter ul {margin-left:0;}
.searchandfilter li {width: 100%;}
.searchandfilter > ul {padding-bottom: 125px;}
.search-filter-results .num-found, .search-filter-results .nav-previous{float:right; margin-bottom:10px;}
.search-filter-results .num-pages, .search-filter-results .nav-next{float:left; margin-bottom:10px;}
li.sf-field-category {float: left;width: 49%;margin-right:2%!important;}
li.sf-field-taxonomy-institution {float: left;width: 49%;margin-right:2%!important;}
li.sf-field-taxonomy-pub_author {float: left;width: 49%;}
li.sf-field-taxonomy-topic {float: left;width: 49%;}
.sf_date_field li {float: left;width: 49%;}
.sf_date_field li:nth-child(odd) {margin-right: 2%!important;}
li.sf-field-post_date {clear: both;}
li.sf-field-reset {clear: both;}
input.search-filter-reset:hover, input.search-filter-reset:focus {background-color:#016080;}
input.search-filter-reset {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    display: inline-block;
    padding: .618em 1em;
    font-size: 16px;
    background-color: #008CBA;
    border-color: #007095;
    color: #FFFFFF;
    transition: background-color 300ms ease-out;
}
.crm-container .crm-button, .crm-container input.crm-form-submit {
    /* float: left; */
    border-style: solid!important;
    border-width: 0!important;
    cursor: pointer!important;
    font-family: "Open Sans", sans-serif!important;
    font-weight: normal!important;
    line-height: normal!important;
    /* margin: 0 0 1.25rem; */
    position: relative!important;
    text-decoration: none!important;
    text-align: center!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    border-radius: 0!important;
    display: inline-block!important;
    /* padding: 2px 20px!important; */
    font-size: 16px!important;
    background: none!important;
    background-color: #008CBA!important;
    border-color: #007095!important;
    color: #FFFFFF!important;
    transition: background-color 300ms ease-out!important;
}
.crm-container a.button:link {
    display: none!important;
}
.crm-container .crm-button:hover {
    background-color: #016080!important;
    text-decoration: none!important;
    background-image: none!important;
    color: #fff!important;
}
.crm-container .crm-button {
    margin: 0 40px 0 0!important;
}
.donation {
    margin-bottom: 20px!important;
}
.sf-field-submit input[type="submit"], input.crm-form-submit, .woocommerce input.button.alt, .woocommerce button.button.alt {
    /* float: left; */
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    line-height: normal;
    /* margin: 0 0 1.25rem; */
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    display: inline-block;
    padding: .618em 1em;
    font-size: 16px;
    background-color: #008CBA;
    border-color: #007095;
    color: #FFFFFF;
    transition: background-color 300ms ease-out;
}
.cart_totals > h2 {
    text-align: right;
}
.cart_totals > table {
    padding-left: 55%!important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none!important;
    width: 100%!important;
    }
.woocommerce table.shop_table {
    border-radius: 0px!important;
    width: 100%;
}

.woocommerce h2 { margin-top : 20px;}

.messages.help.cms_user_help-section {
    display: none!important;
}
section.respond-form {
    display: none;
}
.type-product > a > h3:hover {
    color: #0078a0!important;
}
.sf-field-submit input[type="submit"]:hover, .sf-field-submit input[type="submit"]:focus {
    background-color:#016080;
}
input#_qf_Edit_next {
    padding: .618em 1em!important;
    margin-right: 0;
    max-height: 41.75px;
    text-shadow:none!important;
}
td.order-actions > a, p.order-again > a {
    padding-top: 12.888px!important;
    padding-bottom: 12.888px!important;
    padding-left: 16px!important;
    padding-right: 16px!important;
}
a.checkout-button.button.alt.wc-forward {
    max-width: 187px;
    padding: 12.888px 1em!important;
    font-size: 16px!important;
    font-family: 'Open Sans', sans-serif!important;
    float: right;
}
a.button.wc-backward {
    padding: 12.888px 1em!important;
}
a.button.wc-forward {
    padding: 12.888px 1em!important;
}
li.sf-field-submit {
    float: left;
    margin-top: 10px!important;
    width: auto;
}
li.sf-field-reset {
    float: left;
    margin-left: 40px!important;
    clear: none;
    width: auto;
    margin-top: 10px!important;
}
header.article-header {
    padding-top: 17px;
}
.blog .custom_type{
	margin-bottom:40px;
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
}
button.search-submit:before {
    content: '\f002';
    color: #fff;
    font-family: 'FontAwesome'!important;
}
.vc_custom_1430376718214 {
    margin-top: 0px
}
.summary.entry-summary {
    margin-top: 30px;
}
.logo-hold {
    overflow: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.logo-right-top {
    text-align: right;
}

.logo-right-top p {
    font-family: 'Volkhov', serif;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 16px;
}

.logo-right-bottom {}

.top-header {
    width: 100%;
    background-color: #231f20;
    height: auto;
}

.main-nav-wrap {
    width: 100%;
    background-color: #fff;
}

.main-bottom-wrap {
    width: 100%;
    background-color: #387c2b;
}

.main-bottom-wrap a {
    color: #fff;
}

.topper {
    width: 100%;
    background-color: #fff;
}

.fusion-secondary-header {
    background-color: #231f20;
    min-height: 25px;
}

.fusion-secondary-menu > ul > li > a {
    line-height: 24px;
    font-family: 'Volkhov Regular', Times, serif;
    text-transform: uppercase;
    padding: 0px 12px;
}

.fusion-secondary-menu > ul > li {
    line-height: 24px;
    height: 24px;
    border-color: #4e4e4e;
}
.ubermenu-current-menu-item {
    background-color: #1e5214!important;
}
ul.ubermenu-nav > li:hover {
    background-color: #1e5214!important;
}
ul.ubermenu-nav > li > ul > li:hover {
    background-color: #1e5214!important;
}
.top-login {
    background-color: #fe9800;
    display: block;
}

.top-donate {
    background-color: #b32317;
    display: block;
}

a.home-learn-more {
    padding: 10px 20px;
    background-color: #387c2b;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
}

span.orange {
    color: #fea741;
}

span.green {
    color: #367c2b;
}

span.blue {
    color: #008fc5;
}

.vc_btn-orange,
a.vc_btn-orange,
button.vc_btn-orange {
    background-color: #e38801;
    font-family: 'Volkhov Regular', Times, serif;
    text-transform: uppercase;
}

.vc_btn,
a.vc_btn,
button.vc_btn {
    padding: 5px 20px;
}

/* Dropdowns */

select {
    padding: 0rem .5rem!important;
    background-color: #fff!important;
    -moz-appearance: none !important;
}
select:hover {
    background-color: #fff!important;
    border-color: #ccc;
}
.select2-container .select2-choice .select2-arrow,
.select2-drop-mask {
    display: inline-block !important;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left:none!important;
    border-radius: 0!important;
    background-clip: padding-box;
    background:none!important;
    /* background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee)); */
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: none!important;
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
    padding: 0 0 10px 0;
    display: inline !important;
}

.select2-container .select2-choice .select2-arrow b {
    margin-top: 4.5px!important;
}
.select2-container .select2-choice {
    display: block;
    /* height: 26px; */
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    border-radius: 0px!important;
    border-color: #cccccc!important;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-image: none!important;
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: none!important;
}
td.actions input {
    width: 121px!important;
}
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    border: 1px solid #ccc;
    border-radius: 0px!important;
    background: none!important;
    background: none!important;
    background: -moz-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: -o-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
    height: 35px!important;
}
.select2-container .select2-choice > .select2-chosen {
    padding-top: 4.5px!important;
}
a.select2-choice {
    height: 35px!important;
}
.chosen-container-single .chosen-single span {
    padding-top: 4.5px!important;
}
.chosen-container-single .chosen-single div b {
    margin-top: 4.5px!important;
}

/* Pagination */

.woocommerce nav.woocommerce-pagination {
    text-align: left!important;
}
ul.pagination{
    display: inline-block!important;
    white-space: nowrap!important;
    padding: 0!important;
    border: 1px solid #d3ced2!important;
    border-right: 0!important;
    margin: 1px!important;
    height: 34px!important;
}
ul.pagination li{
    height: 32px!important;
    border-right: 1px solid #d3ced2!important;
    padding: 0!important;
    margin: 0!important;
    float: left!important;
    display: inline!important;
    overflow: hidden!important;
}
ul.pagination li.current a, ul.pagination li.current button {
    margin: 0!important;
    text-decoration: none!important;
    line-height: 16px!important;
    font-size: 16px!important;
    font-weight: 400!important;
    padding: .5em!important;
    min-width: 1em!important;
    display: block!important;
    background: #ebe9eb!important;
    color: #8a7e88!important;
}
ul.pagination li a, ul.pagination li button {
    border-radius: 0px!important;
    color: #2c6323!important;
    font-size: 16px!important;
    padding: 8px!important;
    line-height: 16px!important;
}
ul.pagination li a:hover {
    color: #0078a0!important;
}
/* General Courses */

.course-main-arrow-general {
    background-color: #f9f9f9;
    -webkit-box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
}

.course-main-arrow-general:hover {
    background-color: #f2f2f2;
    -webkit-box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.65);
}

.course-main-arrow-general p {
    padding-top: 25px;
    padding-left: 20px;
    float: left;
    display: block;
    color: #A02A1B;
    font-family: 'Volkhov Regular', Times, serif;
    font-size: 24px;
}

.course-main-arrow-general i {
    display: block;
    color: #fff;
    background-color: #A02A1B;
    float: right;
    padding: 30px 10px;
    font-weight: 600;
    font-size: 24px;
}
/* Landfill Courses */

.course-main-arrow-landfill {
    background-color: #f9f9f9;
    -webkit-box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
}

.course-main-arrow-landfill:hover {
    background-color: #f2f2f2;
    -webkit-box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.65);
}

.course-main-arrow-landfill p {
    padding-top: 25px;
    padding-left: 20px;
    float: left;
    display: block;
    color: #008ABF;
    font-family: 'Volkhov Regular', Times, serif;
    font-size: 24px;
}

.course-main-arrow-landfill i {
    display: block;
    color: #fff;
    background-color: #008ABF;
    float: right;
    padding: 30px 10px;
    font-weight: 600;
    font-size: 24px;
}
/* Recycling Courses */

.course-main-arrow-recycling {
    background-color: #f9f9f9;
    -webkit-box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
}

.course-main-arrow-recycling:hover {
    background-color: #f2f2f2;
    -webkit-box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.65);
}

.course-main-arrow-recycling p {
    padding-top: 25px;
    padding-left: 20px;
    float: left;
    display: block;
    color: #FCB43E;
    font-family: 'Volkhov Regular', Times, serif;
    font-size: 24px;
}

.course-main-arrow-recycling i {
    display: block;
    color: #fff;
    background-color: #FCB43E;
    float: right;
    padding: 30px 10px;
    font-weight: 600;
    font-size: 24px;
}
/* Special Wastes Courses */

.course-main-arrow-specialwastes {
    background-color: #f9f9f9;
    -webkit-box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
}

.course-main-arrow-specialwastes:hover {
    background-color: #f2f2f2;
    -webkit-box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.65);
}

.course-main-arrow-specialwastes p {
    padding-top: 25px;
    padding-left: 20px;
    float: left;
    display: block;
    color: #519135;
    font-family: 'Volkhov Regular', Times, serif;
    font-size: 24px;
}

.course-main-arrow-specialwastes i {
    display: block;
    color: #fff;
    background-color: #519135;
    float: right;
    padding: 30px 10px;
    font-weight: 600;
    font-size: 24px;
}
/* Waste Collection Courses */

.course-main-arrow-wastecollection {
    background-color: #f9f9f9;
    -webkit-box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
}

.course-main-arrow-wastecollection:hover {
    background-color: #f2f2f2;
    -webkit-box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.65);
}

.course-main-arrow-wastecollection p {
    padding-top: 25px;
    padding-left: 20px;
    float: left;
    display: block;
    color: #8D58A4;
    font-family: 'Volkhov Regular', Times, serif;
    font-size: 24px;
}

.course-main-arrow-wastecollection i {
    display: block;
    color: #fff;
    background-color: #8D58A4;
    float: right;
    padding: 30px 10px;
    font-weight: 600;
    font-size: 24px;
}
/* Waste Diversion Courses */

.course-main-arrow-wastediversion {
    background-color: #f9f9f9;
    -webkit-box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
}

.course-main-arrow-wastediversion:hover {
    background-color: #f2f2f2;
    -webkit-box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.65);
}

.course-main-arrow-wastediversion p {
    padding-top: 25px;
    padding-left: 20px;
    float: left;
    display: block;
    color: #7D5940;
    font-family: 'Volkhov Regular', Times, serif;
    font-size: 24px;
}

.course-main-arrow-wastediversion i {
    display: block;
    color: #fff;
    background-color: #7D5940;
    float: right;
    padding: 30px 10px;
    font-weight: 600;
    font-size: 24px;
}
/* Waste Reduction Courses */

.course-main-arrow-wastereduction {
    background-color: #f9f9f9;
    -webkit-box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
}

.course-main-arrow-wastereduction:hover {
    background-color: #f2f2f2;
    -webkit-box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.65);
}

.course-main-arrow-wastereduction p {
    padding-top: 25px;
    padding-left: 20px;
    float: left;
    display: block;
    color: #EB7D1E;
    font-family: 'Volkhov Regular', Times, serif;
    font-size: 24px;
}

.course-main-arrow-wastereduction i {
    display: block;
    color: #fff;
    background-color: #EB7D1E;
    float: right;
    padding: 30px 10px;
    font-weight: 600;
    font-size: 24px;
}
/* Publication Search */
.srch-left-half{float:left;width:49%!important; margin-right:1%;}
.srch-right-half{float:right;width:50%!important;}
/* Waste to Energy Courses */

.course-main-arrow-wastetoenergy {
    background-color: #f9f9f9;
    -webkit-box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
}

.course-main-arrow-wastetoenergy:hover {
    background-color: #f2f2f2;
    -webkit-box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 10px 16px -12px rgba(0, 0, 0, 0.65);
}

.course-main-arrow-wastetoenergy p {
    padding-top: 25px;
    padding-left: 20px;
    float: left;
    display: block;
    color: #535860;
    font-family: 'Volkhov Regular', Times, serif;
    font-size: 24px;
}

.course-main-arrow-wastetoenergy i {
    display: block;
    color: #fff;
    background-color: #535860;
    float: right;
    padding: 30px 10px;
    font-weight: 600;
    font-size: 24px;
}
/* Main Navigation Menu */

.fusion-secondary-main-menu {
    background-color: #387c2b;
}

.fusion-main-menu > ul > li > a {
    text-transform: uppercase;
    color: #fff;
}
/* Mid-Page Highlights */

.grants {
    background-color: #fe9800;
}
.grants:hover {
    background-color: #e38801;
}

.grants-widget {
    background-color: #fe9800;
}

.grants-widget:hover {
    background-color: #e38801;
}

.grants-widget h1 {
    font-family: 'Volkhov', serif;
    font-size: 22px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    padding: 10px;
    max-width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    text-transform: uppercase;
}

.grants h1 {
    font-family: 'Volkhov', serif;
    font-size: 22px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    padding: 10px;
    text-transform: uppercase;
}

.grants a {
    font-family: 'Volkhov', serif;
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    padding: 10px 20px;
    text-transform: uppercase;
    border: 1px solid #fff;
    display: block;
    width: 160px;
    margin: 0 auto;
    margin-bottom: 30px;
    background-color: rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}

.grants a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.conted {
    background-color: #008fc5;
    min-height: 220px;
}

.conted:hover {
    background-color: #0074a0;
}

.conted-widget {
    background-color: #008fc5;
    text-transform: uppercase;
}

.conted-widget:hover {
    background-color: #0074a0;
}

.conted-widget h1 {
    font-family: 'Volkhov', serif;
    font-size: 22px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    padding: 10px;
    max-width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    text-transform: uppercase;
}

.conted h1 {
    font-family: 'Volkhov', serif;
    font-size: 22px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    padding: 10px;
    text-transform: uppercase;
}

.conted a {
    font-family: 'Volkhov', serif;
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    padding: 10px 20px;
    text-transform: uppercase;
    border: 1px solid #fff;
    display: block;
    width: 160px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 30px;
    background-color: rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}

.conted a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.waste {
    background-color: #b32317;
    min-height: 220px;
}

.waste:hover {
    background-color: #971f15;
}

.waste-widget {
    background-color: #b32317;
    text-transform: uppercase;
}

.waste-widget:hover {
    background-color: #971f15;
}

.waste-widget h1 {
    font-family: 'Volkhov', serif;
    font-size: 22px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    padding: 10px;
    max-width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    text-transform: uppercase;
}

.waste h1 {
    font-family: 'Volkhov', serif;
    font-size: 22px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    padding: 10px;
    text-transform: uppercase;
}

.waste a {
    font-family: 'Volkhov', serif;
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    padding: 10px 20px;
    text-transform: uppercase;
    border: 1px solid #fff;
    display: block;
    width: 160px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 30px;
    background-color: rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}

.waste a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.scholarship {
    background-color: #8747a2;
    min-height: 220px;
}

.scholarship:hover {
    background-color: #6b3880;
}

.scholarship-widget {
    background-color: #8747a2;
    text-transform: uppercase;
}

.scholarship-widget:hover {
    background-color: #6b3880;
}

.scholarship-widget h1 {
    font-family: 'Volkhov', serif;
    font-size: 22px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    padding: 10px;
    max-width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    text-transform: uppercase;
}

.scholarship h1 {
    font-family: 'Volkhov', serif;
    font-size: 22px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    padding: 10px;
    text-transform: uppercase;
}

.scholarship a {
    font-family: 'Volkhov', serif;
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    padding: 10px 20px;
    text-transform: uppercase;
    border: 1px solid #fff;
    display: block;
    width: 160px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 30px;
    background-color: rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}

.scholarship a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.othercategories {
    background-color: #d45d00;
    height: 180px!important;
}
.othercategories-widget {
    background-color: #387C2B;
    text-transform: uppercase;
}

.othercategories-widget h1 {
    font-family: 'Volkhov', serif;
    font-size: 22px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    padding: 10px;
    max-width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    text-transform: uppercase;
}

.othercategories h1 {
    font-family: 'Volkhov', serif;
    font-size: 22px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    padding: 14px 15px 1px 15px;
    text-transform: uppercase;
}

.othercategories a {
    font-family: 'Volkhov', serif;
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    padding: 10px 20px;
    text-transform: uppercase;
    border: 1px solid #fff;
    display: block;
    width: 160px;
    margin: 0 auto;
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}
.webinar {
    background-color: #387C2B;
    height: 180px!important;
}

.webinar-widget {
    background-color: #387C2B;
    text-transform: uppercase;
}

.webinar-widget h1 {
    font-family: 'Volkhov', serif;
    font-size: 22px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    padding: 10px;
    max-width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    text-transform: uppercase;
}

.webinar h1 {
    font-family: 'Volkhov', serif;
    font-size: 22px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    padding: 14px 15px 1px 15px;
    text-transform: uppercase;
    line-height: 45px;
}

.webinar a {
    font-family: 'Volkhov', serif;
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    padding: 10px 20px;
    text-transform: uppercase;
    border: 1px solid #fff;
    display: block;
    width: 160px;
    margin: 0 auto;
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}

.webinar a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.funding {
    text-align: center;
}

.funding p {
    font-family: 'Volkhov', serif;
    font-weight: 400;
    font-size: 25px;
}

.ubermenu-main,
.ubermenu-main .ubermenu-target,
.ubermenu-main .ubermenu-nav .ubermenu-item-level-0 .ubermenu-target {
    text-transform: uppercase;
}

.events-listing {
    background-color: #f7f7f7;
    border-left: 3px solid #57864f;
    max-height: 200px;
    overflow: hidden;
}

.events-listing h2 {
    color: #231f20;
    font-size: 18px;
}

.events-listing h2 a {
    color: #231f20;
}

.events-listing .vc_grid.vc_row .vc_grid-item .vc_btn {
    margin: 0px !important;
}

.donation-make {
    color: #fff;
}

.donation-make h2 {
    color: #fff;
}

.footer-copyright {
    width: 100%;
    background-color: #234c1a;
    height: 40px;
    overflow: hidden;
}

.footer-copyright p {
    color: #458d37;
    padding-top: 10px;
    font-size: 11px;
}

.topper-wrap {
    width: 100%;
    background-color: #fff;
    overflow: auto;
}

a.footer-read-more {
    text-transform: uppercase;
    font-family: 'Volkhov', serif;
    font-size: 14px;
    color: #fff;
    padding: 10px 20px;
    background-color: #234c1a;
    text-align: center;
}

table {
    background: none;
    border: none;
    color: #fff;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

table td {
    background: none !important;
    border: none;
    color: #fff;
    font-weight: 300;
}

table tr th {
    background: none;
    border: none;
    color: #fff;
    font-weight: 300;
}

div.images {
    display: none;
}
/*********************
POSTS & CONTENT STYLES
*********************/

.vc_row.wpb_row.vc_row-fluid.vc_custom_1449795721529 {
    margin-top: -36px!important;
}

#content #inner-content {
    padding: 1rem 0rem;
}
article.type-post {
    border-bottom: 1px solid #ebebeb;
}
/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */

#inner-content-home {
    width: 100%;
    padding: 1rem 0rem;
}

.byline {
    color: #999;
}
/* entry content */

.entry-content {
    /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}

section.entry-content,
#tribe-events-pg-template {
  margin-top: 30px;
}

.entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

.entry-content video,
.entry-content object {
    max-width: 100%;
    height: auto;
}

.entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px;
}

.conted-slider {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.85);
    padding-left: 150px;
    padding-right: 150px;
    padding-bottom: 40px !important;
    padding-top: 10px !important;
    -webkit-box-shadow: 0px 0px 16px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 16px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 16px -3px rgba(0, 0, 0, 0.4);
}

a.conted-readmore {
    color: #008ABF;
    padding: 10px 20px;
    text-transform: uppercase;
    border: 2px solid #008ABF;
    margin-top: 20px;
}

a.conted-readmore:hover {
    color: #519135;
    border: 2px solid #519135;
}

span.green {
       color: #519135;
}

h1.blue {
	
}
/* end .entry-content */

.wp-caption {
    max-width: 100%;
    background: #eee;
    padding: 5px;
    /* images inside wp-caption */
}

.wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
}

.wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center;
}
/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
PAGE NAVI STYLES
******************************************************************/

.pagination a:hover {
    color: black;
}
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */

#comments {
    /* number of comments span */
}

#respond ul {
    margin-left: 0px;
}

.commentlist {
    /* general comment classes */
    /* vcard */
    /* end .commentlist .vcard */
    /* comment meta */
    /* comment content */
    /* end .commentlist .comment_content */
    /* comment reply link */
    /* end .commentlist .comment-reply-link */
}

.commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px;
    /* end .commentlist li ul.children */
}

.commentlist li:last-child {
    margin-bottom: 0;
}

.commentlist li ul.children {
    margin: 0;
    /* variations */
    /* change number for different depth */
}

.commentlist li[class*=depth-] {
    margin-top: 1.1em;
}

.commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0;
}

.commentlist li:not(.depth-1) {
    margin-left: 10px;
    margin-top: 0;
    padding-bottom: 0;
    background: #e7e7e7;
}

.commentlist li.depth-3 {
    background: #dadada;
}

.commentlist .vcard {
    margin-left: 50px;
}

.commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal;
}

.commentlist .vcard time {
    float: right;
}

.commentlist .vcard time a {
    color: #999;
    text-decoration: none;
}

.commentlist .vcard time a:hover {
    text-decoration: underline;
}

.commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff;
}

.commentlist .comment_content p {
    margin: 0.7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em;
}

.commentlist .comment-reply-link {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem;
    background-color: #008CBA;
    border-color: #007095;
    color: #FFFFFF;
    transition: background-color 300ms ease-out;
    float: right;
}

.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
    background-color: #007095;
}

.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
    color: #FFFFFF;
}

a#checkavailability {
    display: none !important;
}

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/

blockquote {
    border-left: none;
}

.respond-form {
    margin: 1.5em 10px;
    padding-bottom: 2.2em;
}

.respond-form form {
    margin: 0.75em 0;
}

.respond-form form li {
    list-style-type: none;
    clear: both;
    margin-bottom: 0.7335em;
}

.respond-form form li label,
.respond-form form li small {
    display: none;
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
    padding: 3px 6px;
    background: #efefef;
    border: 2px solid #cecece;
    line-height: 1.5em;
    /* form validation */
}

.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
    background: #fff;
}

.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
    outline: none;
    border-color: #fbc2c4;
    background-color: #f6e7eb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
    max-width: 400px;
    min-width: 250px;
}

.respond-form form textarea {
    resize: none;
    width: 97.3%;
    height: 150px;
}
/* comment submit button */
/* comment form title */

#comment-form-title {
    margin: 0 0 1.1em;
}
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */

#allowed_tags {
    margin: 1.5em 10px 0.7335em 0;
}
/* no comments */

.nocomments {
    margin: 0 20px 1.1em;
}
/*********************
SIDEBARS & ASIDES
*********************/

.widget ul {
    margin: 0;
}

.widget ul li {
    list-style: none;
    /* deep nesting */
}

#sidebar-offcanvas .widgettitle {
    color: #fff;
}
#sidebar1 .widgettitle {
    color: #000;
}
h4.widgettitle {
    color: #000;
}
/*********************
FOOTER STYLES
*********************/

.footer {
    background-image: url('/wp-content/uploads/2015/05/shadow2.png');
    background-repeat: no-repeat;
    background-position: top center;
    clear: both;
    margin-top: 1em;
    background-color: #387c2b;
    padding-top: 55px;
    padding-bottom: 55px;
    color: #fff;
}

.footer h4.widgettitle {
    color: #fff!important;
}
/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
/*********************
FOUNDATION STYLES
*********************/

.clearing-assembled.clearing-blackout a:hover {
    background: none;
}


.woocommerce div.product .woocommerce-tabs .panel {
    padding: 20px;
    background-color: #ffffff;
    background: #ffffff;
}

/* ------------------------------------
    My Account Styles
------------------------------------- */
.downloads {
    max-height: 275px!important;
    overflow-y: scroll;
    border: 1px solid rgba(0,0,0,.1);
    padding: 7px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: #008CBA !important;
	border-radius: 0px;
	border: 0;
	background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-family:'Open Sans', sans-serif;
	font-size:16px;
    font-weight: normal;
	height: 41.75px !important;
    left: auto;
	margin: 0;
	overflow: visible;
	padding: .618em 1em;
	position: relative;
	text-decoration: none;
	text-shadow: none;
    transition: background-color 300ms ease-out;
    white-space: nowrap;
	min-width: 130px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:active, .woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, input.crm-form-submit:hover, .woocommerce input.button.alt:hover, .woocommerce button.button.alt:hover {
    background-color: #016080!important;
    text-decoration: none;
    background-image: none;
    color: #fff!important;
}
.woocommerce-account ul.digital-downloads li {
    text-indent: -32px!important;
    padding-left: 32px!important;
}
.shop_table th {
    color: #000;
}
.woocommerce p, .woocommerce th, .woocommerce td a{
    font-size: 16px!important;
    font-family: "Open Sans", sans-serif!important;
    font-weight: bold;
}
.woocommerce td {
    font-size: 16px;
    font-family: "Open Sans", sans-serif!important;
}
.digital-downloads a {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}

.digital-downloads li {
    margin-bottom: 10px;
}
.page-id-7 div.crm-section > div.label {
    color: black;
    /* padding-bottom: 7px; */
    /* padding-top: 7px; */
    padding: 7px 0;
}
.page-id-7 .edit-value.content {
    margin-left: 0%!important;
}

/*********************
PLUGIN STYLES
*********************/

.lcp_catlist ul {
	list-style-type: none !important;
}

.lcp_catlist ul li {
	list-style-type: none;
	padding: 5px 0;
}

.lcp_catlist span {
	display: block;
	font-style: italic;
	color: #a5a5a5;
	padding-bottom: 15px;
}

.gform_body ul {
    list-style: none outside none;
    margin: 0;
}
@media only screen and (max-width: 23.438em) {
    .crm-container .crm-section .content {
        margin-left: 39%!important;
    }
    div#sidebar1 {
        width: auto;
    }
    div#main {
        width: 100%;
    }
}
@media only screen and (min-width: 23.439em) and (max-width: 41.688em) {
    .crm-container .crm-section .content {
        margin-left: 22%!important;
    }
    div#sidebar1 {
        width: 100%;
    }
    div#main {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .ubermenu .ubermenu-target-text {
        font-size: 12px;
    }
    .crm-container .crm-section .label {
        text-align: left!important;
    }
    .page-id-5 .cart-subtotal th {
        display:none!important;
    }
    .page-id-5 .order-total th {
        display:none!important;
    }
    .woocommerce th {
        padding-left:8px!important;
    }
    .cart_totals > table {
        padding-left: 74%!important;
    }
}


@media only screen and (max-width: 1130px) {

    .grants, .conted, .waste, .scholarship {
    min-height: 250px;
}

.grants h1, .conted h1, .waste h1, .scholarship h1 {
    font-size: 18px;
}

.ubermenu .ubermenu-target-text {
        font-size: 11px;
    }

}

@media only screen and (max-width: 970px) {

    .grants, .conted, .waste, .scholarship {
    min-height: 250px;
}

.grants h1, .conted h1, .waste h1, .scholarship h1 {
    font-size: 16px;
}

}

@media only screen and (max-width: 890px) {

    .grants, .conted, .waste, .scholarship {
    min-height: 250px;
}

.grants h1, .conted h1, .waste h1, .scholarship h1 {
    font-size: 15px;
}


.grants a, .conted a, .waste a, .scholarship a {
    font-size: 13px;
}
.vc_custom_1430421191014 {
    display: none;
}
.vc_custom_1430443450602 {
    width:100%!important;
}
}

@media only screen and (max-width: 890px) {

    .grants, .conted, .waste, .scholarship {
    min-height: 250px;
}

.grants a, .conted a, .waste a, .scholarship a {
    font-size: 13px;
    width: 140px;
}


}

@media only screen and (max-width: 849px) {

    .grants, .conted, .waste, .scholarship {
    min-height: 180px;
}

    .grants a {
    margin-top: -20px;
}
    .black-head {
        padding-bottom: 25px;
        display: initial;
    }
    .color-head {
        display: inline-block;
        float: right;
}
}


/*
MEDIUM
*/
@media only screen and (max-width: 1024px) {
    .color-head {margin-right: -15px}
    .ubermenu-submenu-id-1522 {
        left: auto!important;
        right: 0px!important;
    }
    #example1_2125 .title-in-bg {    
        font-family: 'Open Sans'!important;
        font-weight: 600!important;
        top: -30%!important;
        height: 55px!important;
    }
    #example1_2125 .desc-in-bg {
        font-family: 'Open Sans'!important;
        font-weight: 300!important;
        top:30%!important;
        height: 72px!important;
    }
}
@media only screen and (max-width: 47.999em) {

    [class*="column"] + [class*="column"]:last-child {
    	float: none;
    }
    .columns{
    float:none;
}

    .grants a {
    margin-top: 0px;
}

.footer .medium-4 {
    width: 100%;
}

.inner-header .medium-12 {
    width: 100%;
}
.vc_custom_1452783283022 > .vc_col-sm-3.wpb_column.vc_column_container {
    float: none;
}
}
@media only screen and (max-width: 437px) {
    span.mailing {
        display: block;
    }
    .header-search .search-bar {
        width: 86%!important;
        float: left;
    }
}
@media only screen and (max-width: 767px) {
    div#sidebar1 {
        display: none;
    }
}
@media only screen and (max-width: 685px) {

.top-header {
    height: auto;
}
    #crm-container.crm-public .calc-value, #crm-container.crm-public .content {
        padding-top: 6px;
        font-size: 15px;
        width: 100%!important;
        margin-left: 0%!important;
    }
    .crm-container input.crm-form-text, .crm-container input.dateplugin {
        width: 96.5%!important;}
    .crm-container table.form-layout-compressed {
        width: 96.5%!important;
    }
    #crm-container.crm-public input[type="text"], #crm-container.crm-public input[type="password"], #crm-container.crm-public input[type="email"], #crm-container.crm-public select {
        max-width: 96.5%!important;
    }
.top-header span.login-reg {

}

.top-header a.donate-today {
    
}
div.label > label {
    float: left!important;
}
img.logo {
	padding-top: 10px;
}

.logo-hold {
    overflow: hidden;
    height: 150px;
}
.logo-right-top {
    padding-bottom: 20px;
}
.logo-hold .header-search {
    width: 100%;
    clear: both;
}
.woocommerce table.shop_table {
    border-radius: 0px!important;
}
img.vc_single_image-img.attachment-thumbnail {
    display: none;
}
li#menu-item-1522 {
    float: left;
}

}

@media only screen and (min-width: 41.689em) and (max-width: 47.999em) {
    div#sidebar1 {
        width: auto;
    }
    div#main {
        width: 100%;
    }
    .crm-container .crm-section .content {
    margin-left: 20%!important;
    }
}

@media only screen and (min-width: 48em) {
    div#text-3 {
        max-width: 240px!important;
    }
    .page-id-1515 .crm-container .crm-section .content {
        margin-left: 29%!important;
    }
    #menu-item-1522 {
        float: none;
    }
}

@media only screen and (min-width: 40.063em) {
    /******************************************************************
  
  Stylesheet: Medium Stylesheet
  
  Styles apply to 40.063em and up.
  
  ******************************************************************/
    /*********************
  NAVIGATION STYLES
  *********************/
    /*********************
  POSTS & CONTENT STYLES
  *********************/
    /* entry content */
    
    .entry-content {
        /* at this larger size, we can start to align images */
    }
    .entry-content .alignleft,
    .entry-content img.alignleft,
	#tribe-events .alignleft,
	#tribe-events img.alignleft	{
        margin-right: 1.5em;
        display: inline;
        float: left;
    }
    .entry-content .alignright,
    .entry-content img.alignright
	#tribe-events .alignright,
	#tribe-events img.alignright		{
        margin-left: 1.5em;
        display: inline;
        float: right;
    }
    .entry-content .aligncenter,
    .entry-content img.aligncenter
	#tribe-events .aligncenter,
	#tribe-events img.aligncenter	{
        margin-right: auto;
        margin-left: auto;
        display: block;
        clear: both;
    }
    .header-search {
    width: 66%;
    }
    .social-media {
    width: 34%;
    }

    /* end .entry-content */
    /*********************
  SIDEBARS & ASIDES
  *********************/
    
    .widget {
        padding: 0 10px;
        margin: 2.2em 0;
    }
    /*********************
  FOOTER STYLES
  *********************/
    /*
  check your menus here. do they look good?
  do they need tweaking?
  */
    /* end .footer-links */
    /*********************
  FOUNDATION STYLES
  *********************/
    /*********************
  PLUGIN STYLES
  *********************/
}
@media only screen and (max-width: 959px) {
    li#menu-item-1522 {
        float: left;
    }
    .woocommerce-page table.shop_table td {
        padding-left: 0%;
    }
}
/*
LARGE
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/

@media only screen and (min-width: 64.063em) {
    /******************************************************************
  
  Stylesheet: Large Stylesheet
  
  Styles apply to 64.063em and up.
  
  ******************************************************************/
    /*********************
  GENERAL STYLES
  *********************/
    /*********************
  LAYOUT & GRID STYLES
  *********************/
    div#text-3 {
        max-width: 367px!important;
    }
    .wrap {
        max-width: 1170px;
    }
    .woocommerce table.shop_table th {
        padding-left: 8px!important;
    }
    /*********************
  HEADER STYLES
  *********************/
    /*********************
  NAVIGATION STYLES
  *********************/
    /*********************
  SIDEBARS & ASIDES
  *********************/
    
    .widget ul li {
        margin-bottom: 0.75em;
        /* deep nesting */
    }
    .widget ul li ul {
        margin-top: 0.75em;
        padding-left: 1em;
    }
    /* links widget */
    /* meta widget */
    /* pages widget */
    /* recent-posts widget */
    /* archives widget */
    /* tag-cloud widget */
    /* calendar widget */
    /* category widget */
    /* recent-comments widget */
    /* search widget */
    /* text widget */
    /*********************
  FOOTER STYLES
  *********************/
    /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
    
    .footer-links ul li {
        /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */
    }
    /* end .footer-links */
    /*********************
  FOUNDATION STYLES
  *********************/
    /*********************
  PLUGIN STYLES
  *********************/
}
/*
XLARGE
*/
@media only screen and (max-width: 480px) {
    .logo-hold{
        height: 156px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 680px) {
    .logo-hold {height: 163px;}
    .header-search .search-bar {
        width: 82%!important;
        float: left;
    }
    .black-head {
        padding-right: 10px!important;
    }
    .cart-header {
        padding-right: 15px!important;
    }
}
@media only screen and (min-width: 481px) {
    .cart-header {
        padding-right: 15px!important;
    }
}
@media only screen and (min-width: 90.063em) {
    /******************************************************************
  
  Stylesheet: X-Large Stylesheet
  
  Styles apply to 90.063em and up.
  
  
  ******************************************************************/
}
/*
XXLARGE
*/

@media only screen and (min-width: 120.063em) {
    /******************************************************************
  
  Stylesheet: XX-Large Stylesheet
  
  Styles apply to 120.063em and up.
  
  ******************************************************************/
}



@media only screen and (max-width: 768px) {
    .medium-6 {
        width: 100%;
    }
    .woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-text, .woocommerce #content table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions input, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input {
        width: 26%;
    }
    .woocommerce-cart table.cart input {
        margin-left: 10px!important;
    }
    .woocommerce table.shop_table_responsive tr td.order-actions, .woocommerce-page table.shop_table_responsive tr td.order-actions {
        margin-left: 10px!important;
    }
}
@media only screen and (max-width: 680px) {

    .topper-nav {
        font-size: 10px;
    }
    .black-head {
        padding-bottom: 5px!important;
    }
    .upcoming_events .type-tribe_events {
        width: 100%!important;
        display: table-row!important;
    }

    span.login-reg {
        float: right;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-left: 0px;
        margin-top: 0px;
    }

    a.donate-today {
        float: right;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-left: 0px;
        margin-top: 0px;
    }


    .social-media {
        width: 50%;
        text-align: right;
        margin-top: 5px;
    }

     .social-media img{
        width: 18%;
    }

    .logo-right-top p {
        margin-bottom: 0px;
    }

}

@media only screen and (max-width: 546px) {

a.donate-today {
    float: right;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 0px;
    margin-top: 0px;
}
    .black-head {
        float:right;
        padding-bottom: 25px;
        display: initial;
    }

}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
    /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/

@media print {
    /******************************************************************
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
    
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    a,
    a:visited {
        color: #444 !important;
        text-decoration: underline;
    }
    a:after,
    a:visited:after {
        content: " (" attr(href) ")";
    }
    a abbr[title]:after,
    a:visited abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .sidebar,
    .page-navigation,
    .wp-prev-next,
    .respond-form,
    nav {
        display: none;
    }
}
/* Cividiscount styles */

#priceset table.form-layout-compressed { width: 100%; }

#priceset table.form-layout-compressed td:last-of-type { width: 62%; }

/* Global Overrides */

#crm-container.crm-public input[type="text"], #crm-container.crm-public input[type="password"], #crm-container.crm-public input[type="email"], #crm-container.crm-public select {
	border-radius: 0 !important;
	border-color: #cccccc !important; 
}

.price-set-option-content input { margin-top: 15px; }

.crm-container .header-dark { background-color: #2c6323 !important; }

#select2-drop-mask { display: none !important; }

.ui-widget-overlay {   z-index: 150 !important; }

img.sp-image {height: 400px!important;}

.vc_column-inner.vc_custom_1430376718214 {
    margin-top: 0px !important;
    padding-top: 10px !important;
}

.crm-container a, .crm-container a:link, .crm-container a:visited {
    color: #2c6323 !important;
    text-decoration: underline !important;
}

.crm-container h3 {
    background-color: transparent !important;
    color: #2c6323 !important;
}
.crm-container table {   border: 0px !important; }

.fee_amount-value .right {   vertical-align: text-bottom !important;	}
.crm-container .crm-clear-link { display: none !important;	}
.crm-actionlinks-top {    display: none; }

.bottom-four-boxes .conted-widget h1, .bottom-four-boxes  .waste-widget h1, .bottom-four-boxes .scholarship-widget h1 {
    padding: 25px 10px!important;
}
.theme-default .nivoSlider {
    background: none!important;
}



.woocommerce form.register .form-row {
    padding-left: 0;
    padding-right: 0;
}
.woocommerce form.register h2 {
    display: none !important;
}
.woocommerce form.register .acf-field .acf-label label {
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}
.woocommerce form.register .acf-field .acf-label .acf-required {
    font-weight: 700;
}



body.is_d4d_page #content #inner-content {
    padding-top: 0 !important;
}
body.is_d4d_page #main article section.entry-content {
    margin-top: -10px !important;
}
body.is_d4d_page #main article section.entry-content .vc_row:first-child {
    overflow: visible !important;
}
body.is_d4d_page #main article section.entry-content .vc_row:first-child .vc_column_container .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}
body.is_d4d_page nav.ubermenu.ubermenu-loc-d4dmenu ul.ubermenu-nav > li:last-child {
    float: none !important;
}

.wpb_wrapper div.vc_row.bg-center {
    background-position: center center !important;
}

@media (max-width: 767px) {
    .vc_btn3-container.vc_btn3-right,
    .vc_btn3-container.vc_btn3-left {
        text-align: center !important;
    }
}
