/* @font-face {
    font-family: 'brevia';
    src: url('../fonts/brevia-regular-webfont.woff2') format('woff2'),
    url('../fonts/brevia-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
} */

@font-face {
    font-family: 'brevia';
    src: url('../fonts/brevia-medium-webfont.woff2') format('woff2'),
    url('../fonts/brevia-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'brevia';
    src: url('../fonts/brevia-semibold-webfont.woff2') format('woff2'),
    url('../fonts/brevia-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'brevia';
    src: url('../fonts/brevia-bold-webfont.woff2') format('woff2'),
    url('../fonts/brevia-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* @font-face {
    font-family: 'brevia_blackregular';
    src: url('../fonts/brevia-black-webfont.woff2') format('woff2'),
    url('../fonts/brevia-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;

} */

/* @font-face {
    font-family: 'kg_one_more_nightregular';
    src: url('../fonts/kgonemorenight-webfont.woff2') format('woff2'),
    url('../fonts/kgonemorenight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

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

body {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #474747;
    background: #f6f6f6;
    overflow-x: hidden;
}

.s-font {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
    font-weight: 700 !important;
}

.fff {
    color: #fff;
}

.m-color {
    color: #338799;
}

.bg-color {
    background: #00697f;
}

.btn {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.btn-primary {
    background: #6caf61;
}
.btn-primary.focus, .btn-primary:focus{
    background-color: transparent;
    outline: none;
}
.btn-donate {
    background: #6caf61;
}
.btn-primary2 {
    background: #00697f;
}
.btn-alt {
    background: transparent;
    border: 2px solid #338799  !important;
    color: #338799  !important;
}
.btn-alt:hover {
    background: #00697f !important;
    color: #fff !important;
}
.btn-transparent {
    background: transparent;
    border: 2px solid #fff !important;
}
.btn-transparent:hover {
    border: 2px solid #fff;
    background: #fff;
    color: #474747;
}
html, body {
    height: 100%;
}
hr {
    margin-bottom: 0px;
}
.h1, .h2, .h3, h1, h2, h3 {
    color: #00697f;
}
p {
    font-family: 'brevia','Helvetica Neue', Helvetica, Arial, sans-serif;
}
a {
    color: #00697f;
    text-decoration: none;
}
.nav-top {
    /* background: url(../img/repeat-bg.jpg) repeat; */
    background: url(../img/blanket-strip.jpg) repeat center;
}
.nav-top.navbar {
    min-height: 34px;
    margin: 0px;
    padding: 3px 0px;
}
.nav-top .navbar-nav>li>a {
    padding-top: 6px;
    padding-bottom: 6px;
    /* color: #00697f; */
    background-color: #00697f;
    color: #f6f6f6;
    font-weight: 700;
    /* background-color:rgba(0, 105, 127, 0.5); */

}

.nav-top .navbar-nav>li>a:hover {
    background-color: #f6f6f6;
    color: #00697f;

}

/* .masthead .navbar-nav {
    margin-top: 25px;
} */
.masthead .navbar-nav>ul {
    padding-left: 0px;
}
.masthead .navbar-nav>ul>li {
    display: inline-block;
    margin-right: 25px;
}
.masthead .navbar-nav>ul>li:last-child {
    margin-right:0px;
}
.masthead .navbar-nav>ul>li>a {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.masthead .navbar-nav>ul>li:hover {
    border-bottom: 3px solid #00697f;
}
.masthead .navbar-nav>ul>li.btn:hover {
    border-bottom: 0px;
}
.wrapper {
    background: #f6f6f6;
    overflow-x: hidden;
}
.site-wrapper {
    display: table;
    width: 100%;
    height: 730px;
    min-height: 730px;
    background-size:cover !important;
    position: relative;
    z-index: 10;
}
.home .site-wrapper {
    min-height: 730px;
    height: 730px;
    background-position: center !important;
}
.cover-container {
    margin-right: auto;
    margin-left: auto;
}
.cover {
    padding: 0 20px;
}

.site-wrapper-inner {
    display: table-cell;
    vertical-align: top;
    position: relative;
    z-index: 2;
}

h1.cover-heading {
    font-weight: 700;
    font-size: 70px;
    text-align: center;
}
p.lead {
    text-align: center;
    font-size: 25px;
    letter-spacing: 0px;
}
.btn {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 30px;
    padding: 9px 33px;
}
 a.btn.btn-donate {color:#fff;}

.btn-primary:hover {
    background-color: #00697f;
    border-color: #00697f;
}
.btn-donate:hover {
    background-color: #00697f;
    border-color: #00697f;
    color: #fff;
}
.navbar-color-on-scroll {
    background-color: #fff;
    top: 0px;
    z-index: 10;
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar-transparent {
    background: transparent;
    top: 34px;
}
.masthead .navbar-color-on-scroll:not(.navbar-transparent)  .navbar-nav>ul>li:not(.btn)>a {
    color: #00697f;
}

.logo-img + .logo-img {
    display: none;
}
.masthead .navbar-color-on-scroll:not(.navbar-transparent) .logo-img {
    display: none;
}
.masthead .navbar-color-on-scroll:not(.navbar-transparent) .logo-img + .logo-img {
    display: inline-block;
}
p.lead a.btn {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 50px;
    padding: 12px 48px;
    width: 300px;
    height: 70px;
    line-height: 46px;
}
.site-wrapper:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.3);
    z-index: 1;
}
.more {
    max-height: 400px;
    overflow: auto;
}
.morecontent span {
    display: none;
    font-size: 20px;
    line-height: 28px;
    color: #474747;
}
.morelink {
    display: inline-block;
}
.cols-2-banner {
    margin-top: 50px;
}
.cols-2-banner > div {
    padding: 0px;
}
.cols-2-banner > div a {
    clear: both;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 5;
}
.cols-2-banner > div .overlay {
    position: absolute;
    bottom: 30px;
    height: 50%;
    width: 80%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
.cols-2-banner > div h2 {
    font-size: 40px;
    text-align: center;
    letter-spacing: 0px;
    color: #fff;
    font-weight: 500;
}
.cols-2-banner > div p {
    font-size:  16px;
    text-align: center;
}

.cols-2-banner > div a.btn {
    margin-top:10px;
    font-size: 16px;
    border: 1px solid #fff;
    padding: 12px 45px;
    display: inline-block;
    width: auto;
}
.cols-2-banner > div a.btn:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #474747;
}

.cols-2-banner > div:hover:after, .cols-2-banner > div > a:hover:after  {
    content: "";
    position: absolute;
    left:0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #338799;
    background: rgba(51,135,153,0.6);
    z-index: 0;
}

footer.footer {
    background: #00697f;
    padding: 50px 0px 20px;
}
footer.footer .footer-menu h4 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
}
footer.footer .footer-menu .footer-menu-column h4:after{
    display: none;
}
@media (max-width: 992px) {
    footer.footer .footer-menu .footer-menu-column h4{
        margin-top: 20px;
        cursor: pointer;
    }
    footer.footer .footer-menu .footer-menu-column h4:after{
        width: 15px;
        border: none;
        height: 15px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        border-radius: 1px;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);

        top: 0;
        bottom: 0;
        margin: auto;
        float: none;
        position: absolute;
        right: 30px;
        display: block;
        content: "";
    }
    footer.footer .footer-menu .footer-menu-column h4.active:after{
        -ms-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    footer.footer .footer-menu .footer-menu-column ul{
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.15s ease-out;

    }
    footer.footer .footer-menu .footer-menu-column ul.active{
        max-height: 500px;
        padding-bottom: 20px;
    }
    .footer-menu-column{
        border-bottom: 1px solid #358496;
    }
    .contact-call{
        margin-top: 30px;
    }
}
.footer-menu > div {
    padding: 0px;
}
footer.footer .footer-menu ul {
    padding: 0px;
    margin: 0px;
}
footer.footer .footer-menu ul.menu {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
footer.footer .footer-menu a {
    color: #fff;
    padding: 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}
footer.footer .footer-menu a:hover,footer.footer .footer-menu a:active,footer.footer .footer-menu a:focus {
    color: #fff;
    background:transparent;
}

.contact-call h4 {
    text-align: center;
}

.contact-call p {
    text-align: center;
}

.contact-call .phone-no {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    line-height: 35px;
    margin-bottom: 0px;
    white-space: nowrap;
}

.contact-call .email {
    font-size: 19px;
    font-weight: 500;
    text-decoration: underline;
}

.contact-call .join {
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff;
}
footer.footer .copyright {
    font-size: 13px;
    font-weight: 300;
    border-top: 1px solid #358495;
    padding-top: 20px;
    margin-top:50px;
}
footer.footer .copyright a {
    color: #fff;
    text-decoration: none;
}
footer.footer .copyright span.copy {
    font-family: Arial;
}

footer.footer .social-media {
    padding: 0px;
    list-style-type: none;
    text-align: center;
}
footer.footer .social-media li {
    display: inline-block;
    padding: 0px 15px;
}

footer.footer .social-media li i{
    font-size: 30px;
}
.instagram-title a{
    float: right;
}
main section .row {
    margin: 0px;
}
.clear {
    clear: both;
}
.join-us {
    background: url(../img/repeat-bg.jpg) repeat;

}
.join-us.no-bg {
    background: none;
    padding: 30px 0px 30px;
}
.join-us.no-bg:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    clear: both;
    padding-top: 30px;
    border-bottom: 1px solid #e0e3e4;
}
.join-us a.btn {

}
.join-us > div {
    height: 134px;
    padding: 38px 15px;
}
.join-us > div h3 {
    font-size: 34px;
    font-weight: 500;
    color: #00697f;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: right;
    margin: 0px;
    line-height: 59px;
}
.join-us > div .form-group {
    margin-bottom: 0px;
}

.join-us > div .btn {
    font-size: 16px;
    height: 59px;
}

.join-us + .row .text-block {
    padding: 60px 0px;
}
.form-control {
    height: 59px;
    border-radius: 30px;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 20px;
}

.text-block, .social-widgets,.grid-columns {
    padding: 100px 0px;
}
.grid-columns > div {
    text-align: center;
}
.grid-columns img {
    display: block;
    margin: auto;
}
.grid-columns .pricing {
    font-size: 36.5px;
    color: #00697f;
    font-weight: bold;
}
.grid-columns .pricing span{
    font-size: 85px;
    color: #00697f;
}
.grid-columns .pricing + h3 {
    letter-spacing: 0px;
    font-size: 25px;
    color: #00697f;
    margin-top: 0px;
    font-weight: 500;
}
.grid-columns .pricing + h3 + p {
    font-size: 16px;
    margin-bottom: 30px;
}
.text-block + .container {
    padding-top: 0px !important;
}
.text-block h2, .social-widgets h2, .timeline-title h2.text-center{
    font-size: 40px;
    font-weight: 600;
    color: #338799;
    line-height: 45px;
}
.text-block h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    color: #338799;
    margin-bottom: 30px;
}
.text-block h2:after, .social-widgets h2:after {
    content: "";
    display: block;
    height:2px;
    width: 40px;
    background: #e0e3e4;
    margin: 30px auto 40px;
}
.social-widgets iframe {
    max-width: 100%;
}
.fb-widget .fb-page > span {
    width: 433px !important;
}
.text-block p {
    color: #474747;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}
.text-block ol li,
.text-block ul li {
    color: #474747;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}
.carousel-bg {
    background-size: cover !important;
    height: 610px;
    position: relative;
}
.carousel-bg.banner-right {
    background-position: right !important;
}
.carousel-bg.banner-left {
    background-position: left !important;
}
.banner-block.carousel-bg,.carousel-bg {

    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.carousel-bg .overlay {
    max-width: 100%;
    z-index: 2;
    position: relative;
}
.home .carousel-bg .overlay h2 {
    color: #fff;
}

.home .carousel-bg .overlay p {
    color: #fff;
}
.displayResults,.results{
    background: #f6f6f6;

}
.carousel-bg h2 {
    font-size: 61px;
    margin-bottom: 0px;
}
.carousel-bg p, .carousel-bg li {
    font-size: 32px;
    margin-bottom: 30px;
    line-height: 42px;
    font-weight: 500;
}
.carousel-bg li {
    color: #fff;
    margin-bottom: 10px;
}
.carousel-bg ul {
    margin-bottom: 30px;
}
.owl-carousel.caroul .owl-item img {
    width: auto !important;
    height: auto !important;
}
.owl-dots {
    text-align: center;
    margin-top: 30px;
}
.owl-dots .owl-dot {
    border: 1px solid #e3e3e3;
    background: #e3e3e3;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    padding: 2px;
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
}
.owl-dots .owl-dot.active {
    border: 1px solid #c0c0c0;
    background: #c0c0c0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    padding: 2px;
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
}
blockquote,blockquote p {
    font-size: 32px;
    font-weight: 500;
    max-width: 55%;
    padding:0px;
    border: none;
    position: relative;
}
blockquote:before {
    content: "";
    width: 109px;
    height: 92px;
    position: absolute;
    top: -45px;
    left: -40px;
    background: url(../img/quotes.png) no-repeat;
    display:block;
}
blockquote footer {
    color: #fff;
    margin-bottom: 40px;
}
blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '- ';
}


.masthead .navbar-nav>ul>li {
    position: relative;
}
.masthead .navbar-nav>ul>li:hover ul.sub-menu {
    display: block;
}
ul.sub-menu {
    display: none;
    position: absolute;
    background: rgba(236,235,233,0.95);
    left: 0px;
    margin-top: 0px;
    width: 120%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    list-style-type: none;
    padding-bottom: 0px;
    border-top: 3px solid #00697f;
    top: 50px;
}
ul.sub-menu li {
    padding: 10px 20px;
    border-bottom: none;
    line-height: 18px;
}
ul.sub-menu li:last-child {
    border-bottom: none;
}
ul.sub-menu li a {
    font-size: 16px;
    color: #474747;
    font-weight: bold;
}

.container.page-default {
    width: 970px;
    padding: 50px 15px;
}
.container.page-default h4 {
    font-size: 30px;
    color: #338799;
    margin-bottom: 30px;
}
.container.page-default p {
    font-size: 20px;
    line-height: 28px;
    color: #474747;
    margin-bottom: 25px;

}
.no-padding {
    padding-left:0px;
    padding-right: 0px;
}
.image_block.no-padding > img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.image_block.no-padding > a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    cursor: pointer;
    text-decoration: none;
}
.image_block.no-padding > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}
.image_block.no-padding:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.30);
}
.image_block.no-padding.image-only-block:after {
    content: none;
}
.image_block.no-padding:hover:after {
    background: rgba(0,105,127,0.70);
}
.image_block.no-padding .overlay h4 {
    font-size: 60px;
    color: #fff;
    text-align: center;
}
.no-padding.text-block {
    padding: 2.5vw 9vw !important;
}

.no-padding.text-block > div {
    padding: 65px;
}

.no-padding.text-block h2:after{
    margin: 30px 0 40px;
}

.text-block + .image_block + .image_block {
    clear: both;
}
.text-block + .image_block + .image_block + .text-block + .text-block {
    clear: both;
}
.our-stories .banner-block.carousel-bg {
    margin-top: 0px;
}
.page-id-6 .banner-block.carousel-bg {
    margin-top: 0px;
}
.banner-block.carousel-bg {
    position: relative;
    margin-top: 30px;
}
.banner-block.carousel-bg > .container {
    position: relative;
    z-index: 2;
}
.banner-block.carousel-bg h2 {
    color: #fff;
}
.banner-block.carousel-bg p {
    color: #fff;
}
.carousel-bg .btn {
    font-size: 23px;
    padding: 12px 48px;
}
.page-id-8 .wrapper {
    margin-top: 30px;
}

.page-id-6  .banner-right:before {
    display: none;
}
.banner-left:before {
    background: url('../img/pull-left-overlay.png') no-repeat;
    background-size: cover;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    z-index: 1;
    position: absolute;
}
.banner-right:before {
    background: url('../img/pull-right-overlay.png') no-repeat;
    background-size: cover;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    z-index: 1;
    position: absolute;
}
.banner-right .pull-right {
    width: 50%;
}
.gallery-slides {
    margin-bottom: 30px;
}
.flexible .no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.caroul-timeline.owl-carousel .owl-item {
    border-bottom: 3px solid #dfe1e3;
    padding-bottom: 50px;
    margin-bottom: 100px;
}

.event-year {
    font-size: 25px;
    color: #00697f;
    font-weight: 500;
    display: block;
    position: absolute;
    bottom: -100px;
    width: 58px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}

.event-year:after {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    background: #00697f;
    border-radius: 50%;
    border: 2px solid #fff;
    bottom: 40px;
    margin: auto;
    right: 0;
    left: 0;
}
.caroul-timeline.owl-carousel .slide {
    padding: 0px;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.15);
box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.15);
    border-radius: 3px;
}
.caroul-timeline.owl-carousel  .owl-item img {
    padding: 0px;
}
.caroul-timeline.owl-carousel .slide-content {
    padding: 50px;
    clear: both;
    position: relative;
    background: #fff;
    max-height: 255px;
    overflow: auto;
}
.caroul-timeline.owl-carousel .slide-content h4 {
    font-size: 30px;
    color: #00697f;
    letter-spacing: 0px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 500;
}
.caroul-timeline.owl-carousel .slide-content p {
    font-size: 18px;
    line-height: 27px;
}
.caroul-timeline.owl-carousel .slide {
    position: relative;
}
.caroul-timeline.owl-carousel .slide:after, .caroul-timeline.owl-carousel .slide:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.caroul-timeline.owl-carousel .slide:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 20px;
    margin-left: -20px;
}
.caroul-timeline.owl-carousel .slide:before {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #dfe1e3;
    border-width: 23px;
    margin-left: -23px;
}

.caroul-timeline.owl-carousel:after {
    border-bottom: 4px solid #dfe1e3;
    margin-bottom: 100px;
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    display: block;
    bottom: 0px;
    z-index: -1;
}
.timeline-title {
    padding-top: 50px;
}
.timeline-title h2.text-center {
    font-size: 40px;
    line-height: 45px;
    color: #4590a0;
    font-weight: 600;
}
.timeline-title h2.text-center:after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background: #e0e3e4;
    margin: 30px auto 40px;
}

.overlay-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.overlay-video iframe {
    height: 100% !important;
    width: 100%;
}
a.btn.btn-transparent.play-btn {
    width: 7vw;
    height: 7vw;
    border-radius: 50%;
    padding: 2.5vw 1vw;
    text-align: center;
    border: 2px solid #fff !important;
    font-size: 24px;
    line-height: 2.0vw;
    font-weight: 700 !important;
}

.video-block.banner-block.carousel-bg h2 {
    margin-bottom: 0px;
}
.video-block.banner-block.carousel-bg p {
    font-size: 16px;
}
.video-block.banner-block.carousel-bg .overlay {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
     opacity: 1;
}
.video-block.banner-block.carousel-bg .overlay.hide {
    opacity: 0;
}
.grid-blog-posts {
    margin-top: 30px;
}
.page-template-template-our-stories .grid-blog-posts {
    margin-top: 30px;
}
.grid-blog-posts article {
    padding: 0px;
}
.grid-blog-posts article:nth-child(3n+1) {
    clear: both;
}
.grid-blog-posts article img {
    width: 100%;
    height: auto;
}

.grid-blog-posts article a.view-article {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
    color: #00697f;
}
.blog-content h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 34px;
}
.blog-content h2 a {

    color: #00697f;
}
.blog-content {
    padding: 30px 50px;
    border-right: 1px solid #dfe1e3;
    height: 275px;
}
.blog-content:nth-child(3n) {
    border-right: none;
}
span.tag {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #00697f;
    border: 1px solid #dfe1e3;
    border-radius: 30px;
    padding: 10px 25px;
    float: right;
    position: relative;
    height: 34px;
    line-height: 11px;
}

article.page h1,article.page h2,article.page h3,article.page h4,article.page h5,article.page h6{
    color: #338799
}
.contact .container.page-default article.page  p {
    font-size: 15px;
    line-height: 25px;
}
.contact article.page h6 {
    font-size: 13px;
    color: #474747;
    line-height: 20px;
    font-weight: normal;
}

.contact .widget {
    padding-left: 50px;
}
.container.page-default .widget h4 {
    font-size: 15px;
    color: #474747;
    margin:0px;
    margin-bottom: 20px;
}
.widget a {
    font-size: 25px;
    color: #338799;
    margin-top: 10px;
    display: inline-block;
}
.widget ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.widget ul li {
    display: inline-block;
    margin-right: 20px;
}
.filter-tag {
    position: absolute;
    bottom: 50px;
    width: 250px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.filter-tag a.dropdown-toggle[aria-expanded="true"] {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #fff;
    color: #00697f;
}
.filter-tag .dropdown-menu-right {
    width: 178px;
    left: 0;
    margin: auto;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #fff;
}
.filter-tag .dropdown-menu a{
        font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #00697f;
    text-align: center;
}
.filter-tag > a {
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 25px;
    border: 2px solid #fff;
    border-radius: 30px;
    text-decoration: none;
}
.results > .grid-blog-posts {
    margin-top: 0px;
}
#searchModal .modal-content {
    border-radius: 30px;
}
#searchModal .modal-body {
    position: relative;
    padding: 4px;
}
#searchModal .modal-dialog {
    width: 600px;
    margin: 80px auto;
}
form.search {
    position: relative;
    border-radius: 30px;
}
form.search .search-input {
    width: 100%;
    border: none;
    padding: 10px;
    border-radius: 30px;
}
form.search button {
    position: absolute;
    top: 0px;
    right: 2px;
    background: #6caf61;
    color: #fff;
    border-radius: 30px;
    border: 1px solid #6caf61;
    padding: 9px 15px;
}
form.search button:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f002";
    display: inline-block;
    margin-right: 10px;
}

.single-post .main-single span.tag {
    position: relative;
    float: left;
}
.single-post .social-share {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
    float: right;
    position: relative;
    top: -15px;
}
.single-post .social-share li {
    display: inline-block;
    font-size: 24px;
    margin-right: 10px;
}
.photo-placeholder {
    width: 300px;
    height: auto;
    float: right;
    margin-top: 50px;
    max-width: 40%;
}
.container.page-default .board-detail {
    /*width: 60%;*/
    width: 100%;
    float: left;
}
.container.page-default .board-detail h2 {
    font-size: 22px;
    line-height: 28px;
    margin: 0px;
}
.container.page-default .board-detail h2 + h4 {
    font-size: 22px;
    color: #474747;
    line-height: 28px;
    margin: 0px;
    margin-bottom: 20px;
}
.container.page-default .board-detail p {
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
}
.search .grid-blog-posts article .blog-content {
    height: 249px;
}

body:not(.search) article.board-members + .board-members {
    margin-top: 30px;
    clear: both;
}
footer.footer .footer-menu .footer-dropdown-menu {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}
footer.footer .footer-menu .footer-dropdown-menu ul {
    width: 100%;
    left: 0;
    margin: auto;
    position: relative;
    margin-top: -3px;
     -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-bottom: 20px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
footer.footer .footer-menu .footer-dropdown-menu ul li a{
    color: #00697f;
    font-size: 15px;
    text-transform: uppercase;
    padding: 5px 30px;
}
footer.footer .footer-menu .footer-dropdown-menu > a {
    width: 100%;
    display: block;
    border: 2px solid #fff;
    padding: 10px 30px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    text-decoration: none;
}
footer.footer .footer-menu .footer-dropdown-menu > a[aria-expanded='true'] {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #00697f;
    background: #fff;
}
footer.footer .footer-menu .footer-dropdown-menu > a > b {
    width: 15px;
    border: none;
    height: 15px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-radius: 1px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top:0;
    bottom: 0;
    margin: auto;
    float: none;
    position: absolute;
    right: 30px;
}
footer.footer .footer-menu .footer-dropdown-menu > a[aria-expanded='true'] > b {
    border-right: 2px solid #00697f;
    border-bottom: 2px solid #00697f;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.text-block blockquote {
    border-left: 0px;
    padding-left: 30px;
    margin-left: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.row-textblock + .row-textblock .text-block{
    padding-top: 0px;
}
.navbar-default {
    border-color: transparent;
}
a img.alignright.alignnone {
    margin: 5px 0 20px 20px;
}
.text-block blockquote {
    max-width: 100%;
}
.text-block blockquote:before {
    content: "";
    width: 109px;
    height: 92px;
    position: absolute;
    top: -42px;
    left: 15px;
    background: url(../img/gray-quotes.png) no-repeat;
    display: block;
    zoom: 0.8;
}
.text-block blockquote p {
    max-width: 100%;
    font-size: 19px;
    color: #8b8f93;
    font-style: italic;
}
.text-block blockquote p strong {
        font-weight: normal;
    font-size: 28px;
    color: #338799;
    font-style: normal;
    line-height: 35px;
}
.owl-carousel.owl-loaded.gallery-slides.caroul-timeline .owl-controls:after {
    background: url('../img/photo/blur-bg.png') no-repeat;
    position: absolute;
    content: "";
    height: 100%;
    width: 200px;
    right: 0px;
    top: -10px;
    opacity: 0.8;
    background-position: -170px;
}
.owl-carousel.owl-loaded.gallery-slides.caroul-timeline .owl-controls:before {
    background: url('../img/photo/blur-bg-left.png') no-repeat;
    position: absolute;
    content: "";
    height: 100%;
    width: 200px;
    left: 0px;
    top: 0px;
    transform: (-180deg);
    background-position: top right;
    top: -10px;
    opacity: 0.8;
    background-position: -170px;
}
.owl-prev {
    width: 75px;
    height: 75px;
    padding: 29px 33px;
    background: #00697f;
    border-radius: 50%;
    position: absolute;
    left: 30px;
    top: -100px;
    bottom: 0;
    margin: auto;
    z-index: 4;
}
.owl-prev.disabled,.owl-next.disabled {
    display: none !important;
}
.owl-prev:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(45deg);
}

.owl-next {
    width: 75px;
    height: 75px;
    padding: 29px 25px;
    background: #00697f;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    top: -100px;
    bottom: 0;
    margin: auto;
    z-index: 4;
}
.owl-next:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
}

.masthead .navbar-nav>ul>li:hover {
    border-bottom: 3px solid #00697f;
    background: rgba(236,235,233,0.95);
}
.masthead .navbar-nav>ul>li:hover > a {
    color: #00697f;
}
ul.sub-menu {
    margin-top: 0px;
}
ul.sub-menu li a:hover {
    text-decoration: none;
    color: #00697f;
}
.fixed-social-share {
    width: 50px;
    position: fixed;
    right: 0px;
    top: 30%;
    z-index: 10;
}
.fixed-social-share ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.fixed-social-share li a {
    height: 50px;
    width: 50px;
    display: block;
    text-align: center;
    background: #3c5a96;
    color: #fff;
    font-size: 25px;
    padding: 11px;
    border: 1px solid #3c5a96;
}
.fixed-social-share ul li.tw a{
    background: #2aa3ef;
    border: 1px solid #2aa3ef;
}
.fixed-social-share ul li.em a{
    background: #848484;
    border: 1px solid #848484;
}

.fixed-social-share ul li.tw a:hover {
    color: #2aa3ef;
    background: #fff;
}
.fixed-social-share ul li.em a:hover {
    color: #848484;
    background: #fff;
}
.fixed-social-share li a:hover {
    color: #3c5a96;
    background: #fff;
}

ul.mid-social-media li {
    font-size: 45px;
    display: inline-block;
    margin: 0px 20px;
}
ul.mid-social-media {
    list-style-type: none;
    padding-left: 0;
    text-align: center;
}

.more-text {
    display: none;
}
#vimeoModal .modal-dialog {
    width: 80vw;
}
#vimeoModal .modal-dialog iframe {
    height: 80vh;
}
main section .row-textblock  + .row.board-block-row,  main section .row:not(.board-block-row)  + .row.board-block-row{
    margin-top: -75px;
    margin-bottom: 50px;
}
.board-block .board-detail {
    color: #474747;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}
.board-block .board-detail h2 {
    font-size: 22px;
    line-height: 28px;
    margin: 0px;
}
.board-block .board-detail h2 + h4 {
    font-size: 22px;
    color: #474747;
    line-height: 28px;
    margin: 0px;
    margin-bottom: 20px;
}
main section .row.clear {
    width: 100%;
}
#successModal.modal.fade {
	padding: 0px !important;
}
#successModal.modal.fade .modal-dialog {
	width: 550px;
}
#successModal.modal.fade .modal-dialog .modal-content {
	padding: 20px;
}
#successModal.modal.fade .modal-dialog .modal-content .modal-body {
    background: #00697f;
    border-radius: 4px;
    padding: 70px 50px;
}
#successModal.modal.fade .modal-dialog .modal-content p {
	color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0px;
}
#successModal.modal .modal-content button.close {
	background: url(../img/x.png) no-repeat;
    width: 35px;
    height: 35px;
    background-position: 0px;
    background-size: cover;
    position: absolute;
    top: 15px;
    right: 15px;
}
@media (min-width: 1400px) {
    main section .flexible .row.row-textblock {
        background-color: transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        -ms-flex-pack: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .no-padding.text-block {
        padding: 0vw 4vw !important;
        /*padding: 0vw 9vw !important;*/
    }
}
@media (min-width: 768px) {
    .site-wrapper-inner {
        vertical-align: middle;
    }
}
@media (min-width: 768px) and (max-height: 900px) and{
    .site-wrapper-inner {
        vertical-align: bottom;
        padding-bottom: 40px;
    }
}
@media (min-width: 768px) {
    .masthead, .mastfoot, .cover-container {
        width: 100%;
    }
    .masthead {
        position: absolute;
        top: 20px;
    }
}

@media (min-width: 1200px) {
    .masthead, .mastfoot, .cover-container {
        width: 1200px;
    }
    .masthead .navbar-nav {
      margin-top: 25px;
    }

}

@media (min-width: 1400px) {
    .container {
        width: 1389px;
    }
    .masthead {
        width: 1389px;
        left: 0;
        margin: auto;
        right: 0;
    }
    .masthead .navbar-nav>ul>li:not(.btn) {

        margin-right: 10px;
        padding: 59px 10px 9px;
        line-height: 25px;
        margin-top: -40px;
    }
    ul.sub-menu {
        top: 96px;
    }
    .masthead .navbar-nav>ul>li.search-box {
        padding: 0px;
    }
    .blog-content h2 {
        font-size: 1.5vw
    }
    .blog-content p {
        font-size: 0.8vw;
        min-height: 108px;
    }
    .masthead .navbar-nav>ul>li.btn {
        width: 145px;
        padding: 11px 34px;
        top: -3px;
    }


}
@media (min-width: 1400px) and (max-height: 1450px) {

    .container.text-block, .container.board-block {
        width: 90%;
    }
    .page-id-4 .container.text-block,.page-id-4 .container {
        width: 1170px;
    }
    .page-id-695 .container.board-block {
    	width: 970px;
    }
    .page-id-4 .cover-container .container {
        width: 1389px;
    }
}
@media (min-width: 1200px){
  .masthead .navbar-nav {
    margin-top: 25px;
  }
}
@media (max-width: 1400px) {

    .masthead .navbar-nav>ul>li.search-box {
        padding: 0px;
    }
    .masthead .navbar-nav>ul>li {
        margin-right: 0px;
        padding: 14px 10px 9px;
        line-height: 25px;
    }


    /* .masthead .navbar-nav>ul>li {
        margin-right: 10px;
        padding: 14px 10px 9px;
        line-height: 25px;
    } */

}
@media (min-width: 992px) {
    .visible-xs.visible-sm.visible-md.search-box {
        display: none !important;
    }
    .contact .widget {
        position: absolute;
        top: 0px;
        right: 0px;
    }
    /*
    .text-block h2, .social-widgets h2 {
        font-size: 2.5vw;
        line-height: 3.2vw;
    }
    .text-block h2, .social-widgets h2 {
        margin-top: 0px;
    }
    .no-padding.text-block h2:after {
        margin: 1.1vw 0 1.3vw;
    }
    .text-block p {
        font-size: 1.04vw;
        line-height: 1.5vw;
    }
    .text-block .btn {
        margin-top: 20px;
    }
    .btn:not(.menu-item) {
        font-size: 1.5vw;
        padding: 1vw 2.5vw;
    }
    .blog-content h2 {
        font-size: 1.5vw
    }
    .blog-content p {
        font-size: 0.93vw;
    }
    */
}

@media (max-width: 992px) {

    #vimeoModal .modal-dialog {
        width: 90vw;
    }
    #vimeoModal .modal-dialog iframe {
        height: 50vw;
    }
    p.lead {
        font-size: 22px;
        line-height: 28px;
    }
    .contact .widget {
        position: relative;
        padding-left: 0px;
    }
    .container.page-default {
        max-width: 100%;
    }
    .flexible .row {
        display: table;
        width: 100%;
    }
    .flexible .row.row-galleryblock {
        display: block;
        width: 100%;
    }
    .flexible .row.block {
        display: block;
    }
    .flexible .row > .no-padding.text-block {
        display: table-footer-group;
        float: none;
    }
    .flexible .row > .no-padding.text-block > * {
        padding-left: 30px !important;
        padding-right: 30px !important;
        padding-top: 0px !important;
    }
    .no-padding.text-block h2:after {
        margin: 15px 0 20px;
    }
    .flexible .row > .no-padding.image-block {
        display: table-header-group;
        float: none;
    }
    .banner-right .pull-right {
        width: 100%;
    }
    .banner-right {
        background-position: left !important;
    }
    .container.page-default .board-detail {
        padding-right: 20px;
    }
    .caroul-timeline.owl-carousel .slide-content h4 {
        font-size: 28px;
    }
    .caroul-timeline.owl-carousel .slide-content p {
        font-size: 16px;
        line-height: 25px;
    }
    a.btn.btn-transparent.play-btn {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        padding: 38px 0px;
        text-align: center;
        border: 2px solid #fff !important;
        font-size: 24px;
        line-height: 24px;
        font-weight: 700 !important;
    }

    .grid-blog-posts article:nth-child(3n+1) {
        clear: none;
    }
    .grid-blog-posts article:nth-child(2n+1) {
        clear: both;
    }
    .canvas-slid .navbar-toggle .top-bar {
        transform: rotate(45deg);
        transform-origin: 20% 10%;
    }
    .canvas-slid .navbar-toggle .middle-bar {
        opacity: 0;
    }
    .canvas-slid .navbar-toggle .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 20% 90%;
    }
    .navbar-toggle .icon-bar {
        transition: all 0.2s;
    }
}

@media (min-width: 768px) {
    .mastfoot {
        position: fixed;
        bottom: 0;
    }

    .mastfoot {
        color: #999;
        color: rgba(255, 255, 255, .5);
    }
}




@media (max-width: 1620px) and (min-width: 992px) {
    .flexible .row > .no-padding{
        vertical-align: top;
        overflow: hidden;
        display: table-cell;
        float: none;
        position: relative;
        min-height: 500px;
    }
    .flexible .row.board-block-row > .no-padding {
        display: block;
        min-height: 0px;
    }
    .text-block + .image_block.no-padding > img {
        min-height: 100%;
        width: auto;
        max-width: none;
        position: absolute;
    }
    .no-padding.image_block.image-block.image-only-block.col-xs-12.col-sm-12.col-md-6.col-lg-6 > img{
        min-height: 100%;
        width: auto;
        max-width: none;
        position: absolute;
    }
    .masthead .navbar-nav>ul>li>a {
        font-size: 18px;
    }
}

@media (max-width: 1200px) and (min-width: 1024px) {
    .join-us > div h3 {
        text-align: center;
    }
    .join-us > div {
        height: auto;
    }
    .cols-2-banner > div .overlay {
        height: 70%;
    }
    .logo {
        width: 100%;
        text-align: center;
    }
    .masthead > div , .mast-head .pull-right, .mast-head .pull-right > ul, .mast-head .navbar-nav{
        width: 100% !important;
        text-align: center;
    }
    ul.sub-menu li {
        text-align: left;
    }

    .contact-call .phone-no {
        white-space: normal;
    }
    .masthead .navbar-nav>ul>li:not(.menu-item-has-children):hover {
        border-bottom: 3px solid transparent;
    }
    .masthead .navbar-nav>ul>li>a {
        padding: 14px 6px 9px;
        font-size: 17px;
    }
    ul.sub-menu {
        margin-top: 0px;
    }
}
@media (max-width: 1024px) {
    .logo {
        width: 25%;
    }
    .logo + .pull-right {
        width: 75%;
    }
    .navbar-fixed-top:not(.navbar-transparent) .btn-donate-div {
        width: calc(100% - 52px);
    }
    .logo-img {
        height: 40px;
        width: auto;
        margin-top: 15px;
    }
    .navbar-toggle {
        margin-bottom: 0px;
        padding: 13px 10px 12px;
    }
    .text-block blockquote p strong {
        font-size: 20px;
        line-height: 26px;
    }
    .text-block blockquote {
        margin-left: 0px;
    }
    .logo {
        width: auto;
        text-align: center;
    }
    .cols-2-banner > div .overlay {
        position: absolute;
        bottom: 0px;
        height: 55%;
        width: 90%;
    }
    .join-us > div h3 {
        text-align: center;
    }
    .join-us > div {
        height: auto;
        padding: 10px 15px;
    }
    .join-us:not(.no-bg) > .container {
        padding-top: 20px;
    }
    .join-us > .container > div {
        margin-bottom: 20px;
    }
    .join-us > div .btn {
        width: 100%;
    }
    .join-us.no-bg {
        padding: 0px;
    }
    .text-block, .social-widgets, .grid-columns {
        padding: 50px 0px;
    }
    .text-block {
        padding: 50px 30px;
    }
    blockquote, blockquote p {
        max-width: 75%;
    }
    .carousel-bg .overlay {
        margin-top: 18%;
        padding-left: 5%;
        position: relative;
        z-index: 2;
    }
    .carousel-bg.testimonial {
        background-size: cover !important;
        height: 385px;
        background-position: right !important;
    }
    blockquote, blockquote p {
        font-size: 21px;
        width: 100%;
    }
    .carousel-bg.testimonial .overlay {
        margin-top: 86px;
    }
    .text-block h2, .social-widgets h2 {
        font-size: 30px;
    }
    .contact-call .phone-no {
        font-size: 25px;
    }

    .masthead .navbar-nav {
        display: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-toggle {
        margin-top: 15px;
        margin-right: 0px;
    }
    .contact-call .phone-no {
        font-size: 35px;
    }
    .navbar-toggle .icon-bar {
        width: 30px;
        background: #fff;
    }
    #myNavmenu {
        background: #00697f;
    }
    #myNavmenu > ul{
        list-style-type: none;
        padding-left: 0px;
        padding: 20px 0px;
    }
    #myNavmenu ul li a {
        font-size: 19px;
        text-transform: uppercase;
        padding: 10px 30px;
        display: block;
        color: #fff;
    }
    #myNavmenu ul li> a {
        font-weight: bold;
    }
    #myNavmenu ul li.search-box {
        display: none !important;
    }
    #myNavmenu ul li:hover a {
        text-decoration: none;
    }
    #myNavmenu ul li.expanded a {
        border-bottom: 1px solid transparent;
    }
    #myNavmenu ul li.expanded .sub-menu {
        display: block;
        border-bottom: 1px solid #16809A;
        top:0px;
    }
    #myNavmenu ul li .sub-menu {
        display: none;
        background: #00697f;
        position: relative;
        max-width: 100%;
        padding-top: 0px;
        margin-top: 0px;
    }
    #myNavmenu ul li:not(.btn) {
        border-bottom: 1px solid #16809A;
    }
    #myNavmenu ul li .sub-menu li {
        text-align: left;
        margin-bottom: 0px;
        border-bottom: 1px solid #16809A;
        padding-left: 10px;
        padding-right: 0px;
        background-color: #16809A;

    }
    #myNavmenu ul li .sub-menu li:first-child{
        padding-top: 20px;
    }
    #myNavmenu ul li .sub-menu li:last-child {
        border-bottom: none;
    }
    #myNavmenu ul li.btn {
        display: block;
        margin: 16px auto;
        max-width: 100%;
        /*height: 56px;*/
        line-height: 13px;
        /*margin: 30px 0px;*/
        border-radius: 0px;
        padding: 9px 0px;
        text-align: left;
    }
    .btn-donate-div + .search-box {
            float: right;
        margin-top: 21px;
        margin-right: 20px;
    }
    .btn-donate-div + .search-box a{
        font-size: 23px;
        color: #fff;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
    }
    #myNavmenu ul li .sub-menu li a {
        font-size: 14px;
        text-align: left;
        border-bottom: none;
        display: inline-block;
        border-bottom: 3px solid transparent;
        padding: 5px 30px;
        line-height: 15px;
    }
    #myNavmenu ul li ul.sub-menu li a {

        background: transparent;
        border-radius: 0px !important;
    padding: 0px 20px;
    font-weight: normal;
    }
    #myNavmenu ul li ul.sub-menu li a:after {
        content: "";
        width: 100%;
        height: 3px;
        display: block;
        border-bottom: 3px solid transparent;
        background: transparent;
        border-radius: 0px !important;
    }
    #myNavmenu ul li .sub-menu li.current_page_item a:after, #myNavmenu ul li ul.sub-menu li a:hover:after {
        border-bottom: 3px solid #00697f;
        background: transparent;
    }
    .sub-menu li {
        display: block;
    }

    .contact .site-wrapper {
        background-position: center !important;

    }
    .site-wrapper {
        height: 85vh;
        min-height: 85vh;
    }
    .home .site-wrapper {
        height: 85vh;
    }
    .site-wrapper:after {
        height: 100%;
    }
    .navbar-color-on-scroll:not(.navbar-transparent) .navbar-toggle .icon-bar {
        background-color: #00697f;
    }
    .navbar-fixed-top:not(.navbar-transparent) {
        padding-top: 0px;
    }
    .btn-donate-div {
        display: none !important;
    }
    .navbar-fixed-top:not(.navbar-transparent) .btn-donate-div{
        display: block !important;
    }
    .navbar-fixed-top:not(.navbar-transparent) .btn-donate-div .btn {
            padding: 5px 24px 4px;
    		width: 125px;
        display: block;
        margin: auto;
    }
    .navbar-fixed-top:not(.navbar-transparent) .search-box.menu-item {
        display: none !important;
    }
}

@media (max-width: 1024px) AND (min-width: 768px){
    .carousel-bg.banner-right, .carousel-bg {
        height: 385px;
    }
    .carousel-bg p {
        font-size: 20px;
        line-height: 26px;
    }
    .carousel-bg h2 {
        font-size: 30px;
    }
    .carousel-bg .overlay {
        margin-top: 5%;
    }
}
@media (max-width: 768px) {
	#successModal.modal.fade .modal-dialog {
		width: 90%;
	}
	#successModal.modal.fade .modal-dialog .modal-content .modal-body {
		padding: 20px 10px;
	}
    .grid-blog-posts {
        margin-top: 75px !important;
    }
    .wrapper {
        overflow-x: visible;
    }
    .filter-tag > a {
        color: #00697f;
        border: 2px solid #00697f;
    }
    .filter-tag {
        bottom: -50px;
    }
    .filter-tag .dropdown-menu-right {
        border: 2px solid #00697f;
        border-top: none;
        width: 177px;
    }
    #searchModal .modal-dialog {
        max-width: 100%;
    }
    .site-wrapper {
        position: relative;
    }
    .site-wrapper:after {
        top: 0px;
    }
    .nav-top {

    }
    .nav-top.navbar {
        min-height: 25px;
        margin: 0px;
        background-size: auto 25px;
        background: url(../img/blanket-strip.png) repeat center;
    }
    h1.cover-heading {
        font-size: 43px;
        /* line-height: 43px; */
        line-height: 1.2;
    }
    .cover {
        margin-top: 20vh;
    }
    .container.page-default .board-detail {
        position: relative;
        width: 100%;
        padding-right: 0px;
    }


  /*  .container.page-default .board-detail h4 + p:before {
        content: "";
        display: inline-block;
        width: 50%;
        max-width: 300px;
        height: 50vw;
        max-height: 360px;
        background: black;
        float: right;
        margin-left: 20px;
        margin-bottom: 20px;
    }*/
    .photo-placeholder {
        position: absolute;
        top: 26px;
        width: 50%;
        max-width: 300px;
        height: 50vw;
        max-height: 360px;
        right: 0px;
    }
    .navbar-transparent {
        top: 9px;
    }
    .image_block.no-padding .overlay h4 {
        font-size: 44px;
    }
    .gallery-slides.caroul-gallery {
        max-height: none;
    }

    .text-block h4 {
        font-size: 20px;
        line-height: 28px;
    }
    .text-block h2, .social-widgets h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .text-block ul li {
        font-size: 16px;
        line-height: 24px;
    }
    .text-block p {
        font-size: 16px;
        line-height: 24px;
    }
    .text-block div.more, .text-block div.more span, .morecontent span {
        font-size: 16px;
        line-height: 24px;
    }
    .board-detail.no-padding {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .board-detail {
        font-size: 16px;
        line-height: 24px;
    }
    .board-block .board-detail p {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 480px) {
	.caroul-timeline.owl-carousel .slide-content h4 {
		font-size: 22px;
	}
	.caroul-timeline.owl-carousel .slide-content {
	    padding: 25px 35px;
	}
	.timeline-title h2.text-center:after {
		margin: 15px auto 20px;
	}
	.no-padding.text-block h2:after {
		margin: 15px auto 20px;
	}
	.timeline-title h2.text-center {
		font-size: 24px;
    	line-height: 32px;
    	font-weight: 600;
	}
	.image_block.no-padding .overlay h4 {
		font-size: 32px;
	}
	.blog-content h2 {
		font-size: 22px;
	}
    .cols-2-banner > div h2 {
        font-size: 32px;
    }
    .board-block .board-detail img {
        max-width: 135px;
        margin: 0px;
        margin-left: 10px;
        height: auto;
    }
    .board-block .board-detail p {
    }
    span.tag {
        float: none;
    }
    #myNavmenu {
        overflow-y: auto;
    }
    #myNavmenu > ul {
        position: relative;
    }
    p.lead a.btn {
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        border: none;
        border-radius: 30px;
        padding: 9px 33px;
        width: auto;
        height: auto;
        line-height: 24px;
    }
    .page-template-contact-page .contact-block.moved {
        position: absolute;
        top: -310px;
    }
    .page-template-contact-page article {
        position: relative;
    }
    .page-template-contact-page article > h2 {
        margin-top: 325px;
    }
    .blog-content {
        height: auto;
    }
    .search .grid-blog-posts article .blog-content {
        height: auto;
    }
    .caroul-timeline.owl-carousel:after {
        margin-bottom: 100px;
    }
    .caroul-timeline.owl-carousel .owl-item {
        margin-bottom: 50px;
    }
    .site-wrapper-mobile {
        width: 100%;
        height: 100%;
        min-height: 100%;
        display: block;
        position: absolute;
        background-size: cover !important;
        background-position: center !important;
        z-index: -1;
    }
    .home .site-wrapper {
        min-height: 85vh;
    }

    .carousel-bg-mobile {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        background-size: cover !important;
        background-position: center !important;
        z-index: 0;
    }
    .flexible .row {
        display: block;
    }
    .home .text-block {
        padding: 50px 0px;
    }
    .container.page-default .board-detail p {
        text-align: left;
     word-break: break-word;
    }
     .container.page-default .board-detail img{
        max-width: 135px;
        margin: 0px;
        margin-left: 10px;
        height: auto;
     }
    .contact .site-wrapper {
       /* background-position: -900px 0px !important;*/

    }
    .carousel-bg.testimonial {
        background-size: cover !important;
        height: 385px;
        background-position: -550px 0px !important;
    }
    blockquote, blockquote p {
        font-size: 21px;
        width: 100%;
        max-width: 100%;
    }
    .carousel-bg.testimonial .overlay {
        margin-top: 86px;
    }
    .carousel-bg h2 {
        font-size: 30px;
    }
    .carousel-bg p {
        font-size: 20px;
        line-height: 26px;
    }
    .video-block.banner-block.carousel-bg .overlay {
        margin-top: 40%;
    }
    .video-block.banner-block.carousel-bg p {
        padding-top: 0%;
    }
    .carousel-bg p.btn-groups {
        text-align: center;
        display: block;
    }
    .carousel-bg p.btn-groups .btn {
        display: inline-block;
        margin: auto;
    }
    .carousel-bg {
        height: 385px;
        background-position: -414px 0px !important;
    }
    .cover {
        margin-top: 25vh;
    }
    h1.cover-heading {
    	font-size: 40px;
    	line-height: 40px;
    }
    blockquote footer {
    	margin-bottom: 0px;
    }
    .carousel-bg .overlay {
    	margin-top: 0%;
    }
    .fixed-social-share {
        display: none;
    }
    .cols-2-banner > div .overlay {
        height: 90%;
    }
    .cols-2-banner > div {
        position: relative;
    }
/*    .cols-2-banner > div a.btn {
            display: block !important;
            padding: 0px;
            top: 0px;
    }*/
    .owl-carousel.owl-loaded.gallery-slides .owl-controls:before, .owl-carousel.owl-loaded.gallery-slides .owl-controls:after {
        display: none;
    }
}


/*
	Custom Overrides
*/

/*------------------------------------*\
    Hero Image
\*------------------------------------*/

.home .site-wrapper {
  min-height: 600px;
  height: 600px;
  background-position: center !important;
}

.site-wrapper {
	display: table;
	width: 100%;
	height: 550px;
	min-height: 550px;
	background-size:cover !important;
	position: relative;
	z-index: 10;
}



.bold-quote {
    font-weight: 700 !important;
}

.play-btn {
    font-weight: 700 !important;
}


.video-block h2 {
    font-weight: 700;
}

h1.cover-heading {
  font-size: 50px;
}

.masthead .navbar-nav > ul > li > a {
  font-size: 18px;
}


/* --- BlackBaud Email Sign Up Form --- */

div.signup-form-wrapper {
  padding-bottom: 140px;
}

div.signup-form-container {
}

[data-bbox-part-id='c42b054b-c5aa-4e1a-99d3-52489b37d20a'].BBFormContainer .BBFormSectionHeading {
  text-align: center !important;
}

.BBFormContainer[data-bbox-part-id="c42b054b-c5aa-4e1a-99d3-52489b37d20a"] .BBFormFieldContainer  {
  text-align: center !important;
  margin-bottom: 30px !important;
}

.BBFormContainer[data-bbox-part-id="c42b054b-c5aa-4e1a-99d3-52489b37d20a"] .BBFormTextbox {
  width: 100% !important;
  height: 50px;
  padding: 6px 15px !important;
  margin: 0 1px !important;
  font-size: 18px;
}

.BBFormContainer[data-bbox-part-id="c42b054b-c5aa-4e1a-99d3-52489b37d20a"] .BBFormSignupFieldWide {
    float: left;
    margin-right: 0 !important;
    width: 33% !important;
    padding: 0 5px !important;
}

[data-bbox-part-id='c42b054b-c5aa-4e1a-99d3-52489b37d20a'].BBFormContainer .BBFormSubmitbutton,
.BBFormContainer[data-bbox-part-id="c42b054b-c5aa-4e1a-99d3-52489b37d20a"] .BBFormSubmitbutton {
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 30px !important;
  padding: 9px 33px;
  margin-top: 7px;
  width: 100%
}





  /* Extra Small Devices, Phones */
  @media only screen and (max-width : 480px) {
    .BBFormContainer[data-bbox-part-id="c42b054b-c5aa-4e1a-99d3-52489b37d20a"] .BBFormSignupFieldWide {
      float: none;
      margin-right: 5px;
      width: 100%;
    }
    .BBFormContainer[data-bbox-part-id="c42b054b-c5aa-4e1a-99d3-52489b37d20a"] .BBFormTextbox {
      min-height: 20px;
      width: 100% !important;
      padding: 3px;
      font-size: inherit;
    }
  }


  /* Fix overlay from BB CSS on Other Gift Amount Input field on embedded forms */
  /* https://hamlin.org.au/how-you-can-help/donate/ form */
  .BBFormContainer[data-bbox-part-id="2c31564e-5dc1-4456-99e9-572b9a2067eb"] .BBFormTextbox:not(:focus), .BBFormContainer[data-bbox-part-id="2c31564e-5dc1-4456-99e9-572b9a2067eb"] .BBFormTextArea:not(:focus), .BBFormContainer[data-bbox-part-id="2c31564e-5dc1-4456-99e9-572b9a2067eb"] .BBFormSelectList:not(:focus),
  /* https://hamlin.org.au/how-you-can-help/christmas/ form */
  .BBFormContainer[data-bbox-part-id="12152c93-44b3-4c2b-b49d-0ad00b9de77f"] .BBFormTextbox:not(:focus), .BBFormContainer[data-bbox-part-id="12152c93-44b3-4c2b-b49d-0ad00b9de77f"] .BBFormTextArea:not(:focus), .BBFormContainer[data-bbox-part-id="12152c93-44b3-4c2b-b49d-0ad00b9de77f"] .BBFormSelectList:not(:focus),
  /* https://hamlin.org.au/how-you-can-help/empower/ form */
  .BBFormContainer[data-bbox-part-id="72aece73-1da6-488f-b7ea-60d9afebf681"] .BBFormTextbox:not(:focus), .BBFormContainer[data-bbox-part-id="72aece73-1da6-488f-b7ea-60d9afebf681"] .BBFormTextArea:not(:focus), .BBFormContainer[data-bbox-part-id="72aece73-1da6-488f-b7ea-60d9afebf681"] .BBFormSelectList:not(:focus),
  /* https://hamlin.org.au/how-you-can-help/regulargiving/ form */
  .BBFormContainer[data-bbox-part-id="d0070625-e5aa-4fc3-b9cd-bcaa2e61523e"] .BBFormTextbox:not(:focus), .BBFormContainer[data-bbox-part-id="d0070625-e5aa-4fc3-b9cd-bcaa2e61523e"] .BBFormTextArea:not(:focus), .BBFormContainer[data-bbox-part-id="d0070625-e5aa-4fc3-b9cd-bcaa2e61523e"] .BBFormSelectList:not(:focus)
  {
    opacity: .8;
  }

#bboxdonation_gift_txtAmountOther {
    color: #000000;
}

/* ::selection {
  color: purple !important;
  background: pink !important;
} */


/* --- Stats Banner --- */

.stats-banner {
    background-image: linear-gradient(360deg, rgba(0,0,0,0.6) 30%, rgba(0,0,0,0)), url(https://hamlin.org.au/wp-content/uploads/2020/06/blanket-pattern-banner.jpg);
    background-size: auto, cover;
    color: white;
    padding-top: 120px;
    padding-right: 90px;
    padding-bottom: 120px;
    padding-left: 90px;
}
.stats-banner h2 {
    margin-bottom: 48px;
    font-size: 48px;
    font-family: 'Open Sans';
    color: #ffffff;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}
.stats-banner .stat-icon{
    width: 2.5em;
    margin-bottom: 1.5em;
    max-width: 100%;
    border-style: none;
}
.stats-banner .stat-number {
    font-family: 'Brevia';
    color: #ffffff;
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
}
.stats-banner .stat-caption {
    font-family: 'Brevia';
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
}

/* --- --- */



.logo {
  padding-top: 10px;
}


@media (max-width: 1024px) {
    .logo {
        width: 25%;
        padding-top: 0;
    }
    .logo-img {
        height: auto;
        width: 100%;
        margin-top: 15px;
    }

@media (max-width: 1200px) and (min-width: 1024px) {
  .masthead .navbar-nav > ul > li:not(.btn) {
      margin-right: 0;
      padding: 59px 10px 9px;
      line-height: 25px;
      margin-top: 0;
  }
}

@media (max-width: 1400px) {
  .masthead .navbar-nav {
      margin-top: 0;
  }
}


@media (max-width: 480px) {
  div.home-image-block {
    display: block;
    height: 250px !important;
  }
}

@media (min-width: 481px) {
  div.home-image-block {
    display: block;
    height: 400px !important;
  }
}

