/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 03 2024 | 17:41:58 */
/* normalize for this project */
*,
*:before,
*:after {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
*:focus {
    outline: none;
}
html,
body,
button,
a,
input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    min-height: 100%;
    overflow-y: scroll;
}
table {
    width: 100%;
}
th,
td {
    vertical-align: top;
}
iframe {
    border: 0;
    display: block;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
svg {
    display: inline-block;
    vertical-align: middle;
}
select {
    max-width: 100%;
} /* normalize.css v3.0.2 | MIT License | git.io/normalize */
/* Start of MegaMenu style*/
.header.scrolled .navigation a.mega-menu-link {
	color:#002a4e !important;
}
@media screen and (max-width: 1190px) {
    .navigation {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        padding-top: 100px;
        visibility: hidden;
        opacity: 0;
        background-color: #fff;
        transition: visibility 0s linear 0.3s, opacity 0.3s ease-out;
    }
}



/* End of MegaMenu style */
body,
html {
    width: 100%;
    height: 100%;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    outline: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}
html {
    font-family: "HK Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #002a4e;
    background-color: #fff;
    min-height: 100%;
}
html.no-scroll {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
}
html.no-scroll body {
    height: 100%;
    overflow: hidden;
}
html.no-scroll body main {
    height: 100%;
    overflow: hidden;
}
html,
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-width: 320px;
    min-height: 100%;
}
body {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

p {
    margin-bottom: 1.3em;
}
.text-center {
	text-align: center !important;
}
#wpadminbar ~ #header {
    top: 32px;
}

#container {
	width: 100vw; 
	overflow-x: hidden;
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        top: -46px;
    }
    #wpadminbar ~ #header {
        top: 46px;
    }
}

#header ul,
#footer ul,
#sidebar ul {
    list-style-type: none;
}

#footer nav[aria-label="Publications"] ul li a {
    height: 44px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wp-block-columns.row {
    display: block !important;
}

.wp-block-columns.row .wp-block-column {
	margin: 0 !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25),
    only screen and (min-device-pixel-ratio: 1.25),
    only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335),
    only screen and (min-resolution: 200dpi),
    only screen and (min-resolution: 1.25dppx) {
    html,
    body,
    button {
        -webkit-font-smoothing: subpixel-antialiased;
    }
}

.wp-block-group {
	position: relative;
}

.entry-content > .wp-block-group:nth-child(2n) {
	background: #f2f6f9;
}

.entry-content > .wp-block-group:nth-child(2n)::before {
	content: '';
	display: block;
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.3;
    pointer-events: none;
    background-image: url("https://outflankstg.wpengine.com/wp-content/uploads/2022/03/dots-dark.png");
}
.big-header-text h1,.big-header-text p {
	max-width: 550px;
	line-height:1.2;
}
.big-header-text {
	top: 25%;
}
.home .content-block ul {
	margin-left: 0 !important;
}

#content .post .button {
	margin-top: 30px;
}

#content .post {
	padding: 30px 0 50px 0;
}

#content .post:first-child {
	padding-top: 0;
}

#content .post:nth-child(2n)::before {
	content: '';
	display: block;
    position: absolute;
	width: 150vw;
	top: 0;
	left: -50vw;
	height: 100%;
	background: #f2f6f9;
}

#content .post:nth-child(2n)::after {
	content: '';
	display: block;
    position: absolute;
	width: 150vw;
	top: 0;
	left: -50vw;
	height: 100%;
    opacity: 0.3;
    pointer-events: none;
    background-image: url("https://outflankstg.wpengine.com/wp-content/uploads/2022/03/dots-dark.png");
}

.entry-content > .wp-block-group > div {
    position: relative;
    padding: 30px 20px;
    margin: 0 auto;
    max-width: 1024px;
    font-size: 1.8rem;
}

article:not(.post) > .entry-content > *:not(.wp-block-group) {
    position: relative;
    margin: 0 auto;
    max-width: 1024px;
	padding: 0 20px;
}

article:not(.post) > .entry-content > p:not(.wp-block-group),
article:not(.post) > .entry-content > ul:not(.wp-block-group),
article:not(.post) > .entry-content > ol:not(.wp-block-group){
	font-size: 2rem;
}

article:not(.post) > .entry-content > *:not(.wp-block-group):first-child {
	padding-top: 30px;
} 

article:not(.post) > .entry-content > *:not(.wp-block-group):last-child {
	padding-bottom: 30px;
} 

article:not(.post) > .entry-content h3 + p {
	font-size: 1.8rem;
}

.entry-content > .wp-block-group > div > ul {
	list-style-type: none;
}

.entry-content > .wp-block-group > div > ol {
    counter-reset: ordered-list;
	list-style-type: none;
}
.entry-content > .wp-block-group > div > ol li {
    padding: 0 0 0 40px;
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
    .entry-content > .wp-block-group > div > ol li {
        padding: 0 0 0 80px;
    }
}

.entry-content > .wp-block-group > div > ol li:before {
    counter-increment: ordered-list;
    content: counter(ordered-list);
    position: absolute;
    top: 0;
    left: 0;
    color: #ff473c;
    font-size: 3.6rem;
    line-height: 3.6rem;
    font-weight: 600;
}
.entry-content > .wp-block-group > div > ol li p {
    margin-bottom: 20px;
}
.entry-content > .wp-block-group > div > ul li {
    padding: 0 0 0 40px;
}
@media screen and (min-width: 768px) {
    .entry-content > .wp-block-group > div > ul li {
        padding: 0 0 0 60px;
    }
	
	.entry-content > .wp-block-group > div > ol li:before {
		left: 30px;
	}
}
.entry-content > .wp-block-group > div > ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #ff473c;
}
@media screen and (min-width: 768px) {
    .entry-content > .wp-block-group > div > ul li:before {
        top: 10px;
        left: 25px;
        width: 10px;
        height: 10px;
    }
}
.entry-content > .wp-block-group > div > ul li p {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .entry-content > .wp-block-group > div {
        padding: 45px 20px;
		font-size: 2rem;
    }
    .entry-content > *:not(.wp-block-group):first-child {
        padding-top: 45px;
    }
    .entry-content > *:not(.wp-block-group):last-child {
        padding-bottom: 45px;
    }
}
@media screen and (min-width: 1024px) {
    .entry-content > .wp-block-group > div  {
        padding: 60px 20px;
    }
}
@media screen and (min-width: 1280px) {
    .entry-content > .wp-block-group > div  {
        padding: 60px 20px;
    }
    .entry-content > *:not(.wp-block-group):first-child {
        padding-top: 60px;
    }
    .entry-content > *:not(.wp-block-group):last-child {
        padding-bottom: 60px;
    }
}

.container{
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1024px;
}
.container--fluid {
    padding: 0 !important;
    max-width: none;
}
@media screen and (min-width: 768px) {
    .container {
        padding: 0 20px;
    }
}
@media screen and (min-width: 1024px) {
    .container{
        padding: 0 20px;
    }
}
@media screen and (min-width: 1280px) {
    .container {
        padding: 0 20px;
    }
}
.container--bg-light {
    background-color: #f2f6f9;
}
.container--bg-medium {
    background-color: #e3e9ef;
}
.container--bg-dark {
    background-color: #012b4f;
}
.container--bg-black {
    background-color: #000;
}
.container--bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.row {
    position: relative;
    font-size: 0;
    padding: 30px 0;
}
.row--padded-cols {
    margin: 0 -20px;
}
@media screen and (min-width: 768px) {
    .row {
        padding: 45px 0;
    }
}
@media screen and (min-width: 1024px) {
    .row {
        padding: 60px 0;
    }
}
@media screen and (min-width: 1280px) {
    .row {
        padding: 60px 0;
    }
}
.row--semi-flush {
    padding: 7.199999999999999px 0;
}
@media screen and (min-width: 768px) {
    .row--semi-flush {
        padding: 15px 0;
    }
}
@media screen and (min-width: 1024px) {
    .row--semi-flush {
        padding: 21px 0;
    }
}
@media screen and (min-width: 1280px) {
    .row--semi-flush {
        padding: 30px 0;
    }
}
.row--flush {
    padding: 0;
}
.row--fluid {
    max-width: none;
}
.col-s-1 {
    position: relative;
    display: inline-block;
    width: 8.333333333333332%;
    vertical-align: top;
    font-size: 1.6rem;
}
.col-s-1.col--padded {
    padding: 20px;
}
.col-s-offset-1 {
    margin-left: 8.333333333333332%;
}
.col-s-2 {
    position: relative;
    display: inline-block;
    width: 16.666666666666664%;
    vertical-align: top;
    font-size: 1.6rem;
}
.col-s-2.col--padded {
    padding: 20px;
}
.col-s-offset-2 {
    margin-left: 16.666666666666664%;
}
.col-s-3 {
    position: relative;
    display: inline-block;
    width: 25%;
    vertical-align: top;
    font-size: 1.6rem;
}
.col-s-3.col--padded {
    padding: 20px;
}
.col-s-offset-3 {
    margin-left: 25%;
}
.col-s-4 {
    position: relative;
    display: inline-block;
    width: 33.33333333333333%;
    vertical-align: top;
    font-size: 1.6rem;
}
.col-s-4.col--padded {
    padding: 20px;
}
.col-s-offset-4 {
    margin-left: 33.33333333333333%;
}
.col-s-5 {
    position: relative;
    display: inline-block;
    width: 41.66666666666667%;
    vertical-align: top;
    font-size: 1.6rem;
}
.col-s-5.col--padded {
    padding: 20px;
}
.col-s-offset-5 {
    margin-left: 41.66666666666667%;
}
.col-s-6 {
    position: relative;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    font-size: 1.6rem;
}
.col-s-6.col--padded {
    padding: 20px;
}
.col-s-offset-6 {
    margin-left: 50%;
}
.col-s-7 {
    position: relative;
    display: inline-block;
    width: 58.333333333333336%;
    vertical-align: top;
    font-size: 1.6rem;
}
.col-s-7.col--padded {
    padding: 20px;
}
.col-s-offset-7 {
    margin-left: 58.333333333333336%;
}
.col-s-8 {
    position: relative;
    display: inline-block;
    width: 66.66666666666666%;
    vertical-align: top;
    font-size: 1.6rem;
}
.col-s-8.col--padded {
    padding: 20px;
}
.col-s-offset-8 {
    margin-left: 66.66666666666666%;
}
.col-s-9 {
    position: relative;
    display: inline-block;
    width: 75%;
    vertical-align: top;
    font-size: 1.6rem;
}
.col-s-9.col--padded {
    padding: 20px;
}
.col-s-offset-9 {
    margin-left: 75%;
}
.col-s-10 {
    position: relative;
    display: inline-block;
    width: 83.33333333333334%;
    vertical-align: top;
    font-size: 1.6rem;
}
.col-s-10.col--padded {
    padding: 20px;
}
.col-s-offset-10 {
    margin-left: 83.33333333333334%;
}
.col-s-11 {
    position: relative;
    display: inline-block;
    width: 91.66666666666666%;
    vertical-align: top;
    font-size: 1.6rem;
}
.col-s-11.col--padded {
    padding: 20px;
}
.col-s-offset-11 {
    margin-left: 91.66666666666666%;
}
.col-s-12 {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 1.6rem;
}
.col-s-12.col--padded {
    padding: 20px;
}
.col-s-offset-12 {
    margin-left: 100%;
}
@media screen and (min-width: 768px) {
    .col-m-1 {
        position: relative;
        display: inline-block;
        width: 8.333333333333332%;
        vertical-align: top;
        font-size: 1.6rem;
    }
    .col-m-1.col--padded {
        padding: 20px;
    }
    .col-m-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-m-2 {
        position: relative;
        display: inline-block;
        width: 16.666666666666664%;
        vertical-align: top;
        font-size: 1.6rem;
    }
    .col-m-2.col--padded {
        padding: 20px;
    }
    .col-m-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-m-3 {
        position: relative;
        display: inline-block;
        width: 25%;
        vertical-align: top;
        font-size: 1.6rem;
    }
    .col-m-3.col--padded {
        padding: 20px;
    }
    .col-m-offset-3 {
        margin-left: 25%;
    }
    .col-m-4 {
        position: relative;
        display: inline-block;
        width: 33.33333333333333%;
        vertical-align: top;
        font-size: 1.6rem;
    }
    .col-m-4.col--padded {
        padding: 20px;
    }
    .col-m-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-m-5 {
        position: relative;
        display: inline-block;
        width: 41.66666666666667%;
        vertical-align: top;
        font-size: 1.6rem;
    }
    .col-m-5.col--padded {
        padding: 20px;
    }
    .col-m-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-m-6 {
        position: relative;
        display: inline-block;
        width: 50%;
        vertical-align: top;
        font-size: 1.6rem;
    }
    .col-m-6.col--padded {
        padding: 20px;
    }
    .col-m-offset-6 {
        margin-left: 50%;
    }
    .col-m-7 {
        position: relative;
        display: inline-block;
        width: 58.333333333333336%;
        vertical-align: top;
        font-size: 1.6rem;
    }
    .col-m-7.col--padded {
        padding: 20px;
    }
    .col-m-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-m-8 {
        position: relative;
        display: inline-block;
        width: 66.66666666666666%;
        vertical-align: top;
        font-size: 1.6rem;
    }
    .col-m-8.col--padded {
        padding: 20px;
    }
    .col-m-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-m-9 {
        position: relative;
        display: inline-block;
        width: 75%;
        vertical-align: top;
        font-size: 1.6rem;
    }
    .col-m-9.col--padded {
        padding: 20px;
    }
    .col-m-offset-9 {
        margin-left: 75%;
    }
    .col-m-10 {
        position: relative;
        display: inline-block;
        width: 83.33333333333334%;
        vertical-align: top;
        font-size: 1.6rem;
    }
    .col-m-10.col--padded {
        padding: 20px;
    }
    .col-m-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-m-11 {
        position: relative;
        display: inline-block;
        width: 91.66666666666666%;
        vertical-align: top;
        font-size: 1.6rem;
    }
    .col-m-11.col--padded {
        padding: 20px;
    }
    .col-m-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-m-12 {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        font-size: 1.6rem;
    }
    .col-m-12.col--padded {
        padding: 20px;
    }
    .col-m-offset-12 {
        margin-left: 100%;
    }
}
@media screen and (min-width: 1024px) {
    .col-l-1 {
        position: relative;
        display: inline-block;
        width: 8.333333333333332%;
        vertical-align: top;
        font-size: 1.6rem;
    }
    .col-l-1.col--padded {
        padding: 20px;
    }
    .col-l-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-l-2 {
        position: relative;
        display: inline-block;
        width: 16.666666666666664%;
        vertical-align: top;
        font-size: 1.6rem;
    }
    .col-l-2.col--padded {
        padding: 20px;
    }
    .col-l-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-l-3 {
        position: relative;
        display: inline-block;
        width: 25%;
        vertical-align: top;
        font-size: 1.6rem;
    }
    .col-l-3.col--padded {
        padding: 20px;
    }
    .col-l-offset-3 {
        margin-left: 25%;
    }
    .col-l-4 {
        position: relative;
        display: inline-block;
        width: 33.33333333333333%;
        vertical-align: top;
        font-size: 1.6rem;
    }
    .col-l-4.col--padded {
        padding: 20px;
    }
    .col-l-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-l-5 {
        position: relative;
        display: inline-block;
        width: 41.66666666666667%;
        vertical-align: top;
        font-size: 1.6rem;
    }
    .col-l-5.col--padded {
        padding: 20px;
    }
    .col-l-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-l-6 {
        position: relative;
        display: inline-block;
        width: 50%;
        vertical-align: top;
        font-size: 1.6rem;
    }
    .col-l-6.col--padded {
        padding: 20px;
    }
    .col-l-offset-6 {
        margin-left: 50%;
    }
    .col-l-7 {
        position: relative;
        display: inline-block;
        width: 58.333333333333336%;
        vertical-align: top;
    }
    .col-l-7.col--padded {
        padding: 20px;
    }
    .col-l-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-l-8 {
        position: relative;
        display: inline-block;
        width: 66.66666666666666%;
        vertical-align: top;
        font-size: 1.6rem;
    }
    .col-l-8.col--padded {
        padding: 20px;
    }
    .col-l-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-l-9 {
        position: relative;
        display: inline-block;
        width: 75%;
        vertical-align: top;
        font-size: 1.6rem;
    }
    .col-l-9.col--padded {
        padding: 20px;
    }
    .col-l-offset-9 {
        margin-left: 75%;
    }
    .col-l-10 {
        position: relative;
        display: inline-block;
        width: 83.33333333333334%;
        vertical-align: top;
        font-size: 1.6rem;
    }
    .col-l-10.col--padded {
        padding: 20px;
    }
    .col-l-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-l-11 {
        position: relative;
        display: inline-block;
        width: 91.66666666666666%;
        vertical-align: top;
        font-size: 1.6rem;
    }
    .col-l-11.col--padded {
        padding: 20px;
    }
    .col-l-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-l-12 {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        font-size: 1.6rem;
    }
    .col-l-12.col--padded {
        padding: 20px;
    }
    .col-l-offset-12 {
        margin-left: 100%;
    }
}
@media screen and (min-width: 1280px) {
    .col-xl-1 {
        position: relative;
        display: inline-block;
        width: 8.333333333333332%;
        vertical-align: top;
        font-size: 1.6rem;
    }
    .col-xl-1.col--padded {
        padding: 20px;
    }
    .col-xl-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-xl-2 {
        position: relative;
        display: inline-block;
        width: 16.666666666666664%;
        vertical-align: top;
        font-size: 1.6rem;
    }
    .col-xl-2.col--padded {
        padding: 20px;
    }
    .col-xl-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-xl-3 {
        position: relative;
        display: inline-block;
        width: 25%;
        vertical-align: top;
        font-size: 1.6rem;
    }
    .col-xl-3.col--padded {
        padding: 20px;
    }
    .col-xl-offset-3 {
        margin-left: 25%;
    }
    .col-xl-4 {
        position: relative;
        display: inline-block;
        width: 33.33333333333333%;
        vertical-align: top;
        font-size: 1.6rem;
    }
    .col-xl-4.col--padded {
        padding: 20px;
    }
    .col-xl-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-xl-5 {
        position: relative;
        display: inline-block;
        width: 41.66666666666667%;
        vertical-align: top;
        font-size: 1.6rem;
    }
    .col-xl-5.col--padded {
        padding: 20px;
    }
    .col-xl-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-xl-6 {
        position: relative;
        display: inline-block;
        width: 50%;
        vertical-align: top;
        font-size: 1.6rem;
    }
    .col-xl-6.col--padded {
        padding: 20px;
    }
    .col-xl-offset-6 {
        margin-left: 50%;
    }
    .col-xl-7 {
        position: relative;
        display: inline-block;
        width: 58.333333333333336%;
        vertical-align: top;
        font-size: 1.6rem;
    }
    .col-xl-7.col--padded {
        padding: 20px;
    }
    .col-xl-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-xl-8 {
        position: relative;
        display: inline-block;
        width: 66.66666666666666%;
        vertical-align: top;
        font-size: 1.6rem;
    }
    .col-xl-8.col--padded {
        padding: 20px;
    }
    .col-xl-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-xl-9 {
        position: relative;
        display: inline-block;
        width: 75%;
        vertical-align: top;
        font-size: 1.6rem;
    }
    .col-xl-9.col--padded {
        padding: 20px;
    }
    .col-xl-offset-9 {
        margin-left: 75%;
    }
    .col-xl-10 {
        position: relative;
        display: inline-block;
        width: 83.33333333333334%;
        vertical-align: top;
        font-size: 1.6rem;
    }
    .col-xl-10.col--padded {
        padding: 20px;
    }
    .col-xl-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-xl-11 {
        position: relative;
        display: inline-block;
        width: 91.66666666666666%;
        vertical-align: top;
        font-size: 1.6rem;
    }
    .col-xl-11.col--padded {
        padding: 20px;
    }
    .col-xl-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-xl-12 {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        font-size: 1.6rem;
    }
    .col-xl-12.col--padded {
        padding: 20px;
    }
    .col-xl-offset-12 {
        margin-left: 100%;
    }
}
.padding-top--lg {
    padding-top: 50px !important;
}
@media screen and (min-width: 768px) {
    .padding-top--lg {
        padding-top: 75px !important;
    }
}
@media screen and (min-width: 1024px) {
    .padding-top--lg {
        padding-top: 100px !important;
    }
}
.padding-bottom--lg {
    padding-bottom: 50px !important;
}
@media screen and (min-width: 768px) {
    .padding-bottom--lg {
        padding-bottom: 75px !important;
    }
}
@media screen and (min-width: 1024px) {
    .padding-bottom--lg {
        padding-bottom: 100px !important;
    }
}
.padding-left--lg {
    padding-left: 50px !important;
}
@media screen and (min-width: 768px) {
    .padding-left--lg {
        padding-left: 75px !important;
    }
}
@media screen and (min-width: 1024px) {
    .padding-left--lg {
        padding-left: 100px !important;
    }
}
.padding-right--lg {
    padding-right: 50px !important;
}
@media screen and (min-width: 768px) {
    .padding-right--lg {
        padding-right: 75px !important;
    }
}
@media screen and (min-width: 1024px) {
    .padding-right--lg {
        padding-right: 100px !important;
    }
}
.padding-top--md {
    padding-top: 25px !important;
}
@media screen and (min-width: 768px) {
    .padding-top--md {
        padding-top: 37.5px !important;
    }
}
@media screen and (min-width: 1024px) {
    .padding-top--md {
        padding-top: 50px !important;
    }
}
.padding-bottom--md {
    padding-bottom: 25px !important;
}
@media screen and (min-width: 768px) {
    .padding-bottom--md {
        padding-bottom: 37.5px !important;
    }
}
@media screen and (min-width: 1024px) {
    .padding-bottom--md {
        padding-bottom: 50px !important;
    }
}
.padding-left--md {
    padding-left: 25px !important;
}
@media screen and (min-width: 768px) {
    .padding-left--md {
        padding-left: 37.5px !important;
    }
}
@media screen and (min-width: 1024px) {
    .padding-left--md {
        padding-left: 50px !important;
    }
}
.padding-right--md {
    padding-right: 25px !important;
}
@media screen and (min-width: 768px) {
    .padding-right--md {
        padding-right: 37.5px !important;
    }
}
@media screen and (min-width: 1024px) {
    .padding-right--md {
        padding-right: 50px !important;
    }
}
.padding-top--sm {
    padding-top: 10px !important;
}
@media screen and (min-width: 768px) {
    .padding-top--sm {
        padding-top: 15px !important;
    }
}
@media screen and (min-width: 1024px) {
    .padding-top--sm {
        padding-top: 20px !important;
    }
}
.padding-bottom--sm {
    padding-bottom: 10px !important;
}
@media screen and (min-width: 768px) {
    .padding-bottom--sm {
        padding-bottom: 15px !important;
    }
}
@media screen and (min-width: 1024px) {
    .padding-bottom--sm {
        padding-bottom: 20px !important;
    }
}
.padding-left--sm {
    padding-left: 10px !important;
}
@media screen and (min-width: 768px) {
    .padding-left--sm {
        padding-left: 15px !important;
    }
}
@media screen and (min-width: 1024px) {
    .padding-left--sm {
        padding-left: 20px !important;
    }
}
.padding-right--sm {
    padding-right: 10px !important;
}
@media screen and (min-width: 768px) {
    .padding-right--sm {
        padding-right: 15px !important;
    }
}
@media screen and (min-width: 1024px) {
    .padding-right--sm {
        padding-right: 20px !important;
    }
}
.padding-top--xs {
    padding-top: 5px !important;
}
@media screen and (min-width: 768px) {
    .padding-top--xs {
        padding-top: 7.5px !important;
    }
}
@media screen and (min-width: 1024px) {
    .padding-top--xs {
        padding-top: 10px !important;
    }
}
.padding-bottom--xs {
    padding-bottom: 5px !important;
}
@media screen and (min-width: 768px) {
    .padding-bottom--xs {
        padding-bottom: 7.5px !important;
    }
}
@media screen and (min-width: 1024px) {
    .padding-bottom--xs {
        padding-bottom: 10px !important;
    }
}
.padding-left--xs {
    padding-left: 5px !important;
}
@media screen and (min-width: 768px) {
    .padding-left--xs {
        padding-left: 7.5px !important;
    }
}
@media screen and (min-width: 1024px) {
    .padding-left--xs {
        padding-left: 10px !important;
    }
}
.padding-right--xs {
    padding-right: 5px !important;
}
@media screen and (min-width: 768px) {
    .padding-right--xs {
        padding-right: 7.5px !important;
    }
}
@media screen and (min-width: 1024px) {
    .padding-right--xs {
        padding-right: 10px !important;
    }
}
.margin-top--lg {
    margin-top: 50px !important;
}
@media screen and (min-width: 768px) {
    .margin-top--lg {
        margin-top: 75px !important;
    }
}
@media screen and (min-width: 1024px) {
    .margin-top--lg {
        margin-top: 100px !important;
    }
}
.margin-bottom--lg {
    margin-bottom: 50px !important;
}
@media screen and (min-width: 768px) {
    .margin-bottom--lg {
        margin-bottom: 75px !important;
    }
}
@media screen and (min-width: 1024px) {
    .margin-bottom--lg {
        margin-bottom: 100px !important;
    }
}
.margin-left--lg {
    margin-left: 50px !important;
}
@media screen and (min-width: 768px) {
    .margin-left--lg {
        margin-left: 75px !important;
    }
}
@media screen and (min-width: 1024px) {
    .margin-left--lg {
        margin-left: 100px !important;
    }
}
.margin-right--lg {
    margin-right: 50px !important;
}
@media screen and (min-width: 768px) {
    .margin-right--lg {
        margin-right: 75px !important;
    }
}
@media screen and (min-width: 1024px) {
    .margin-right--lg {
        margin-right: 100px !important;
    }
}
.margin-top--md {
    margin-top: 25px !important;
}
@media screen and (min-width: 768px) {
    .margin-top--md {
        margin-top: 37.5px !important;
    }
}
@media screen and (min-width: 1024px) {
    .margin-top--md {
        margin-top: 50px !important;
    }
}
.margin-bottom--md {
    margin-bottom: 25px !important;
}
@media screen and (min-width: 768px) {
    .margin-bottom--md {
        margin-bottom: 37.5px !important;
    }
}
@media screen and (min-width: 1024px) {
    .margin-bottom--md {
        margin-bottom: 50px !important;
    }
}
.margin-left--md {
    margin-left: 25px !important;
}
@media screen and (min-width: 768px) {
    .margin-left--md {
        margin-left: 37.5px !important;
    }
}
@media screen and (min-width: 1024px) {
    .margin-left--md {
        margin-left: 50px !important;
    }
}
.margin-right--md {
    margin-right: 25px !important;
}
@media screen and (min-width: 768px) {
    .margin-right--md {
        margin-right: 37.5px !important;
    }
}
@media screen and (min-width: 1024px) {
    .margin-right--md {
        margin-right: 50px !important;
    }
}
.margin-top--sm {
    margin-top: 10px !important;
}
@media screen and (min-width: 768px) {
    .margin-top--sm {
        margin-top: 15px !important;
    }
}
@media screen and (min-width: 1024px) {
    .margin-top--sm {
        margin-top: 20px !important;
    }
}
.margin-bottom--sm {
    margin-bottom: 10px !important;
}
@media screen and (min-width: 768px) {
    .margin-bottom--sm {
        margin-bottom: 15px !important;
    }
}
@media screen and (min-width: 1024px) {
    .margin-bottom--sm {
        margin-bottom: 20px !important;
    }
}
.margin-left--sm {
    margin-left: 10px !important;
}
@media screen and (min-width: 768px) {
    .margin-left--sm {
        margin-left: 15px !important;
    }
}
@media screen and (min-width: 1024px) {
    .margin-left--sm {
        margin-left: 20px !important;
    }
}
.margin-right--sm {
    margin-right: 10px !important;
}
@media screen and (min-width: 768px) {
    .margin-right--sm {
        margin-right: 15px !important;
    }
}
@media screen and (min-width: 1024px) {
    .margin-right--sm {
        margin-right: 20px !important;
    }
}
.margin-top--xs {
    margin-top: 5px !important;
}
@media screen and (min-width: 768px) {
    .margin-top--xs {
        margin-top: 7.5px !important;
    }
}
@media screen and (min-width: 1024px) {
    .margin-top--xs {
        margin-top: 10px !important;
    }
}
.margin-bottom--xs {
    margin-bottom: 5px !important;
}
@media screen and (min-width: 768px) {
    .margin-bottom--xs {
        margin-bottom: 7.5px !important;
    }
}
@media screen and (min-width: 1024px) {
    .margin-bottom--xs {
        margin-bottom: 10px !important;
    }
}
.margin-left--xs {
    margin-left: 5px !important;
}
@media screen and (min-width: 768px) {
    .margin-left--xs {
        margin-left: 7.5px !important;
    }
}
@media screen and (min-width: 1024px) {
    .margin-left--xs {
        margin-left: 10px !important;
    }
}
.margin-right--xs {
    margin-right: 5px !important;
}
@media screen and (min-width: 768px) {
    .margin-right--xs {
        margin-right: 7.5px !important;
    }
}
@media screen and (min-width: 1024px) {
    .margin-right--xs {
        margin-right: 10px !important;
    }
}
.h1,
h1 {
    color: #002a4e;
    font-family: "HK Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 800;
    font-size: 3rem;
    line-height: 1.4;
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
    .h1,
    h1 {
        font-size: 5rem;
        line-height: 1.4;
    }
}
.h2,
h2 {
    color: #002a4e;
    font-family: "HK Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 800;
    font-size: 2.3rem;
    line-height: 1.4;
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
    .h2,
    h2 {
        font-size: 3.2rem;
        line-height: 1.4;
    }
}
.h3,
h3 {
    color: #002a4e;
    font-family: "HK Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 800;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
    .h3,
    h3 {
        font-size: 1.9rem;
        line-height: 1.4;
    }
}
.h4,
h4 {
    color: #002a4e;
    font-family: "HK Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
    .h4,
    h4 {
        font-size: 1.6rem;
        line-height: 1.4;
    }
}
.rich-text {
    font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
    .rich-text {
        font-size: 1.8rem;
    }
}
.text--intro {
    font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
    .text--intro {
        font-size: 2rem;
    }
}
.text--caption {
    color: #afafaf;
}
.color--white {
    color: #fff;
}
.button,
.button--white,
.button--highlight,
.button--outline,
.nav-previous a,
.nav-next a {
    position: relative;
    display: inline-block;
    font-family: "HK Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    overflow: hidden;
    text-align: center;
    padding: 0.35em 1em 0.55em 1em;
    font-size: 1.6rem;
    line-height: 1.6;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none !important;
    vertical-align: top;
}
.button,
.nav-previous a,
.nav-next a {
    background-color: #002a4e;
    border: 2px solid #002a4e;
    color: #fff;
    transition: 200ms ease-out;
    transition-property: background-color;
}

.button:after {
    content: "\00BB";
    display: inline;
    margin-left: 5px;
    font-size: 2rem;
    line-height: 1;
}

.nav-previous a:focus,
.nav-next a:focus, 
.nav-previous a:hover,
.nav-next a:hover,
.button:focus,
.button:hover {
    text-decoration: none;
    background-color: #004179;
}
.button--white {
    background-color: #fff;
    border: 2px solid #fff;
    color: #002a4e;
    transition: 200ms ease-out;
    transition-property: background-color;
}
.button--white:focus,
.button--white:hover {
    background-color: #ebebeb;
}
.button--highlight {
    background-color: #ff473c;
    border: 2px solid #ff473c;
    color: #fff;
    transition: 200ms ease-out;
    transition-property: background-color;
}
.button--highlight.has-icon {
    padding-left: 50px;
}
.button--highlight svg {
    position: absolute;
    top: -2px;
    left: 5px;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    overflow: hidden;
}
.button--highlight svg path {
    fill: #fff;
}
.button--highlight:focus,
.button--highlight:hover {
    background-color: #ff2c20;
}
.button--outline {
    color: #fff;
    border: 2px solid #fff;
    transition: 200ms ease-out;
    transition-property: background-color;
}
.button--outline.has-icon {
    padding-left: 50px;
}
.button--outline svg {
    position: absolute;
    top: -2px;
    left: 5px;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    overflow: hidden;
}
.button--outline svg path {
    fill: #fff;
}
.button--outline:focus,
.button--outline:hover {
    background-color: #fff;
    color: #000;
}
.button--outline:focus svg path,
.button--outline:hover svg path {
    fill: #000;
}
a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    text-overflow: ellipsis;
}
a:focus,
a:hover {
    text-decoration: underline;
}
.list,
.list--inline {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list > li,
.list--inline > li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list--inline > li {
    display: inline-block;
}

.rich-text ul {
	list-style-type: none;
}

.rich-text ol {
    counter-reset: ordered-list;
	list-style-type: none;
}
.rich-text ol li {
    padding: 0 0 0 40px;
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
    .rich-text ol li {
        padding: 0 0 0 80px;
    }
}
.rich-text ol li:before {
    counter-increment: ordered-list;
    content: counter(ordered-list);
    position: absolute;
    top: 0;
    left: 0;
    color: #ff473c;
    font-size: 3.6rem;
    line-height: 3.6rem;
    font-weight: 600;
}
@media screen and (min-width: 768px) {
    .rich-text ol li:before {
        left: 30px;
    }
}
.rich-text ol li p {
    margin-bottom: 20px;
}
.rich-text ul li {
    padding: 0 0 0 40px;
}
@media screen and (min-width: 768px) {
    .rich-text ul li {
        padding: 0 0 0 60px;
    }
}
.rich-text ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #ff473c;
}
@media screen and (min-width: 768px) {
    .rich-text ul li:before {
        top: 10px;
        left: 25px;
        width: 10px;
        height: 10px;
    }
}
.rich-text ul li p {
    margin-bottom: 20px;
}
.dots {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
    pointer-events: none;
    background-image: url("https://outflankstg.wpengine.com/wp-content/uploads/2022/03/dots-light.png");
}
.dots--dark {
    top: 1px;
    opacity: 0.3;
    background-image: url("https://outflankstg.wpengine.com/wp-content/uploads/2022/03/dots-dark.png");
}

.gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
    pointer-events: none;
    background-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.01) 70%);
}
.gradient--small {
    background-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.01) 30%);
}
.gradient--dark {
    background-image: linear-gradient(to bottom, #012b4f 0%, rgba(0, 0, 0, 0.01) 70%);
}
.header {
    /*position: fixed; fix issues related to Optinmonster positioning csa 9/3/24 */
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 80px;
    z-index: 1;
    padding: 10px 20px;
    line-height: 50px;
    color: #fff;
    transition: top 0.3s ease-out 0.4s, background-color 0.3s ease-out;
}
.header.scroll-up:not(.menu-active) {
    top: -83px !important;
    transition-delay: 0s;
}
.header.scrolled {
    background-color: #fff;
    color: #002a4e;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.header.scrolled .header__logo svg g {
    fill: #002a4e;
}
.header.scrolled .navigation__incident {
    display: none;
}
.header.scrolled .navigation__incident--mobile {
    display: inline-block;
}
.header.scrolled .burger-menu span {
    background-color: #002a4e;
}
.header__logo {
    display: inline-block;
    width: 160px;
    height: 60px;
    margin-right: 20px;
}
@media screen and (max-width: 1190px) {
    .menu-active .header__logo {
        position: absolute;
        z-index: 1;
    }
    .menu-active .header__logo svg g {
        fill: #002a4e !important;
    }
}
@media screen and (max-width: 1023px) {
    .header__logo {
        position: absolute;
    }
}
.header__logo svg {
    transition: fill 0.3s ease-out;
    max-width: 100%;
    max-height: 100%;
}
.header__logo svg g {
    fill: #fff;
}
.header__tagline {
    display: none;
}
@media screen and (min-width: 1299px) {
    .header__tagline {
        display: inline-block;
    }
}
.navigation {
    float: right;
    font-weight: 600;
    line-height: 60px;
}
.navigation .menu-item {
    display: inline-block !important;
    margin-left: 20px;
}
.navigation .menu-item a {
    position: relative;
}
.navigation .menu-item a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 20px;
    height: 2px;
    opacity: 0;
    border-radius: 1px;
    background-color: #fff;
    transform: translateX(-50%);
    transition: opacity 0.3s ease-out;
}
.scrolled .navigation .page_item a:after {
    background-color: #002a4e;
}
.navigation .menu-item a:focus,
.navigation .menu-item a:hover,
.navigation .menu-item.current_page_item a {
    text-decoration: none;
}
.navigation .menu-item a:focus:after,
.navigation .menu-item a:hover:after,
.navigation .menu-item.current_page_item a:after {
    opacity: 1;
}
.navigation .menu-item button {
    vertical-align: middle;
}
@media screen and (max-width: 1190px) {
    .navigation {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        padding-top: 100px;
        visibility: hidden;
        opacity: 0;
        background-color: #fff;
        transition: visibility 0s linear 0.3s, opacity 0.3s ease-out;
    }
    .menu-active .navigation {
        visibility: visible;
        opacity: 1;
        transition-delay: 0s;
    }
    .navigation .menu-item {
        display: block !important;
        margin-left: 0;
        color: #002a4e;
        text-align: center;
        font-size: 2rem;
    }
    .navigation .menu-item .navigation__language {
        border-color: #002a4e;
    }
}
.navigation__incident {
    display: none;
}
@media screen and (min-width: 1190px) {
    .navigation__incident {
        display: inline-block;
    }
}
@media screen and (min-width: 1190px) {
    .navigation__incident--mobile {
        display: none;
    }
}
.navigation__language {
    height: auto;
    line-height: 1.1;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}
.scrolled .navigation__language {
    border-color: #002a4e;
}
.burger-menu {
    position: absolute;
    display: inline-block;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
}
@media screen and (min-width: 1190px) {
    .burger-menu {
        display: none;
    }
}
.burger-menu span {
    position: absolute;
    display: block;
    left: 5px;
    width: 25px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    transition: transform 0.2s ease-out;
}
.burger-menu span:nth-child(1) {
    top: 12px;
}
.burger-menu span:nth-child(2) {
    top: 19px;
}
.burger-menu span:nth-child(3) {
    top: 26px;
}
.menu-active .burger-menu {
    z-index: 1;
}
.menu-active .burger-menu span {
    background-color: #002a4e;
}
.menu-active .burger-menu span:nth-child(1) {
    top: 19px;
    transform: rotate(45deg);
}
.menu-active .burger-menu span:nth-child(2) {
    top: 19px;
    opacity: 0;
}
.menu-active .burger-menu span:nth-child(3) {
    top: 19px;
    transform: rotate(-45deg);
}
.footer {
    color: #fff;
}
.footer__col {
    margin-bottom: 20px;
}
.footer__col li a,
.footer__col .textwidget a {
	display: inline-block;
	margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
    .footer__col {
        margin-bottom: 40px;
    }
}
.footer__logo {
    display: inline-block;
    width: 160px;
    height: 60px;
    margin-bottom: 20px;
}
.footer__logo svg {
    transition: fill 0.3s ease-out;
    max-width: 100%;
    max-height: 100%;
}
.footer__logo svg g {
    fill: #fff;
}
.footer__text {
    font-size: 1.8rem;
}
.footer__title {
    color: #fff;
    margin: 20px 0;
	font-weight: bold;
}
@media screen and (min-width: 1024px) {
    .footer__title {
        margin: 20px 0 37px;
    }
}
.big-header {
    position: relative;
    height: 80vh;
    padding: 20px;
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.big-header--bg-center {
    background-position: center bottom;
}

#post-59 + section .container--bg-light {
	background: #fff;
}

#post-59 + section .dots {
	display: none;
}

@media screen and (min-width: 768px) {
    .big-header {
        height: 52vh;
        background-position: center;
    }
}
.big-header__title {
    position: absolute;
    top: 25%;
    font-size: 3rem;
	line-height: 1.2;
    max-width: calc(100% - 40px);
}
.big-header__title_text{
    max-width: 550px;
    position: absolute;
    top: 60%;
    color: white;
}
@media screen and (min-width: 480px) {
    .big-header__title {
        font-size: 3rem;
    }
}
@media screen and (min-width: 768px) {
    .big-header__title {
        max-width: 550px;
        font-size: 4rem;
    }
}
@media screen and (min-width: 1024px) {
    .big-header__title {
        max-width: 550px;
        font-size: 5rem;
    }
}
.medium-header {
    position: relative;
    height: 250px;
    padding: 20px;
    background-color: #011629;
}
@media screen and (min-width: 768px) {
    .medium-header {
        height: 380px;
    }
}
.medium-header__title {
    position: absolute;
    bottom: 10%;
    font-size: 3rem;
    max-width: calc(100% - 40px);
}
@media screen and (min-width: 480px) {
    .medium-header__title {
        font-size: 3rem;
    }
}
@media screen and (min-width: 768px) {
    .medium-header__title {
        max-width: 550px;
        font-size: 4rem;
    }
}
@media screen and (min-width: 1024px) {
    .medium-header__title {
        right: 5%;
        max-width: 550px;
        font-size: 5rem;
    }
}
.content-block {
    height: 100%;
    padding: 20px;
    background-color: #e3e9ef;
    border-radius: 5px;
}

.col-l-4.col-l-offset-1 .content-block {
	padding: 35px 35px 15px 35px;
	margin-top: 50px;
}

.col-l-4.col-l-offset-1 .content-block  p {
	text-align: left;
}

.col-l-4.col-l-offset-1 .content-block h3 {
	margin-top: 0;	
}

.content-block__header {
    min-height: 80px;
}
.content-block__body {
    min-height: 100px;
}
.content-block__footer {
    min-height: 40px;
}
.content-block--recent ul {
	list-style-type: none;
    margin-top: 20px;
	font-size: 1.6rem;
}
.content-block--recent li {
    padding: 20px 0;
    border-top: 1px solid #fff;
    font-weight: 600;
}
.content-block--recent li:last-child {
    border-bottom: 1px solid #fff;
}
.content-block--recent li a {
    display: block;
}
.content-block--recent li a span::after {
    position: absolute;
    content: "»";
    display: inline;
    margin-left: 5px;
    text-decoration: none;
}
.content-block--recent li:hover a {
    text-decoration: none;
}
.content-block--recent li:hover span {
    text-decoration: underline;
}
.content-block--recent span {
    display: block;
    margin-top: 10px;
    font-weight: 400;
    font-style: italic;
}
.content-block--cta {
    padding: 40px 20px;
    text-align: center;
}
@media screen and (min-width: 1024px) {
    .content-block--cta {
        padding: 40px;
    }
}
.content-block--cta svg,
.content-block--cta img {
    max-width: 100%;
    height: 100px;
}
.content-block--cta .content-block__title {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 2.1rem;
	min-height: 60px;
}
.content-block--cta .content-block__text {
    margin-bottom: 20px;
    color: #000;
}
.content-block--person {
    display: block;
    text-align: center;
    padding: 40px 20px;
}
.content-block--person:hover {
    text-decoration: none;
}
.content-block--person:hover .content-block__image--hover {
    opacity: 1;
    transition-delay: 0.1s;
}
@media screen and (min-width: 1024px) {
    .content-block--person {
        padding: 40px 20px;
    }
}
.content-block--person .content-block__title {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 2.6rem;
}
.content-block--person .content-block__image--hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.2s ease-out;
}
.content-block__avatar {
    display: inline-block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    transform: translate(0, 0);
}
.content-block--quote {
    text-align: left;
    padding: 40px 20px;
}
@media screen and (min-width: 768px) {
    .content-block--quote {
        padding: 40px 40px;
    }
}
@media screen and (min-width: 1024px) {
    .content-block--quote {
        padding: 60px 40px;
    }
}
.content-block--quote .content-block__blockquote {
    margin-bottom: 20px;
    color: #000;
    font-weight: 400;
    font-style: italic;
    font-size: 2rem;
}
.content-block--experience ul {
    margin: 20px 0 10px;
}
.content-block--experience .content-block__list-item {
    padding: 20px 0;
    border-bottom: 1px solid #fff;
    font-weight: 600;
}
.content-block--experience .content-block__list-item:first-child {
    border-top: 1px solid #fff;
}
.content-block--experience .content-block__list-item span {
    display: block;
}
.content-block--experience .content-block__company {
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
}
.content-block--experience .content-block__period {
    display: block;
    font-weight: 400;
    font-style: italic;
}
.content-block--experience a {
    font-style: italic;
}
.block-collection {
    margin-top: -60px;
    padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
    .block-collection {
        margin-top: -80px;
    }
}
@media screen and (min-width: 1024px) {
    .block-collection {
        margin-top: -120px;
    }
}
.block-collection__item {
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
    .block-collection__item {
        max-width: calc(50% - 10px);
        margin-bottom: 20px;
        margin-right: 0;
    }
    .block-collection__item:nth-child(odd) {
        margin-right: 20px;
    }
}
@media screen and (min-width: 1024px) {
    .block-collection__item {
        max-width: calc(33% - 13px);
        margin-bottom: 20px;
        margin-right: 20px;
    }
    .block-collection__item:nth-child(3n + 3) {
        margin-right: 0;
    }
}
.block-collection__item--two-by-two {
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
    .block-collection__item--two-by-two {
        max-width: calc(50% - 10px);
        margin-bottom: 20px;
        margin-right: 0;
    }
    .block-collection__item--two-by-two:nth-child(odd) {
        margin-right: 20px;
    }
}
.incident-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s ease-out;
}
.incident-overlay.overlay-active {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}
.incident-overlay__close {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.incident-overlay__close span {
    position: absolute;
    display: block;
    top: 19px;
    left: 5px;
    width: 25px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
}
.incident-overlay__close span:nth-child(1) {
    transform: rotate(45deg);
}
.incident-overlay__close span:nth-child(2) {
    transform: rotate(-45deg);
}
.incident-overlay__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    background: #000;
}
.incident-overlay__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 600px;
    padding: 20px;
    text-align: center;
}
.incident-overlay__content h2,
.incident-overlay__content p,
.incident-overlay__content a {
    margin-bottom: 20px;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .incident-overlay__content h2 {
        font-size: 2.5rem;
    }
}
.incident-overlay__content p {
    max-width: 320px;
    margin: 0 auto;
}
.incident-overlay__content p a {
    text-decoration: underline;
}

/* fix issues related to featured images on blog pages csa 7/11/24  */
body.blog img.wp-post-image {
    width: 100%;
    height: auto;
}

/* fix issues related to featured image positioning mobile front page and other pages csa 7/11/24 */
@media screen and (max-width: 715px) {
  .big-header {
      background-position: right bottom;
  }
}

/* fix issues related to optinmonster banner csa 9/3/24 */
@media screen and (max-width: 1190px) {
   #mega-menu-wrap-main-menu {
      margin-top: 50px;
}
