
.rescue-all {
    font-family: inherit;
}

/*----------------------------------------------------*/
/*  Clear Floats
/*----------------------------------------------------*/
.rescue-clear-floats {
    clear: both
}

.rescue-clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

/*----------------------------------------------------*/
/*  Spacing
/*----------------------------------------------------*/
.rescue-spacing {
    background: none !important;
    border: none !important;
    display: block;
    height: auto;
    margin: 0 !important;
    outline: none !important;
    padding: 0 !important;
}

/*----------------------------------------------------*/
/*  Columns
/*----------------------------------------------------*/
.rescue-one-half {
    width: 48%
}

.rescue-one-third {
    width: 30.66%
}

.rescue-two-third {
    width: 65.33%
}

.rescue-one-fourth {
    width: 22%
}

.rescue-three-fourth {
    width: 74%
}

.rescue-one-fifth {
    width: 16.8%
}

.rescue-two-fifth {
    width: 37.6%
}

.rescue-three-fifth {
    width: 58.4%
}

.rescue-one-sixth {
    width: 13.33%
}

.rescue-one-half, .rescue-one-third, .rescue-two-third, .rescue-three-fourth, .rescue-one-fourth, .rescue-one-fifth, .rescue-two-fifth, .rescue-three-fifth, .rescue-one-sixth {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-bottom: 2em;
    margin-right: 4%;
    position: relative;
}

.rescue-column-last {
    clear: right;
    margin-right: 0 !important;
}

.rescue-column-last:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

/*----------------------------------------------------*/
/*  Buttons
/*----------------------------------------------------*/
.rescue-button {
    background: #aaaaaa;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    margin: 20px 5px 5px 0;
    outline: none;
    text-align: center;
    text-decoration: none !important;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    white-space: nowrap;
}

.rescue-button span.rescue-button-inner {
    color: #fff;
    display: block;
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    line-height: normal;
    padding: 0.625rem 1.25rem 0.6875rem;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.rescue-button:focus, .rescue-button:hover, .rescue-button:active {
    opacity: 0.8;
}

.rescue-button.black {
    background: #3c5166;
}

.rescue-button.red {
    background: #e74c3c;
}

.rescue-button.orange {
    background: #e67e22;
}

.rescue-button.blue {
    background: #3498db;
}

.rescue-button.green {
    background: #2ecc71;
}

.rescue-button.white {
    background: #ecf0f1;
}

.rescue-button.white span.rescue-button-inner {
    color: #95a5a6;
}

.rescue-button.large {
    font-size: 16px
}

.rescue-button.giant {
    font-size: 18px
}

.rescue-button.left {
    float: left
}

.rescue-button.right {
    float: right;
    margin-left: 5px;
    margin-right: 0;
}

/*----------------------------------------------------*/
/*  Highlights
/*----------------------------------------------------*/
.rescue-highlight-yellow, .rescue-highlight-yellow a {
    background-color: #fff7a8;
    color: #695d43;
}

.rescue-highlight-blue, .rescue-highlight-blue a {
    background: #e9f7fe;
    color: #5091b2;
}

.rescue-highlight-green, .rescue-highlight-green a {
    background: #ebf6e0;
    color: #5f9025;
}

.rescue-highlight-red, .rescue-highlight-red a {
    background: #ffe9e9;
    color: #de5959;
}

.rescue-highlight-gray, .rescue-highlight-gray a {
    background: #f9f9f9;
    color: #666;
}

/*----------------------------------------------------*/
/*  Boxes
/*----------------------------------------------------*/
.rescue-box {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0px;
    padding: 10px 20px;
}

.rescue-box p:last-child {
    margin: 0
}

.rescue-box.left {
    float: left
}

.rescue-box.right {
    float: right
}

.rescue-box.gray {
    background: #f9f9f9;
    border: 1px solid #ddd;
    color: #666;
}

.rescue-box.red {
    background: #ffe9e9;
    border: 1px solid #fbc4c4;
    color: #de5959;
}

.rescue-box.green {
    background: #ebf6e0;
    border: 1px solid #b3dc82;
    color: #5f9025;
}

.rescue-box.blue {
    background: #e9f7fe;
    border: 1px solid #b6d7e8;
    color: #5091b2;
}

.rescue-box.yellow {
    background: #fffdf3;
    border: 1px solid #f2dfa4;
    color: #c4690e;
}

/*----------------------------------------------------*/
/*  Toggle
/*----------------------------------------------------*/
.rescue-toggle .rescue-toggle-trigger {
    background: #fbfbfb;
    border: 1px solid #dfdfdf;
    color: #333333;
    cursor: pointer;
    display: block;
    display: block;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.5em;
    margin: 0;
    margin-top: 10px;
    outline: 0;
    padding: 15px 15px 15px 37px;
    position: relative;
    text-transform: none;
}

.rescue-toggle .rescue-toggle-trigger:before {
    color: #cccccc;
    content: "\f067";
    font-family: FontAwesome;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    left: 0;
    padding-left: 1em;
    position: absolute;
    top: 15px;
}

.rescue-toggle .rescue-toggle-trigger:hover {
    border: 1px solid #c5c5c5;
    text-decoration: none;
}

.rescue-toggle .rescue-toggle-trigger.active, .rescue-toggle .rescue-toggle-trigger.active:hover {
    background-color: #fbfbfb;
    color: #333333;
    position: relative;
    text-decoration: none;
}

.rescue-toggle .rescue-toggle-trigger.active:before {
    color: #cccccc;
    content: "\f068";
    font-family: FontAwesome;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    left: 0;
    padding-left: 1em;
    position: absolute;
    top: 15px;
}

.rescue-toggle .rescue-toggle-container {
    border: 1px solid #ddd;
    border-top: 0px;
    display: none;
    font-size: 14px;
    overflow: hidden;
    padding: 15px;
}

.rescue-toggle .rescue-toggle-container p {
    font-size: 14px;
    padding: 10px 20px 0;
}

/*----------------------------------------------------*/
/*  Tabs
/*----------------------------------------------------*/
.rescue-tabs ul.ui-tabs-nav {
    border-bottom: solid 1px #ddd;
    display: block;
    margin: 0;
    margin-left: 1px;
    padding: 0;
}

.rescue-tabs ul.ui-tabs-nav li {
    display: block;
    float: left !important;
    height: 40px;
    margin: 0 !important;
    outline: none;
    padding: 0 !important;
    width: auto;
}

.rescue-tabs ul.ui-tabs-nav li a {
    background-color: #fbfbfb;
    border: solid 1px #ddd;
    border-width: 1px 1px 0 0;
    color: #444;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    outline: none;
    padding: 0px 20px;
    text-decoration: none;
    width: auto;
}

.rescue-tabs ul.ui-tabs-nav li a:hover {
    background: #ffffff;
    color: #373737;
}

.rescue-tabs ul.ui-tabs-nav .ui-state-active a {
    background: #fff;
    border-left-width: 1px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    color: #111 !important;
    height: 40px;
    margin: 0 0 0 -1px;
    padding-top: 0px;
    position: relative;
    top: 1px;
}

.rescue-tabs ul.ui-tabs-nav .ui-state-active a:hover {
    background: #fff
}

.rescue-tabs ul.ui-tabs-nav li:first-child .ui-state-active a {
    margin-left: 0
}

.rescue-tabs ul.ui-tabs-nav li:first-child a {
    border-width: 1px 1px 0 1px
}

.rescue-tabs .tab-content {
    background: #fff;
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    font-size: 14px;
    padding: 30px 20px 0;
}

.rescue-tabs ul.tabs:before, ul.tabs:after {
    content: '\0020';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.rescue-tabs ul.tabs:after {
    clear: both
}

.rescue-tabs ul.tabs {
    zoom: 1
}

.rescue-tabs .ui-tabs-hide {
    display: none
}

.rescue-tabs:before, ul.rescue-tabs:after {
    content: '\0020';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.rescue-tabs:after {
    clear: both
}

.rescue-tabs {
    zoom: 1
}

.rescue-tabs .ui-tabs-hide {
    display: none
}

.rescue-tabs .ui-widget-header {
    background: none;
    border: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none;
    border: none;
    color: #333;
    font-weight: 300;
}

/*----------------------------------------------------*/
/*  Donation Tabs
/*----------------------------------------------------*/
.ui-widget-content {
    border: none;
}

.rescue-donation-tabs {
    width: 310px;
}

.rescue-donation-tabs p {
    margin-bottom: .5rem;
}

.rescue-donation-tabs .rescue_donation_header {
    background-color: #34495e;
    border-radius: 3px 3px 0 0;
    color: #ffffff;
    font-size: 18px;
    height: 65px;
    padding-top: 18px;
    text-align: center;
    text-transform: uppercase;
}

.rescue-donation-tabs ul.ui-tabs-nav {
    border-top: 1px solid #ffffff;
    display: block;
    margin: 0;
    margin-left: 1px;
    padding: 0;
}

.rescue-donation-tabs ul.ui-tabs-nav li {
    display: block;
    float: left !important;
    height: 75px;
    margin: 0 !important;
    outline: none;
    padding: 0 !important;
    width: 33.333333333%;
}

.rescue-donation-tabs ul.ui-tabs-nav li a {
    background-color: #f9fafc;
    color: #34495e;
    display: block;
    font-size: 14px;
    height: 75px;
    margin: 0;
    outline: none;
    padding: 0 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
}

.rescue-donation-tabs ul.ui-tabs-nav li a span {
    position: relative;
    top: 30px;
}

.rescue-donation-tabs ul.ui-tabs-nav .ui-state-active a {
    background: #dcdcdc;
    color: #34495e !important;
    font-weight: 300;
    height: 75px;
    padding-top: 0px;
    position: relative;
}

.rescue-donation-tabs ul.ui-tabs-nav li a:hover {
    background: #e4e4e4;
    color: #34495e;
}

.rescue-donation-tabs ul.ui-tabs-nav .ui-state-active a:hover {
}

.rescue-donation-tabs ul.ui-tabs-nav li:first-child .ui-state-active a {
    margin-left: 0
}

.rescue-donation-tabs ul.ui-tabs-nav li:first-child a {
    border-width: 1px 1px 0 1px
}

.rescue-donation-tabs .tab-content {
    background: #f6f6f6;
    font-size: 14px;
    height: 320px;
    overflow: hidden;
    padding: 30px 20px 0;
}

.rescue-donation-tabs ul.tabs:before, ul.tabs:after {
    content: '\0020';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.rescue-donation-tabs ul.tabs:after {
    clear: both
}

.rescue-donation-tabs ul.tabs {
    zoom: 1
}

.rescue-donation-tabs .ui-tabs-hide {
    display: none
}

.rescue-donation-tabs:before, ul.rescue-donation-tabs:after {
    content: '\0020';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.rescue-donation-tabs:after {
    clear: both
}

.rescue-donation-tabs {
    zoom: 1
}

.rescue-donation-tabs .ui-tabs-hide {
    display: none
}

/* force a height so the tabs don't jump as content height changes */
.rescue-donation-tabs .tabs-spacer {
    float: left;
    height: 200px;
}

.tabs-bottom .ui-tabs-nav {
    border: none;
    clear: left;
    padding: 0 .2em .2em .2em;
}

.tabs-bottom .ui-tabs-nav li {
    border: none;
    bottom: 0;
    margin: 0 .2em 1px 0;
    top: auto;
}

.tabs-bottom .ui-tabs-nav li.ui-tabs-active {
    margin-top: -1px;
    padding-top: 1px;
}

.rescue-donation-tabs .button {
    background-color: #1abc9c;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 13px;
    margin: 1.25rem 0;
    padding: 0.3rem 1.25rem 0.4rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 300ms ease-out 0s;
}

.rescue-donation-tabs .button:focus, .rescue-donation-tabs .button:hover {
    background-color: #15967d;
}

/*----------------------------------------------------*/
/*  Google Map
/*----------------------------------------------------*/
.googlemap {
    max-width: inherit;
    position: relative;
}

.googlemap .map_canvas {
    height: 100%;
    width: 100%;
}

.googlemap .map_canvas h3 {
    font-size: 14px;
    margin: 0 0 10px;
}

.map_canvas img {
    max-width: none !important
}

/*----------------------------------------------------*/
/*  Progress Bar
/*----------------------------------------------------*/
.rescue-progressbar {
    background: #eee;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    height: 35px;
    margin-bottom: 15px;
    position: relative;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    -webkit-transition-property: width, background-color;
    transition-property: width, background-color;
    width: 100%;
}

.rescue-progressbar-title {
    background: #6adcfa;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    left: 0;
    position: absolute;
    top: 0;
}

.rescue-progressbar-title span {
    background: rgba(0, 0, 0, 0.1);
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
}

.rescue-progressbar-bar {
    background: #6adcfa;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 35px;
    width: 0px;
}

.rescue-progress-bar-percent {
    color: #444;
    color: rgba(0, 0, 0, 0.4);
    font-size: 11px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 10px;
    top: 0;
}

/*----------------------------------------------------*/
/*  Icons
/*----------------------------------------------------*/
.fa.pull-center {
    display: table !important;
    margin: 0 auto;
}

/*----------------------------------------------------*/
/*  Responsive
/*----------------------------------------------------*/
@media only screen and (max-width: 520px) {
    .rescue-one-half, .rescue-one-third, .rescue-two-third, .rescue-three-fourth, .rescue-one-fourth, .rescue-one-fifth, .rescue-two-fifth, .rescue-three-fifth, .rescue-one-sixth {
        float: none;
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%;
    }

    .rescue-box, .rescue-box.left, .rescue-box.right {
        float: none;
        width: 100% !important;
    }

    .rescue-tabs ul.ui-tabs-nav {
        margin-left: 0
    }

    .rescue-tabs ul.ui-tabs-nav li {
        width: 100%
    }

    .rescue-tabs ul.ui-tabs-nav li a {
        border-left-width: 1px
    }

    .rescue-tabs ul.ui-tabs-nav .ui-state-active a, .rescue-tabs ul.ui-tabs-nav .ui-state-active a:hover {
        background-color: #eee;
        color: #000;
        font-weight: bold;
        height: 39px;
        margin-left: 0;
        padding-top: 0;
        top: auto;
    }

}

.rescue-hidden-desktop,
.rescue-visible-phone,
.rescue-visible-tablet {
    display: none
}

@media only screen and (max-width: 959px) {
    .rescue-hidden-desktop {
        display: block
    }

    .rescue-visible-desktop {
        display: none
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .rescue-hidden-desktop {
        display: block
    }

    .rescue-visible-desktop {
        display: none
    }

    .rescue-hidden-tablet {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .rescue-hidden-desktop {
        display: block
    }

    .rescue-visible-desktop {
        display: none
    }

    .rescue-hidden-phone {
        display: none
    }
}
