@import url('main-blessed1.css');

/* Donation Widget Block */
.donation-widget-container {
    width: 100%;
    display: block;
    background: #e4e9ef;
    padding: 40px;
}

    .donation-widget-container h2 {
        text-transform: none;
        font-size: 25px;
        line-height: 30px;
        max-width: 700px;
        margin: 0px auto 40px;
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        text-align: center;
        font-weight: 300;
    }

    .donation-widget-container .row span.donation-widget.amt-other {
    }

    .donation-widget-container .row{
        text-align:center;
    }

        .donation-widget-container .row span.donation-widget.amt-other input {
            width: 80%;
            border: solid 0px #d0d0d0;
        }

            .donation-widget-container .row span.donation-widget.amt-other input:focus {
                box-shadow: none;
                border: solid 0px #d0d0d0;
                outline: none;
            }

        .donation-widget-container .row span.donation-widget.amt-other a.on-atm input, .donation-widget-container .row span.donation-widget.amt-other a.on-atm input::placeholder {
            background: #022660;
            color: #ffffff;
        }

    .donation-widget-container .row span.donation-widget a {
        border: solid 2px #022660;
        color: #022660;
        font-weight: bold;
        text-align: center;
        border-radius: 4px;
        display: inline-block;
        list-style: none;
        padding: 10px 0px;
        background: #ffffff;
        width: 140px;
        margin: 0px 10px 10px 0px;
        cursor: pointer;
    }

        .donation-widget-container .row span.donation-widget a.on-atm {
            background: #022660;
            color: #ffffff;
        }

        .donation-widget-container .row span.donation-widget a:hover {
            text-decoration: none;
        }

    .donation-widget-container .row a.donate-btn-widget {
        text-transform: uppercase;
        text-align: center;
        color: #ffffff;
        padding: 15px 0px;
        background: #de791c;
        display: block;
        margin: 10px auto 0px;
        font-weight: 500;
        width: 140px;
        border-radius: 5px;
        text-decoration: none;
        border: solid 0px #ffffff;
    }

.footer-blog-title-link {
    color: #575757;
}

    .footer-blog-title-link:hover {
        color: #575757;
    }

.mercy-blog-block .btn-lg {
    margin-bottom: 15px;
}

.footer-container h1,
.footer-container h2,
.footer-container h3,
.footer-container h4,
.footer-container h5,
.footer-container h6,
.footer-container .h1,
.footer-container .h2,
.footer-container .h3,
.footer-container .h4,
.footer-container .h5,
.footer-container .h6 {
    color: #ffffff;
}

.footer-container {
    background: #333333 url('../img/footer-bg.png') repeat;
    color: #eaecf0;
    padding-bottom: 50px;
    font-size: 15px;
}

    .footer-container h3 {
        font-size: 20px;
        font-weight: 700;
        margin: 0 0 10px;
    }

    .footer-container ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .footer-container li {
        margin-bottom: .5em;
    }

.footer-container {
    font-weight: 400;
}

    .footer-container .widget_nav_menu h3 {
        text-transform: none;
    }

    .footer-container a,
    .footer-container p {
        font-size: 15px;
        line-height: 23px;
        color: #eaecf0;
        font-weight: 400;
    }

    .footer-container aside {
        margin-bottom: 3em;
    }

h3.next_story_label {
    margin-bottom: 24px !important;
}

.pre-footer-wrap .btn-default {
    margin-top: 30px;
}
/* Signup Form
-------------------------------------------------- */
.navbar-form.email-form {
    padding: 0;
}

.email-form .btn,
.email-form input {
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    height: 46px;
}

.newsletter-email {
    background: #ffffff url('../img/icon-envelope.png') no-repeat 10px center;
    padding-left: 60px;
    border: solid 1px #ffffff;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.footer-container .form-control {
    height: 46px;
}

.btn-signup,
.btn-signup:hover {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #80a1b6;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.btn.btn-signup {
    padding: 0 25px;
}

.footer-container .gform_wrapper {
    margin: 5px 0 30px 0;
    max-width: 100%;
    float: left;
    width: 100%;
    display: block;
    position: relative;
}

    .footer-container .gform_wrapper form {
        font-size: 0;
    }

    .footer-container .gform_wrapper .gform_anchor {
        display: none;
    }

    .footer-container .gform_wrapper .validation_error {
        display: block;
        float: left;
        background: #FFDDDF;
        border-radius: 6px;
        padding: 15px;
        font-size: 15px;
        margin-bottom: 15px;
        font-weight: 600;
        color: #8B0000;
    }

    .footer-container .gform_wrapper .gfield {
        padding: 0;
        margin: 0;
    }

    .footer-container .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
        background: none;
        padding: 0;
        margin: 0;
        border: none;
    }

    .footer-container .gform_wrapper top_label .gfield_error {
        width: 100%;
        border: none;
    }

    .footer-container .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
        background: none;
        margin: 0;
    }

    .footer-container .gform_wrapper .top_label .gfield_error .ginput_container {
        max-width: 100%;
    }

    .footer-container .gform_wrapper .gform_body {
        width: 74%;
        display: inline-block;
    }

    .footer-container .gform_wrapper .ginput_container input.medium {
        font-size: 16px;
        height: 46px;
        margin: 0;
        border: 1px solid #d0d0d0;
        padding: 0 0 0 55px;
        color: #555555;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        background: #ffffff url('/wp-content/themes/mercy/assets/img/icon-envelope.png') no-repeat 10px center;
        width: 100%;
    }

    .footer-container .gform_wrapper .ginput_container + .validation_message {
        display: none;
    }

    .footer-container .gform_wrapper .gform_footer {
        width: 26%;
        display: inline-block;
    }

        .footer-container .gform_wrapper .gform_footer .button {
            width: 100%;
            display: inline-block;
            margin: 0;
            padding: 0;
            height: 46px;
            font-size: 16px;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            background: #80a1b6;
        }

        .footer-container .gform_wrapper .gform_footer .gform_ajax_spinner {
            position: absolute;
            right: 30%;
            bottom: 15px;
            margin: 0;
        }

.footer-container .gform_confirmation_wrapper {
    display: block;
    float: left;
    background: #80a1b6;
    border-radius: 6px;
    padding: 15px;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 600;
}

#gform_wrapper_2 .gform_body .gform_fields .gfield input#input_2_2 {
    margin: 0 !important;
}
/* SOCIAL ICONS
-------------------------------------------------- */
.btn-group-social .btn,
.btn-group-social .btn:hover,
.btn-group-social .btn:focus {
    color: #eaecf0 !important;
}

.btn-group a {
    margin-right: 20px;
    border-radius: 0 !important;
}

.btn-facebook {
    background: #537bbd;
}

.btn-twitter {
    background: #78cdf0;
}

.btn-vimeo {
    background: #8dd0de;
}

.btn-pinterest {
    background: #eb5755;
}

.btn-linkedin {
    background: #2085c7;
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active {
    background: #698cc4;
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active {
    background: #88d1ef;
}

.btn-vimeo:hover,
.btn-vimeo:focus,
.btn-vimeo:active,
.btn-vimeo.active {
    background: #99d3e0;
}

.btn-pinterest:hover,
.btn-pinterest:focus,
.btn-pinterest:active,
.btn-pinterest.active {
    background: #e86e6d;
}

.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active {
    background: #3e94cc;
}

.input-group-addon.email-icon {
    background: #ffffff;
    border: none;
}

.btn-group-social .btn {
    font-size: 22px;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 40px;
}

.btn-group-social .btn {
    border: none;
}

    .btn-group-social .btn:last-child {
        margin-right: 0;
    }

.btn-group .btn + .btn {
    margin-left: 0;
}

.org-badges img {
    max-width: 100%;
}

.address-line li {
    margin: 0 0 5px;
}

.org-line {
    margin-top: 15px;
}

#footer-faq .row {
    margin-top: -50px;
}

#footer-faq .col-sm-6 h4 {
    margin-top: 50px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media screen and (max-width: 992px) {
    .btn-group-social .btn {
        font-size: 22px;
        width: 60px;
        height: 60px;
        padding: 0;
        line-height: 60px;
        margin-left: 0;
        margin-right: 37px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 329px) and (max-width: 366px) {
    .btn-group a:nth-child(3n+3) {
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .footer-container .input-group-addon {
        display: inline;
    }

    .footer-container .input-group {
        width: 100%;
    }

        .footer-container .input-group .form-control.newsletter-email:first-child {
            float: none;
            border-radius: 0;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
        }

    .footer-container .btn.btn-signup {
        width: 100%;
        border-radius: 0;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .faq-container {
        padding-left: 4%;
        padding-right: 4%;
    }
}

@media screen and (max-width: 992px) {
    #footer-address {
        text-align: center;
        color: #ffffff;
    }

    .org-line {
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    #footer-address {
        text-align: left;
    }

    .address-line li {
        display: inline-block;
        padding: 0 8px;
        margin: 0 0 5px;
        border-right: solid 1px;
    }

        .address-line li:last-child {
            border: none;
            margin-top: 15px;
        }

    .org-line,
    .org-badges {
        padding-left: 10px;
    }

    .footer-container p.org-line {
        margin-top: 0;
    }

    #footer-logo {
        margin-top: 6px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #footer-address {
        padding-left: 1em;
    }
}
/* HERO BANNERS
-------------------------------------------------- */
#homeCarousel {
    height: auto;
}

.carousel-inner {
    height: 100%;
}

@media screen and (min-width: 992px) {
    .home .hero-images .image {
        height: 515px;
    }
}

.hero-images {
    height: 100%;
}

    .hero-images .image {
        height: 194px;
        width: 100%;
        background-repeat: no-repeat;
        -webkit-background-size: cover cover;
        background-size: cover;
        background-position: 80% bottom;
    }

        .hero-images .image.landing {
            height: 239px;
        }

            .hero-images .image.landing.stories {
                height: 300px;
            }

.caption-under {
    background: #174a7c;
    margin: 0;
    padding: 15px 20px;
    color: #ffffff !important;
}

    .caption-under h1,
    .caption-under h2,
    .caption-under h3,
    .caption-under h4 {
        color: #ffffff;
    }

.carousel-caption {
    width: auto;
    color: #fff;
}

.carousel-table {
    display: block;
    height: 100%;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    padding: 0;
}

.carousel-table-cell {
    display: block;
    vertical-align: middle;
    width: 100%;
}

.carousel-caption h1 {
    margin: 0;
    margin-bottom: 5px;
    /* adjusted from 30  */
    line-height: 1em;
}

.carousel-caption .btn {
    margin-top: 12px;
}

.hero-images .carousel-control {
    width: 210px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {
    .hero-images .image {
        background-position: 60% 0;
        height: 394px;
    }

        .hero-images .image.landing {
            height: 472px;
        }

            .hero-images .image.landing.stories {
                height: 565px;
            }

    .carousel-table {
        display: table;
        height: 100%;
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        padding-top: 115px;
    }

    .carousel-table {
        padding-top: 115px;
        height: 394px;
    }

        .carousel-table.landing {
            height: 472px;
        }

            .carousel-table.landing.stories {
                height: 565px;
            }

    .carousel-table-cell {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

    .carousel-caption {
        width: 50%;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .carousel-caption h1 {
        font-size: 40px;
    }

    .hero-images {
        margin-top: 89px !important;
    }

    .carousel-table {
        background: #174a7c;
        color: #fff;
    }

        .carousel-table h1,
        .carousel-table h2,
        .carousel-table h3,
        .carousel-table h4,
        .carousel-table h5 {
            color: #fff;
        }

        .carousel-table p {
            color: #fff;
        }

            .carousel-table p:last-child {
                margin-bottom: 0;
            }

    .carousel-caption {
        padding: 25px;
    }

        .carousel-caption.default {
            color: #fff !important;
        }

            .carousel-caption.default h1,
            .carousel-caption.default h2,
            .carousel-caption.default h3,
            .carousel-caption.default h4,
            .carousel-caption.default h5,
            .carousel-caption.default p {
                color: #fff !important;
            }

    .default .carousel-table h1,
    .default .carousel-table h2,
    .default .carousel-table h3,
    .default .carousel-table h4,
    .default .carousel-table h5 {
        margin-bottom: 0;
    }

    .carousel-control {
        width: 10%;
        bottom: inherit;
        top: 140px;
    }

        .carousel-control.right,
        .carousel-control.left {
            background: none;
        }

    .stories .carousel-table {
        background: #fff;
    }

    .stories .carousel-caption {
        color: #174a7c !important;
    }

        .stories .carousel-caption h1,
        .stories .carousel-caption h2,
        .stories .carousel-caption h3,
        .stories .carousel-caption h4,
        .stories .carousel-caption h5,
        .stories .carousel-caption p {
            color: #174a7c !important;
        }
}

@media (min-width: 1200px) {
    .hero-images .image {
        height: 511px;
    }

        .hero-images .image.landing {
            height: 613px;
        }

            .hero-images .image.landing.stories {
                height: 100%;
                min-height: 613px;
            }

    .carousel-table {
        padding-top: 135px;
        height: 511px;
    }

        .carousel-table.landing {
            height: 613px;
        }

            .carousel-table.landing.stories {
                height: 100%;
                min-height: 613px;
            }

    body.home .hero-images .image, body.page-template-base-front-page-spa .hero-images .image {
        height: 719px;
    }

    body.home .carousel-table {
        height: 719px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hero-images .image {
        height: 425px;
    }

    .carousel-table {
        padding-top: 135px;
        height: 425px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .carousel-table {
        max-width: 750px;
        margin: 0 auto;
        padding-right: 2%;
        padding-left: 2%;
    }

    .carousel-caption h1 {
        font-size: 50px !important;
    }

    .hero-images .carousel-control {
        width: 45px;
    }
}

@media (min-width: 1199px) and (max-width: 1290px) {
    .carousel-table-cell {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .carousel-table {
        max-width: 970px;
        margin: 0 auto;
        padding-right: 2%;
        padding-left: 2%;
    }
}

.hero-images .carousel-control {
    width: 55px;
}

@media (min-width: 100px) and (max-width: 767px) {
    .carousel-caption h1 span {
        color: white !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .home .carousel-inner .image {
        height: 474px;
        background-position: 40% 0;
    }
}

@media screen and (min-width: 500px) and (max-width: 767px) {
    .home .carousel-inner .image {
        background-position: 100% 70%;
        height: 245px;
    }
}

@media screen and (max-width: 499px) {
    .home .carousel-inner .image {
        -webkit-background-size: 500px 500px;
        background-size: 500px;
        background-position: 100% 90%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .home .carousel-inner .carousel-table.row .carousel-table {
        height: 474px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .home .carousel-inner .carousel-table.row .carousel-table .carousel-table-cell .carousel-caption {
        width: 60%;
    }
}

.page-template-template-extra-wide-php .hero-images .image {
    height: 245px;
}

@media screen and (min-width: 768px) {
    .page-template-template-extra-wide-php .hero-images .image {
        height: 474px;
    }
}

@media screen and (min-width: 992px) {
    .page-template-template-extra-wide-php .hero-images .image {
        height: 515px;
    }
}

@media screen and (min-width: 1200px) {
    .page-template-template-extra-wide-php .hero-images .image {
        height: 613px;
    }
}

.carousel-table {
    height: 100%;
    padding-top: 0;
}

    .carousel-table > .carousel-table {
        height: 100%;
        padding-top: 115px;
    }

@media screen and (max-width: 991px) {
    .carousel-table > .carousel-table {
        padding-top: 105px;
    }
}

@media screen and (max-width: 767px) {
    .carousel-table > .carousel-table {
        padding-top: 0;
    }
}
/* _pages // START */
.main .container {
    margin: 50px auto;
}

    .main .container.first {
        margin-top: 0;
    }

        .main .container.first .row {
            margin-top: 0;
        }

.main .row.stories-info-block {
    margin: 50px -15px;
    margin-top: 0;
}

.main .row.row-table {
    margin: 50px 0;
}

.main .row p:last-child {
    margin-bottom: 0;
}

.main .row h1:first-child,
.main .row h2:first-child,
.main .row h3:first-child,
.main .row h4:first-child,
.main .row h5:first-child {
    margin-top: 0;
}

.main .bg-color-section {
    background-color: #f3f3f3;
}

.main .ways-to-give-box {
    margin-top: 0 !important;
    border-bottom: solid 2px #ebebeb;
}

    .main .ways-to-give-box .left-box,
    .main .ways-to-give-box .right-box {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .main .ways-to-give-box .right-box {
        padding-left: 50px;
        padding-right: 50px;
    }

.equal-height {
    display: block;
}

.view-more-link {
    padding: 30px 0;
}

.view-more-link-top {
    padding: 30px 0 0 0;
}

.all-stories-wrap p {
    text-align: center;
    margin: 0 0 30px;
}

.all-stories-wrap h2:first-child {
    display: inline-block;
}

.all-stories-wrap .row .col-sm-3 .btn-lg {
    margin: 10px 0 !important;
}

.container.template-extra-wide {
    width: 100%;
}

    .container.template-extra-wide .row .row {
        margin: 60px auto;
    }

        .container.template-extra-wide .row .row:first-child {
            margin-top: 0;
        }

    .container.template-extra-wide .row .image-block-wrap .row {
        margin: 0 auto;
    }

    .container.template-extra-wide .row p {
        margin-top: 12px;
    }

    .container.template-extra-wide .no-margins {
        margin: 0 auto !important;
    }

    .container.template-extra-wide .opportunities-row p {
        margin: 0 0 6px;
    }

.type-stories .entry-content .row img {
    border: 1px solid #DFDFDF;
    border-radius: 10px;
}

.link-right-space-one {
    padding-bottom: 30px;
}

.link-right-space-two {
    padding-right: 50px;
}
/* Page specific spacing */
body.page-id-208 .types-of-surgeries-wrap .col-max {
    margin-bottom: 40px;
}

body.page-id-178 .tab-content .row {
    margin-top: 0px;
    margin-bottom: 0px;
}

body.page-id-180 .partial-left-offset p {
    font-size: 16px;
}

.ship-schedule-map-bg .ship-schedule-bg .ship-schedule-item .item-info {
    border: solid 2px #787b7e;
}

    .ship-schedule-map-bg .ship-schedule-bg .ship-schedule-item .item-info p {
        font-size: 25px;
    }

.ship-schedule-map-bg .ship-schedule-bg .date-info p {
    font-size: 12px;
    line-height: 20px;
    margin: 0 !important;
}

body.page-id-170 .main p,
body.page-id-172 .main p,
body.page-id-174 .main p,
body.page-id-176 .main p,
body.page-id-144 .main p,
body.page-id-180 .main p {
    margin: 20px 0 30px 0;
}

body.page-id-170 .main h3,
body.page-id-172 .main h3,
body.page-id-174 .main h3,
body.page-id-176 .main h3,
body.page-id-144 .main h3,
body.page-id-180 .main h3 {
    margin-top: 60px;
}

.extra-pvert {
    margin: 50px 0;
}

.sidebar .dropdown .caret-wrap {
    background: none !important;
}

.mercy-minute-wrap audio {
    margin-top: 20px;
    width: 75%;
    margin-left: 15px;
    clear: both;
}

.mercy-minute-wrap p {
    margin: 20px 0;
}

    .mercy-minute-wrap p:first-child {
        margin-top: 0;
    }

.mercy-minute-wrap h3 {
    margin-top: 0;
}

.mercy-blog-block p {
    margin: 20px 0;
}

.mercy-blog-block h3 {
    margin-top: 0;
}

.row.text-center img {
    margin: 0 auto;
}

.container.container-full {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.types-of-surgeries-wrap {
    font-size: 15px;
    line-height: normal;
    text-transform: lowercase;
}

    .types-of-surgeries-wrap p {
        font-size: 16px;
        margin-top: 0px;
    }

.icon-item {
    margin-bottom: 20px;
}

.surgery-icon {
    max-width: 70px;
    max-height: 70px;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: center;
}

    .surgery-icon img {
        width: 100%;
        height: auto;
        display: block;
    }

.surgery-icon-link {
    text-decoration: none;
    color: #575757;
}

    .surgery-icon-link:hover {
        text-decoration: none;
        color: #575757;
    }

.lasting-impact-programs h3 {
    margin-top: 0;
}

.lasting-impact-programs .item-row {
    margin-bottom: 30px;
}

.page-footer-social {
    border-top: solid 2px #d9e3e9;
    border-bottom: solid 2px #d9e3e9;
    padding: 20px 0;
    margin-bottom: 60px;
}

    .page-footer-social .btn {
        border: none;
    }

#testimonial-carousel .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 10px 15px;
    font-size: 90%;
    text-align: left;
    color: #575757;
    height: auto;
    line-height: normal;
    background: rgba(255, 255, 255, 0.85);
    -webkit-background-size: cover cover;
}

#testimonial-carousel .carousel-control.left {
    background-image: none !Important;
}

#testimonial-carousel .carousel-control.right {
    background-image: none !Important;
}

.ship-carousel .glyphicon-chevron-leftnew {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 0;
}

.ship-carousel .glyphicon-chevron-rightnew {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: 0;
}

.ship-carousel .text-wrap {
    padding: 30px 30px 30px 20px;
}

#footer-faq {
    background: url('../img/faq-flag.png') no-repeat -3px 0;
    margin-top: -50px;
    padding-top: 100px;
}

.testimonial-carousel .carousel-control.left {
    background-image: none !Important;
}

.testimonial-carousel .carousel-control.right {
    background-image: none !Important;
}

body.page-id-178 .owl-stage-outer .owl-stage img {
    border: 1px solid #DFDFDF !Important;
}

.row-table.ships {
    position: relative;
}

.glyphicon-chevron-leftnew {
    left: -25px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
}

.glyphicon-chevron-rightnew {
    right: -25px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
}

@media (max-width: 767px) {
    .xs-text-align-left {
        text-align: left !important;
    }

    .page-footer-social .btn-group-social {
        -ms-transform: scale(0.5, 0.5);
        /* IE 9 */
        -webkit-transform: scale(0.5, 0.5);
        /* Chrome, Safari, Opera */
        -o-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
    }

    body.page-id-208 .types-of-surgeries-wrap .col-sm-6 {
        height: 200px;
    }

    .single-centered div[class*='col-sm'] {
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .single .main article.stories img, .single .main article.blog img {
        margin: 0 auto 1em;
        display: block;
    }
}

.single .main article.stories img, .single .main article.blog img {
    max-width: 100%;
    height: auto;
}


.dropdown.surgery {
    display: inline-block;
    top: -5px;
    left: 20px;
}

    .dropdown.surgery a.trigger {
        font-weight: 700;
    }

        .dropdown.surgery a.trigger:hover {
            text-decoration: none;
        }

.fleet-gallery-wrap .ship-link {
    margin-top: 20px;
    margin-bottom: 5px;
}

.fleet-gallery-wrap .row {
    margin: 0 -15px !important;
}

.fleet-gallery-wrap .equal-height {
    text-align: center;
}

#fleet-tab-content .ship-name {
    font-style: italic;
}

    #fleet-tab-content .ship-name span {
        font-style: normal;
    }

@media (max-width: 992px) {
    .opportunities-row img {
        margin: 0 auto;
    }
}

@media (max-width: 440px) {
    .lasting-impact-programs .item-row img {
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

@media (max-width: 440px) {
    .page-footer-social .share-title {
        float: left;
        clear: both;
        width: 100% !important;
        text-align: left;
        padding: 0;
        margin-bottom: 10px;
    }
}

.mercy-minute-wrap h4 {
    margin-bottom: 2px;
}

#help-now-bar {
    background: #bb3d30;
    min-height: 70px;
}

    #help-now-bar .container {
        position: relative;
    }

    #help-now-bar .row {
        display: table;
        width: 100%;
    }

@media screen and (max-width: 767px) {
    #help-now-bar .row {
        margin: 0;
    }
}

#help-now-bar .help-message,
#help-now-bar .button,
#help-now-bar .close-div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    float: none;
}

@media screen and (max-width: 767px) {
    #help-now-bar .help-message {
        padding: 0 30px;
    }
}

#help-now-bar p {
    text-align: left;
    padding-right: 30px;
    max-width: 80%;
    color: #FFFFFF;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
    #help-now-bar p {
        padding: 0;
        margin-bottom: 15px;
        margin-top: 15px;
        max-width: 100%;
        text-align: center;
    }
}

#help-now-bar a.btn {
    background: #71251e;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    border: none;
    border-radius: 0;
    padding: 25px 20px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    #help-now-bar a.btn {
        border-radius: 0;
        padding: 15px 25px;
        margin: 10px 0;
    }
}

#help-now-bar .close-div {
    right: -7px;
    color: #FFFFFF;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    #help-now-bar .close-div {
        position: absolute;
        right: 10px;
        top: 10px;
    }
}

#help-now-bar .close-div i {
    color: #FFF;
    font-size: 30px;
    padding: 7px;
}
/* END // _pages */
/* HOMEPAGE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
#homeCarousel.carousel {
    margin-bottom: 0;
}
/* Since positioning the image, we need to help out the caption */
#homeCarousel.carousel-caption {
    z-index: 10;
}
/* Declare heights because of positioning of img element */
#homeCarousel.carousel .item {
    background-color: #777;
}

#homeCarousel.carousel-inner > .item > img {
    top: 0;
    left: 0;
    min-width: 100%;
}

#bgImageWrap {
    background: #192530 url('/wp-content/themes/mercy/assets/img/Africa-mercy-floating-hospital-ship.jpg') no-repeat center -320px;
    /*height: 1040px;*/
}

#subFeatureRow {
    background: transparent url("/wp-content/themes/mercy/assets/img/Africa-mercy-floating-hospital-ship.jpg") no-repeat center 10px;
    -webkit-background-size: 1600px auto;
    background-size: 1600px auto;
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
}

@media screen and (max-width: 991px) {
    #subFeatureRow {
        background: #FFFFFF;
    }
}

.sub-feature-box-wrap {
    margin-bottom: 40px;
}

.sub-feature-box {
    background: #ffffff;
    width: 100%;
    max-width: 260px;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    border-radius: 10px;
}

    .sub-feature-box img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        width: 100%;
        height: auto;
    }

    .sub-feature-box a {
        color: #9cab58;
        height: 56px;
        line-height: 56px;
        padding: 0;
        width: 100%;
    }

.value-prop-boxes {
    color: #fff;
}

    .value-prop-boxes h4 {
        color: #fff;
        font-weight: 700;
        margin-bottom: 0;
    }

    .value-prop-boxes p {
        font-size: 95%;
        margin: 15px 0 20px 0;
    }

@media screen and (max-width: 1199px) {
    .value-prop-boxes p {
        font-size: 90%;
    }
}

#home-stories-wrap {
    position: relative;
}

    #home-stories-wrap h3 {
        border-bottom: solid 2px #d9e3e9;
        display: inline-block;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    #home-stories-wrap .misc {
        font-size: 15px;
    }

    #home-stories-wrap .col-md-7 p {
        font-size: 16px;
    }

    #home-stories-wrap .tab-content {
        background: #fff;
        padding: 0 15px;
    }

        #home-stories-wrap .tab-content h2,
        #home-stories-wrap .tab-content h3 {
            margin-top: 0;
        }

#stories-strip {
    background: #f3f3f3;
    text-align: center;
}

    #stories-strip a.strip-link {
        color: #174a7c;
    }

    #stories-strip p.story-name {
        color: #174a7c;
        font-family: "Serifa W01 45 Light", Georgia, "Times New Roman", Times, serif;
    }

    #stories-strip .row {
        margin: 0 -15px;
    }

.homepage-endorsements p {
    margin: 25px 0;
}

#home-stories-wrap {
    padding: 70px 0;
}

.home-opening-header {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    font-size: 25px;
    padding: 0 20px;
}

.volunteer-quote {
    margin: 60px 40px;
    position: relative;
}

    .volunteer-quote .hangquote {
        position: absolute;
        left: -10px;
    }

body.home .pre-footer-wrap .container {
    max-width: 840px;
}

    body.home .pre-footer-wrap .container p {
        font-size: 25px;
        line-height: 30px;
    }

div.strip-icon {
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 120px;
}

.home .main .container {
    margin-bottom: 0;
}

.ship_link {
    float: right;
    padding-right: 215px;
    margin-top: 20px;
}

@media screen and (max-width: 1199px) {
    .ship_link {
        padding-right: 125px;
        margin-top: -25px;
    }
}

@media screen and (max-width: 991px) {
    .ship_link {
        padding-right: 305px;
        margin-top: 430px;
        margin-bottom: 110px;
    }
}

@media screen and (max-width: 767px) {
    .ship_link {
        float: none;
        padding: 0;
        margin: 70% 0 0 0;
        display: block;
        width: 100%;
        text-align: center;
    }

        .ship_link a {
            min-width: 250px;
            display: block;
        }
}

.ship_link a {
    font-size: 16px !Important;
}

@media screen and (max-width: 399px) {
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 340px) {
    div.strip-icon {
        width: 70px;
        height: 70px;
    }

    .story-name {
        font-size: 90%;
    }
}

@media (min-width: 321px) and (max-width: 480px) {
    div.strip-icon {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 767px) {
    #home-stories-wrap h2 {
        padding: 0 15px;
    }

    #subFeatureRow {
        background: none;
        padding: 0;
    }
}

@media (min-width: 768px) {
    /* Bump up size of carousel content */
    #homeCarousel.carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .value-prop-boxes {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
    }
}

@media (min-width: 992px) {
    #bgImageWrap {
        position: relative;
    }

    #homeContent {
        margin-top: 160px;
    }

    body.page-template-base-front-page-spa #bgImageWrap .container .main.main {
        height: 990px;
    }

    body.page-template-base-front-page-spa #homeContent {
        margin-top: 0;
    }

    body.home .main {
        height: 990px;
        position: relative;
        margin: 0;
    }

    #stories-strip {
        font-family: "Serifa W01 45 Light", Georgia, "Times New Roman", Times, serif;
        position: absolute;
        padding-top: 75px;
        width: 160px;
        top: 0;
        right: 15px;
        bottom: 0;
        text-align: center;
    }

        #stories-strip div.strip-icon {
            margin-bottom: 30px;
            padding: 0;
            width: 100%;
            margin: 0 auto;
            margin-left: 7px;
            max-width: 120px;
            opacity: .7;
        }

            #stories-strip div.strip-icon.active,
            #stories-strip div.strip-icon:hover {
                opacity: 1;
            }

        #stories-strip div:last-child {
            margin-bottom: 0;
        }

        #stories-strip div img {
            margin: 0 auto;
        }

        #stories-strip a:hover {
            text-decoration: none;
        }

        #stories-strip a.btn-link {
            font-family: "Open Sans", Arial, Helvetica, sans-serif;
            line-height: 1.25em;
            padding: 0;
            text-align: left;
            line-height: normal;
            margin-top: 30px;
        }
}

@media (min-width: 992px) {
    #homeContent {
        margin-top: 173px;
    }
}

@media (min-width: 1200px) {
    .sub-feature-box-wrap {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .ship_link a {
        font-size: 14px !important;
    }

    #homeContent {
        margin-top: 80px;
    }

    #bgImageWrap {
        background: #192530 url('/wp-content/themes/mercy/assets/img/home-africa-mercy-tablet-new.jpg') no-repeat right 0px;
        -webkit-background-size: 1026px auto;
        background-size: 1026px auto;
        height: 1160px;
    }

    .value-prop-boxes {
        margin-top: -95px !important;
    }

    .value-prop-boxes {
        position: static;
    }

    body.home .main, body.page-template-base-front-page-spa .main {
        position: relative;
        padding: 0;
        margin: 0;
    }

    .volunteer-quote {
        margin: 30px 20px;
    }

    .ship_link a {
        font-size: 14px !important;
    }
}

@media (max-width: 991px) {
    .home-opening-header {
        line-height: 32px;
    }

    #stories-strip {
        margin-top: 30px;
        padding: 30px 0;
        text-align: center;
        font-size: 90%;
        position: relative;
        right: 0;
        margin: 30px 0 0 0;
        width: 100%;
    }

        #stories-strip .btn {
            margin-top: 20px;
        }

            #stories-strip .btn br {
                display: none;
            }

    #stories-strip {
        padding: 20px;
    }

        #stories-strip p {
            margin-bottom: 5px;
        }

    .homepage-endorsements {
        margin-top: 50px;
    }

        .homepage-endorsements .btn-link {
            white-space: normal;
            text-align: left;
        }

    .volunteer-quote .btn-link {
        white-space: normal;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .value-prop-boxes {
        margin: 0;
    }

        .value-prop-boxes h4 {
            font-weight: 700;
        }

        .value-prop-boxes p {
            font-size: 16px;
            margin: 10px 0 15px 0;
            line-height: 1.5em;
        }

        .value-prop-boxes .equal-height {
            margin-bottom: 50px;
            padding: 0 40px;
        }

    .volunteer-quote {
        margin: 20px;
    }

    .btn.no-wrap-xs {
        white-space: normal;
        text-align: left;
    }

    #bgImageWrap {
        background: url('/wp-content/themes/mercy/assets/img/home-africa-mercy-320.jpg') no-repeat top center;
        -webkit-background-size: 400px auto;
        background-size: 400px auto;
    }

        #bgImageWrap .content.row {
            margin: 0;
        }

    .ship_link a {
        font-size: 14px !Important;
    }
}

@media (max-width:560px) {
    .value-prop-boxes .equal-height {
        padding: 0;
    }
}

@media (min-width: 400px) and (max-width: 767px) {
    #bgImageWrap {
        background: #1c2630 url('/wp-content/themes/mercy/assets/img/home-africa-mercy-mobile-new.jpg') no-repeat 80% -400px;
        -webkit-background-size: 770px auto;
        background-size: 770px auto;
    }
}

@media (min-width: 560px) and (max-width: 767px) {
    .sub-feature-box-wrap {
        width: 50%;
    }
}

@media (max-width: 530px) {
    #bgImageWrap {
        background: #1c2630 url('/wp-content/themes/mercy/assets/img/home-africa-mercy-mobile-new.jpg') no-repeat 80% -90px;
        -webkit-background-size: 530px auto;
        background-size: 530px auto;
    }
}

@media (max-width: 400px) {
    #bgImageWrap {
        background: #1c2630 url('/wp-content/themes/mercy/assets/img/home-africa-mercy-mobile-small.jpg') no-repeat center -200px;
        -webkit-background-size: 400px auto;
        background-size: 400px auto;
    }
}

@media (max-width: 350px) {
    #bgImageWrap {
        background: #1c2630 url('/wp-content/themes/mercy/assets/img/home-africa-mercy-mobile-small.jpg') no-repeat center -170px;
        -webkit-background-size: 400px auto;
        background-size: 400px auto;
    }
}

@media (max-width: 320px) {
    #bgImageWrap {
        background: #1c2630 url('/wp-content/themes/mercy/assets/img/home-africa-mercy-mobile-small.jpg') no-repeat center -110px;
        -webkit-background-size: 400px auto;
        background-size: 400px auto;
    }
}

.sub-feature-box .btn {
    margin-bottom: 5px;
}

.stories-info-block {
    margin-bottom: 30px;
}

    .stories-info-block h3 {
        margin: 0;
        display: inline-block;
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: solid 2px #174a7c;
    }

    .stories-info-block h4 {
        color: #575757;
        font-family: inherit;
        text-transform: none;
        font-weight: 600;
    }

    .stories-info-block .misc {
        color: #174a7c;
    }

    .stories-info-block .image-block {
        position: relative;
    }

        .stories-info-block .image-block .caption {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin-bottom: 1.2em;
            font-size: 90%;
            text-align: center;
            color: #575757;
            height: 26px;
            line-height: 26px;
            background: rgba(255, 255, 255, 0.75);
        }

    .stories-info-block .stories-social-links .share-title {
        color: #174a7c;
        margin: 28px 0 12px 0;
        font-size: 85%;
    }

    .stories-info-block .stories-social-links .btn-group-social .btn {
        font-size: 16px;
        width: 36px;
        height: 36px;
        padding: 0;
        line-height: 36px;
    }

.all-stories-wrap:first-child {
    margin-top: 0;
    padding-top: 0;
}

.all-stories-wrap .btn {
    white-space: normal;
    display: block;
    width: 100%;
    margin: 10px 0;
}

.all-stories-wrap .col-centered {
    text-align: center;
}

.all-stories-wrap p {
    font-size: 90%;
}

.all-stories-wrap .equal-height {
    margin-bottom: 30px;
}

.container.container-full.accent .row {
    background: #d9e3e9;
}

    .container.container-full.accent .row h1,
    .container.container-full.accent .row h2 {
        padding: 0 15px;
    }

    .container.container-full.accent .row .btn-lg {
        margin: 0 15px;
    }
/*
 * Ship Tabs
 ******************************************/
.nav-tabs > li.ship-tab > a {
    background-image: url('../img/mercy-ship-tab-icons.png');
    background-repeat: no-repeat;
    background-position: center 20px;
    line-height: normal;
    font-size: 80%;
    padding-top: 95px;
}

body.page-id-178 .nav-tabs > li.ship-tab > a {
    background-image: url('../img/lifeboard-tab-icons.png');
}

.nav-tabs #tab-safety a {
    background-position: center -120px;
}

.nav-tabs #tab-dining a {
    background-position: center -120px;
}

.nav-tabs #tab-accommodations a {
    background-position: center -260px;
}

.nav-tabs #tab-amenities a {
    background-position: center -260px;
}

.nav-tabs #tab-programs a {
    background-position: center -410px;
}

.nav-tabs #tab-adventure a {
    background-position: center -410px;
}

.nav-tabs > li.ship-tab > a:hover,
.nav-tabs > li.ship-tab > a:active {
    border-color: transparent;
    background-color: #d9e3e9;
}

.nav-tabs {
    border-bottom: #f9f9f9;
}

    .nav-tabs > li {
        width: 24%;
        margin-right: 1.33%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

        .nav-tabs > li:last-child {
            margin-right: 0;
        }

        .nav-tabs > li > a {
            background: #d9e3e9;
            color: #555555;
            border: 1px solid #d9e3e9;
            width: 100%;
            display: block;
            height: 134px;
            line-height: 134px;
            text-align: center;
        }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #555555;
            background-color: #f3f3f3;
            border: #f3f3f3;
        }

.tab-content {
    padding: 55px 40px 85px 40px;
    font-size: 90%;
    background: #f3f3f3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ship-carousel {
    margin: 0;
    font-size: 90%;
    overflow: hidden;
    border-radius: 10px;
    background: #174a7c;
}

    .ship-carousel .image-wrap {
        padding: 0;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

        .ship-carousel .image-wrap img {
            width: 100%;
            height: auto;
        }

    .ship-carousel .text-wrap {
        color: #ffffff;
        background: #174a7c;
    }

        .ship-carousel .text-wrap p {
            color: #ffffff;
            font-size: 16px;
            line-height: 22px;
        }

    .ship-carousel .carousel-control.right,
    .ship-carousel .carousel-control.left {
        background: none;
    }

.tab-content.endorsement,
.ship-carousel {
    display: block;
}

    .tab-content.endorsement .vcenter,
    .ship-carousel .vcenter {
        display: table-cell;
        float: none;
        vertical-align: middle;
        height: 100%;
    }

    .tab-content.endorsement .resp-video-wrapper,
    .ship-carousel .resp-video-wrapper {
        margin: 0;
    }

.endorsement-icon-wrap img {
    margin: 0 auto;
}

.tab-content.endorsement {
    padding: 0;
    background: #174a7c;
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
}

    .tab-content.endorsement.row {
        margin: 0;
    }

    .tab-content.endorsement div.video {
        padding: 0;
    }

.endorsement-icon-wrap {
    font-size: 14px;
}

    .endorsement-icon-wrap p {
        padding: 0 15px;
        font-size: 14px;
    }

.strip-icon {
    opacity: 0.7;
}

.endorsement-icon {
    position: relative;
    width: 67%;
    margin: 0 auto;
    margin-bottom: 10px;
    opacity: .7;
}

    .endorsement-icon img {
        width: 100%;
        height: 100%;
    }

    .endorsement-icon .img-stroke {
        border: solid 10px #93a445;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        border-radius: 50%;
        opacity: 0;
    }

    .endorsement-icon.active,
    .strip-icon.active,
    .endorsement-icon:hover,
    .strip-icon:hover {
        opacity: 1;
    }

.partner-icon img {
    margin: 0 auto;
}

.strip-link.active,
.strip-link:hover {
    opacity: 1;
}

    .strip-link.active .img-stroke,
    .strip-link:hover .img-stroke {
        border: solid 6px #93a445;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        border-radius: 50%;
        opacity: .5;
    }

.ship-schedule-bg {
    background: url('../img/dots-transparent.png') repeat-x 0 100px;
}

.ship-schedule-item {
    text-align: center;
    margin-bottom: 40px;
    padding: 0;
}

    .ship-schedule-item p {
        margin: 0 auto;
    }

    .ship-schedule-item .schedule-item {
        position: relative;
        width: 90%;
        max-width: 210px;
        margin: 0 auto;
        border: solid 7px #ffffff;
        border-radius: 50%;
    }

    .ship-schedule-item:first-child {
        background-repeat: no-repeat;
        background-position: right 100px;
    }

    .ship-schedule-item:last-child {
        background-repeat: no-repeat;
        background-position: left 100px;
    }

    .ship-schedule-item .item-info {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        color: #ffffff;
        text-align: center;
        font-family: "Serifa W01 45 Light", Georgia, "Times New Roman", Times, serif;
        padding-top: 60px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.5);
        font-size: 150%;
        padding-left: 10%;
        padding-right: 10%;
        line-height: 1.2em;
    }

    .ship-schedule-item .date-info {
        color: #174a7c;
        margin-top: 15px;
    }

        .ship-schedule-item .date-info p {
            margin-bottom: 0;
        }

.ship-schedule-map-bg {
    background: #174a7c url('../img/world-bg.png');
    -webkit-background-size: cover cover;
    background-size: cover;
}

    .ship-schedule-map-bg h1,
    .ship-schedule-map-bg h2,
    .ship-schedule-map-bg h3,
    .ship-schedule-map-bg h4,
    .ship-schedule-map-bg p {
        color: #ffffff;
    }

    .ship-schedule-map-bg h2 {
        margin-bottom: 70px !important;
    }

    .ship-schedule-map-bg .schedule-item {
        border: none;
    }

.crew-wrap p {
    font-size: 85% !important;
}

.crew-wrap div {
    margin-bottom: 20px;
}

.crew-wrap img {
    margin: 0 auto;
}

.row-table-label {
    font-weight: 600;
}

.image-block-wrap {
    padding: 20px;
    max-width: 1600px;
    min-height: 460px;
    background-position: bottom center;
    -webkit-background-size: cover cover;
    background-size: cover;
    background-repeat: no-repeat;
}

    .image-block-wrap.ship {
        min-height: 538px;
    }

    .image-block-wrap .col-sm-5 {
        padding: 0;
    }

    .image-block-wrap h1,
    .image-block-wrap h2,
    .image-block-wrap h3,
    .image-block-wrap h4 {
        margin-top: 0;
    }

.date-box {
    border-radius: 10px;
    background: #174a7c;
    color: white;
    font-family: "Serifa W01 45 Light", Georgia, "Times New Roman", Times, serif;
    padding: 10px 15px;
    text-align: center;
    width: auto;
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-bottom: 100px;
}

.blurb-box a {
    color: #575757;
}

@media (min-width: 768px) {
    .ship-tab-content-image {
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    .image-block-wrap {
        padding: 0;
        max-width: 1600px;
        min-height: 300px;
        -webkit-background-size: contain contain;
        background-size: contain;
        background-position: right top;
        padding-top: 220px;
    }

    .ship-schedule-item .col-xs-5 {
        width: 90%;
        float: none;
        max-width: 240px;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .ship-schedule-bg {
        background: none;
    }

    .row-table-row .col-sm-6 {
        background: #f9f9f9;
        width: 100%;
        float: left;
        clear: both;
    }

        .row-table-row .col-sm-6:nth-child(odd) {
            background: #ffffff;
        }
}

@media (max-width: 767px) {
    .tab-content.endorsement {
        border-radius: 0;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

        .tab-content.endorsement .tab-pane .vcenter {
            display: block;
            float: none;
            vertical-align: middle;
            height: 100%;
        }

        .tab-content.endorsement .col-sm-4 {
            padding: 4%;
        }

    .ship-carousel {
        display: block;
    }

        .ship-carousel .vcenter {
            display: block;
        }

    .nav-tabs > li.ship-tab > a {
        background-image: url('../img/mercy-ship-tab-icons.png');
        background-repeat: no-repeat;
        background-position: center 17px;
        line-height: normal;
        font-size: 80%;
        padding-top: 10px;
        -webkit-background-size: 40px 40px;
        background-size: 40px;
        height: 62px;
        font-size: 10px;
        text-indent: -2000px;
    }

    .tab-content {
        padding: 4%;
    }

    .ship-tab-content-image {
        margin-top: 20px;
    }

        .ship-tab-content-image img {
            margin: 0 auto;
        }

    .nav-tabs #tab-safety a,
    .nav-tabs #tab-dining a {
        background-position: center -57px;
    }

    .nav-tabs #tab-amenities a {
        background-position: center -125px;
    }

    .nav-tabs #tab-accommodations a {
        background-position: center -123px;
    }

    .nav-tabs #tab-adventure a,
    .nav-tabs #tab-programs a {
        background-position: center -200px;
    }

    .date-box {
        margin-bottom: 60px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .crew-wrap .col-xs-12 {
        width: 50%;
        float: left;
    }
}

@media (min-width: 550px) and (max-width: 767px) {
    .row.all-stories-wrap .equal-height {
        width: 50%;
        float: left;
    }
}

.fact-sheet-icon {
    width: 115px;
    height: auto;
    border-radius: 10px;
    float: left;
    margin-right: 30px;
    margin-bottom: 100px;
}

.fact-sheets-wrap a.h3 {
    margin-top: -4px;
    display: block;
}

.fact-sheets-wrap p a {
    background: url(/wp-content/uploads/2014/09/pdf-icon.gif) no-repeat;
    background-position: left center;
    padding-left: 27px;
    font-weight: bold;
}

.fact-sheets-wrap .row-centered .col-centered {
    margin-bottom: 20px;
}

.fact-sheet-file {
    margin-top: -10px;
    margin-bottom: 27px;
}

.gform_wrapper ul {
    margin: 0;
    padding: 0;
}

.gform_wrapper li {
    list-style: none;
}

.gform_wrapper .gfield {
    margin-bottom: 25px;
}

.gform_wrapper .validation_error {
    display: block;
    float: left;
    background: #FFDDDF;
    border-radius: 6px;
    padding: 15px;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #8B0000;
}

.gform_wrapper .validation_message {
    margin: 6px 0 0 0;
    padding: 0;
    color: #8B0000;
    font-size: 15px;
}

.gform_wrapper .gform_ajax_spinner {
    margin-left: 15px;
}

.gform_confirmation_wrapper {
    display: block;
    float: left;
    background: #80a1b6;
    border-radius: 6px;
    padding: 15px;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #FFFFFF;
}

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
    width: 100%;
    padding: 14px;
    font-size: 14px;
    -khtml-border-radius: 9px;
    border-radius: 9px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.gform_wrapper .top_label textarea.textarea {
    width: 99.2%;
    width: 100%;
    padding: 14px;
    font-size: 14px;
    -khtml-border-radius: 9px;
    border-radius: 9px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gf_browser_ie.gform_wrapper .gform_footer input.button {
    font-size: 1em;
    background: #93a445;
    color: white;
    text-transform: uppercase;
    padding: 10px 43px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: #fff;
    padding: 0px 0px 0px 0px !important;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

    .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
        padding-left: 0px !important;
    }

.gform_wrapper .top_label .gfield_description.validation_message,
.gform_wrapper .gfield_description.validation_message {
    padding: 00px 0 !important;
}

.int_addresses a {
    display: block;
    text-align: left;
    padding: 0;
    font-weight: bold;
}

.finance_reports a {
    display: block;
    text-align: left;
    padding: 0;
    background: url(/wp-content/uploads/2014/09/pdf-icon.gif) no-repeat;
    background-position: left center;
    padding-left: 27px;
    font-weight: bold;
    margin-bottom: 10px;
}

.finance_reports .col-md-4 {
    padding-left: 0;
    margin-right: 20px;
}

.finance_reports {
    margin-bottom: 50px;
}

.gform_wrapper .top_label select.medium {
    -webkit-appearance: none;
    background: #FFFFFF;
    border: 1px solid #d0d0d0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #field_1_6 div {
        position: relative;
    }

        #field_1_6 div:after {
            content: '';
            width: 0px;
            height: 0px;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 6px solid #444444;
            margin-left: -10px;
            position: absolute;
            right: 30px;
            top: 50%;
            margin-top: -3px;
        }
}

#field_1_6 label {
    display: none;
}

.no-col-pad-left {
    padding-left: 0;
}

.sidebar-touts aside {
    margin-bottom: 20px;
}
/*  WHO WE ARE ----> Endorsements and Partners Page  */
.endorsement-name {
    font-size: 21px;
    font-weight: 700;
}

.main p.endorsement-title {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
}

.endorsement-title + p {
    font-size: 17px;
    line-height: 25px;
}

@media (max-width: 1199px) {
    .endorsement-name {
        font-size: 19px;
    }

    .endorsement-title + p {
        font-size: 15px;
        line-height: 23px;
    }
}

.page-id-237 main {
    background: transparent url("/wp-content/themes/mercy/assets/img/spinner.gif") no-repeat center 200px;
    min-height: 500px;
    -webkit-background-size: 50px 50px;
    background-size: 50px;
}

.endorsement-icon-wrap p {
    line-height: 21px;
    margin-top: 3px;
}
/* pages/_stories // START */
.hero-images.landing.stories#homeCarousel {
    min-height: 230px;
    height: auto;
}

@media screen and (min-width: 768px) {
    .hero-images.landing.stories#homeCarousel {
        height: 70%;
        min-height: 472px;
    }
}

@media screen and (min-width: 992px) {
    .hero-images.landing.stories#homeCarousel {
        height: 85%;
        min-height: 580px;
    }
}

@media screen and (min-width: 1200px) {
    .hero-images.landing.stories#homeCarousel {
        height: 100%;
        min-height: 613px;
    }
}

.hero-images.landing.stories .item {
    height: 100%;
}

    .hero-images.landing.stories .item .image.landing.stories {
        height: 100%;
    }

@media screen and (max-width: 767px) {
    .hero-images.landing.stories .item .image.landing.stories {
        height: 250px;
        background-position: 75% 60%;
        -webkit-background-size: auto 150%;
        background-size: auto 150%;
    }
}

.hero-images.landing.stories .item .carousel-table {
    height: 100%;
}

@media screen and (max-width: 767px) {
    .hero-images.landing.stories .item .carousel-table .carousel-caption {
        margin-top: 5px;
    }

        .hero-images.landing.stories .item .carousel-table .carousel-caption p {
            margin-top: 10px;
        }
}

.stories-social-links a {
    margin-bottom: 0;
}

.entry-content p {
    margin-top: 30px;
    margin-bottom: 30px;
}

.page-template-template-extra-wide-php .all-stories-wrap {
    margin-bottom: 0;
}

    .page-template-template-extra-wide-php .all-stories-wrap h2 {
        margin-bottom: 70px;
        text-align: center;
    }

@media screen and (max-width: 991px) {
    .page-template-template-extra-wide-php .all-stories-wrap h2 {
        margin-bottom: 40px;
    }
}

.all-stories-wrap {
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .all-stories-wrap > .row > div.col-xs-12 {
        float: none;
    }
}

.all-stories-wrap h2 {
    margin-bottom: 30px;
}

.all-stories-wrap .dropdown.surgery {
    display: inline-block;
    margin-left: 20px;
}

.all-stories-wrap .filter-surgery.active {
    background-color: #93a445;
    color: #FFFFFF;
}

@media screen and (max-width: 767px) {
    .all-stories-wrap h2 + .dropdown.surgery {
        top: -20px;
        left: 0;
        display: block;
    }
}

.all-stories-wraplast-child {
    margin-bottom: 0;
}

.page-id-202 .sidebar ul li.active.menu-patient-stories a {
    font-weight: 400;
}

.page-id-202 .sidebar ul li.active.menu-volunteer-stories a {
    font-weight: 400;
}

.page-id-202 .sidebar ul li.active.menu-about-mercy-ships a {
    font-weight: 400;
}

.main .stories-info-block.row .image-block {
    display: inline-block;
}

    .main .stories-info-block.row .image-block img {
        border: 1px solid #DFDFDF;
        width: auto;
        display: inline-block;
    }

@media screen and (max-width: 767px) {
    .main .stories-info-block.row h4 {
        margin-top: 15px;
    }
}

.main .stories-info-block.row .btn {
    white-space: nowrap;
}

.type-stories .entry-content .row:last-child {
    margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
    .type-stories .entry-content .row div[class*="col"] + div[class*="col"] > img {
        margin-top: 20px;
    }
}

.blog .entry-content {
    margin-top: 15px;
    margin-bottom: 20px;
}

.blog .blog .entry-content p:only-of-type {
    margin-bottom: 10px;
}

.blog .btn.btn-link.btn-lg {
    text-transform: lowercase;
}

.blog .date {
    margin-right: 5px;
}

.blog .categories {
    margin-left: 5px;
    color: #888888;
}

.blog .entry-title {
    margin-bottom: 5px;
}

.blog img.pull-right {
    margin-left: 15px;
    margin-bottom: 15px;
}

.blog img.pull-left {
    margin-right: 15px;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .blog img.pull-right,
    .blog img-pull-left {
        margin-left: 0;
        margin-right: 0;
        display: block;
        float: none !important;
    }
}

.archive-title {
    margin-bottom: 50px;
}
/* END // pages/_stories */
/* pages/_surgeriesandcare // START */
@media screen and (min-width: 1200px) {
    .image-block-wrap.ship {
        -webkit-background-size: initial;
        background-size: initial;
    }
}

.types-of-surgeries-wrap .icon-item {
    margin-bottom: 10px;
    margin-top: 10px;
}

@media screen and (min-width: 1200px) {
    .types-of-surgeries-wrap .icon-item {
        width: 11%;
        padding: 0;
    }

        .types-of-surgeries-wrap .icon-item .surgery-iconn {
            max-width: 60px;
            max-height: 60px;
            margin-bottom: 5px;
        }
}

.types-of-surgeries-wrap .icon-item p {
    line-height: 1.3;
    font-size: 15px;
}

    .types-of-surgeries-wrap .icon-item p a {
        font-weight: 400;
    }

.type-of-surgery-grid {
    padding-top: 20px;
    margin-bottom: 30px;
}

    .type-of-surgery-grid > div > a {
        display: block;
        margin-bottom: 10px;
    }

.container-fluid.related-stories {
    padding-bottom: 10px;
}

    .container-fluid.related-stories h2 {
        margin-bottom: 30px;
        margin-top: 50px;
    }

    .container-fluid.related-stories .surgery-type {
        margin-bottom: 30px;
    }

        .container-fluid.related-stories .surgery-type p {
            font-size: 16px;
            line-height: 23px;
        }
/* END // pages/_surgeriesandcare */
/* pages/_whoweare // START */
@media screen and (min-width: 1200px) {
    .image-block-wrap.ship {
        -webkit-background-size: initial;
        background-size: initial;
    }
}

@media screen and (max-width: 1199px) {
    .image-block-wrap.ship {
        -webkit-background-size: initial;
        background-size: initial;
        background-position-x: 33%;
        background-position-y: -130px;
    }
}

@media screen and (max-width: 991px) {
    .image-block-wrap.ship {
        -webkit-background-size: 130%;
        background-size: 130%;
        background-position-x: 60%;
        background-position-y: 70%;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .image-block-wrap.crew .container {
        margin: 20px auto 0 auto;
        /* column 12 override to 5 */
    }

        .image-block-wrap.crew .container .col-sm-12 {
            width: 41.66666667%;
        }
}

@media screen and (max-width: 767px) {
    .image-block-wrap.ship {
        -webkit-background-size: 900px !important;
        background-size: 900px !important;
        background-position-x: 50%;
        background-position-y: bottom;
        padding-top: 0;
        min-height: 1px;
    }

        .image-block-wrap.ship .container {
            margin-bottom: 250px;
        }

    .image-block-wrap.crew {
        background-position-x: 80%;
        -webkit-background-size: auto 250px;
        background-size: auto 250px;
    }
}

.ship-icon-wrap {
    margin-bottom: 30px;
}

#fleet-tab-content {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #f3f3f3;
}

    #fleet-tab-content .subtitle {
        color: #FFFFFF;
    }

.row-table-row {
    border-bottom: 1px solid #f3f3f3;
}

@media screen and (max-width: 767px) {
    .row-table-row > div {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

.carousel-control {
    width: 10%;
    border-radius: 10px;
    opacity: 1;
}

    .carousel-control.left {
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.0001)));
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.0001) 100%);
    }

        .carousel-control.left:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(0%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.0001)));
            background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.0001) 100%);
            background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.0001) 100%);
            background-image: linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.0001) 100%);
        }

    .carousel-control.right {
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.1)));
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.1) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.1) 100%);
        background-image: linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.1) 100%);
    }

        .carousel-control.right:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(0%, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.2)));
            background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.2) 100%);
            background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.2) 100%);
            background-image: linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.2) 100%);
        }

.crew-wrap a {
    margin-bottom: 5px;
}

.crew-wrap img {
    border: 1px solid #dfdfdf;
}
/* END // pages/_whoweare */
/* pages/_volunteer // START */
.opportunities-row > div > p {
    margin-bottom: 10px;
}

.ship-schedule-map-bg.container-full.container {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
}

.modal-body {
    margin-bottom: 20px;
}

.modal img + h3 {
    margin-top: 10px;
}

#testimonial-carousel .btn {
    margin-bottom: 5px;
    margin-top: 5px;
}

.page-id-178 .nav-tabs {
    margin-top: 70px;
}

.page-id-178 .tab-content {
    margin-bottom: 70px;
}
/* END // pages/_volunteer */
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    -o-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        /* fix for flashing background */
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev,
    .owl-carousel .owl-controls .owl-nav .owl-next,
    .owl-carousel .owl-controls .owl-dot {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.owl-theme .owl-controls .owl-nav .owl-next,
.owl-theme .owl-controls .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    right: -25px;
    margin-top: -25px;
    background: url('../img/circle-arrow-right.png') no-repeat center center !important;
}

.owl-theme .owl-controls .owl-nav .owl-prev {
    left: -25px;
    right: inherit;
    background: url('../img/circle-arrow-left.png') no-repeat center center !important;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        -webkit-transform-style: preserve-3d;
    }

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

    .owl-carousel.owl-rtl .owl-item {
        float: right;
    }
/* No Js */
.no-js .owl-carousel {
    display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transition: scale(1.3, 1.3);
        -o-transition: scale(1.3, 1.3);
        transition: scale(1.3, 1.3);
    }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}
/* 
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-controls .owl-nav [class*='owl-'] {
        color: white;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #d6d6d6;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px;
    }

        .owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
            background: #869791;
            color: white;
            text-decoration: none;
        }

    .owl-theme .owl-controls .owl-nav .disabled {
        opacity: 0.5;
        cursor: default;
    }

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #d6d6d6;
        display: block;
        -webkit-backface-visibility: visible;
        -webkit-transition: opacity 200ms ease;
        -o-transition: opacity 200ms ease;
        transition: opacity 200ms ease;
        border-radius: 30px;
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #869791;
    }

.home-demo {
    padding: 2rem 0;
}

    .home-demo .item {
        background: #ff3f4d;
    }

    .home-demo h3 {
        text-align: center;
        color: #808080;
        margin: 2rem;
    }

    .home-demo h2 {
        color: #FFF;
        text-align: center;
        padding: 5rem 0;
        margin: 0;
        font-style: italic;
        font-weight: 300;
    }

    .home-demo .owl-dot.active span {
        background: #ff3f4d;
    }

.img-rounded, .entry-content .resp-video-wrapper {
    border: 1px solid #DFDFDF;
}

.opportunities-row p span {
    margin-top: 35px;
}

main p a.btn-lg.btn-default:hover {
    color: #ffffff;
}

.gift-items .btn {
    margin-top: 15px;
}

.gift-items img {
    margin-left: auto;
    margin-right: auto;
}

.gift-items h2 {
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    a {
        -ms-word-wrap: break-word;
        word-wrap: break-word;
    }
}

#site-wrap[style*="height: 100%"] .main {
    margin-top: 0;
    padding-top: 70px;
    margin-bottom: 0;
    padding-bottom: 50px;
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
}

.page-id-32 .col-sm-6 a + a {
    display: block;
    text-align: left;
}

.main h3 + .stories-info-block.row .image-block img {
    width: 100%;
}
/*Spanish Site */

body.parent-pageid-5151 .hero-images .image {
    height: 680px;
}

body.parent-pageid-5151 .tab-pane {
    margin-bottom: 70px;
}

    body.parent-pageid-5151 .tab-pane:last-child {
        margin-bottom: 0px;
    }

body.page-template-base-front-page-spa #bgImageWrap {
    background: #192530 url('/wp-content/themes/mercy/assets/img/Africa-mercy-floating-hospital-ship.jpg') no-repeat center -376px;
    /*height: 1040px;*/
}

body.page-template-base-front-page-spa .main {
    margin-top: 0;
    padding: 0;
}

body.page-template-story-spanish a.btn-link {
    margin-top: 20px;
}

body.page-template-base-front-page-spa .repeat-ship {
    overflow: hidden;
    background: #192530 url(/wp-content/themes/mercy/assets/img/Africa-mercy-floating-hospital-ship.jpg) no-repeat center -134px;
}

body.page-template-base-front-page-spa #home-stories-wrap.container {
    margin: -45px auto;
}

body.page-template-base-front-page-spa #home-stories-wrap a.btn {
    white-space: normal;
}

body.page-template-base-front-page-spa .base-front-page-spa main .container-full {
    padding: 25px 0;
}

body.page-template-story-spanish #home-stories-wrap {
    padding: 0;
}

body.page-template-base-front-page-spa .pre-footer-wrap {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
}



    body.page-template-base-front-page-spa .pre-footer-wrap p {
        font-size: 25px;
        line-height: 30px;
        text-align: center;
    }

body.page-template-base-front-page-spa .footer-container {
    font-size: 15px;
    line-height: 30px;
    text-align: center;
}

body.page-template-base-front-page-spa .value-prop-boxes {
    margin: 70% 0 0 0;
}

/*Spanish Site MOBILE */

body.page-template-base-front-page-spa .tab-pane h2 {
    text-transform: none;
}

body.page-template-story-spanish .tab-pane h2 {
    text-transform: none;
}


@media (min-width: 400px) and (max-width: 767px) {

    body.parent-pageid-5151 .hero-images .image {
        height: 191px;
    }

    body.page-template-base-front-page-spa #bgImageWrap {
        background: #1c2630 url('/wp-content/themes/mercy/assets/img/home-africa-mercy-mobile-new.jpg') no-repeat 80% -400px;
        -webkit-background-size: 770px auto;
        background-size: 770px auto;
    }

    body.page-template-base-front-page-spa .repeat-ship {
        overflow: hidden;
        background: none;
    }
}

@media (min-width: 560px) and (max-width: 767px) {
    body.parent-pageid-5151 .hero-images .image {
        height: inherit;
    }

    .sub-feature-box-wrap {
        width: 50%;
    }
}

@media (max-width: 530px) {
    body.parent-pageid-5151 .hero-images .image {
        height: 191px;
    }

    body.page-template-base-front-page-spa #bgImageWrap {
        background: #1c2630 url('/wp-content/themes/mercy/assets/img/home-africa-mercy-mobile-new.jpg') no-repeat 80% -6px;
        -webkit-background-size: 530px auto;
        background-size: 530px auto;
    }

    body.page-template-base-front-page-spa .repeat-ship {
        overflow: hidden;
        background: none;
    }
}

@media (max-width: 400px) {
    body.parent-pageid-5151 .hero-images .image {
        height: 191px;
    }

    body.page-template-base-front-page-spa #bgImageWrap {
        background: #1c2630 url('/wp-content/themes/mercy/assets/img/home-africa-mercy-mobile-small.jpg') no-repeat center -200px;
        -webkit-background-size: 400px auto;
        background-size: 400px auto;
    }

    body.page-template-base-front-page-spa .repeat-ship {
        overflow: hidden;
        background: none;
    }
}

@media (max-width: 350px) {
    body.parent-pageid-5151 .hero-images .image {
        height: 191px;
    }

    body.page-template-base-front-page-spa #bgImageWrap {
        background: #1c2630 url('/wp-content/themes/mercy/assets/img/home-africa-mercy-mobile-small.jpg') no-repeat center -170px;
        -webkit-background-size: 400px auto;
        background-size: 400px auto;
    }

    body.page-template-base-front-page-spa .repeat-ship {
        overflow: hidden;
        background: none;
    }
}

@media (max-width: 320px) {
    body.parent-pageid-5151 .hero-images .image {
        height: 191px;
    }

    body.page-template-base-front-page-spa #bgImageWrap {
        background: #1c2630 url('/wp-content/themes/mercy/assets/img/home-africa-mercy-mobile-small.jpg') no-repeat center -110px;
        -webkit-background-size: 400px auto;
        background-size: 400px auto;
    }

    body.page-template-base-front-page-spa .repeat-ship {
        overflow: hidden;
        background: none;
    }
}

@media screen and (max-width: 992px) {
}

}

@media screen and (min-width: 329px) and (max-width: 366px) {
}

@media screen and (max-width: 480px) {
    body.page-template-story-spanish .default .carousel-table h2 {
        margin-top: 0px;
    }

    body.page-template-story-spanish #home-stories-wrap {
        padding: 0;
    }

    body.page-template-story-spanish .footer-container aside, body.page-template-base-front-page-spa .footer-container aside {
        margin-bottom: 0;
    }

    body.page-template-base-front-page-spa .value-prop-boxes {
        margin: 70% 0 0 0;
    }

    body.page-template-base-front-page-spa .main .container.first .row {
        margin-top: 70%;
    }

    body.page-template-base-front-page-spa #home-stories-wrap {
        padding: 70px 0 0;
    }

    body.page-template-base-front-page-spa .xxxxUrow main.col-sm-12 {
        margin-bottom: 0;
    }

    body.page-template-base-front-page-spa img.wp-image-5253 {
        width: 100%;
        height: 100%;
    }
}
