/*
 * Theme Name: Atlas Portal
 * Theme URI: https://www.321webmarketing.com/
 * Author: 321 Web Marketing
 * Author URI: https://www.321webmarketing.com/
 * Description: 321 inspired theme for the Genesis Framework.
 * Version: 1.0.01
 * License: GPL-3.0-or-later
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 * Text Domain: atlas-portal
 * Domain Path: /languages
 * Template: genesis
 */

@charset 'UTF-8';

/* # Table of Contents

- Elements
- Structural
- Accessibility
- Header
- Footer
- Utility
- Blocks
- Custom CSS

*/

/* ## Elements
--------------------------------------------- */

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    max-width: 100vw;
	font-size: 62.5%;
	overflow-x: hidden;
}

body {
    background-color: #ffffff;
    max-width: 100vw;
    color: #000;
    font-family: 'DM Sans', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.618;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
    margin: 0;
    overflow-x: visible;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
	display: block;
}

pre {
	font-family: monospace, monospace;
	font-size: 1.8rem;
}

*::-moz-selection {
	background-color: #393e4b;
	color: #ffffff;
}

*::selection {
	background-color: #393e4b;
	color: #ffffff;
}

h1 {
	font-size: 4.5rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 3rem;
}

h2 {
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.3;
    margin: 6rem 0 3rem;
}

h3 {
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1.4;
    margin: 6rem 0 3rem;
}

h4 {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.5;
    margin: 6rem 0 3rem;
}

h5 {
	font-size: 2.2rem;
	font-weight: 300;
	line-height: 1.4;
    margin: 6rem 0 3rem;
}

h6 {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.5;
    margin: 6rem 0 3rem;
	text-transform: uppercase;
}

p {
	margin: 0 0 3rem;
	padding: 0;
}

p:last-child {
	margin: 0;
}

a {
	color: #000;
	word-wrap: break-word;
	pointer-events: all;
	cursor: pointer;
	text-decoration: none;
	transition: 0.25s ease-in-out all
}

a:hover,
a:focus {
	color: #555;
}

button,
a.button,
input[type='submit'] {
	background-color: #000;
	margin-top: 1rem;
	border: 0;
	border-radius: 0.3rem;
	color: #ffffff;
	cursor: pointer;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600;
	padding: 1.1em 2.4em;
	text-decoration: none;
	display: inline-block;
	width: auto;
	height: auto;
	line-height: 1;
	box-shadow: 0 1rem 2rem -0.5rem rgba(57, 62, 75, 0.2);
	transition: 0.25s ease-in-out all;
}

button:hover,
button:focus,
a.button:hover,
a.button:focus,
input[type='submit']:hover,
input[type='submit']:focus {
	background-color: #222;
	color: #ffffff;
	box-shadow: 0 1rem 2rem -0.5rem rgba(57, 62, 75, 0.2);
}

button.white,
a.button.white {
	background-color: #ffffff;
	color: var(--mfe-green);
}

button.outline,
a.button.outline {
	border: 1px solid #049948;
	background: transparent;
	color: #049948;
	box-shadow: 0 1rem 2rem -0.5rem rgba(57, 62, 75, 0.1);
}

button.outline:hover,
button.outline:focus,
a.button.outline:hover,
a.button.outline:focus {
	background: #049948;
	color: #fff;
}

button.large,
a.button.large {
	font-size: 18px;
	font-size: 1.8rem;
}

ol,
ul {
	margin: 0 0 4rem 4rem;
	padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin: 0 0 0 4rem;
	padding: 0;
}

ul li {
	list-style-type: disc;
}

li li {
	list-style-type: circle;
}

ol li {
	list-style-type: decimal;
}

ol li li {
	list-style-type: lower-alpha;
}


hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #f0f1f2;
	clear: both;
	padding: 1em 0 0;
	margin: 0 0 2em;
}

b,
strong {
	font-weight: 600;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.5rem;
}

sup {
	top: -1rem;
}

img {
	display: block;
	max-width: 100%;
}

*:first-child {
	margin-top: 0;
	padding-top: 0;
}

*:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}



/* ## Accessibility
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut,
.wp-custom-logo .site-title,
.wp-custom-logo .site-description {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 0.1rem;
	width: 0.1rem;
	background-color: #fff !important;
	color: #000 !important;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	padding: 10px 20px;
	padding: 1rem 2rem;
	z-index: 100000;
	text-decoration: none;
	box-shadow: 0 0 0.2rem 0.2rem rgba(57, 62, 75, 0.1);
}

.more-link {
	position: relative;
	font-style: normal;
}

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}



/* Start Theme CSS */

body {
	--wrap-width: 96%;
	--wrap-max-width: 1600px;
	--atlas-primary-blue: #0072bc;
	--atlas-dark-blue: #154b7d;
	--atlas-border-radius: 1.2rem;
    --atlas-scrollbar-track-color: #f9f9f9;
    --atlas-scrollbar-thumb-color: #67add9;
}

.site-header {
	background-color: #fff;
    position: sticky;
	display: flex;
    width: 100%;
	height: 100px;
    top: 0;
    left: 0;
	padding: 1.5rem 0;
	box-sizing: border-box;
	box-shadow: 0px 4px 48.1px 0px #0000001A;
	z-index: 100;
}

.logged-in.admin-bar .site-header {
	top: 32px;
}

@media (max-width: 782px) {
	.logged-in.admin-bar .site-header {
		top: 46px;
	}
}

@media (max-width: 600px) {
	.logged-in.admin-bar .site-header {
		top: 0;
	}
}

.site-header > .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8rem;
    width: var(--wrap-width);
    max-width: var(--wrap-max-width);
    margin: 0 auto;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.header-left .title-area a {
	display: flex;
    overflow: hidden;
}

.header-left .title-area a img {
	object-fit: contain;
	object-position: left center;
	width: auto;
	max-width: 250px;
    height: 70px;
    max-height: 70px;
}

.site-inner {
	height: calc(100vh - 100px);
	overflow: hidden;
}

.logged-in.admin-bar .site-inner {
	height: calc(100vh - 100px - 32px);
}

@media (max-width: 782px) {
	.logged-in.admin-bar .site-inner {
		height: calc(100vh - 100px - 46px);
	}
}

@media (max-width: 600px) {
	.logged-in.admin-bar .site-inner {
		height: calc(100vh - 100px);
	}
}

.content-sidebar-wrap {
	display: grid;
    grid-template-columns: 270px 1fr;
    height: 100%;
	transition: 0.5s ease-in-out grid-template-columns;
}

body.collapsed .content-sidebar-wrap {
    grid-template-columns: 88px 1fr;
}

.sidebar {
    order: -1;
    background-color: #025dd2;
	position: relative;
}

.sidebar:before {
	content: '';
    background-color: #025dd2;
	position: absolute;
	display: none;
	width: 2vw;
	height: 100%;
	top: 0;
	left: -2vw;
}

.nav-primary {
    height: 100%;
    padding: min(3rem, 4.2vh) 2rem;
}

@media (min-width: calc(1600px / 0.96)) {
	.content-sidebar-wrap {
		width: var(--wrap-width);
		max-width: var(--wrap-max-width);
		margin: 0 auto;
	}

	.sidebar:before {
		display: block;
		width: calc(50vw - (var(--wrap-max-width) / 2));
		left: calc(-50vw + (var(--wrap-max-width) / 2));
	}
}

.nav-primary ul {
    display: flex;
    flex-direction: column;
 	gap: min(1.1rem, 1.6vh);
    margin: 0;
}

.nav-primary ul li {
    list-style-type: none;
    border-radius: 1rem;
    overflow: hidden;
	transition: 0.25s ease-in-out all;
}

.nav-primary ul li .menu-icon-item {
    display: flex;
    align-items: center;
}

.nav-primary ul li a {
	background-color: transparent;
	display: flex;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
	line-height: 1.2;
	padding: min(1.2rem, 1.7vh) 1.2rem;
	transition: 0.25s ease-in-out background-color;
}

.nav-primary ul li.current-menu-item a {
    background-color: rgba(255, 255, 255, 0.25);
	font-weight: 600;
	pointer-events: none;
}

.nav-primary ul li:not(.current-menu-item) a:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.nav-primary ul li .menu-icon-item--icon,
.nav-primary ul li .menu-icon-item--icon img,
.nav-primary ul li .menu-icon-item--icon i,
.nav-primary ul li .menu-icon-item--icon svg {
    object-fit: contain;
	display: flex;
    width: 1.6rem;
    height: 1.6rem;
	transition: 0.5s ease-in-out width, 0.5s ease-in-out height;
}

body.collapsed .nav-primary ul li .menu-icon-item--icon,
body.collapsed .nav-primary ul li .menu-icon-item--icon img,
body.collapsed .nav-primary ul li .menu-icon-item--icon i,
body.collapsed .nav-primary ul li .menu-icon-item--icon svg {
    width: 2.4rem;
    height: 2.4rem;
}

.nav-primary ul li .menu-icon-item--text {
	padding-left: 1rem;
	overflow: hidden;
	white-space: nowrap;
	transition: 0.5s ease-in-out max-width;
}

.sidebar-menu-toggle button {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: var(--atlas-primary-blue);
    padding: 0.5rem;
	border: 2px solid;
    border-radius: 1rem;
    box-shadow: none;
    box-sizing: border-box;
}

.sidebar-menu-toggle button svg {
    display: flex;
    width: 16px;
    height: 16px;
}

body.collapsed .sidebar-menu-toggle button svg {
	transform: rotateY(180deg);
}

.header-right {
    display: flex;
    align-items: center;
    gap: 4rem;
}

.actions-section {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.action {
    position: initial;
}

.action-icon {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 0.8rem;
    pointer-events: all;
    cursor: pointer;
    overflow: hidden;
    transition: 0.25s ease-in-out all;
}

.action:hover .action-icon {
    background-color: #ececec;
}

.action i,
.action svg {
    width: 2.2rem;
    height: 2.2rem;
    color: #000;
}

.action-dropdown,
.profile-section--dropdown {
    background-color: #fff;
    position: absolute;
    display: flex;
    min-width: 300px;
    max-width: 300px;
    height: 400px;
    max-height: calc(80vh - 100px);
    top: calc(100% + 3rem);
    left: auto;
    right: -9999px;
    clip-path: inset(0 -5rem -5rem -5rem);
    border-top: 1px solid #ececec;
    border-radius: var(--atlas-border-radius);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0px 4px 48.1px 0px #0000001A;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
    transition: 0.25s ease-in-out opacity, 0s 0.25s ease-in-out right;
}

.profile-section--dropdown {
    height: auto;
    top: calc(100% + 2.5rem);
}

.action.show > .action-dropdown,
.profile-section.show > .profile-section--dropdown {
    right: 0;
    opacity: 1;
    pointer-events: all;
    transition: 0.25s ease-in-out opacity, 0s ease-in-out right;
}

.action-dropdown--inner {
    width: 100%;
    padding: 2rem;
    overflow-y: scroll;
}

.action-dropdown--inner::-webkit-scrollbar {
    -webkit-appearance: none;
    appearance: none;
    width: 6px;
}

.action-dropdown--inner::-webkit-scrollbar-track {
    background-color: var(--atlas-scrollbar-track-color);
}

.action-dropdown--inner::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: var(--atlas-scrollbar-thumb-color);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

.header-resources {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.header-resources--group {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.header-resources--group .header-resources-heading p {
    color: var(--atlas-dark-blue);
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0;
}

.header-resources-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 0;
}

.header-resources--group[data-group="featured"] .header-resources-list {
    display: grid;
    grid-template-columns: repeat(3, calc((100% - 4rem) / 3));
    gap: 2rem;
    margin: 0;
}

.header-resource {
    list-style-type: none;
    display: flex;
}

.header-resource--link {
    position: relative;
    display: flex;
    flex-direction: column;
}

.header-resource--logo {
    display: flex;
    border-radius: var(--atlas-border-radius);
    overflow: hidden;
}

.header-resource--logo img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.header-resource--label {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.header-resources--group[data-group="featured"] .header-resource--label {
    background-color: #555;
    position: absolute;
    width: max-content;
    max-width: calc(100% + 2rem);
    height: auto;
    top: auto;
    bottom: calc(100% + 0.5rem);
    left: -9999px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 0.5rem 0.7rem;
    border-radius: 6px;
    box-sizing: border-box;
    pointer-events: none;
    opacity: 0;
    text-align: center;
    transform: translateX(-50%);
    transition: 0.25s ease-in-out opacity, 0s 0.25s ease-in-out left;
    z-index: 9;
}

.header-resources--group[data-group="featured"] .header-resource--label:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.header-resources--group[data-group="featured"] .header-resource--link:hover .header-resource--label {
    left: 50%;
    opacity: 1;
    transition: 0.25s ease-in-out opacity, 0s ease-in-out left;
}

.profile-section {
    position: relative;
    display: grid;
    grid-template-columns: 50px 1fr 16px;
	gap: 1.5rem;
    pointer-events: all;
    cursor: pointer;
}

.profile-section--headshot {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.profile-section--headshot img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.char-circle {
    background-color: #eaeaea;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.char-circle p {
    font-weight: 600;
}

.profile-section--user {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.25rem;
}

.profile-section--user-name p {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.8rem;
    font-weight: 700;
}

.profile-section--user-name p span {
    display: flex;
}

.profile-section--user-name i,
.profile-section--user-name svg {
	color: #025dd2;
	width: 1.8rem;
	height: 1.8rem;
}

.profile-section--user-status p {
	display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #676767;
    font-size: 1.4rem;
	font-weight: 500;
    line-height: 1;
}

.profile-section--user-status p span {
    display: flex;
}

.profile-section--user-status i,
.profile-section--user-status svg {
	color: #0cc10c;
    width: 8px;
    height: 8px;
}

.profile-section--icon {
    display: flex;
    align-items: center;
}

.profile-section--icon svg {
    color: #9797a3;
    width: 16px;
    height: 16px;
    transition: 0.25s ease-in-out all;
}

.profile-section.show > .profile-section--icon svg {
    transform: rotate(-180deg);
}

.profile-section--dropdown {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-width: 200px;
    width: 100%;
    height: auto;
    top: calc(100% + 2.5rem);
    padding: 1rem;
    box-sizing: border-box;
}

.profile-section--dropdown-item a {
    grid-template-columns: 1.6rem 1fr;
    display: grid;
    align-items: center;
    gap: 1.25rem;
    width: 100%;
    color: unset !important;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 0.75rem 1.25rem;
    border-radius: 0.8rem;
    box-sizing: border-box;
    overflow: hidden;
}

.profile-section--dropdown-item a:hover {
    background-color: #efefef;
}

.user-notifications-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.user-notifications--heading p {
    color: var(--atlas-dark-blue);
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0;
}

.user-notifications--list .no-notifications p {
    font-size: 1.8rem;
    line-height: 1.4;
}

.action-dropdown .search-bar {
    background-color: #fff;
    position: sticky;
    top: -2rem;
    left: 0;
    margin: -2rem -2rem 2rem;
    padding: 2rem;
    border-bottom: 1px solid #dbdbdb;
}

.search-bar form {
    display: flex;
    border: 1.5px solid #dbdbdb;
    border-radius: 0.8rem;
    overflow: hidden;
    transition: 0.25s ease-in-out all;
}

.search-bar form.focused {
    border-color: var(--atlas-primary-blue);
}

.search-bar form input[type="text"] {
    flex: 1 auto;
    font-size: 1.4rem;
    padding: 1.1rem 1rem;
    border: none;
    outline: none;
}

.search-bar form button[type="submit"] {
    background-color: #dbdbdb;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.search-bar form button[type="submit"] svg {
    width: 1.7rem;
    height: 1.7rem;
    font-size: 1.7rem;
}

.search-bar-results {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.search-bar-results--section-header p {
    color: #676767;
    font-size: 1.5rem;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    word-spacing: 0.6px;
}

.search-bar-results--section-items ul {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin: 2.5rem 0 0;
}

.search-bar-results--section-items ul li {
    list-style-type: none;
}

.search-bar-results--section-items ul li a {
    display: grid;
    grid-template-columns: 2rem 1fr;
    gap: 1rem;
    width: fit-content;
    font-size: 1.4rem;
    line-height: 2rem;
}

.search-bar-results--section-items ul li a span {
    display: flex;
}

.search-bar-results--section-items ul li a i,
.search-bar-results--section-items ul li a svg {
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
}

.search-bar-results .profile-section--headshot {
    width: 40px;
    height: 40px;
}

.search-bar-results--section[data-section="team-member"] .search-bar-results--section-items ul li a {
    grid-template-columns: 4rem 1fr;
    align-items: center;
}

.search-bar-results .no-results p {
    font-size: 1.8rem;
    line-height: 1.4;
}

/* Front Page */

.content {
    padding: min(3rem, 4.2vh) 2rem 6rem;
	overflow-y: scroll;
}

.page:not(.full-width-page) .content,
.wiki-single-page .content {
	display: grid;
    grid-template-columns: 70% 1fr;
    gap: 2rem;
    box-sizing: border-box;
}

.entry-header h1,
.entry-header h2 {
	color: #333;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.4;
}

.home .entry-header h1,
.home .entry-header h2 {
	color: var(--atlas-dark-blue);
}

.entry-content > .wp-block-genesis-blocks-gb-columns {
    padding: 4rem 0 0;
}

.entry-content > .wp-block-genesis-blocks-gb-columns:first-child {
    padding: 2rem 0 0;
}

.entry-content > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
    row-gap: 4rem;
    column-gap: 1.2rem;
}

.entry-content > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    height: 100%;
    border-radius: var(--atlas-border-radius);
    overflow: hidden;
}

.entry-content > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column.has-moving-copy > .gb-block-layout-column-inner {
    overflow: visible;
}

.social-media-block {
    position: relative;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 350px;
    z-index: 1;
}

.social-media-block:before {
	content: '';
	background-image: linear-gradient(0deg, rgba(25, 25, 25, 0.84) 0%, rgba(0, 0, 0, 0.15) 67.43%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.social-media-block--collage {
    position: absolute;
    display: grid;
    grid-template-rows: repeat(2, 50%);
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	transition: 0.7s cubic-bezier(0.23, 0.14, 0.19, 1) transform;
    z-index: -1;
}

.social-media-block:hover .social-media-block--collage {
	transform: scale(1.1);
}

.social-media-block--collage-image {
    display: flex;
    width: 100%;
    height: 100%;
}

.social-media-block--collage-image.one {
    grid-row: 1 / span 2;
    grid-column: 1;
}

.social-media-block--collage-image.two {
    grid-row: 1;
    grid-column: 2;
}

.social-media-block--collage-image.three {
    grid-row: 2;
    grid-column: 2;
}

.social-media-block--collage-image.four {
    grid-row: 1 / span 2;
    grid-column: 3;
}

.social-media-block--collage-image img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.social-media-block--content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
	row-gap: 2rem;
    column-gap: 1rem;
    padding: 3rem;
    z-index: 2;
}

.social-media-block--content-logo {
	flex: 1 1 40px;
    display: flex;
    width: 4rem;
    height: 4rem;
    border: 2px solid #fff;
    border-radius: 50%;
	box-sizing: border-box;
    overflow: hidden;
}

.social-media-block--content-logo img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.social-media-block--content-copy {
    flex: 1 1 calc(100% - 1rem - 40px);
}

.social-media-block--content-copy .title {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.17);
}

.social-media-block--content-copy .tagline {
    color: #e9ecf3;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.17);
}

h3.wp-block-heading {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--atlas-dark-blue);
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 0 0 2rem;
}

.entry-content .button {
    background-color: var(--atlas-primary-blue);
    display: flex;
    align-items: center;
    gap: 1.2rem;
    width: fit-content;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    padding: 0.8rem 1.5rem;
    border: 1px solid transparent;
    border-radius: var(--atlas-border-radius);
    box-shadow: none;
    transition: 0.25s ease-in-out all;
}

.entry-content .button.light {
    background-color: #179bee;
    border-color: #77c1f1;
}

.entry-content .button:hover {
    background-color: #0d8ee1;
}

.entry-content .button.white {
    background-color: #fff;
    color: #000;
    border-color: #fff;
}

.entry-content .button.white:hover {
    background-color: #ececec;
    border-color: #ececec;
}

.entry-content .button.outlined {
    background-color: transparent;
    border-color: #fff;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.17);
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.17);
}

.entry-content .button.outlined:hover {
    background-color: rgba(255, 255, 255, 0.12);
}

.dashboard-right {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    margin: 4.8rem 0 0;
}

.sidebar-module {
    display: flex;
    flex-direction: column;
    gap: 2rem;
	overflow: hidden;
}

.sidebar-module--heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 0 0 0.25rem;
    border-bottom: 1px solid #e5e5e5;
}

.sidebar-module--heading h3 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--atlas-dark-blue);
    font-size: 1.6rem;
    line-height: 1.4;
    margin: 0;
}

.sidebar-module--heading i,
.sidebar-module--heading svg {
    display: flex;
    color: var(--atlas-primary-blue);
    width: 1.6rem;
    height: 1.6rem;
}

.sidebar-module--body {
    position: relative;
}

.featured-links {
    display: flex;
    gap: 1rem;
    max-width: calc(100vw - 270px - ((100vw - 270px) * 0.7) - 3rem - 2px);
    padding: 1.2rem 0 2rem;
    transition: 0.5s ease-in-out max-width;
    overflow-x: scroll;
}

body.collapsed .featured-links {
    max-width: calc(100vw - 88px - ((100vw - 88px) * 0.7) - 3rem - 2px);
}

@media (min-width: calc(1600px / 0.96)) {
	.featured-links {
    	max-width: calc(1330px - ((1330px) * 0.7) - 3rem - 2px);
	}

    body.collapsed .featured-links {
    	max-width: calc(1512px - ((1512px) * 0.7) - 3rem - 2px);
	}
}

.featured-links::-webkit-scrollbar {
	-webkit-appearance: none;
	appearance: none;
	height: 0.5rem;
}

.featured-links::-webkit-scrollbar-track {
    background-color: var(--atlas-scrollbar-track-color);
	border-radius: 0.5rem;
}

.featured-links::-webkit-scrollbar-thumb {
    background-color: var(--atlas-scrollbar-thumb-color);
	border-radius: 0.5rem;
}

.featured-link--inner a {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: var(--atlas-border-radius);
	overflow: hidden;
}

.featured-link--inner a img {
    object-fit: contain;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.featured-link--tooltip {
    position: absolute;
    display: block;
	top: -1rem;
    bottom: auto;
    left: -9999px;
    color: #000;
    font-size: min(1.2rem, 0.9vw);
	line-height: 1;
    text-align: center;
    border-radius: 6px;
    pointer-events: none;
    opacity: 0;
	white-space: nowrap;
    transition: 0.25s ease-in-out opacity, 0s 0.25s ease-in-out left;
    z-index: 1;
}

.featured-link:hover .featured-link--tooltip {
    left: 0;
	pointer-events: all;
	opacity: 1;
	transition: 0.25s ease-in-out opacity, 0s ease-in-out left;
}

.engagement-boxes {
    display: grid;
	grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
    height: 100%;
}

.engagement-box--link {
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
	min-height: 200px;
    height: 100%;
	padding: 1.5rem;
    box-sizing: border-box;
	border-radius: var(--atlas-border-radius);
    overflow: hidden;
	z-index: 1;
}

.engagement-box--image {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
}

.engagement-box--image img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    transition: 0.7s cubic-bezier(0.23, 0.14, 0.19, 1) transform;
}

.engagement-box--link:hover .engagement-box--image img {
    transform: scale(1.2);
}

.engagement-box--link:before {
    content: '';
    background-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.37) 60%, rgba(0, 0, 0, 0.85) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.engagement-box--heading {
    position: relative;
    z-index: 3;
}

.engagement-box--heading p {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.2;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.17);
}

.social-media-cta {
    background-image: linear-gradient(278.69deg, #252bb1 2.37%, #269dea 98.93%);
    display: grid;
    align-items: flex-end;
    grid-template-columns: 1fr 50%;
    gap: 4rem;
    padding: 4rem 4rem 0;
}

.social-media-cta--content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 6rem 0 8rem;
    box-sizing: border-box;
}

.social-media-cta--content p.heading {
    color: #fff;
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 1.4;
    margin: 0 0 2rem;
}

.social-media-cta--content p.description {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.4;
}

.gallery-section--inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
}

.gallery-section {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.gallery-section--item {
    display: flex;
    border-radius: var(--atlas-border-radius);
    overflow: hidden;
}

.gallery-section--item img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.newsletter-callout {
    background-color: var(--atlas-dark-blue);
    position: relative;
    display: flex;
    padding: 15rem 3rem;
    z-index: 1;
}

.newsletter-callout--background {
    background-size: 500px;
    background-repeat: repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: blur(8px);
    opacity: 0.22;
    z-index: 2;
}

.newsletter-callout--content {
    position: relative;
    max-width: 50%;
    z-index: 4;
}

.newsletter-callout--content-heading p {
    color: #fff;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 3rem;
}

.newsletter-callout--image {
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 3;
}

.newsletter-callout--image img {
    max-width: 65%;
    max-height: 420px;
    transform: translate(-3rem, 2rem);
}

.safety-cta {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 450px;
    padding: 4rem;
    box-sizing: border-box;
    z-index: 1;
}

.safety-cta:before {
    content: '';
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.2;
    z-index: 2;
}

.safety-cta--background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.safety-cta--background img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.safety-cta--content {
    position: relative;
    z-index: 3;
}

.safety-cta--content p.heading {
    color: #fff;
    font-weight: 600;
    font-size: 4.8rem;
    line-height: 1.17;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.17);
}

.safety-cta--content a.button {
    padding: 1.2rem 2.8rem;
}

.birthday-list,
.new-hire-list,
.manager-list,
.direct-report-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.manager-list {
    gap: 0.75rem;
}

.direct-report-list {
    gap: 3rem;
}

.birthday-list--item-link,
.new-hire-list--item-link,
.manager-list--item-link,
.direct-report-list--item-link {
    display: grid;
    grid-template-columns: 44px 1fr 20px;
    gap: 1rem;
}

.manager-list--item-link,
.direct-report-list--item-link {
    grid-template-columns: 50px 1fr;
    gap: 1.5rem;
}

.birthday-list--item-headshot,
.new-hire-list--item-headshot,
.manager-list--item-headshot,
.direct-report-list--item-headshot {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
}

.manager-list--item-headshot,
.direct-report-list--item-headshot {
    width: 50px;
    height: 50px;
}

.birthday-list--item-headshot img,
.new-hire-list--item-headshot img,
.manager-list--item-headshot img,
.direct-report-list--item-headshot img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.birthday-list--item-headshot .char-circle p,
.new-hire-list--item-headshot .char-circle p {
    font-size: 1.6rem;
}

.manager-list--item-headshot .char-circle p,
.direct-report-list--item-headshot .char-circle p {
    font-size: 1.8rem;
}

.birthday-list--item-info,
.new-hire-list--item-info,
.manager-list--item-info,
.direct-report-list--item-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
}

.manager-list--item-info,
.direct-report-list--item-info {
    max-width: 100%;
    gap: 0.75rem;
    overflow: hidden;
}

.birthday-list--item-info p.name,
.new-hire-list--item-info p.name,
.manager-list--item-info p.name,
.direct-report-list--item-info p.name {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

.manager-list--item-info p.name,
.direct-report-list--item-info p.name {
    font-size: 1.8rem;
}

.birthday-list--item-info p.date,
.new-hire-list--item-info p.date {
    color: var(--atlas-primary-blue);
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

.manager-list--item-info p.role,
.direct-report-list--item-info p.role {
    color: #676767;
    font-size: 1.4rem;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.birthday-list--item-icon,
.new-hire-list--item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.birthday-list--item-icon svg,
.new-hire-list--item-icon svg {
    color: var(--atlas-primary-blue);
    width: 20px;
    height: 20px;
}

.birthday-list--item.today .birthday-list--item-icon svg,
.new-hire-list--item.today .new-hire-list--item-icon svg {
    color: #c7ac1e;
}

.manager-list--separator {
    display: flex;
    justify-content: center;
    width: 5rem;
    height: 1.5rem;
}

.manager-list--separator i,
.manager-list--separator svg {
    width: 1.5rem;
    height: 1.5rem;
    color: #757575;
}

.birthday-list--cta,
.new-hire-list--cta,
.recent-articles--cta {
    display: flex;
    justify-content: flex-end;
}

.birthday-list--cta a,
.new-hire-list--cta a,
.recent-articles--cta a {
    color: var(--atlas-primary-blue);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    border-bottom: 1.5px solid;
}

.social-media-icons {
    display: flex;
    gap: 1.2rem;
}

.wp-block-genesis-blocks-gb-columns.hidden.gb-layout-columns-1.one-column {
    display: none;
}

.milestone-chart {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
    border: 1px solid #d0d7dd;
    border-radius: var(--atlas-border-radius);
}

.milestone-chart--title p {
    font-weight: 600;
    line-height: 1.4;
}

.milestone-chart--attributes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.milestone-chart--attributes-item {
    display: grid;
    align-items: center;
    grid-template-columns: 2.4rem 1fr;
    row-gap: 0.5rem;
    column-gap: 1rem;
}

.milestone-chart--attributes-item svg {
    grid-row: 1 / span 2;
    grid-column: 1;
    color: #4147D5;
    width: 2.4rem;
    height: 2.4rem;
}

.milestone-chart--attributes-item p.label {
    grid-row: 1;
    grid-column: 2;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

.milestone-chart--attributes-item p.number {
    grid-row: 2;
    grid-column: 2;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
}

.milestone-chart--graph {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 2rem 0 0;
}

.milestone-chart--graph-line {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: space-between;
    width: 100%;
    top: auto;
    bottom: 34%;
    left: 0;
    z-index: 9;
}

.milestone-chart--graph-line-left,
.milestone-chart--graph-line-right {
    flex: 1 1 28%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    max-width: 28%;
}

.milestone-chart--graph-line-bottom {
    flex: 1 1 100%;
    width: 100%;
}

.milestone-chart--graph-line-left p,
.milestone-chart--graph-line-right p {
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
}

.milestone-chart--graph-svg {
    display: flex;
    max-width: 42%;
}

.milestone-chart--graph-line-bottom .line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(72% + 6px);
    margin: 0 auto;
}

.milestone-chart--graph-line-bottom .dot {
    display: flex;
}

.milestone-chart--graph-line-bottom .dot svg {
    width: 6px;
    height: 6px;
}

.milestone-chart--graph-line-bottom .separator {
    width: 100%;
    height: 0;
    border-top: 2px dashed;
}

.resource-links {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 1.5rem;
}

.resource-link--link {
    background-color: var(--atlas-primary-blue);
    display: flex;
    align-items: center;
    gap: 2rem;
    height: 100%;
    padding: 2rem;
    box-sizing: border-box;
    border-radius: var(--atlas-border-radius);
    overflow: hidden;
}

.resource-link:nth-child(3n + 2) .resource-link--link {
    background-color: #1589d4;
}

.resource-link:nth-child(3n) .resource-link--link {
    background-color: #32a8f4;
}

.resource-link--link:hover {
    filter: brightness(1.1);
    transform: translateY(-2px);
}

.resource-link--icon {
    display: flex;
}

.resource-link--icon svg {
    color: #fff;
    width: 2.4rem;
    height: 2.4rem;
}

.resource-link--heading p {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
}

.recent-articles {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.recent-article--link {
    background-color: #f5f5f5;
    display: grid;
    grid-template-columns: 50px 1fr;
    align-items: center;
    gap: 1.5rem;
    color: unset !important;
    padding: 1.5rem;
    border-radius: var(--atlas-border-radius);
}

.recent-article--link:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
}

.recent-article--thumbnail {
    display: block;
    border: 1px solid #a5a5a5;
    overflow: hidden;
}

.recent-article--thumbnail img {
    aspect-ratio: 51 / 66;
    object-fit: cover;
    object-position: left top;
    width: 100%;
    height: auto;
}

.recent-article--content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.25rem;
}

.recent-article--content-title h4 {
    font-size: 1.4rem;
}

.recent-article--content-author {
    display: grid;
    grid-template-columns: 30px 1fr;
    align-items: center;
    gap: 1rem;
}

.recent-article--content-author-headshot img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.recent-article--content-author-name p {
    color: var(--atlas-primary-blue);
    font-size: 1.3rem;
    line-height: 1.4;
}

.atlasphere-daily-poll {
    background-color: var(--atlas-dark-blue);
    height: 100%;
    border-radius: var(--atlas-border-radius);
}

.moving-copy-container {
    display: block;
    height: 100%;
}

.moving-copy {
    position: sticky;
    top: 0;
    left: 0;
    padding: 3rem 1.5rem;
}

.gpoll_wrapper.gravity-theme .gfield_label,
.gform_confirmation_wrapper.gravity-theme .gpoll_field_label {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 2rem !important;
}

.gpoll_wrapper.gravity-theme .gfield_radio {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.gpoll_wrapper.gravity-theme .gchoice,
.gform_confirmation_wrapper.gravity-theme .gpoll_choice_wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 48px;
    z-index: 1;
}

.gform_confirmation_wrapper.gravity-theme .gpoll_choice_wrapper:not(:last-child) {
    margin-bottom: 1.5rem;
}

.gpoll_wrapper.gravity-theme .gchoice input,
.gform_confirmation_wrapper.gravity-theme .gpoll_wrapper {
    appearance: none;
    position: absolute !important;
    width: 100%;
    height: 100%;
    display: flex;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.37);
    border-radius: var(--atlas-border-radius);
    pointer-events: all;
    cursor: pointer;
    overflow: hidden;
    transition: 0.25s ease-in-out all;
    z-index: 0;
}

.gpoll_wrapper.gravity-theme .gchoice:not(.active) input:hover {
    border-color: #fff;
}

.gpoll_wrapper.gravity-theme .gchoice.active input {
    border-color: #fff;
    pointer-events: none;
}

.gform_confirmation_wrapper.gravity-theme .gpoll_wrapper {
    pointer-events: none;
    cursor: default;
    box-sizing: border-box;
}

.gform_confirmation_wrapper.gravity-theme .gpoll_value_selected + .gpoll_wrapper {
    border-color: #fff;
}

.gpoll_wrapper.gravity-theme .gchoice label,
.gform_confirmation_wrapper.gravity-theme .gpoll_choice_label {
    max-width: 60%;
    color: #fff;
    font-size: 1.3rem !important;
    font-weight: 500;
    line-height: 1;
    margin: 0 !important;
    padding: 1rem 1.5rem;
    pointer-events: none;
}

/* .gform_confirmation_wrapper.gravity-theme .gpoll_choice_label:before {
    content: '';
    display: none !important;
    font-weight: 900;
    font-family: 'Font Awesome 6 Pro';
} */

.gform_confirmation_wrapper.gravity-theme .gpoll_field {
    margin: 0 !important;
}

.gform_confirmation_wrapper.gravity-theme .gpoll_wrapper .gpoll_bar {
    background-color: transparent;
    width: 100%;
    height: 100%;
    min-height: 48px;
    margin: 0;
    box-shadow: none;
    z-index: -1;
}

.gform_confirmation_wrapper.gravity-theme .gpoll_wrapper .gpoll_bar .gpoll_bar_juice {
    background-image: none;
    background-color: rgba(255, 255, 255, 0.07);
    border-radius: 0;
    box-shadow: none;
}

.gform_confirmation_wrapper.gravity-theme .gpoll_wrapper .gpoll_bar .gpoll_bar_juice .gpoll_bar_count {
    display: none;
}

.gform_confirmation_wrapper.gravity-theme .gpoll_wrapper .gpoll_bar .gpoll_bar_juice:after {
    display: none;
}

.gform_confirmation_wrapper.gravity-theme .gpoll_wrapper .gpoll_ratio_box {
    background-color: transparent !important;
    display: flex;
    align-items: center;
    width: auto;
    left: auto;
    right: 1.5rem;
    border-radius: 0;
}

.gform_confirmation_wrapper.gravity-theme .gpoll_wrapper .gpoll_ratio_box .gpoll_ratio_label {
    font-size: 1.3rem;
    text-align: right;
}

.gpoll_wrapper.gravity-theme .gform_footer {
    display: none !important;
}

.atlasphere-daily-poll--cta {
    margin: 4rem 0 0;
}

.team-member {
    display: grid;
    grid-template-columns: 67.5% 1fr;
    gap: 2rem;
}

.team-member-right {
    display: flex;
    flex-direction: column;
    gap: calc(8rem + 2px);
}


.team-member-right > div {
    position: relative;
}

.team-member-right > div:not(:first-child):before {
    content: '';
    background-color: #dbdbdb;
    position: absolute;
    width: 100%;
    height: 2px;
    top: calc(-4rem - 1px);
    left: 0;
}

.team-member-right h3 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.8rem;
    line-height: 1.4;
}

.page.full-width-page .content > .entry {
    width: 100%;
}

.staff-page-container {
    display: flex;
    flex-direction: column;
    margin: 2rem 0 0;
}

.staff-page--filters {
    border-bottom: 1px solid #dbdbdb;
}

.staff-page .filters-list {
    display: flex;
    align-items: center;
    margin: 0;
}

.staff-page .filter {
    list-style-type: none;
    position: relative;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.5rem;
    padding: 0.75rem 2rem;
    pointer-events: all;
    cursor: pointer;
}

.staff-page .filter.active {
    pointer-events: none;
    cursor: default;
}

.staff-page .filter:before {
    content: '';
    background-color: var(--atlas-primary-blue);
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 0;
    top: auto;
    bottom: 0;
    left: 0;
    opacity: 0.1;
    transition: 0.25s ease-in-out max-height;
    z-index: -1;
}

.staff-page .filter.active:before {
    max-height: 100%;
}

.staff-page--archive {
    display: flex;
    flex-direction: column;
}

.staff-member {
    order: var(--data-order);
    display: block;
}

.staff-member.hidden {
    display: none;
}

.staff-member--link {
    position: relative;
    display: grid;
    grid-template-columns: 75px 1fr 1fr 130px;
    align-items: center;
    gap: 3rem;
    width: 100%;
    color: unset !important;
    padding: 3rem 0;
    border-bottom: 1px solid #dbdbdb;
}

.staff-member--link:before {
    content: '';
    background-color: transparent;
    position: absolute;
    width: calc(100% + 4rem);
    height: 100%;
    top: 0;
    left: -2rem;
    transition: 0.25s ease-in-out all;
    z-index: -1;
}

.staff-member--link:hover:before {
    background-color: #f5f5f5;
}

.staff-member--headshot {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
}

.staff-member--headshot .char-circle p {
    font-size: 2.6rem;
}

.staff-member--info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    overflow: hidden;
}

.staff-member--info p.name {
    font-weight: 600;
    line-height: 1;
    margin: 0;
}

.staff-member--info p.role {
    color: #676767;
    font-size: 1.6rem;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.staff-member--dates {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.staff-member--dates p.birthday,
.staff-member--dates p.join-date {
    display: grid;
    grid-template-columns: 1.8rem 1fr;
    align-items: center;
    gap: 1.25rem;
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0;
}

.staff-member--dates p.birthday i,
.staff-member--dates p.birthday svg,
.staff-member--dates p.join-date i,
.staff-member--dates p.join-date svg {
    color: var(--atlas-primary-blue);
    width: 1.8rem;
    height: 1.8rem;
}

.staff-member.birthday .staff-member--dates p.birthday i,
.staff-member.birthday .staff-member--dates p.birthday svg,
.staff-member.workiversary .staff-member--dates p.join-date i,
.staff-member.workiversary .staff-member--dates p.join-date svg {
    color: #c7ac1e;
}

.staff-member.first-day .staff-member--dates p.join-date i,
.staff-member.first-day .staff-member--dates p.join-date svg {
    color: #c71e1e;
}

.staff-page--archive.new-hires .staff-member--dates p.birthday,
.staff-page--archive.workiversaries .staff-member--dates p.birthday {
    display: none;
}

.staff-page--archive.birthdays .staff-member--dates p.join-date {
    display: none;
}

.staff-member--ctas {
    display: flex;
    align-items: center;
    row-gap: 1rem;
    column-gap: 1.5rem;
}

.staff-member--ctas .button {
    background-color: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 1.4rem;
    font-weight: 500;
    width: 100%;
    margin: 0;
    padding: 1rem;
    border: 1px solid #c5c5c5;
    border-radius: var(--atlas-border-radius);
    box-shadow: none;
    pointer-events: all;
}

.staff-member--ctas .button:hover {
    background-color: #fff;
}

.wiki-archive {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 2rem 0 0;
}

.wiki-archive--item-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: unset !important;
    padding: 3rem;
    border: 1px solid #d0d7dd;
    border-radius: var(--atlas-border-radius);
    box-sizing: border-box;
    overflow: hidden;
}

.wiki-archive--item-thumbnail {
    margin: -3rem -3rem 0;
    overflow: hidden;
}

.wiki-archive--item-thumbnail img {
    aspect-ratio: 5 / 2;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    transition: 0.7s cubic-bezier(0.23, 0.14, 0.19, 1) transform;
}

.wiki-archive--item-link:hover .wiki-archive--item-thumbnail img {
    transform: scale3d(1.1, 1.1, 1.1);
}

.wiki-archive--item-icon {
    background-color: var(--atlas-dark-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7rem;
    height: 7rem;
    border: 2.5px solid #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    margin: 0 0 -1.5rem;
}

.wiki-archive--item-icon svg {
    color: #fff;
    width: 2.8rem;
    height: 2.8rem;
    font-size: 2.8rem;
}

.wiki-archive--item-name h2 {
    color: var(--atlas-dark-blue);
    font-size: 2.4rem;
    transition: 0.25s ease-in-out all;
}

.wiki-archive--item-link:hover .wiki-archive--item-name h2 {
    color: var(--atlas-primary-blue);
}

.wiki-archive--item-cta {
    flex: 1;
    display: flex;
    align-items: flex-end;
    margin: 3rem 0 0;
}

.wiki-archive--item-link:hover .wiki-archive--item-cta .button {
    background-color: #0d8ee1;
}

@media (max-width: 1151px) {
    .wiki-archive {
        grid-template-columns: repeat(2, 1fr);
    }
}

.wiki-single-page .entry-header {
    margin: 0 0 2rem;
}

.wiki-toc {
    margin: 4.8rem 0 0;
}

.wiki-toc .moving-copy {
    padding: 3rem 2rem;
    border: 1px solid #d0d7dd;
    border-radius: var(--atlas-border-radius);
    box-shadow: 0px 3px 14px -2px rgba(0, 0, 0, 0.17);
    overflow: hidden;
}

.wiki-toc ul {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin: 0;
}

.wiki-toc ul li {
    list-style-type: none;
}

.wiki-toc ul li a {
    display: grid;
    grid-template-columns: 1.6rem 1fr;
    gap: 1.25rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
}

.wiki-toc ul li a span {
    display: flex;
}

.wiki-toc ul li.title a {
    display: flex;
    color: var(--atlas-dark-blue);
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 1rem;
}

.wiki-toc ul li.current a,
.wiki-toc ul li.parent a {
    color: var(--atlas-primary-blue);
}

.wiki-toc ul li.current a {
    pointer-events: none;
    cursor: default;
}

.wiki-toc ul li.title a:hover {
    color: var(--atlas-primary-blue);
}

.wiki-toc ul li a i,
.wiki-toc ul li a svg {
    color: var(--atlas-primary-blue);
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.6rem;
    margin: 0.32rem 0 0;
}

.wiki-single-page .entry-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.wiki-list h2 {
    font-size: 2rem;
    margin: 0 0 2.5rem;
}

.wiki-list ul {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 0;
}

.wiki-list ul li {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.wiki-list ul li a {
    display: flex;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
    width: fit-content;
}

.wiki-list ul li.last a {
    display: grid;
    grid-template-columns: calc(1.8rem * 1.4) 1fr;
    gap: 1.25rem;
}

.wiki-list ul li.last a span {
    display: flex;
}

.wiki-list ul li.last a span:first-child {
    background-color: #ececec;
    align-items: center;
    justify-content: center;
    width: calc(1.8rem * 1.4);
    height: calc(1.8rem * 1.4);
    border-radius: 50%;
}

.wiki-list ul li:not(.last) > a {
    font-weight: 500;
}

.wiki-list ul li:not(.last) > a span:first-child {
    display: flex;
    margin: 0 0.51rem 0 0;
}

.wiki-list ul li a i,
.wiki-list ul li a svg {
    width: 1.4rem;
    height: 1.4rem;
    font-size: 1.4rem;
}

.wiki-list ul li:not(.last) > a i,
.wiki-list ul li:not(.last) > a svg {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
}

.wiki-list ul ul {
    margin: 0 0 0 2rem;
}

/* Profile Page */

.profile-boxes {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 2rem 0 0;
}

.profile-box {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding: 2.5rem;
    border: 1px solid #dbdbdb;
    border-radius: var(--atlas-border-radius);
    overflow: hidden;
}

.profile-box--header {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 0 0 2.5rem;
    border-bottom: 1px solid #dbdbdb;
}

.profile-box--header h2 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}

.profile-box--header p {
    color: #676767;
    font-size: 1.6rem;
    line-height: 1.2;
}

.profile-box--content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.profile-box--content h3 {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
}

.profile-box--content h3:not(:first-child) {
    padding-top: 2.5rem;
}

.profile-option {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
}

.profile-option--left label {
    color: #222;
    font-size: 1.6rem;
}

.newsletter-archive--title h1 {
    color: #333;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
}

.newsletter-archive {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.newsletter-archive--wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 4rem;
    column-gap: 2rem;
}

@media (max-width: 1151px) {
    .newsletter-archive--wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

.newsletter-item--link {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    height: 100%;
}

.newsletter-item--image {
    position: relative;
    display: flex;
    margin: 0 0 1.4rem;
    z-index: 1;
}

.newsletter-item--image-copy {
    background-color: var(--atlas-primary-blue);
    position: absolute;
    display: flex;
    top: auto;
    bottom: 0;
    left: auto;
    right: .8rem;
    padding: .4rem .8rem;
    border-radius: 50px;
    transform: translateY(50%);
    z-index: 3;
}

.newsletter-item--image-copy p {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}

.newsletter-item--image-copy p .separator {
    font-size: 2.8rem;
    line-height: 0;
}

.newsletter-item--image-wrapper {
    position: relative;
    display: block;
    width: 100%;
    border: 1.5px solid #dbdbdb;
    border-radius: var(--atlas-border-radius);
    overflow: hidden;
    z-index: 2;
}

.newsletter-item--image-wrapper img {
    aspect-ratio: 19 / 9;
    display: block;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    transition: 0.7s cubic-bezier(0.23, 0.14, 0.19, 1) transform;
}

.newsletter-item--link:hover .newsletter-item--image-wrapper img {
    transform: scale3d(1.2, 1.2, 1.2);
}

.newsletter-item--content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.newsletter-item--content-title h2 {
    color: #000;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.25s ease-in-out all;
}

.newsletter-item--link:hover .newsletter-item--content-title h2 {
    color: var(--atlas-dark-blue);
}

.newsletter-item--content-description {
    flex: 1;
    display: flex;
    align-items: flex-end;
}

.newsletter-item--content-description p {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    color: #333;
    font-size: 1.5rem;
    line-height: 1.5;
}

.newsletter-item--content-description p .copy {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsletter-item--content-description p .more {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--atlas-dark-blue);
    font-size: 1.6rem;
    font-weight: 600;
    transition: 0.25s ease-in-out all;
}

.newsletter-item--link:hover .newsletter-item--content-description p .more {
    gap: 1.5rem;
    color: var(--atlas-primary-blue);
}

.newsletter-item--content-author {
    display: grid;
    grid-template-columns: 4rem auto;
    align-items: center;
    gap: 2rem;
}

.newsletter-item--content-author-headshot {
    aspect-ratio: 1 / 1;
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

.newsletter-item--content-author-headshot img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.newsletter-item--content-author-name p {
    color: #000;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5;
}

.newsletter-archive--pagination {
    margin: 4rem 0 0;
}

.pagination ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    width: 100%;
    margin: 0;
}

.pagination ul li {
    list-style-type: none;
    position: unset;
    padding: 0;
}

.pagination ul li a,
.pagination ul li span {
    list-style-type: none;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.5;
    padding: .6rem 1.3rem;
    border-radius: .6rem;
    pointer-events: all;
    cursor: pointer;
    overflow: hidden;
    transition: .25s ease-in-out all;
}

.pagination ul li a:hover {
    background-color: #f2f2f2;
}

.pagination ul li span {
    pointer-events: none;
    cursor: default;
}

.pagination ul li span.current {
    background-color: #d9d9d9;
    font-weight: 700;
}

.newsletter-banner {
    position: relative;
    width: calc(100% + 4rem);
    margin: max(-3rem, -4.2vh) 0 0 -2rem;
    z-index: 1;
}

.newsletter-banner:before {
    content: '';
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.55;
    z-index: 2;
}

.newsletter-banner--image {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.newsletter-banner--image img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.newsletter-banner--content {
    position: relative;
    max-width: 760px;
    margin: 0 auto;
    padding: 8rem 2rem;
    z-index: 3;
}

.newsletter-banner--content-title h1 {
    color: #fff;
    font-size: 4.5rem;
    font-weight: 700;
    text-align: center;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.27);
}

.newsletter-banner--content-author {
    display: flex;
    justify-content: center;
    margin: 3rem 0;
}

.newsletter-banner--content-author-link {
    display: grid;
    grid-template-columns: 5.4rem auto;
    align-items: center;
    gap: 2rem;
}

.newsletter-banner--content-author-headshot {
    aspect-ratio: 1 / 1;
    display: block;
    border-radius: 50%;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.27);
    overflow: hidden;
}

.newsletter-banner--content-author-headshot img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    filter: brightness(1.1);
    transition: 0.25s ease-in-out all;
}

.newsletter-banner--content-author-link:hover .newsletter-banner--content-author-headshot img {
    filter: none;
}

.newsletter-banner--content-author-name p {
    color: #fff;
    font-weight: 500;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.27);
    transition: 0.25s ease-in-out all;
}

.newsletter-banner--content-author-link:hover .newsletter-banner--content-author-name p {
    color: #ebebeb;
}

.newsletter-banner--content-info p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.27);
}

.newsletter-banner--content-info p span {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.newsletter-banner--content-info p .separator {
    font-size: 3.6rem;
    line-height: 0;
}

.newsletter-banner--content-info p i,
.newsletter-banner--content-info p svg {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1.8rem;
    filter: drop-shadow(0px 3px 7px rgba(0, 0, 0, 0.27));
}

.single-post .entry-content {
    max-width: 760px;
    margin: 8rem auto;
}

.wp-block-file {
    display: grid;
    grid-template-columns: auto auto 1fr;
    align-items: center;
    gap: 2rem;
}

.wp-block-file object {
    grid-row: 2;
    grid-column: 1 / span 3;
    margin: 0;
}

.wp-block-file .wp-block-file__button {
    background-color: var(--atlas-primary-blue);
    display: flex;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    padding: 0.8rem 1.6rem;
    border-radius: 0.6rem;
}

.newsletter-cta {
    background-color: #f5f5f5;
    margin: 0 -2rem -6rem;
    border-top: 1px solid #efefef;
}

.newsletter-cta--inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 8rem 2rem;
}

.newsletter-cta--heading h2 {
    line-height: 1;
    margin: 0 0 2.5rem;
    text-align: center;
}

.newsletter-cta--button {
    display: flex;
    justify-content: center;
}

.newsletter-cta--button a.button {
    background-color: var(--atlas-primary-blue);
    display: flex;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    padding: 1.4rem 2.2rem;
    border-radius: 0.6rem;
    box-shadow: none;
}

.newsletter-cta--button a.button:hover {
    opacity: 0.85;
}