/*
        Theme Name: Climatex
        Text Domain: climatex
        Author: Viv Web Solutions
*/


/* COMMON */

.clearfix:after,
.post-main article:after,
.featured-image-box-inside:after,
.gform_wrapper .gform_footer:after,
.postmeta-wrap:after,
.rps-post-list-item:after,
#bot-head-row:after,
#top-right-wrap .menu:after,
.post-grid-wrap:after,
div.state-list-first:after,
#top-foot-row ul:after,
.newsletter-form .gfield .ginput_container_name:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

* {
    box-sizing: border-box;
    color: #1e1e1e;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    outline: none;
    padding: 0;
}

ul {
    list-style-type: none
}

a,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.clr {
    clear: both;
}

.vc_row {
    margin: 0;
}

.vc_column_container {
    padding: 0;
}


/* HEADER */

.main-header {
    position: relative;
}

.head-top-row {
    background: #202020;
    border: none;
    padding: 35px 0 40px;
    position: static;
}

.head-top-row-with-banner {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 35px 0 40px;
    position: absolute;
    width: 100%;
}

.my-cont {
    clear: both;
    margin: 0 auto;
    /*max-width: 1598px;*/
    padding: 0 15px;
    width: 100%;
}


/* MOBILE MENU */

html .mobmenu-push-wrap,
html body.mob-menu-slideout-over {
    padding: 0;
}

html .mobmenu [class^="mob-icon-"]:before,
html .mobmenu [class*=" mob-icon-"]:before {
    margin: 0;
}


/* LOGO */

.logo {
    color: #fff;
    float: left;
    font-size: 33px;
    line-height: 100%;
    margin: 0;
    text-transform: uppercase;
    width: 22.6%;
}

.logo a {
    color: #fff;
    display: block;
}

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


/* HEADER RIGHT */

#top-right-wrap {
    float: right;
    margin-top: 12px;
    width: 77.4%;
}

#top-menu-wrap {
    float: right;
    width: 72.5%;
}

#top-menu-wrap .menu {
    float: none;
    margin-right: 20px;
    position: relative;
    text-align: right;
}

div.navbar-collapse {
    border: none;
    box-shadow: none;
    padding: 0;
}

#header_menu li {
    float: none;
    display: inline-block;
    position: relative;
}

#header_menu>li>a {
    color: #fff;
    display: block;
    font-weight: 500;
    padding: 12px 13px;
    text-transform: uppercase;
}

#header_menu li a.get-involved-menu {
    padding: 12px 23px 12px 22px;
}

#header_menu>li:hover>a {
    background: #10a3c0;
    color: #ade0ea;
}

#header_menu .menu-item-has-children .sub-menu:before {
    border-bottom: 16px solid #fff;
    border-left: 18px solid transparent;
    content: "'";
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    top: -16px;
    text-indent: -9999px;
    width: 0;
}

#header_menu ul.sub-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    text-decoration: none;
    visibility: inherit;
}

#header_menu li.menu-item ul.sub-menu {
    background: #fff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-property: opacity, margin-top, visibility;
    transition-property: opacity, margin-top, visibility;
}

#header_menu li.menu-item>ul.sub-menu {
    background: #fff;
    display: block;
    visibility: hidden;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    pointer-events: auto;
    position: absolute;
    right: 0;
    width: 350px;
    z-index: 9;
}

#header_menu li.menu-item:hover>ul.sub-menu {
    background: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    margin: 0;
    visibility: visible;
}

#header_menu>li.menu-megamenu>ul.sub-menu {
    z-index: 999;
    background: #fff;
    padding: 0;
    width: 885px;
    border: none;
}

#header_menu li.menu-item ul.sub-menu .gt-involved-text-wrap>.vc_column-inner,
#header_menu li.menu-item ul.sub-menu .usa-map-wrap>.vc_column-inner {
    padding: 0;
}

#header_menu li.menu-item ul.sub-menu .wpb_content_element {
    margin: 0;
}

#header_menu>li.small-mm-menu.menu-megamenu>ul.sub-menu {
    width: 350px;
}

.small-mm-menu .gt-involve-list {
    padding: 19px 7px 9px;
}

.small-mm-menu .gt-involve-list h4.vc_custom_heading,
.small-mm-menu .gt-involve-list p {
    margin-bottom: 10px;
}

.small-mm-menu .gt-involve-list.full-link-item h4.vc_custom_heading {
    margin-bottom: 0;
}

.small-mm-menu .gt-involve-list.full-link-item,
.full-link-item,
#header_menu li.menu-item ul.sub-menu .gt-involve-list.full-link-item .vc_column_container>.vc_column-inner {
    padding: 0;
}

.gt-involve-list h4.vc_custom_heading a {
    display: block;
}

.gt-involve-list.full-link-item h4.vc_custom_heading a {
    padding: 19px 15px;
}

.gt-involve-list h4.vc_custom_heading span,
.menu-item-description {
    color: #535353;
    display: block;
    font-size: 14px;
    font-weight: 300;
    padding-top: 10px;
}

#header_menu li.menu-item>ul.sub-menu>li {
    border-bottom: 1px solid #ececec;
    display: block;
}

#header_menu li.menu-item>ul.sub-menu>li:last-child {
    border-bottom: none;
}

#header_menu li.menu-item>ul.sub-menu>li>a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    padding: 19px 15px;
}

#header_menu li.menu-item>ul.sub-menu>li:hover>a {
    background: #ebebeb;
}


/* GET INVOLVED TEXT */

.mm-dropdown-row {
    visibility: hidden;
}

#header_menu li.menu-item:hover>ul.sub-menu .mm-dropdown-row {
    visibility: visible;
}

.mm-dropdown-row,
.gt-involved-text-wrap {
    background: #fff;
}

.gt-invo-btn {
    margin-bottom: 4px;
}

#header_menu li .gt-invo-btn a {
    background-image: none;
    border: none;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    padding: 11px 14px 11px 22px;
    position: relative;
}

#header_menu li .gt-invo-btn a:after {
    border-bottom: 13px solid #fff;
    border-left: 11px solid transparent;
    bottom: 0;
    content: "'";
    display: block;
    position: absolute;
    right: 0;
    text-indent: -9999px;
}

div.gt-involve-list {
    border-bottom: 1px solid #ececec;
    margin: 0;
    padding: 23px 0 19px;
}

div.gt-involve-list:hover {
    background: #ebebeb;
}

.gt-involve-list h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}

.gt-involve-list p {
    color: #535353;
    font-size: 14px;
    font-weight: 300;
}

.gt-caba-details {
    padding-left: 50px;
}

.gt-caba-details h1 {
    margin: 0;
}

.orange-icon-btn {
    margin: 23px 0 0;
}

.orange-icon-btn .vc_btn3 {
    background-image: none;
    border: none;
    font-size: 30px;
    font-weight: 700;
    line-height: 20px;
    padding: 23px 11px 7px 22px;
    position: relative;
}

.orange-icon-btn .vc_btn3:before {
    border-top: 50px solid #fff;
    border-right: 50px solid transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 1px;
    top: 0;
    text-indent: -9999px;
    width: 0;
    z-index: 9;
}

.orange-icon-btn .vc_btn3:hover,
.orange-icon-btn .vc_btn3:focus {
    border: none;
}

#header_menu li.menu-item ul.sub-menu .gt-involve-list .vc_column_container>.vc_column-inner {
    padding: 0 8px;
}


/* MAP */

#usa-map-widget {
    padding: 15px 5px 12px;
}

.usa-map-wrap {
    background: #e9eef2;
    border: 8px solid #fff;
    -webkit-box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.05);
}

#header_menu #us-map {
    background: none;
    height: auto;
    padding: 0;
}

.usa-map-wrap #info-box {
    border: none;
    border-radius: 4px;
    display: table!important;
    height: 130px;
    margin: 10px auto 25px;
    max-width: 90%;
    padding: 15px 10px;
    text-align: center;
    width: 100%;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(23, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 15px 1px rgba(23, 0, 0, 0.17);
    box-shadow: 0px 0px 15px 1px rgba(23, 0, 0, 0.17);
    position: static;
}

.usa-map-wrap #info-box>div {
    display: table-cell;
    height: 100px;
    font-size: 18px;
    line-height: 20px;
    vertical-align: middle;
}

#header_menu li .usa-map-wrap #info-box a {
    background: none;
    color: #10a6c3;
    font-size: 14px;
    font-weight: 300;
    padding: 0;
    text-decoration: underline;
    text-transform: none;
}

.usa-map-wrap .vc_btn3-container {
    margin: 8px 10px 22px;
}

#header_menu li .usa-map-wrap .vc_btn3 {
    background-image: none;
    border: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 11px 15px 9px;
    width: auto;
}

#header_menu li .usa-map-wrap .vc_btn3:hover {
    background-color: #098aa3!important;
}

.usa-map-wrap text {
    cursor: pointer;
}


/* SOCIAL MENU */

#top-soc {
    float: right;
    width: 27.5%;
}

#top-soc li {
    float: left;
}

#top-soc a {
    background: #10a6c3;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    margin-right: 1px;
    text-align: center;
    width: 45px;
}

#top-soc a i {
    color: #fff;
}

#top-soc a:hover {
    background: #fd5300;
}

#top-soc .top-sign a {
    background: #fd5300;
    font-size: 18px;
    font-weight: 700;
    padding: 0 16px;
    text-transform: uppercase;
    width: auto;
}

#top-soc .top-sign a:hover {
    background: #10a6c3;
}


/* BANNER TEXT */

#head-text {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    min-height: 500px;
    padding: 213px 15px 0;
    text-align: center;
    text-transform: uppercase;
}

.page-movement-leader > #primary > #main {
    width: 100%;
}

#head-text p {
    padding-right: 15px;
    padding-left: 15px;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    text-transform: none;
    max-width: 1500px;
    margin: 0 auto;
}

.testimonial_block_text > em {
    line-height: 1.5em;
}

#head-text span {
    color: #fff;
    font-size: 36px;
}

#top-text1 {
    font-weight: 300;
    padding-bottom: 2px;
    text-transform: none;
}


/* BOTTOM HEAD ROW */

#bot-head-row {
    background: #10a6c3;
}

#bot-head-row a,
#top-foot-row a {
    background: #0d95af;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 24px;
    font-weight: 700;
    height: 54px;
    line-height: normal;
    padding: 12px 20px;
    text-transform: uppercase;
}

#bot-head-row a {
    margin-right: 2px;
    max-width: 228px;
    text-align: center;
    width: 100%;
}

#bot-head-row li:last-child a {
    margin-right: 0;
}

#bot-head-row li:hover a,
#bot-head-row li.current-menu-item a,
.home #bot-head-row li.news-link a,
.page-news #bot-head-row li.news-link a {
    background: #fff;
    color: #10a6c3;
}


/* HOME FEAT SECTION */

#text-block-wrap {
    background: #fff;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 341px;
}

#text-block {
    background: #fff;
    margin: 50px -103px 0 0;
    padding: 52px 40px 97px 0;
}

.post-categories-sec a:last-child span {
    display: none;
}

.feat-title {
    font-family: 'Lora', serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 1px;
}

.feat-title a,
.grid-title a,
.post-other-title a,
.one-bot-title a {
    display: inline-block;
    font-family: 'Lora', serif;
}

.feat-title a:hover,
.grid-title a:hover,
.post-other-title a:hover,
.one-bot-title a:hover {
    color: #10a6c3;
}

.feat-meta-row {
    color: #818181;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 13px;
}

.feat-meta-row span {
    border-right: 1px solid #dbdbdb;
    color: #818181;
    display: inline-block;
    margin: 9px 12px 9px 0;
    padding-right: 15px;
}

.feat-meta-row span:last-child {
    border: none;
    margin-right: 0;
    padding-right: 0;
}

.comm-count {
    background-image: url(img/comm.png);
    background-repeat: no-repeat;
    background-size: 18px 15px;
    background-position: 0 center;
    display: inline-block;
    padding-left: 25px;
}

.feat-text {
    border-bottom: 1px solid #dbdbdb;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    padding-bottom: 21px;
}

.feat-copy {
    color: #818181;
    font-size: 11px;
    font-weight: 300;
    margin-top: 22px;
}

.home-feat-section .left-space {
    padding-left: 25px;
}

.left-right-space {
    padding: 0 15px;
}


/* MOST RECENT */

.named-sep {
    color: #818181;
    margin: 3px 0 48px;
    position: relative;
}

.sep-title {
    line-height: 14px;
}

.sep-title span {
    background: #fff;
    color: #818181;
    display: inline-block;
    font-family: 'Prompt', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding-right: 7px;
    text-transform: uppercase;
}

.named-sep-sep {
    background: #dbdbdb;
    bottom: 2px;
    clear: both;
    height: 1px;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.home-recent-post-section {
    margin-bottom: 133px;
}

.post-grid-wrap {
    margin: 0 -20px;
}

.post-grid {
    float: left;
    padding: 0 20px;
    width: 25%;
}

.post-grid-item {
    border-bottom: 1px solid #dbdbdb;
}

.grid-img-block,
.one-bot-img-block {
    display: inline-block;
    margin-bottom: 18px;
}

.grid-title {
    font-family: 'Lora', serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 4px;
}

.grid-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 11px;
}

.grid-copy {
    color: #818181;
    font-size: 11px;
    font-weight: 300;
    margin-bottom: 38px;
}


/* HOME THREE BLOCKS */

div.home-three-block-sec {
    margin: 0 -20px 95px;
}

.home-three-block-sec .vc_col-sm-4 {
    padding: 0 20px;
}

.home-three-block-sec .vc_column_container>.vc_column-inner {
    padding: 0;
}

#featured-authors-wrap {
    background: #f3f3f3;
    padding: 31px 40px 17px;
}

#featured-authors-title {
    color: #10a6c3;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.featured-author-grid {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 15px;
    padding: 19px 0 30px;
    position: relative;
}

.featured-author-grid .avatar {
    border-radius: 50%;
    left: 0;
    position: absolute;
    top: 19px;
}

.featured-author-info-wrap {
    padding-left: 75px;
}

.featured-author-name {
    font-family: 'Lora', serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 9px;
    text-transform: capitalize;
}

.featured-author-bio {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

#featured-authors-all {
    color: #10a6c3;
    float: right;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}


/* OTHER POSTS */

.home-three-block-sec .post-other-section {
    padding-top: 30px;
}

.post-other-grid {
    padding: 0 0 50px;
}

.post-other-grid:last-child {
    padding-bottom: 0;
}

.post-other-title {
    font-family: 'Lora', serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 4px;
}

.post-other-text {
    border-bottom: 1px solid #d9d9d9;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    padding-bottom: 20px;
}

.post-other-copy,
.one-bot-copy {
    color: #818181;
    font-size: 11px;
    font-weight: 300;
    margin-top: 22px;
}


/* ONE BOT POST */

.one-bot-title {
    font-family: 'Lora', serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin: 6px 0 8px;
}

.one-bot-post .feat-meta-row {
    margin-bottom: 8px;
}

.one-bot-text {
    border-bottom: 1px solid #d9d9d9;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    padding-bottom: 32px;
}


/* GET INVOLVED BANNER */

#hom-bot-banner-wrap {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    margin-bottom: 46px;
    position: relative;
}

#bot-ban-text-wrap {
    left: 70px;
    max-width: 690px;
    position: absolute;
    top: 144px;
    width: 100%;
}

#home-bot-ban-title {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
}

#home-bot-ban-button {
    background: #10a6c3;
    border: none;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-top: 31px;
    padding: 15px 33px 14px;
    text-transform: uppercase;
}


/* FOOTER */

footer {
    background: #282828;
    /*margin-top:165px;*/
}

#top-foot-row {
    background: #10a6c3;
}

#top-foot-row ul li {
    float: left;
    margin-right: 1px;
}

#top-foot-row ul li:last-child {
    margin-right: 0;
}

#top-foot-row a {
    background: #0d95af;
    display: block;
    float: none;
    font-size: 18px;
    padding: 13px 50px;
}

#top-foot-row li:hover a {
    background: #0d869d;
}

#top-foot-row li.donate-link a {
    background: #fd5300;
    font-size: 24px;
}

#top-foot-row li.donate-link:hover a {
    background: #e74d02;
}

#top-foot-row li.joml a {
    padding: 18px 26px 18px 27px;
}

footer #foot-log-row {
    padding: 82px 0 10px 0;
    text-align: center;
}

footer .logo {
    float: none;
    margin: 0 auto;
}

#under-bot-logo-text,
#foot-under-copy-links {
    color: #6e6e6e;
    font-size: 13px;
    padding: 15px;
    text-align: center;
}

#contact-bot-row {
    background: #202020;
    color: #fff;
    margin-top: 15px;
    padding: 15px 0;
    text-align: center;
}

#contact-bot-row span {
    background-position: left center;
    background-repeat: no-repeat;
    color: #fff;
    display: inline-block;
    margin: 5px 16px;
}

#contact-bot-row span a {
    color: #fff;
}

#contact-bot-row span a:hover {
    opacity: 0.8;
}

#bot-phone {
    background-image: url(img/foot-phone.png);
    background-size: 27px auto;
    padding: 3px 0 3px 34px;
}

#bot-mail {
    background-image: url(img/foot-mail.png);
    background-size: 29px auto;
    padding: 3px 0 3px 37px;
}

#bot-search {
    background-size: 22px auto!important;
    padding: 3px 0 3px 26px;
    background-repeat: no-repeat!important;
    cursor: pointer;
}

#foot-copy-row {
    color: #6e6e6e;
    font-family: 'Prompt', sans-serif;
    font-size: 11px;
    padding: 26px 0 30px;
    text-align: center;
}

#foot-copy-row div,
#foot-copy-row a {
    color: #6e6e6e;
    font-family: 'Prompt', sans-serif;
    display: inline-block;
}

#foot-copy-row a {
    margin: 0 5px;
}

#foot-copy-text {
    margin-right: 6px;
}


/* SINGLE POST */

.content-area,
.post-container {
    padding-top: 76px;
}

.content-area {
    padding-top: 30px;
}

.post-main {
    box-sizing: border-box;
    float: left;
    padding-right: 40px;
    width: 76.35%;
}

.page-contact-us .post-main {
    margin: 0 auto !important;
    float: unset !important;
}

.page-contact-us .sidebar {
    display: none !important;
}

.single-post article {
    margin-bottom: 44px;
}

.post-category a {
    color: #10a6c3;
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.post-category a:hover {
    color: #000;
}

.entry-header {
    margin-bottom: 24px;
}

.entry-title {
    color: #1e1e1e;
    font-family: 'Lora', serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    margin: 0;
}

.postmeta {
    color: #818181;
    float: left;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    padding-right: 15px;
    width: 26.5%;
}

.postmeta span {
    border-right: 1px solid #dbdbdb;
    display: inline-block;
    margin: 9px 17px 9px 0;
    padding-right: 15px;
}

.postmeta span:last-child {
    border: none;
    margin-right: 0;
    padding-right: 0;
}

.post-share {
    float: left;
    margin-bottom: 11px;
    text-align: right;
    width: 73.5%;
}

.post-share .at-style-responsive .at-share-btn {
    margin: 0 0 0 4px;
}

.post-share .at-style-responsive .at-share-btn:first-child {
    margin: 0;
}

.post-share .at-style-responsive .at-share-btn span {
    color: #fff;
}

.post-image {
    margin-bottom: 41px;
}

.post-image img,
.single-entry-content img {
    display: block;
    height: auto;
}

.post-author-info {
    float: left;
    padding-right: 40px;
    text-align: center;
    width: 23%;
}

.post-author-info img {
    border-radius: 50%;
    display: block;
    margin: 0 auto 44px;
}

.author-name {
    color: #000;
    display: block;
    font-family: 'Lora', serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 13px;
}

.author-name span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 1px;
}

.view-bio,
.more-posts {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 13px;
}

.view-bio a,
.more-posts a {
    color: #0d95af;
    display: inline-block;
}

.view-bio a:hover,
.more-posts a:hover {
    color: #000;
}

.single-entry-content {
    float: right;
    padding-top: 7px;
    width: 77%;
}

.single-entry-content .vc_column-inner {
    padding: 0;
}

.welcome-heading {
    color: #1e1e1e;
    font-size: 24px;
    font-weight: normal;
    line-height: 36px;
    margin-bottom: 30px;
}

.single-entry-content p {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 38px;
}

.single-entry-content .wp-caption {
    margin-bottom: 44px;
}

.single-entry-content .wp-caption-text,
.post-image .wp-caption-text {
    background: #f3f3f3;
    font-size: 11px;
    line-height: normal;
    margin: 0;
    padding: 13px;
    text-align: center;
}

.post-gallery-section,
.post-gallery-title {
    margin-bottom: 35px;
}

.post-gallery-text {
    padding-right: 25px;
}

.post-gallery-text .wpb_content_element,
.post-gallery-box .wpb_content_element {
    margin-bottom: 0;
}

.post-gallery-box h2 {
    margin-bottom: 25px;
}

.single-entry-content .post-gallery-box .vc_column-inner {
    background: #f3f3f3;
    padding: 28px 35px 34px;
}

.vertical-line-quote {
    border-left: 6px solid #10a6c3;
    margin: 0 0 67px 30px;
    padding: 10px 0 23px 36px;
    position: relative;
}

.vertical-line-quote h2 {
    color: #1e1e1e;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
}

.vertical-line-quote h2 span {
    color: #1e1e1e;
    display: block;
    font-family: 'Lora', serif;
}

.vertical-line-quote h2:before {
    background: #10a6c3;
    border: 4px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    height: 38px;
    left: -22px;
    line-height: 30px;
    margin-top: -19px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 38px;
}

.highlight-text {
    margin-bottom: 53px;
}

.highlight-text h1 {
    background: #10a6c3;
    color: #fff;
    display: inline;
    font-size: 50px;
    font-weight: 700;
    line-height: 70px;
    padding: 0 15px;
}

.featured-image-box {
    background: #f3f3f3;
    margin-bottom: 46px;
    padding: 23px 69px;
}

.featured-image-box-inside {
    background: #fff;
    padding: 31px 34px 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.featured-image-box-inside img {
    float: left;
    margin: 0 24px 15px 0;
}

.featured-image-box-inside h3 {
    color: #1e1e1e;
    font-family: 'Lora', serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 9px;
}

.featured-image-box-inside span {
    color: #818181;
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
}

.single-entry-content ul li,
.single-entry-content ol li,
.single-entry-content ul li h3,
.single-entry-content ol li h3 {
    font-weight: 300;
}


/* YOU MIGHT LIKE */

.you-might-like li.widget {
    list-style: none;
}

.you-might-like .row {
    margin: 0 -20px;
}

.you-might-like .col-sm-4 {
    padding: 0 20px;
}

.yml-post-list-item {
    margin: 13px 0;
}

.yml-post-image a {
    display: block;
    margin: 0 auto 26px;
    max-width: 362px;
    width: 100%;
}

.yml-post-image img {
    height: auto;
    display: block;
    margin: 0 auto;
}

.yml-post-categories a {
    color: #475c71;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.yml-post-categories a:hover {
    color: #000;
}

.yml-post-details h5 {
    font-family: 'Lora', serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 11px;
}

.yml-post-details h5 a,
.rps-post-details h5 a {
    color: #1e1e1e;
    display: inline-block;
    font-family: 'Lora', serif;
}

.yml-post-details h5 a:hover,
.rps-post-details h5 a:hover,
.yml-post-author a:hover {
    color: #10a6c3;
}

.yml-post-meta span,
.rps-post-meta span {
    border-right: 1px solid #dbdbdb;
    color: #818181;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    margin-right: 15px;
    padding-right: 15px;
}

.yml-post-meta span:last-child,
.rps-post-meta span:last-child {
    border: none;
    margin-right: 0;
    padding-right: 0;
}

.yml-post-meta span {
    margin-bottom: 20px;
}

.yml-post-excerpt {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 22px;
    padding-bottom: 23px;
}

.yml-post-excerpt p {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.yml-post-author,
.yml-post-author a {
    color: #818181;
    font-size: 11px;
    font-weight: 300;
    line-height: normal;
}


/* SIDEBAR */

.sidebar {
    float: left;
    margin-top: 4px;
    width: 23.65%;
}

.sidebar li.widget {
    list-style: none;
    margin-bottom: 35px;
}

.sidebar-widget-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.sidebar-widget-title span {
    background: #fff;
    color: #818181;
    display: inline-block;
    font-family: 'Prompt', sans-serif;
    padding-right: 10px;
}

.sidebar-widget-title:after {
    background: #dbdbdb;
    bottom: 7px;
    content: "";
    display: block;
    height: 1px;
    position: relative;
    z-index: -1;
}

.sidebar .gform_wrapper,
.sidebar .gform_confirmation_wrapper {
    background: #f3f3f3;
    margin: 0;
    padding: 29px 40px 31px;
}

.sidebar .gform_wrapper ul.gform_fields li.gfield {
    margin: 0 0 14px;
    padding: 0;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100%!important;
}

.gform_wrapper li.gfield.gfield_error {
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 14px!important;
}

.sidebar .gform_wrapper h4,
.join-our-team-form h3 {
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin: 0 0 4px;
}

.sidebar .gform_wrapper h4 span,
.join-our-team-form h3 span {
    color: #10a6c3;
    display: block;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.sidebar .gform_wrapper .top_label .gfield_label {
    display: none;
}

body .sidebar .gform_wrapper .top_label div.ginput_container {
    margin: 0;
}

.sidebar .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.join-our-team-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    color: #1e1e1e;
    font-size: 15px;
    font-weight: 300;
    height: auto;
    line-height: normal;
    padding: 12px 16px;
}

.sidebar .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.sidebar .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin: 0;
}

.sidebar .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding: 14px 0 0;
}

.sidebar .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type="submit"],
body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_page_footer input[type="submit"] {
    background: #10a6c3;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    padding: 9px 15px 8px;
    text-transform: uppercase;
    width: 150px;
}

body .gform_wrapper .gform_footer input.button:hover,
body .gform_wrapper .gform_footer input[type="submit"]:hover,
body .gform_wrapper .gform_page_footer input.button:hover,
body .gform_wrapper .gform_page_footer input[type="submit"]:hover {
    background: #000;
}

.sidebar ul li {
    margin-bottom: 10px;
}

.sidebar a:hover {
    color: #10a6c3;
}


/* SIDEBAR RELATED POSTS */

.rps-post-list {
    margin-bottom: 35px;
}

.rps-post-list-item {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 30px;
    padding-bottom: 35px;
}

.rps-post-list-item:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.rps-post-image {
    float: left;
    width: 30.30%;
}

.rps-post-image a {
    display: block;
    margin-top: 5px;
}

.rps-post-image img {
    display: block;
    height: auto;
    margin: 0 auto;
}

.rps-post-details {
    float: left;
    padding-left: 20px;
    width: 69.70%;
}

.rps-post-details h5 {
    font-family: 'Lora', serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 13px;
}


/* TEAM PAGE */

.inside-page-title {
    margin: 0 -15px;
}

.team-blocks {
    margin-bottom: 30px;
}

.team-blocks>.vc_column_container .vc_column-inner {
    background: #f3f3f3;
    padding: 30px 30px 10px;
    text-align: center;
}

.team-blocks .wpb_single_image {
    margin-bottom: 15px;
}

.team-blocks h2 {
    font-family: 'Lora', serif;
    margin-bottom: 10px;
    text-align: center!important;
}

.team-blocks .wpb_single_image img {
    border: 2px solid #02b9d7;
    border-radius: 50%;
}

.team-blocks .vc_separator,
.team-blocks .wpb_text_column {
    margin-bottom: 20px;
}

.team-blocks .wpb_text_column p {
    line-height: 26px;
    margin-bottom: 15px;
}

.team-blocks .wpb_text_column p:last-child {
    margin-bottom: 0;
}

.team-blocks .vc_icon_element {
    line-height: normal;
    margin-bottom: 20px;
}

.team-blocks .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
    border: none;
}


/* TAKE ACTION */

.border-bottom-list li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 18px;
    padding-bottom: 20px;
}

.border-bottom-list li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.wpb_text_column ul li h3 {
    font-family: 'Lora', serif;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
}

.wpb_text_column ul li h3 i {
    line-height: 34px;
    position: relative;
    top: 1px;
}

.wpb_text_column ul li h3 i:before {
    color: #02b9d7;
    display: inline-block;
    font-size: 28px;
}

.wpb_text_column ul li p {
    font-size: 16px;
    line-height: 20px;
}

.wpb_text_column p a {
    color: #02b9d7;
}

.wpb_text_column p a:hover {
    color: #1e1e1e;
}


/* JOBS PAGE */

.wpb_text_column p,
.wpb_text_column h2,
.wpb_text_column h3,
.wpb_text_column h4,
h3.vc_custom_heading,
h4.vc_custom_heading {
    margin-bottom: 15px;
}

.wpb_text_column .no-bot-mar,
.no-bot-mar,
h3.no-bot-mar,
h4.no-bot-mar {
    margin-bottom: 0;
}

.join-our-team-text .wpb_text_column h5 {
    font-size: 16px;
    padding: 10px 0 15px;
}

.join-our-team-text .wpb_text_column p,
.join-our-team-text .wpb_text_column ul li,
.join-our-team-text .wpb_text_column ol li {
    line-height: 25px;
}

.dots-list,
.numeric-list {
    padding: 0 0 15px 30px;
}

.dots-list li {
    list-style: disc;
    margin-bottom: 5px;
}

.numeric-list li {
    margin-bottom: 5px;
}

.dots-list ul,
.numeric-list ul {
    padding: 5px 0 0 15px;
}

.dots-list ul li {
    list-style: circle;
}

.dots-list li a,
.numeric-list li a {
    color: #02b9d7;
}

.join-our-team-text.vc_column_container>.vc_column-inner {
    padding: 0 30px 0 0;
}

.join-our-team-form {
    background: #f3f3f3;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 35px;
    padding: 20px 10px 25px;
}

.join-our-team-form h3 {
    margin: 0 0 10px;
}

.join-our-team-form .wpb_text_column {
    margin-bottom: 15px;
}

.join-our-team-form .wpb_text_column p {
    line-height: 25px;
    margin: 0;
}

.join-our-team-form .wpb_single_image {
    margin: 0 -25px;
}

.join-our-team-form .gform_wrapper {
    margin: 0 -25px;
    max-width: inherit;
    padding: 25px 25px 0;
}

.join-our-team-form .gform_confirmation_wrapper {
    padding: 25px 25px 0;
}

.join-our-team-form .gform_wrapper ul.gform_fields li.gfield {
    margin: 0 0 20px;
    padding: 0;
}

.join-our-team-form .gform_wrapper .top_label .gfield_label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.join-our-team-form .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    display: none;
}

body .join-our-team-form .gform_wrapper .top_label div.ginput_container {
    margin: 0;
}

.join-our-team-form .top_label div.ginput_complex.ginput_container.gf_name_has_1 {
    width: 100%;
}

.join-our-team-form div.ginput_container_name span {
    margin-right: 0;
    padding: 0;
}

.join-our-team-form .gform_wrapper .field_description_below .gfield_description {
    padding-right: 0;
}

.join-our-team-form .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0 25px;
}


/* NEWS PAGE */

.masonry-ll-items {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 35px;
}

.masonry-ll-items:before {
    padding: 0;
}

.masonry-ll-items .vc_gitem_row .vc_gitem-col,
.masonry-ll-items .vc_gitem-zone-mini {
    padding: 0;
}

.masonry-ll-items .vc_gitem-row-position-top,
.masonry-ll-items .vc_gitem-row-position-middle,
.masonry-ll-items .vc_gitem-row-position-bottom {
    padding: 0;
    position: static;
    transform: none;
}

.masonry-ll-items .vc_gitem-post-data {
    margin-bottom: 10px;
}

.masonry-ll-items .vc_gitem-post-data-source-post_date {
    color: #818181;
    font-size: 12px;
    font-weight: 300;
}

.masonry-ll-items h5 a {
    font-family: 'Lora', serif;
}

.masonry-ll-items h5 a:hover {
    color: #02b9d7;
}

.masonry-ll-items .vc_gitem-post-data-source-post_excerpt p {
    font-weight: 300;
    line-height: 24px;
}

.masonry-ll-items .vc_gitem-post-data-source-post_author {
    color: #818181;
    font-size: 11px;
    font-weight: 300;
    margin: 0;
}

.masonry-ll-items .vc_gitem-post-data-source-post_author div:before {
    content: "by ";
}

.joml-btn .vc_btn3 {
    background-image: none;
    border-radius: 3px;
    box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
    font-size: 18px;
    padding: 10px 15px;
}

.joml-btn .vc_btn3:hover {
    background-color: #02a6c1!important;
}


/* SINGLE POST */

.in-post-btn .vc_btn3.vc_btn3-shape-rounded {
    background-image: none;
    border: none;
    border-radius: 3px;
    box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
    font-family: 'Lora', serif;
    font-size: 18px;
    line-height: 20px;
    padding: 10px 15px;
}

.in-post-btn .vc_btn3.vc_btn3-shape-rounded:hover {
    opacity: 0.75;
}

.btn-with-icon .vc_btn3 {
    background-image: none;
    border: none;
    font-family: 'Lora', serif;
    font-weight: 700;
    padding: 0;
}

.btn-with-icon .vc_btn3.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
    padding-left: 28px;
}

.btn-with-icon .vc_btn3.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
    left: 0;
}

.btn-with-icon .vc_btn3 i {
    color: #02b9d7;
}

.btn-with-icon .vc_btn3:hover {
    color: #444!important;
    border: none;
}

.btn-with-icon .vc_btn3:hover i {
    color: #444;
}

.alignleft {
    float: left;
    margin: 0 15px 15px 0!important;
}

.alignright {
    float: right;
    margin: 0 0 15px 15px!important;
}

.general-entry-content table {
    margin-bottom: 38px;
}


/* ARCHIVE */

.archive .post-main article {
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
    padding: 0 0 25px;
}

.archive-post-header .entry-title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 10px;
}

.archive-post-image {
    margin-bottom: 20px;
}

.archive-entry-content {
    float: none;
    width: 100%;
}

.archive-lists {
    margin-bottom: 15px;
}


/* NETWORK PAGE */

div.state-list-first {
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: auto;
    padding: 35px 15px;
}

ul.state-list {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
}

ul.state-list li {
    display: block;
    line-height: normal;
    margin-bottom: 5px;
}

ul.state-list li a {
    color: #10a6c3;
    display: inline-block;
}

ul.state-list li a:hover {
    color: #000;
}

.network-page-content {
    background: #e9eef2;
    padding-top: 10px;
}

.network-page-content .vc_column_container .vc_column-inner {
    padding: 0;
}

.network-page-content .wpb_text_column {
    margin-bottom: 0;
}

.network-page-content #state-usa-map-widget {
    float: none;
    margin: 35px auto;
    max-width: 1030px;
    padding: 0 35px;
    width: 100%;
}

.network-page-content #state-info-box {
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(23, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 15px 1px rgba(23, 0, 0, 0.17);
    box-shadow: 0px 0px 15px 1px rgba(23, 0, 0, 0.17);
    margin: 0 auto 35px;
    max-width: 470px;
    height: 150px;
    padding: 15px;
    text-align: center;
    width: 100%;
    display: table!important;
}

.network-page-content #state-info-box>div {
    display: table-cell;
    vertical-align: middle;
}

#info-box h4,
#state-info-box h4 {
    color: #989898;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: normal;
    margin: 0 0 6px;
    text-transform: uppercase;
}

#info-box a,
#state-info-box a {
    color: #00aeae;
    font-weight: 600;
    text-decoration: underline;
    text-transform: uppercase;
}

#info-box a:hover,
#state-info-box a:hover {
    color: #1e1e1e;
}

.network-page-content #state-us-map {
    height: auto;
    width: 100%;
}

.wpb_text_column #info-box h3,
.network-page-content #state-info-box h3 {
    color: #1e1e1e;
    margin-bottom: 0;
    text-transform: uppercase;
}

.prize-winners,
.past-raffles {
    padding-top: 18px;
    padding-bottom: 31px;
}


/* PODCAST PAGE */

.general-entry-content img {
    height: auto;
}


/*
            EUITSOLS CODE
            Dropdown menu
*/

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f39e" !important;
}

.carbon-pricing-network-menu a,
.massachusetts-menu a,
.maryland-menu a,
.business-campaign-menu a {
    position: relative;
    padding-left: 85px;
}

.carbon-pricing-network-menu a:before {
    content: "";
    background: url(https://climate-xchange.org/wp-content/uploads/2018/08/USA-map.png);
    position: absolute;
    width: 68px;
    height: 43px;
    background-size: contain !important;
    background-repeat: no-repeat;
    margin-left: -83px;
    margin-top: 3px;
}

.massachusetts-menu a:before {
    content: "";
    background: url(https://climate-xchange.org/wp-content/uploads/2018/08/MA-Map.png);
    position: absolute;
    width: 68px;
    height: 43px;
    background-size: contain !important;
    background-repeat: no-repeat;
    margin-left: -83px;
    margin-top: 5px;
}

.maryland-menu a:before {
    content: "";
    background: url(https://climate-xchange.org/wp-content/uploads/2018/08/Maryland-map.png);
    position: absolute;
    width: 68px;
    height: 43px;
    background-size: contain !important;
    background-repeat: no-repeat;
    margin-left: -83px;
    margin-top: 12px;
}

.business-campaign-menu a:before {
    content: "";
    background: url(https://climate-xchange.org/wp-content/uploads/2018/08/FYtUJf57.jpg);
    position: absolute;
    width: 68px;
    height: 43px;
    background-size: contain !important;
    background-repeat: no-repeat;
    margin-left: -83px;
    margin-top: 5px;
}


/* 18-09-2018 */

.general-entry-content .no-bullets {
    list-style: none;
    padding: 0;
}


/* NEWSLETTER PAGE */

.newsletter-sign-up {
    padding: 35px 0 0;
}

.newsletter-sign-up-inside {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.newsletter-image {
    float: right;
    padding-left: 22px;
}

.general-entry-content .newsletter-image img {
    margin: 0;
}

body .newsletter-form .gform_wrapper .top_label div.ginput_container_name {
    margin: 0 -10px;
    width: auto;
}

.newsletter-form div.ginput_complex.ginput_container.gf_name_has_2 span {
    float: left;
    padding: 0 10px;
    width: 50%;
}

.newsletter-form .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    display: block;
    line-height: normal;
    margin: 2px 0 0;
}

.newsletter-form .gform_wrapper .gform_footer {
    padding: 0;
}

.newsletter-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    line-height: normal;
    padding: 5px 0 0;
}

.newsletter-form .gform_confirmation_wrapper {
    padding: 25px 0 0;
}


/* CONTACT PAGE */

.contact-page-form .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}


/* RESPONSIVE */

@media(max-width:1580px) {
    .main-header .my-cont {
        max-width: 1251px;
    }
    .logo {
        width: 300px;
    }
    #top-right-wrap {
        width: 921px;
    }
    #top-soc {
        width: 330px;
    }
    #top-menu-wrap {
        width: 591px;
    }
    #header_menu>li>a {
        font-size: 15px;
        padding: 12px 8px;
    }
    .gt-caba-details {
        padding: 0 15px;
    }
    #header_menu>li.menu-megamenu>ul.sub-menu {
        width: 650px;
    }
    #text-block {
        padding: 39px 30px 57px 0;
    }
    .feat-title {
        font-size: 30px;
        line-height: 38px;
    }
    .feat-meta-row {
        margin-bottom: 5px;
    }
    .feat-text {
        font-size: 18px;
        line-height: 26px;
    }
    .home-recent-post-section {
        margin-bottom: 80px;
    }
}

@media(max-width:1366px) {
    footer {
        margin-top: 0;
    }
    .home-feat-item .entry-post-img img {
        height: unset !important;
    }
}

@media(max-width: 479px) {
    #top-foot-row .my-cont {
        padding: 0;
    }
    #foot-copy-links {
        padding-top: 0!important;
    }
    #menu-bottom-footer-menu li:after {
        display: none;
    }
    footer .logo {
        padding: 0 15px;
    }
}

@media(max-width:1280px) {
    .main-header .my-cont {
        max-width: 1140px;
    }
    #top-row {
        padding: 33px 0 21px;
    }
    .logo {
        width: 182px;
    }
	#foot-logo{height:auto;}
    #top-right-wrap {
        width: 833px;
        margin-top: 0;
    }
    #top-menu-wrap {
        width: 480px;
    }
    #top-soc {
        width: 342px;
    }
    #top-soc a {
        height: 40px;
        line-height: 40px;
        width: 40px;
    }
    #top-menu-wrap .menu {
        margin: -2px 0 0;
        text-align: center;
    }
    #header_menu>li>a {
        padding: 12px 10px;
    }
    #header_menu .menu-item-has-children .sub-menu:before {
        display: none;
    }
    #top-soc li,
    #header_menu li {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    #hom-bot-banner-wrap {
        height: 360px;
    }
    #head-text {
        font-size: 40px;
        height: auto;
        padding: 13% 0 6%;
		min-height:auto;
    }
    #top-text1 {
        font-size: 28px;
    }
    .feat-title {
        font-size: 24px;
        line-height: 32px;
    }
    .feat-text {
        font-size: 17px;
    }
    .grid-title {
        font-size: 20px;
        line-height: 27px;
    }
    .grid-text {
        font-size: 14px;
    }
    #featured-authors-title {
        font-size: 24px;
    }
    .featured-author-name,
    .post-other-title,
    .one-bot-title {
        font-size: 20px;
        line-height: 27px;
    }
    .featured-author-bio,
    .post-other-text,
    .one-bot-text {
        font-size: 14px;
    }
    #bot-head-row a {
        font-size: 20px;
        padding: 14px 20px 12px;
    }
    #top-foot-row a {
        font-size: 18px;
    }
    #top-foot-row li.donate-link a {
        font-size: 21px;
        padding: 16px 50px;
    }
    #featured-authors-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
    .sidebar .gform_wrapper,
    .sidebar .gform_confirmation_wrapper {
        padding: 29px 30px 31px;
    }
    #header_menu>li.menu-megamenu>ul.sub-menu {
        width: 650px;
    }
    #header_menu>li.small-mm-menu.menu-megamenu>ul.sub-menu {
        width: 300px;
    }
    .grid-copy {
        margin-bottom: 25px;
    }
    .home-recent-post-section,
    div.home-three-block-sec {
        margin-bottom: 50px;
    }
    .post-other-grid {
        padding-bottom: 35px;
    }
    #hom-bot-banner-wrap {
        margin-bottom: 33px;
    }
    .newsletter-image {
        padding-left: 0;
    }
}

@media(max-width:1199px) {
    #text-block {
        margin-top: 25px;
        padding: 29px 30px 37px 0;
    }
    .content-area,
    .post-container {
        padding-top: 45px;
    }
    .post-main {
        padding-right: 30px;
    }
    .single-post article {
        margin-bottom: 10px;
    }
    .entry-title {
        font-size: 40px;
        line-height: 52px;
    }
    .archive-post-header .entry-title {
        font-size: 35px;
        line-height: 45px;
    }
    .postmeta {
        padding-right: 10px;
    }
    .postmeta span {
        margin-right: 12px;
        padding-right: 10px;
    }
    .post-author-info {
        padding-right: 20px;
    }
    .welcome-heading {
        font-size: 21px;
        line-height: 33px;
        margin-bottom: 15px;
    }
    .single-entry-content .wpb_content_element,
    .single-entry-content p {
        margin-bottom: 20px;
    }
    .single-entry-content .wp-caption {
        margin-bottom: 25px;
    }
    .vertical-line-quote {
        margin: 0 0 30px 20px;
        padding: 10px 0 15px 30px;
    }
    .vertical-line-quote h2 {
        font-size: 30px;
        line-height: 44px;
    }
    .highlight-text {
        margin-bottom: 25px;
    }
    .highlight-text h1 {
        font-size: 40px;
        line-height: 60px;
    }
    .featured-image-box {
        margin-bottom: 25px;
        padding: 23px 30px;
    }
    .featured-image-box-inside {
        padding: 21px 20px 15px;
    }
    .featured-image-box-inside img {
        margin-right: 15px;
    }
    .featured-image-box-inside h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .you-might-like .row {
        margin: 0 -10px;
    }
    .you-might-like .col-sm-4 {
        padding: 0 10px;
    }
    .yml-post-image img {
        margin-bottom: 15px;
    }
    .yml-post-categories a {
        margin-bottom: 8px;
    }
    .yml-post-meta span {
        margin-bottom: 15px;
    }
    .yml-post-details h5 {
        font-size: 20px;
        line-height: 28px;
    }
    .sidebar li.widget {
        margin-bottom: 30px;
    }
    .sidebar-widget-title {
        margin-bottom: 25px;
    }
    .sidebar .gform_wrapper,
    .sidebar .gform_confirmation_wrapper {
        padding: 29px 20px 31px;
    }
    .sidebar .gform_wrapper h4 span {
        font-size: 26px;
    }
    .rps-post-list-item {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .rps-post-details {
        padding-left: 15px;
    }
    .rps-post-details h5 {
        font-size: 17px;
        line-height: 23px;
        margin-bottom: 10px;
    }
    .single-entry-content .post-gallery-box .vc_column-inner {
        padding: 28px 35px 14px;
    }
    .post-gallery-section,
    .post-gallery-title,
    .post-gallery-box h2 {
        margin-bottom: 20px;
    }
}

@media(max-width:1080px) {
    #top-right-wrap {
        width: 790px;
    }
    #top-menu-wrap {
        width: 443px;
    }
    #header_menu>li>a {
        padding: 12px 5px;
        font-size: 13px;
    }
    #top-soc {
        width: 291px;
    }
    #top-menu-wrap .menu {
        margin: 0 0 0;
        text-align: center;
    }
    #top-soc a {
        font-size: 14px;
        height: 34px;
        line-height: 34px;
        width: 34px;
    }
    #top-soc .top-sign a {
        font-size: 14px;
    }
    .home-feat-item .entry-post-img img {
        height: unset !important;
    }
    .contact-details.vc_col-sm-4 {
        width: 45.333% !important;
    }
    .page-contact-us .post-main {
        width: 100% !important;
    }
    .page-contact-us .vc_col-sm-8 {
        width: 54% !important;
    }
}

@media (min-width:993px) and (max-width:1199px) {
    .post-gallery-section .vc_col-sm-6 {
        padding: 0;
        width: 100%;
    }
}

@media(max-width:992px) {
    .post-main {
        float: none;
        padding: 0 0 35px;
        width: 100%;
    }
    .sidebar {
        float: none;
        margin: 0 auto;
        width: 100%;
    }
    .sidebar .gform_wrapper h4 span {
        font-size: 30px;
    }
    #bot-ban-text-wrap {
        left: 0;
        max-width: 100%;
        padding: 0 15px;
        top: 70px;
    }
    #home-bot-ban-title {
        font-size: 30px;
        line-height: 40px;
    }
    #header_menu>li.menu-megamenu>ul.sub-menu {
        width: 560px;
    }
    .usa-map-wrap #info-box {
        max-width: 95%;
    }
    .home-feat-section>.vc_column-inner {
        padding: 0;
    }
    .named-sep {
        margin-bottom: 35px;
    }
    .home-feat-item>.vc_column-inner {
        padding: 0;
    }
    #info-box h4 {
        font-size: 16px;
        line-height: 16px;
        margin-top: 4px;
    }
    footer #foot-log-row {
        padding: 40px 0 10px 0;
        text-align: center;
    }
    #header_menu li.menu-item:first-child>ul.sub-menu {
        left: 0 !important;
    }
    .prize-winners,
    .past-raffles {
        padding-top: 9px;
        padding-bottom: 29px;
    }
    .contact-details h1 {
        font-size: 30px !important;
    }
}

@media (max-width:1016px) {
    #top-right-wrap {
        width: 738px;
        margin-top: 0;
    }
    .logo {
        width: 190px;
    }
}

@media (min-width: 768px) {
    .prize-winners {
        margin-top: 40px !important;
        margin-bottom: 30px !important;
    }
}

.prize-winners h2,
.past-raffles h2 {
    padding: 0 15px;
}

@media (min-width:768px) and (max-width:992px) {
    #text-block {
        margin-top: 18px;
        padding: 15px 20px 15px 0;
    }
    .feat-meta-row {
        margin-bottom: 0;
    }
    .feat-meta-row span {
        margin: 7px 12px 5px 0;
    }
    .feat-text {
        font-size: 15px;
        line-height: 21px;
        padding-bottom: 15px;
    }
    .feat-copy {
        margin-top: 15px;
    }
    .featured-author-grid {
        padding-top: 0;
    }
    .featured-author-grid .avatar {
        float: none;
        margin: 0 0 15px;
        position: static;
    }
    .featured-author-info-wrap {
        float: none;
        padding-left: 0;
        width: 100%;
    }
}

@media(max-width:960px) {
    .main-header .logo img {
        margin-bottom: 8px;
    }
    #top-right-wrap {
        width: 626px;
    }
    #top-soc {
        width: 262px;
    }
    #top-menu-wrap {
        width: 359px;
    }
    #top-soc a {
        font-size: 13px;
        height: 30px;
        line-height: 30px;
        width: 30px;
    }
    #top-menu-wrap .menu {
        margin: 0 0 0;
    }
    #header_menu>li>a {
        padding: 12px 4px;
        font-size: 11px;
    }
}


/* MENU FIX */

@media(min-width:961px) and (max-width: 972px) {
    #top-menu-wrap {
        width: 420px;
    }
    .logo {
        width: 178px;
    }
}

@media(max-width:860px) {
    .logo {
        width: 138px;
    }
    #top-menu-wrap .menu {
        margin: -2px 0 0;
    }
}

@media(max-width:808px) {
    #top-right-wrap {
        width: 616px;
    }
    #top-menu-wrap {
        width: 349px;
    }
}

@media(max-width:820px) {
    .home-recent-post-section {
        margin-bottom: 15px;
    }
    .post-grid-wrap {
        margin: 0 -15px;
    }
    .post-grid {
        margin: 0 0 35px;
        padding: 0 15px;
        width: 50%;
    }
    .post-grid:nth-child(3) {
        clear: both;
    }
    footer {
        margin-top: 0;
    }
}

@media(max-width:799px) {
    #top-right-wrap {
        float: none;
        width: 100%;
    }
    #top-soc,
    #top-menu-wrap {
        float: none;
        text-align: center;
        width: 100%;
    }
	#head-text {padding-top:200px;}
    .logo {
        float: none;
        margin: 0 auto 25px;
        max-width: 300px;
        text-align: center;
        width: 100%;
    }
    .logo span {
        font-size: 60px;
        top: -2px;
    }
    #top-menu-wrap .menu {
        margin: 7px 0 0;
    }
    #top-row {
        padding: 15px 0 0;
    }
    #header_menu>li>a {
        padding: 12px 12px;
        font-size: 14px;
    }
}

.past-raffles h5.vc_custom_heading {
    font-size: 20px;
    padding-bottom: 10px;
}

@media(max-width:767px) {
    #head-text {padding-top:13%;}
	.prize-winners {
        padding-top: 20px;
    }
    .prize-winners {
        padding-bottom: 0;
    }
    .past-raffles {
        padding-bottom: 30px;
    }
    .past-raffles {
        padding-top: 0;
    }
    #top-right-wrap {
        float: none;
        width: 100%;
    }
    #top-soc,
    #top-menu-wrap {
        float: none;
        text-align: center;
        width: 100%;
    }
    .logo {
        float: none;
        margin: 0 auto 25px;
        max-width: 300px;
        text-align: center;
        width: 100%;
    }
    .logo span {
        font-size: 60px;
        top: -2px;
    }
    #top-menu-wrap .menu {
        margin: 7px 0 0;
    }
    #top-row {
        padding: 15px 0 0px;
    }
    .mob-standard-logo {
        height: 65px !important;
    }
    html {
        margin-top: 72px!important;
    }
    .head-top-row-with-banner {
        background: #202020;
        border: none;
        position: static;
    }
    #top-menu-wrap {
        padding-top: 16px;
    }
    #top-menu-wrap .navbar-toggle {
        background: #10a6c3;
        float: none;
        margin: 0;
    }
    .navbar-toggle div {
        color: #fff;
        display: inline-block;
        vertical-align: middle;
    }
    .res-menu {
        margin-left: 5px;
    }
    #top-menu-wrap .navbar-toggle .icon-bar {
        background: #fff;
    }
    #top-menu-wrap .menu {
        margin: 0;
        padding: 25px 0 0;
    }
    #header_menu li {
        display: block;
        padding: 10px;
    }
    #head-text {
        padding: 100px 15px 90px;
    }
    #featured-post {
        margin-bottom: 30px;
    }
    #text-block {
        margin-top: 20px;
        padding: 25px 40px 25px 0;
    }
    .home-feat-section.vc_column_container>.vc_column-inner,
    .left-right-space,
    .home-feat-section .left-space {
        padding: 0;
    }
    .hide-mob {
        display: none;
    }
    .mob-height {
        height: 35px!important;
    }
    #hom-bot-banner-wrap {
        height: 290px;
    }
    #home-bot-ban-title {
        font-size: 23px;
        line-height: 30px;
    }
    #home-bot-ban-button {
        font-size: 18px;
        margin-top: 15px;
        padding: 10px 25px;
    }
    .content-area,
    .post-container {
        padding-top: 30px;
    }
    .entry-title,
    .archive-post-header .entry-title {
        font-size: 30px;
        line-height: 42px;
    }
    .postmeta {
        width: 44.5%;
    }
    .post-share {
        width: 55.5%;
    }
    .post-image {
        margin-bottom: 20px;
    }
    .single-entry-content,
    .post-author-info {
        float: none;
        padding: 0;
        width: 100%;
    }
    #top-foot-row a {
        padding: 16px 30px;
    }
    #top-foot-row li.donate-link a {
        padding: 16px 30px;
    }
    .vc_row-has-fill>.res-no-space>.vc_column-inner,
    .res-no-space>.vc_column-inner {
        padding: 0!important;
    }
    #header_menu>li.menu-megamenu>ul.sub-menu {
        opacity: 1;
        position: static;
        visibility: visible;
        width: 100%;
    }
    #header_menu>li.small-mm-menu.menu-megamenu>ul.sub-menu {
        margin: 0 auto;
        max-width: 290px;
        width: 100%;
    }
    .mm-dropdown-row {
        visibility: visible;
    }
    #header_menu li.menu-item>ul.sub-menu .usa-map-wrap {
        display: none;
    }
    div.gt-involve-list {
        padding: 15px;
    }
    .gt-involved-text-wrap .wpb_single_image {
        padding: 0 0 15px;
    }
    div.gt-involve-list .vc_custom_heading {
        text-align: center!important;
    }
    .post-other-grid:last-child {
        padding-bottom: 35px;
    }
    div.home-three-block-sec {
        margin-bottom: 35px;
    }
    .network-page-content #state-usa-map-widget {
        padding: 0 20px;
    }
    div.state-list-first {
        display: block;
    }
    ul.state-list {
        flex: inherit;
        margin-bottom: 25px;
        width: 33.3333%;
    }
    .head-top-row,
    .head-top-row-with-banner {
        display: none;
    }
    div.mob-menu-header-holder {
        padding: 15px 15px 1px !important;
    }
    div.mobmenul-container {
        margin: -15px 0 0;
        top: 50%;
    }
    div.mob-expand-submenu {
        margin-top: -44px;
    }
    div.mobmenu_content #mobmenuleft li:hover a,
    div.mobmenu_content #mobmenuright li:hover a,
    .show-nav-left li:hover .mob-expand-submenu i {
        color: #202020;
    }
    div.mobmenu_content #mobmenuleft li:hover .sub-menu a {
        color: #fff;
    }
    div.mobmenu_content #mobmenuleft li .sub-menu li:hover a {
        color: #202020;
    }
    div.mobmenu_content #mobmenuleft li .sub-menu li:hover .sub-menu a {
        color: #fff;
    }
    div.mobmenu_content #mobmenuleft li .sub-menu li:hover .sub-menu li:hover a {
        color: #202020;
    }
    div.mobmenu_content li {
        position: relative;
    }
    div.mob-expand-submenu {
        bottom: 0;
        cursor: pointer;
        left: 0;
        margin: 0;
        position: absolute;
        right: 0;
        text-align: right;
        top: 0;
    }
    div.mobmenu_content li {
        position: relative;
    }
    div.mob-expand-submenu {
        bottom: 0;
        cursor: pointer;
        left: 0;
        margin: 0;
        position: absolute;
        right: 0;
        text-align: right;
        top: 0;
    }
    .page-template-page-full-width .content-area {
        padding-top: 8px !important;
    }
    .yml-post-image a {
        max-width: 100% !important;
    }
    .yml-post-image img {
        width: 100% !important;
    }
    .yml-post-details .archive-lists-item-excerpt p {
        margin-bottom: 10px !important;
    }
    .yml-post-details .archive-lists-item-excerpt p {
        margin-bottom: 10px !important;
    }
    .vc_custom_1536331389630 {
        margin-top: -6px !important;
        margin-bottom: 18px !important;
    }
    .archive-lists.row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .gform_wrapper .gform_footer {
        padding: 10px 0 10px 0!important;
    }
    .newsletter-image {
        float: none;
    }
    .newsletter-image>.vc_column-inner {
        padding: 0;
    }
    .contact-details.vc_col-sm-4,
    .page-contact-us .vc_col-sm-8 {
        width: 100%!important;
    }
    .contact-details h1 {
        font-size: 24px!important;
    }
}

@media (min-width:600px) and (max-width:767px) {
    .feat-meta-row {
        margin-bottom: 0;
    }
    .feat-meta-row span {
        margin: 7px 12px 5px 0;
    }
    .feat-text {
        font-size: 15px;
        line-height: 21px;
        padding-bottom: 15px;
    }
    .feat-copy {
        margin-top: 15px;
    }
}

@media(max-width:599px) {
    #head-text {
        font-size: 26px;
        padding: 65px 15px 68px;
    }
    #text-block-wrap {
        position: static;
        width: 100%;
    }
    #text-block {
        margin: 0;
        padding: 25px 0 0;
    }
    .post-grid-wrap {
        margin: 0;
    }
    .post-grid {
        float: none;
        margin-bottom: 28px;
        padding: 0;
        width: 100%;
    }
    .post-grid:nth-child(3) {
        clear: none;
    }
    .grid-img-block {
        margin-bottom: 15px;
    }
    .feat-meta-row {
        margin: 5px 0 0;
    }
    .grid-copy {
        margin-bottom: 25px;
    }
    #bot-head-row a {
        max-width: 200px;
    }
    #head-text span {
        color: #fff;
        font-size: 26px;
    }
}

@media(max-width:479px) {
    #top-soc a {
        height: 35px;
        line-height: 35px;
        width: 35px;
    }
    #top-soc .top-sign a {
        font-size: 15px;
        padding: 0 12px;
    }
    #bot-head-row a {
        margin: 0;
        max-width: 100%;
    }
    #bot-ban-text-wrap {
        top: 35px;
    }
    .featured-author-grid .avatar {
        float: none;
        margin: 0 0 15px;
    }
    .featured-author-info-wrap {
        float: none;
        width: 100%;
    }
    .postmeta,
    .post-share {
        float: none;
        width: 100%;
    }
    .entry-header {
        margin-bottom: 10px;
    }
    .entry-title,
    .archive-post-header .entry-title {
        font-size: 25px;
        line-height: 31px;
    }
    .welcome-heading {
        font-size: 18px;
        line-height: 28px;
    }
    .vertical-line-quote {
        margin: 0 0 25px 10px;
    }
    .vertical-line-quote h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .highlight-text {
        margin-bottom: 20px;
    }
    .highlight-text h1 {
        font-size: 30px;
        line-height: 45px;
    }
    .featured-image-box {
        padding: 20px;
    }
    .featured-image-box-inside img {
        float: none;
        margin: 0 0 15px;
    }
    #top-foot-row ul li {
        display: block;
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    #top-foot-row ul li a {
        padding: 16px 20px;
    }
    #top-foot-row li.donate-link a {
        padding: 15px 20px;
    }
    .single-entry-content .post-gallery-box .vc_column-inner {
        padding: 20px 20px 6px;
    }
    .join-our-team-form {
        padding: 20px 0 25px;
    }
    .join-our-team-form .gform_wrapper {
        margin: 0 -15px;
        padding: 25px 15px 0;
    }
    .join-our-team-form .gform_confirmation_wrapper {
        padding: 25px 15px 0;
    }
    .join-our-team-form .wpb_single_image {
        margin: 0 -15px;
    }
    .dots-list,
    .numeric-list {
        padding-left: 15px;
    }
    div.state-list-first {
        padding: 25px 0;
    }
    .mob-menu-logo-holder .mob-standard-logo {
        height: 38px!important;
        margin-top: 9px;
    }
    .newsletter-form div.ginput_complex.ginput_container.gf_name_has_2 span {
        float: none;
        width: 100%;
    }
}

@media(max-width:340px) {
    ul.state-list {
        margin-bottom: 0;
        width: 100%;
    }
}


/* SEARCH */

@media only screen and (max-width: 768px) {
    #s-footer {
        max-width: 100% !important;
        float: none !important;
    }
    #searchsubmit-footer {
        margin-top: 2%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 35% !important;
        float: none;
    }
}

#search-field {
    cursor: pointer;
    display: inline;
    padding: .55em .83em;
}

#search-field:hover {
    color: #10a6c3;
}

.search-modal {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .9);
}

.search-modal.show {
    display: block;
}

.search-modal #close-modal svg.svg-inline--fa {
    position: absolute;
    right: 5%;
    top: 10%;
    font-size: 32px;
    padding: 10px;
    width: 64px!important;
    height: 64px!important;
    text-align: center;
    cursor: pointer;
}

.search-modal #close-modal svg.svg-inline--fa path {
    color: white!important;
    stroke-width: 10px!important;
}

.search-form-wrapper {
    position: absolute;
    z-index: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 40%;
}

#searchform-footer input[type="text"]#s-footer {
    background: #fff;
    color: #000;
    float: left;
    margin-right: 2%;
    max-width: 83%;
    width: 100%;
    padding: 5px 10px;
    border: 3px solid #fff;
    border-radius: 3px;
    height: 50px;
}

#searchform-footer {
    box-sizing: border-box;
    max-width: 1050px;
    padding: 0 15px;
    width: 100%;
}

#searchsubmit-footer {
    background: #10a6c3;
    border-radius: 3px;
    border: none;
    float: left;
    padding: 14px 10px 14px;
    width: 15%;
    color: white;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

#searchsubmit-footer:hover {
    background: #0c88a0;
}

#text-6 .textwidget {
    text-align: center;
}


/* raffle Sections 2-5 */


/* section 4 */

.prize-winners h2,
.past-raffles h2 {
    color: #21a6c1;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
}

@media screen and (max-width: 660px) {
    .prize-winners h2,
    .past-raffles h2 {
        font-size: 26px;
    }
}

@media screen and (max-width: 375px) {
    .prize-winners h2,
    .past-raffles h2 {
        font-size: 22px;
    }
}

.past-winner-wrapper {
    position: relative;
    margin-top: 20px;
}

.past-winner-wrapper .past-winner-excerpt {
    position: absolute;
    left: 0;
    bottom: 10%;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 22px;
    background: #10a6c3;
    font-weight: 700;
    color: white;
}

@media screen and (max-width: 560px) {
    .past-winner-wrapper .past-winner-excerpt {
        position: unset;
    }
    .prizes-header h1 {
        font-size: 40px !important;
        line-height: 50px !important;
    }
    .pricing-column h4 {
        padding: 10px 5px;
        font-size: 32px !important;
        line-height: 42px !important;
        margin-bottom: 0 !important;
    }
    .pricing-column p {
        padding-bottom: 1px !important;
        padding-top: 1px !important;
    }
}


/*section 3 */

.the-team-right-col .vc_column-inner {
    padding: 0!important;
}

.the-team-left-col .vc_column-inner {
    width: 70%;
    margin-right: 10%;
    margin-left: auto;
}

.the-team-left-col .vc_column-inner .wpb_text_column h3 {
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
}

.the-team-left-col .vc_column-inner .wpb_text_column p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: white;
}

.flex-center-row {
    display: flex;
    align-items: center;
}

#our_impact_btn button {
    background: #fd5300;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    padding: 10px 15px;
}

.team-row {
    padding: 50px 0 !important;
}

#team-dropdown {
    display: none;
    padding-bottom: 30px;
}

#team-dropdown .wpb_text_column p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: white;
}

#team-dropdown .vc_column-inner {
    max-width: 75%;
    margin: 0 auto;
}

@media screen and (max-width: 1440px) {
    .the-team-left-col .vc_column-inner {
        width: 80%;
        margin-right: 5%;
        margin-left: auto;
    }
    .the-team-left-col .vc_column-inner .wpb_text_column h3 {
        font-size: 26px;
    }
    #team-dropdown .vc_column-inner {
        max-width: 82%;
    }
}

@media screen and (max-width: 1200px) {
    .the-team-left-col .vc_column-inner .wpb_text_column h3 br {
        display: none;
    }
    .the-team-right-col {
        width: 40%;
    }
    .the-team-left-col {
        width: 60%;
    }
    .the-team-left-col .vc_column-inner .wpb_text_column p {
        font-size: 16px;
    }
    #team-dropdown .wpb_text_column p {
        font-size: 16px;
    }
    #team-dropdown .wpb_text_column p {
        font-size: 16px;
    }
    #team-dropdown .vc_column-inner {
        max-width: 85%;
    }
}

@media screen and (max-width: 992px) {
    .the-team-right-col {
        order: 1;
        width: 100%;
    }
    .the-team-left-col {
        order: 2;
        width: 100%;
    }
    .team-row {
        flex-direction: column;
        padding: 0;
    }
    .the-team-left-col .vc_column-inner {
        width: 100%;
        padding: 20px 30px!important;
    }
    #team-dropdown .vc_column-inner {
        max-width: 100%;
        padding: 20px 30px!important;
    }
}

@media screen and (max-width: 425px) {
    .the-team-left-col .vc_column-inner .wpb_text_column h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .the-team-left-col .vc_column-inner .wpb_text_column p {
        font-size: 14px;
        line-height: 20px;
    }
    #team-dropdown .wpb_text_column p {
        font-size: 14px;
        line-height: 20px;
    }
}


/* section 5 */

.caption-image-wrapper {
    position: relative;
    overflow: hidden;
}

.caption-image-wrapper .caption-image-excerpt {
    position: absolute;
    bottom: 20%;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    padding: 22px;
    background: #10a6c3;
    font-weight: 400;
    color: white;
    max-width: 60%;
    width: 100%;
    left: -60%;
}

.caption-image-wrapper .caption-image-img-wrap {
    padding-bottom: 30px;
}

.p-0.wpb_column .vc_column-inner {
    padding: 0!important;
}

#team-dropdown .vc_column-inner {
    padding-top: 0!important;
}

@media screen and (max-width: 768px) {
    .search-modal #close-modal svg.svg-inline--fa {
        top: 135px;
    }
    .caption-image-wrapper .caption-image-excerpt {
        font-size: 14px;
        padding: 18px;
        left: 0!important;
        max-width: 100%;
        position: relative;
    }
    .prize-winners .vc_column-inner,
    .past-raffles .vc_column-inner {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .caption-image-wrapper .caption-image-img-wrap img {
        width: 100%;
        margin: 0!important;
    }
    .the-team-left-col .vc_column-inner {
        padding: 20px 15px 0 15px!important
    }
    #team-dropdown .vc_column-inner {
        padding: 15px 15px!important;
    }
    .past-winner-img-wrap img {
        margin: 0!important;
    }
    #team-dropdown .vc_btn3-container {
        text-align: center!important;
        margin-bottom: 0!important;
    }
}

@media (max-width: 1150px) {
    #searchform-footer {
        max-width: 880px;
    }
}

@media screen and (max-width: 425px) {
    .caption-image-wrapper .caption-image-excerpt {
        padding: 12px;
        bottom: 30%;
    }
}


/* OUR TEAM STYLES */

.team-cols .wpb_single_image {
    margin-bottom: 15px;
}

.team-cols>.vc_column_container .vc_column-inner {
    padding: 30px 15px 10px;
    text-align: left;
}

.team-cols h2 {
    margin-bottom: 15px;
    text-align: left!important;
    color: #21a6c1;
}

.team-cols h3 {
    text-align: left!important;
    font-weight: 700;
    margin-bottom: 5px;
}

.team-cols h3 span {
    font-weight: 700!important;
}

.team-cols .wpb_single_image img {
    border-radius: 50%;
}

.team-cols .wpb_single_image {
    text-align: left!important;
}

.team-cols .vc_icon_element.vc_icon_element-outer {
    display: inline;
}

.team-cols .wpb_text_column .wpb_wrapper {
    text-align: left!important;
}

.team-cols .long-content {
    height: 212px;
    overflow: hidden;
}

.team-row .the-team-left-col .vc_btn3-container {
    margin: 0;
}

@media screen and (max-width: 1044px) {
    .team-cols .long-content {
        height: 235px;
    }
}

.team-cols .long-content-more {
    display: block!important;
    margin-bottom: 10px!important;
    text-align: left;
}

.team-cols .long-content-more .vc_btn3 {
    color: gray!important;
    margin-top: 5px!important;
}

.team-cols .wpb_text_column {
    margin-bottom: 0!important;
}

.team-cols .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
    width: 30px!important;
    height: 30px!important;
}

.team-cols .vc_icon_element-inner:hover span.fa-google-plus-square {
    color: #c63d2d!important;
}

.team-cols .vc_icon_element-inner:hover span.fa-linkedin-square {
    color: #4875b4!important;
}

.team-cols .vc_icon_element-inner:hover span.fa-twitter-square {
    color: #33ccff !important;
}

.team-cols .vc_icon_element-inner:hover span {
    transition: color 0.3s;
}


/* BOTTOM FOOTER MENU */

#menu-bottom-footer-menu li {
    display: inline-block;
}

#menu-bottom-footer-menu li:after {
    content: '|';
    color: #6e6e6e;
}

#menu-bottom-footer-menu :last-child:after {
    display: none;
}


/* TESTIMONIALS VC BLOCK STYLES */

.testi-vc-carousel .testimonial_block .testimonial_block_avatar {
    width: 60px;
    height: 60px;
}

.testi-vc-carousel .testimonial_block .testimonial_block_avatar img {
    width: 100%;
    border-radius: 50%;
}

.testi-vc-carousel .testimonial_block .testimonial_block_author_section {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.testi-vc-carousel .testimonial_block .testimonial_block_avatar {
    margin-right: 20px;
}

.testi-vc-carousel .testimonial_block {
    padding-left: 20px;
    padding-right: 20px;
}

.testi-vc-carousel .slick-list {
    /*margin-top: 50px;*/
}

.testi-vc-carousel .slick-dots {
    position: absolute;
    top: -35px;
}

.testi-vc-carousel .slick-dots li {
    display: inline-block;
}

.testi-vc-carousel .slick-dots li button {
    width: 10px;
    height: 10px;
    color: transparent;
    border-radius: 50%;
    border: none;
    margin-right: 5px;
    background-color: #c9c9c9;
}

.testi-vc-carousel .slick-dots li.slick-active button {
    background-color: #37a6c3;
}

[id*=give-form] .give-form-title {
    display: none;
}

[id*='give-form'].give-recurring-form-admin form.give-form[version] div.give-donation-amount,
[id*='give-form'].give-recurring-form-admin form.give-form[version] p.give-donation-amount {
    float: none;
}

form.give-form[version] #give-recurring-modal-period-wrap {
    display: none !important;
}

form.give-form[version] #give-ffm-section {
    order: 1;
}

#first-block-donat .donate-block-title {
    display: none !important;
}

#first-block-donat > .block-donat-inner-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.custom-form-donate-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    align-content: flex-start;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 0%;
    justify-content: space-around;
}

.custom-form-donate-block::before {
    display: none !important;
}

.custom-form-donate-block::after {
    display: none !important;
}

.custom-form-donate-block .col-lg-12.mh-fl {
    padding-right: 0;
    padding-left: 0;
    flex-basis: 100%;
    max-width: 100%;
}

.wrap-custom-donate-block {
    padding-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
}

form.give-form[version] .give-form-title {
    display: none !important;
}

form.give-form[version] #give_purchase_form_wrap {
    width: 100%;
    /*display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-around;*/
}

/*form.give-form[version] #give-stripe-credit-card-content {
    clear: both;
}*/

/*form.give-form[version] #give_purchase_form_wrap > div[id*='errors'] {
    flex-basis: 100%;
}*/

/*form.give-form[version] #give_purchase_form_wrap > fieldset:not(#give_purchase_submit)::after {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    right: 15px;
    left: 15px;
    /* height: 5px; 
    background-color: #37a6c3;
    background: linear-gradient(180deg, #37a6c3 5px, #fff 5px);
    content: "";
}

form.give-form[version] #give_purchase_form_wrap > fieldset:not(#give_purchase_submit) {
    background-color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 50px;
    padding-bottom: 10px;
    flex-basis: 40%;
    max-width: 40%;
    position: relative;
}*/

form.give-form[version] #give_purchase_submit {
    flex-basis: 100%;
    text-align: right;
    display: table-cell;
    vertical-align: middle;
}

form.give-form[version] #give-final-total-wrap {
    margin-top: 0;
    margin-right: 15px;
    margin-bottom: 0;
}

form.give-form[version].give-recurring-form fieldset{
    margin-top: 0;
}

form.give-form[version] #give-final-total-wrap .give-donation-total-label {
    display: none !important;
    height: 54px;
    line-height: 54px;
    border: none;
    font-weight: bold;
    background-color: #f8f8f8;
}

form.give-form[version] #give-final-total-wrap .give-final-total-amount {
    display: none !important;
    height: 54px;
    line-height: 54px;
    font-size: 24px;
    font-weight: bold;
    color: #10a6c4;
    border: none;
}

form.give-form[version] #give_purchase_submit > div:not(.total-block),
form.give-form[version] #give_purchase_submit > fieldset,
form.give-form[version] #give_purchase_submit > p {
    display: inline-block;
}

form.give-form[version] #give_purchase_submit::before,
form.give-form[version] #give_purchase_submit::after {
    display: none !important;
}

/*form.give-form[version] #give_purchase_form_wrap > fieldset > legend {
    float: left;
}

form.give-form[version] #give_purchase_form_wrap > fieldset > p:first-of-type {
    clear: both;
}*/

/*form.give-form[version] #give_purchase_form_wrap > fieldset::before {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    width: 60px;
    height: 60px;
    background-color: #37a6c3;
    border-radius: 50%;
    position: absolute;
    top: -33px;
    left: 45%;
    font-size: 32px;
    font-weight: 900;
    border: 5px solid #f8f8f8;
    content: "";
    color: #fff;
    z-index: 1;
}*/

/*
#give_purchase_form_wrap > fieldset::after {
    position: absolute;
    top: -28px;
    left: 48%;
    width: 60px;
    height: 60px;
    font-size: 32px;
    font-weight: 900;
    line-height: 50px;
    color: #fff;
}

#give_purchase_form_wrap > #give_checkout_user_info::after {
    content: "3";
    left: 48.5%;
}

#give_cc_fields::after,
#give_offline_payment_info::after {
    content: "4";
}*/

form.give-form[version] .give-recurring-multilevel-label {
    display: none !important;
}

/*form.give-form[version] #give_purchase_form_wrap > #give_checkout_user_info::before {
    content: "3"!important;
}

form.give-form[version] #give_cc_fields::before,
form.give-form[version] #give_offline_payment_info::before {
    content: "4"!important;
}

form.give-form[version] .wrap-custom-donate-block .donate-block-title legend,
form.give-form[version] .wrap-custom-donate-block legend {
    margin-bottom: 20px;
    font-size: 24px;
    border: none;
}*/

form.give-form[version] .wrap-custom-donate-block .give-donation-levels-wrap li .give-btn {
    border: none;
    background-color: #37a6c3;
    color: #fff;
    font-weight: bold;
    width: 100%;
    height: 54px;
    padding: 3px;
}

.wrap-custom-donate-block .give-donation-levels-wrap li .give-btn:hover {
    background-color: #0d869d;
}

form.give-form[version] .wrap-custom-donate-block .give-donation-levels-wrap li .give-btn.give-default-level {
    background-color: #f17537
}

form.give-form[version] .wrap-custom-donate-block .give-donation-levels-wrap li .give-btn.give-default-level:hover {
    background-color: #e16b29;
}

#give-donation-level-button-wrap {
    margin-bottom: 0;
}

#give-donation-level-button-wrap li {
    width: auto;
    flex: 1 1 auto;
}

#give-donation-level-button-wrap li:last-child {
    margin-right: 0;
}

.block-donat-inner-wrap fieldset {
    margin-top: 10px;
}

.block-donat-inner-wrap {
    background-color: #fff;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 50px;
    padding-bottom: 10px;
    border-top: 5px solid #37a6c3;
    position: relative;
}

.block-donat-inner-wrap--resetP {
    padding-top: 25px;
}

.active-step-block .block-donat-inner-wrap {
    border-top: 5px solid #f17530;
}

.active-step-block .block-number {
    background-color: #f17530;
}

.block-number {
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 60px;
    background-color: #37a6c3;
    border-radius: 50%;
    position: absolute;
    top: -33px;
    left: 45%;
    font-size: 32px;
    font-weight: 900;
    border: 5px solid #f8f8f8;
}

.block-number span {
    line-height: 50px;
    color: #fff;
}

.wrap-custom-donate-block #give-donation-level-button-wrap {
    display: flex;
    flex-wrap: wrap;
}

.custom-form-donate-block .mh-fl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    margin-bottom: 40px;
}

@media (min-width: 1170px) {
    .mh-fl {
        max-width: 33.3%;
    }
}

form[id*=give-form] .wrap-custom-donate-block .give-donation-amount .give-currency-symbol,
form[id*=give-form] .wrap-custom-donate-block .give-donation-amount #give-amount,
form[id*=give-form] .wrap-custom-donate-block .give-donation-amount #give-amount-text {
    float: none;
}

@media (min-width: 480px) {
    .wrap-custom-donate-block #second-block-donat #give-gateway-radio-list>li {
        display: block;
        margin-bottom: 20px;
        font-size: 18px;
    }
}

.amount-input-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    background-color: #37a6c3;
    padding-left: 3%;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.amount-input-block .cust-amount-title {
    /*line-height: 52px;*/
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
}

.amount-input-block .amount-wrap-inner {
    flex-basis: 125px;
    max-width: 125px;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    /*border: 5px solid #37a6c3;*/

    background-color: #fff;
}

form.give-form[version] .wrap-custom-donate-block .give-donation-amount .give-currency-symbol {
    display: inline-block;
    /*height: 100%;*/
    /*margin-right: -5px;*/
    background-color: #fff;
    /*line-height: 44px;*/
    border: none;
    padding-right: 2%;
    padding-left: 2%;
}

form.give-form[version] .wrap-custom-donate-block .give-donation-amount #give-amount {
    border: none;
    border-left: none;
    padding-left: 0;
    height: 44px;
    background-color: #fff;
    min-width: unset;
    width: auto;
    max-width: 125px;
}

form.give-form[version] .wrap-custom-donate-block .form-row-first,
form.give-form .wrap-custom-donate-block .form-row-last,
form.give-form[version] .wrap-custom-donate-block .form-row-last {
    float: none;
    width: 100%;
}

.wrap-custom-donate-block .give-mailchimp-fieldset {
    margin-top: 40px;
    margin-bottom: 10px;
}

.wrap-custom-donate-block .total-block {
    display: flex;
    justify-content: flex-end;
}

.wrap-custom-donate-block .total-block #give-final-total-wrap {
    margin: 0 15px 0 0;
    border: none;
}

.wrap-custom-donate-block .total-block #give-final-total-wrap.form-wrap .give-donation-total-label,
.wrap-custom-donate-block .total-block #give-final-total-wrap.form-wrap .give-final-total-amount {
    border: none;
    background-color: #f8f8f8;
}

.wrap-custom-donate-block .total-block #give-final-total-wrap.form-wrap .give-final-total-amount {
    font-size: 24px;
    font-weight: bold;
    color: #10a6c4;
}

.wrap-custom-donate-block .total-block #give-final-total-wrap.form-wrap .give-donation-total-label {
    font-weight: bold;
}

.give-recurring-multi-level-message {
    display: none !important;
}

form[id*=give-form] .wrap-custom-donate-block .total-block #give-final-total-wrap {
    margin: 0 20px 0 0;
}

.wrap-custom-donate-block .give-submit-button-wrap .give-submit.give-btn {
    border: none;
    line-height: 38px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #f17537;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

form.give-form[version] .wrap-custom-donate-block .total-block #give-final-total-wrap span {
    height: 54px;
    line-height: 54px;
}

.wrap-custom-donate-block .give-submit-button-wrap .give-submit.give-btn:hover {
    background-color: #e16b29;
}

form.give-form[version] #give_cc_fields {
    /*padding-left: 15px;*/
    width: 100%;
    /*padding-right: 15px;*/
}

#give_checkout_user_info > legend {
    display: none !important;
}

#give_cc_fields > legend {
    display: none;
}

#give_secure_site_wrapper {
    display: none;
}

.wpb_content_element.donate_testimonials {
    padding-left: 20px;
    padding-right: 20px;
}

.wpb_content_element.donate_testimonials blockquote {
    margin: 0;
    padding: 0;
    background: none;
    /* line-height: 1.5em; */
    font-style: italic;
}

.wpb_content_element.donate_testimonials blockquote p{
    font-weight: 400;
    line-height: 1.5;
}

.wpb_content_element.donate_testimonials blockquote p::before{
    content: '"';
}

.wpb_content_element.donate_testimonials blockquote p::after {
    content: '"';
}

.wpb_content_element.donate_testimonials blockquote + p > em {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-style: normal;
    font-weight: 400;
}

.wpb_content_element.donate_testimonials blockquote + p > em > img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    order: -1;
    display: inline-block;
    margin-right: 17px;
}

form.give-form[version] #give_cc_fields.hidden-cc {
    display: none;
}
.wpb-js-composer .vc_tta.vc_tta-style-classic.custom-tabs ul.vc_tta-tabs-list{
    padding-left: 0;
    overflow: visible;
}
.wpb-js-composer .vc_tta.vc_tta-style-classic.custom-tabs .vc_tta-tabs-container{
    overflow: visible;
}
.wpb-js-composer .custom-tabs ul.vc_tta-tabs-list .vc_tta-tab{
    width: 25%;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
}
.wpb-js-composer .custom-tabs ul.vc_tta-tabs-list .vc_tta-tab>a{
    margin-left: 1px;
    margin-right: 1px;
    border-width: 0;
    background-color: #37a6c3;
    text-transform: uppercase;
    text-align: center;
}
.wpb-js-composer .custom-tabs ul.vc_tta-tabs-list .vc_tta-tab>a .vc_tta-title-text{
    color: #fff;
}
.wpb-js-composer .custom-tabs ul.vc_tta-tabs-list .vc_tta-tab.vc_active a{
    font-weight: bold;
}
.wpb-js-composer .custom-tabs ul.vc_tta-tabs-list .vc_tta-tab.vc_active::after {
    content: ''; 
    position: absolute;
    left: 45%; 
    bottom: -20px;
    border: 10px solid transparent;
    border-top: 10px solid #f17530; 
}
.wpb-js-composer .custom-tabs ul.vc_tta-tabs-list .vc_tta-tab:first-child a{
    margin-left: 0;
}
.wpb-js-composer .custom-tabs ul.vc_tta-tabs-list .vc_tta-tab:last-child a{
    margin-right: 0;
}
.wpb-js-composer .custom-tabs ul.vc_tta-tabs-list .vc_tta-tab:hover a{
    background-color: #0d869d;
}
.wpb-js-composer .custom-tabs ul.vc_tta-tabs-list .vc_tta-tab.vc_active a{
    background-color: #f17530;
}
.wpb-js-composer .custom-tabs ul.vc_tta-tabs-list .vc_tta-tab.vc_active:hover a{
    background-color: #e16b29;
}
/* .wpb-js-composer .custom-tabs ul.vc_tta-tabs-list .vc_tta-tab.vc_active:hover::after{
    border-color: #f17530;
} */
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.custom-tabs .vc_tta-panel.vc_active .vc_tta-panel-heading{
    border-color: #f17530;
    background-color: #f17530;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.custom-tabs .vc_tta-panel.vc_active .vc_tta-panel-heading:hover{
    background-color: #e16b29;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.custom-tabs .vc_tta-panel .vc_tta-panel-heading:hover{
    background-color: #0d869d;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.custom-tabs .vc_tta-panel .vc_tta-panel-heading{
    border: none;
    border-bottom: 2px solid #fff;
    background-color: #37a6c3;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.custom-tabs .vc_tta-panel:last-child .vc_tta-panel-heading {
    border: none;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.custom-tabs .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-title-text{
    font-weight: bold;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.custom-tabs .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-title-text{
    font-weight: normal;
    color: #fff;
}
.wpb-js-composer .vc_tta.vc_general.custom-tabs .vc_tta-panel-body{
    padding-top: 60px;
}

.new-multi-don{position:relative;}
.new-multi-don .give-goal-progress,.new-multi-don .give_error.give_warning{width:50%;float:right;}
.new-multi-don div.give-form-content-wrap {clear:both;padding-top:40px;}
.new-multi-don .give-form-wrap {position: absolute;top: 80px;width: 100%;opacity:0;left:0;transition:all 500ms linear}
.new-multi-don .give-form-wrap:first-child{opacity:1;}
#choose-don-w{position:relative;z-index:2;}
#choose-don-w select{width:200px;padding:5px 0;}
.new-multi-don .give-goal-progress{padding:0 15px;}
.new-multi-don .give-form-wrap.active-don{z-index:1;}
.wpb-js-composer #new-don-tabs .custom-tabs ul.vc_tta-tabs-list .vc_tta-tab{width:33.33%;}

@media (min-width: 1170px) and (max-width: 1580px) {
    #/*give-donation-level-button-wrap li:nth-child(4) {
        margin-right: 0;
    }*/

    .wrap-custom-donate-block {
         padding-left: 0; 
        padding-right: 0; 
    }

    .block-donat-inner-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }

    /*.wrap-custom-donate-block .donate-block-title legend, form .wrap-custom-donate-block legend {
        font-size: 1.17em;
    }*/

    form.give-form[version] .wrap-custom-donate-block .give-donation-amount #give-amount {
        max-width: 80px;
    }

    .amount-input-block .amount-wrap-inner {
        flex-basis: auto;
    }
}

@media (min-width: 320px) and (max-width: 556px) {
    /*#give-donation-level-button-wrap li:nth-child(4) {
        margin-right: 0;
    }*/
}

@media (max-width: 1170px) {
    #head-text p {
        font-size: 35px;
    }

    .custom-form-donate-block .mh-fl{
        flex-basis: 50%;
        max-width: 50%;
    }

    /*form.give-form[version] #give_purchase_form_wrap > fieldset:not(#give_purchase_submit) {
        max-width: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
    }*/

    .wrap-custom-donate-block .donate-block-title legend, form .wrap-custom-donate-block legend {
        font-size: 1.17em;
    }
}

@media (max-width: 1024px) {
    form.give-form[version] .custom-form-donate-block .mh-fl{
        flex-basis: 100%;
        max-width: 100%;
    }

    form.give-form[version] #give_checkout_user_info {
        margin-bottom: 40px;
    }

    /*form.give-form[version] #give_purchase_form_wrap > fieldset:not(#give_purchase_submit) {
        max-width: 100%;
        flex-basis: 100%;
    }*/

    form.give-form[version] .wrap-custom-donate-block .donate-block-title legend, form .wrap-custom-donate-block legend {
        font-size: 1.17em;
    }
}

@media (min-width: 1170px) and (max-width: 1580px) {
    /*.amount-input-block .cust-amount-title {
        line-height: 25px;
        margin: auto;
    }
    form[id*=give-form] .wrap-custom-donate-block .give-donation-amount .give-currency-symbol {
        line-height: 65px;
    }
    form[id*=give-form] .wrap-custom-donate-block .give-donation-amount #give-amount {
        height: 65px;
    }
    .amount-input-block {
        flex-direction: column;
        padding-left: 0;
    }*/
}
/*
@media (max-width: 1170px) {
    .custom-form-donate-block .mh-fl {
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1581px) {
    .amount-input-block .amount-wrap-inner {
        display: flex;
        justify-content: center;
    }
    .amount-input-block {
        flex-direction: column;
        padding-left: 0;
    }
}

@media (min-width: 320px) and (max-width: 556px) {
    .amount-input-block .amount-wrap-inner {
        display: flex;
        justify-content: center;
    }
    .amount-input-block {
        flex-direction: column;
        padding-left: 0;
    }
}*/

@media (min-width: 320px) and (max-width: 428px) {
    /*#give-donation-level-button-wrap li:nth-child(3) {
        margin-right: 0;
    }
    #give-donation-level-button-wrap li:nth-child(4) {
        margin-right: 5px;
    }*/
}

@media (max-width: 768px) {
    .block-donat-inner-wrap {
        padding-left: 0;
        padding-right: 0;
        background-color: #f8f8f8;
    }
}
@media (max-width: 768px) {
	/*.new-multi-don .give-form-wrap{position:static;}*/
	.new-multi-don .give-goal-progress,.new-multi-don .give_error.give_warning{width:100%;float:none;}
	.new-multi-don div.give-form-content-wrap{padding-top:0;}
}
@media (max-width: 610px) {
    .wrap-custom-donate-block .total-block {
        flex-direction: column;
    }
    .wrap-custom-donate-block .give-submit-button-wrap .give-submit.give-btn {
        width: 100%;
    }
}

@media (max-width: 440px) {
    .block-number {
        left: 40%;
    }
}

@media (min-width: 600px) and (max-width: 900px) {
    .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
        overflow: visible;
    }
}

.block-donat-inner-wrap .donate-block-title legend span {
    font-weight: 400;
}

.vpi-but-left{ text-align:left;}
.vpi-but-center{ text-align:center;}
.vpi-but-right{ text-align:right;}
.vpi-but,button,input[type="submit"],.viv-but{ background-color:#187c90; color:#fff; display:inline-block; font-size:23px; font-weight:600; line-height:normal; padding:16px; text-decoration:none;border:none;}
.vpi-but:hover,button:hover,input[type="submit"]:hover,.viv-but:hover{ background-color:#14697a; text-decoration:none;}
.vpi-but-small .vpi-but,.vpi-but-small .viv-but{ font-size:18px; padding:10px 16px;}
.viv-hidden{display:none}
.post-password-form input[type="submit"]{font-size:18px;padding:6px; }

div.viv-but3{padding:0;width:100%;}
.viv-but-left{text-align:left;}
.viv-but-center{text-align:center;}
.viv-but-right{text-align:right;}
.viv-but-small .viv-but{padding:10px 16px;font-size:18px;line-height: 1;}
.viv-but-med .viv-but,.viv-but-med{padding:11px 25px;font-size:18px;line-height:1;}
.viv-but-wrap{padding:30px 0}
.viv-but-line{height:1px;}

.viv-but-with-line{position:relative}
.viv-but-with-line .viv-but-line{top:50%;position:absolute;width:100%;}
.viv-but-with-line .viv-but-wrap2{padding:0 32px;background:#34585B;display:inline-block;position:relative}
.viv-but-with-line.viv-but-small .viv-but-wrap2{padding:0 21px;}
.swiper-button-next, .swiper-button-prev{mask-size:27px 44px;-webkit-mask-size:27px 44px;outline: none;}
.small{font-size:14px;}

#chat-icon{ bottom:80px; cursor:pointer; display:none; height:39px; position:fixed; right:20px; width:39px; z-index:9;}
.viv-vc-piece-w{ margin:2.7em 0;}
.viv-vc-piece-w > div{ float:left; width:50%;}
h1#map-title-h1{ font-family: Lora; font-size:50px; font-weight:700; margin:0;}
.viv-vc-piece-w:after{ clear:both; content:''; display:table;}
.viv-vc-piece-w .viv-vc-piece{ padding-top:20px;}
.viv-vc-piece .wpb_content_element{ margin-bottom:0;}

/* 22-11-2021 */
.vc_row.resource-hub-list{ margin:0 -10px;}
.center-column{ -webkit-justify-content: center; justify-content: center;}

@media(max-width:1050px){
	
.vc_chart .vc_chart-legend{ width:100%;}
}

@media(max-width:992px){

.vpi-but{ font-size:19px; padding:12px;}
.vpi-but-small .vpi-but{ font-size:16px; padding:9px 12px}
.resource-hub-item > .vc_column-inner{ padding:20px 15px!important;}
}

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

.resource-hub-item .vc_custom_heading{ font-size:20px;}
}

@media(max-width:767px){

.viv-hidden{ flex-wrap:wrap;}
}