@import url('../css/default.css?ver=1.4');
@import url('acf/hero_banner.css?ver=1.0');
@import url('acf/full_text.css?ver=1.0');
@import url('acf/image_text.css?ver=1.0');
@import url('acf/title_text.css?ver=1.0');
@import url('acf/count_box.css?ver=1.0');
@import url('acf/news_module.css');
@import url('acf/hero_video.css');
@import url('acf/module_video.css');
@import url('acf/heading_block.css');
@import url('acf/content_wysiwyg.css');
@import url('acf/module_contact_information.css');
@import url('acf/module_headshots.css');
@import url('acf/module_open_positions.css');
@import url('acf/module_timeline.css');
@import url('acf/module_market_cards.css');
@import url('news.css');
@import url('single_news.css');


.title-page .txt-heading-page {
    display: none;
}
.title-social-txt {
    display: none;
}
strong {
    font-weight: bold;
}
.color-graylight, .color-graylight a {
	color: var(--secondary-color);
}
.color-white, .color-white a {
	color: #fff;
}
.color-theme, .color-theme a {
	color: var(--orangescale);
}
.color-black, .color-black a {
	color: #000;
}
.font-grotesk {
	font-family: 'Space Grotesk', sans-serif;
}
.font-inter {
	font-family: 'Inter', sans-serif;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
    font-weight: bold;
	margin-bottom: 25px;
}
h1, h2, h3 {
	font-family: 'Space Grotesk', sans-serif;
}
a {
    color: var(--primary-color);
}
a:hover, a:focus {
    color: var(--moon-dust-color);
    text-decoration: none;
    border-color: var(--moon-dust-color);
}

b {
    font-weight: bold;
}
h1 {
    font-size: 64px;
    line-height: 1.15em;
}
h2 {
    font-size: 48px;
    line-height: 1.6em;
}
h3 {
    font-size: 36px;
    line-height: 1.25em;
}
h4 {
    font-size: 30px;
    line-height: 1.25em;
}
h5 {
    font-size: 18px;
    line-height: 1.3em;
}

.btn-primary {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    display: inline-flex;
    font-size: 16px;
    letter-spacing: 0.09em;
    color: #fff;
    background-color: #2D7EA0;
    border: 2px solid #2D7EA0;
    transition: 0.3s;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    width: 330px;
    max-width: 100%;
    padding: 18px 30px;
    line-height: 1.25em;
}
.btn-primary:after {
    content: "";
    width: 50px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    background-image: url(../../assets/images/icon-arrow.png);
    margin-left: 22px;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: transparent;
    border-color: #fff;
}

.btn-secondary {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    display: inline-flex;
    font-size: 16px;
    letter-spacing: 0.09em;
    color: #fff;
    line-height: 1.25em;
    transition: 0.3s;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
}
.btn-secondary:after {
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 23px;
    background-image: url('../../assets/images/icon-arrow-small.svg');
    margin-left: 30px;
    transition: 0.3s;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 7px;
}
.btn-secondary:hover:after,
.btn-secondary:focus:after {
    margin-left: 40px;
}
.btn-secondary:hover,
.btn-secondary:focus {
    background-color: transparent;
    border: none;
}
.block-img {
    width: 100%;
    display: block;
}



.font-bold, .font-bold a, .font-bold span {
    font-weight: bold;
}
.font-medium, .font-medium a, .font-medium span {
    font-weight: 500;
}
.font-normal, .font-normal a, .font-normal span {
    font-weight: 400;
}
.font-light, .font-light a, .font-light span {
    font-weight: 300;
}

.font-100, .font-100 p, .font-100 a {
    font-size: 100px;
    line-height: 1.27em;
    letter-spacing: -0.045em;
}
.font-70, .font-70 p, .font-70 a {
    font-size: 70px;
    line-height: 1.25em;
}
.font-64, .font-64 p, .font-64 a {
    font-size: 64px;
    line-height: calc(74 / 64);
}
.font-48, .font-48 p, .font-48 a {
    font-size: 48px;
    line-height: 1.6em;
}
.font-36, .font-36 p, .font-36 a {
    font-size: 36px;
    line-height: 1.25em;
}
.font-30, .font-30 p, .font-30 a {
    font-size: 30px;
    line-height: 1.25em;
}
.font-28, .font-28 p, .font-28 a {
    font-size: 28px;
    line-height: 1.4em;
}
.font-24, .font-24 p, .font-24 a {
    font-size: 24px;
    line-height: 1.4em;
}

.overflow-hidden {
	overflow: hidden;
}

.alight-center {
    text-align: center;
}




.padding-top-20 {
    padding-top: 20px;
}
.padding-top-30 {
	padding-top: 30px;
}
.padding-top-60 {
	padding-top: 60px;
}
.padding-top-100 {
	padding-top: 100px;
}
.padding-top-140 {
	padding-top: 140px;
}
.padding-top-160 {
	padding-top: 160px;
}
.padding-top-200 {
	padding-top: 200px;
}
.padding-top-400 {
	padding-top: 400px;
}

.padding-bottom-30 {
	padding-bottom: 30px;
}
.padding-bottom-140 {
	padding-bottom: 140px;
}
.padding-bottom-160 {
	padding-bottom: 160px;
}
.padding-bottom-200 {
	padding-bottom: 200px;
}

.no-margin-bottom {
    margin-bottom: 0px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-25 {
	margin-bottom: 25px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-bottom-120 {
	margin-bottom: 120px;
}
.margin-bottom-140 {
	margin-bottom: 140px;
}

.margin-top-30 {
	margin-top: 30px;
}
.margin-top-40 {
	margin-top: 40px;
}
.margin-top-50 {
	margin-top: 50px;
}
.margin-top-120 {
	margin-top: 120px;
}
.margin-top-140 {
	margin-top: 140px;
}
.margin-top-negative-200 {
	margin-top: -200px;
}