/* Headers */
h1.at_block_heading {
    font-size: 3em;
    margin-top: 0;
    margin-bottom: 0.25em;
    text-transform: uppercase;
	line-height:1.2em !important;
}

h2.at_block_heading {
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 0.25em;
    text-transform: uppercase;
}

h3.at_block_heading {
    font-size: 1.618em;
}

.articleType p {
    margin: 0 0 1.41575em;
}

.article .articleContent .at_article_button {
    display: inline-flex;
    padding: 1rem 2rem;
    background-color: #0071ce;
    color: #ffffff;
    text-transform: uppercase;
}

.article .articleContent .at_article_button:hover {
    background-color: #005aa7;
    color: #ffffff;
}

@media (min-width: 1200px) {
    h2.at_block_heading {
        font-size: 3.125em;
    }
}

.cp-article-headline {
    visibility: hidden;
}

/* Sections*/
.at_section_block {
    padding: 30px 0;
}

.grid-two-cols {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5em;
}

.grid-two-cols.img-right .at_img_col {
    order: 2;
}

@media screen and (min-width: 768px) {
    .grid-two-cols {
        grid-template-columns: 1fr 1fr;
        gap: 3em;
    }

    .grid-two-cols .at_text_col {
        order: 2;
    }

    .grid-two-cols .at_img_col {
        order: 1;
    }
}

.at_section_block .three-cols {
    grid-template-columns: repeat(3, 1fr);
}

.at_section_block .at_img_col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Article specific styles*/
.articleType .container {
    border-bottom: none;
}

.articleType .pageCrumbs {
    display: none;
}

.alignfull {
    display: flex;
    align-items: center;
    padding: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000%;
    position: relative;
}
.alignfull>img,
.alignfull .cta-wrapper:first-of-type>img {
    border: none;
    bottom: 0;
    box-shadow: none;
    height: inherit !important;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    object-fit: cover;
    outline: none;
    padding-bottom: 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.article_img_content {
    z-index: 1;
}

.alignfull h1,
.alignfull h2,
.alignfull h3,
.alignfull h4,
.alignfull h5,
.alignfull h6 {
    margin: 0 0 .5407911001em;
}

.alignfull .container {
    padding-left: 1.41575em;
    padding-right: 1.41575em;
}

.alignfull .container p {
    max-width: 630px;
    margin: 0 0 1.41575em;
}

.alignfull .container h3 {
    font-size: 2.617924em;
    margin-bottom: .3342343017em;
}

.alignfull .container h4 {
    font-size: 1.41575em;
}

.alignfull .container mark {
    padding: 0;
}

.alignfull .container h2 {
    font-size: 2em;
    line-height: 1.214;
    letter-spacing: -1px;
}

@media screen and (min-width: 900px) {
    .alignfull .container h2 {
        font-size: 3em;
    }
}

@media screen and (min-width: 1200px) {
    .alignfull .container h2 {
        font-size: 5.5em;
    }
}

.alignfull .container .at_banner_button {
    font-weight: normal;
    display: inline-flex;
    border-radius: 9999px;
    background-color: var(--main-button-primary-color);
    border-width: 0;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-decoration: none !important;
    margin-top: 24px;
}

.alignfull .container .at_banner_button:hover {
    background-color: var(--main-button-primary-color-hover);
    border: none;
    outline: none;
    color: #ffffff;
}

.has-background-dim::before {
    content: "";
    bottom: 0;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    background: #000000;
    top: 0;
    z-index: 1;
}

.has-background-dim-white::before {
    content: "";
    bottom: 0;
    left: 0;
    opacity: .7;
    position: absolute;
    right: 0;
    background: #ffffff;
    top: 0;
    z-index: 1;
}

.embed_wrapper {
    position: relative;
    width: 100%;
}

.embed_wrapper::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.embed_wrapper iframe,
.alignfull .cta-wrapper {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
}

em {
    font-style: italic !important;
}

.has-medium-font-size {
    font-size: 23px;
}

cite {
    font-weight: 700;
}

address, caption, cite, code, dfn, em, strong, th, var, b, i {
    font-style: inherit;
}

.space-vertical-25 {
    height: 25px;
}

.space-vertical-50 {
    height: 50px;
}

.space-vertical-75 {
    height: 75px;
}

.space-vertical-100 {
    height: 100px;
}

.has-background-dim-red::before {
    content: "";
    bottom: 0;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    background: #ff3c00;
    top: 0;
    z-index: 1;
}

.at_section_block blockquote {
	padding: 0 1em;
    border-left: 3px solid rgba(0, 0, 0, .05);
    font-style: italic;
    margin: 0 2em;
}






