@charset "UTF-8";
/*
Theme Name: Borland Groover
Author: Sergey Manuylov
*/
@import url('assets/css/normalize.css');
@import url('assets/css/effects.css');
@import url('assets/css/grid.css');
/*---Reset styles---*/
/*---Fonts---*/
@font-face {
    font-family: 'Century Gothic';
    src: url('assets/fonts/gothicr.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'Century Gothic';
    src: url('assets/fonts/gothicb.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
}
/*---/.Fonts---*/
/*---general styles---*/
body {
    background: #ffffff;
    font-size: 1vw;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    color: #000;
}
* {
    outline: none;
    background-repeat: no-repeat;
}
i {
    font-style: italic;
}
ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.half ul, .half ol {
    margin-top: 0;
    padding-bottom: 1em;
}
a, a:hover {
    text-decoration: none;
}
p {
    display: block;
    line-height: 1.5;
    margin-bottom: 1.5em;
    margin-top: 0;
}
img {
    max-width: 100%;
    max-height: 100%;
}
img.aligncenter {
    position: relative;
    margin: 0 auto;
}
p b, p strong, b, strong {
    font-weight: 700;
}
input[type="submit"] {
    cursor: pointer;
}
.mobile {
    display: none !important;
}
.capitalize {
    text-transform: uppercase;
}
.uncapitalize {
    text-transform: unset;
}
.center {
    position: relative;
    margin: 0 auto;
}
.center-text {
    text-align: center;
}
#all-content-wrapper {
    padding: 0;
    position: relative;
    overflow: hidden;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 2px;
}
.flex.flex-justify-center {
    justify-content: center;
}
.flex-column {
    flex-direction: column;
}
.flex.flex-space-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flex.flex-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-align-bottom {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.flex-align-top {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.flex.flex-top {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.flex.flex-end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.no-link {
    pointer-events: none;
}
h1, h2, h3, h4, h5, h6, p, ul {
    margin-top: 0;
}
h1, h2 {
    letter-spacing: 0.21vw;
    font-weight: 700;
}
h1 {
    font-size: 2.50vw;
    text-transform: uppercase;
}
h1 strong, h1 b {
    font-size: 3.75vw;
}
h2 {
    font-size: 1.67vw;
    letter-spacing: 0.21vw;
    text-transform: uppercase;
}
section {
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
}
.half {
    width: 50%;
}
section {
    position: relative;
}
.main-content a {
    color: #aa8f66;
}
a.btn, .btn a, input[type="submit"] {
    font-size: 0.78vw;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    color: #14377d;
    padding: 1.15vw 1.56vw 0.99vw 3.2vw;
    box-sizing: border-box;
    text-align: center;
    background-color: #f5e85b;
    min-width: 12.50vw;
    border-bottom: 0.16vw solid #dcd052;
    line-height: 1;
    letter-spacing: 0.10vw;
    border-radius: 1.56vw;
    position: relative;
}
a.btn:before {
    display: block;
    content: '';
    height: 0.05vw;
    width: 1.25vw;
    background-color: #14377d;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1.56vw;
}
a.btn:hover, .btn a:hover, input[type="submit"]:hover {
    background-color: #e8dc56;
    border-bottom-color: #d0c64d;
}
.container {
    max-width: 72.92vw;
}
.container.narrow-container {
    max-width: 57.81vw;
}
#mobile-menu, #overlay, #mobile-menu-toggle {
    display: none;
}
.default-hero {
    height: 27.08vw;
}
.default-hero {
    display: flex;
    align-items: center;
}
.default-hero h1 {
    display: block;
    color: #fff;
    font-size: 2.50vw;
    margin-bottom: 0;
    letter-spacing: 0.16vw;
}
.default-page {
    padding-top: 2.60vw;
    padding-bottom: 2.60vw;
    border-bottom: 0.05vw solid #14377d;
}
.default-page h2, .default-page h3, .default-page h4, .default-page h5, .default-page h6 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.5em;
    letter-spacing: 0.10vw;
}
.default-page h2 {
    font-size: 1.67vw;
}
.default-page h3 {
    font-size: 1.46vw;
}
.default-page h4 {
    font-size: 1.15vw;
}
.default-page h5 {
    font-size: 0.99vw;
}
.default-page h6 {
    font-size: 0.83vw;
}
.default-page li {
    list-style: disc;
    list-style-position: inside;
}
img.alignleft {
    float: left;
    margin-right: 4.69vw;
}
img.alignright {
    float: right;
    margin-left: 4.69vw;
}
.slick-track {
    display: flex !important;
}
.slick-slider {
    margin-bottom: 0 !important;
}
.slick-slide {
    height: inherit !important;
}
.slick-slide > div > div, .slick-slide > div {
    height: 100%;
}
.blue {
    background-color: #14377d;
    color: #fff;
}
.gray {
    background-color: #72808a;
}
sub, sup {
    font-size: 50%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
/*Header*/
.header-top {
    padding: 0.78vw 0;
    font-size: 0.94vw;
}
.header-top p {
    margin: 0 10%;
}
.header-top strong, .header-top b {
    font-size: 1.25vw;
}
.header-top p {
    margin-bottom: 0;
}
.header-nav {
    padding: 1.15vw 0;
}
.header-nav nav ul {
    display: flex;
    align-items: center;
}
.header-nav nav ul > li:not(.btn) > a {
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.16vw;
    padding: 0 1.20vw;
}
.header-nav nav ul > li.btn > a {
    margin-left: 1.30vw;
    padding: 0.89vw 2.14vw 0.73vw 1.56vw;
    min-width: unset;
}
.header-nav nav ul > li > a:hover, .footer-nav nav ul li a:hover {
    color: #184296;
}
/*Footer*/
.footer-nav {
    padding-top: 3.65vw;
    padding-bottom: 3.65vw;
    border-bottom: 0.05vw solid #dad8d6;
}
.footer-logo {
    width: 56%;
}
.footer-nav-col-navigation {
    width: 28%;
}
.footer-nav-col-btn {
    width: 16%;
}
.footer-nav-col li.btn a {
    display: none;
}
.footer-nav nav ul li a {
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.16vw;
    font-size: 0.73vw;
}
.footer-bottom nav ul li a:hover, .footer-nav nav ul li a:hover {
    color: #184296;
}
.footer-nav nav ul li {
    margin-bottom: 0.78vw;
}
.footer-nav-col-btn a.btn {
    padding: 0.89vw 2.08vw 0.73vw 1.56vw;
    min-width: unset;
    margin-bottom: 2.08vw;
}
.footer-nav-col-btn {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.footer-nav-col-btn a.btn:before {
    display: none;
}
.social {
    display: flex;
}
.social a {
    color: #14377d;
    width: 2.60vw;
    height: 2.60vw;
    border: 0.16vw solid #f5e85b;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.social a:hover {
    background-color: #e8dc56;
    border-color: #e8dc56;
}
.social li:not(:last-child) {
    margin-right: 0.52vw;
}
.footer-bottom {
    padding-top: 2.34vw;
    padding-bottom: 5.47vw;
}
.footer-bottom p {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 0.73vw;
}
.footer-bottom nav ul {
    display: flex;
}
.footer-bottom nav ul li {
    padding-left: 0.78vw;
    padding-right: 0.78vw;
}
.footer-bottom nav ul li:not(:last-child) {
    border-right: 0.05vw solid #000;
}
.footer-bottom nav ul li a {
    text-transform: uppercase;
    font-size: 0.73vw;
    color: #000;
    font-weight: 700;
    letter-spacing: 0.05vw;
    line-height: 1;
}
/*Home hero*/
.home-hero {
    padding-top: 16.67vw;
    padding-bottom: 9.90vw;
}
.home-hero-content {
    padding-right: 50%;
    color: #fff;
    font-weight: 700;
}
.home-hero-content h1 {
    margin-bottom: 3.39vw;
    line-height: 1.1;
    font-weight: 700;
}
.home-hero-additional a {
    color: #fff;
}
.home-hero-additional {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 2.34vw;
    bottom: 1.30vw;
}
.home-hero-additional a {
    font-size: 1.25vw;
    display: block;
    padding-bottom: 1.56vw;
}
.home-hero-additional ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
a.hero-donate {
    border: 0.16vw solid #fff;
    padding: 0.63vw 1.30vw;
    border-radius: 1.56vw;
    text-transform: uppercase;
    letter-spacing: 0.10vw;
    font-weight: 700;
    font-size: 1.25vw;
    transform: rotate(90deg);
    display: block;
    position: absolute;
    right: -2.34vw;
    top: 50%;
    color: #fff;
}
a.hero-donate i {
    transform: rotate(-90deg);
}
.home-hero-content ul {
	display:flex;
}
.home-hero-content ul li:not(:first-child) {
	margin-left:1em;
}
.home-hero-content ul li {
	margin-bottom:1em;
}
.get-involved {
    padding-left: 0.78vw;
    padding-right: 0.78vw;
    padding-bottom: 5.21vw;
}
.get-involved:before {
    position: absolute;
    width: 100%;
    height: calc(100% - 5.21vw);
    content: '';
    display: block;
    background-color: #72808a;
    bottom: 0;
    left: 0;
}
.get-involved-wrapper {
    overflow: hidden;
    border-radius: 0.47vw;
    -webkit-box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
    max-width: 76.56vw;
    background-color: #fff;
    margin-top: -5.21vw;
    position: relative;
}
.get-involved-top {
    padding-top: 3.65vw;
    padding-left: 2.60vw;
    padding-right: 2.60vw;
}
.get-involved-top h2 {
    margin-bottom: 3.91vw;
}
.get-involved-top .row-item {
    width: 20%;
    padding-left: 1.2vw;
    padding-right: 1.2vw;
}
.get-involved-top span {
    display: block;
    height: 4.95vw;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 1.30vw;
}
.get-involved-top .row-item h3 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.16vw;
    position: relative;
    padding-bottom: 0.47vw;
    margin-bottom: 1.15vw;
    font-size: 1.04vw;
}
.get-involved-top .row-item h3:after {
    display: block;
    content: '';
    height: 0.05vw;
    width: 1.25vw;
    background-color: #14377d;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
.get-involved-bottom {
    padding: 3.39vw 2.86vw 3.65vw 2.86vw;
}
.get-involved-bottom .row-item {
    width: 33.33333%;
    padding-left: 3.39vw;
    padding-right: 3.39vw;
}
.get-involved-bottom .row-item:not(:last-child) {
    border-right: 0.05vw dashed #657688;
}
.get-involved-bottom .row-item span {
    height: 7.03vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 1.30vw;
}
.get-involved-bottom .row-item h3 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.16vw;
    position: relative;
    padding-bottom: 0.47vw;
    margin-bottom: 0.89vw;
    font-size: 1.67vw;
}
.get-involved-bottom .row-item p {
    color: #dad8d6;
    margin-bottom: 0.52vw;
}
.img-plus-text {
    padding-top: 4.43vw;
    padding-bottom: 3.91vw;
}
.img-plus-text-left {
    width: 40%;
}
.img-plus-text-right {
    width: 60%;
    padding-left: 2.86vw;
}
.img-plus-text-right-bottom h4 {
    text-transform: uppercase;
    font-size: 1.04vw;
    position: relative;
    padding-bottom: 0.52vw;
}
.img-plus-text-right-bottom h4:after {
    display: block;
    content: '';
    height: 0.05vw;
    width: 1.25vw;
    background-color: #14377d;
    position: absolute;
    left: 0;
    bottom: 0;
}
.img-plus-text-right-bottom p {
    font-size: 1.04vw;
}
.row-cards {
    padding-top: 4.95vw;
    padding-bottom: 5.99vw;
}
.row-cards-list > div {
    padding-bottom: 0.78vw;
}
.row-cards-list-item {
    background-color: #fff;
    height: 100%;
    border-radius: 0.47vw;
    padding: 4.95vw 1.56vw 4.17vw 2.60vw;
    color: #000;
    font-size: 0.94vw;
    background-image: url(assets/img/bg/community_bg.png);
    background-position: bottom -0.78vw right -3.65vw;
    position: relative;
    line-height: 1.7;
    -webkit-box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
    background-size: 70%;
}
.row-cards-list-item:before {
    content: '';
    display: block;
    height: 1.04vw;
    width: 6.25vw;
    background-color: #a2b1c8;
    left: 0;
    top: 2.08vw;
    position: absolute;
}
.row-cards-list-item strong {
    font-size: 1.25vw;
    letter-spacing: 0.10vw;
    font-weight: 400;
}
.row-cards-list-item strong i {
    color: #14377d;
    text-transform: uppercase;
    font-weight: 700;
}
.events-row-item {
    color: #fff;
    padding-top: 7.29vw;
    padding-bottom: 8.59vw;
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: cover;
    background-size: cover;
}
.events-row-item h3 {
    text-transform: capitalize;
    font-size: 2.19vw;
    color: #fff;
    margin-bottom: 1.04vw;
}
.events-row-item h4 {
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    font-size: 1.04vw;
    position: relative;
    padding-bottom: 0.52vw;
}
.events-row-item h4:after {
    display: block;
    content: '';
    height: 0.05vw;
    width: 1.25vw;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.events-row-item p {
    line-height: 1.8;
    margin-bottom: 3.1em;
}
.instagram {
    padding-top: 2.86vw;
    padding-bottom: 3.39vw;
}
.instagram-heading h2 {
    margin-bottom: 0;
}
.instagram-heading {
    padding-bottom: 2.08vw;
}
.instagram-heading a.btn {
    padding: 0.89vw 2.08vw 0.73vw 1.56vw;
    min-width: unset;
}
.instagram-heading a.btn:before {
    display: none;
}
.instagram-feed-wrapper.row {
    margin-left: -0.78vw;
    margin-right: -0.78vw;
}
#sb_instagram {
    padding-bottom: 0!important;
}
.footer-logo a, .header-logo {
    max-width: 10.94vw;
}
#sbi_images .slick-slide {
    padding: 0.78vw;
}
#sb_instagram .sbi_photo {
    height: unset !important;
    padding-top: 100%;
}
.repeater-item {
    padding-top: 4.69vw;
    padding-bottom: 5.47vw;
}
.repeater-item-thumb {
    width: 38%;
}
.repeater-item-thumb img {
    width: 100%;
    height: auto;
    border-radius: 0.52vw;
    -webkit-box-shadow: 0px 0.52vw 1.56vw 0.52vw rgba(0,0,0,0.1);
    box-shadow: 0px 0.52vw 1.56vw 0.52vw rgba(0,0,0,0.1);
}
.repeater-item-text {
    width: 62%;
    padding-left: 3.13vw;
}
.repeater-item-text h3 {
    font-style: italic;
    padding-bottom: 0.52vw;
    position: relative;
}
.repeater-item-text h3:after {
    content: '';
    display: block;
    width: 1.25vw;
    height: 0.05vw;
    background-color: #14377d;
    bottom: 0;
    left: 0;
    position: absolute;
}
.stylized-list ul li {
    margin-bottom: 0.26vw;
    padding-left: 1.04vw;
    position: relative;
}
.stylized-list ul li:before {
    content: '•';
    display: block;
    color: #f5e85b;
    left: 0;
    position: absolute;
    font-size: 150%;
    line-height: 0.83vw;
}
.repeater-item:nth-child(even) {
    background-color: #f2f2f2;
}
.repeater-item:nth-child(even) .repeater-item-text {
    order: -1;
    padding-left: 0;
    padding-right: 3.13vw;
}
.disclaimer {
    padding-top: 1.82vw;
    padding-bottom: 0.78vw;
    background-color: #f2f2f2;
}
.faq {
    padding: 4.17vw 0 3.13vw 0;
}
.faq-list-item {
    margin-bottom: 1.04vw;
}
.faq-list-item-q {
    font-size: 0.78vw;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    color: #14377d;
    padding: 1.15vw 3.2vw 0.99vw 3.2vw;
    box-sizing: border-box;
    text-align: left;
    background-color: #f5e85b;
    min-width: 12.50vw;
    border-bottom: 0.16vw solid #dcd052;
    line-height: 1;
    letter-spacing: 0.10vw;
    border-radius: 1.56vw;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.faq-list-item-q:before {
    display: block;
    content: '';
    height: 0.05vw;
    width: 1.25vw;
    background-color: #14377d;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1.56vw;
}
.faq-list-item-q:after {
    content: '\2b';
    display: block;
    right: 1.56vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.faq-list-item-q.opened:after {
    content: '\f068';
}
.faq-list-item-q:hover, .faq-list-item-q.opened {
    background-color: #14377d;
    border-bottom-color: #123170;
    color: #fff;
}
.faq-list-item-a {
    padding: 2.8vw 1.56vw  1.56vw 3.2vw;
    margin-top: -1.56vw;
    z-index: 1;
    -webkit-box-shadow: 0px 0.52vw 1.56vw 0.52vw rgba(0,0,0,0.1);
    box-shadow: 0px 0.52vw 1.56vw 0.52vw rgba(0,0,0,0.1);
    border-bottom-left-radius: 0.47vw;
    border-bottom-right-radius: 0.47vw;
    display: none;
}
.events {
    padding-top: 4.69vw;
    padding-bottom: 4.17vw;
}
.events-list-heading p{
    font-size: 1.04vw;
}
.events-list-item-thumb {
    height: 15.36vw;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.events-list {
    margin-left: -1.04vw;
    margin-right: -1.04vw;
}
.events-list-item-wrapper {
    height: 100%;
}
.events-list-item {
    -webkit-box-shadow: 0px 0.52vw 1.04vw 0.52vw rgba(0,0,0,0.1);
    box-shadow: 0px 0.52vw 1.04vw 0.52vw rgba(0,0,0,0.1);
    background-color: #fff;
    border-radius: 0.47vw;
    overflow: hidden;
    height: 100%;
}
.events-list-item-content {
    padding: 1.56vw 1.56vw 5.73vw 1.56vw;
    position: relative;
    height: calc(100% - 15.36vw);
}
.events-list-item-content a.btn {
    position: absolute;
    bottom: 2.60vw;
    left: 1.56vw;
}
.events-list-item-content h3 {
    font-size: 1.25vw;
    color: #14377d;
    margin-bottom: 0.52vw;
}
.events-list-item-content h4 {
font-style: italic;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: 0.52vw;
}
.events-list-item-content h4:after {
    content: '';
    display: block;
    width: 1.25vw;
    height: 0.05vw;
    background-color: #14377d;
    bottom: 0;
    left: 0;
    position: absolute;
}
.events-list-heading {
    padding-bottom: 1.04vw;
}
.default-hero-mobile-thumb {
    display: none;
}
.header-mobile-right {
    display: none;
}
.events-list .slick-slide{
    padding: 0 1.04vw 2.60vw 1.04vw;
}
/*Responsive*/
@media (max-width: 966px) {
	.home-hero-content ul {
		flex-wrap: wrap;
		justify-content:center;
	}
    .events-list-item-content a.btn {
        bottom: 50px;
        left: 30px;
    }
    .events-list-item-content {
        padding: 30px 30px 110px 30px;
        position: relative;
        height: calc(100% - 295px);
    }
    .events-list-item-content h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .events-list-item-thumb {
        height: 295px;
    }
    .events-list-item-content h4 {
        padding-bottom: 10px;
    }
    .events-list-item-content h4:after {
        width: 24px;
        height: 1px;
    }
    .events-list .slick-slide{
        padding: 0 20px 50px 20px ;
    }
    .events {
        padding-top: 90px;
        padding-bottom: 80px;
    }
    .events .default-hero-mobile-thumb {
        background-position: top 0 right 20%;
    }
    .header-mobile-right {
        display: flex;
        align-items: center;
    }
    .header-donate-mobile {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        color: #14377d;
        box-sizing: border-box;
        text-align: center;
        background-color: #f5e85b;
        border-bottom: 1px solid #dcd052;
        line-height: 1;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 25px;
        font-weight: 900;
    }
    .default-hero-mobile-btns ul li {
        text-align: center;
    }
    .default-hero-mobile-btns ul li a {
        font-size: 16px;
        display: block;
        padding-bottom: 30px;
        color: #fff;
    }
    .default-hero-mobile-thumb {
        height: 475px;
        width: 100%;
        background-position: top 0 right 50%;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .default-hero-mobile-btns {
       	display: flex;
    	flex-direction: column;
   	 	height: 100%;
    	margin-right: -40px;
    	justify-content: center;
    }
    .default-hero-mobile-btns ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 125px;
    }
    .default-hero-mobile-thumb a.hero-donate {
        border: 2px solid #fff;
        padding: 15px 25px;
        border-radius: 30px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 700;
        font-size: 20px;
        transform: rotate(90deg);
        display: flex !important;
        position: relative;
        right: unset;
        top: unset;
        color: #fff;
        width: 170px;
    }
    .default-hero-mobile-thumb a.hero-donate i {
        transform: rotate(-90deg);
		margin-right: 5px;
    }
    .mobile {
        display: block !important;
    }
    .desktop {
        display: none !important;
    }

    .default-hero {
        padding: 0;
        background-image: unset !important;
        height: auto;
    }
    .default-hero-title-wrapper {
        background-color: #14377d;
        display: flex;
        align-items: center;
        padding: 25px 30px;
    }
    .default-hero h1 {
        font-size: 42px;
        padding-right: 30%;
    }
    .default-hero .container {
        padding-left: 0;
        padding-right: 0;
    }
    #sb_instagram  .slick-dots {
        bottom: -20px !important;
    }
    #sbi_images .slick-slide {
        padding: 15px;
    }
    .footer-logo a, .header-logo {
        max-width: 210px;
    }
    .header-logo {
        max-width: 50%;
    }
    #mobile-header-phone, #mobile-menu-toggle {
        display: block;
    }
    .header-nav nav {
        display: none;
    }
    #mobile-menu-toggle {
        display: flex;
        width: 32px;
        z-index: 999;
        position: relative;
        flex-direction: column;
    }
    #mobile-menu-toggle span {
        display: block;
        height: 3px;
        background-color: #14377d;
    }
    #mobile-menu-toggle span:nth-child(2) {
        width: 20px;
        margin-left: 12px;
    }
    #mobile-menu-toggle span:not(:last-child) {
        margin-bottom: 8px;
    }
    #mobile-menu {
        max-height: 100vh;
        overflow-y: scroll;
        position: absolute;
        top: 0;
        left: 0;
        padding: 170px 0 50px 0;
        z-index: 99;
        width: 100%;
    }
    #mobile-menu > nav {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #mobile-menu > nav > ul:not(.social) {
        flex-wrap: wrap;
    }
    #mobile-menu > nav > ul:not(.social) > li {
        width: 100%;
        text-align: center;
    }
    #mobile-menu > nav > ul:not(.social) > li.btn {
        padding-top: 40px;
    }
    #mobile-menu > nav > ul:not(.social) > li:not(.btn) > a {
        color: #fff;
        font-size: 24px !important;
        width: 100%;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 2px;
        padding-top: 15px;
        padding-bottom: 15px;
        display: block;
    }
    #mobile-menu > nav > ul:not(.social) > li > a:hover {
        color: #44a389;
    }
    #mobile-menu-toggle.opened span:first-child {
        -webkit-transform: rotate(45deg) translateY(6px) translateX(7px) translateZ(0);
        transform: rotate(45deg) translateY(6px) translateX(7px) translateZ(0);
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    #mobile-menu-toggle.opened span:nth-child(2) {
        display: none;
    }
    #mobile-menu-toggle.opened span:last-child {
        -webkit-transform: rotate(-45deg) translateY(0) translateX(1px) translateZ(0);
        transform: rotate(-45deg) translateY(0) translateX(1px) translateZ(0);
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    #overlay {
        z-index: 1;
        height: 100vh;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.9);
        display: none;
    }
    #overlay.opened {
        display: block;
    }
    #mobile-menu > nav > ul > li > .sub-menu {
        background-color: #fff;
        padding-top: 20px;
        padding-bottom: 20px;
        display: none;
    }
    #mobile-menu > nav > ul > li > .sub-menu > li:not(:last-child) {
        margin-bottom: 20px;
    }
    #mobile-menu > nav > ul > li > .sub-menu > li > a {
        color: #005387;
        font-size: 24px !important;
        width: 100%;
        font-family: Gelion, sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        display: block;
    }
    body.fixed {
        overflow: hidden;
    }
    .flex {
        flex-wrap: wrap;
    }
    .half {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .footer-nav, .footer-bottom {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .footer-nav, .footer-nav-col-btn {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .footer-bottom p {
        margin-bottom: 20px;
    }
    .footer-bottom .flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .footer-nav-col {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .footer-nav-col-navigation {
        display: none;
    }
    .get-involved-top .row-item {
        width: 33.3333%;
    }
    .get-involved-top .flex, .get-involved-bottom .flex{
        justify-content: center;
    }
    .get-involved-bottom .row-item {
        width: 50%;
        border-right: none !important;
        padding-bottom: 30px;
    }
    .get-involved-top {
        padding-bottom: 40px;
    }
    .img-plus-text-left {
        width: 100%;
        padding-bottom: 30px;
    }
    .img-plus-text-right {
        width: 100%;
        padding-left: 0;
    }
    body {
        font-size: 16px;
    }
    .flex {
        min-height: 2px;
    }
    h1, h2 {
        letter-spacing: 4px;
    }
    h1 {
        font-size: 40px;
    }
    h1 strong, h1 b {
        font-size: 56px;
    }
    h2 {
        font-size: 32px;
        letter-spacing: 4px;
    }
    a.btn, .btn a, input[type="submit"] {
        font-size: 15px;
        padding: 22px 30px 19px 30px;
        min-width: 240px;
        border-bottom: 3px solid #dcd052;
        letter-spacing: 2px;
        border-radius: 30px;
    }
    a.btn:before {
        height: 1px;
        width: 24px;
        left: 30px;
    }
    .container {
        max-width: 1400px;
    }
    .container.narrow-container {
        max-width: 1110px;
    }
    .default-page-hero h1 {
        font-size: 96px;
        letter-spacing: 3px;
    }
    .default-page {
        padding-top: 50px;
        padding-bottom: 50px;
        border-bottom: 1px solid #14377d;
    }
    .default-page h2, .default-page h3, .default-page h4, .default-page h5, .default-page h6 {
        letter-spacing: 2px;
    }
    .default-page h2 {
        font-size: 32px;
    }
    .default-page h3 {
        font-size: 28px;
    }
    .default-page h4 {
        font-size: 22px;
    }
    .default-page h5 {
        font-size: 19px;
    }
    .default-page h6 {
        font-size: 16px;
    }
    img.alignleft {
        margin-right: 90px;
    }
    img.alignright {
        margin-left: 90px;
    }
    /*Header*/
    .header-top {
        padding: 15px 0;
        font-size: 18px;
    }
    .header-top strong, .header-top b {
        font-size: 24px;
    }
    .header-nav {
        padding: 22px 0;
    }
    .header-nav nav ul > li:not(.btn) > a {
        letter-spacing: 3px;
        padding: 0 23px;
    }
    .header-nav nav ul > li.btn > a {
        margin-left: 25px;
        padding: 17px 41px 14px 30px;
    }
    /*Footer*/
    .footer-nav {
        padding-top: 70px;
        padding-bottom: 70px;
        border-bottom: 1px solid #dad8d6;
    }
    .footer-nav nav ul li a {
        letter-spacing: 3px;
        font-size: 14px;
    }
    .footer-nav nav ul li {
        margin-bottom: 15px;
    }
    .footer-nav-col-btn a.btn {
        padding: 17px 40px 14px 30px;
        margin-bottom: 40px;
    }
    .social a {
        width: 50px;
        height: 50px;
        border: 3px solid #f5e85b;
    }
    .social li:not(:last-child) {
        margin-right: 10px;
    }
    .footer-bottom {
        padding-top: 45px;
        padding-bottom: 105px;
    }
    .footer-bottom p {
        font-size: 14px;
    }
    .footer-bottom nav ul li {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-bottom nav ul li:not(:last-child) {
        border-right: 1px solid #000;
    }
    .footer-bottom nav ul li a {
        font-size: 14px;
        letter-spacing: 1px;
    }
    /*Home hero*/
    .home-hero {
        padding-top: 320px;
        padding-bottom: 190px;
    }
    .home-hero-content {
        padding-right: 0;
    }
    .home-hero-content h1 {
        margin-bottom: 65px;
    }
    .home-hero-additional {
        right: 45px;
        bottom: 25px;
    }
    .home-hero-additional a {
        font-size: 24px;
        padding-bottom: 0;
    }
    a.hero-donate {
        border: 3px solid #fff;
        padding: 12px 25px;
        border-radius: 30px;
        letter-spacing: 2px;
        font-size: 24px;
        right: -45px;
    }
    .get-involved {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 100px;
    }
    .get-involved:before {
        height: calc(100% - 100px);
    }
    .get-involved-wrapper {
        border-radius: 9px;
        -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
        max-width: 1470px;
        margin-top: -100px;
    }
    .get-involved-top {
        padding-top: 70px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .get-involved-top h2 {
        margin-bottom: 75px;
    }
    .get-involved-top .row-item {
        padding-left: 31px;
        padding-right: 30px;
    }
    .get-involved-top span {
        height: 95px;
        margin-bottom: 25px;
    }
    .get-involved-top .row-item h3 {
        letter-spacing: 3px;
        padding-bottom: 9px;
        margin-bottom: 22px;
        font-size: 20px;
    }
    .get-involved-top .row-item h3:after {
        height: 1px;
        width: 24px;
    }
    .get-involved-bottom {
        padding: 65px 55px 70px 55px;
    }
    .get-involved-bottom .row-item {
        padding-left: 65px;
        padding-right: 65px;
    }
    .get-involved-bottom .row-item:not(:last-child) {
        border-right: 1px dashed #657688;
    }
    .get-involved-bottom .row-item span {
        height: 135px;
        margin-bottom: 25px;
    }
    .get-involved-bottom .row-item h3 {
        letter-spacing: 3px;
        padding-bottom: 9px;
        margin-bottom: 17px;
        font-size: 32px;
    }
    .get-involved-bottom .row-item p {
        margin-bottom: 10px;
    }
    .img-plus-text {
        padding-top: 85px;
        padding-bottom: 75px;
    }
    .img-plus-text-right-bottom h4 {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .img-plus-text-right-bottom h4:after {
        height: 1px;
        width: 24px;
    }
    .img-plus-text-right-bottom p {
        font-size: 20px;
    }
    .row-cards {
        padding-top: 95px;
        padding-bottom: 115px;
    }
    .row-cards-list > div {
        padding-bottom: 15px;
    }
    .row-cards-list-item {
        border-radius: 9px;
        padding: 95px 30px 80px 50px;
        font-size: 18px;
        background-position: bottom -15px right -70px;
        -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    }
    .row-cards-list-item:before {
        height: 20px;
        width: 120px;
        top: 40px;
    }
    .row-cards-list-item strong {
        font-size: 24px;
        letter-spacing: 2px;
    }
    .events-row-item {
        padding-top: 140px;
        padding-bottom: 165px;
    }
    .events-row-item h3 {
        font-size: 42px;
        margin-bottom: 20px;
    }
    .events-row-item h4 {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .events-row-item h4:after {
        height: 1px;
        width: 24px;
    }
    .instagram {
        padding-top: 55px;
        padding-bottom: 65px;
    }
    .instagram-heading {
        padding-bottom: 20px;
    }
    .instagram-heading a.btn {
        padding: 17px 40px 14px 30px;
    }
    .instagram-feed-wrapper.row {
        margin-left: -15px;
        margin-right: -15px;
    }
    a.hero-donate {
        position: relative;
        transform: unset;
        right: 0;
        display: inline-block;
        top: unset;
    }
    .home-hero {
        background: #14377d !important;
        padding-top: 0;
        padding-bottom: 100px;
        text-align: center;
    }
    .home-hero-additional {
        position: relative;
        flex-direction: unset;
        right: unset;
        justify-content: center;
    }
    .home-hero-additional ul {
        flex-direction: unset;
        justify-content: center;
        padding-top: 50px;
    }
    .home-hero-additional ul li {
        padding: 15px;
    }
    a.hero-donate i {
        transform: unset;
    }
    .home-hero-mobile-thumb {
        padding-top: 56.6%;
        justify-content: center;
        background-size: cover;
    }
    .home-hero-content {
        padding-top: 40px;
    }
    .instagram-heading {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .instagram-heading h2 {
        margin-bottom: 30px;
    }
    .repeater-item-thumb, .repeater-item-text {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .repeater-item-thumb {
        padding-bottom: 20px;
    }
    .faq-list-item-q {
        padding: 20px 55px ;
        font-size: 16px;
        border-radius: 40px;
    }
    .faq-list-item {
        margin-bottom: 20px;
    }
    .faq-list-item-q:before {
        display: block;
        content: '';
        height: 1px;
        width: 24px;
        background-color: #14377d;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 20px;
    }
    .faq-list-item-q:after {
        content: '\2b';
        display: block;
        right: 20px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }
    .faq-list-item-a {
        padding: 55px 30px 15px 30px;
        margin-top: -35px;
        z-index: 1;
        -webkit-box-shadow: 0px 10px 30px 10px rgba(0,0,0,0.1);
        box-shadow: 0px 10px 30px 10px rgba(0,0,0,0.1);
        border-bottom-left-radius: 9px;
        border-bottom-right-radius: 9px;
    }
    .repeater-item {
        padding-top: 90px;
        padding-bottom: 105px;
    }
    .repeater-item-thumb {
        order: -1;
    }
    .faq {
        padding: 60px 0 40px 0;
    }
    .disclaimer {
        padding-top: 35px;
        padding-bottom: 5px;
        background-color: #f2f2f2;
    }
	.stylized-list ul li {
    	margin-bottom: 10px;
    	padding-left: 20px;
    	position: relative;
	}
	.stylized-list ul li:before {
    	line-height: 16px;
	}
}
@media (max-width: 768px) {
	.get-involved-top {
    	padding-top: 40px;
    	padding-left: 20px;
    	padding-right: 20px;
	}
	.get-involved-bottom {
   	 padding: 35px 20px 40px 20px;
	}
    .slick-dots {
        bottom: 0 !important;
    }
    .events-list-heading p {
        font-size: 16px;
    }
     .events {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    h2  {
        font-size: 28px;
    }
    .disclaimer {
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #f2f2f2;
    }
    .faq {
        padding: 80px 0 60px 0;
    }
    .repeater-item {
        padding-top: 40px;
        padding-bottom: 35px;
        padding-right: 0;
        padding-left: 0;
    }
    .repeater-item:nth-child(2) {
        text-align: center;
    }
    .repeater-item:nth-child(2) .repeater-item-text h3:after {
        margin: 0 auto;
        left: 0;
        right: 0;
    }
	.home-hero-content ul li {
		width:100%;
		margin-bottom:10px;
	}
	.home-hero-content ul li:not(:first-child) {
		margin-left:0;
	}
    .events-row-item {
        color: #fff;
        padding-top: 40px;
        padding-bottom: 65px;
    }
    .get-involved-bottom .row-item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .get-involved-top .row-item,  .get-involved-bottom .row-item {
        width: 100%;
    }
    .footer-nav {
        padding-top: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #dad8d6;
    }
    .footer-bottom {
        padding-top: 25px;
        padding-bottom: 55px;
    }
    .row-cards {
        padding-top: 40px;
        padding-bottom: 55px;
    }
    .img-plus-text {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .get-involved {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 50px;
    }
	.event-hero .default-hero-mobile-thumb {
		background-position: top 0 right 30%;
	}
	.default-hero h1 {
    font-size: 36px;
    	padding-right: 0;
	}
	.default-hero-title-wrapper {
    background-color: #14377d;
    display: flex;
    align-items: unset;
    padding: 25px 30px;
    flex-direction: column;
    justify-content: center;
	}
	a.btn, input[type="submit"] {
		    padding: 22px 30px 19px 55px;
	}
}
@media (max-width: 500px) {

    h1 strong, h1 b {
        font-size: 26px;
    }
    h1 {
        margin-bottom: 35px;
        font-size: 26px;
    }
}
@media (max-width: 500px) {
    h1 strong, h1 b {
        font-size: 30px;
    }
    h1 {
        margin-bottom: 35px;
        font-size: 20px;
    }
}