* {
    box-sizing: border-box;
    font-family: kiro, sans-serif !important;
    margin: 0;
    padding: 0;
}

.row {
    width: 100%;
    max-width: 100%;
    margin: auto;
}

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

.clearfix {
    display: inline-block;
}

* html .clearfix { 
    height: 1%;
}

.clearfix {
    display: block;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
    max-width: 100%;
}

body {
    display: block !important;
    width: 100%;
}

.container,
.col-sm-12 {
    padding: 0 !important;
}

.container, .col-sm-12 {
    min-height: auto !important;
}

.container {
    width: 100%;
}

.navbar-default,
.footer.container {
    display: none !important;
}

.region.region-content {
    padding-bottom: 0 !important;
}

/* WAYPOINTS */
.fade-in-from-left {
    opacity: 0;
    animation-timing-function: ease-out;
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fade-in-from-left.animated {
    animation-name: fade-from-left;
    animation-duration: 0.5s;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@keyframes fade-from-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-15px);
        -moz-transform: translateX(-15px);
        -o-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
        transform: translateX(-15px);
    }

    45% {
        opacity: 0.5;
    }

    90% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fade-in-from-bottom {
    opacity: 0;
    animation-timing-function: ease-out;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
}

.fade-in-from-bottom.animated {
    animation-name: fade-from-bottom;
    animation-duration: 1s;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@keyframes fade-from-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -o-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fade-in-from-right {
    opacity: 0;
    animation-timing-function: ease-out;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -o-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
}

.fade-in-from-right.animated {
    animation-name: fade-from-right;
    animation-duration: 0.5s;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@keyframes fade-from-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(40px);
        -moz-transform: translateX(40px);
        -o-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px);
    }

    90% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: #FFF;
    font-weight: 800;
    font-family: kiro, sans-serif !important;
    font-style: normal;
}

a.white-btn {
    border-radius: 14px;
    background: linear-gradient(270deg, #FFF 0%, #EBEBEB 17.12%, #DDD 49%, #EBEBEB 76.88%, #FFF 100%);
    color: #002634;
    display: inline-block;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
}

a.white-btn:hover {
    background: linear-gradient(270deg, #88C540 5.62%, #C6FF82 51.76%, #88C540 99.79%);
}

button.green-btn,
a.green-btn {
    border-radius: 14px;
    background: linear-gradient(270deg, #88C540 5.62%, #C6FF82 51.76%, #88C540 99.79%);
    color: #002634;
    display: inline-block;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    max-width: 90%;
}

button.green-btn:hover,
a.green-btn:hover {
    background: linear-gradient(270deg, #FFF 0%, #EBEBEB 17.12%, #DDD 49%, #EBEBEB 76.88%, #FFF 100%);
}

/* HEADER --------------------------------------------------------------------*/
.main-header {
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    position: absolute;
    left: 0;
    right: 0;
    padding: 20px 5%;
    top: 0;
    z-index: 100;
    width: 100%;
}

.inner {
    max-width: 1200px;
    margin: auto;
    width: 100%;
}

.full-main-header .inner,
.main-header .inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.hero {
    /* background-image: url('https://eqfl.org/themes/eqfl/images/bp/header.jpeg'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 250px 5% 100px 0;
}

.page-node-type-box-pages .hero {
    padding: 125px 5% 75px 0;
}

.mobile-header-img {
    display: none;
}

.hero-inner {
    background: rgba(0, 163, 171, 0.70);
    padding: 20px 30px 20px 5%;
    max-width: 700px;
    width: 100%;
}

.hero-inner h1 {
    color: #FFF;
    font-size: 60px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.full-main-header .social-wrapper,
.main-header .social-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.social-wrapper a {
    display: inline-block;
    margin-left: 10px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.social-wrapper .hover {
    transition: all 0.4s ease-in-out;
}

.social-wrapper a:hover .hover {
    /* fill: #0072BC; */
    fill-opacity: 1;
    transition: all 0.4s ease-in-out;
}

/* MAIN ----------------------------------------------------------------------*/
.page-section {
    max-width: 1200px;
    margin: 50px auto;
    width: 90%;
}

.page-section .inner {
    
}

.page-section.boxes .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 0;
}

.single-box {
    background: #FFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
    flex-basis: 31%;
    flex-grow: 1;
    padding-top: 200px;
    text-align: center;
    margin: 1%;
}

.single-box .gradient {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.single-box .inner-card {
    position: relative;
    padding-bottom: 40px;
    z-index: 2;
}

.single-box h3 {
    color: #88C540;
    font-size: 45px;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.single-box ul,
.single-box ol {
    margin: 5px 0 5px 5%;
}

.single-box p,
.single-box ul li,
.single-box ol li {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 5px 0;
}

.single-box h4 {
    color: #FFF;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 30px;
}

.single-box a.white-btn,
.single-box a.green-btn {
    bottom: 30px;
    display: block;
    font-size: 18px;
    left: 50%;
    margin: auto;
    max-width: 90%;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 200px;
    z-index: 3;
}

.fields-wrapper.boxes  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px auto;
}

.fields-wrapper.boxes .single-box {
    display: flex;
    width: 31%;
    margin: 2% 1%;
    background-position: center top, top !important;
    background-repeat: no-repeat, no-repeat !important;
    background-size: 100%, 100% !important;
    overflow: hidden;
}

.fields-wrapper.boxes .single-box .gradient {
    background: linear-gradient(0deg, #002634 40.02%, rgba(0, 38, 52, 0.00) 75.11%);
}

.fields-wrapper.boxes .single-box h3 {
    color: #FFF;
}

.page-node-type-box-pages .footer-right {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    flex-direction: column;
}

.page-node-type-box-pages .footer-right p {
    margin-right: 0px;
}

.fields-wrapper.boxes .single-box .inner-card {
    padding-bottom: 75px;
    width: 100%;
}

.page-node-type-box-pages .main-header {
    position: static;
    background: linear-gradient(90deg, #002634 0%, #00A3AB 100%);
    padding: 15px 5%;
    position: relative;
    width: 100%;
    z-index: 2;
}

.page-section.two-card {

}

.page-section.two-card .inner {
    display: flex;
    justify-content: space-around;
    font-size: 0;
    flex-wrap: wrap;
}

.two-card .single-card {
    background-color: #002634;
    background-size: cover;
    background-position: center;
    box-shadow: inset 0 0 0 1000px rgba(0, 38, 52, .7);
    border-radius: 20px;
    margin: 1%;
    padding: 30px 5%;
    width: 48%;
}

.news-wrap .view-footer {
    display: none;
}

.two-card .single-card em {
    display: none !important;
}

.two-card .single-card h2 {
    font-size: 50px;
    margin-bottom: 50px;
}

.two-card h3 {
    font-weight: 500;
}

.event-card {
    margin: 0 0 20px;
}

.event-card h3 {
    margin: 10px 0;
}

.event-card h3 a {
    color: #FFF;
    font-weight: 600;
}

.event-card h3 a:hover {
    color: #88C540;
    text-decoration: none;
}

.two-card .single-card p {
    color: #FFF;
    font-size: 20px;
    margin: 10px 0;
    line-height: 1.5;
}

.two-card .single-card p.address {
    display: none;
}

.news-wrap a,
.two-card .single-card p a {
    color: #FFF;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.news-wrap a:hover,
.two-card .single-card p a:hover {
    color: #88C540;
}

.two-card .event-card .bold {
    font-weight: 800;
    display: block;
}

.resistance {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 150px 5%;
    position: relative;
}

.resistance.full-width {
    padding: 0;
    position: relative;
}

.resistance.full-width .inner {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.resistance.full-width img {
    width: 100%;
}

.resistance.full-width a.green-btn {
    font-size: 40px;
}

.resistance .gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.45) 100%);
    background: linear-gradient(180deg, rgb(255 255 255) 9%, rgba(148,148,148,0) 40%, rgba(0,0,0,1) 100%);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.resistance .inner {
    /* width: 90%; */
    position: relative;
    text-align: center;
    z-index: 2;
}

.resistance h3 {
    color: #002634;
    font-size: 80px;
    line-height: .9;
    text-transform: uppercase;
}

.resistance h2 {
    color: #FFF;
    font-size: 100px;
    line-height: 1.1;
    max-width: 700px;
    margin: 30px auto;
    text-align: center;
    text-transform: uppercase;
}

.social-wrapper.large a {
    margin: 0 20px;
}

.social-wrapper.large a svg {
    height: 80px;
    width: 80px;
}

.full-section.donate {
    background: linear-gradient(0deg, #002634 0%, #002634 100%);
    padding: 100px 5%;
}

.full-section.donate.white {
    background: #FFF;
}

.full-section.donate.white .inner p,
.full-section.donate.white .inner h1,
.full-section.donate.white .inner h2,
.full-section.donate.white .inner h3,
.full-section.donate.white .inner h4,
.full-section.donate.white .inner h5,
.full-section.donate.white .inner h6,
.full-section.store .inner p,
.full-section.store .inner h1,
.full-section.store .inner h2,
.full-section.store .inner h3,
.full-section.store .inner h4,
.full-section.store .inner h5,
.full-section.store .inner h6 {
    color: #002634 !important;
}

.photo-wrap {
    border-radius: 30px;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 100px 5% 50px;
}

.photo-inner {
    margin-top: 200px;
}

.photo-inner h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.page-node-type-box-pages .photo-inner h2 {
    text-shadow: 1px 2px 2px black;
}

.page-node-type-box-pages .photo-wrap {
    background-position: top left !important;
}

.photo-inner p {
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin: 20px 0;
}

.donate-btn-wrapper {
    margin: 40px auto 0;
    text-align: center;
}

.donate-btn-wrapper h3 {
    color: #88C540;
    font-size: 50px;
    line-height: 1.2; 
    margin-bottom: 20px;
    text-align: center;
}

.donate-btn-wrapper .donate-wrap {
    display: flex;
    justify-content: space-between;
    margin: 0px auto;
    max-width: 800px;
}

.donate-btn-wrapper .donate-wrap a.white-btn {
    font-size: 26px;
    margin: 1%;
    padding: 10px 5px;
    width: 23%;
}

.full-section.signup {

}

.full-section.signup .inner {
    border-radius: 33px;
    background: #030502;
    box-shadow: 0px 4px 13.1px 7px rgba(0, 0, 0, 0.25);
    display: flex;
    margin: 100px auto;
    width: 90%;
}

.left-side {
    border-top-left-radius: 33px;
    border-bottom-left-radius: 33px;
    display: inline-block;
    width: 55%;
}

.full-section.signup .inner img {
    border-top-left-radius: 33px;
    border-bottom-left-radius: 33px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.full-section.signup .form-side {
    padding: 50px 5%;
    width: 45%;
}

.full-section.signup .form-side h2 {
    color: #FFF;
    font-size: 50px;
    line-height: 1.2;
}

.full-section.signup .form-side p {
    color: #FFF;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin: 20px 0;
}

.full-section.signup .form-side p.small {
    font-size: 14px;
}

.form-wrapper input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    font-family: kiro, sans-serif !important;
    border-bottom: 1px solid #FFF !important;
    color: #FFF !important;
    font-size: 18px !important;
    margin: 10px 0 !important;
    width: 100% !important;
}

.form-wrapper input::placeholder {
    color: #FFF !important;
}

.form-wrapper .at-row.FirstName.LastName label {
    width: 48% !important;
    margin: 1% !important;
    flex: none;
    display: inline-block;
    min-width: 0;
}

.form-wrapper .at-row.EmailAddress.MobilePhone label.at-text.PostalCode,
.form-wrapper .at-row.EmailAddress.MobilePhone label.at-text.MobilePhone {
    width: 48% !important;
    margin: 1% !important;
    flex: none;
    display: inline-block;
    min-width: 0;
}

.form-wrapper .at .at-fieldset {
    padding: 0 !important;
}

.form-wrapper .at-checkbox-title {
    color: #FFF !important;
}

.form-wrapper header.at-title {
    display: none !important;
}

.form-wrapper .at-inner {
    background-color: transparent !important;
}

.full-section.signup .form-side .at-legal p {
    font-size: 13px;
}

.form-wrapper .at-row.at-row-solo.at-row-full.YesSignMeUpForUpdatesForBinder,
.form-wrapper .at-row.at-row-solo.at-row-full.UpdateMyProfile.at-mode-person-only {
    display: none !important;
}

.form-wrapper input[type='submit'] {
    background: linear-gradient(270deg, #88C540 5.62%, #C6FF82 51.76%, #88C540 99.79%) !important;
    border-radius: 14px !important;
    color: #002634 !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    padding: 10px 20px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    transition: all 0.4s ease-in-out !important;
    width: 100% !important;
    border: none !important;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.form-wrapper input[type='submit']:hover {
    background: linear-gradient(270deg, #FFF 0%, #EBEBEB 17.12%, #DDD 49%, #EBEBEB 76.88%, #FFF 100%) !important;
}

footer {
    background: #002634;
    color: #FFF;
    padding: 50px 5%;
}

.header-logo-a img {
    transition: all 0.4s ease-in-out;
    max-width: 300px;
}

.header-logo-a:hover img,
.footer-logo-a:hover img {
    transform: scale(.9);
}

footer .inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page-node-type-box-pages footer .inner {
    align-items: self-start;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.footer-logo-a {
    text-decoration: none;
    width: 175px;
}

.footer-logo-a img {
    height: auto;
    width: 100%;
}

.footer-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

footer p {
    font-size: 20px;
    margin-right: 20px;
}

footer p a {
    color: #FFF;
    display: inline-block;
    margin: 0 5px;
}

footer p a:hover {
    color: #88C540;
}


/* new repeater page */
.full-main-header {
    background: #002633;
    padding: 30px 5%;
}

.repeater .inner {
    max-width: 1400px;
    margin: 50px auto;
    width: 90%;
}

.repeater-top-section h1 {
    color: #002633;
    font-size: 62px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.62px;
    text-align: center;
}

.repeater-top-section p {
    color: #002633;
    font-size: 30px;
    text-align: center;
}

.fields-wrapper {
    margin: 50px auto;
}

.fields-wrapper .field--name-field-fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0;
}

.fields-wrapper .field--item {
    display: inline-block;
    width: 47%;
    margin: 30px 0;
}

/* .paragraph--type--card a.card-a */
.paragraph--type--card {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}

.paragraph--type--card a.card-a {
    display: inline-block;
    margin: 30px 0;
    width: 35%;
}

.card-image {
    /* display: inline-block;
    margin: 30px 0;
    width: 35%; */
}

.card-image img {
    height: auto;
    width: 100%;
    transition: all 0.4s ease-in-out;
    object-fit: contain;
    max-height: 135px;
    max-width: 200px;
}

.paragraph--type--card a.card-a:hover img {
    transform: scale(1.1);
}

/* .paragraph--type--card a.card-a:hover {
    text-decoration: none;
    color: #1A1A1A;
} */

.card-right {
    width: 60%;
}

.card-right.full {
    width: 100%;
}

.card-right h2 {
    color: #555F6B;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.3;
}

.card-right p {
    color: #1A1A1A;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
}

#redirect-popup {
    position: absolute;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#redirect-popup-inner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border: 1px solid #ccc;
    z-index: 10000;
}
  
#redirect-popup button {
    margin-right: 10px;
}

#redirect-popup p {
    font-size: 20px;
}

.full-section.store {
    padding: 100px 5%;
}

.full-section.store .inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.full-section.store .inner img {
    max-width: 600px;
    width: 60%;
}

.full-section.store h2 {
    font-size: 50px;
    margin: 20px 0;
}

.full-section.donate.white a.green-btn:hover,
.full-section.store a.green-btn:hover {
    background: linear-gradient(270deg, #4e9000 5.62%, #71a92e 51.76%, #59a500 99.79%);
}

.store-side {
    width: 35%;
}

.store-side p {
    font-size: 20px;
    margin: 20px 0;
}

.full-width.banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 250px 5% 100px 0;
}

.full-width.banner .inner {
    background: rgba(0, 163, 171, 0.70);
    padding: 20px 30px 30px;
    max-width: 700px;
    margin: 0 auto 0 5%;
    width: 95%;
}

.full-width.banner h2 {
    margin-bottom: 30px;
    font-size: 45px;
    max-width: 530px;
}

#content-wrap {
    display: none;
}
#passwordForm {
    display: flex;
    flex-direction: column;
    width: 300px;
    margin: 100px auto;
}

/* LAYOUT -------------------- */

@media screen and (max-width: 1100px) {
    .single-box {
        flex-basis: 48%;
    }
}

@media screen and (max-width: 1000px) {
    .two-card .single-card {
        width: 98%;
    }
    .full-section.signup .inner {
        flex-wrap: wrap;
    }
    .left-side {
        border-top-left-radius: 33px;
        border-top-right-radius: 33px;
        border-bottom-left-radius: 0;
        width: 100%;
    }
    .full-section.signup .inner img {
        border-top-right-radius: 33px;
        border-bottom-left-radius: 0;
    }
    .full-section.signup .form-side {
        width: 100%;
    }
    .resistance h3 {
        font-size: 55px;
    }
    .fields-wrapper .field--item {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .hero-inner h1 {
        font-size: 50px;
    }
    a.white-btn {
        font-size: 25px;
    }
    .hero {
        padding: 250px 5% 0px 0;
    }
    footer .inner {
        align-items: start;
    }
    .footer-right {
        display: flex;
        flex-wrap: wrap-reverse;
        align-items: center;
        justify-content: flex-end;
    }
    .footer-right .social-wrapper {
        display: block;
        margin-bottom: 20px;
    }
    footer p,
    footer p a {
        margin-right: 0;
    }
    .resistance h2 {
        font-size: 85px;
    }
}

/* @media screen and (max-width: 850px) {
    .fields-wrapper.boxes .single-box {
        width: 100%;
    }
} */

@media screen and (max-width: 750px) {
    .hero {
        background: none !important;
        padding: 0 0 0;
    }
    .page-node-type-box-pages .hero {
        padding: 0 0 0;
    }
    .hero-inner {
        background: rgba(0, 163, 171, 1);
        max-width: 100%;
        position: relative;
        /* text-align: center; */
        z-index: 2;
    }
    .mobile-header-img {
        display: block;
        min-height: 400px;
        object-fit: cover;
        width: 100%;
    }
    /* .page-node-type-box-pages .mobile-header-img {
        object-fit: contain;
        object-position: bottom;
        min-height: 250px;
    } */
    .social-wrapper a svg {
        height: 40px;
        width: 40px;
    }
    .header-logo-a img {
        width: 130px;
    }
    .fields-wrapper.boxes .single-box {
        flex-basis: 100%;
        margin: 20px auto;
        max-width: 400px;
        width: 100%;
    }
    .fields-wrapper.boxes .single-box h3 {
        font-size: 35px;
    }
}

@media screen and (max-width: 700px) {
    .single-box {
        flex-basis: 98%;
    }
    .full-main-header .inner,
    .main-header .inner {
        align-items: start;
    }
    .resistance.full-width .inner {
        position: static;
        transform: none;
        margin-top: 20px;
    }
    .resistance.full-width {
        padding: 50px 0;
    }
}

@media screen and (max-width: 600px) {
    .resistance h2 {
        font-size: 50px;
    }
    .resistance h3 {
        font-size: 36px;
    }
    .social-wrapper.large a {
        margin: 0 7px;
    }
    .social-wrapper.large a svg {
        height: 60px;
        width: 60px;
    }
    .hero-inner h1 {
        font-size: 45px;
    }
    a.white-btn {
        font-size: 25px;
    }
    footer .inner {
        flex-wrap: wrap;
    }
    .footer-logo-a {
        width: 100%;
    }
    .footer-logo-a {
        max-width: 175px;
        display: block;
        margin: 20px auto;
    }
    .footer-right {
        margin-top: 20px;
        justify-content: center;
    }
    .repeater-top-section p {
        font-size: 25px;
    }
    .repeater-top-section h1 {
        font-size: 50px;
    }
    .paragraph--type--card {
        flex-wrap: wrap;
    }
    .card-right {
        width: 100%;
    }
    .card-image,
    .paragraph--type--card a.card-a {
        width: 300px;
        display: block;
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .full-section.store .inner img,
    .full-section.store .inner .store-side {
        width: 100%;
        text-align: center;
    }
    .page-node-type-box-pages .footer-right {
        justify-content: center;
        text-align: center;
    }
}

@media screen and (max-width: 560px) {
    .header-right a.green-btn{
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
    .social-wrapper a svg {
        height: 25px;
        width: 25px;
    }
    .social-wrapper a {
        margin: 0 3px;
    }
    /* .fields-wrapper.boxes .single-box h3 {
        font-size: 35px;
    } */
}