/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Heavy.woff2') format('woff2'),
        url('../fonts/Avenir-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Medium.woff2') format('woff2'),
        url('../fonts/Avenir-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Black.woff2') format('woff2'),
        url('../fonts/Avenir-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'avenirheavy';
	src: url('avenir_heavy-webfont.woff2') format('woff2'), url('avenir_heavy-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'avenirroman';
	src: url('avenir-roman-webfont.woff2') format('woff2'), url('avenir-roman-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'avenirmedium';
	src: url('avenir_medium-webfont.woff2') format('woff2'), url('avenir_medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
/* ------------------------------------------------------------ *\
	shell alt
\* ------------------------------------------------------------ */

.shell--alt {
	max-width: 1696px; 
}

/* ------------------------------------------------------------ *\
	shell small
\* ------------------------------------------------------------ */

.shell--small {
	max-width: 1040px; 
}

/* ------------------------------------------------------------ *\
	shell size1
\* ------------------------------------------------------------ */

.shell--size1 {
	max-width: 1159px; 
}

/* ------------------------------------------------------------ *\
	shell size2
\* ------------------------------------------------------------ */

.shell--size2 {
	max-width: 1315px; 
}

/* ------------------------------------------------------------ *\
	shell no mobile padding
\* ------------------------------------------------------------ */

@media (max-width: 767px) {
	.shell--no-mobile-padding {
		padding: 0; 
	}
}


/* ------------------------------------------------------------ *\
	btn menu alt
\* ------------------------------------------------------------ */

.btn-menu--alt {
	position: absolute; 
	width: 35px; 
	height: 20px;
	display: none;
	align-items: center; 
	padding-top: 0; 
    right: 12px;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 767px) {
	.btn-menu--alt {
	}
}

@media (max-width: 479px) {
	.btn-menu--alt {
		top: 26px;
		right: 12px;
		transform: none; 
	}
}

.btn-menu--alt.active span:before, .btn-menu--alt.active span:after {
    background-color: #356b7f;
}

.btn-menu--alt span {
    position: relative;
    display: block;
    width: 35px;
    height: 2px;
    border-top: none;
    background-color: #356b7f;
}


.btn-menu--alt span:before,
.btn-menu--alt span:after {
    height: 2px;
}

.btn-menu--alt span:before {
    top: -9px;
}

.btn-menu.active span:before {
    transform: rotate(45deg) translate(6px,6px);
}

.btn-menu.active span:after {
    transform: rotate(-45deg) translate(6px,-6px);
}

.btn-menu--alt span:after {
    top: 9px;
}

.btn-menu--alt.active span {
    background-color: transparent;
}

@media (max-width: 767px) {
	.btn-menu--alt {
		display: flex;
	}
}

/* ------------------------------------------------------------ *\
	Header new
\* ------------------------------------------------------------ */

.header--alt {
	padding: 55px 0px 22px; 
	border:  none;
}

.header--alt .header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 29px; 
}

.header--alt .shell {
	display: block;
	padding: 0 18px; 
}

.header--alt .logo {
	max-width: 482px;
	flex:  0 0 482px;
}

.header--alt .header-nav {
	padding-left: 18px; 
}

@media (max-width: 1023px) {
	.header--alt {
		padding: 30px 0px 15px; 
		border:  none;
	}

	.header--alt .header-inner {
		display: block;
		margin-bottom: 15px; 
	}

	.header--alt .logo {
		max-width: 320px;
		flex:  0 0 320px;
	}

	.header--alt .socials {
		padding-top: 0; 
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.header--alt {
		padding: 20px 0 10px;
	}

	.header--alt .header-inner {
		margin-bottom: 0; 
	}

	.header--alt .logo {
		display: block;
	}

	.header--alt .shell {
		padding: 0 5px; 
	}

	.header--alt .header-nav {
		padding-left: 0px; 
	}
}

@media (max-width: 479px) {

	.header--alt .logo {
		width: 201px; 
		height: 34px; 
	}

	.header--alt .shell {
		padding: 0 5px; 
	}

	.header--alt .header-nav {
		padding-left: 0px; 
	}
}

/* ------------------------------------------------------------ *\
	socials alt
\* ------------------------------------------------------------ */

.socials--alt {
	padding-top: 5px; 
	display: flex;
	align-items: center;
}

.socials--alt ul {
	padding-left: 0; 
}

.socials--alt ul:before {
	display: none;
}

.socials--alt li:first-child {
    padding-left: 21px;
}

.socials--alt span {
	vertical-align: middle;
	font-size: 19px; 
	font-weight: 600; 
	margin-right: 0; 
	padding-top: 8px;  
}

.socials--alt li {
	padding-left: 21px; 
}

@media (max-width: 1023px) {
	.socials--alt {
		padding-top: 0; 
		justify-content: center;
	}

	.socials--alt span {
		display: none; 
	}	
}

@media (max-width: 767px) {
	.socials--alt.hide-on-mobile {
		display: none;
	}


	.socials--alt li:first-child {
		padding-left: 0; 
	}	

	.socials--alt li {
		padding-left: 19px; 
	}
}

/* ------------------------------------------------------------ *\
	Dropdown
\* ------------------------------------------------------------ */

.dropdown {
	z-index: -1; 
	position: absolute; 
	top: calc(100% - 23px); 
	left: 0; 
	right: 0; 
	background: #FFFFFF;
	box-shadow: 2px 0px 4px 1px rgba(0, 0, 0, 0.2);
	padding: 46px 0 38px; 
	text-align: left;
	opacity: 0; 
	visibility: hidden; 
	pointer-events: none;
	transition: opacity .4s, visibility .4s;
}

.dropdown .dropdown__inner {
	display: flex;
	max-width: 1520px;
	padding: 0 18px; 
	margin: 0 auto; 
}

.dropdown .dropdown__image {
	flex:  0 0 37%;
	max-width: 37%;
	text-align: right;
}

.dropdown .dropdown__content {
	padding-left: 91px; 
	flex:  1;
}

.dropdown .dropdown__cols {
	display: flex;
	margin: 0 -47px; 
}

.dropdown .dropdown__col {
	flex: 1;
	max-width: 100%;
	padding: 0rem 47px; 
}

.dropdown .dropdown__col--size1 {
	flex: 0 0 43%;
	max-width: 43%;	
}

.dropdown ul {
	display: grid;
	text-align: left;
}

.dropdown li {
	display: block;
	position: relative; 
	font-weight: 400; 
	float: none;
	padding: 0; 
}

.dropdown li + li {
	margin-top: 10px; 
}

.dropdown li:first-child {
	padding: 0; 	
}

.dropdown li a {
	display: block;
	position: relative; 
}

.dropdown li a:after {
	display: block;
	content: '';
	z-index: -1; 
	position: absolute; 
	top: 0; 
	left: -20px; 
	right: -20px; 
	bottom: 0; 
	background: rgba(227, 234, 236, 0.5);
	opacity: 0; 
	visibility: hidden; 
	transition: opacity .3s, visibility .3s;
}

.dropdown li a:hover:after {
	opacity: 1; 
	visibility: visible; 
}

.dropdown h3 {
	text-transform: uppercase;
	font-weight: 700; 
	font-size: 18px; 
	line-height: 1.4;
	margin-bottom: 9px;  
}

@media (max-width: 1023px) {
	.dropdown .dropdown__image {
		display: none;
	}

	.dropdown .dropdown__col--size1 {
    	flex: 0 0 50%;
    	max-width: 50%;
	}

	.dropdown .dropdown__cols {
	    margin: 0 -20px;
	}

	.dropdown .dropdown__col {
		padding: 0 20px; 
	}

	.dropdown .dropdown__content {
		padding: 0 30px; 
	}
}

@media (max-width: 767px) {
	.dropdown {
		position: static;
		display: none;
		left: auto;
		min-width: 100%;
		margin-top: 0;
		background: 0 0;
		padding: 0; 
		text-align-last: center;
		box-shadow: none;
		transition: opacity .3s ease-in-out,visibility .3s ease-in-out,max-height .3s ease-in-out;
	}

	.dropdown .dropdown__inner {
		display: block;
		padding: 5px 0 0; 
	}
	
	.dropdown .dropdown__image {
		display: none;
	}

	.dropdown .dropdown__content {
		padding: 0;  
	}

	.dropdown .dropdown__cols {
		display: block;
		margin: 0; 
	}

	.dropdown .dropdown__col {
		padding: 0; 
	}

	.dropdown .dropdown__col--size1 {
		max-width: 100%;	
	}

	.dropdown h3 {
		position: relative; 
		display: block;
		font-size: 19px; 
		font-weight: 400; 
		padding: 7px 10px 8px; 
		margin-bottom: 0; 
		cursor: pointer;
	}

	.dropdown h3:before {
		content: '';
		position: absolute; 
		top: 0; 
		left: 13px;
		width: calc(100% - 26px);
		height: 1px; 
		background-color: #BCBBBC; 
	}

	.dropdown h3:after {
		content: '';
		position: absolute; 
		top: 50%;
		right: 12px; 
		width: 21px; 
		height: 16px; 
		transform: translateY(-50%);
		background-image: url(../images/ico-arrow-down.svg);
		background-size: cover;
		background-repeat: no-repeat;
		transition: transform .3s;
	}

	.dropdown h3.is-active:after {
		transform: translateY(-50%) rotate(180deg);
	}

	.dropdown ul {
		display: none;
	}

	.dropdown ul li {
		position: relative; 
		background: rgba(140, 183, 201, 0.2);
	}

	.dropdown ul li:after {
		content: '';
		position: absolute; 
		bottom: 0; 
		left: 13px; 
		width: calc(100% - 26px); 
		height: 1px; 
		background-color: #fff;
	}

	.dropdown ul li:last-child:after {
		bottom: -1px; 
		z-index: 2; 
	}

	.dropdown li:first-child {
		padding: 9px 20px 10px;	
	}

	.dropdown ul li {
		position: relative; 
		text-align: center;
		padding: 12px 20px;
		font-size: 19px; 
	}

	.dropdown li + li {
		margin-top: 0; 
		border-top:  none;
	}
} 

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo--alt {
	width: 482px; 
	height: 102px;
}

@media (max-width: 1023px) {
	.logo--alt {
		width: 320px;
		height: 53px;
	}
}

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav--alt {
	font-size: 18px; 
	font-weight: 600; 
}

.nav--alt > ul {
	width: 100%; 
	justify-content: center;
}

.nav--alt li {
	position: static; 
}

.nav--alt > ul > li:first-child {
	z-index: 100;
}

.nav--alt li.has--dropdown {
	z-index: 100; 
}

.nav--alt li.has--dropdown:before {
	content: '';
	position: absolute; 
	bottom: 0; 
	right: 0; 
	left: 0; 
	height: .4rem; 
	background-color: #fff;
}

.nav--alt li:before {
	display: none;
}

.nav--alt a {
	letter-spacing: 0;
	transition: none;
}

.nav--alt > ul > li > a {
	position: relative; 
}

.nav--alt > ul > li:hover > a {
	text-shadow: none;
}

.nav--alt > ul > li > a:after {
	content: '';
	position: absolute; 
	bottom: 2px; 
	left: 0; 
	right: 0; 
	height: 1px; 
	background-color: #376B7F;
	opacity: .7; 
	transform: scaleX(0);
	transition: transform .3s;
}

.nav--alt > ul > li:hover > a:after {
	transform: none;
}

.nav--alt li.has--dropdown > a:before {
	content: '';
	position: absolute; 
	top: 100%; 
	left: -31px;
    right: -31px;
    height: 1rem;
	background-color: #fff;
	opacity: 0; 
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
}

.nav--alt li.has--dropdown:hover > a:before {
	opacity: 1; 
	visibility: visible; 
}

.nav--alt > ul > li:hover > .dropdown {
	opacity: 1; 
	visibility: visible; 
	pointer-events: all;
}

.nav--alt a:hover {
	text-shadow: none;
}

.nav--alt > ul > li > a {
	display: inline-block;
	background-color: #fff;
}

.nav--alt > ul > li { 
	margin-left: 62px; 
	padding: 11px 31px; 
	transition: box-shadow .3s;	
}

.nav--alt > ul > li.has--dropdown:after {
	display: none;
}

.nav--alt > ul > li.has--dropdown:hover { 
	box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.25);
}

.nav--alt > ul > li:first-child {
	padding: 11px 31px; 
}

@media (max-width: 1399px) {
	.nav--alt {
		font-size: 16px; 
	}

	.nav--alt > ul > li { 
		margin-left: 30px; 
		padding: 11px 15px; 
	}

	.nav--alt > ul > li:first-child {
		padding: 11px 15px; 	
	}

	.nav--alt > ul > li.has--dropdown > a:before {
	    left: -15px;
	    right: -15px;
	}
}

@media (max-width: 1023px) {
	.nav--alt {
		font-size: 14px; 
	}

	.nav--alt > ul > li { 
		margin-left: 20px; 
		padding: 11px 10px; 
	}

	.nav--alt > ul > li:first-child {
		padding: 11px 10px; 	
	}

	.nav--alt > ul > li > a:before {
	    left: -10px;
	    right: -10px;
	}

	.nav--alt > ul > li {
		margin-left: 10px; 
	}

	.nav--alt > ul > li { 
		padding: 11px 20px; 
	}
}

@media (max-width: 767px) {
	.nav--alt {
		border-top: 1px solid #376B7F;
		font-size: 22px; 
		background-color: #fff;
		overflow: auto;
		visibility: hidden;
		opacity: 0;
		max-height: 0;
		transition: all .9s;
		text-align: center;
		position: absolute; 
		top: 100%; 
		left: 0; 
		display: block;
		z-index: 100; 
		width: 100vw;
		color: rgba(55, 107, 127, .6);
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	}

	.nav--alt.visible {
		visibility: visible;
		opacity: 1;
		max-height: 551px;
		overflow: auto;
	}

	.nav--alt > ul {
	    display: block;
	}

	.nav--alt li {
	    float: none;
	}

	.nav--alt > ul > li:first-child {
	    padding: 11px 0px 6px;
	}

	.nav--alt > ul > li {
		padding: 11px 0px 8px;
	}

	.nav--alt > ul > li:hover { 
		box-shadow: none;
	}

	.nav--alt > ul > li.is-active .dropdown {
		opacity: 1;
		visibility: visible;
		pointer-events: all;
	}

	.nav--alt > ul > li {
		position: relative; 
		margin-left: 0; 
	}

	.nav--alt > ul > li.has--dropdown:hover {
		box-shadow: none;
	}

	.nav--alt > ul > li + li:after,
	.nav--alt > ul > li.has--dropdown:after {
		display: block;
		content: ''; 
		position: absolute; 
		top: 0; 
		left: 13px; 
		width: calc(100% - 26px); 
		height: 1px; 
		background-color: #BCBBBC;
	}

	.nav--alt > ul > li > a:before {
		display: none;
	}

	.nav--alt > ul > li:hover > a:after {
		display: none;
	}

	.nav--alt > ul > li > a {
		display: block;
	}

	.nav--alt a {
		display: block;
	}

	.nav--alt > ul > li.has--dropdown.is-active {
		padding: 11px 0px 0px;
	}
}

/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */

.ico-facebook-header--alt,
.ico-pinterest-header--alt,
.ico-twitter-header--alt,
.ico-instagram-header--alt,
.ico-tiktok-header--alt {
	width: 48px;
	height: 55px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.ico-facebook-footer--alt,
.ico-pinterest-footer--alt,
.ico-twitter-footer--alt,
.ico-instagram-footer--alt,
.ico-tiktok-footer--alt {
	width: 39px;
	height: 44px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.ico-facebook-header--alt,
.ico-facebook-footer--alt {
	background-image: url('../images/ico-facebook.png');
}

.ico-pinterest-header--alt,
.ico-pinterest-footer--alt {
	background-image: url('../images/ico-pinterest.png');
}

.ico-twitter-header--alt,
.ico-twitter-footer--alt {
	background-image: url('../images/ico-twitter.png');	
}

.ico-instagram-header--alt,
.ico-instagram-footer--alt {
	background-image: url('../images/ico-instagram.png');		
}

.ico-tiktok-header--alt,
.ico-tiktok-footer--alt {
	background-image: url('../images/ico-tiktok.png');
}

.ico-arrow-right--alt {
	background-image: url('../images/ico-arrow-right.svg');
    background-position: center;
    width: 17px;
    height: 32px;
    background-size: cover;
}

@media (max-width: 1023px) {
	.ico-facebook-header--alt,
	.ico-pinterest-header--alt,
	.ico-twitter-header--alt,
	.ico-instagram-header--alt,
	.ico-tiktok-header--alt {
		width: 27px;
		height: 36px;
	}

	.ico-facebook-footer--alt,
	.ico-pinterest-footer--alt,
	.ico-twitter-footer--alt,
	.ico-instagram-footer--alt,
	.ico-tiktok-footer--alt {
		width: 27px;
		height: 36px;
	}
}

@media (max-width: 767px) {
	.ico-connected {
		width: 54px; 
		height: auto; 
	}

	.ico-giving-back {
		width: 48px; 
		height: auto; 
	}

	.ico-arrow-right--alt {
	    width: 11px;
	    height: 22px;
	    background-size: cover;
	}

	.ico-facebook-footer--alt,
	.ico-pinterest-footer--alt,
	.ico-twitter-footer--alt,
	.ico-instagram-footer--alt,
	.ico-tiktok-footer--alt {
		width: 34px;
		height: 40px;
	}
}

/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */

.intro--alt .intro-head {
	opacity: 1; 
	text-align: center;
	background-color: rgba(255, 255, 255, .9);
	padding: 15px 0;
}

.intro--alt .intro-content {
	top: 79px; 
	box-shadow: 7.32px 7.32px 7.23px rgb(0 0 0 / 30%);
}

.intro--alt .intro-body {
	padding: 10px 21px 27px;
	background-color: rgba(255, 255, 255, .9);
	box-shadow: none;
}

.intro--alt h2 {
	font-family: 'Avenir';
	font-weight: 900;
	font-size: 43px;
	line-height: 1.36;
	letter-spacing: 0.01em;
	color: #376B7F;
	margin-bottom: 0px;
	text-align: center;
}

.intro--alt .intro-entry {
	color: #376B7F;
	font-style: italic;  
}

.intro--alt .intro-entry p {
	color: #376B7F;
	font-size: 32px;
	font-weight: 600; 
	line-height: 1.35;  
}

.intro--alt .intro-content {
	width: 100%;
	max-width: 680px; 
}

@media (max-width: 1023px) {
	.intro--alt .intro-content {
		max-width: 650px;
		margin: 0 auto; 
	}

	.intro--alt h2 {
		font-size: 40px;
	}

	.intro--alt .intro-entry p {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.intro--alt {
		padding: 19px 24px 28px; 
	}

	.intro--alt .intro-content {
		box-shadow: none;
		top: 0; 
	}

	.intro--alt .intro-head {
		opacity: 1; 
		text-align: center;
		background-color: #376B7F;
		padding: 13px 10px;
	}

	.intro--alt .intro-body {
		box-shadow: 2px 4px 2px 1px rgba(0, 0, 0, 0.25);
	}

	.intro--alt h2 {
		font-family: open sans,sans-serif;
		font-size: 24px;
		letter-spacing: 0;
		color:  #fff;
	}

	.intro--alt .intro-entry p {
		color: #fff;
		font-size: 20px;
		line-height: 1.36; 
		letter-spacing: -0.03em;
		margin-bottom: 0px;
		margin-left: 5px;
	}

	/*.intro--alt .intro-entry p:after {
		display: none;
	}*/

	.intro--alt .intro-body {
		padding: 0px 8px 10px;
		background-color: rgba(255, 255, 255, .9);
	}

}

/* ------------------------------------------------------------ *\
	Tabs
\* ------------------------------------------------------------ */

.tabs--alt {
	font-size: 26px; 
}

.tabs--alt .tabs-head {
	margin-bottom: 19px; 
	margin-top: -50px;
}

.tabs--alt .tabs-nav ul {
	margin: 0; 
}

.tabs--alt .tabs-nav .current a {
	font-weight: 600; 
}

.tabs--alt .tabs-body .tab {
	height: 500px; 
}

@media (max-width: 1023px) {
	.tabs--alt {
		font-size: 19px; 
	}
}

@media (max-width: 767px) {
	.tabs--alt .tabs-body .tab {
		height: 100%; 
	}

	.tabs--alt .tabs-nav li {
		padding: 10px 10px 8px; 
	}

	.tabs--alt .tabs-nav li:not(:last-child):after {
		left: 0; 
		right: 0; 
	}

	.tabs--alt .tabs-head {
		margin-bottom: 0px; 
		margin-top: 0px;
	}
}


/* ------------------------------------------------------------ *\
	form search alt
\* ------------------------------------------------------------ */

.form-search--alt {
	margin: 0 auto; 
	max-width: 580px;
}

.form-search--alt .field {
	font-size: 16px; 
	padding: 13px 15px; 
}

.form-search--alt .field::placeholder {
	color: #C0C2C5;
}

.form-search--alt .selectric .label {
	font-size: 16px !important; 
	padding: 14px 15px;
}

.form-search--alt .form__actions {
	width: 60px; 
}

.form-search--alt .form__btn-expand {
	font-size: 15px; 
}

.form-search--alt:not(.is-expanded) .search {
	padding-bottom: 11px; 
}

.form-search--alt .form__btn-expand span:first-child {
	color: #376B7F;
	padding-right: 19px; 
}

.form-search--alt .form__btn-expand span:after {
	width: 11px; 
	height: 7px; 
}

@media (max-width:  1023px) {
	/*.form-search--alt .field {
	    font-size: 17px;
	    padding: 14px 19px;
	}

	.form-search--alt .selectric .label {
		font-size: 17px !important;
	    padding: 15px 19px;
	}*/
}

@media (max-width: 767px) {
	.form-search--alt {
		padding-bottom: 10px; 
	}

	.form-search--alt .field {
		font-size: 14px; 
		padding: 10px 12px 9px; 
		border: 1px solid #4b7b8d;
		line-height: 1.37;
	}

	.form-search--alt .selectric {
		border: none;
	}

	.form-search--alt .selectric .label {
		font-size: 14px !important; 
		padding: 11px 12px 10px;
	}

	.form-search--alt .form__actions {
		margin: 12px 0 0;
		width: 100%;
	}

	.form-search--alt .form__actions a {
		padding: 8px 10px;
		margin-bottom: 15px;
	}

	.form-search--alt .form__actions img {
		width: 23px;
		margin: 0 14px 0 -11px;
	}

	.form-search--alt .form__actions p {
		font-size: 17px; 
	}

	.form-search--alt .form__btn-expand {
		font-size: 11px; 
		margin-top: -3px; 
	}

	.form-search--alt .form__btn-expand span:after {
		width: 9px; 
		height: 6px; 
	}

	.form-search--alt .form__btn-expand span:first-child {
		padding-right: 18px; 
	}

	.form-search--alt:not(.is-expanded) .search {
		padding-bottom: 0; 
	}
}


/* ------------------------------------------------------------ *\
	Sectio nsteps alt
\* ------------------------------------------------------------ */

.section-steps--alt {
	padding: 36px 0 32px;
}

.section-steps--alt .section-head {
	margin-bottom: 39px; 
}

.section-steps--alt h1 {
	font-size: 44px; 
	font-weight: 500; 
	letter-spacing: 0;
	line-height: 1.3636; 
	font-family: 'Avenir';
}

.section-steps--alt h1 span {
	font-weight: 900; 
	color: #376B7F;
}

@media (max-width: 1023px) {
	.section-steps--alt .section-head h1 {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	.section-steps--alt {
		padding: 10px 0 0px;
	}

	.section-steps--alt .section-head {
		margin-bottom: 10px; 
	}

	.section-steps--alt .section-head h1 {
		font-size: 22px;
		max-width: 235px;
		margin: 0 auto; 
	}
}

/* ------------------------------------------------------------ *\
	Steps alt
\* ------------------------------------------------------------ */

.steps--alt {
	max-width: 1216px;
	margin: 0 auto; 
}

.steps--alt .steps__items {
	display: flex;
	margin: 0 -23px; 
}

.steps--alt .steps__item {
	flex:  0 0 33.33%;
	max-width: 33.33%;
	padding: 0 23px; 
}

@media (max-width: 1023px) {
	.steps--alt .steps__items {
		display: block;
		margin: 0; 
	}	

	.steps--alt .steps__item {
		max-width: 100%;
		padding: 0; 
	}
}

/* ------------------------------------------------------------ *\
	step alt
\* ------------------------------------------------------------ */

.step--alt {
	width: 100%; 
	height: 100%; 
	background: rgba(255, 255, 255, .39);
	box-shadow: 0px 0px 14.68px rgba(0, 0, 0, 0.2);
	border-radius: 30px;
	margin-right: 0; 
	min-height: 230px;
	position: relative; 
	padding: 0; 
}

.step--alt h2 {
	position: absolute; 
	top: 30%; 
	left: 50%; 
	transform: translate(-50%, -50%);
	color:  #E8DAEC;
	font-weight: 500; 
	font-size: 192px; 
	font-style: italic; 
	font-family: 'Playfair Display', serif;
	margin-bottom: 0; 
	line-height: 1; 
}

.step--alt .step-head strong {
	font-size: 29px; 
	font-weight: 600; 
}

.step--alt .step-head {
	margin-bottom: 0; 
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	border-radius: 30px;
}

.step--alt .step-body {
	height: 100%; 
	padding: 0; 
	position: relative; 
	background: rgba(255, 255, 255, 1);
	opacity: 0; 
	visibility: hidden;
	background-color: #fff;
	padding: 38px 20px 12px; 
	border-radius: 30px;
	transition: opacity .3s, visibility .3s;
}

.step--alt:hover .step-body {
	opacity: 1; 
	visibility: visible; 
}

.step--alt .step-body p {
	font-size: 16px; 
	font-weight: 500;
	line-height: 1.75;  
	color: #59595B;
	font-family: 'Avenir';
	letter-spacing: 0;
}

@media (max-width: 1199px) {
	.step--alt .step-body {
		padding: 20px; 
	}
}

@media (max-width: 1023px) {
	.step--alt {
		box-shadow: none;
	}

	.step--alt .step-head {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 20px; 
	}

	.step--alt h2 {
		font-size: 200px; 
	}

	.step--alt .step-head strong {
		position: relative; 
		left: auto; 
		top: auto; 
		transform: none;
		font-size: 26px; 
	}

	.step--alt .step-body {
		opacity: 1; 
		visibility: visible;
	} 
}

@media (max-width: 767px) {
	.step--alt {
		padding: 10px; 
		min-height: 0;
	}

	.step--alt .step-head {
		position: relative;
		min-height: auto ;
		max-width: 222px;
		margin: 0 auto 23px; 
	}

	.step--alt h2 {
		position: absolute; 
		top: -50%; 
		left: 0; 
		transform: translate(0%, -30%);
		font-size: 72px; 
		display: inline-block;
	}

	.step--alt .step-head strong {
		position: relative; 
		left: auto; 
		top: auto; 
		transform: none;
		font-size: 20px; 
		font-style: italic; 
		line-height: 1.35; 
		letter-spacing: -0.03em;
	}

	.step--alt .step-body {
		padding: 0 30px; 
		opacity: 1; 
		visibility: visible;
	} 

	.step--alt .step-body p {
		font-size: 12px; 
		line-height: 1.5;
	}
}

/* ------------------------------------------------------------ *\
	Section partners alt
\* ------------------------------------------------------------ */

.section-partners--alt .section-head h1 {
	font-family: 'Avenir';
	font-size: 44px; 
	font-weight: 500;
	letter-spacing: 0;
}

@media (max-width: 1023px) {
	.section-partners--alt .section-head h1 {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	.section-partners--alt .section-head h1 {
		font-size: 22px;
	}
}

/* ------------------------------------------------------------ *\
	Slidet alt
\* ------------------------------------------------------------ */

/*.slider--alt {
	max-width: 1186px;
}*/



/* ------------------------------------------------------------ *\
	Section blog alt
\* ------------------------------------------------------------ */

.section-blog--alt .section__inner {
	border-top: solid 1px #BCBDC1;
	padding-top: 8px; 
}

@media (max-width: 767px) {
	.section-blog--alt .section__inner {
		border-top: none;
		padding: 0 10px; 
	}
}

/* ------------------------------------------------------------ *\
	Section--articles
\* ------------------------------------------------------------ */

.section--articles {
	padding: 28px 0 0;
	border-top: solid 1px #BCBDC1;
}

.section--articles .section-head {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 22px; 
}

.section--articles .section__head-image {
	margin-right: 40px;
}

.section--articles h1 {
	font-family: 'Avenir';
	font-size: 44px; 
	font-weight: 500;
	letter-spacing: 0;
}

@media (max-width: 1023px) {
	.section--articles .section__head-image {
		max-width: 150px;
	}
}

@media (max-width: 767px) {
	.section--articles {
		padding: 16px 0 0;
		border-top: none;
	}

	.section--articles .section-head {
		margin-bottom: 20px; 
	}

	.section--articles .shell .section-head h1 {
		font-size: 22px; 
	}

	.section--articles .section__head-image {
		max-width: 106px;
		height: auto; 
		margin-right: 11px; 
	}
}

/* ------------------------------------------------------------ *\
	Section feedback--alt
\* ------------------------------------------------------------ */

.section-feedback--alt {
	background-color: #E3EAEC;
	padding: 56px 0 60px;
}

.section-feedback--alt .section-head {
	margin-bottom: 25px; 
}

.section-feedback--alt .section-head h1 {
	font-size: 36px; 
	letter-spacing: 0;
	font-weight: 500;
	display: flex;
	align-items: center;
	font-family: 'Avenir';
}

.section-feedback--alt .section-head h1 i {
	margin-right: 13px; 
}

.section-feedback--alt .section-inner:before {
	display: none;	
}

.section-feedback--alt .section__col + .section__col {
	border-left:  solid 1px #376B7F;
}

.section-feedback--alt .section__col:first-child {
	padding: 0 55px 0 48px; 
}

.section-feedback--alt .section__col:last-child {
	padding-left: 56px; 
}

@media (max-width: 1199px) {
	.section-feedback--alt .section__col:first-child {
		padding: 0 25px; 
	}

	.section-feedback--alt .section__col:last-child {
		padding: 0 25px; 
	}
}

@media (max-width: 1023px) {
	.section-feedback--alt .section-head h1 {
		font-size: 32px; 
		justify-content: center;
	}

	.section-feedback--alt .section__col:first-child {
		margin-bottom: 40px; 
	}

	.section-feedback--alt .section__col:last-child {
		border-left: 0;
	}
}

@media (max-width: 767px) {
	.section-feedback--alt {
		background-color: #fff;
		padding: 0; 
	}

	.section-feedback--alt .section-head {
		margin-bottom: 20px; 
	}

	.section-feedback--alt .section__col + .section__col {
		border:  none;
	}

	.section-feedback--alt .section__col:first-child {
		padding: 34px 24px 30px; 
		background-color: #E3EAEC;
		margin-bottom: 0; 
	}

	.section-feedback--alt .section__col:last-child {
	    padding: 30px 24px 18px; 
	    border-bottom: solid 1px #376B7F;
	}


	.section-feedback--alt .section-head h1 {
		font-size: 24px; 
	}

	.section-feedback--alt .section-head h1 i {
		margin-right: 10px; 
	}
}

/* ------------------------------------------------------------ *\
	Cols alt
\* ------------------------------------------------------------ */

.cols--alt {
	display: flex;
}

@media (max-width: 1023px) {
	.cols--alt {
		display: block;
	}
}

/* ------------------------------------------------------------ *\
	col
\* ------------------------------------------------------------ */

.col--size1 {
	flex:  0 0 51.5%;
	max-width: 51.5%;
}

.col--size2 {
	flex:  0 0 48.5%;
	max-width: 48.5%;
}

@media (max-width: 1023px) {
	.col--size1 {
		max-width: 100%;
	}

	.col--size2 {
		max-width: 100%;
	}
}

/* ------------------------------------------------------------ *\
	col alt
\* ------------------------------------------------------------ */

.col--alt:first-child {
	margin-bottom: 0; 
}


/* ------------------------------------------------------------ *\
	posts-holder
\* ------------------------------------------------------------ */

@media (max-width: 767px) {
	.posts-holder {
		padding-top: 0;   
	}
}

/* ------------------------------------------------------------ *\
	posts-holder posts
\* ------------------------------------------------------------ */

.posts-holder .posts {
	display: flex;
	margin: 0 -23px; 
}

.posts-holder .posts .post .img {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    max-width: 100%;
    margin: 0 auto;
}

.posts-holder .posts .post .img:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 92%;
}

@media (max-width: 1023px) {
	.posts-holder .posts {
		margin: 0 -20px; 
	}
}

@media (max-width: 767px) {
	.posts-holder .posts {
		display: block;
		margin: 0;  
	}

	.posts-holder .posts .post .img:before {
	    padding-top: 92%;
	}
}


/* ------------------------------------------------------------ *\
	posts-holder post
\* ------------------------------------------------------------ */

.posts-holder .post {
	float: none;
	margin-right: 0;
	flex:  0 0 33.33%;
	max-width: 33.33%;
	padding: 0 23px; 
}

.posts-holder .post h3 {
	color: #59595B;
	font-size: 24px; 
	font-weight: 600; 
	line-height: 1.33; 
}

.posts-holder .post .post-head {
	padding-top: 20px; 
}

@media (max-width: 1023px) {
	.posts-holder .post {
		padding: 0 10px; 
	}

	.posts-holder .post h3 {
		color: #59595B;
		font-size: 22px; 
		font-weight: 500; 
		line-height: 1.32;
		font-family: 'Playfair Display', serif; 
		margin-bottom: 5px; 
	}
}

@media (max-width: 767px) {
	.posts-holder .post {
		max-width: 100%;
		padding: 0px; 
		margin-bottom: 26px; 
	}

	.posts-holder .post .post-head {
		padding-top: 20px; 
	}
}

/* ------------------------------------------------------------ *\
	subscribe--alt
\* ------------------------------------------------------------ */

.subscribe--alt {
	display: flex;
	margin-bottom: 16px; 
}

.subscribe--alt .subscribe-field {
	flex: 1;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #BCBDC1;
    padding: 7px 15px 7px 15px;
    min-height: 52px;
    border: 1px solid #376B7F;
    border-radius: 0;
}

.subscribe--alt .subscribe-btn {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    width: 63px;
    background: #376B7F;
    border: none;
    transition: all .5s;
    margin-left: 8px;  

}

.subscribe--alt .subscribe-btn:hover {
    background: #376B7F;
    opacity: .7; 
}

@media (max-width: 767px) {
	.subscribe--alt {
		margin-bottom: 25px; 
	}

	.subscribe--alt .subscribe-field {
	    font-size: 12px;
	    padding: 7px 10px 7px 10px;
	    min-height: 39px;
	    border: 1px solid #376B7F;
	    border-radius: 0;
	}

	.subscribe--alt .subscribe-btn {
	    width: 46px;
	    margin-left: 5px; 
	}
}

/* ------------------------------------------------------------ *\
	Donation
\* ------------------------------------------------------------ */

.donation--alt {
	font-family: open sans,sans-serif;
    font-size: 20px;
    color: #59595B;
    letter-spacing: 0;
    line-height: 1.36;
    margin-top: -5px;
}

.donation--alt strong {
	color: #376B7F;
	font-weight: 600; 
}

.donation--alt a {
	font-weight: 600; 
	color: #376B7F;
}

@media (max-width: 1023px) {
	.donation--alt {
		text-align: center;
	}
}

@media (max-width: 767px) {
	.donation--alt {
	    font-size: 14px;
	    line-height: 1.57;
	    padding: 0 10px; 
	    margin-top: -3px;
	}
}

/* ------------------------------------------------------------ *\
	Footer alt
\* ------------------------------------------------------------ */

.footer--alt {
	margin-top: 0; 
	padding: 19px 0; 
}

.footer--alt .copyright {
    padding-top: 4px; 
}

@media (max-width: 1199px) {
	.footer--alt {
		text-align: center;
	}

	.footer--alt .footer-nav {
		float: none;
		margin-bottom: 20px; 
	}

	.footer--alt .copyright {
	    float: none; 
	    padding-top: 0; 
	}
}

@media (max-width: 767px)  {
	.footer--alt {
		padding: 0px 0 12px; 
	}

	.footer--alt .footer-nav {
		padding-bottom: 3px; 
		margin-bottom: 12px; 
	}

	.footer--alt .footer-nav a:hover {
	    text-shadow: 1px 0 0 #356b7f;
	}

	.footer--alt .footer-nav li:first-child {
		padding-left: 13px; 
	}
}

@media (max-width: 479px) {
	.footer--alt .footer-nav {
	    display: block;
	}
}

/* ------------------------------------------------------------ *\
	nav footer
\* ------------------------------------------------------------ */

.nav--footer {
	font-size: 18px; 
	line-height: 1.388; 
}

.nav--footer a {
	letter-spacing: 0;
}

.nav--footer > ul > li {
	float: none;
    padding-left: 14px;
    margin-left: 14px;
}

.nav--footer li:before {
	width: 1px; 
	height: 28px; 
}

.nav > ul > li:hover > a {
	text-shadow: none;
}

@media (max-width: 1199px) {
	.nav--footer ul {
		justify-content: center;
	}
}

@media (max-width: 1023px) {
	.nav--footer {
		font-size: 16px; 
	}
}

@media (max-width: 767px) {
	.nav--footer {
		font-weight: 600; 
		font-size: 22px; 
		background-color: #fff;
		position: relative; 
	}

	.nav--footer > ul {
		display: block;
	}

	.nav--footer > ul > li {
		display: block;
		position: relative; 
	    padding: 12px 13px 6px; 
	    margin: 0; 
	    color: rgba(55, 107, 127, .6);
	}

	.nav--footer > ul > li + li:after {
		content: '';
		position: absolute; 
		top: 0; 
		left: 13px; 
		width: calc(100% - 26px); 
		height: 1px; 
		background-color: #BCBBBC;
	}
}

@media (max-width: 479px) {
	.nav--footer {
	    overflow: visible;
	    visibility: visible;
	    opacity: 1;
	    max-height: initial;
	}
}


/* ------------------------------------------------------------ *\
	Copyright alt
\* ------------------------------------------------------------ */

.copyright--alt {
	font-weight: 600; 
	font-size: 15px; 
	letter-spacing: 0;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
	.copyright--alt {
		font-size: 12px; 
		line-height: 1.33; 
		padding: 0 18px; 
	}
}

/* ------------------------------------------------------------ *\
	Pre-loader
\* ------------------------------------------------------------ */

#spinner {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100vw;
	height: 100vh;
	background: rgba(20, 20, 20,.7);
	transition: opacity 0.2s;
	align-items: center;
	justify-content: center;
	display: flex;
	opacity: 0;
	pointer-events: none;
	background-image: url("/css/images/RF_Giftbox.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90px;
}

#spinner.is-visible {
	opacity: 1;
}

.loader {
	border: 10px solid #d9d6d6;
	border-radius: 50%;
	border-top: 10px solid #376B7F;
	width: 100px;
	height: 100px;
	-webkit-animation: spin 1s linear infinite; /* Safari */
	animation: spin 1s linear infinite;
	margin: auto;
}


@media (max-width: 767px) {
	#spinner {
		background-image: url("/css/images/256x256_RF_Preloader.png");
	}
}

/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}