/* General CSS */

body {
    margin: 0px auto;
    padding: 0;
    background: #fff;
    color: #fff;
    font-family: 'Poppins', sans-serif;
	min-height: 3000px !important;
}

body:after {
	content: "";
    /* background: url(../imgs/desktop-fixed-width.jpg); */
	background-position: center top;
	background-repeat: no-repeat;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    z-index: -9999;
    opacity: .3;
}

img { max-width: 100%; }

.object-fit {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.hrc-container,
.fx-landing--container {
    margin: 0 auto;
    max-width: 1396px;
    position: relative;
}

.fab {
    font-weight: 900;
    font-family: FontAwesome;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Headings */

h1, h2, h3, h4, h5 {
    font-family: 'Poppins', sans-serif;
	line-height: 1.3;
}

h1,
.h1 {
	font-size: 47px;
	line-height: 1.1;
}

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

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

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

@media (min-width: 768px) {
	h1,
	.h1 {
		font-size: 80px;
	}

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

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

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

@media (min-width: 1025px) {
	h1,
	.h1 {
		font-size: 98px;
	}

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

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

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


/* Buttons */

.btn {
	width: auto;
    padding: 10px 14px;
    line-height: 1.3;
    border-radius: 0;
}

.btn--primary { background-color: #F47F20; }
    .btn--primary:hover { background-color: #ff841f; }
.btn--secondary { background-color: #3CB98D; }
    .btn--secondary:hover { background-color: #46d4a2; }
.btn--tertiary { background-color: #545AB2; }
    .btn--tertiary:hover { background-color: #636ace; }

@media (min-width: 768px) {
	.btn { padding: 15px 25px; }
}

/* SVG Icons */

.icon-call,
.icon-booking {
	width: 30px;
	height: 30px;
	margin-right: 15px;
}

/* Header */
 
.hrc-header {
    align-items: center;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 1396px;
    padding: 30px 15px;
}
.hrc-header__menu-item {
    color: #545AB2;
    display: none;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.11;
    padding: 0 5px;
    text-align: center;
}
.hrc-header__menu-item:hover {
    color: #545AB2;
    text-decoration: underline;
}
.hrc-header__button {
	align-items: center;
    color: #fff;
    display: none;
    font-weight: 600;
    font-size: 26px;
    height: 80px;
    justify-content: center;
    line-height: 1;
    text-align: center;
    width: 267px;
}
.hrc-header__button:hover { color: #fff; }
.mobile-button { display: flex; }
.mobile-button .hrc-header__button {
    display: flex;
    font-size: 20px;
    height: 50px;
    line-height: 20px;
    width: 50%;
}

.page-header-right--mobile {
    display: flex;
    width: 100%;
}

.page-header-right__btn {
    display: flex;
    flex-basis: 50%;
    align-items: center;
	justify-content: center;
}

@media (min-width: 1025px) {
	.hrc-header {
        justify-content: space-between;
		padding: 44px 15px;
    }
}



/* Responsive Nav
----------------------------------------------*/

.responsive-menu-trigger-button {
	position: absolute;
    top: 75px;
    right: 35px;
    width: 30px;
    height: 22px;
    background: none !important;
    cursor: pointer;
    padding: 0 !important;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
}
.responsive-menu-trigger-button .lines,
.responsive-menu-trigger-button .lines:after,
.responsive-menu-trigger-button .lines:before {
    display: block;
    position: absolute;
    background-color: #f47f20;
    height: 3px;
}
.responsive-menu-trigger-button .lines:after,
.responsive-menu-trigger-button .lines:before {
    content: '';
    width: 30px;
}
.responsive-menu-trigger-button .lines:before {
    top: 17px;
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.responsive-menu-trigger-button.active .lines:before {
    top: 7px;
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 2px, 0) rotate(45deg);
}
.responsive-menu-trigger-button .lines:after {
    top: 9px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.responsive-menu-trigger-button.active .lines:after {
    top: 7px;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 2px, 0) rotate(-45deg);
}
.responsive-menu-trigger-button .lines {
    width: 30px;
    top: 1px;
    transition: background-color 0s 0.15s linear;
}
.responsive-menu-trigger-button.active .lines {
    transition-delay: 0.32s;
    background-color: transparent;
}
.responsive-menu-trigger-button:after {
    content: "MENU";
    display: block;
    font-size: 9px;
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #f47f20;
}
.fx-responsive-menu-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}
.responsive-menu-open .fx-responsive-menu-mask {
    z-index: 1000;
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
}
.fx-responsive-menu {
    width: 370px;
    max-width: 100%;
    height: 100%;
    position: fixed;
    transition: transform 0.5s;
    top: 0;
    right: 0;
    background: #fff;
    color: #333;
    transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    overflow: hidden;
}
.fx-responsive-menu-wrapper {
    max-height: 100%;
    overflow-y: auto;
    color: #fff;
}
.fx-responsive-menu-header { padding: 15px; }
.fx-responsive-menu-header a {
    max-width: 80px;
    display: inline-block;
    width: 100%;
    line-height: 1;
}
.fx-responsive-menu-header a img { width: 100%; }
.fx-responsive-menu-header .responsive-menu-trigger-button {
    margin: 9px 0 9px 10px;
    top: 10px;
    right: 20px;
}
.fx-responsive-menu-header .responsive-menu-trigger-button.active .lines:before,
.fx-responsive-menu-header .responsive-menu-trigger-button.active .lines:after { background: #f47f20; }
.fx-responsive-menu-body { padding: 15px; }
.fx-responsive-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.fx-responsive-menu .menu > li.menu-item { position: relative; }
.fx-responsive-menu .menu > li.menu-item.control { display: none; }
.fx-responsive-menu .menu-item a {
    display: block;
    padding: 13px 50px 13px 15px;
    line-height: 1;
    font-size: 14px;
    text-decoration: none;
    color: #202020;
}
.fx-responsive-menu .menu > li.menu-item span.sub-menu-trigger {
    position: absolute;
    height: 40px;
    width: 50px;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
	cursor: pointer;
	color: #A90D10;
}
.fx-responsive-menu .menu > li.menu-item span.sub-menu-trigger i { transition: transform .3s ease; }
.fx-responsive-menu .menu > li.menu-item span.sub-menu-trigger.active i { transform: rotate(180deg); }
.fx-responsive-menu .menu > li.menu-item ul.sub-menu {
    overflow: hidden;
    position: relative;
    display: none;
    padding-left: 15px;
}
.fx-responsive-menu-footer { padding: 25px 15px; }
.fx-responsive-menu .menu-item a {
    display: block;
    padding: 13px 50px 13px 15px;
    line-height: 1;
    font-size: 16px;
    text-decoration: none;
    color: #202020;
    font-weight: normal;
	border-bottom: 1px solid #eee;
}
.responsive-menu-open .fx-responsive-menu {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    z-index: 99999;
}

@media (min-width:768px) {
    .responsive-menu-trigger-button { display: none; }
}

/* Banner */

.hrc-banner { 
	position: relative;
	padding-top: 68px;
	background-color: #545AB2; 
	overflow: hidden;
}
.hrc-banner h1, 
.hrc-banner h2 {
    font-weight: 700;
    font-style: italic;
    max-width: 1120px;
    text-transform: uppercase;
    text-align: center;
}
.hrc-banner__content {
    align-items: center;
    display: flex;
    justify-content: space-between;
	flex-direction: column;
}
.hrc-banner__content ul:before {
    background: url(../imgs/turn-right-arrow.png) no-repeat 0 0;
    background-size: cover;
    content: '';
    display: block;
    height: 55px;
    left: -67px;
    position: absolute;
    top: 0;
    width: 55px;
}
.banner-requirements { 
    font-size: 20px;
    position: relative; 
}

svg.green-ellipse {
    position: absolute;
    bottom: -90px;
    width: 300px;
    height: 300px;
}

.hrc-banner__layers { display: none; }

@media (min-width: 768px) {
	.hrc-banner__content { 
        justify-content: center;
        flex-direction: row; 
    }
	
	.banner-requirements {
		margin-bottom: 0;
		padding-left: 98px;
        margin-left: -98px;
	}
	
	.hrc-banner__content img {
		width: 50%;
	}
	
	.hrc-banner__content ul:before {
		height: 70px;
		left: 0;
		width: 85px;
	}

	svg.green-ellipse {
		right: 10px;
		bottom: -155px;
		width: 400px;
		height: 400px;
	}
}

@media (min-width: 1025px) {
    .hrc-banner__layers { display: block; }
	.hrc-banner { min-height: 933px; }
	
	.hrc-banner h1, 
	.hrc-banner h2 {
		text-align: left;
		margin-bottom: 8px;
	}
	
    .hrc-banner__content { justify-content: flex-start; }

	.hrc-banner__content ul {
	    padding-left: 96px;
		position: relative;
		margin-top: 73px;
        margin-left: 0;
	}
	.hrc-banner__content ul:before {
	    content: '';
		display: block;
		height: 126px;
		left: -62px;
		position: absolute;
		top: -36px;
		width: 126px;
	}
	.hrc-banner__content ul li {
		font-weight: 700;
		font-size: 39px;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	.hrc-banner__content ul li:last-child { margin: 0; }
	
	.hrc-banner__content img {
		width: 1017px;
		position: absolute;
		bottom: -114px;
		right: -171px;
		z-index: 15;
	}
	
	svg.green-ellipse {
		right: -223px;
		bottom: -482px;
		width: 1006px;
		height: 984px;
		z-index: 14;
	}
	
	svg.grey-dots {
		position: absolute;
		width: 524px;
		height: 128px;
		top: 201px;
		right: -302px;
	}
	
	svg.orange-dots {
		position: absolute;
		bottom: -420px;
		left: -124px;
		width: 104px;
		height: 614px;
	}

}

@media (max-width: 1024px) {
    .hrc-banner { 
        position: relative;
        padding-bottom: 60px;
    }

    .hrc-banner:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: rgb(84 90 178 / 60%);
    }

    .hrc-container { z-index: 6; }

    .hrc-banner__img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        opacity: .5;
    }
}

@media (min-width:768px) {
    .hrc-header__menu-item { display: block; }
}
@media (min-width:992px) {
    
    .hrc-header__button { display: flex; }
    .mobile-button { display: none; }
}

/* Video */

.fx-landing-video {
    padding: 60px 15px;
    text-align: center;
}

.fx-landing-video__title {
    background: #3CB98D;
    color: #fff;
    display: inline-block;
    margin-bottom: 30px;
    padding: 13px 25px;
	z-index: 26;
}

.fx-landing-video__video {
	position: relative;
    display: inline-block;
    background: #F47F20;
    padding: 20px;    
	z-index: 25;
}

.fx-landing-video__video .play-icon {
    opacity: .7;
    transition: all .3s ease;
}

.fx-landing-video__video:hover .play-icon { opacity: 1; }

.fx-landing-video__scribble {
    position: absolute;
    top: 137px;
    left: 136px;
    z-index: 27;
    display: none;
}

.fx-landing-video__video img {
    opacity: .78;
}

svg.play-icon {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

@media (min-width: 768px) {
    .fx-landing-video__video { padding: 30px; }
}

@media (min-width: 1025px) {
    .fx-landing-video__title {
        position: absolute;
        top: 82px;
        left: 12px;
        margin: 0;
        padding: 13px 60px;
    }

    .fx-landing-video__scribble { display: block; }
    .fx-landing-video__video { margin-left: 424px; }
}





/* Welcome Banner */

.fx-welcome-banner { padding: 17px; }

.fx-welcome-banner__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
	height: 100%;
	z-index: 1;
}

.fx-welcome-banner__bg img {
    object-fit: cover;
    object-position: bottom;
    width: 100%;
    height: 100%;
}

.fx-welcome-banner__content {
    position: relative;
    z-index: 5;
    padding: 60px 0;
    text-align: center;
}

.fx-welcome-banner__title {
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
}

.fx-welcome-banner__icons {
	max-width: 100%;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .fx-welcome-banner__content { padding: 60px; }
    .fx-welcome-banner__title { font-size: 70px; }
    .fx-welcome-banner__icons { max-width: 487px; }
}

@media (min-width: 1025px) {
    .fx-welcome-banner__content { min-height: 432px; }
}





/* Current Month */

.fx-current-month-banner {
    position: relative;
	margin: 53px 0;
}

.fx-current-month-banner__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.fx-current-month-banner__bg:after {
    content: "";
    background: #3CB98D;
    opacity: .7;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.fx-current-month-banner__bg img {
    object-fit: cover;
    object-position: bottom;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.fx-current-month-banner .container {
    z-index: 10;
    padding: 60px 0;
    display: flex;
    align-items: center;
	justify-content: center;
}

.fx-current-month-banner__content {
    max-width: 90%;
    text-align: center;
}

.fx-current-month-banner__subtitle,
.fx-current-month-banner__title {
	text-transform: uppercase;
    color: #fff;
}

.fx-current-month-banner__subtitle {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0;
}

.fx-current-month-banner__title {
	font-weight: 800;    
    font-size: 35px;
    font-style: italic;
    margin-bottom: 9px;
}

.fx-current-month-banner__content p {
	font-size: 20px;
    line-height: 1.4;
}

.fx-current-month-banner__btn { font-size: 20px; }

@media (min-width: 768px) {
    .fx-current-month-banner__subtitle { font-size: 38px; }
    .fx-current-month-banner__title { font-size: 80px; }
    .fx-current-month-banner__btn { font-size: 30px; }
}

@media (min-width: 1025px) {
    .fx-current-month-banner .container {
        min-height: 774px;
        padding: 98px 0;
    }

    .fx-current-month-banner__title { font-size: 97px; }
    .fx-current-month-banner__content p { font-size: 26px; }

    .fx-current-month-banner__btn {
        font-size: 44px;
        min-width: 539px;
    }
}





/* Announcement Slider */

.fx-annoucement-slider-wrap { padding: 10px; }

.fx-annoucement-slider {
    background: #545AB2;
}

.fx-annoucement-slider__item {
	position: relative;
    text-align: center;
	padding: 60px 30px 100px;
}

.fx-annoucement-slider__item-title {
    text-transform: uppercase;
    font-weight: 800;
    font-style: italic;
    font-size: 35px;
    margin-bottom: 30px;
}

.fx-annoucement-slider__item-btn { font-size: 20px; }

.fx-annoucement-slider__item-arrow {
    position: absolute;
    bottom: 5px;
    right: 267px;
}

.slick-arrow {
	z-index: 99;
    width: 53px;
    height: 66px;
}

.slick-prev:before, 
.slick-next:before {
	font-size: 66px;
	color: #fff;
    background: none;
    font-weight: 900;
    font-family: FontAwesome;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots { bottom: 43px; } 
.slick-prev { left: 60px; }
.slick-prev:before { content: "\f104"; }
.slick-next { right: 60px; }
.slick-next:before { content: "\f105"; }

.slick-dots li,
.slick-dots li button {
    width: 42px;
    height: 8px;    
}

.slick-dots li button {
    padding: 0;
	background: #fff;
    opacity: .7;
}

.slick-dots li.slick-active button { opacity: 1; }
.slick-dots li button:before { content: none; }

.fx-annoucement-slider__layers { display: none !important; }

@media (min-width: 768px) {   
    .fx-annoucement-slider__item { padding: 60px 60px 120px; }
    .fx-annoucement-slider__item-btn { font-size: 30px; }

    .fx-annoucement-slider__item-title {
        font-size: 80px;
        margin-bottom: 40px;
    }
}

@media (min-width: 1025px) {
    .fx-annoucement-slider__layers { display: block !important; }
    .fx-annoucement-slider__item { padding: 90px 200px 170px; }
    .fx-annoucement-slider__item-title { font-size: 90px; }

    .btn--secondary.fx-annoucement-slider__item-btn {
        font-size: 43px;
        min-width: 550px;
    }

    .slick-dots li, 
    .slick-dots li button {
        width: 84px;
        height: 10px;    
    }
}





/* Locations */

.fx-locations {
    padding: 32px 0 42px;
}

.fx-locations__title {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #545AB2;
    justify-content: center;
	margin-bottom: 57px;
}

.fx-locations__title img { margin-right: 15px; }
.fx-locations_item {
    text-align: left;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}

.fx-locations_item img {
    border-radius: 100%;
    margin-bottom: 45px;
    float: left;
    max-width: 100px;
    margin-right: 15px;
}

.fx-locations_item-title {
    color: #545AB2;
    font-weight: 700;
    font-size: 26px;
	margin-bottom: 5px;
}

.fx-locations_item-address, 
.fx-locations_item-address a {
    color: #F47F20;
    font-size: 16px;
    line-height: 1.2;
}

.fx-locations_item-address { margin-bottom: 5px; }

.fx-locations_item-phone,
.fx-locations_item-phone a {
    color: #F47F20;
    font-size: 16px;
    font-weight: 700;
}

.fx-locations_item-address a:hover,
.fx-locations_item-phone a:hover {
    color: #545AB2;
}

.fx-locations_item-hours { 
    clear: both;
    color: #3CB98D; 
}

.fx-locations_item-hours p {
    margin-bottom: 5px;
    font-size: 16px;
}

.fx-locations_item-hours__title { color: #0d4166; }
.fx-locations_item-hours strong { display: block; }

@media (min-width: 768px) {    
    .fx-locations_item {
        margin-bottom: 0;
        border: none;
        padding-bottom: 0;
        text-align: center;
    }

    .fx-locations_item img {
        float: none;
        max-width: 100%;
        margin-right: 0;
    }

    .fx-locations_item-address,
    .fx-locations_item-address a,
    .fx-locations_item-phone,
    .fx-locations_item-phone a,
    .fx-locations_item-hours p {
        font-size: 21px;
    }
}




/* Appointment */

.fx-appointment {
    background: #F47F20;
    padding: 67px 0;
}

.fx-appointment__title {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 36px;
}

.fx-fields {
    position: relative;
	display: flex;
    align-items: center;
    padding: 20px 38px;
    margin-bottom: 26px;
    background: #fff;
    border-radius: 35px;
}

.fx-fields label {
    font-size: 16px;
    color: #F47F20;
    font-weight: 700;
    line-height: 1;
    margin-right: 8px;
}

.wpcf7-form-control-wrap {
    display: block;
	flex-grow: 1;
}

.fx-fields .wpcf7-form-control {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    font-size: 16px;
    color: #545AB2;
    font-weight: 700;
    line-height: 1.32;
    background: none;
}

input::placeholder {
	color: #545AB2;
}

input:focus-visible {
    outline: none;
}

.fx-fields--footer {
    text-align: center;
    padding: 18px;
}

input.wpcf7-submit {
    margin: 0;
    font-size: 33px;
    border-radius: 0;
    width: 100%;
    max-width: 405px;
	background-color: #545AB2;
}

input.wpcf7-submit:hover {
	background-color: #636ace;
}

@media (min-width: 768px) {
    .fx-fields .wpcf7-form-control,
    .fx-fields label { font-size: 21px;}
}





/* Members */

.fx-members {
    padding: 60px 0;
    position: relative;
}

.fx-members-layer {
    display: none;
}

.fx-members-layer--green-dots {
    position: absolute;
    left: 0;
    top: 150px;
    width: 1277px;
    height: 253px;
    z-index: 1;
}

.fx-members__title {
    font-size: 45px;
    text-transform: uppercase;
    color: #fff;
    background: #545AB2;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
    display: inline-block;
    margin-bottom: 60px;
}

.fx-members-layer--scribble-up {
    position: absolute;
    right: 0;
    top: 113px;
    width: 256px;
    height: 256px;
    z-index: 3;
}

.fx-members__content,
.fx-member__item { text-align: center; }

.fx-member__item { 
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px; 
}

.fx-member__item img { margin: 0 auto 30px; }

.fx-member__item-title {
    color: #545AB2;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.fx-member__item-position { font-weight: 700; }

.fx-member__item-position,
.fx-member__item-description {
    color: #F47F20;
    font-size: 18px;
    margin-bottom: 10px;
}

.fx-member__item-description { font-size: 16px; }

.fx-members__slider .slick-dots { bottom: 0; }
.fx-members__slider .slick-dots li button { background: #3cb98d; }
.fx-members .slick-arrow { background: #f27922; }
.fx-members .slick-prev { left: 0; }
.fx-members .slick-next { right: 0; }

@media (min-width: 768px) {
    .fx-members__slider { padding-bottom: 50px; }
    .fx-member__item { margin-bottom: 0; }
    .fx-member__item img { margin-bottom: 45px; }
    .fx-member__item-title { font-size: 45px; }

    .fx-member__item-position,
    .fx-member__item-description {
        font-size: 20px;
        margin-bottom: 0;
    }

    .fx-member__item-description { font-size: 18px; }
}

@media (min-width: 1025px) {
    .fx-members { padding-top: 120px; }

    .fx-members-layer {
        display: block;
    }

    .fx-members__content {
        z-index: 20;
        padding-top: 120px;
    }

    .fx-members__slider {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-height: 2030px;
        overflow-y: auto;
    }

    .fx-member__item {
        width: 40%;
        margin-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
        flex-shrink: 0;
        flex-grow: 0;
    }

    .fx-members__title {
        position: absolute;
        top: -9px;
        left: -370px;
        z-index: 5;
        width: 772px;
        text-align: right;
        margin-bottom: 20px;
    }
}

@media (min-width: 1025px) and (max-width: 1400px) {
    .hrc-banner__content img {
        width: 73%;
        height: auto;
    }

    .fx-members-layer--green-dots { width: 70%; }
}

@media (min-width: 1700px) {
    .fx-members-layer--scribble-up {
        right: 50%;
        margin-right: -695px;
    }
}




/* Our Blog */

.fx-blog { 
    position: relative;
    padding: 60px 20px;
    margin-bottom: 60px;
    z-index: 1;
}

.fx-blog__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.fx-blog__bg img {
    position: relative;
    z-index: 1;
}

.fx-blog__bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgb(84 90 178 / 70%);
}

.fx-blog__title {
    font-size: 40px;
    color: #fff;
}

.fx-blog-slider {
    margin-bottom: 0 !important;
    padding-bottom: 57px;
}

.fx-blog-slider .slick-dots {
    bottom: 0;
}

.fx-blog__content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.fx-blog-slider__item-wrap {
    background: rgb(255 255 255 / 35%);
    border-radius: 25px;
    max-width: 564px;    
    margin: 0 auto;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fx-blog-slider__item h4 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.1;
}

@media (min-width: 768px) {
    .fx-blog { padding: 60px; }
    .fx-blog__title { font-size: 60px; }
    .fx-blog-slider__item h4 {  font-size: 45px; }
    
    .fx-blog-slider__item-wrap {
        min-height: 318px;
        padding: 40px; 
    }
}

@media (min-width: 1025px) {
    .fx-blog { margin-bottom: 120px; }
    .fx-blog-slider__item-wrap { padding: 60px; }
}




/* Hours Banner */

.fx-hours-banner {
    position: relative;
    padding: 60px 0;
    text-align: center;
}

.fx-hours-banner__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.fx-hours-banner__bg img {
    position: relative;
    z-index: 1;
}

.fx-hours-banner__bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(60 185 141 / 70%);
    z-index: 2;
}

.fx-hours-banner__content {
    position: relative;
    z-index: 2;
    min-height: 658px;
}

.fx-hours-banner__title {
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    text-align: center;
}

.fx-hours-banner__big-circle {
    position: relative;
    width: 290px;
    height: 290px;
    background: #3CB98D;
    border-radius: 100%;
    padding: 20px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto 60px;
}

.fx-hours-banner__big-circle__logo {
    position: absolute;
    bottom: -110px;
}

.fx-hours-banner__big-circle__title {
    font-size: 24px;
    line-height: 1.33;
    font-weight: 700;
    margin-bottom: 0;
}

.fx-hours-banner__big-circle__subtitle {
    font-size: 20px;
    margin: 0;
}

.fx-hours-banner__small-circle {
    width: 200px;
    height: 200px;
    background: #F47F20;
    border-radius: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    margin: 0 auto 30px;
}

.fx-hours-banner__small-circle__title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
}

.fx-hours-banner__btn {
    font-size: 20px;
    z-index: 6;
}

.fx-hours-banner__layers-wrap {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    width: 1202px;
    height: 1130px;
}

.fx-hours-banner__layers--orange-ellipse {
    position: absolute;
    bottom: 0;
    right: -207px;
    width: 1404px;
    height: 1356px;
    z-index: 2;
}

.fx-hours-banner__layers--arrow {
    position: absolute;
    bottom: -15px;
    right: 59px;
    z-index: 15;
}

.fx-hours-banner__layers { display: none; }

@media (min-width: 768px) {
    .fx-hours-banner__title { font-size: 80px; }
    .fx-hours-banner__big-circle__title, 
    .fx-hours-banner__small-circle__title { font-size: 35px; }

    .fx-hours-banner__big-circle {
        width: 462px;
        height: 455px;
        position: absolute;
        padding: 50px;
        left: 50%;
        margin-left: -400px;
    }

    .fx-hours-banner__small-circle {
        width: 354px;
        height: 354px;
        background: #F47F20;
        border-radius: 100%;
        position: absolute;
        right: 50%;
        bottom: 100px;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 50px;
        margin-right: -387px;
    }

    .fx-hours-banner__btn {
        font-size: 30px;
        position: absolute;
        bottom: 20px;
        left: 50%;
        margin-left: -70px;
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 1025px) {
    .fx-hours-banner__layers { display: block; }

    .fx-hours-banner__title { 
        font-size: 110px;
        text-align: left;
    }

    .fx-hours-banner__big-circle {
        left: -60px;
        margin-left: 0;
        margin-bottom: 0;
    }

    .fx-hours-banner__small-circle {
        bottom: -116px;
        left: 300px;
        right: auto;
        margin-right: 0;
    }

    .fx-hours-banner__btn {
        font-size: 40px;
        left: auto;
        right: 230px;
        margin-left: 0;
        min-width: 545px;
    }
}

@media (min-width: 1025px) and (max-width: 1400px) {
    .fx-hours-banner__big-circle { left: -10px; }

    .fx-hours-banner__small-circle {
        bottom: -35px;
        left: 369px;
    }

    .fx-hours-banner__btn {
        min-width: 0;
        right: 225px;
    }
}





/* Yout Advisory Board */

.fx-youth-advisory-board {
    padding: 60px 0;
    text-align: center;
    z-index: 20;
    position: relative;
}

.fx-youth-advisory-board__title {
    color: #545AB2;
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}

.fx-youth-advisory-board__banner {
    line-height: 0;
    margin-bottom: 30px;
}

.fx-youth-advisory-board__cols {
    padding: 0 5px;
}

.fx-youth-advisory-board h4 {
    color: #F47F20;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.fx-youth-advisory-board p {
    color: #545AB2;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

@media (min-width: 1025px) {
    .fx-youth-advisory-board { padding-top: 120px; }
    .fx-youth-advisory-board__title { text-align: left; }
    .fx-youth-advisory-board h4 { font-size: 45px; }
    .fx-youth-advisory-board p { font-size: 25px; }
}





/* CTA */

.fx-cta {
    position: relative;
    background: #F47F20;
    padding: 60px 0;
    text-align: center;
}

.fx-cta__title {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 35px;
}

.fx-cta__social-icons {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.fx-cta__social-icons li {
    list-style: none;
    padding: 0 20px;
}

.fx-cta__social-icons__items {
    font-size: 50px;
    line-height: 1;
    color: #fff;
}

.fx-cta__social-icons__items svg {
    width: 50px;
    height: 50px;
}

.fx-cta__social-icons__items:hover {
    opacity: .8;
}

.fx-cta__btn { font-size: 20px; }

.fx-cta__layers {
    display: none;
    position: absolute;
}

.fx-cta__layers--green-arrow {
    width: 272px;
    height: 272px;
    top: -145px;
    left: 76px;
}

.fx-cta__layers--purple-dots {
    width: 104px;
    height: 614px;
    right: 101px;
    bottom: 190px;
}

@media (min-width: 768px) {
    .fx-cta__title { font-size: 45px; }
    .fx-cta__btn { font-size: 30px; }
}

@media (min-width: 1025px) {
    .fx-cta {
        padding: 100px 0;
        min-height: 492px;
        z-index: 2;
    }

    .fx-cta__layers { display: block; }
    .fx-cta__btn { font-size: 45px; }
    .fx-cta__social-icons__items svg {
        width: 77px;
        height: 77px;
    }
}



/* Desclaimer */

.fx-desclaimer {
    padding: 60px 0;
    color: #545AB2;
    text-align: center;
}

.fx-desclaimer p {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0;       
}

@media (min-width: 1025px) {
    .fx-desclaimer { padding: 90px 0; }
    .fx-desclaimer p { font-size: 25px; }
}



/*
 * WCF / Ajax Loader 
 */

.ajax-loader {
    width: 35px;
    height: 35px;
    background-size: cover !important;
    margin-top: 15px;
}

.submitting .ajax-loader {
    display: inline-block;
}

.fx-appointment .wpcf7-response-output {
    text-align: center;
}

.fx-appointment .wpcf7-not-valid-tip {
    position: absolute;
    bottom: 0px;
    text-transform: uppercase;
    font-size: 10px;
}

@media (min-width: 768px) {
    .ajax-loader {
        margin-top: 0;
        margin-left: 15px;
    }
}




/** 
 * Footer 
 */

.page-footer .bg-white {
    color: #0D4166;
}

.footer-sub .footer_submenu ul {
    margin-bottom: 0;
}