html {
	scroll-behavior: smooth;
}

/* Typography */
@font-face {
	font-family: "BeausiteClassicWeb-Clear";
	src: url("../fonts/BeausiteClassicWeb-Clear.eot") format("eot"),
	url("../fonts/BeausiteClassicWeb-Clear.woff2") format("woff2"),
	url("../fonts/BeausiteClassicWeb-Clear.woff") format("woff");
}

@font-face {
	font-family: "BeausiteClassicWeb-Medium";
	src: url("../fonts/BeausiteClassicWeb-Medium.eot") format("eot"),
	url("../fonts/BeausiteClassicWeb-Medium.woff2") format("woff2"),
	url("../fonts/BeausiteClassicWeb-Medium.woff") format("woff");
}


@font-face {
	font-family: "BeausiteClassicWeb-Semibold";
	src: url("../fonts/BeausiteClassicWeb-Semibold.eot") format("eot"),
	url("../fonts/BeausiteClassicWeb-Semibold.woff2") format("woff2"),
	url("../fonts/BeausiteClassicWeb-Semibold.woff") format("woff");
}

@font-face {
	font-family: "RecklessNeueHeart-Book";
	src: url("../fonts/RecklessNeueHeart-Book.eot") format("eot"),
	url("../fonts/RecklessNeueHeart-Book.woff2") format("woff2"),
	url("../fonts/RecklessNeueHeart-Book.woff") format("woff");
}

@font-face {
	font-family: "RecklessNeueHeart-Medium";
	src: url("../fonts/RecklessNeueHeart-Medium.eot") format("eot"),
	url("../fonts/RecklessNeueHeart-Medium.woff2") format("woff2"),
	url("../fonts/RecklessNeueHeart-Medium.woff") format("woff");
}

@font-face {
	font-family: "RecklessNeueHeart-Regular";
	src: url("../fonts/RecklessNeueHeart-Regular.eot") format("eot"),
	url("../fonts/RecklessNeueHeart-Regular.woff2") format("woff2"),
	url("../fonts/RecklessNeueHeart-Regular.woff") format("woff");
}

@font-face {
	font-family: "RecklessNeueHeart-RegularItalic";
	src: url("../fonts/RecklessNeueHeart-RegularItalic.eot") format("eot"),
	url("../fonts/RecklessNeueHeart-RegularItalic.woff2") format("woff2"),
	url("../fonts/RecklessNeueHeart-RegularItalic.woff") format("woff");
}

body {
	position: relative;
	font-family: "BeausiteClassicWeb-Clear";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #101010;
	text-align: left;
	min-height: 100vh;
}
.wd_site-wrap {}
.wd_section-wrapper {
	max-width: 1250px;
	justify-content: space-between;
	margin: 0 auto;
}

nav.navbar .row.wd_section-wrapper {
	margin: 0 -15px;
}

.wd_header h1 {
	max-width: 935px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	font-size: 100px;
	line-height: 100px;
	font-family: 'RecklessNeueHeart-Regular';
	color: #FFF;
}

.wd_header h1 img {
    width: 100%;
}

h4.wd_header_description {
	margin: 27px auto 31px auto;
	max-width: 935px;
    text-align: center;
}
h4.wd_header_description p {
	font-weight: normal;
	font-family: 'RecklessNeueHeart-Regular';
	font-size: 48px;
	line-height: 48px;
	letter-spacing: 0px;
	color: #141651;
}

.container-fluid.wd_header {
    min-height: 500px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#wd_standard_content.container-fluid {
	padding: 0;
}

.wd_inner_page_wrap {
	max-width: 935px;
	justify-content: space-between;
	margin: 0 auto;
}

.wd_nav-footer > .wd_section-wrapper {
	max-width: 100%;
	width: 100%;
	padding: 0 40px;
}

h1 {
	font-family: "BeausiteClassicWeb-Clear";
	font-weight: 400;
	font-size: 42px;
	line-height: 50px;
}
h2 {
	font-family: "BeausiteClassicWeb-Clear";
	font-weight: 400;
	font-size: 40px;
	line-height: 50px;
	text-transform: lowercase;
}
h3 {
	font-family: "BeausiteClassicWeb-Clear";
	font-weight: 400;
	font-size: 35px;
	line-height: 44px;
	text-transform: lowercase;
}
h4 {
	font-family: "RecklessNeueHeart-Regular";
	font-weight: 300;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #141651;
}
h4.wd_gradient_bg {
	text-align: center;
    background: transparent linear-gradient(110deg, #F9DDD2 0%, #AEA0DC 100%) 0% 0% no-repeat padding-box;
    padding: 60px 75px;
    margin: 40px -70px;
}

h4 bold,
h4 strong {
	font-family: "BeausiteClassicWeb-Clear";
	font-weight: 700;
}
h5 {
	font-family: "BeausiteClassicWeb-Clear";
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
}
h6 {
	font-family: "BeausiteClassicWeb-Clear";
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

p {
	font-family: "BeausiteClassicWeb-Clear";
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #141651;
	margin-bottom: 20px;
}


p strong,
p b {
	font-family: "BeausiteClassicWeb-Medium";
	font-weight: 600;
}

a {
	color: #1927F0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:vistited,
a:focus {}

/* END Typography */

/* Nav */
header {}
header.sticky-top.wd_section-wrapper {
    background: #FFF;
	max-width: none;
}

nav.navbar {
	position: static;
	padding: 0.75rem 0;
	max-width: 1250px;
	margin: 0 auto;
}

.navbar-brand svg {
	width: 450px;
}

.navbar-brand img {
	max-width: 200px;
	height: auto;
}

.navbar-brand img.match-logo {
/* max-width: 75px; */
	height: auto;
	padding-bottom: 6px;
	padding-left: 8px;
	max-width: 60%;
}

.navbar-brand .navbar-text {
	display: inline-block;
	padding: 0 20px;
	color: #101010;
	font-family: "BeausiteClassicWeb-Clear";
	font-weight: 400;
	font-size: 18px;
}

#navbarNavDropdown {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent linear-gradient(0deg, #F9DDD2 0%,#e2cad5 100%) 0% 0% no-repeat padding-box;
	z-index: 9;
	overflow: scroll;
	visibility: hidden;
	/* transition: height 1.1s ease; */
	/* transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    width: 500px; */
	transition: opacity .3s ease-in-out,visibility 0s;
	opacity: 0;
    padding: 0px 20px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

#navbarNavDropdown.show {
	opacity: 1;
	transition: opacity .3s ease-in-out,visibility 0s;
	height: auto !important; /* override bootstrap */
	visibility: visible;
}

div#navbarNavDropdown a {
    display: block;
    padding: 15px 8px;
    text-align: center;
    font-size: 40px;
    line-height: normal;
    font-family: 'RecklessNeueHeart-Regular';
    color: #141651;
}

#navbarNavDropdown .navbar-nav {
	flex-direction: row;
	max-width: 1420px;
    margin: 0 auto;
}
#navbarNavDropdown button {
	float: right;
	border: none;
	padding: 40px;
}
.wd_nav-container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-content: flex-start;
	padding: 80px 30px 0 30px;
}

.navbar-light .navbar-toggler .icon-bar {
    display: block;
    width: 25px;
    margin-bottom: 5px;
    transition: 300ms ease-in-out;
    position: relative;
    border: 1px solid #141651;
}

.navbar-toggler[aria-expanded='true'] {
	position: relative;
	z-index: 10;
}

.navbar-toggler {
	border: none;
	z-index: 10;
}

button.navbar-toggler:focus {
	outline: none;
}

.navbar-toggler[aria-expanded='true'] .icon-bar:last-child {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -10px;
}

.navbar-toggler[aria-expanded='true'] .icon-bar:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -3px;
}

.navbar-toggler[aria-expanded='true'] .icon-bar:nth-child(1) {
	opacity: 0;
}

.navbar-toggler[aria-expanded='true'] .icon-bar {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);        
	top: 0;
	opacity: 1;
}

/* div#navbarNavDropdown.show {
    transform: translateX(0);
} */

/* .wd_column {
	flex-basis: calc(30% - 40px);
} */
.nav-item {
	position: relative;
	text-transform: lowercase;
	background: #fff4f1;
}

.nav-item > span,
.nav-item > a {
	text-decoration: underline;
}
.nav-item:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	padding: 0 .35rem;
	width: 47px;
}

.nav-item > p,
.nav-item .wd_subnav {
	padding-left: 47px;
	background: #FFF;
}

.nav-item > p {
	font-weight: 400;
	font-family: "BeausiteClassicWeb-Clear";
    font-size: 14px;
	line-height: 24px;
    margin: 0;
    padding-bottom: 15px;

}

.nav-item .wd_subnav a {
	display: block;
	color: #101010;
	font-size: 16px;
	margin-bottom: 15px;
	position: relative;
}
.nav-item .wd_subnav a:before {
    content: '\f067';
    font-family: 'FontAwesome';
    padding-right: 10px;
}

.nav-item .wd_subnav {
	padding-top: 10px;
}

/* 
.nav-item .wd_subnav a:before {
    content: "";
    background-color: #fde0e2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 0;
    height: 2px;
    transition: max-width .5s ease;
} */

.nav-item .wd_subnav a:hover {
	text-decoration: none;
	background-color: #ffdee1;
}

/* .nav-item .wd_subnav a:hover:before {
	max-width: 100%;
} */
.navbar-light .navbar-nav .nav-link {
	color: #101010;
	margin: 0 0 0 47px;
	text-decoration: none;
	font-size: 20px;
	text-transform: none;
}

.navbar-light .navbar-nav span.nav-link:hover {
	color: #101010;
	text-decoration: none;
	background-color: #fff4f1;
}

.wd_column .nav-item:before {
	font-size: 26px;
}

.navbar-nav > .wd_column:nth-child(1) .nav-item:before {
	content: "01";
}

.navbar-nav > .wd_column:nth-child(2) .nav-item:before {
	content: "02";
}

.navbar-nav > .wd_column:nth-child(3) .nav-item:before {
	content: "03";
}

.wd_nav-footer {
	position: fixed;
	bottom: 0;
}

/* END Nav */

/* Footer */
footer {}

.wd_footer-info,
.wd_footer-social {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
	list-style: none;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
.wd_footer-info li,
.wd_footer-social li {
	align-self: center;
	padding: 10px;
}

ul.wd_footer-info img {
    max-width: 130px;
}
/* .wd_footer-info li img,
.wd_footer-social li img {
	max-width: 24px;
	height: auto;
	max-height: 24px;
} */

.wd_footer-info a svg {
	max-width: 100px;
    height: auto;
}

.wd_footer-social svg {
	max-width: 24px;
	height: auto;
	max-height: 24px;
}

/* END Footer*/



@media (min-width: 992px) {
	.wd_inner_page_wrap {
		padding: 0px 108px;
	}
}

@media (max-width: 991px) {
	.wd_inner_page_wrap {
		padding: 0px 15px;
	}
}

@media (max-width: 767px) {

	h4.wd_gradient_bg {
		margin: 30px -15px;
		padding: 30px;
	}
}
