@charset "utf-8";
/* CSS Document */


#wrapper {
    background: url(https://saveorg.reingolddev.com/wp-content/uploads/2017/04/save_watermark.png) no-repeat;
    background-color: transparent !important;
}
.full-width-content:first-child {
    padding-top: 100px;
    padding-bottom: 15px;
}
/*---------
   HEADER
----------*/
#header {
    overflow: visible;
}
.home .header-top {
    background-color: rgba(0, 0, 51, 0.6);
}
.home .banner_text h1 {
    text-align: left;
    font-size: 36px;
    color: #024e9a;
    font-weight: 600;
    margin-bottom: 60px;
    width: 50%;
    margin-left: 40px;
}

.home .banner_text p {
    text-align: left;
    margin-left: 40px;
}
.home .banner_text p a.button.ghost {
    border: solid 4px #024e9a;
    color: #024e9a !important;
    font-weight: 600;
}
.header-top {
    background-color: rgba(0, 0, 51, 1);
}
/*.header-top .header-top-right {
    background-image: url(../img/SAVE_logo_mark_transparent@399x349.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}*/
.home .header-nav {
    background-color: #171d35;
    background-color: rgba(23, 29, 53, 0.4);
}
.header-nav {
    background-color: #171d35;
    background-color: rgba(23, 29, 53, 0.8);
}
.header-nav a {
    color: #fff;
}
@media (max-width: 1200px) {
    .has_header_image .banner_text {
        padding: 100px 40px;
    }
    .home .banner_text h1 {
        font-size: 28px;
    }
    .home .banner_text p a.button.ghost {
        font-size: 22px;
    }
}
@media (max-width: 980px) {
    .has_header_image .banner_text {
        padding: 50px 40px;
    }
    .home .banner_text h1 {
        width: 40%;
    }
    ul.kiwi-logo-carousel .helper img {
        padding: 10px 45px;
    }
    .bx-wrapper img {
        width: 250px !important;
    }
}
@media (max-width: 768px) {
    /*	.has_header_image {
                    background-image: radial-gradient(ellipse at center,  rgba(225,225,225,0.8) 0%,rgba(225,225,225,0.8) 100%), url(https://saveorg.reingolddev.com/wp-content/uploads/2016/05/hero-logo.jpg) !important;
            }*/
    .home .banner_text h1 {
        font-size: 22px;
        width: 45%;
    }
    .home .banner_text p a.button.ghost {
        font-size: 20px;
        border: solid 3px #024e9a;
    }
}
@media (max-width: 680px) {
    .home .banner_text h1 {
        font-size: 22px;
        width: 100%;
        text-align: center;
        margin:60px 0px 30px 0px;
    }
    .home .banner_text p {
        text-align: center;
    }
    .has_header_image {
        background-position: -232px;
    }
    .has_header_image:after {
        position: absolute;
        content:"";
        top:0;
        left:0;
        width:100%;
        height:100%;
        opacity:0.8;
        visibility: visible;
        background-color: rgba(225, 225, 220, 0.7);
    }
    #header .container, #header .header-top, #header .header-nav {
        z-index: 10;
    }
}
@media (max-width: 530px) {
    .has_header_image {
        background-position: -440px;
    }
}
@media (max-width: 400px) {
    ul.kiwi-logo-carousel li {
        width: 300px !important;
        margin-left: 50px;
    }
    ul.kiwi-logo-carousel .helper img {
        padding: 20px 40px;
    }
}
/*---------
   Body
----------*/
/* News Section */

.feat-sec-1 {
    width: 32.5%;
    height: 200px;
    float: left;
    background-color: #024e9a;
    color: #ffffff;
    margin-right: 5px;
}
.feat-sec-1 img, .feat-sec-1 h3, .feat-sec-2 img, .feat-sec-2 h3 {
    padding:20px 35px 0px 35px;
    font-size: 24px;
}

.feat-sec-2-container {
    height: 312px;
    display: flex;
    align-items: stretch;
}

.feat-sec-2 {
    background-color: #024e9a;
    color: #ffffff;
    flex: auto;
}
.feat-sec-2-img {
    width: 312px;
    flex: 0 0 312px;
    background-color: #0066cc;
    margin-left: 5px;
}

.feat-sec-2-link, .feat-sec-2-img img{
    /*	padding: 15px;*/
    height: 100%;
    width: 100%;
    display: block;
}

.feat-sec-2-img img {
    margin: 0 auto;
}

/* icon row */
.icon-row-wrap {
    padding-top: 0px;
    padding-bottom: 60px;
}
.icon-row {
    background-color: transparent !important;
}
.icon-row .icon-rows-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.icon-rows{
    display: block;
    padding: 0px 20px 0px 20px;
    width: calc(33.3% - 20px);
    color: #fff;
}
.icon-row-icon {
    text-align: center;
}
.icon-row-icon img {
    height: 115px;
    padding: 40px 0px 20px;
}
.icon-row-text h4{
    font-weight: 600;
    color: #024e9a;
    text-align: center;
}
.icon-row-text p {
    color: #363636;
    text-align: center;
}
.icon-row-cta {
    padding: 7px 20px;
    border-radius: 50px;
    background-color: #0066cc;
    color: #ffffff !important;
}

@media (max-width: 1200px) {
}
@media (max-width: 980px) {
    .icon-rows-inner {
        display: block !important;
    }
    .icon-rows {
        width: 100%;
    }
}
@media (max-width: 784px) {
    .icon-row-text h4 {
        font-size: 22px;
    }
    .icon-row-text p {
        font-size: 18px;
    }
}
@media (max-width: 580px) {
    .feat-sec-1 {
        width: 100%;
        display: block;
        height: 100px;
    }
    .feat-sec-1 h3, .feat-sec-2 h3{
        text-align: center;
        padding: 0px;
        font-size: 20px;
    }
    .feat-sec-1 img, .feat-sec-2 img {
        height: 35px;
        padding: 0px;
        width: 35px;
        margin: 10px auto;
        text-align: center;
        display: block;
    }
    .blog-feed-entry {
        width: 100% !important;
        height: 120px !important;
        margin: 5px 0px 0px !important;
    }

    .feat-sec-2-container {
        height: auto;
        display: block;
    }

    .feat-sec-2 {
        width: 100%;
        height: 100px;
        padding-top: 1px;
    }
    .feat-sec-2-img {
        width: 100%;
        margin: 5px 0 0 0;
    }

    .feat-sec-2-link {
        max-width: 400px;
        max-height: 400px;
        margin: 0 auto;
    }

}
/*-banner tabs-*/
.banner-tabs {
    background-color: #0066cc;
}
.banner-tabs .banner-tabs-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.banner-tabs .banner-tab {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;

    padding: 20px;
    width: calc(33.3% - 20px);
    color: #fff;
}
.banner-tabs a.banner-tab:hover {
    background-color: rgba(0, 0, 0, 0.14);
}
.banner-tabs .banner-tab-icon {
    float: left;
    margin-right: 15px;
    font-size: 50px;
    opacity: .7;
    filter: Alpha(opacity=70); /* IE8 and earlier */
}
.banner-tabs .banner-tab-text h4 {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 1em;
    text-transform: uppercase;
}
.banner-tabs .banner-tab-text p {
    margin: 0;
    font-size: 18px;
}
.banner-tabs .banner-tab-text p a {
    color: #ffffff;
}
.banner-tabs .banner-tab-text a[class^="icons8"] {
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;
}

@media screen and (max-width:980px) {
    .banner-tabs .banner-tab {
        padding: 20px 0px;
    }
    .banner-tabs .banner-tab-icon {
        font-size: 33px;
    }
    .banner-tabs .banner-tab-text h4 {
        font-size: 20px;
    }
    .banner-tabs .banner-tab-text p {
        font-size: 15px;
        line-height: 1em;
    }
}
@media screen and (max-width:580px) {
    .banner-tabs .banner-tabs-inner {
        display: block;
        padding: 0;
    }
    .banner-tabs .banner-tab {
        padding: 20px 0 25px;
        border-bottom: solid 1px rgba(255, 255, 255, 0.32);
        width: 100%;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .banner-tabs .banner-tab-icon {
        margin: 0 0 10px 0;
    }
}
@media screen and (max-width:380px) {
    .banner-tabs .banner-tab {
        padding: 12px 0 14px;
    }
    .banner-tabs .banner-tab-icon {
        font-size: 24px;
    }
    .banner-tabs .banner-tab-text h4 {
        font-size: 1.2em;
    }
    .banner-tabs .banner-tab-text p {
        font-size: 1em;
    }
}


/*-image overlay boxes-*/
.image_overlay_boxes {
    font-size: 1.2em;
}
.image_overlay_box {
    font-size: 1.2em;
}
.image_overlay_box a.box-image {
    display: block;
    position: relative;
    height: 250px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.image_overlay_box a.box-image .overlay-color {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;

    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    transition: all ease-in .3s;
}
.image_overlay_box a.box-image .overlay-text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-flow: column;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 1.2em;
    color: #FFF;
}
.image_overlay_box a.box-image .overlay-text .icon {
    font-size: 70px;
    margin-bottom: 20px;
}
.image_overlay_box a.box-image:hover .overlay-color {
    filter: alpha(opacity=90);
    -moz-opacity: .9;
    opacity: .9;
}
@media screen and (max-width:980px) {
    .image_overlay_box a.box-image {
        height: 180px;
    }
}
@media screen and (max-width:380px) {
    .image_overlay_box a.box-image {
        height: 130px;
    }
    .image_overlay_box a.box-image .overlay-text .icon {
        font-size: 40px;
        margin-bottom: 5px;
    }
}

/*-blog feed-*/
/*.blog-feed {
    margin-left: 50px;
}*/
.blog-feed .blog-feed-entry {
    /*	position: relative;*/
    margin-bottom: 1.4em;
    list-style: none;
}
.blog-feed-entry:hover {
    background-color: #0452a0 !important;
    transition: all ease-in 0.4s;
}
.blog-feed-entry:hover span.date{
    background-color: #0452a0 !important;
    transition: all ease-in 0.4s;
}
.feat-sec-1-container .blog-feed .blog-feed-entry:first-child {
    float: left;
    position: relative;
    margin-bottom: 1.4em;
    list-style: none;
    width: 32.5%;
    background-color: #0066cc;
    margin-right: 5px;
    height: 200px;
}
.feat-sec-1-container .blog-feed .blog-feed-entry:nth-child(2) {
    float: left;
    width: 32.5%;
    background-color: #0066cc;
    height: 312px;
    margin-bottom: 0px;
}
.feat-sec-1-container .blog-feed .blog-feed-entry:nth-child(3) {
    height: 107px;
    float: left;
    margin-top: -107px;
    width: 66%;
    background-color: #0066cc;
}
.feat-sec-1-container .blog-feed span.date {
    display: block;
    /* position: absolute; */
    /* left: -50px; */
    /* top: 4px; */
    font-size: 11px;
    background-color: #0066CC;
    color: #ffffff;
    line-height: 15px;
    padding: 10px 5px 5px 5px;
    font-weight: bold;
    text-align: center;
    width: 50px;
}

@media (max-width: 980px) {
    .feat-sec-1-container .blog-feed .blog-feed-entry:nth-child(3) {
        width: 65.5%;
    }
}

.blog-feed h4 {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    padding: 0px 13px;
    color: #ffffff;
}
.blog-feed h4 a {
    color: #0a0a0a;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}
.blog-feed p {
    margin: 0;
    line-height: 1.2em;
}
.blog-feed a.read-more-link {
    color: #a4cbf3;
    font-size: 12px;
    padding-left: 13px;
}

/*-featured content-*/
a.featured-content {
    display: block;
    height: 100%;
    padding: 30px;
    color: white;
    text-shadow: 0px 1px 1px #000;
    background-size: cover;
    background-position: center center;
}

/*Single Support Groups Page*/
.contact-details {
    margin: 30px 0;
}
.contact-details h1 {
    font-size: 2em;
}
.contact-details span {
    display: block;
    margin-bottom: 15px;
    font-size: 1.1em;
}
.contact-details span:before {
    width: 20px;
    margin-right: 5px;
    text-align: center;
}

/*Single Charter Page*/
.single-charter-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
@media screen and (max-width: 980px) {
    .single-charter-header {
        flex-direction: column;
    }
}
.single-charter-header .charter-img {
    width: 25%;
}
.single-charter-header .charter-img img {
    max-width: 100%;
}
.single-charter-header .charter-info {
    width: 75%;
}

/*Single Event Page*/
.event-header {
    align-items: center;
    margin-bottom: 30px;
    border-bottom: solid 1px #eee;
    padding-bottom: 20px;
}
.event-header .event-header-left .tribe-events-schedule {
    margin: 0;
}
.event-header .event-header-left .tribe-events-schedule h2 {
    margin-bottom: 0px;
}
.single-tribe_events .tribe-events-schedule .recurringinfo,
.single-tribe_events .tribe-events-schedule .tribe-events-cost,
.single-tribe_events .tribe-events-schedule .tribe-events-divider {
    font-size: 1em;
}
.event-header .event-header-right a.event-register.button {
    float: right;
}
@media screen and (max-width: 980px) {
    .event-header .event-header-right a.event-register.button {
        float: none;
    }
}
.event-general-info .event-featured-img .tribe-events-event-image {
    margin: 0;
    line-height: 0;
}
#tribe-events .event-general-content .tribe-events-button {
    color: #00AAE8;
    background-color: #ffffff;
    border: solid 2px #00AAE8;
}
#tribe-events .event-general-content .tribe-events-button:hover {
    background-color: #00AAE8;
    color: #ffffff;
}

/*Events Listing*/
.events-list .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.tribe-events-day .tribe-events-loop {
    max-width: 100%;
    margin: 0 auto;
}
.events-list .tribe-events-loop .tribe-events-content {
    width: 100%;
}

/*Default Page Template Optional Heading*/
.content-header {
    padding: 40px 0 0;
    margin: 0;
    text-align: center;
}
.content-header span {
    color: #149176;
    font-size: 6em;
    margin-bottom: 20px;
}
.content-header h1 {
    text-transform: uppercase;
    font-weight: 600;
}
.content-header h3 {
    text-align: left;
}
@media screen and (max-width:380px) {
    .content-header {
        padding: 10px 0 0;
        font-size: .85em;
    }
}

/*-- Styled Sections & Shortcodes --*/
.styled-section {
    padding: 60px 0;
}
.styled-section.no_bg.no_border + .styled-section.no_bg.no_border,
.styled-section.no_bg.no_border + .styled-section.no_bg.border_bottom,
.styled-section.no_bg.border_top + .styled-section.no_bg.no_border,
.styled-section.no_bg.border_top + .styled-section.no_bg.border_bottom,
.styled-section.no_bg.section-1 {
    padding-top: 0;
}
.styled-section.iconed hr.iconed-border {
    margin: 0;
}
.styled-section hr.iconed-border:before {
    display: block;
    position: absolute;
    left: calc(50% - 30px);
    margin: -30px auto 0;
    width: 60px;
    height: 60px;
    padding: 16px;
    font-size: 28px;
    text-align: center;
    background-color: white;
    border: none;
    border-radius: 100px;
}

.styled-section.bg_image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

}

.styled-section .section-header {
    margin-bottom: 30px;
}
.styled-section .section-header:only-child,
.styled-section .section-header .col {
    margin-bottom: 0px;
}
.styled-section .section-header p:last-child {
    margin-bottom: 0px;
}

.styled-section h3.section-description {
    width: 50%;
    margin: 0 25% 60px;
    font-weight: 300;
    text-align: center;
}

/*icon shortcode*/
.icon {
    display: inline-block;
}

/*icon_block (tiles/cards)*/
div.icon-block {
    width: 100%;
    text-align: center;
    color: #ffffff;
    background-color: #0066cc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.icon-block a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex: 1;
    flex: 1;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
}
.icon-block h3:before {
    display: block;
    margin-bottom: 25px;
    font-size: 2.8em;
    color: #ffffff;
}
.icon-block h3 {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    padding: 40px 30px 30px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: background-color ease-in .2s;
    -moz-transition: background-color ease-in .2s;
    transition: background-color ease-in .2s;
}
.icon-block p {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 40px;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.19);

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: background-color ease-in .2s;
    -moz-transition: background-color ease-in .2s;
    transition: background-color ease-in .2s;
}
.icon-block:hover h3 {
    background-color: rgba(0, 0, 0, 0.1);
}
.icon-block:hover p {
    background-color: rgba(255, 255, 255, 0.1);
}
div.icon-block-static {
    width: 300px;
    margin: 0 auto 30px;
}
div.icon-block-static.align-left {
    float: left;
    margin: 0 30px 30px 0;
}
div.icon-block-static.right-right {
    float: right;
    margin: 0 0 30px 30px;
}

@media screen and (max-width: 380px) {
    .icon-block h3:before {
        margin-bottom: 10px;
        font-size: 2.2em;
    }
    .icon-block h3 {
        padding: 20px 20px 15px;
    }
    .icon-block p {
        padding: 20px;
    }
}

/*team*/
.team-member {
    margin-bottom: 50px;
    text-align: center;
}
.team-member .photo {
    margin: 0 auto 20px;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 200px;
}
.team-member h4 {
    margin-bottom: 5px;
}
.team-member h5 {
    margin-bottom: 10px;
}
.team-member p {
    margin-bottom: 0px;
}
.team-member p a {
    text-decoration: none;
}

table.timeline {
    padding: 0 ;
    margin: 0;
    width: 100%;
    border: none;
}
table.timeline tr {
    border: none;
}
table.timeline tr td {
    padding: 0;
    vertical-align: top;
    border: none;
}
table.timeline tr td p {
    margin-top: -5px;
}
table.timeline tr td.date {
    position: relative;
    padding-right: 40px;
}
table.timeline tr td.date p {
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: right;
    font-weight: bold;
}
table.timeline tr td.date:after {
    content: "";
    position: absolute;
    top: 0;
    right: -7px;
    width: 14px;
    height: 14px;
    background-color: #00aae8;
    border-radius: 20px;
}
table.timeline tr td.description {
    padding-left: 40px;
    padding-bottom: 60px;
    border-left: solid 1px #cccccc;
}
table.timeline tr:last-child td.description {
    border-left: none;
    padding-bottom: 0px;
}
@media screen and (max-width:380px) {
    table.timeline tr td.date {
        padding-right: 20px;
    }
    table.timeline tr td.description {
        padding-left: 20px;
        padding-bottom: 40px;
    }
}

ul.side-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: solid 1px #e8e8e8;
}
ul.side-menu li {
    margin-bottom: 0;
    padding: 10px 15px;
    border-bottom: solid 1px #e8e8e8;
}

@media screen and (max-width: 77.5em) {
}
@media screen and (max-width: 46.25em){
    .styled-section {
        padding: 40px 0;
    }
    .styled-section .section-header {
        margin-bottom: 20px;
    }
    .styled-section h3.section-description {
        width: 100%;
        margin: 0 0 30px;
    }
}

/*Second Level Page Template*/
.two-col-image-text {
    padding: 0 0 60px;
}
.two-col-image-text .half-img .cropped {
    width: 100%;
    height: 100%;
    min-height: 350px;
    background-position: center center;
    background-repeat: no-repeat;
}
.two-col-image-text .half-img div.cropped {
    background-size: cover;
}
.two-col-image-text .half-img div.not-cropped {
    background-size: contain;
}
.two-col-image-text .half-text {
    padding: 60px 0 60px 40px;
    font-size: 1.1em;
}
.two-col-image-text .half-text.first {
    padding: 60px 0;
    font-size: 1.1em;
}

@media screen and (max-width:980px) {
    .two-col-image-text .half-text {
        padding: 0;
        font-size: 1em;
    }
    .two-col-image-text {
        padding: 0;
        margin-bottom: 30px;
        border-bottom: solid 1px #eee;
    }
    .two-col-image-text .half-img {
        order: 1;
    }
    .two-col-image-text .half-text,
    .two-col-image-text .half-text.first {
        padding: 0;
        order: 2;
    }
    .two-col-image-text .half-img .cropped {
        min-height: 200px;
    }
}

/*msform styles*/
#msform {
    width: 100%;
    margin: 0 auto 40px;
    position: relative;
    text-align: center;
}
#msform.invalid fieldset,
#msform.sent fieldset {
    position: relative;
}
#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    padding: 20px 30px;

    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;

    text-align: left;

    /*stacking fieldsets above each other*/
    position: absolute;
}
@media screen and ( max-width:980px ) {
    #msform fieldset {
        width: 90%;
        margin: 0 5%;
    }
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*progressbar*/
#progressbar {
    margin: 0 0 30px;
    padding: 0;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}
#progressbar li {
    list-style-type: none;
    color: black;
    text-transform: uppercase;
    font-size: 9px;
    width: 25%;
    float: left;
    position: relative;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: #d6d6d6;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #d6d6d6;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
    background: #0066cc;
    color: white;
}

/*.bx-wrapper {
        max-width: 1200px !important;
}*/
ul.kiwi-logo-carousel li {
    width: auto ;
}
ul.kiwi-logo-carousel .helper {
    width: auto !important;
}
ul.kiwi-logo-carousel .helper img{
    padding: 10px 40px;
}
.bx-wrapper img {
    width: 240px !important;
}



/*.sponsors-container .white {
        background-color: #f7f7f7 !important;
        border: none !important;
}
.sa_hover_container {
        width: 200px;
        background-size: inherit !important;
        min-height: 150px;
        background-position: 50px;
        background-color: #f7f7f7 !important;
        margin: 0 auto !important;
}*/
/*.owl-item {
        width: auto !important;
        max-width: 296px !important;
}*/
/*.owl-dots {
        display: none !important;
}*/
/*---------
   Footer
----------*/
footer .col.about:first-of-type {
    background-image: url(../img/SAVE_logo_mark_transparent@399x349.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
}

/*---------
   Google Map Location Finder
----------*/
/*--Map Pages Layout--*/
.wpgmp_map {
    margin-bottom: 30px;
}
.wpgmp_map_container {
    box-shadow: none !important;
}
.entry-content div.wpgmp_listing_container,
.entry-content .wpgmp_pagination {
    float: none !important;
    width: 1200px !important;
    margin: 0 auto;
}
.wpgmp_listing_container:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.wpgmp_map_container .wpgmp_map + div {
    float: none !important;
}
.entry-content .wpgmp_pagination {
    text-align: center;
}
@media screen and (max-width: 1200px) {
    .entry-content div.wpgmp_listing_container,
    .entry-content .wpgmp_pagination {
        width: 980px !important;
    }
}
@media screen and (max-width: 980px) {
    .wpgmp_map {
        margin: -1px 0 20px;
        max-height: 320px;
    }
    .entry-content div.wpgmp_listing_container,
    .entry-content .wpgmp_pagination {
        width: auto !important;
        margin: 0 5%;
    }
    .wpgmp_map .wpgmp_tabs_container {
        display: none;
    }
}

.location_listing1:after,
.wpgmp_listing_container:after,
.wpgmp_before_listing:after,
.categories_filter:after,
.wpgmp_categories:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


/*info window*/
.wpgmp_map_container .gm-style-iw {
    padding: 5px 25px 5px 0px;
}
.wpgmp_map_container .gm-style-iw div div {
    overflow: hidden !important;
    max-width: 320px;
}
.geotags_link h4 {
    margin-bottom: 10px;
}
.post_body .location-details {
    margin-bottom: 10px;
}
.post_body .location-details div {
    margin-bottom: 5px;
}
.post_body .location-details div:before,
.post_body .location-details div a:before {
    width: 15px;
    margin-right: 5px;
    text-align: center;
}
.post_body div:empty,
.post_body div a:empty{
    display: none;
}


/*listing header*/
div.wpgmp_before_listing {
    margin: 20px 0 40px !important;
    font-size: 1.6em;
}
div.wpgmp_listing_header {
    width: 50% !important;
    margin-bottom: 20px !important;
}
div.wpgmp_listing_header div.wpgmp_search_form {
    margin: 0 !important;
}
div.wpgmp_search_form input.wpgmp_search_input {
    box-shadow: none !important;
    border: 1px solid #dddddd !important;
    border-radius: 4px !important;
}
div.wpgmp_search_form:before {
    content: "Search by Location";
    display: inline-block;
    position: absolute;
    bottom: 100%;
    padding: 0 0 10px 0;
}

/*filters*/
div.categories_filter {
    width: 50% !important;
    margin-bottom: 20px !important;
}
div.categories_filter select {
    float: right !important;
}

/*listing*/
.wpgmp_listing_list .wpgmp_locations {
    padding: 15px !important;
    font-size: .9em;
}
.wpgmp_listing_list .wpgmp_locations .wpgmp_location_title {
    display: block !important;
}
.wpgmp_listing_list .wpgmp_locations h3 {
    margin-bottom: 0;
    font-size: 1.4em;
    padding-bottom: 10px;
}
.wpgmp_listing_list .wpgmp_locations .wpgmp_locations_content {
    float: none !important;
    padding-left: 2px;
    width: auto !important;
}
.wpgmp_listing_list .wpgmp_locations .wpgmp_locations_content div,
.wpgmp_listing_list .wpgmp_locations .wpgmp_location_meta div {
    margin-bottom: 8px;
}
.wpgmp_listing_list .wpgmp_locations_content div:empty {
    display: none;
}
.wpgmp_listing_list .wpgmp_locations_content div:before {
    width: 20px;
    margin-right: 5px;
    text-align: center;
}
.wpgmp_listing_list .wpgmp_locations .wpgmp_location_meta {
    float: none !important;
    font: inherit !important;
}

/*Main Map - Categories Select*/
.wpgmp_map .wpgmp_tabs_container {
    width: 20%;
    right: 10%;
    top: 45px;
    background: rgb(255, 255, 255);
    border-radius: 5px;
}
.wpgmp_map .wpgmp_tabs_container .wpgmp_tabs {
    background: transparent;
}
.wpgmp_map .wpgmp_tabs_container .wpgmp_tabs li a {
    background: transparent;
    font-weight: bold;
    font-size: 1.2em;
}
.wpgmp_map .wpgmp_toggle_main_container {
    margin: 5px 0px;
}
.wpgmp_map .wpgmp_toggle_main_container .wpgmp_tabs_container .wpgmp_tab_item {
    margin: 5px 0px 0px;
}
.wpgmp_map .wpgmp_toggle_container {
    background: #00AAE8 !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
    line-height: 21px;
    color: #fff;
}
.wpgmp_tab_item .scroll-pane {
    display: none;
}

/*support groups*/
.wpgmp_listing_list .wpgmp_locations.locations_support_groups h3 {
    border-bottom: solid 1px #eee;
}
.wpgmp_listing_list .wpgmp_locations.locations_support_groups h4 {
    font-size: .9em;
    font-style: italic;
    color: #ABABAB;
    margin: 10px 0 15px;
}
.wpgmp_locations.locations_support_groups .row .col.third {
    border-right: solid 1px #eee;
}
.wpgmp_locations.locations_support_groups .row .col.third.last {
    border-right: none;
}
@media screen and (max-width: 980px) {
    .wpgmp_locations.locations_support_groups .row .col.third {
        border-right:none;
    }
}
@media screen and (max-width: 380px) {
    div.wpgmp_listing_header {
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    div.categories_filter {
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    div.categories_filter select {
        float: none !important;
        width: 100%;
        margin: 5px 0;
    }
}

/*Events*/
.wpgmp_listing_list .wpgmp_locations.locations_events .featured-img-map {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;

    float: left;
    margin: 0 20px 0 0;
    width: 150px;
    height: 150px;
}
.wpgmp_listing_list .wpgmp_locations.locations_events .event_details {
    margin-bottom: 10px;
}
.wpgmp_listing_list .wpgmp_locations.locations_events .icons8-calendar:before {
    margin-right: 5px;
}
.gm-style-iw .event_info {
    margin-bottom: 10px;
    font-weight: bold;
}
.gm-style-iw .event_info + p + p {
    margin-bottom: 0px
}

/*Charters*/
.charter-info {
    float: left;
}

/*Pagination*/
.wpgmp_pagination {
    background: transparent !important;
    padding: 20px 0 !important;
}
.wpgmp_pagination span.current,
.wpgmp_pagination a {
    padding: 0 !important;
    margin-right: 20px !important;
    width: 30px !important;
    text-align: center !important;
    height: 30px !important;
    line-height: 30px !important;
    background-color: #1A1A47 !important;
    color: white !important;
    border-radius: 30px !important;
    border: none !important;
    box-shadow: none !important;
}
.wpgmp_pagination a.prev,
.wpgmp_pagination span.current.prev,
.wpgmp_pagination a.next,
.wpgmp_pagination span.current.next {
    border: none !important;
    width: auto !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #000033 !important;
    text-shadow: none !important;
    font-size: 1em !important;
    font-weight: normal !important;
}
.wpgmp_pagination span.prev:before,
.wpgmp_pagination a.prev:before {
    content: "\00ab";
    display: inline-block;
    font-size: 1.2em;
    padding-right: 5px;
}
.wpgmp_pagination span.next:after,
.wpgmp_pagination a.next:after {
    content: "\00bb";
    display: inline-block;
    font-size: 1.2em;
    padding-left: 5px;
}



/* 2017 April */

/* NAV MENU */
.menu-item-6470 ul.sub-menu {
    margin-top: -20px;
}
.desktop-menu .menu li:hover ul.sub-menu {
    border: none;
    z-index: 10;
    width: 1200px;
    display: flex;
    min-height: 350px;
}
.desktop-menu .menu li:hover ul.sub-menu li{
    width: 17%;
    text-align: left;
    list-style: none;
}
.desktop-menu .menu li:hover ul.sub-menu li ul.sub-menu{
    margin-left: 10px;
    display: block;
    text-align: left;
    color: #92c2f3;
}
.desktop-menu .menu li ul.sub-menu > li > a {
    padding: 10px 15px 16px;
    line-height: 20px;
}
.desktop-menu .menu li ul.sub-menu li ul.sub-menu li a {
    padding: 10px 15px 0px;
    line-height: 20px;
    font-size: 12px;
    color: #9cceff;
}
.desktop-menu .menu li ul.sub-menu li ul.sub-menu li a:hover {
    padding: 10px 12px 0px;
    transition: all ease-in .2s;
}
.desktop-menu a {
    overflow: hidden;
}

.teal ul.sub-menu li ul.sub-menu li a {
    color: #75e6ce !important;
    width: 216px;
}
.teal ul.sub-menu {
    display: block !important;
    width: 216px !important;
    left: 408px;
}
.teal ul.sub-menu li {
    width: auto !important;
    text-align: center !important;
}
.teal ul.sub-menu li:hover {
    background-color: #75e6ce;
    transition: all ease-in 0.3s;
}
.teal ul.sub-menu li a{
    padding: 15px 0px 15px !important;
    line-height: 20px !important;
}
.desktop-menu .menu li:hover ul.sub-menu {
    min-height: 300px;
}
.dark_blue ul.sub-menu {
    width: 204px !important;
    display: block !important;
}
.dark_blue ul.sub-menu li {
    width: auto !important;
    text-align: center !important;
}
.dark_blue ul.sub-menu li:hover {
    background-color: #061f4e;
    transition: all ease-in 0.3s;
}
.dark_blue ul.sub-menu li a{
    padding: 15px 0px 15px !important;
    line-height: 20px !important;
}

.green ul.sub-menu {
    display: block !important;
    width: 182px !important;
    left: 622px;
}
.green ul.sub-menu li {
    width: auto !important;
    text-align: center !important;
}
.green ul.sub-menu li:hover {
    background-color: #5c9819;
    transition: all ease-in 0.3s;
}
.green ul.sub-menu li a{
    padding: 15px 0px 15px !important;
    line-height: 20px !important;
}

.yellow ul.sub-menu {
    display: block !important;
    width: 206px !important;
    left: 804px;
}
.yellow ul.sub-menu li {
    width: auto !important;
    text-align: center !important;
}
.yellow ul.sub-menu li:hover {
    background-color: #d6a109;
    transition: all ease-in 0.3s;
}
.yellow ul.sub-menu li a{
    padding: 15px 0px 15px !important;
    line-height: 20px !important;
}

li.dark_blue ul {
    background-color: #002a78 !important;
}
li.blue ul {
    background-color: #0066cc !important;
    margin-left: -203px;
}
li.teal ul {
    background-color: #149176 !important;
    margin-left: -407px;
}
li.green ul {
    background-color: #6fb520 !important;
    margin-left: -623px;
}
li.yellow ul {
    background-color: #ffbd00 !important;
    margin-left: -804px;
}
li.red ul {
    background-color: #e82c1b !important;
}


/* ICON BOXES */
.image_overlay_box a.box-image .overlay-text .icon {
    font-size: 55px;
}
.overlay-text h4 {
    font-size: 20px;
}


/* PARTNERS */
.sponsors-container {
    padding-bottom: 20px;
    background-color: #f7f7f7;
}
.full-width-content h2 {
    text-align: center;
    /*    border-bottom: 3px solid #dadafd;
        width: 250px;*/
    margin: 0 auto 60px;
    font-weight: 600;
    font-size: 24px;
}

/* FOOTER */
.menu-footer-save-container a, #menu-footer-quick-links a {
    color: #ffffff !important;
}

@media (max-width: 980px) {
    #footer .col.fourth {
        margin: 0 auto 50px;
        text-align: center;
    }
    #footer h3.widget-title {
        margin-bottom: 5px;
    }
    #footer .charities {
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    #footer .social-media-links {
        text-align: center;
    }
    .charities img {
        margin: 0 20px 0px 20px;
    }
    #footer .social-media-links a {
        margin: 0px 15px;
    }
    #footer .footer-middle {
        padding: 60px 0px 30px;
    }
}
@media (max-width: 784px) {
    #footer .footer-middle h3 {
        font-size: 20px;
    }
    #footer .footer-middle .menu li {
        font-size: 16px;
    }
    #footer .social-media-links a {
        font-size: 22px;
    }
    .footer-contact .social-media-links {
        margin-top: 15px;
    }
    #footer .textwidget p {
        font-size: 16px;
    }
    #footer .textwidget a.button {
        font-size: 16px;
    }
}
