/*
 * Main CSS
 */

/* ============== FONTS ============== */
@font-face {
    font-family: Cerebri-Sans;
    src: url(../fonts/Cerebri-Sans-Regular.woff);
}

@font-face {
    font-family: Cerebri-Sans;
    src: url(../fonts/Cerebri-Sans-Light.woff);
    font-weight: 100
}

@font-face {
    font-family: Cerebri-Sans;
    src: url(../fonts/Cerebri-Sans-Regular.woff);
    font-weight: 400
}

@font-face {
    font-family: Cerebri-Sans;
    src: url(../fonts/Cerebri-Sans-Medium.woff);
    font-weight: 700
}

@font-face {
    font-family: Cerebri-Sans;
    src: url(../fonts/Cerebri-Sans-Bold.woff);
    font-weight: 900;
}

@font-face {
    font-family: Cerebri-Sans;
    src: url(../fonts/Cerebri-Sans-Bold.woff);
    font-weight: bold;
}

@font-face {
    font-family: Jalebi;
    src: url(../fonts/Jalebi.woff);
}

@font-face {
    font-family: MinionPro-Regular;
    src: url(../fonts/MinionPro-Regular.woff);
}

/* ============== CSS ============== */
html, body {
    font-family: Cerebri-Sans, Helvetica, sans-serif;

}

h1, h2, h3, h4, h5, h6 {
    font-family: Cerebri-Sans, Helvetica, sans-serif;
    color: inherit;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-fluid {
    margin: 0 auto;
    display: block;
}

.img-fluid.float-left {
    margin-right: 15px;
    margin-bottom: 15px;
}

.img-fluid.float-right {
    margin-left: 15px;
    margin-bottom: 15px;
}

.btn-primary {
    padding: .4em 1em .5em 1em;
    background-color: #00a1de;
    color: white;
    text-decoration: none;
    transition: box-shadow .2s;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
    transition: all .3s;
    border: 0;
    border-radius: .25rem;
}

.page-sidebar {
    margin-bottom: 15px;
}

.page-creator section.slider .slider-slide .slider-slide-content {
    padding: 0 20px;
}

.page-sidebar .btn {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
}

.btn-primary .fa-chevron-right {
    margin-left: 5px;
}

section.sec-links .btn-primary {
    margin-bottom: 5px;
}

.btn-orange,
.section-orange .btn-primary {
    background-color: #f0ab00;
    border: none;
    text-shadow: none;
    color: #ffffff;
}

.btn-orange:focus,
.btn-orange:hover,
.section-orange .btn-primary:focus,
.section-orange .btn-primary:hover {
    background-color: #e19f00;
    color: #ffffff;
}

.btn-green,
.section-green .btn-primary {
    background-color: #a2ad00;
    border: none;
    text-shadow: none;
    color: #ffffff;
}

.btn-green:focus,
.btn-green:hover,
.section-green .btn-primary:focus,
.section-green .btn-primary:hover {
    background-color: #869100;
    color: #ffffff;
}

.btn-pink {
    background-color: #ec008c;
    color: #ffffff;
}

.btn-blue {
    background-color: #00a1de;
    color: #ffffff;
}

.btn-teal {
    background-color: #00a8b4;
    color: #ffffff;
}

body #content.site-content .btn {
    font-weight: 500;
    line-height: 13px;
    padding: 15px 25px;
    /*margin: 0 auto;*/
    width: auto;
    min-width: 250px;
    text-transform: uppercase;
    display: table;
}

body #content.site-content .page-sidebar .btn {
    width: 100%;
    border-radius: 0;
}

body #content.site-content .btn:focus,
body #content.site-content .btn:hover {
    color: #ffffff;
}

.social-sharing .btn {
    display: inline-block !important;
    width: auto !important;
    min-width: auto !important;
    color: white;
    text-decoration: none;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
    transition: all .3s;
    border: 0;
    border-radius: .25rem;
    font-size: .85em;
    padding: .25em .6em;
}

.social-sharing .share-text {
    display: inline-block;
    font-size: .75em;
}

.btn.btn-facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}

.btn.btn-twitter {
    background-color: #00aced;
    border-color: #00aced;
}

.btn.btn-google-plus {
    background-color: #dd4b39;
    border-color: #dd4b39;
}

.btn.btn-linkedin {
    background-color: #007bb6;
    border-color: #007bb6;
}

h2.with-underline {
    position: relative;
}

h2.with-underline:after {
    position: absolute;
    left: 0;
    bottom: -6px;
    content: "";
    width: 65px;
    height: 3px;
    background: #00a1de;
}

.section-orange h2.with-underline:after {
    background: #f0ab00;
}

.section-green h2.with-underline:after {
    background: #a2ad00;
}

.section-teal h2.with-underline:after {
    background: #00a8b4;
}

.center-box-table {
    display: table;
    width: 100%;
    height: 100%
}

.center-box-table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

@media (min-width: 768px) {
    blockquote {
        padding: 16px 24px;
    }
}

blockquote {
    padding: 12px 16px;
    background: #a2ad00;
    color: white;
    position: relative;
    border-radius: 1em;
    margin: 24px 0 32px 0;
    font-size: 19px;
    font-style: italic;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

blockquote:after {
    content: "";
    border-top: 1.1em solid #a2ad00;
    border-left: .9em solid transparent;
    border-right: 1em solid transparent;
    position: absolute;
    bottom: -1em;
    left: 20%;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #fefefe;
    background-color: #b40001;
    border-color: #b40001
}

.pagination > li > a, .pagination > li > span {
    color: #fefefe;
    text-decoration: none;
    background-color: #000000;
    border: 1px solid #000000;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination > li > a, .pagination > li > span {
    padding: 10px 15px;
    font-size: 18px;
}

.pagination > li:first-child > a:hover, .pagination > li:first-child > span,
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #fefefe;
    text-decoration: none;
    background-color: #000000;
    border: 1px solid #000000;
}

.pagination > li > a:focus, .pagination > li > span:focus, .pagination > li > a:hover, .pagination > li > span:hover {
    color: #fff;
    text-decoration: none;
    background-color: #9b0001;
    border: 1px solid #9b0001
}

.panel-pagination {
    margin: 10px 0;
    padding: 10px;
    background: #00babe;
}

.panel-pagination a {
    color: #FFFFFF;
    padding: 0 .4em;
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
    text-transform: lowercase;
}

.panel-pagination span {
    color: #d0d0d0;
}

/* ============================== Breadcrumbs ============================= */
.banner-breadcrumbs-wrapper {
    /*box-shadow: 0 0 5px rgba(0, 0, 0, .2);*/
}

#breadcrumbs {
    list-style: none;
    overflow: hidden;
    margin: 11px 0;
    padding: 0;
}

#breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

#breadcrumbs li strong,
#breadcrumbs li b {
    color: #ededed !important;
}

#breadcrumbs li a {
    color: #ffffff;
}

#breadcrumbs li a:focus,
#breadcrumbs li a:hover {
    color: #efefef;
}

#breadcrumbs .separator {
    font-size: 18px;
    font-weight: 100;
    color: #fefefe;
}

/* ============================== Header ============================= */
#masthead img.logo {
    height: 65px;
    margin: 15px 0;
    width: auto;
}

.navbar-light .navbar-brand {
    padding: 0 0 0 30px;
}

/*body .site-header,*/
/*body.page-id-103 .site-header,*/
/*body.parent-pageid-103 .site-header,*/
/*body.page-id-113 .site-header,*/
/*body.parent-pageid-113 .site-header {*/
/*border-bottom: 3px solid #00a1de;*/
/*}*/

/*body.page-id-106 .site-header,*/
/*body.parent-pageid-106 .site-header {*/
/*border-bottom: 3px solid #5c3874;*/
/*}*/

/*body.page-id-111 .site-header,*/
/*body.parent-pageid-111 .site-header {*/
/*border-bottom: 3px solid #00a8b4;*/
/*}*/

/*body.page-id-115 .site-header,*/
/*body.parent-pageid-115 .site-header {*/
/*border-bottom: 3px solid #f0ab00;*/
/*}*/

.site-header-branding {
    padding: 0;
    border: 0;
    margin: 0 auto;
    width: auto;
}

.care-quality-mobile,
.care-quality {
    display: block;
    float: right;
    text-align: right;
    padding: 0 0 0 1.5em;
}

.care-quality a img {
    max-height: 100px;
}

.care-quality-mobile {
    display: none;
}

.number-donate {
    display: block;
    float: right;
    text-align: right;
    padding: 1.4em 0;
}

.site-header-branding .phone-numbers {
    display: block;
    float: left;
    text-align: right;
    background: none;
    box-shadow: none;
}

.site-header-branding .phone-numbers-mobile {
    display: none;
}

.site-header-branding .donate-btn {
    display: block;
    float: left;
}

.site-header-branding a.number {
    display: inline-block;
    text-align: center;
    color: white;
    text-decoration: none;
    font-weight: 600;
    transition: all .3s;
    border: 0;
    border-radius: .25rem;
    margin-left: 15px;

    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
    background-color: #ec008c;
    padding: 13px 32px 13px 32px;
    margin-left: 25px;
    font-size: 19px;
    line-height: 26px;
    text-transform: uppercase;
    min-width: 250px;
}

.site-header-branding a.number .fa-phone {
    transform: scaleX(-1);
    font-size: 16px;
}

.site-header-branding a.number span {
    display: inline;
    margin-left: 3px;
}

.site-header-branding a.number span.phone-name {
    display: none;
}

.site-header-branding .donate-btn a {
    display: inline-block;
    color: white;
    text-decoration: none;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
    transition: all .3s;
    border: 0;
    border-radius: .25rem;
    background-color: #00aae7;
    padding: 13px 32px 13px 32px;
    margin-left: 25px;
    font-size: 19px;
    line-height: 26px;
    text-transform: uppercase;
    min-width: 250px;
}
.site-header-branding .donate-btn-mobile {
float: right;
}
.site-header-branding .donate-btn-mobile a {
    display: inline-block;
    color: white;
    text-decoration: none;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
    transition: all .3s;
    border: 0;
    border-radius: .25rem;
    background-color: #00aae7;
    text-transform: uppercase;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 22px;
    margin: 14px 15px 0px 0px;
    min-width: auto;
}

/* ========================== Navigation Bar ========================= */
#masthead nav {
    background: #e0f0fb;
}

#masthead .navbar-nav > li {
    display: inline-block;
    border-bottom: 0;
    border-right: 1px solid #d8d8d8;
}

#mega-menu-wrap-primary {
    margin: 0 auto;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 19px;
    height: auto;
}

/*body.parent-pageid-103 #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on a.mega-menu-link,*/
/*body.parent-pageid-103 #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-current-menu-item a.mega-menu-link,*/
/*body.parent-pageid-103 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,*/
/*body.parent-pageid-103 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,*/
/*body.parent-pageid-113 #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on a.mega-menu-link,*/
/*body.parent-pageid-113 #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-current-menu-item a.mega-menu-link,*/
/*body.parent-pageid-113 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,*/
/*body.parent-pageid-113 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,*/
/*#mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-121.mega-menu-item.mega-toggle-on > a.mega-menu-link,*/
/*#mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-121.mega-menu-item.mega-current-menu-item > a.mega-menu-link,*/
/*#mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-124.mega-menu-item.mega-toggle-on > a.mega-menu-link,*/
/*#mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-124.mega-menu-item.mega-current-menu-item > a.mega-menu-link {*/
/*background: #00a1de;*/
/*color: white;*/
/*}*/

/*body.parent-pageid-106 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,*/
/*body.parent-pageid-106 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,*/
/*body.parent-pageid-106 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,*/
/*body.parent-pageid-106 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,*/
/*#mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-123.mega-menu-item.mega-toggle-on > a.mega-menu-link,*/
/*#mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-123.mega-menu-item.mega-current-menu-item > a.mega-menu-link {*/
/*background: #5c3874;*/
/*color: white;*/
/*}*/

/*body.parent-pageid-111 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,*/
/*body.parent-pageid-111 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,*/
/*body.parent-pageid-111 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,*/
/*body.parent-pageid-111 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,*/
/*#mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-122.mega-menu-item.mega-toggle-on > a.mega-menu-link,*/
/*#mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-122.mega-menu-item.mega-current-menu-item > a.mega-menu-link {*/
/*background: #00a8b4;*/
/*color: white;*/
/*}*/

/*body.parent-pageid-115 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,*/
/*body.parent-pageid-115 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,*/
/*body.parent-pageid-115 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,*/
/*body.parent-pageid-115 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,*/
/*#mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-120.mega-menu-item.mega-toggle-on > a.mega-menu-link,*/
/*#mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-120.mega-menu-item.mega-current-menu-item > a.mega-menu-link {*/
/*background: #f0ab00;*/
/*color: white;*/
/*}*/

/*#mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-124.mega-menu-megamenu > ul.mega-sub-menu,*/
/*#mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-121.mega-menu-megamenu > ul.mega-sub-menu {*/
/*border-top: 3px solid #00a1de;*/
/*}*/

/*#mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-123.mega-menu-megamenu > ul.mega-sub-menu {*/
/*border-top: 3px solid #5c3874;*/
/*}*/

/*#mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-122.mega-menu-megamenu > ul.mega-sub-menu {*/
/*border-top: 3px solid #00a8b4;*/
/*}*/

/*#mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-120.mega-menu-megamenu > ul.mega-sub-menu {*/
/*border-top: 3px solid #f0ab00;*/
/*}*/

.menu-about-us {

}

.menu-first-box:after {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 3px;
    height: 110%;
    background: #f1f1f1;
}

#mega-menu-wrap-primary .mega-sub-menu {
    box-shadow: rgba(0, 0, 0, 0.5) 0 1em 32px !important;
}

.menu-first-box h2 {
    padding-bottom: 15px;
}

.menu-first-box h2 a {
    position: relative;
    font-size: 27px;
    line-height: 38px;
    font-weight: 400;
    margin-bottom: 1.25em;
    text-decoration: none;
    color: #0a0b0d;
}

.menu-first-box h2 a:after {
    position: absolute;
    left: 0;
    bottom: -13px;
    content: "";
    width: 50px;
    height: 3px;
}

.menu-first-box.menu-about-us h2 a:after {
    background: #00a1de;
}

.menu-first-box.menu-parents h2 a:after {
    background: #5c3874;
}

.menu-first-box.menu-professionals h2 a:after {
    background: #00a8b4;
}

.menu-first-box.menu-howyoucanhelp h2 a:after {
    background: #00a1de;
}

.menu-first-box.menu-careers h2 a:after {
    background: #f0ab00;
}

.menu-first-box .btn-primary {
    display: inline-block;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
    transition: all .3s;
    border: 0;
    border-radius: .25rem;
    background-color: #00a1de;
}

.menu-first-box.menu-about-us .btn-primary {
    background-color: #00babe;
}

.menu-first-box.menu-parents .btn-primary {
    background-color: #5c3874;
}

.menu-first-box.menu-professionals .btn-primary {
    background-color: #00a8b4;
}

.menu-first-box.menu-howyoucanhelp .btn-primary {
    background-color: #00a1de;
}

.menu-first-box.menu-careers .btn-primary {
    background-color: #f0ab00;
}

.menu-about-us .btn-primary .fa-chevron-right {
    margin-left: 10px;
}

#mega-menu-primary .mega-block-title {
    font-size: 21px !important;
    line-height: 32px !important;
    text-transform: inherit !important;
    font-weight: 500 !important;
    color: #00a1de !important;
}

#mega-menu-item-124 .mega-block-title {
    color: #00babe !important;
}

#mega-menu-item-123 .mega-block-title {
    color: #5c3874 !important;
}

#mega-menu-item-122 .mega-block-title {
    color: #00a8b4 !important;
}

#mega-menu-item-121 .mega-block-title {
    color: #00a1de !important;
}

#mega-menu-item-120 .mega-block-title {
    color: #f0ab00 !important;
}

.mega-menu-item li a.nav-link {
    position: relative;
    color: #1e1e1e !important;
    font-size: 17px !important;
    line-height: 18px !important;
}

/*.mega-menu-item li a.nav-link:before {*/
/*position: absolute;*/
/*top: 10px;*/
/*left: 0;*/
/*font-family: "Font Awesome 5 Brands";*/
/*font-weight: 400;*/
/*content: "\f054";*/
/*background: #0a0b0d;*/
/*height: 5px;*/
/*width: 5px;*/
/*}*/

#mega-menu-wrap-primary #mega-menu-primary input,
#mega-menu-wrap-primary #mega-menu-primary img {
    max-width: 100%;
    display: block;
    float: left;
    margin: 0 1%;
    font-size: 17px;
    padding: 11px 15px;
}

#mega-menu-wrap-primary .widget_search .search-form input[type="submit"] {
    display: none;
    width: 28%;
    font-size: 17px;
    height: 50px;
    background: #1e1e1e !important;
    color: white;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
}

#mega-menu-wrap-primary .widget_search label {
    display: block;
    width: 68%;
}

/* ================================================================================================================== */
/* ================================================  PAGE CREATOR  ================================================== */
/* ================================================================================================================== */

body.page-template-default section#page-header {
    background-color: #0D0A0A;
    color: #fefefe;
    text-align: center;
}

body.page-template-default section#page-header h1 {
    margin: 0;
    padding: 10px 15px;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 1px;
}

.page-creator {
    min-height: 100vh;
    width: 100%;
    padding: 0;
}

.page-creator.no-breadcrumb {
    min-height: auto;
    height: auto;
}

.page-creator section {
    padding: 30px 0;
}

.page-creator section.sec-links {
    padding-top: 0px;
}

.page-creator section.sec-links .btn {
    margin: 0 auto 10px !important;
}

.page-creator .container section:first-child {
    padding-top: 0;
}

.page-creator section .container-fluid {
    padding-right: 10%;
    padding-left: 10%;
}

.page-creator section .gray-box {
    background: #f1f1f1;
    padding: .5em 2em 1em 2em;
}

/* ======================= Section Background Color ========================= */
.page-creator section.background-color {
    position: relative;
    display: table;
    background-attachment: inherit;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
    height: auto;
    width: 100%;
    padding: 0;
    font-weight: bold;
}

.page-creator section.background-color p {
    margin-bottom: 2.5em !important;
}

.page-creator section.background-color.image-left {
    background-position: left bottom;
}

.page-creator section.background-color.image-right {
    background-position: right bottom;
}

.page-creator section.background-color .background-color-content {
    height: 100%;
    padding: 50px 20px;
    display: table-cell;
    vertical-align: middle;
    color: #FFFFFF;
    background-color: transparent;
    text-shadow: none;
}

.page-creator section.background-color .background-color-content h1,
.page-creator section.background-color .background-color-content h2,
.page-creator section.background-color .background-color-content h3,
.page-creator section.background-color .background-color-content h4,
.page-creator section.background-color .background-color-content h5 {
    font-family: Jalebi, Helvetica, sans-serif;
    padding-bottom: 35px;
}

.page-creator section.background-color .background-color-content h1 {
    font-size: 100px;
    line-height: 90px;
}

.page-creator section.background-color .background-color-content h2 {
    font-size: 90px;
    line-height: 80px;
}

.page-creator section.background-color .background-color-content h3 {
    font-size: 80px;
    line-height: 70px;
}

.page-creator section.background-color .background-color-content h4 {
    font-size: 70px;
    line-height: 60px;
}

.page-creator section.background-color .background-color-content h5 {
    font-size: 60px;
    line-height: 50px;
}

.page-creator section.background-color .background-color-content p:last-child {
    margin-bottom: 0 !important;
}

.page-creator section.background-color .background-color-content .btn {
    margin: 30px auto 0 !important;
}

/* ============================= Section Two Colors Columns ============================= */

.page-creator section.two-colors-columns {
    padding: 0;
    font-weight: bold;
}

.page-creator section.two-colors-columns h1,
.page-creator section.two-colors-columns h2,
.page-creator section.two-colors-columns h3,
.page-creator section.two-colors-columns h4,
.page-creator section.two-colors-columns h5 {
    font-family: Jalebi, Helvetica, sans-serif;
    padding-bottom: 35px;
}

.page-creator section.two-colors-columns h1 {
    font-size: 60px;
    line-height: 56px;
}

.page-creator section.two-colors-columns h2 {
    font-size: 55px;
    line-height: 51px;
}

.page-creator section.two-colors-columns h3 {
    font-size: 50px;
    line-height: 46px;
}

.page-creator section.two-colors-columns h4 {
    font-size: 45px;
    line-height: 41px;
}

.page-creator section.two-colors-columns h5 {
    font-size: 40px;
    line-height: 36px;
}

.page-creator section.two-colors-columns p {
    margin-bottom: 2.5em !important;
}

.page-creator section.two-colors-columns .two-colors-column-left-wrapper,
.page-creator section.two-colors-columns .two-colors-column-right-wrapper {
    display: table;
    float: left;
    width: 50%;
    padding: 50px 25px;
}

.page-creator section.two-colors-columns .two-colors-column-left-wrapper .two-colors-column-left,
.page-creator section.two-colors-columns .two-colors-column-right-wrapper .two-colors-column-right {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.page-creator section.two-colors-columns .two-colors-column-left-wrapper .two-colors-column-left .btn,
.page-creator section.two-colors-columns .two-colors-column-right-wrapper .two-colors-column-right .btn {
    margin: 0 auto;
}

/* ============================= Section Two Colors Columns ============================= */
.page-creator section.square-boxes-editor {

}

.page-creator section.square-boxes-editor .square-box-wrapper {
    position: relative;
    height: 200px;
}

.page-creator section.square-boxes-editor .no-img .square-box-wrapper {
    height: 300px;
}

.page-creator section.square-boxes-editor .square-box-wrapper .square-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 15px;
    font-size: 20px;
}

.page-creator section.square-boxes-editor .square-box-wrapper .square-box .btn {
    min-width: 200px !important;
    margin: 0 auto;
}

/* ======================= Section Background Image ========================= */
.page-creator section.background-image {
    position: relative;
    display: table;
    background-attachment: inherit;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 500px;
    width: 100%;
    padding: 0;
}

.page-creator section.background-image .background-image-content {
    height: 100%;
    padding: 30px;
    display: table-cell;
    vertical-align: middle;
    color: #FFFFFF;
    background-color: rgba(46, 54, 65, .2);
    text-shadow: 0 0 1px rgba(46, 54, 65, .8);
}

.page-creator section.background-image .background-image-content h1 {
    font-family: Jalebi, Helvetica, sans-serif;
    color: inherit;
    margin-bottom: 8px;
    font-size: 4rem;
    line-height: 4.5rem;
    font-weight: 600;
    text-shadow: none;
}

.page-creator section.background-image .background-image-content h2 {
    font-family: Jalebi, Helvetica, sans-serif;
}

.page-creator section.background-image .background-image-content .hero-caption {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 27px;
    color: white;
    font-weight: 600;
}

.page-creator section.background-image .background-image-content .btn-orange {
    background-color: #f0ab00;
    border: none;
    text-shadow: none;
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 1px;
}

.page-creator section.background-image .background-image-content .btn {
    margin: 0;
}

/* ======================= Section Slider ========================= */
.page-creator section.slider {

}

.page-creator section.slider h1,
.page-creator section.slider h2,
.page-creator section.slider h3,
.page-creator section.slider h4,
.page-creator section.slider h5 {
    /*font-family: "Gloria Hallelujah", cursive;*/
    color: inherit;
}

.page-creator section.slider h1 {
    margin-bottom: 8px;
    font-size: 37px;
    line-height: 45px;
}

.page-creator section.slider .hero-caption {
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 33px;
    color: white;
}

.page-creator section.slider .btn-primary {
    background-color: #f0ab00;
}

.page-creator section.slider .slider-slide {
    position: relative;
    display: table;
    background-attachment: inherit;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 500px;
    width: 100%;
}

.page-creator section.slider .slider-slide .slider-slide-content {
    height: 100%;
    padding: 0 80px;
    display: table-cell;
    vertical-align: middle;
    color: #FFFFFF;
    background-color: rgba(46, 54, 65, .2);
    text-shadow: 0 0 1px rgba(46, 54, 65, .8);
}

/* ======================= Section Wysiwyg Editor ========================= */
.page-creator section.wysiwyg-editor {
}

.page-creator section.wysiwyg-editor h1,
.page-creator section.wysiwyg-editor h2,
.page-creator section.wysiwyg-editor h3,
.page-creator section.wysiwyg-editor h4,
.page-creator section.wysiwyg-editor h5 {
    /*font-family: "Gloria Hallelujah", cursive;*/
    font-size: 27px;
    line-height: 38px;
}

body.page-id-1386 .page-creator section.wysiwyg-editor h1,
body.page-id-1375 .page-creator section.wysiwyg-editor h1 {
    font-size: 34px;
    line-height: 38px;
}

body.page-id-1386 .page-creator section.wysiwyg-editor h2,
body.page-id-1375 .page-creator section.wysiwyg-editor h2 {
    font-size: 30px;
    line-height: 34px;
}

body.page-id-1386 .page-creator section.wysiwyg-editor h3,
body.page-id-1375 .page-creator section.wysiwyg-editor h3 {
    font-size: 26px;
    line-height: 30px;
}

body.page-id-1386 .page-creator section.wysiwyg-editor h4,
body.page-id-1375 .page-creator section.wysiwyg-editor h4 {
    font-size: 22px;
    line-height: 26px;
}

body.page-id-1386 .page-creator section.wysiwyg-editor h5,
body.page-id-1375 .page-creator section.wysiwyg-editor h5 {
    font-size: 18px;
    line-height: 22px;
}

body.page-id-117 .page-creator section.wysiwyg-editor h1 {
    color: #00a1de;
    font-size: 37px;
    line-height: 45px;
}

.page-creator section.wysiwyg-editor h3 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.page-creator section.wysiwyg-editor .gform_wrapper {
    background-color: transparent;
    padding: 3px 15px 5px;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio],
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
.page-creator section.wysiwyg-editor .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 9px 12px;
    color: #1e1e1e;
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
}

.page-creator section.wysiwyg-editor .gform_wrapper .top_label .gfield_label {
    color: #1e1e1e;
}

.page-creator section.wysiwyg-editor .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}

.page-creator section.wysiwyg-editor .gform_wrapper ul li.gfield {
    margin-top: 15px;
}

.page-creator section.wysiwyg-editor .gform_wrapper ul li.gfield.gf_right_half {
    margin-left: 0.5% !important;
    width: 49.5% !important;
}

.page-creator section.wysiwyg-editor .gform_wrapper ul li.gfield.gf_left_half {
    margin-right: 0.5% !important;
    width: 49.5% !important;
}

.page-creator section.wysiwyg-editor .gform_wrapper ul.gfield_checkbox li label,
.page-creator section.wysiwyg-editor .gform_wrapper ul.gfield_radio li label {
    margin-left: 8px;
}

.page-creator section.wysiwyg-editor .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}

.page-creator section.wysiwyg-editor .gform_wrapper textarea.medium {
    height: 160px;
    width: 100%;
    color: #1e1e1e;
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.page-creator section.wysiwyg-editor .gform_wrapper .gfield_time_ampm,
.page-creator section.wysiwyg-editor .gform_wrapper .gfield_time_hour {
    max-width: 33.33%;
}

.page-creator section.wysiwyg-editor .gform_wrapper .gfield_time_hour input,
.page-creator section.wysiwyg-editor .gform_wrapper .gfield_time_minute input {
    width: 100%;
    padding: 10px;
}

.page-creator section.wysiwyg-editor .gform_wrapper .gfield_time_hour,
.page-creator section.wysiwyg-editor .gform_wrapper .gfield_time_minute {
    max-width: 33.33%;
}

.page-creator section.wysiwyg-editor .gform_wrapper.gf_browser_chrome .gfield_time_ampm select {
    max-width: 100% !important;
    width: 100% !important;
    padding: 8px;
    background-color: #ffffff;
    border: none;
    color: #000000;
}

.page-creator section.wysiwyg-editor .gform_wrapper .gform_footer {
    margin: 0;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    margin: 0;
    border: none;
    text-transform: uppercase;
    /*width: 100% !important;*/

    display: inline-block;
    padding: .4em 1em .5em 1em;
    background-color: #ec008c;
    color: white;
    text-decoration: none;
    transition: box-shadow .2s;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
    transition: all .3s;
    border: 0;
    border-radius: .25rem;
    font-size: 1em;
}

.gform_confirmation_message {
    background: rgba(47, 195, 55, .9);
    color: rgba(255, 255, 255, .9);
    text-align: center;
    padding: 20px 15px;
    font-weight: 900;
    letter-spacing: 0.5px;
}

/* ======================= Section Wysiwyg Editor in the Box ========================= */

.page-creator section.wysiwyg-editor-box {

}

.page-creator section.wysiwyg-editor-box.homepage .section-content-box-wrapper {
    border-radius: 13px;
    padding: 8px;
}

.page-creator section.wysiwyg-editor-box.homepage .section-content-box {
    border: 2px dashed #ec008c;
    border-radius: 4px;
    box-shadow: #fff 0 0 0 8px;
    /*background: white;*/
    text-align: center;
}

.page-creator section.wysiwyg-editor-box h1 {
    font-size: 37px;
    line-height: 52px;
    font-weight: 400;
}

.page-creator section.wysiwyg-editor-box .btn-primary {
    padding: .4em 1em .5em 1em;
    background-color: #00a1de;
    color: white;
    text-decoration: none;
    transition: box-shadow .2s;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
    transition: all .3s;
    border: 0;
    border-radius: .25rem;
}

.page-creator section.wysiwyg-editor-box.internalpage {
    border: 2px dashed #ec008c;
    padding: 10px 30px;
    margin: 15px 0;
}

/* ======================= Section Wysiwyg in Columns ========================= */
.page-creator section.wysiwygs-in-columns {
    text-align: justify;
}

.page-creator section.wysiwygs-in-columns h1,
.page-creator section.wysiwygs-in-columns h2,
.page-creator section.wysiwygs-in-columns h3,
.page-creator section.wysiwygs-in-columns h4,
.page-creator section.wysiwygs-in-columns h5 {
    color: #1e1e1e;
}

.page-creator section.wysiwygs-in-columns .row div {
}

/* ============================= Section Custom Tabs ============================= */
section.custom-tabs-section {

}

section.custom-tabs-section .custom-tabs {
    text-align: justify;
}

section.custom-tabs-section .custom-tabs .nav-tabs {
    background: transparent;
}

section.custom-tabs-section .custom-tabs .nav-tabs li {

}

section.custom-tabs-section .custom-tabs .nav-tabs li a {
    text-align: center;
    border-radius: 0;
    border: none;
    background: #00a1de;
    color: rgba(255, 255, 255, 1);
    padding: 20px 15px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 3px;
}

section.custom-tabs-section .custom-tabs .nav-tabs li a:hover {
    background: #0086b9;
    color: rgba(255, 255, 255, 0.9);
}

section.custom-tabs-section .custom-tabs .nav-tabs li:first-child a {
    border-left: none;
    margin-left: 0;
}

section.custom-tabs-section .custom-tabs .nav-tabs li:last-child a {
    border-right: none;
    margin-right: 0;
}

section.custom-tabs-section .custom-tabs .nav-tabs li a.active {
    background: #007aa8;
    color: rgba(255, 255, 255, .9);
}

section.custom-tabs-section .custom-tabs .tab-content {
    padding: 15px;
    background: rgba(255, 255, 255, .9);
}

/* ============================= Section Accordion ============================= */

.card {
    /*border-color: #F39019;*/
    border-radius: 10px 10px 0 0;
}

.card-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    background: rgba(233, 240, 244, 0.8);
}

.card .card-header {
    display: block;
    text-decoration: none;
    border-radius: 0;
    padding: 15px;
    border-top: none;
    border-bottom: none;
    border-left: 3px solid #00A1DE;
    border-right: 3px solid #00A1DE;
    color: #fefefe;
    line-height: 25px;
    background: #00A1DE;
}

.card .card-body {
    border-top: none;
    border-bottom: none;
    border-left: 3px solid #00A1DE;
    border-right: 3px solid #00A1DE;
    color: #1e1e1e;
}

.card-title {
    font-size: 18px;
    font-weight: 600;
}

.card-header {
    position: relative;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    cursor: pointer;
}

.card-header h4 {
    color: #fefefe;
    position: relative;
    margin-right: 30px;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.card-header .tab-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.card-header .tab-icon .fa-minus,
.card-header .tab-icon .fa-plus {
    /* symbol for "opening" panels */
    float: right; /* adjust as needed */
    color: #fefefe;
    font-size: 22px;
    padding: 17px 7px;
    height: auto;
    width: auto;
}

.card-header .tab-icon .fa-plus {
    /* symbol for "opening" panels */
    display: none;
}

.card-header .tab-icon .fa-minus {
    display: block;
}

.card-header.collapsed .tab-icon .fa-plus {
    display: block;
}

.card-header.collapsed .tab-icon .fa-minus {
    /* symbol for "collapsed" panels */
    display: none;
}

/* ============================= Section Gallery ============================= */

section.gallery-section {

}

section.gallery-section .page-content-gallery {
}

section.gallery-section .gallery-content-before {
    padding-bottom: 30px;
    color: #fefefe;
}

section.gallery-section .gallery-content-after {
    padding-top: 30px;
    color: #fefefe;
}

section.gallery-section .gallery-content-before h1,
section.gallery-section .gallery-content-after h1,
section.gallery-section .gallery-content-before h2,
section.gallery-section .gallery-content-after h2,
section.gallery-section .gallery-content-before h3,
section.gallery-section .gallery-content-after h3,
section.gallery-section .gallery-content-before h4,
section.gallery-section .gallery-content-after h4 {
    color: #00a1de !important;
}

section.gallery-section .gallery-boxes {

}

section.gallery-section .gallery-boxes h2 {
    color: #E8F1F2;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 40px
}

section.gallery-section .gallery-boxes-img {
    position: relative;
    display: block;
    background-attachment: inherit;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 220px;
    margin: 0 0 20px;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms
}

section.gallery-section .gallery-boxes-img {
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

section.gallery-section .gallery-boxes-img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

section.gallery-section .gallery-boxes-img:hover .gallery-boxes-img-loupe {
    opacity: 1
}

section.gallery-section .gallery-boxes-img .gallery-boxes-img-loupe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms
}

section.gallery-section .gallery-boxes-img .gallery-boxes-img-loupe .fa-search {
    font-size: 60px;
    color: rgba(255, 255, 255, 0.8)
}

/* ============================= Section Blog ============================= */

.page-creator section.blog-section {

}

.page-creator section.blog-section .container {

}

.page-creator section.blog-section .text-editor-content {
    margin-bottom: 40px;
}

.page-creator section.blog-section .text-editor-button {
    text-align: center;
    margin-top: 30px;
}

.page-creator section.blog-section .post-container {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 20, 60, 0.1);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.page-creator section.blog-section .post-container:hover {
    /*-webkit-transform: translateY(5px);*/
    /*transform: translateY(5px);*/
}

.page-creator section.blog-section .post-container .line hr {
    width: 85%;
    border-top: 1px solid rgba(150, 150, 150, 0.3);
    margin: 0 auto 5px;
}

.page-creator section.blog-section .post-container .post-image {
    position: relative;
    display: block;
    background-attachment: inherit;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 200px;
}

.page-creator section.blog-section .post-container .post-title {
    display: block;
    padding: 10px;
    text-decoration: none;
    margin-top: 0;
}

.page-creator section.blog-section .post-container .post-title h3 {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    color: #1e1e1e;
}

.page-creator section.blog-section .post-container .post-excerpt {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-align: justify;
    padding: 0 10px 10px;
}

.page-creator section.blog-section .post-container .post-btn {
    display: block;
    background: #00a1de;
    color: #fefefe;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    padding: 5px 15px;
    text-decoration: none;
}

/* ============================= Section Link Boxes ============================= */

.page-creator section.link-boxes {

}

.page-creator section.link-boxes .link-navigation-box {

}

.page-creator section.link-boxes .link-navigation-box img {
    width: 100%;
}

.page-creator section.link-boxes .link-navigation-box .box-content {

}

.page-creator section.link-boxes .link-navigation-box .box-content h4 {
    font-weight: 600;
    font-size: 19px;
    line-height: 26px;
    margin: 0;
    padding: 15px;
    text-align: center;
}

.page-creator section.link-boxes .link-navigation-box .box-content nav {

}

.page-creator section.link-boxes .link-navigation-box .box-content nav ul {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 15px;
}

.page-creator section.link-boxes .link-navigation-box .box-content nav ul li {
    padding: 3px 0;
}

.page-creator section.link-boxes .link-navigation-box .box-content nav ul li a {
    color: #ffffff;
}

.page-creator section.link-boxes .link-navigation-box .box-content nav ul li a:focus,
.page-creator section.link-boxes .link-navigation-box .box-content nav ul li a:hover {

}

/* ============================= Section Link Boxes New Design ============================= */

.page-creator section.link-boxes-ng {

}

.page-creator section.link-boxes-ng .link-navigation-box {
    position: relative;
    display: block;
    background-attachment: inherit;
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: cover;
    background-size: contain;
    -o-background-size: contain;
    /*height: 500px;*/
    padding-bottom: 100%;
    margin-bottom: 15px;
}

.page-creator section.link-boxes-ng .link-navigation-box.two-columns {
    padding-bottom: 100%;
}

.page-creator section.link-boxes-ng .link-navigation-box.three-columns {
    padding-bottom: 120%;
}

.page-creator section.link-boxes-ng .link-navigation-box .box-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.page-creator section.link-boxes-ng .link-navigation-box .box-content .btn {
    margin: 0 auto;
}

.page-creator section.link-boxes-ng .link-navigation-box .box-content h4 {
    font-weight: 600;
    margin: 0;
    padding: 15px;
    text-align: center;
    font-size: 70px;
    line-height: 80px;
    font-family: Jalebi, Helvetica, sans-serif;
}

.page-creator section.link-boxes-ng .link-navigation-box.three-columns .box-content h4 {
    font-size: 60px;
    line-height: 70px;
}

.page-creator section.link-boxes-ng .link-navigation-box.three-columns .box-content .btn {
    min-width: 100%;
}

.page-creator section.link-boxes-ng .link-navigation-box .box-content nav {

}

.page-creator section.link-boxes-ng .link-navigation-box .box-content nav ul {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 15px;
}

.page-creator section.link-boxes-ng .link-navigation-box .box-content nav ul li {
    padding: 3px 0;
}

.page-creator section.link-boxes-ng .link-navigation-box .box-content nav ul li a {
    color: #ffffff;
}

.page-creator section.link-boxes-ng .link-navigation-box .box-content nav ul li a:focus,
.page-creator section.link-boxes-ng .link-navigation-box .box-content nav ul li a:hover {

}

/* ============================= Home Page =========================== */

body.home #content.site-content {
    padding-bottom: 0;
    padding-top: 0;
}

/* =========================== Internal Page ========================= */

body.page-template-default #content.site-content {
    padding-bottom: 0;
    padding-top: 0;
}

body.page-template-default #content.site-content strong,
body.page-template-default #content.site-content b {
    color: #00babe;
}

#page-title-banner {
    padding-top: 0;

}

#page-title-banner h1 {
    font-size: 90px;
    line-height: 80px;
    color: #FFFFFF;
    font-family: Jalebi, Helvetica, sans-serif;
}

#page-title-banner .banner-image {
    position: relative;
    display: block;
    background-attachment: inherit;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 360px;
}

#page-title-banner .banner-intro {
    text-align: center;
    padding: 50px 0 50px;
    background-attachment: inherit;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

#page-title-banner .banner-intro.title-image-side-left {
    background-position: left bottom;
}

#page-title-banner .banner-intro.title-image-side-right {
    background-position: right bottom;
}

#page-title-banner .banner-intro-text {
    text-align: center;
    padding: 30px 0 30px;
}

#page-title-banner.no-image .banner-intro {
    padding: 10px 0 10px;
}

#page-title-banner .banner-intro .intro-text {
    font-size: 22px;
    line-height: 33px;
    font-weight: 400;
}

#page-title-banner .banner-intro .intro-text h1,
#page-title-banner .banner-intro .intro-text h2,
#page-title-banner .banner-intro .intro-text h3,
#page-title-banner .banner-intro .intro-text h4,
#page-title-banner .banner-intro .intro-text h5 {
    color: inherit;
}

.section-heading {
    font-weight: 400 !important;
}

/* ============================== Our People ============================= */

body.page-template-our-people #content.site-content {
    padding-bottom: 0;
    padding-top: 0;
}

.page-template-our-people {

}

.page-template-our-people h2.main-title {
    margin-bottom: 40px;
}

.page-template-our-people h2.main-title:after {
    content: '';
    position: absolute;
    bottom: 40px;
    left: 0;
    height: 2px;
    width: 100%;
    margin: 0 auto;
    background: #00a1de;
}

.page-template-our-people article.person {
    text-align: center;
    margin-bottom: 40px;
}

.page-template-our-people article.person a {
    text-decoration: none;
}

.page-template-our-people article.person img {
    display: inline-block;
    margin-bottom: 1.1em;
    border: .5em solid #f1f1f1;
}

.page-template-our-people article.person h4 {
    font-size: 19px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 .1em 0;
    color: #1e1e1e;
}

.page-template-our-people article.person p {
    color: #999;
    margin: 0 0 .9em 0;
    font-size: 15px;
    line-height: 23px;
}

/* ======================= Our People - Single Person ====================== */

body.single-the_staff #content.site-content {
    padding-bottom: 0;
    padding-top: 0;
}

body.single-the_staff .banner-breadcrumbs-wrapper {
    background-color: #00a1de;
    color: white;
}

body.single-the_staff #breadcrumbs {
    list-style: none;
    overflow: hidden;
    margin: 5px 0 10px;
    padding: 0;
}

body.single-the_staff h1.single-person-title {
    font-weight: 400;
    font-size: 37px;
    line-height: 45px;
    color: #00a1de;
}

.post-navigation .nav-previous a, .post-navigation .nav-next a {
    display: inline-block;
    text-decoration: none;
    padding: .4em 1em .5em 1em;
    background-color: #00a1de;
    color: white;
    transition: box-shadow .2s;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
    transition: all .3s;
    border: 0 !important;
    border-radius: .25rem !important;
}

body.single-the_staff .single-person-footer {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #dddddd;
}

body.single-the_staff .single-person-footer nav {
    margin: 0;
    padding: 0;
}

/* ============================== Our Families ============================= */

body.page-template-our-families #content.site-content {
    padding-bottom: 0;
    padding-top: 0;
}

body.page-template-our-families .panel-pagination {
    margin: 20px 0;
    padding-top: 10px;
    background: #00babe;
}

body.page-template-our-families .panel-pagination a {
    color: #ffffff;
    padding: 0 .4em;
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
    text-transform: lowercase;
}

.page-template-our-families article.family {
    text-align: center;
    margin-bottom: 40px;
}

.page-template-our-families article.family a {
    text-decoration: none;
}

.page-template-our-families article.family img {
    display: inline-block;
    margin-bottom: 1.1em;
    border: .5em solid #f1f1f1;
}

.page-template-our-families article.family h4 {
    font-size: 19px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 .1em 0;
    color: #1e1e1e;
}

.page-template-our-families article.family p {
    color: #999;
    margin: 0 0 .9em 0;
    font-size: 17px;
    line-height: 23px;
    font-weight: 600;
}

/* ====================== Our Families - Single Family ===================== */
body.single-family_stories #content.site-content {
    padding-bottom: 0;
    padding-top: 0;
}

body.single-family_stories .banner-breadcrumbs-wrapper {
    background-color: #5C3874;
    color: white;
}

body.single-family_stories #breadcrumbs {
    list-style: none;
    overflow: hidden;
    margin: 5px 0 10px;
    padding: 0;
}

body.single-family_stories #content.site-content .banner-intro {
    background: #733a8c;
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
}

body.single-family_stories #content.site-content .banner-intro .page-title {
    font-size: 70px;
    line-height: 60px;
    font-family: Jalebi, Helvetica, sans-serif;
}

body.single-family_stories h1.family-title {
    font-weight: 400;
    font-size: 37px;
    line-height: 45px;
    color: #00a1de;
}

.post-navigation .nav-previous a, .post-navigation .nav-next a {
    display: inline-block;
    text-decoration: none;
    padding: .4em 1em .5em 1em;
    background-color: #00a1de;
    color: white;
    transition: box-shadow .2s;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
    transition: all .3s;
    border: 0 !important;
    border-radius: .25rem !important;
}

body.single-family_stories .post-navigation .nav-previous a, body.single-family_stories .post-navigation .nav-next a {
    background-color: #733a8c;
}

body.single-family_stories .post-navigation .nav-previous a:hover, body.single-family_stories .post-navigation .nav-next a:hover,
body.single-family_stories .post-navigation .nav-previous a:focus, body.single-family_stories .post-navigation .nav-next a:focus {
    background-color: #5C3874;
}

.post-navigation .nav-previous a {
    margin-right: 5px;
}

.post-navigation .nav-next a {
    margin-left: 5px;
}

body.single-family_stories .family-content .family-thumbnail {
    /*margin: 25px 0 15px 15px;*/
    /*width: 42.30769%;*/
    /*margin-right: 0;*/
    /*float: right;*/
}

body.single-family_stories .family-content .family-thumbnail img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto !important;
    width: auto;
}

body.single-family_stories .family-footer {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #dddddd;
}

body.single-family_stories .family-footer nav {
    margin: 0;
    padding: 0;
}

body.single-family_stories blockquote {
    background: #00a8b4;
}

body.single-family_stories blockquote:after {
    border-top-color: #00a8b4;
}

/* ======================== Stores Page ======================= */
body.page-template-findashop #content.site-content {
    padding-bottom: 0;
    padding-top: 0;
}

#shops-filters {

}

#shops-map {

}

#shops-map .acf-map {
    width: 100%;
    height: 500px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

/* fixes potential theme css conflict */
#shops-map .acf-map img {
    max-width: inherit !important;
}

#shops-list {

}

/* ======================== Blog/Archive Page ======================= */
body.page-news .page-creator section,
body.blog .page-creator section,
body.archive .page-creator section {
    padding: 30px 0 15px;
}

body.page-news #content.site-content,
body.blog #content.site-content,
body.archive #content.site-content {
    padding-bottom: 0;
    padding-top: 0;
}

body.page-news #page-title-banner,
body.blog #page-title-banner,
body.archive #page-title-banner {
    /*background-color: #9DAD10;*/
    /*color: white;*/
    margin-bottom: 20px;
}

body.page-news #page-title-banner.no-image .banner-intro,
body.blog #page-title-banner.no-image .banner-intro,
body.archive #page-title-banner.no-image .banner-intro {
    padding: 10px 0 0;
    margin-bottom: 0;
    background-color: #65bac9;
    color: #fefefe;
}

body.page-news #news-box > div,
body.blog #news-box > div,
body.archive #news-box > div {
    margin-bottom: 25px;
}

body.page-news #news-box > div:before,
body.blog #news-box > div:before,
body.archive #news-box > div:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    width: 90%;
    margin: 0 auto;
    height: 1px;
    /* background: #00a1de; */
    border-bottom: 1px solid #c0c0c0;
    padding-top: 0;
}

body.page-news #news-box > div:last-child:before,
body.page-news #news-box > div:nth-last-child(2):before,
body.blog #news-box > div:last-child:before,
body.blog #news-box > div:nth-last-child(2):before,
body.archive #news-box > div:last-child:before,
body.archive #news-box > div:nth-last-child(2):before {
    border-bottom: none;
}

body.page-news a.news,
body.blog a.news,
body.archive a.news {
    display: block;
    color: #1e1e1e;
    text-decoration: none;
}

body.page-news a.news .news-image,
body.blog a.news .news-image,
body.archive a.news .news-image {
    width: 33%;
    float: left;
    margin-right: 2%;
    margin-bottom: 0;
}

@media (min-width: 15em) {
    body.page-news a.news .news-image img,
    body.blog a.news .news-image img,
    body.archive a.news .news-image img {
        max-width: 100%;
    }
}

body.page-news a.news .news-image img,
body.blog a.news .news-image img,
body.archive a.news .news-image img {
    max-width: 100%;
    /*border: .5em solid #f1f1f1;*/
}

body.page-news a.news .news-content,
body.blog a.news .news-content,
body.archive a.news .news-content {
    width: 64.70588%;
    float: left;
    margin-right: 0;
    /*padding-top: 1em;*/
    position: relative;
    margin-bottom: 25px;
}

body.page-news a.news .news-content .btn,
body.blog a.news .news-content .btn,
body.archive a.news .news-content .btn {
    margin: 0 !important;
}

/*body.page-news a.news .news-content:before,*/
/*body.blog a.news .news-content:before,*/
/*body.archive a.news .news-content:before {*/
/*content: "";*/
/*width: 2.5em;*/
/*border-bottom: 2px solid #a2ad00;*/
/*position: absolute;*/
/*top: 0;*/
/*}*/

body.page-news a.news .news-content .posted,
body.blog a.news .news-content .posted,
body.archive a.news .news-content .posted {
    margin: 0 0 .5em 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

body.page-news a.news .news-content h3,
body.blog a.news .news-content h3,
body.archive a.news .news-content h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 4px 0;
    color: #00babe;
}

body.page-news a.news .news-content p,
body.blog a.news .news-content p,
body.archive a.news .news-content p {
    margin: 0 0 .75em 0;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
}

/* ======================== Single Page ======================= */

body.single-news #content.site-content,
body.single-jobs #content.site-content,
body.single-post #content.site-content {
    padding-bottom: 0;
    padding-top: 0;
}

body.single-news .banner-breadcrumbs-wrapper,
body.single-jobs .banner-breadcrumbs-wrapper,
body.single-post .banner-breadcrumbs-wrapper {
    background-color: #0090c7;
    color: white;
}

body.single-news .banner-breadcrumbs-wrapper {
    background-color: #41a8ba;
}

body.single-jobs .banner-breadcrumbs-wrapper {
    background-color: #d35216;
}

body.single-news #breadcrumbs,
body.single-jobs #breadcrumbs,
body.single-post #breadcrumbs {
    list-style: none;
    overflow: hidden;
    margin: 5px 0 10px;
    padding: 0;
}

body.single-news h1.single-title,
body.single-jobs h1.single-title,
body.single-post h1.single-title {
    font-weight: 400;
    font-size: 37px;
    line-height: 45px;
    color: #00a1de;
}

body.single-jobs #content.site-content .banner-intro,
body.single-news #content.site-content .banner-intro,
body.single-post #content.site-content .banner-intro {
    background: #00a1de;
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
}

body.single-news #content.site-content .banner-intro {
    background: #65bac9;
}

body.single-jobs #content.site-content .banner-intro {
    background: #ea5e32;
}

body.single-jobs #content.site-content .banner-intro .page-title,
body.single-news #content.site-content .banner-intro .page-title,
body.single-post #content.site-content .banner-intro .page-title {
    font-size: 70px;
    line-height: 60px;
    font-family: Jalebi, Helvetica, sans-serif;
}

.single-thumbnail-mobile {
    display: none;
}

.single-thumbnail {
    display: block;
}

body.single-news .post-navigation .nav-previous a, body.single-news .post-navigation .nav-next a,
body.single-jobs .post-navigation .nav-previous a, body.single-jobs .post-navigation .nav-next a,
body.single-post .post-navigation .nav-previous a, body.single-post .post-navigation .nav-next a {
    display: inline-block;
    text-decoration: none;
    padding: .4em 1em .5em 1em;
    background-color: #00a1de;
    color: white;
    transition: box-shadow .2s;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
    transition: all .3s;
    border: 0 !important;
    border-radius: .25rem !important;
}

body.single-news .post-navigation .nav-previous a, body.single-news .post-navigation .nav-next a {
    background-color: #65bac9;
}

body.single-jobs .post-navigation .nav-previous a, body.single-jobs .post-navigation .nav-next a {
    background-color: #ea5e32;
}

body.single-news .post-navigation .nav-previous a:hover, body.single-news .post-navigation .nav-next a:hover,
body.single-jobs .post-navigation .nav-previous a:hover, body.single-jobs .post-navigation .nav-next a:hover,
body.single-post .post-navigation .nav-previous a:hover, body.single-post .post-navigation .nav-next a:hover,
body.single-news .post-navigation .nav-previous a:focus, body.single-news .post-navigation .nav-next a:focus,
body.single-jobs .post-navigation .nav-previous a:focus, body.single-jobs .post-navigation .nav-next a:focus,
body.single-post .post-navigation .nav-previous a:focus, body.single-post .post-navigation .nav-next a:focus {
    background-color: #0081bd;
    color: white;
}

body.single-news .post-navigation .nav-previous a:focus, body.single-news .post-navigation .nav-next a:focus,
body.single-news .post-navigation .nav-previous a:hover, body.single-news .post-navigation .nav-next a:hover {
    background-color: #41a8ba;
}

body.single-jobs .post-navigation .nav-previous a:focus, body.single-jobs .post-navigation .nav-next a:focus,
body.single-jobs .post-navigation .nav-previous a:hover, body.single-jobs .post-navigation .nav-next a:hover {
    background-color: #d35216;
}

body.single-jobs .single-footer {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #dddddd;
}

body.single-news .single-footer,
body.single-post .single-footer {
    padding-top: 20px;
}

blog.single-news #content.site-content .single-footer,
blog.single-post #content.site-content .single-footer {

}

body.single-news .single-footer nav,
body.single-post .single-footer nav {
    margin: 0;
    padding: 0;
}

body.single-news #more-news,
body.single-post #more-news {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px dashed #00a1de;
}

body.single-news #more-news h2,
body.single-post #more-news h2 {
    font-weight: 400;
    font-size: 27px;
    line-height: 38px;
    margin: 10px 0 40px;
    text-align: center;
}

body.single-news #more-news a.news,
body.single-post #more-news a.news {
    display: block;
    color: #1e1e1e;
    text-decoration: none;
}

body.single-news #more-news a.news .news-image,
body.single-post #more-news a.news .news-image {
    width: 29.41176%;
    float: left;
    margin-right: 5.88235%;
    margin-bottom: 0;
}

@media (min-width: 15em) {
    body.single-news #more-news a.news .news-image img,
    body.single-post #more-news a.news .news-image img {
        max-width: 100%;
    }
}

body.single-news #more-news a.news .news-image img,
body.single-post #more-news a.news .news-image img {
    max-width: 100%;
    border: .5em solid #f1f1f1;
}

body.single-news #more-news a.news .news-content,
body.single-post #more-news a.news .news-content {
    width: 64.70588%;
    float: left;
    margin-right: 0;
    padding-top: 1em;
    position: relative;
    margin-bottom: 25px;
}

body.single-news #more-news a.news .news-content:before,
body.single-post #more-news a.news .news-content:before {
    content: "";
    width: 2.5em;
    border-bottom: 2px solid #a2ad00;
    position: absolute;
    top: 0;
}

body.single-news #more-news a.news .news-content .posted,
body.single-post #more-news a.news .news-content .posted {
    margin: 0 0 .5em 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

body.single-news #more-news a.news .news-content h3,
body.single-post #more-news a.news .news-content h3 {
    font-size: 20px;
    line-height: 29px;
    font-weight: 600;
    margin: 0 0 4px 0;
}

body.single-news #more-news a.news .news-content p,
body.single-post #more-news a.news .news-content p {
    margin: 0 0 .75em 0;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
}

/* ============================== Jobs ============================= */

article.job a {
    color: #1e1e1e;

}

article.job a {
    display: block;
    color: #1e1e1e !important;
    text-decoration: none;
}

article.job h3 {
    font-size: 20px !important;
    line-height: 29px !important;
    color: #00babe;
    font-weight: 600;
}

article.job p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
}

article.job .career-salary {
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
}

article.job .career-salary span {
    font-weight: 600;
}

/* ============================== Events Page ============================= */

body.page-template-events #content.site-content {
    padding-bottom: 0;
    padding-top: 0;
}

body.page-template-events #content.site-content .btn {
    min-width: auto;
}

/*.calendar, .calendar--active-events, .calendar--community-events {*/
/*display: block;*/
/*position: relative;*/
/*border-radius: .5em;*/
/*box-shadow: 0.05em 0.1em 0.4em -0.1em rgba(0, 0, 0, 0.4);*/
/*max-width: 18em;*/
/*margin-left: auto;*/
/*margin-right: auto;*/
/*margin-bottom: 30px;*/
/*text-align: left;*/
/*}*/

/*@media (min-width: 992px) {*/
/*.calendar:before, .calendar--active-events:before, .calendar--community-events:before {*/
/*height: 3.6em;*/
/*}*/
/*}*/

/*.calendar:before, .calendar--active-events:before, .calendar--community-events:before {*/
/*display: block;*/
/*width: 100%;*/
/*height: 3em;*/
/*border-radius: .5em .5em 0 0;*/
/*background-color: #bb1c22;*/
/*background-image: linear-gradient(to top, #bb1c22, #bb1c22 .3rem, #e42e2b .3rem, #e42e2b);*/
/*content: "";*/
/*}*/

/*.calendar--active-events:before {*/
/*background-color: #00a1de;*/
/*background-image: linear-gradient(to top, #00a1de, #00a1de .3rem, #2cc5ff .3rem, #2cc5ff);*/
/*}*/

.calendar a, .calendar--active-events a, .calendar--community-events a {
    text-decoration: none;
}

.calendar-content {
    padding: 0 10px;
    margin-bottom: 25px;
}

.calendar-date {
    display: block;
}

@media (min-width: 992px) {
    .calendar-date {
        float: left;
        text-align: center;
        background: #fbe8d8;
        padding: 10px 10px;
        width: 100%;
    }
}

.calendar-date .date-day {
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    margin-right: .25em;
}

@media (min-width: 992px) {

    .calendar-date .date-day {
        display: inline-block;
        margin-right: 0;
        font-size: 30px;
    }
}

.calendar-date .date-month {
    text-transform: uppercase;
    font-size: .9em;
}

@media (min-width: 992px) {
    .calendar-date .date-month {
        display: inline-block;
    }
}

.calendar-event {
    background: #00aae7;
    color: #ffffff;
    margin: 0;
    font-size: .9em;
    text-align: center;
    padding: 18px;
    height: 55px;
}

@media (min-width: 992px) {
    .calendar-event {
        position: relative;
        font-weight: 600;
        font-size: 1em;
        line-height: 1.3;
    }
}

.calendar-content:after {
    content: "";
    display: table;
    clear: both;
}

/*.calendar:after, .calendar--active-events:after, .calendar--community-events:after {*/
/*position: absolute;*/
/*top: -.55em;*/
/*left: 0;*/
/*display: block;*/
/*width: 100%;*/
/*height: 3.5em;*/
/*background-image: url(../svg/ring-bind.svg), url(../svg/ring-bind.svg);*/
/*background-repeat: no-repeat;*/
/*background-size: auto 80%;*/
/*background-position: 10% top, 90% top;*/
/*content: "";*/
/*}*/

/*@media (min-width: 992px) {*/
/*.calendar:after, .calendar--active-events:after, .calendar--community-events:after {*/
/*background-size: auto 90%;*/
/*}*/

/*}*/

/*.calendar--active-events:after {*/
/*background-image: url(../svg/ring-bind--active-events.svg), url(../svg/ring-bind--active-events.svg);*/
/*}*/

#search-box .btn {
    margin-top: 34px;
}

/* ============================== Single Event Page ============================= */

body.single-find_a_shop #content.site-content,
body.single-events #content.site-content {
    padding-top: 0;
}

body.single-find_a_shop .banner-breadcrumbs-wrapper,
body.single-events .banner-breadcrumbs-wrapper {
    background-color: #9DAD10;
    color: white;
}

body.single-find_a_shop #breadcrumbs,
body.single-events #breadcrumbs {
    list-style: none;
    overflow: hidden;
    margin: 5px 0 10px;
    padding: 0;
}

body.single-find_a_shop #content.site-content .page-title-banner.main-banner-title,
body.single-events #content.site-content .page-title-banner.main-banner-title {
    padding-top: 0;
}

body.single-find_a_shop #content.site-content .page-title-banner.main-banner-title .banner-intro,
body.single-events #content.site-content .page-title-banner.main-banner-title .banner-intro {
    background: #ec008c;
    color: #ffffff;
    padding: 40px 0;
    text-align: center;
}

body.single-find_a_shop #content.site-content .page-title-banner.second-banner-title .banner-intro,
body.single-events #content.site-content .page-title-banner.second-banner-title .banner-intro {
    background: #d6498a;
    color: #ffffff;
    padding: 40px 0;
    text-align: center;
}

body.single-find_a_shop #content.site-content .page-title,
body.single-events #content.site-content .page-title {
    font-size: 90px;
    line-height: 80px;
    font-family: Jalebi, Helvetica, sans-serif;
}

body.single-find_a_shop #content.site-content h2.page-title,
body.single-events #content.site-content h2.page-title {
    font-size: 80px;
    line-height: 70px;
}

body.single-events #content.site-content .event-location,
body.single-events #content.site-content .event-tickets,
body.single-events #content.site-content .event-enquiry {
    padding-top: 1.5em;
    margin-top: 1.5em;
}

body.single-find_a_shop .field-label .navigation.post-navigation,
body.single-events #content.site-content .navigation.post-navigation {
    width: 100%;
}

body.single-find_a_shop .field-label,
body.single-events #content.site-content .field-label {
    font-weight: 600;
    display: block;
}

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
    max-width: inherit !important;
}

body.single-events #content.site-content .gform_wrapper .top_label .gfield_label {
    color: #00babe;
}

body.single-events #content.site-content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 10px 15px;
    width: 100%;
    border-radius: 1px;
    background: #e6e7e8;
    border: none;
}
















/* ============================== Add Supporter Events Page ============================= */

body.page-template-add-supporter-event #content.site-content {
    padding-bottom: 0;
    padding-top: 0;
}

/* ============================== Supporter Events Page ============================= */

body.page-template-supporter-events #content.site-content {
    padding-bottom: 0;
    padding-top: 0;
}

body.page-template-supporter-events #content.site-content .btn {
    min-width: auto;
}

/* ============================== Single Supporter Event Page ============================= */

body.single-supporter_events #content.site-content {
    padding-top: 0;
}
body.single-supporter_events .banner-breadcrumbs-wrapper {
    background-color: #9DAD10;
    color: white;
}
body.single-supporter_events #breadcrumbs {
    list-style: none;
    overflow: hidden;
    margin: 5px 0 10px;
    padding: 0;
}
body.single-supporter_events #content.site-content .page-title-banner.main-banner-title {
    padding-top: 0;
}

body.single-supporter_events #content.site-content .page-title-banner.main-banner-title .banner-intro {
    background: #00a8b4;
    color: #ffffff;
    padding: 40px 0;
    text-align: center;
}
body.single-supporter_events #content.site-content .page-title-banner.second-banner-title .banner-intro {
    background: #00a8b4;
    color: #ffffff;
    padding: 40px 0;
    text-align: center;
}
body.single-supporter_events #content.site-content .page-title {
    font-size: 90px;
    line-height: 80px;
    font-family: Jalebi, Helvetica, sans-serif;
}
body.single-supporter_events #content.site-content h2.page-title {
    font-size: 80px;
    line-height: 70px;
}
body.single-supporter_events #content.site-content .event-location,
body.single-supporter_events #content.site-content .event-tickets,
body.single-supporter_events #content.site-content .event-enquiry {
    padding-top: 1.5em;
    margin-top: 1.5em;
}
body.single-supporter_events #content.site-content .navigation.post-navigation {
    width: 100%;
}
body.single-supporter_events #content.site-content .field-label {
    font-weight: 600;
    display: block;
}
body.single-supporter_events #content.site-content .gform_wrapper .top_label .gfield_label {
    color: #00babe;
}




/* ============================== Sibling Events Page ============================= */

body.page-template-sibling-events #content.site-content {
    padding-bottom: 0;
    padding-top: 0;
}

body.page-template-sibling-events #content.site-content .btn {
    min-width: auto;
}

/* ============================== SiblingSupporter Event Page ============================= */

body.single-sibling_events #content.site-content {
    padding-top: 0;
}
body.single-sibling_events .banner-breadcrumbs-wrapper {
    background-color: #9DAD10;
    color: white;
}
body.single-sibling_events #breadcrumbs {
    list-style: none;
    overflow: hidden;
    margin: 5px 0 10px;
    padding: 0;
}
body.single-sibling_events #content.site-content .page-title-banner.main-banner-title {
    padding-top: 0;
}

body.single-sibling_events #content.site-content .page-title-banner.main-banner-title .banner-intro {
    background: #ec008c;
    color: #ffffff;
    padding: 40px 0;
    text-align: center;
}
body.single-sibling_events #content.site-content .page-title-banner.second-banner-title .banner-intro {
    background: #d6498a;
    color: #ffffff;
    padding: 40px 0;
    text-align: center;
}
body.single-sibling_events #content.site-content .page-title {
    font-size: 90px;
    line-height: 80px;
    font-family: Jalebi, Helvetica, sans-serif;
}
body.single-sibling_events #content.site-content h2.page-title {
    font-size: 80px;
    line-height: 70px;
}
body.single-sibling_events #content.site-content .event-location,
body.single-sibling_events #content.site-content .event-tickets,
body.single-sibling_events #content.site-content .event-enquiry {
    padding-top: 1.5em;
    margin-top: 1.5em;
}
body.single-sibling_events #content.site-content .navigation.post-navigation {
    width: 100%;
}
body.single-sibling_events #content.site-content .field-label {
    font-weight: 600;
    display: block;
}
body.single-sibling_events #content.site-content .gform_wrapper .top_label .gfield_label {
    color: #00babe;
}
body.single-sibling_events #content.site-content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 10px 15px;
    width: 100%;
    border-radius: 1px;
    background: #e6e7e8;
    border: none;
}






/* ============================== Footer ============================= */

aside.page-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

.contents-menu {
    margin: 0 0 24px 0;
}

.contents-menu h4 {
    background: #00a1de;
    color: white;
    padding: 12px 16px;
    /*font-family: "Gloria Hallelujah", cursive;*/
    margin: 0;
    text-align: center;
    font-size: 19px;
    line-height: 26px;
    font-weight: 600;
}

.section-blue .contents-menu h4,
.section-blue .paragraphs-item-page-intro-section .curve-inner,
.section-blue .title-section .breadcrumb-wrapper,
.section-blue .title-section .title-wrapper,
.section-blue.paragraphs-item-navigation-box {
    background: #00a1de;
}

.contents-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.contents-menu ul li {
    width: 100%;
}

.contents-menu ul a {
    display: block;
    text-align: center;
    text-decoration: none;
    background: #f1f1f1;
    padding: 16px;
    color: #1e1e1e;
    border-bottom: 1px solid white;
}

.contents-menu ul a:focus,
.contents-menu ul a:hover,
.contents-menu ul a.active {
    background-color: #D8D8D8 !important;
}

/* ============================== Footer ============================= */
footer.site-footer {
    margin-top: 15px;
    background-color: #cadaeb !important;
}

.footer-info h2 {
    /*font-family: "Gloria Hallelujah", cursive;*/
}

h3.widget-title {
    /*font-family: "Gloria Hallelujah", cursive;*/
    color: #1e1e1e;
    font-size: 27px !important;
    line-height: 38px;
    font-weight: 400;
}

@media (min-width: 768px) {
    .social-banner-block {
        padding: 24px 16px;
    }
}

#footer-google-maps {
    height: 300px;
}

.social-banner-block {
    position: relative;
    z-index: 0;
    padding: 50px 25px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    background-image: url('../img/say-hello.jpg');
    background-color: #3b58a8;
}

.social-banner-block .banner {
    position: relative;
    max-width: 560px;
    padding: 32px;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    font-size: 17px;
}

@media (min-width: 768px) {
    /*.social-banner-block .banner {*/
    /*margin: 64px auto 32px;*/
    /*}*/
    /*.social-banner-block .banner:before {*/
    /*position: absolute;*/
    /*top: -64px;*/
    /*left: -96px;*/
    /*z-index: -1;*/
    /*display: block;*/
    /*width: calc(100% + 208px);*/
    /*height: 10em;*/
    /*background-image: url(../svg/connie.svg),*/
    /*url(../svg/cassandra.svg);*/
    /*background-repeat: no-repeat;*/
    /*background-size: auto 100%;*/
    /*background-position: left center, right center;*/
    /*content: "";*/
    /*}*/
    /*.social-banner-block .banner:after {*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*z-index: -1;*/
    /*display: block;*/
    /*width: 100%;*/
    /*height: 2px;*/
    /*border-radius: 50%;*/
    /*background-color: #c3c3c3;*/
    /*box-shadow: 0 0 0 24px #c3c3c3;*/
    /*content: "";*/
    /*}*/
}

p, ul, ol, address {
    margin-top: .75em;
    margin-bottom: 1em;
}

.social-banner-block .banner > *:first-child {
    margin-top: 0;
}

.social-banner-block .banner > *:last-child {
    margin-bottom: 0;
}

.social-banner-block .banner h3 {
    font-family: Jalebi, Helvetica, sans-serif;
    font-size: 90px;
    line-height: 80px;
    padding-bottom: 35px;
    font-weight: 400;
    margin: 0 0 12px 0;
}

.social-link-blocks {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 352px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    list-style: none;
}

@media (min-width: 30em) {
    .social-link-blocks .block-item {
        margin-right: 16px;
        min-width: initial;
    }
}

.social-link-blocks .block-item {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 20%;
}

.copyright a, footer#colophon a {
    color: inherit;
}

@media (min-width: 768px) {
    .social-link-blocks .block-item > a {
        font-size: 24px;
    }
}

.social-link-blocks .block-item > a {
    padding: 20px;
    display: block;
    color: #fef102 !important;
    text-decoration: none;
    line-height: 1;
    font-size: 35px;
}

.social-link-blocks .block-link--twitter {
    background-color: #00aced;
}

#footer-widget {
    margin: 30px 0 0;
}

#footer-widget .widget {
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    color: #3B58A8;
}

#footer-widget .widget h3.widget-title {
    color: #3B58A8;
}

.footer-info {
    padding: 0;
}

.footer-copyright {
    padding: 16px 32px;
    background-color: #e3eaf3;
    color: #3B58A8;
    font-size: 14px;
}

.footer-info .container ul.widget-links {
    list-style: none;
    padding: 0;
}

.footer-info .container ul.widget-links a {
    text-decoration: none;
    color: #00a1de !important;
}

.footer-info .container ul.widget-links a:hover {
    text-decoration: underline;
    color: #008cc8 !important;
}

/*=========================== Page Donations ==============================*/

body.page-template-donation #content.site-content {
    padding-bottom: 0;
    padding-top: 0;
}

body.page-template-donation #page-title-banner {
    padding-bottom: 0;
}

body.page-template-donation #page-title-banner .banner-intro-text {
    padding: 30px 0 0;
}

body.page-template-donation .donation-box {

}

body.page-template-donation .donation-box .tab-content {
    border: none;
    padding: 20px;
    background: #cadaeb;
    color: #0329a4;
}

body.page-template-donation .donation-box .gform_wrapper .gform_page_footer {
    margin: 14px 0;
    width: 100%;
    border-top: none;
    padding: 16px 0 0;
    clear: both;
}

body.page-template-donation .donation-box .nav-tabs > li {
    float: none;
    display: inline-block;
    *display: inline; /* ie7 fix */
    zoom: 1; /* hasLayout ie7 trigger */
    margin: 0 4px;
    margin-bottom: 0;
    max-width: 43%;
}

body.page-template-donation .donation-box .nav-tabs > li.active {
}

body.page-template-donation .donation-box .nav-tabs > li > a {
    display: block;
    text-decoration: none;
    font-weight: 600;
    padding: 15px 40px;
    color: #bd2427;
    background: #f1d6e7;
    background: linear-gradient(#f1d6e7 80%, #e2c6d8 100%);
    border: none;
}

body.page-template-donation .donation-box .nav-tabs > li > a.active {
    color: #0329a4;
    background: #cadaeb;
    border-bottom: none;
}

body.page-template-donation .donation-box .nav-tabs {
    text-align: center;
    display: block;
    border-bottom: none;
}

body.page-donate .page-creator section.wysiwyg-editor h1 {
    font-size: 37px;
    line-height: 52px;
}

.donation-item {
    background: #f5f5f5;
}

.donation-item .donation-amount {
    background: #a5aad5;
    color: #ffffff !important;
    margin: 0;
    padding: 10px 15px;
    font-weight: 900;
    font-size: 17px;
    line-height: 26px;
}

.gfield_radio li:nth-child(1) .donation-item .donation-amount {
    background: #a5aad5;
}

.gfield_radio li:nth-child(2) .donation-item .donation-amount {
    background: #8189c4;
}

.gfield_radio li:nth-child(3) .donation-item .donation-amount {
    background: #5f6fb5;
}

.gfield_radio li:nth-child(4) .donation-item .donation-amount {
    background: #3a58a7;
}

/*.donation-image {*/
/*border-top: 4px solid #727a00;*/
/*}*/

.donation-caption {
    margin: 0;
    padding: 10px;
    background: #f5f5f5;
    text-align: justify;
}

#gform_wrapper_5 #field_5_2 input[type="radio"],
#gform_wrapper_3 #field_3_2 input[type="radio"] {
    visibility: hidden;
    display: none;
}

#gform_wrapper_5 #field_5_7,
#gform_wrapper_3 #field_3_7,
#gform_wrapper_5 #field_5_2 .gfield_label,
#gform_wrapper_3 #field_3_2 .gfield_label {
    display: none;
}

.gform_wrapper#gform_wrapper_5 ul.gform_fields li.gfield#field_5_2,
.gform_wrapper#gform_wrapper_3 ul.gform_fields li.gfield#field_3_2 {
    text-align: center;
}

.gform_wrapper#gform_wrapper_5 .gform_footer,
.gform_wrapper#gform_wrapper_3 .gform_footer,
.gform_wrapper#gform_wrapper_5 .gfield_price,
.gform_wrapper#gform_wrapper_3 .gfield_price,
.gform_wrapper#gform_wrapper_5 .gform_page_footer,
.gform_wrapper#gform_wrapper_3 .gform_page_footer {
    text-align: center;
}

.gform_wrapper#gform_wrapper_5 li.gfield.gf_list_2col ul.gfield_checkbox li label,
.gform_wrapper#gform_wrapper_5 li.gfield.gf_list_2col ul.gfield_radio li label,
.gform_wrapper#gform_wrapper_5 li.gfield.gf_list_3col ul.gfield_checkbox li label,
.gform_wrapper#gform_wrapper_5 li.gfield.gf_list_3col ul.gfield_radio li label,
.gform_wrapper#gform_wrapper_5 li.gfield.gf_list_4col ul.gfield_checkbox li label,
.gform_wrapper#gform_wrapper_5 li.gfield.gf_list_4col ul.gfield_radio li label,
.gform_wrapper#gform_wrapper_3 li.gfield.gf_list_2col ul.gfield_checkbox li label,
.gform_wrapper#gform_wrapper_3 li.gfield.gf_list_2col ul.gfield_radio li label,
.gform_wrapper#gform_wrapper_3 li.gfield.gf_list_3col ul.gfield_checkbox li label,
.gform_wrapper#gform_wrapper_3 li.gfield.gf_list_3col ul.gfield_radio li label,
.gform_wrapper#gform_wrapper_3 li.gfield.gf_list_4col ul.gfield_checkbox li label,
.gform_wrapper#gform_wrapper_3 li.gfield.gf_list_4col ul.gfield_radio li label {
    max-width: 95%;
    white-space: unset;
    overflow: unset;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.gform_wrapper#gform_wrapper_5 ul.gfield_radio li input[type=radio]:checked + label,
.gform_wrapper#gform_wrapper_3 ul.gfield_radio li input[type=radio]:checked + label {
    font-weight: 700;
}

.gform_wrapper#gform_wrapper_5 ul.gfield_radio li input[type=radio]:checked + label .donation-item,
.gform_wrapper#gform_wrapper_3 ul.gfield_radio li input[type=radio]:checked + label .donation-item {
    /*background: #D10074;*/
    transform: translateY(5px);
}

.gform_wrapper#gform_wrapper_5 ul.gfield_radio li input[type=radio]:checked + label .donation-item img,
.gform_wrapper#gform_wrapper_3 ul.gfield_radio li input[type=radio]:checked + label .donation-item img {
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .4);
}

.gform_wrapper .gsection_title {
    color: #ec008c;
    font-size: 1.5em;
}

.gform_wrapper#gform_wrapper_5 .top_label input.medium,
.gform_wrapper#gform_wrapper_5 .top_label select.medium,
.gform_wrapper#gform_wrapper_3 .top_label input.medium,
.gform_wrapper#gform_wrapper_3 .top_label select.medium {
    width: 100%;
}

.gfield_description ol {
    padding-left: 15px;
}

.gform_wrapper#gform_wrapper_5 .gfield_checkbox li label,
.gform_wrapper#gform_wrapper_3 .gfield_checkbox li label,
.gform_wrapper#gform_wrapper_5 .gfield_radio li label,
.gform_wrapper#gform_wrapper_3 .gfield_radio li label {
    margin: 2px 0 0 15px;
}

.gform_wrapper#gform_wrapper_5 #field_5_2 .gfield_radio li label,
.gform_wrapper#gform_wrapper_3 #field_3_2 .gfield_radio li label {
    margin: 2px 0 0 5px;
}

.gform_wrapper#gform_wrapper_5 ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.gform_wrapper#gform_wrapper_5 ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_wrapper#gform_wrapper_5 ul.gform_fields li.gfield input[type=radio],
.gform_wrapper#gform_wrapper_5 ul.gform_fields li.gfield select,
.gform_wrapper#gform_wrapper_5 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper#gform_wrapper_3 ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.gform_wrapper#gform_wrapper_3 ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_wrapper#gform_wrapper_3 ul.gform_fields li.gfield input[type=radio],
.gform_wrapper#gform_wrapper_3 ul.gform_fields li.gfield select,
.gform_wrapper#gform_wrapper_3 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 9px 12px;
    color: #1e1e1e;
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
}

/* JEUSU EDIT: fix radios being full width on single dontaion form */
.gform_wrapper#gform_wrapper_3 ul.gform_fields li.gfield input[type=radio]{
    width: auto;
    vertical-align: top;
}

em.text-center {
    display: block;
}

/* ============================== Page 404 ============================= */

body.error404 #content.site-content {
    padding-bottom: 0;
    padding-top: 0;
    min-height: auto !important;
    height: auto !important;
}

body.error404 .page-creator {
    min-height: auto !important;
    height: auto !important;
    text-align: center;
}

/* ============================== Additional ============================= */

.promo-container {
    background: #f0ab00;
    color: white;
    padding: 1.5em 2em 2em 2em;
    border-radius: 1em;
}

.promo-container h2 {
    color: white;
}

.gform_wrapper h1,
.gform_wrapper h2,
.gform_wrapper h3,
.gform_wrapper h4,
.gform_wrapper h5 {
    font-weight: 400 !important;
}

#content.site-content {
    min-height: auto !important;
}

main.no-breadcrumb #page-title-banner.no-image .banner-intro {
    padding: 50px 0 50px !important;
}

.ff-loadmore-wrapper {
    display: none;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label {
    color: #ec008c;
    font-weight: 700;
    font-size: 14px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after {
    color: #ec008c;
}

/*=========================== MEDIA QUERIES ==============================*/

@media (max-width: 320px) {
    body {
        font-size: 14px;
    }

    h1, .h1 {
        font-size: 22px;
    }

    h2, .h2 {
        font-size: 20px;
    }

    h3, .h3 {
        font-size: 18px;
    }

    h4, .h4 {
        font-size: 16px;
    }

    h5, .h5 {
        font-size: 14px;
    }

    .navbar-light .navbar-brand {
        padding: 0;
    }

    .site-header-branding {
        padding: 0 15px;
        border: 0;
        margin: 0 auto;
        width: auto;
    }

    #masthead img.logo {
        height: 50px;
        margin: 10px 0;
        width: auto;
    }

    .number-donate {
        display: none;
    }

    .phone-numbers-mobile {
        display: block !important;
        float: right;
        margin: 15px 25px;
    }

    .phone-numbers-mobile .number {
        min-width: auto;
    }

    .care-quality {
        display: none;
    }

    .care-quality-mobile {
        display: block;
        padding: 0;
        width: 100px;
    }

    .site-header-branding a.number {
        display: block;
        float: left;
        width: auto;
        text-align: center;
        padding: 5px 15px;
        font-size: 20px;
        line-height: 30px;
        margin-left: 0;
        min-width: auto;
    }

    .site-header-branding a.number span.phone-name {
        display: block;
        color: #00a1de;
        font-size: 22px;
        font-weight: 900;
    }

    .site-header-branding a.number span {
        font-size: 16px;
    }

    .navbar-light .navbar-toggler {
        display: none;
    }

    #mega-menu-wrap-primary {
        clear: both;
        width: 100%;
        background: transparent;
    }

    #mega-menu-wrap-primary .mega-menu-toggle {
        background: #f1f1f1;
    }

    #mega-menu-wrap-primary #mega-menu-primary {
        background: #ffffff;
        color: #1e1e1e;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        line-height: 30px;
        height: auto;
    }

    #mega-menu-wrap-primary .mega-sub-menu {
        box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item {
        border-bottom: 1px solid #eee;
    }

    .btn-primary {
        font-size: 13px;
        line-height: 20px;
    }

    /* ================================= Sections ================================= */
    .page-creator section {
        padding: 15px 0;
    }

    .page-creator section.background-image {
        height: 300px !important;
    }

    .page-creator section.background-image .background-image-content {
        padding: 0px;
        text-align: center;
        vertical-align: bottom;
    }

    .page-creator section.background-image .background-image-content h1 {
        margin-bottom: 0px;
        font-size: 2rem;
        line-height: 2.5rem;
        text-shadow: inherit;
    }

    .page-creator section.background-image .background-image-content .btn {
        margin: 0 auto;
        width: auto;
        min-width: 0;
    }

    .page-creator section.background-image .background-image-content .hero-caption {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .page-creator section.background-image .background-image-content .btn-orange {
        font-size: 13px;
        line-height: 20px;
    }

    .page-creator section.background-image .background-image-content .mobile-change h1 {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .page-creator section.background-image .background-image-content .mobile-change .hero-caption {
        line-height: 20px;
    }

    .page-creator section.wysiwyg-editor h1, .page-creator section.wysiwyg-editor h2, .page-creator section.wysiwyg-editor h3, .page-creator section.wysiwyg-editor h4, .page-creator section.wysiwyg-editor h5 {
        font-size: 25px;
    }

    .page-creator section.wysiwyg-editor-box .section-content-box h1 {
        font-size: 24px;
        line-height: 52px;
        font-weight: 400;
    }

    .page-creator section.wysiwyg-editor-box .section-content-box {
        padding: 8px;
    }

    .promo-container {
        padding: 15px;
        border-radius: 10%;
        margin: 15px 0;
    }

    .page-creator section.background-color .background-color-content {
        padding: 20px 5px 30px;
    }

    .page-creator section.background-color .background-color-content h1, .page-creator section.background-color .background-color-content h2, .page-creator section.background-color .background-color-content h3, .page-creator section.background-color .background-color-content h4, .page-creator section.background-color .background-color-content h5 {
        padding-bottom: 10px;
    }

    .page-creator section.background-color .background-color-content h1 {
        font-size: 60px;
        line-height: 55px;
    }

    .page-creator section.background-color .background-color-content h2 {
        font-size: 50px;
        line-height: 45px;
    }

    .page-creator section.background-color .background-color-content h3 {
        font-size: 40px;
        line-height: 35px;
    }

    .page-creator section.background-color .background-color-content h4 {
        font-size: 30px;
        line-height: 25px;
    }

    .page-creator section.background-color .background-color-content h5 {
        font-size: 25px;
        line-height: 20px;
    }

    .page-creator section.square-boxes-editor .square-box-wrapper {
        height: auto;
        margin-bottom: 15px;
    }

    .page-creator section.square-boxes-editor .square-box-wrapper .square-box {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        padding: 15px;
    }

    .page-creator section.two-colors-columns .two-colors-column-left-wrapper, .page-creator section.two-colors-columns .two-colors-column-right-wrapper {
        width: 100%;
        padding: 20px 5px 30px;
    }

    .page-creator section.two-colors-columns h1, .page-creator section.two-colors-columns h2, .page-creator section.two-colors-columns h3, .page-creator section.two-colors-columns h4, .page-creator section.two-colors-columns h5 {
        padding-bottom: 10px;
    }

    .social-banner-block {
        padding: 10px 5px;
    }

    .social-banner-block .banner h3 {
        font-size: 60px;
        line-height: 55px;
        padding-bottom: 15px;
    }

    .page-creator section.link-boxes-ng {
        padding: 0;
    }

    .page-creator section.link-boxes-ng .link-navigation-box {
        height: auto;
    }

    .page-creator section.link-boxes-ng .link-navigation-box.two-columns,
    .page-creator section.link-boxes-ng .link-navigation-box.three-columns {
        padding-bottom: inherit;
        background-image: none !important;
    }

    .page-creator section.link-boxes-ng .link-navigation-box .box-content {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }

    .page-creator section.link-boxes-ng .link-navigation-box .box-content h4 {
        font-size: 30px;
        line-height: 25px;
    }

    .page-creator section.link-boxes-ng .link-navigation-box .box-content .btn {
        line-height: 13px;
        padding: 15px 25px;
        width: 100% !important;
        min-width: auto !important;
    }

    .page-creator section.sec-links .btn {
        white-space: normal;
    }

    /* ================================= Internal Page ================================= */
    #page-title-banner .banner-image {
        height: 200px !important;
    }

    #page-title-banner .banner-intro {
        text-align: center;
        padding: 10px 0 10px;
    }

    #page-title-banner h1 {
        font-size: 26px;
        line-height: 30px;
        margin: 0;
        padding: 0;
    }

    #page-title-banner .banner-intro .intro-text {
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
    }

    .page-creator section.link-boxes .link-navigation-box {
        margin-bottom: 15px;
    }

    #page-title-banner.no-image .banner-intro {
        padding: 10px 0 10px;
    }

    #breadcrumbs li {
        margin-right: 8px;
        font-size: 11px;
        line-height: 14px;
    }

    .contents-menu ul a {
        padding: 10px;
        font-size: 13px;
    }

    .contents-menu {
        margin: 0 0 15px 0;
    }

    .page-creator section.wysiwyg-editor-box.internalpage {
        padding: 10px 15px;
        margin: 15px 0;
    }

    body.page-template-default section#page-header h1 {
        padding: 10px 15px;
        font-size: 20px;
    }

    #page-creator section.background-image {
        height: 300px !important;
    }

    #page-creator section {
        padding: 15px 0;
    }

    #page-creator section.wysiwyg-editor .gform_wrapper {
        margin: 5px 0 !important;
    }

    #page-creator section.wysiwyg-editor .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        padding: 3px 7px;
    }

    section.gallery-section .gallery-content-before {
        padding-bottom: 10px;
    }

    section.gallery-section .gallery-content-after {
        padding-top: 10px;
    }

    #page-creator section.background-image .background-image-content {
        padding: 15px;
    }

    #page-creator section.slider .slider-slide {
        height: 300px !important;
    }

    #page-creator section.slider .slider-slide .slider-slide-content {
        padding: 0 30px;
    }

    section.custom-tabs-section .custom-tabs .nav-tabs li {
        width: 100% !important;
        margin-bottom: 1px;
    }

    section.custom-tabs-section .custom-tabs .nav-tabs li a {
        padding: 15px 10px;
        font-weight: 700;
        font-size: 12px;
        margin: 0;
    }

    section.custom-tabs-section .custom-tabs .tab-content {
        padding: 10px 5px;
    }

    section.custom-tabs-section .custom-tabs .tab-content .panel-body {
        padding: 10px;
    }

    #page-creator section.blog-section .post-container {
        margin-bottom: 10px;
    }

    #page-creator section.blog-section .text-editor-content {
        margin-bottom: 15px;
    }

    .page-creator section.slider .slider-slide {
        height: 350px !important;
    }

    .page-creator section.slider .slider-slide .slider-slide-content {
        padding: 0 20px;
    }

    section.custom-tabs-section .custom-tabs .nav-tabs li a {
        padding: 10px 10px;
        font-weight: 700;
        font-size: 9px;
    }

    section.page-content-custom-accordion .card .card-header {
        padding: 10px;
    }

    section.page-content-custom-accordion .card-header h4 {
        margin-right: 15px;
        font-size: 13px;
    }

    section.page-content-custom-accordion .card-header .tab-icon .fa-minus,
    section.page-content-custom-accordion .card-header .tab-icon .fa-plus {
        font-size: 22px;
        padding: 12px 7px;
    }

    .page-creator section.blog-section .post-container {
        margin-bottom: 15px;
    }

    .page-creator section.blog-section .text-editor-button {
        margin-top: 20px;
    }

    .page-creator section.blog-section .post-container .post-excerpt {
        line-height: 23px;
    }

    .page-creator section.wysiwyg-editor .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        padding: 3px 12px;
    }

    .page-creator section.wysiwyg-editor .gform_wrapper {
        background-color: transparent;
        padding: 0;
    }

    /* ================================= Single Post ================================= */
    .single-thumbnail-mobile {
        display: block;
    }

    .single-thumbnail {
        display: none;
    }

    /* ================================= Single Family ================================= */
    body.single-family_stories .family-content .family-thumbnail {
        margin: 5px 0 0 0;
        width: 100%;
        margin-right: 0;
        float: right;
    }

    /* ================================= News ================================= */
    body.page-news a.news .news-image, body.archive a.news .news-image,
    body.blog a.news .news-image, body.archive a.news .news-image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    body.page-news a.news .news-content, body.archive a.news .news-content,
    body.blog a.news .news-content, body.archive a.news .news-content {
        width: 100%;
        margin-bottom: 15px;
    }

    .panel-pagination {
        margin: 20px 0;
        padding-top: 20px;
    }

    /* ================================= News Single ================================= */
    .page-creator section#page-title-banner {
        padding: 0 0 15px;
    }

    .page-creator section {
        padding: 15px;
    }

    body.single-post #more-news a.news .news-image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    body.single-post #more-news a.news .news-content {
        width: 100%;
        margin-bottom: 15px;
    }

    /* ================================= Footer ================================= */
    .social-link-blocks .block-item > a {
        padding: 14px;
        display: block;
        text-decoration: none;
        line-height: 1;
    }

    #footer-widget .widget {
        text-align: center;
    }

    .footer-copyright {
        padding: 5px;
        height: auto;
    }

    .footer-copyright .site-info {
        text-align: center;
        line-height: 24px;
    }

    .footer-copyright .site-info .float-right {
        float: none !important;
    }

    /* ================================= Additional ================================= */
    #search-box .btn {
        margin-top: 0px;
    }

    /* ================================= Donation Page ================================= */
    .page-creator section#donation-tabs {
        padding: 0;
    }

    body.page-template-donation .donation-box .tab-content {
        padding: 10px;
    }

    body.page-template-donation .donation-box .nav-tabs > li > a {
        font-weight: 600;
        padding: 5px 10px;
        font-size: 15px;
        line-height: 20px;
    }

    body.page-template-donation .donation-box .tab-content:after {
        display: none;
    }

    .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
        font-size: 14px;
        width: 100%;
        margin: 0 0 5px;
    }

    .calendar-event {
        height: auto;
    }

}

@media (min-width: 321px) and (max-width: 480px) {
    body {
        font-size: 14px;
    }

    h1, .h1 {
        font-size: 22px;
    }

    h2, .h2 {
        font-size: 20px;
    }

    h3, .h3 {
        font-size: 18px;
    }

    h4, .h4 {
        font-size: 16px;
    }

    h5, .h5 {
        font-size: 14px;
    }

    .navbar-light .navbar-brand {
        padding: 0;
    }

    .site-header-branding {
        padding: 0 15px;
        border: 0;
        margin: 0 auto;
        width: auto;
    }

    #masthead img.logo {
        height: 50px;
        margin: 10px 0;
        width: auto;
    }

    .number-donate {
        display: none;
    }

    .phone-numbers-mobile {
        display: block !important;
        float: right;
        margin: 15px;
    }

    .phone-numbers-mobile .number {
        min-width: auto;
    }

    .care-quality {
        display: none;
    }

    .care-quality-mobile {
        display: block;
        padding: 0;
        width: 100px;
    }

    .care-quality-mobile {
        display: block;
        padding: 0;
        width: 100px;
    }

    .site-header-branding a.number {
        display: block;
        float: left;
        width: auto;
        text-align: center;
        padding: 5px 15px;
        font-size: 20px;
        line-height: 30px;
        margin-left: 0;
        min-width: auto;
    }

    .site-header-branding a.number span.phone-name {
        display: block;
        color: #00a1de;
        font-size: 22px;
        font-weight: 900;
    }

    .site-header-branding a.number span {
        font-size: 16px;
    }

    .navbar-light .navbar-toggler {
        display: none;
    }

    #mega-menu-wrap-primary {
        clear: both;
        width: 100%;
        background: transparent;
    }

    #mega-menu-wrap-primary .mega-menu-toggle {
        background: #f1f1f1;
    }

    #mega-menu-wrap-primary #mega-menu-primary {
        background: #ffffff;
        color: #1e1e1e;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        line-height: 30px;
        height: auto;
    }

    #mega-menu-wrap-primary .mega-sub-menu {
        box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item {
        border-bottom: 1px solid #eee;
    }

    .btn-primary {
        font-size: 13px;
        line-height: 20px;
    }

    /* ================================= Sections ================================= */
    .page-creator section {
        padding: 15px 0;
    }

    .page-creator section.background-image {
        height: 300px !important;
    }

    .page-creator section.background-image .background-image-content {
        padding: 0px;
        text-align: center;
        vertical-align: bottom;
    }

    .page-creator section.background-image .background-image-content h1 {
        margin-bottom: 0px;
        font-size: 2rem;
        line-height: 2.5rem;
        text-shadow: inherit;
    }

    .page-creator section.background-image .background-image-content .btn {
        margin: 0 auto;
        width: auto;
        min-width: 0;
    }

    .page-creator section.background-image .background-image-content .hero-caption {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .page-creator section.background-image .background-image-content .btn-orange {
        font-size: 13px;
        line-height: 20px;
    }

    .page-creator section.background-image .background-image-content .mobile-change h1 {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .page-creator section.background-image .background-image-content .mobile-change .hero-caption {
        line-height: 20px;
    }

    .page-creator section.wysiwyg-editor h1, .page-creator section.wysiwyg-editor h2, .page-creator section.wysiwyg-editor h3, .page-creator section.wysiwyg-editor h4, .page-creator section.wysiwyg-editor h5 {
        font-size: 25px;
    }

    .page-creator section.wysiwyg-editor-box .section-content-box h1 {
        font-size: 24px;
        line-height: 52px;
        font-weight: 400;
    }

    .page-creator section.wysiwyg-editor-box .section-content-box {
        padding: 8px;
    }

    .promo-container {
        padding: 15px;
        border-radius: 10%;
        margin: 15px 0;
    }

    .page-creator section.background-color .background-color-content {
        padding: 20px 5px 30px;
    }

    .page-creator section.background-color .background-color-content h1, .page-creator section.background-color .background-color-content h2, .page-creator section.background-color .background-color-content h3, .page-creator section.background-color .background-color-content h4, .page-creator section.background-color .background-color-content h5 {
        padding-bottom: 10px;
    }

    .page-creator section.background-color .background-color-content h1 {
        font-size: 60px;
        line-height: 55px;
    }

    .page-creator section.background-color .background-color-content h2 {
        font-size: 50px;
        line-height: 45px;
    }

    .page-creator section.background-color .background-color-content h3 {
        font-size: 40px;
        line-height: 35px;
    }

    .page-creator section.background-color .background-color-content h4 {
        font-size: 30px;
        line-height: 25px;
    }

    .page-creator section.background-color .background-color-content h5 {
        font-size: 25px;
        line-height: 20px;
    }

    .page-creator section.square-boxes-editor .square-box-wrapper {
        height: auto;
        margin-bottom: 15px;
    }

    .page-creator section.square-boxes-editor .square-box-wrapper .square-box {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        padding: 15px;
    }

    .page-creator section.two-colors-columns .two-colors-column-left-wrapper, .page-creator section.two-colors-columns .two-colors-column-right-wrapper {
        width: 100%;
        padding: 20px 5px 30px;
    }

    .page-creator section.two-colors-columns h1, .page-creator section.two-colors-columns h2, .page-creator section.two-colors-columns h3, .page-creator section.two-colors-columns h4, .page-creator section.two-colors-columns h5 {
        padding-bottom: 10px;
    }

    .social-banner-block {
        padding: 10px 5px;
    }

    .social-banner-block .banner h3 {
        font-size: 60px;
        line-height: 55px;
        padding-bottom: 15px;
    }

    .page-creator section.link-boxes-ng {
        padding: 0;
    }

    .page-creator section.link-boxes-ng .link-navigation-box {
        height: auto;
    }

    .page-creator section.link-boxes-ng .link-navigation-box.two-columns,
    .page-creator section.link-boxes-ng .link-navigation-box.three-columns {
        padding-bottom: inherit;
        background-image: none !important;
    }

    .page-creator section.link-boxes-ng .link-navigation-box .box-content {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }

    .page-creator section.link-boxes-ng .link-navigation-box .box-content h4 {
        font-size: 30px;
        line-height: 25px;
    }

    .page-creator section.link-boxes-ng .link-navigation-box .box-content .btn {
        line-height: 13px;
        padding: 15px 25px;
        width: 100% !important;
        min-width: auto !important;
    }

    .page-creator section.sec-links .btn {
        white-space: normal;
    }

    /* ================================= Internal Page ================================= */
    #page-title-banner .banner-image {
        height: 200px !important;
    }

    #page-title-banner .banner-intro {
        text-align: center;
        padding: 10px 0 10px;
    }

    #page-title-banner h1 {
        font-size: 26px;
        line-height: 30px;
        margin: 0;
        padding: 0;
    }

    #page-title-banner .banner-intro .intro-text {
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
    }

    .page-creator section.link-boxes .link-navigation-box {
        margin-bottom: 15px;
    }

    #page-title-banner.no-image .banner-intro {
        padding: 10px 0 10px;
    }

    #breadcrumbs li {
        margin-right: 8px;
        font-size: 11px;
        line-height: 14px;
    }

    .contents-menu ul a {
        padding: 10px;
        font-size: 13px;
    }

    .contents-menu {
        margin: 0 0 15px 0;
    }

    .page-creator section.wysiwyg-editor-box.internalpage {
        padding: 10px 15px;
        margin: 15px 0;
    }

    body.page-template-default section#page-header h1 {
        padding: 10px 15px;
        font-size: 20px;
    }

    #page-creator section.background-image {
        height: 300px !important;
    }

    #page-creator section {
        padding: 15px 0;
    }

    #page-creator section.wysiwyg-editor .gform_wrapper {
        margin: 5px 0 !important;
    }

    #page-creator section.wysiwyg-editor .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        padding: 3px 7px;
    }

    section.gallery-section .gallery-content-before {
        padding-bottom: 10px;
    }

    section.gallery-section .gallery-content-after {
        padding-top: 10px;
    }

    #page-creator section.background-image .background-image-content {
        padding: 15px;
    }

    #page-creator section.slider .slider-slide {
        height: 300px !important;
    }

    #page-creator section.slider .slider-slide .slider-slide-content {
        padding: 0 30px;
    }

    section.custom-tabs-section .custom-tabs .nav-tabs li {
        width: 100% !important;
        margin-bottom: 1px;
    }

    section.custom-tabs-section .custom-tabs .nav-tabs li a {
        padding: 15px 10px;
        font-weight: 700;
        font-size: 12px;
        margin: 0;
    }

    section.custom-tabs-section .custom-tabs .tab-content {
        padding: 10px 5px;
    }

    section.custom-tabs-section .custom-tabs .tab-content .panel-body {
        padding: 10px;
    }

    #page-creator section.blog-section .post-container {
        margin-bottom: 10px;
    }

    #page-creator section.blog-section .text-editor-content {
        margin-bottom: 15px;
    }

    .page-creator section.slider .slider-slide {
        height: 350px !important;
    }

    .page-creator section.slider .slider-slide .slider-slide-content {
        padding: 0 20px;
    }

    section.custom-tabs-section .custom-tabs .nav-tabs li a {
        padding: 10px 10px;
        font-weight: 700;
        font-size: 9px;
    }

    section.page-content-custom-accordion .card .card-header {
        padding: 10px;
    }

    section.page-content-custom-accordion .card-header h4 {
        margin-right: 15px;
        font-size: 13px;
    }

    section.page-content-custom-accordion .card-header .tab-icon .fa-minus,
    section.page-content-custom-accordion .card-header .tab-icon .fa-plus {
        font-size: 22px;
        padding: 12px 7px;
    }

    .page-creator section.blog-section .post-container {
        margin-bottom: 15px;
    }

    .page-creator section.blog-section .text-editor-button {
        margin-top: 20px;
    }

    .page-creator section.blog-section .post-container .post-excerpt {
        line-height: 23px;
    }

    .page-creator section.wysiwyg-editor .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        padding: 3px 12px;
    }

    .page-creator section.wysiwyg-editor .gform_wrapper {
        background-color: transparent;
        padding: 0;
    }

    /* ================================= Single Post ================================= */
    .single-thumbnail-mobile {
        display: block;
    }

    .single-thumbnail {
        display: none;
    }

    /* ================================= Single Family ================================= */
    body.single-family_stories .family-content .family-thumbnail {
        margin: 5px 0 0 0;
        width: 100%;
        margin-right: 0;
        float: right;
    }

    /* ================================= News ================================= */
    body.page-news a.news .news-image, body.archive a.news .news-image,
    body.blog a.news .news-image, body.archive a.news .news-image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    body.page-news a.news .news-content, body.archive a.news .news-content,
    body.blog a.news .news-content, body.archive a.news .news-content {
        width: 100%;
        margin-bottom: 15px;
    }

    .panel-pagination {
        margin: 20px 0;
        padding-top: 20px;
    }

    /* ================================= News Single ================================= */
    .page-creator section#page-title-banner {
        padding: 0 0 15px;
    }

    .page-creator section {
        padding: 15px;
    }

    body.single-post #more-news a.news .news-image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    body.single-post #more-news a.news .news-content {
        width: 100%;
        margin-bottom: 15px;
    }

    /* ================================= Footer ================================= */
    .social-link-blocks .block-item > a {
        padding: 14px;
        display: block;
        color: #ffffff !important;
        text-decoration: none;
        line-height: 1;
    }

    #footer-widget .widget {
        text-align: center;
    }

    .footer-copyright {
        padding: 5px;
        height: auto;
    }

    .footer-copyright .site-info {
        text-align: center;
        line-height: 24px;
    }

    .footer-copyright .site-info .float-right {
        float: none !important;
    }

    /* ================================= Additional ================================= */
    #search-box .btn {
        margin-top: 0px;
    }

    /* ================================= Donation Page ================================= */
    .page-creator section#donation-tabs {
        padding: 0;
    }

    body.page-template-donation .donation-box .tab-content {
        padding: 10px;
    }

    body.page-template-donation .donation-box .nav-tabs > li > a {
        font-weight: 600;
        padding: 5px 10px;
        font-size: 15px;
        line-height: 20px;
    }

    body.page-template-donation .donation-box .tab-content:after {
        display: none;
    }

    .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
        font-size: 14px;
        width: 100%;
        margin: 0 0 5px;
    }

    .calendar-event {
        height: auto;
    }

}

@media (min-width: 481px) and (max-width: 767px) {
    body {
        font-size: 14px;
    }

    h1, .h1 {
        font-size: 22px;
    }

    h2, .h2 {
        font-size: 20px;
    }

    h3, .h3 {
        font-size: 18px;
    }

    h4, .h4 {
        font-size: 16px;
    }

    h5, .h5 {
        font-size: 14px;
    }

    .navbar-light .navbar-brand {
        padding: 0;
    }

    .site-header-branding {
        padding: 0 15px;
        border: 0;
        margin: 0 auto;
        width: auto;
    }

    #masthead img.logo {
        height: 50px;
        margin: 10px 0;
        width: auto;
    }

    .number-donate {
        display: none;
    }

    .phone-numbers-mobile {
        display: block !important;
        float: right;
        margin: 15px;
    }

    .phone-numbers-mobile .number {
        min-width: auto;
    }

    .care-quality {
        display: none;
    }

    .care-quality-mobile {
        display: block;
        padding: 0;
        width: 100px;
    }

    .care-quality-mobile {
        display: block;
        padding: 0;
        width: 100px;
    }

    .site-header-branding a.number {
        display: block;
        float: left;
        width: auto;
        text-align: center;
        padding: 5px 15px;
        font-size: 20px;
        line-height: 30px;
        margin-left: 0;
        min-width: auto;
    }

    .site-header-branding a.number span.phone-name {
        display: block;
        color: #00a1de;
        font-size: 22px;
        font-weight: 900;
    }

    .site-header-branding a.number span {
        font-size: 16px;
    }

    .navbar-light .navbar-toggler {
        display: none;
    }

    #mega-menu-wrap-primary {
        clear: both;
        width: 100%;
        background: transparent;
    }

    #mega-menu-wrap-primary .mega-menu-toggle {
        background: #f1f1f1;
    }

    #mega-menu-wrap-primary #mega-menu-primary {
        background: #ffffff;
        color: #1e1e1e;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        line-height: 30px;
        height: auto;
    }

    #mega-menu-wrap-primary .mega-sub-menu {
        box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item {
        border-bottom: 1px solid #eee;
    }

    .btn-primary {
        font-size: 13px;
        line-height: 20px;
    }

    /* ================================= Sections ================================= */
    .page-creator section {
        padding: 15px 0;
    }

    .page-creator section.background-image {
        height: 300px !important;
    }

    .page-creator section.background-image .background-image-content {
        padding: 0px;
        text-align: center;
        vertical-align: bottom;
    }

    .page-creator section.background-image .background-image-content h1 {
        margin-bottom: 0px;
        font-size: 2rem;
        line-height: 2.5rem;
        text-shadow: inherit;
    }

    .page-creator section.background-image .background-image-content .btn {
        margin: 0 auto;
        width: auto;
        min-width: 0;
    }

    .page-creator section.background-image .background-image-content .hero-caption {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .page-creator section.background-image .background-image-content .btn-orange {
        font-size: 13px;
        line-height: 20px;
    }

    .page-creator section.background-image .background-image-content .mobile-change h1 {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .page-creator section.background-image .background-image-content .mobile-change .hero-caption {
        line-height: 20px;
    }

    .page-creator section.wysiwyg-editor h1, .page-creator section.wysiwyg-editor h2, .page-creator section.wysiwyg-editor h3, .page-creator section.wysiwyg-editor h4, .page-creator section.wysiwyg-editor h5 {
        font-size: 25px;
    }

    .page-creator section.wysiwyg-editor-box .section-content-box h1 {
        font-size: 24px;
        line-height: 52px;
        font-weight: 400;
    }

    .page-creator section.wysiwyg-editor-box .section-content-box {
        padding: 8px;
    }

    .promo-container {
        padding: 15px;
        border-radius: 10%;
        margin: 15px 0;
    }

    .page-creator section.background-color .background-color-content {
        padding: 20px 5px 30px;
    }

    .page-creator section.background-color .background-color-content h1, .page-creator section.background-color .background-color-content h2, .page-creator section.background-color .background-color-content h3, .page-creator section.background-color .background-color-content h4, .page-creator section.background-color .background-color-content h5 {
        padding-bottom: 10px;
    }

    .page-creator section.background-color .background-color-content h1 {
        font-size: 60px;
        line-height: 55px;
    }

    .page-creator section.background-color .background-color-content h2 {
        font-size: 50px;
        line-height: 45px;
    }

    .page-creator section.background-color .background-color-content h3 {
        font-size: 40px;
        line-height: 35px;
    }

    .page-creator section.background-color .background-color-content h4 {
        font-size: 30px;
        line-height: 25px;
    }

    .page-creator section.background-color .background-color-content h5 {
        font-size: 25px;
        line-height: 20px;
    }

    .page-creator section.square-boxes-editor .square-box-wrapper {
        height: auto;
        margin-bottom: 15px;
    }

    .page-creator section.square-boxes-editor .square-box-wrapper .square-box {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        padding: 15px;
    }

    .page-creator section.two-colors-columns .two-colors-column-left-wrapper, .page-creator section.two-colors-columns .two-colors-column-right-wrapper {
        width: 100%;
        padding: 20px 5px 30px;
    }

    .page-creator section.two-colors-columns h1, .page-creator section.two-colors-columns h2, .page-creator section.two-colors-columns h3, .page-creator section.two-colors-columns h4, .page-creator section.two-colors-columns h5 {
        padding-bottom: 10px;
    }

    .social-banner-block {
        padding: 10px 5px;
    }

    .social-banner-block .banner h3 {
        font-size: 60px;
        line-height: 55px;
        padding-bottom: 15px;
    }

    .page-creator section.link-boxes-ng {
        padding: 0;
    }

    .page-creator section.link-boxes-ng .link-navigation-box {
        height: auto;
    }

    .page-creator section.link-boxes-ng .link-navigation-box.two-columns,
    .page-creator section.link-boxes-ng .link-navigation-box.three-columns {
        padding-bottom: inherit;
    }

    .page-creator section.link-boxes-ng .link-navigation-box .box-content {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }

    .page-creator section.link-boxes-ng .link-navigation-box .box-content h4 {
        font-size: 30px;
        line-height: 25px;
    }

    .page-creator section.link-boxes-ng .link-navigation-box .box-content .btn {
        line-height: 13px;
        padding: 15px 25px;
        width: 100% !important;
        min-width: auto !important;
    }

    .page-creator section.sec-links .btn {
        white-space: normal;
    }

    /* ================================= Internal Page ================================= */
    #page-title-banner .banner-image {
        height: 200px !important;
    }

    #page-title-banner .banner-intro {
        text-align: center;
        padding: 10px 0 10px;
    }

    #page-title-banner h1 {
        font-size: 26px;
        line-height: 30px;
        margin: 0;
        padding: 0;
    }

    #page-title-banner .banner-intro .intro-text {
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
    }

    .page-creator section.link-boxes .link-navigation-box {
        margin-bottom: 15px;
    }

    #page-title-banner.no-image .banner-intro {
        padding: 10px 0 10px;
    }

    #breadcrumbs li {
        margin-right: 8px;
        font-size: 11px;
        line-height: 14px;
    }

    .contents-menu ul a {
        padding: 10px;
        font-size: 13px;
    }

    .contents-menu {
        margin: 0 0 15px 0;
    }

    .page-creator section.wysiwyg-editor-box.internalpage {
        padding: 10px 15px;
        margin: 15px 0;
    }

    body.page-template-default section#page-header h1 {
        padding: 10px 15px;
        font-size: 20px;
    }

    #page-creator section.background-image {
        height: 300px !important;
    }

    #page-creator section {
        padding: 15px 0;
    }

    #page-creator section.wysiwyg-editor .gform_wrapper {
        margin: 5px 0 !important;
    }

    #page-creator section.wysiwyg-editor .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        padding: 3px 7px;
    }

    section.gallery-section .gallery-content-before {
        padding-bottom: 10px;
    }

    section.gallery-section .gallery-content-after {
        padding-top: 10px;
    }

    #page-creator section.background-image .background-image-content {
        padding: 15px;
    }

    #page-creator section.slider .slider-slide {
        height: 300px !important;
    }

    #page-creator section.slider .slider-slide .slider-slide-content {
        padding: 0 30px;
    }

    section.custom-tabs-section .custom-tabs .nav-tabs li {
        width: 100% !important;
        margin-bottom: 1px;
    }

    section.custom-tabs-section .custom-tabs .nav-tabs li a {
        padding: 15px 10px;
        font-weight: 700;
        font-size: 12px;
        margin: 0;
    }

    section.custom-tabs-section .custom-tabs .tab-content {
        padding: 10px 5px;
    }

    section.custom-tabs-section .custom-tabs .tab-content .panel-body {
        padding: 10px;
    }

    #page-creator section.blog-section .post-container {
        margin-bottom: 10px;
    }

    #page-creator section.blog-section .text-editor-content {
        margin-bottom: 15px;
    }

    .page-creator section.slider .slider-slide {
        height: 350px !important;
    }

    .page-creator section.slider .slider-slide .slider-slide-content {
        padding: 0 20px;
    }

    section.custom-tabs-section .custom-tabs .nav-tabs li a {
        padding: 10px 10px;
        font-weight: 700;
        font-size: 9px;
    }

    section.page-content-custom-accordion .card .card-header {
        padding: 10px;
    }

    section.page-content-custom-accordion .card-header h4 {
        margin-right: 15px;
        font-size: 13px;
    }

    section.page-content-custom-accordion .card-header .tab-icon .fa-minus,
    section.page-content-custom-accordion .card-header .tab-icon .fa-plus {
        font-size: 22px;
        padding: 12px 7px;
    }

    .page-creator section.blog-section .post-container {
        margin-bottom: 15px;
    }

    .page-creator section.blog-section .text-editor-button {
        margin-top: 20px;
    }

    .page-creator section.blog-section .post-container .post-excerpt {
        line-height: 23px;
    }

    .page-creator section.wysiwyg-editor .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        padding: 3px 12px;
    }

    .page-creator section.wysiwyg-editor .gform_wrapper {
        background-color: transparent;
        padding: 0;
    }

    /* ================================= Single Post ================================= */
    .single-thumbnail-mobile {
        display: block;
    }

    .single-thumbnail {
        display: none;
    }

    /* ================================= Single Family ================================= */
    body.single-family_stories .family-content .family-thumbnail {
        margin: 5px 0 0 0;
        width: 100%;
        margin-right: 0;
        float: right;
    }

    /* ================================= News ================================= */
    body.page-news a.news .news-image, body.archive a.news .news-image,
    body.blog a.news .news-image, body.archive a.news .news-image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    body.page-news a.news .news-content, body.archive a.news .news-content,
    body.blog a.news .news-content, body.archive a.news .news-content {
        width: 100%;
        margin-bottom: 15px;
    }

    .panel-pagination {
        margin: 20px 0;
        padding-top: 20px;
    }

    /* ================================= News Single ================================= */
    .page-creator section#page-title-banner {
        padding: 0 0 15px;
    }

    .page-creator section {
        padding: 15px;
    }

    body.single-post #more-news a.news .news-image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    body.single-post #more-news a.news .news-content {
        width: 100%;
        margin-bottom: 15px;
    }

    /* ================================= Footer ================================= */
    .social-link-blocks .block-item > a {
        padding: 14px;
        display: block;
        color: #ffffff !important;
        text-decoration: none;
        line-height: 1;
    }

    #footer-widget .widget {
        text-align: center;
    }

    .footer-copyright {
        padding: 5px;
        height: auto;
    }

    .footer-copyright .site-info {
        text-align: center;
        line-height: 24px;
    }

    .footer-copyright .site-info .float-right {
        float: none !important;
    }

    /* ================================= Additional ================================= */
    #search-box .btn {
        margin-top: 0px;
    }

    /* ================================= Donation Page ================================= */
    .page-creator section#donation-tabs {
        padding: 0;
    }

    body.page-template-donation .donation-box .tab-content {
        padding: 10px;
    }

    body.page-template-donation .donation-box .nav-tabs > li > a {
        font-weight: 600;
        padding: 5px 10px;
        font-size: 15px;
        line-height: 20px;
    }

    body.page-template-donation .donation-box .tab-content:after {
        display: none;
    }

    .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
        font-size: 14px;
        width: 100%;
        margin: 0 0 5px;
    }

    .calendar-event {
        height: auto;
    }

}

@media (min-width: 768px) and (max-width: 890px) {
    .site-header-branding {
        padding: 0 15px;
        width: auto;
    }

    .care-quality-mobile, .care-quality {
        padding: 0 0 10px 15px;
        width: 140px;
    }

    .site-header-branding .donate-btn a,
    .site-header-branding a.number {
        padding: 15px 20px;
        font-size: 12px;
        line-height: 22px;
        margin: 10px;
        min-width: auto;
    }

    .number-donate {
        padding: 5px 0;
    }

    #masthead img.logo {
        margin: 5px 0;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 15px 13px;
        font-size: 12px;
    }

    .page-creator section.square-boxes-editor .square-box-wrapper .square-box .btn {
        min-width: auto !important;
    }

    .page-creator section.link-boxes-ng .link-navigation-box.three-columns {
        padding-bottom: 150%;
    }

    .page-creator section.link-boxes-ng .link-navigation-box .box-content h4 {
        padding: 10px;
        font-size: 30px;
        line-height: 40px;
    }

    .page-creator section.link-boxes-ng .link-navigation-box .box-content .btn {
        font-size: 13px;
        padding: 15px 10px !important;
        min-width: 100% !important;
        white-space: inherit;
    }

    /* ================================= Single Post ================================= */
    .single-thumbnail-mobile {
        display: block;
    }

    .single-thumbnail {
        display: none;
    }

    /* ================================= Single Family ================================= */
    body.single-family_stories .family-content .family-thumbnail {
        margin: 5px 0 0 0;
        width: 100%;
        margin-right: 0;
        float: right;
    }

    /* ================================= News ================================= */
    body.page-news a.news .news-image, body.archive a.news .news-image,
    body.blog a.news .news-image, body.archive a.news .news-image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    body.page-news a.news .news-content, body.archive a.news .news-content,
    body.blog a.news .news-content, body.archive a.news .news-content {
        width: 100%;
        margin-bottom: 15px;
    }

    .panel-pagination {
        margin: 20px 0;
        padding-top: 20px;
    }

    /* ================================= Additional ================================= */
    #search-box .btn {
        margin-top: 0px;
    }

    /* ================================= Donation Page ================================= */
    .page-creator section#donation-tabs {
        padding: 0;
    }

    body.page-template-donation .donation-box .tab-content {
        padding: 10px;
    }

    body.page-template-donation .donation-box .nav-tabs > li > a {
        font-weight: 600;
        padding: 10px 15px;
        font-size: 18px;
        line-height: 22px;
    }

    body.page-template-donation .donation-box .tab-content:after {
        display: none;
    }

    .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
        font-size: 16px;
        width: 100%;
        margin: 0 0 5px;
    }
}

@media (min-width: 891px) and (max-width: 991px) {
    .site-header-branding {
        padding: 0 15px;
        width: auto;
    }

    .care-quality-mobile, .care-quality {
        padding: 0 0 10px 15px;
        width: 140px;
    }

    .site-header-branding .donate-btn a,
    .site-header-branding a.number {
        padding: 15px 20px;
        font-size: 12px;
        line-height: 22px;
        margin: 10px;
        min-width: auto;
    }

    .number-donate {
        padding: 5px 0;
    }

    #masthead img.logo {
        margin: 5px 0;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 15px 13px;
        font-size: 12px;
    }

    .page-creator section.link-boxes-ng .link-navigation-box.three-columns {
        padding-bottom: 150%;
    }

    .page-creator section.link-boxes-ng .link-navigation-box .box-content h4 {
        padding: 10px;
        font-size: 30px;
        line-height: 40px;
    }

    .page-creator section.link-boxes-ng .link-navigation-box .box-content .btn {
        font-size: 13px;
        padding: 15px 10px !important;
        min-width: 100% !important;
        white-space: inherit;
    }

    /* ================================= Single Post ================================= */
    .single-thumbnail-mobile {
        display: block;
    }

    .single-thumbnail {
        display: none;
    }

    /* ================================= Single Family ================================= */
    body.single-family_stories .family-content .family-thumbnail {
        margin: 5px 0 0 0;
        width: 100%;
        margin-right: 0;
        float: right;
    }

    /* ================================= News ================================= */
    body.page-news a.news .news-image, body.archive a.news .news-image,
    body.blog a.news .news-image, body.archive a.news .news-image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    body.page-news a.news .news-content, body.archive a.news .news-content,
    body.blog a.news .news-content, body.archive a.news .news-content {
        width: 100%;
        margin-bottom: 15px;
    }

    .panel-pagination {
        margin: 20px 0;
        padding-top: 20px;
    }

    /* ================================= Additional ================================= */
    #search-box .btn {
        margin-top: 0px;
    }

    /* ================================= Donation Page ================================= */
    body.page-template-donation .donation-box .tab-content:after {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .site-header-branding {
        width: auto;
    }

    .number-donate {
        padding: 0.8em 0;
    }

    .site-header-branding .donate-btn a,
    .site-header-branding a.number {
        padding: 15px 20px;
        font-size: 12px;
        line-height: 22px;
        margin: 10px;
        min-width: auto;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 15px 18px;
        font-size: 15px;
    }

    .page-creator section.link-boxes-ng .link-navigation-box.three-columns {
        padding-bottom: 130%;
    }

    .page-creator section.link-boxes-ng .link-navigation-box .box-content h4 {
        padding: 10px;
        font-size: 50px;
        line-height: 60px;
    }

    .page-creator section.link-boxes-ng .link-navigation-box .box-content .btn {
        font-size: 13px;
        padding: 15px 10px;
        width: auto;
        min-width: 100%;
    }

    /* ================================= Donation Page ================================= */
    body.page-template-donation .donation-box .tab-content:after {
        display: none;
    }

    .page-creator section.background-image .background-image-content h1 {
        font-size: 3.2rem;
        line-height: 3.8rem;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {

    /* ================================= Donation Page ================================= */
    body.page-template-donation .donation-box .tab-content:after {
        display: none;
    }

}

@media (min-width: 1200px) and (max-width: 1599px) {

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 15px 18px;
        font-size: 15px;
    }
}

@media (min-width: 1600px) {

}

/* ================================= Download Page ================================= */

.post-type-archive-download h2 {
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    width: 100%;
    text-transform: uppercase;
    height: 150px;
    padding: 30px;
}
@media (min-width: 768px) {
	.post-type-archive-download h2 {
		padding: 60px;
	}
}

#main .ff-stream {
	min-height: 0px !important;
}
#ff-stream-1 .picture-item__inner {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
}
#ff-stream-1, #ff-stream-1 .ff-popup, #ff-stream-1 .ff-search input {
    background-color: #fff !important;
}


.home #cards-donate .card {
    border-radius: 10px;
    border: none;
    font-size: 14px;
    width: 200px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 2px;
    margin: 0 auto;
}
.home #cards-donate .card a {
    text-decoration: none;
	color: #262626;
}
.home #cards-donate .card .card-body {
    border: none;
}
.home #cards-donate .card-title {
font-weight: normal;
    line-height: 15px;
    font-size: 30px;
    font-family: Jalebi, Helvetica, sans-serif;
    letter-spacing: 2px;
    color: #262626;
    padding-bottom: 10px;
}
.home #cards-donate .card-subtitle {
	font-style: italic;
    font-size: 13px;
    color: #262626;
    margin-bottom: 0px !important;
}
.home #cards-donate .card-text {
    margin-bottom: 0px !important;
    font-weight: normal;
}


@media (max-width: 409.98px) {
	.navbar-light .navbar-brand {
		margin-right:0;
	}
	.site-header-branding a.number {
		padding: 5px 10px;
	}
	.phone-numbers-mobile {
		margin: 15px 5px;
	}
	.site-header-branding .donate-btn-mobile a {
		padding: 10px 10px;
		margin: 14px 5px 0px 0px;
	}
	.site-header-branding > .container-fluid {
		padding: 0;
	}
}




/* Donation page fixes 28/10/2019 */
@media (max-width: 767.98px) { 
	.page-template-donation #donation-tabs .gfield_price {
		margin-top: 0;
	}
	.page-template-donation #donation-tabs .gfield_price label, 
	.page-template-donation #donation-tabs .gfield_price .ginput_container,
	.page-template-donation #donation-tabs .gfield_price span,
	.page-template-donation #donation-tabs .gfield_price .ginput_container  {
		margin-bottom: 0;
		margin-top: 0;
	}
	.page-template-donation #donation-tabs #input_3_2,
	.page-template-donation #donation-tabs #input_5_2 {
		width: 100%;
	}
	.page-template-donation #donation-tabs #input_3_2 li,
	.page-template-donation #donation-tabs #input_5_2 li {
		margin: 0 0 7.5px;
		width: 100%;
	}
	.page-template-donation #donation-tabs #input_3_2 label,
	.page-template-donation #donation-tabs #input_5_2 label {
		width: 100%;
		margin: 0;
	}
	.page-template-donation #donation-tabs #input_3_2 .donation-item,
	.page-template-donation #donation-tabs #input_5_2 .donation-item {
		max-width: 100%;
		width: 100%;
		min-height: 0;
		overflow: auto;
	}
	.page-template-donation #donation-tabs #input_3_2 .donation-item img,
	.page-template-donation #donation-tabs #input_5_2 .donation-item img {
		width: 35%;
		float: left;
		padding: 15px 5px 15px 15px;
		border-radius: 10px;
		box-shadow: none;
	}
	.page-template-donation #donation-tabs #input_3_2 .donation-item .donation-amount,
	.page-template-donation #donation-tabs #input_5_2 .donation-item .donation-amount {
		margin: 15px 0px 0px 0px;
		font-size: 16px;
		width: 65%;
		float: right;
	}
	.page-template-donation #donation-tabs #input_3_2 .donation-item .donation-caption {
		width: 65%;
		float: right;
		padding: 10px;
	}
	.page-template-donation #donation-tabs #input_5_2 .donation-item .donation-caption {
		width: 65%;
		float: right;
	}
	.page-template-donation #donation-tabs #input_5_2 .donation-item .donation-caption p {
		margin: 2.5px 0 2.5px 0;
	}
	.page-template-donation #donation-tabs #input_3_2 .donation-item .donation-caption.pt-4 ,
	.page-template-donation #donation-tabs #input_5_2 .donation-item .donation-caption.pt-4 {
		padding-top: 10px !important;
		padding-bottom: 10px;
	}
	.page-template-donation #donation-tabs #input_3_2 .donation-item .donation-caption.pt-4 ,
	.page-template-donation #donation-tabs #input_5_2 .donation-item .donation-caption.pt-4 {
		padding-top: 10px !important;
		padding-bottom: 10px;
	}
	.page-template-donation #donation-tabs #input_5_2 .donation-lead {
		float: right;
		width: 60%;
		margin-bottom: -5px;
	}
	.page-template-donation #donation-tabs .gform_page_footer,
	.page-template-donation #donation-tabs .gform_footer {
		margin: 5px 0 0 0;
		padding: 0;
	}
}
.page-template-donation #donation-tabs .donation-box .tab-content {
	margin-bottom: 30px;
}


.home #main > section.background-image:first-of-type {
	background-position: 60% 100%;
}
.home #main > section.background-image:first-of-type .justify-content-start .col-lg-4 {
	flex: 0 0 100%;
    max-width: 100%;
}

/* =========================== Volunteering Page ========================= */

body.page-template-volunteering #content.site-content {
    padding-bottom: 0;
    padding-top: 0;
}
body.page-template-volunteering #content.site-content strong, body.page-template-volunteering #content.site-content b {
    color: #00babe;
}

.page-template-volunteering article.person {
    text-align: center;
    margin-bottom: 40px;
}

.page-template-volunteering article.person a {
    text-decoration: none;
}

.page-template-volunteering article.person img {
    display: inline-block;
    margin-bottom: 1.1em;
    border: .5em solid #f1f1f1;
}

.page-template-volunteering article.person h4 {
    font-size: 19px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 .1em 0;
    color: #1e1e1e;
}

.page-template-volunteering article.person p {
    color: #999;
    margin: 0 0 .9em 0;
    font-size: 15px;
    line-height: 23px;
}
.page-template-volunteering #content article.person .btn,
body.page-template-volunteering #content.site-content .page-sidebar .btn {
	width: 100%;
    max-width: 250px;
    min-width: 0;
    text-align: center;
    margin: 0 auto;
}

/* =========================== Our Supporters Page ========================= */
.page-template-our-supporters .supporter {
	padding: 0 10px;
}
.page-template-our-supporters #content {
	padding-top: 0;
}