/*
 * Theme Name: Atlasphere
 * 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: atlasphere
 * 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: var(--atlas-font-family);
    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;
    --atlas-graph-line-bottom: 8.37%;
    --atlas-font-family: 'DM Sans', sans-serif
}

.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: 285px 1fr;
    height: 100%;
	transition: 0.5s ease-in-out grid-template-columns;
}

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

body.collapsed.immediate .content-sidebar-wrap {
    transition: none;
}

.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 6rem;
    box-sizing: border-box;
}

.nav-primary > .wrap {
    height: 100%;
}

@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);
    height: 100%;
    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.security-cta {
    flex: 1;
    display: flex;
    align-items: flex-end;
}

.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.7rem;
    font-weight: 500;
	line-height: 1.2;
	padding: min(1.2rem, 1.7vh) 1.2rem;
    border-radius: 1rem;
    overflow: hidden;
	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.security-cta a {
    width: 100%;
}

.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;
}

body.collapsed.immediate .nav-primary ul li .menu-icon-item--icon,
body.collapsed.immediate .nav-primary ul li .menu-icon-item--icon img,
body.collapsed.immediate .nav-primary ul li .menu-icon-item--icon i,
body.collapsed.immediate .nav-primary ul li .menu-icon-item--icon svg {
    transition: none;
}

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

body.collapsed .nav-primary ul li .menu-icon-item--text {
    opacity: 0;
    transition: 0.5s ease-in-out max-width, 0s 0.5s ease-in-out opacity;
}

body.collapsed.immediate .nav-primary ul li .menu-icon-item--text {
    transition: none;
}

.nav-primary ul li.security-cta .menu-icon-item--text {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.nav-primary ul li.security-cta .menu-icon-item--text .tagline {
    font-size: 1.3rem;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
}

.nav-primary ul li.security-cta .menu-icon-item--text .number {
    padding: 0 0 0.5rem;
    border-bottom: 1.5px solid #ea7676;
}

.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;
    position: relative;
    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;
}

.notification-count.empty {
    display: none;
}

.notification-count {
    background-color: #ec0404;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1.7rem;
    min-height: 1.7rem;
    top: 0.2rem;
    left: auto;
    right: 0.2rem;
    padding: 0.2rem 0.4rem;
    border-radius: 5rem;
    box-sizing: border-box;
}

.notification-count p {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1;
}

.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[data-action="notifications"] .action-dropdown--inner {
    padding-bottom: 0;
}

.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:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2.5rem;
    top: auto;
    bottom: -2.5rem;
    left: 0;
    z-index: 10;
}

.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;
    transition: transform 0.3s ease;
    transform-origin: right bottom;
}

.profile-section:not(.show):hover .profile-section--user-name p .icon {
    animation: atlas-hand-wave 1.5s ease forwards;
    animation-iteration-count: 1;
}

@keyframes atlas-hand-wave {
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(1.1) rotate(2deg);
    }
    20% {
        transform: scale(1.2) rotate(-2deg);
    }
    30% {
        transform: scale(1.25) rotate(2deg);
    }
    40% {
        transform: scale(1.2) rotate(-1deg);
    }
    50% {
        transform: scale(1.1) rotate(1deg);
    }
    60% {
        transform: scale(1.04) rotate(-1deg);
    }
    70%, 100% {
        transform: scale(1) rotate(0);
    }
}

.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;
}

.user-notifications--heading {
    background-color: #fff;
    position: sticky;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    top: -2rem;
    left: 0;
    margin: -2rem -2rem 0;
    padding: 2rem;
    border-bottom: 1px solid #dbdbdb;
    z-index: 2;
}

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

.user-notifications--heading .button {
    background-color: #fff !important;
    color: #000 !important;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
    padding: 0.8rem 1.2rem;
    border: 1px solid #cbcbcb;
    box-shadow: none !important;
}

.user-notifications--heading .button:hover {
    background-color: #f9f9f9 !important;
}

.notifications {
    position: relative;
    z-index: 1;
}

.notifications:not(.empty) .no-notifications {
    display: none;
}

.notifications .no-notifications {
    margin: 2rem 0;
}

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

.notification {
    margin: 0 -2rem;
    transition: 0.3s ease-in-out opacity;
}

.notification.removing {
    opacity: 0;
}

.notification:not(:first-child) {
    border-top: 1px solid #dbdbdb;
}

.notification-link {
    display: grid;
    grid-template-columns: 2.4rem auto;
    gap: 1.5rem;
    padding: 2rem;
    overflow: hidden;
}

.notification-link:hover {
    background-color: #f5f5f5;
}

.notification.read .notification-link {
    pointer-events: none;
    cursor: default;
}

.notification-icon {
    display: flex;
}

.notification-icon i,
.notification-icon svg {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 2.4rem;
}

.notification-content {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 2.5rem;
    align-items: center;
    gap: 0.75rem;
    margin: 2px 0 0;
    z-index: 1;
}

.notification-content .heading {
    grid-column: 1 / span 2;
    color: #222;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}

.notification-content .message {
    grid-column: 1 / span 2;
    color: #000;
    font-size: 1.4rem;
    margin: 0;
}

.notification-content .nudge {
    grid-column: 1 / span 2;
    background-color: #fff;
    width: fit-content;
    color: #000;
    font-size: 1.3rem;
    margin: 0.5rem 0;
    padding: 1.2rem 1.6rem;
    border: 1px solid #cbcbcb;
    border-radius: 0.6rem;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.12);
}

.notification-content .date {
    color: #676767;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

.notification-actions {
    pointer-events: all;
    cursor: pointer;
}

.notification-actions--toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.15rem;
    border: 1px solid transparent;
    border-radius: 0.4rem;
    transition: 0.25s ease-in-out all;
}

.notification-actions--toggle:hover {
    background-color: #fff;
    border-color: #cbcbcb;
}

.notification-actions--toggle i,
.notification-actions--toggle svg {
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
}

.notification-actions--list {
    background-color: #fff;
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    top: 0;
    left: auto;
    right: 0;
    padding: 0.75rem;
    border: 1px solid #cbcbcb;
    border-radius: 0.4rem;
    box-shadow: 0px 3px 11px -2px rgba(0, 0, 0, 0.12);
    opacity: 0;
    pointer-events: none;
    cursor: default;
}

.notification.active .notification-actions--list {
    opacity: 1;
    pointer-events: all;
    cursor: pointer;
    transition: 0.3s ease-in-out opacity;
}

.notification-actions--list button {
    background-color: transparent;
    color: #000;
    font-size: 1.3rem;
    font-weight: 400;
    margin: 0;
    padding: 0.8rem 1.1rem;
    text-align: left;
    border: none;
    border-radius: 0.4rem;
    box-shadow: none;
}

.notification-actions--list button:hover {
    background-color: #efefef;
}

.notification:not(.read) .notification-actions--list .mark-unread,
.notification.read .notification-actions--list .mark-read {
    display: none;
}

.notification.read .notification-link:hover {
    background-color: inherit;
}

.notification .notification-icon,
.notification .notification-content > *:not(.notification-actions) {
    transition: 0.3s ease-in-out opacity;
}

.notification.read .notification-icon,
.notification.read .notification-content > *:not(.notification-actions) {
    opacity: 0.5;
}

.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.3rem;
    padding: 1rem;
    border: none;
    outline: none;
}

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

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

.search-bar-container:not(.filled) .search-bar form button[type="submit"] {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.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):not(.wpforo) .content,
.wiki-single-page .content,
body.search .content {
	display: grid;
    grid-template-columns: 70% 1fr;
    gap: 2rem;
    box-sizing: border-box;
}

.entry-header h1,
.entry-header h2,
#wpforo #wpforo-wrap #wpforo-title {
	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--background {
    position: absolute;
    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--background {
	transform: scale(1.1);
}

.social-media-block--collage-image img,
.social-media-block--background 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,
#wpforo #wpforo-wrap .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;
    font-family: var(--atlas-font-family);
    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;
}

#wpforo #wpforo-wrap .button {
    background-color: var(--atlas-primary-blue) !important;
}

#wpforo #wpforo-wrap .button span {
    color: #fff !important;
    font-size: 1.6rem !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
}

#wpforo #wpforo-wrap .button:hover {
    background-color: #0d8ee1 !important;
}

.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;
	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.collapsed .sidebar-module--heading i,
.sidebar-module.collapsed .sidebar-module--heading svg {
    transform: rotate(180deg);
}

.sidebar-module--body {
    position: relative;
    transition: 0.5s ease-in-out max-height;
}

.sidebar-module.collapsed .sidebar-module--body {
    max-height: 0;
}

.sidebar-module--body-inner {
    padding: 2rem 0 0;
}

.featured-links {
    display: flex;
    gap: 1rem;
    max-width: calc(100vw - 285px - ((100vw - 285px) * 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;
    height: 100%;
    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;
}

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

.upcoming-events--cta a,
.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 {
    position: relative;
    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;
    padding: 0 0 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;
}

.milestone-chart--graph-line {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: space-between;
    width: 100%;
    top: auto;
    bottom: var(--atlas-graph-line-bottom);
    left: 0;
    transform: translateY(2px);
    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;
}

.milestone-chart--video {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.milestone-chart--video video {
    object-fit: cover;
    object-position: center top;
    width: calc(100% / 0.5);
    height: 100%;
    transform: scale(0.5);
    transform-origin: left top;
}

.resource-links {
    display: grid;
    grid-template-rows: repeat(var(--resource-links-rows), 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: grid;
    grid-template-rows: repeat(var(--recent-articles-rows), 1fr);
    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);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 4rem;
    height: 100%;
    padding: 3rem 1.5rem;
    border-radius: var(--atlas-border-radius);
    box-sizing: border-box;
}

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

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

.atlasphere-daily-poll .moving-copy {
    padding: 0;
}

.atlasphere-daily-poll--form {
    flex: 1;
    display: none;
}

.atlasphere-daily-poll--ctas {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.atlasphere-daily-poll--ctas .button {
    gap: 0.8rem;
    font-size: 1.4rem;
    transition: 0.25s ease-in-out background-color;
}

.atlasphere-daily-poll--ctas .button.hidden {
    opacity: 0;
}

.gpoll_wrapper.gravity-theme .gfield_label,
.gform_confirmation_wrapper.gravity-theme .gpoll_field_label,
.gpoll_block_repeat_voters_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,
.gpoll_block_repeat_voters_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),
.gpoll_block_repeat_voters_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,
.gpoll_block_repeat_voters_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,
.gpoll_block_repeat_voters_wrapper.gravity-theme .gpoll_wrapper {
    pointer-events: none;
    cursor: default;
    box-sizing: border-box;
}

.gform_confirmation_wrapper.gravity-theme .gpoll_value_selected + .gpoll_wrapper,
.gpoll_block_repeat_voters_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,
.gpoll_block_repeat_voters_wrapper.gravity-theme .gpoll_choice_label {
    max-width: 60%;
    color: #fff;
    font-size: 1.3rem !important;
    font-weight: 500;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 1rem 1.5rem !important;
    box-sizing: content-box !important;
    pointer-events: none;
}

/* .gform_confirmation_wrapper.gravity-theme .gpoll_choice_label:before,
.gpoll_block_repeat_voters_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,
.gpoll_block_repeat_voters_wrapper.gravity-theme .gpoll_field {
    margin: 0 !important;
}

.gform_confirmation_wrapper.gravity-theme .gpoll_wrapper .gpoll_bar,
.gpoll_block_repeat_voters_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,
.gpoll_block_repeat_voters_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,
.gpoll_block_repeat_voters_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,
.gpoll_block_repeat_voters_wrapper.gravity-theme .gpoll_wrapper .gpoll_bar .gpoll_bar_juice:after {
    display: none;
}

.gform_confirmation_wrapper.gravity-theme .gpoll_wrapper .gpoll_ratio_box,
.gpoll_block_repeat_voters_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,
.gpoll_block_repeat_voters_wrapper.gravity-theme .gpoll_wrapper .gpoll_ratio_box .gpoll_ratio_label {
    font-size: 1.3rem;
    text-align: right;
}

.gpoll_wrapper.gravity-theme .gchoice .gchoice_other_control {
    background-color: var(--atlas-dark-blue);
    display: none;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    font-family: var(--atlas-font-family);
    line-height: 1;
    margin: 0 !important;
    padding-left: 1.4rem;
    padding-right: calc(1.4rem + 48px);
    border-color: #fff;
    outline: none;
}

.gpoll_wrapper.gravity-theme .gchoice .gchoice_other_control::placeholder {
    color: #b9b9b9;
}

.gpoll_wrapper.gravity-theme .gchoice .gchoice_other_control::-webkit-input-placeholder {
    color: #b9b9b9;
}

.gpoll_wrapper.gravity-theme .gchoice .gchoice_other_control:-ms-input-placeholder {
    color: #b9b9b9;
}

.gpoll_wrapper.gravity-theme .gchoice .gchoice_other_control::-moz-placeholder {
    color: #b9b9b9;
}

.gpoll_wrapper.gravity-theme .gchoice .gchoice_other_control:not([disabled]) {
    display: block;
}

.gpoll_wrapper.gravity-theme .gchoice .gchoice_other_control + .alt-submit {
    background-color: #fff;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0;
    top: 0;
    left: auto;
    right: 0;
    color: #000;
    font-size: 1.4rem;
    padding: 0;
    border-radius: var(--atlas-border-radius);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none;
    z-index: 9;
}

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

.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,
.page.wpforo .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 135px;
    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 {
    display: flex;
    align-items: center;
}

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

.profile-option--right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    min-height: 32px;
}

.profile-option--right input,
.profile-option--right select,
.profile-option--right textarea {
    width: min(280px, 90%);
    font-size: 1.4rem;
    font-family: var(--atlas-font-family);
    line-height: 1.3;
    padding: 0.8rem 1rem;
    border: 1px solid #bcbcbc;
    border-radius: 0.4rem;
    outline: none;
    transition: 0.25s ease-in-out border-color;
}

.profile-option--right select {
    -webkit-appearance: none;
    appearance: none;
}

.profile-option--right input:focus,
.profile-option--right select:focus,
.profile-option--right textarea:focus {
    border-color: var(--atlas-primary-blue);
}

.profile-option--right .phone-error {
    width: min(280px, 90%);
    color: #a70000;
    font-size: 1.2rem;
    padding: 0.5rem calc(1rem + 1px) 0;
    text-align: center;
}

.profile-option--right .locked-input {
    position: relative; 
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.profile-option--right .dropdown {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.profile-option--right .dropdown-icon,
.profile-option--right .locked-input--icon {
    position: absolute;
    display: flex;
    width: 1.4rem;
    height: 1.4rem;
    top: auto;
    left: auto;
    right: 0.8rem;
}

.profile-option--right .dropdown-icon i,
.profile-option--right .dropdown-icon svg,
.profile-option--right .locked-input--icon i,
.profile-option--right .locked-input--icon svg {
    color: #444;
    font-size: 1.4rem;
}

.profile-option--right .locked-input input {
    background-color: #f9f9f9;
    position: relative;
    pointer-events: none;
    cursor: default;
    color: #444;
    z-index: -1;
}

.profile-option--right input[type="checkbox"] {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0;
}

.profile-option--right .profile-image-field {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    width: min(200px, 15vw);
}

.profile-option[data-field="banner"] .profile-option--right .profile-image-field {
    aspect-ratio: 16 / 9;
    width: min(300px, 22.2vw);
}

.profile-option--right .profile-image-field .image-preview-container {
    width: 100%;
}

.profile-option--right .profile-image-field .no-image p {
    font-size: 1.6rem;
}

.profile-option--right .profile-image-field .preview {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: min(200px, 15vw);
}

.profile-option[data-field="banner"] .profile-option--right .profile-image-field .preview {
    height: min(calc(300px * 9 / 16), calc(22.2vw * 9 / 16));
}

.profile-option--right .profile-image-field .preview + p {
    font-size: 1.3rem;
    font-style: italic;
    margin: 1.5rem 0 0;
}

.profile-option--right .image-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 1.5rem;
    column-gap: 2rem;
    width: 100%;
    margin: 1.5rem 0 0;
}

.profile-option--right .image-buttons .button {
    font-size: 1.3rem;
    padding: 0.6rem 1.1rem;
}

.profile-option--right .image-buttons .button.remove-image {
    background-color: #fff;
    padding: 0.6rem;
    border: 1px solid #777;
    border-radius: 50%;
}

.profile-option--right .image-buttons .button.remove-image:hover {
    background-color: #ececec;
}

.profile-option--right .image-buttons .button.remove-image i,
.profile-option--right .image-buttons .button.remove-image svg {
    color: #555;
    width: 1.4rem;
    height: 1.4rem;
}

.profile-option--right .profile-image-field .preview.hidden,
.profile-option--right .profile-image-field .no-image.hidden,
.profile-option--right .image-buttons .button.remove-image.hidden {
    display: none;
}

.profile-message {
    background-color: #d4edda;
    margin: 2rem 0 0;
    padding: 1rem 2.5rem;
    border: 1px solid #c3e6cb;
    border-radius: 0.6rem;
    opacity: 1;
    overflow: hidden;
    transition: 0.4s ease-in-out all;
}

.profile-message.hidden {
    max-height: 0 !important;
    margin: -2px 0 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
}

.profile-message p {
    font-size: 1.6rem;
    font-weight: 500
}

.profile-buttons-container {
    margin: 1.8rem 0 0;
}

.profile-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 1.5rem;
    column-gap: 2rem;
}

.profile-buttons .profile-button .button {
    background-color: var(--atlas-dark-blue);
    color: #fff;
    font-size: 1.4rem;
    padding: 1.2rem 1.8rem;
    border: 1.5px solid transparent;
    border-radius: var(--atlas-border-radius);
    box-shadow: 0px 4px 9px -3px rgba(0, 0, 0, 0.17);
}

.profile-buttons .profile-button .button:hover {
    background-color: var(--atlas-primary-blue);
    box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.07);
}

.profile-buttons .profile-button[data-type="cancel"] .button {
    background-color: transparent;
    color: #000;
    border-color: #000;
}

.profile-buttons .profile-button[data-type="cancel"] .button:hover {
    background-color: #efefef;
}

/* Newsletter Archive */

.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;
    margin: 0 0 3rem;
}

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

.wp-block-file object + a {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 500;
}

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

.wp-block-file:not([data-wp-interactive]) {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0;
    border: 1px solid #dbdbdb;
    border-radius: 0.6rem;
    transition: 0.25s ease-in-out all;
}

.wp-block-file:not([data-wp-interactive]):hover {
    box-shadow: 0px 3px 7px -2px rgba(0, 0, 0, 0.06);
}

.wp-block-file:not([data-wp-interactive]) a:first-child {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    font-weight: 600;
    padding: 1.5rem calc(102.04px + 2rem + 1.5rem) 1.5rem 1.5rem;
}

.wp-block-file:not([data-wp-interactive]) a:first-child .file-size {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #676767;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
}

.wp-block-file:not([data-wp-interactive]) a:first-child:hover + .wp-block-file__button {
    opacity: 0.85;
}

.wp-block-file:not([data-wp-interactive]) .wp-block-file__button {
    position: absolute;
    display: flex;
    top: auto;
    left: auto;
    right: 1.5rem;
}

.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;
}

.site-container + .mobile-only {
    display: none;
    margin: 4rem auto;
    padding: 0 4rem;
    text-align: center;
}

.site-container + .mobile-only p {
    font-size: min(2rem, 4vw);
}

@media (max-width: 600px) {
    .site-container {
        display: none;
    }

    .site-container + .mobile-only {
        display: block;
    }
}

/* Single Team Member */

.team-member-box {
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid #dbdbdb;
    border-radius: var(--atlas-border-radius);
    overflow: hidden;
    z-index: 1;
}

.team-member-box--banner {
    position: relative;
    display: flex;
    overflow: hidden;
    z-index: 2;
}

.team-member-box--banner img {
    aspect-ratio: 2.9 / 1;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.team-member-box--headshot {
    display: flex;
    justify-content: center;
    transform: translateY(-50%);
    margin-bottom: max(-75px, -5.55vw);
    overflow: hidden;
    z-index: 3;
}

.team-member-box--headshot img {
    aspect-ratio: 1 / 1;
    background-color: #fff;
    object-fit: cover;
    object-position: center center;
    width: min(150px, 11.1vw);
    height: min(150px, 11.1vw);
    border: 4px solid #fff;
    border-radius: 50%;
}

.team-member-box--headshot .char-circle {
    width: min(150px, 11.1vw);
    height: min(150px, 11.1vw);
    border: 4px solid #fff;
    border-radius: 50%;
}

.team-member-box--headshot .char-circle p {
    font-size: min(5rem, 3.7vw);
}

.team-member-box--info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding: calc(2rem - 4px) 3rem 5rem;
}

.team-member-box--info .name p {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.4;
}

.team-member-box--info .info p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 0.5rem;
    column-gap: 1.25rem;
    font-size: 1.7rem;
    line-height: 1.2;
}

.team-member-box--info .info p .separator {
    font-size: 2.6rem;
    line-height: 0;
}

.team-member-box--info .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    max-width: 60%;
    margin: 1rem 0 0;
}

.team-member-box--info .link .button {
    background-color: transparent;
    display: grid;
    grid-template-columns: 16px auto;
    align-items: center;
    gap: 0.75rem;
    color: #000;
    font-size: 1.5rem;
    font-weight: 400;
    font-family: var(--atlas-font-family);
    line-height: 1;
    padding: 0.8rem 1.2rem;
    border: 1px solid #d9d9d9;
    border-radius: 50px;
    box-shadow: none;
    overflow: hidden;
}

.team-member-box--info .link .button:hover {
    border-color: var(--atlas-primary-blue);
}

.team-member-box--info .link .button i,
.team-member-box--info .link .button svg {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.6rem;
}

.team-member-box--info .bio {
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1.5rem;
    margin: 2rem 0 0;
    padding: 2rem 4rem;
    border-radius: 0.8rem;
    box-sizing: border-box;
}

.team-member-box--info .bio p {
    font-size: 1.5rem;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

.team-member-dates ul {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 0;
}

.team-member-dates ul li {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.team-member-dates ul li span:first-child {
    color: #555;
    font-weight: 400;
}

/* Groups */

.group-boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 4rem;
    column-gap: 2rem;
}

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

.group-box--banner {
    margin: -3rem -3rem 0;
    overflow: hidden;
}

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

.group-box--link:hover .group-box--banner img {
    transform: scale3d(1.1, 1.1, 1.1);
}

.group-box--logo {
    display: flex;
}

.group-box--logo img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center center;
    width: 96px;
    height: 96px;
    margin-bottom: -50px;
    transform: translateY(-50%);
    border: 2px solid #fff;
    border-radius: 50%;

}

.group-box--content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 3rem 0 0;
}

.group-box--content-title h3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}

.group-box--content-count p {
    color: var(--atlas-primary-blue);
    font-size: 1.6rem;
    line-height: 1.2;
}

.group-box--content-cta {
    flex: 1;
    display: flex;
    align-items: flex-end;
    margin: 1.5rem 0 0;
}

.group-box--link:hover .group-box--content-cta .button {
    background-color: #0d8ee1;
}

.group-box.all .group-box--link {
    background-color: #eee;
    justify-content: center;
    border: none;
}

.group-box.all .group-box--logo {
    justify-content: center;
}

.group-box.all .group-box--logo img {
    aspect-ratio: unset;
    object-fit: contain;
    width: 60px;
    height: 60px;
    margin: 0;
    border: none;
    border-radius: 0;
    transform: none;
}

.group-box.all .group-box--content-cta {
    flex: unset;
}

.group-box.all .group-box--content {
    flex: unset;
    align-items: center;
}

.group-box--content-members {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 32px;
}

.group-box--content-members .member {
    position: relative;
    display: flex;
    width: 32px;
    height: 32px;
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}

.group-box--content-members .member:first-child {
    z-index: 5;
}

.group-box--content-members .member:nth-child(2) {
    z-index: 4;
}

.group-box--content-members .member:nth-child(3) {
    z-index: 3;
}

.group-box--content-members .member:nth-child(4) {
    z-index: 2;
}

.group-box--content-members .member:not(:first-child) {
    margin-left: -6px;
}

.group-box--content-members .member img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.group-box--content-members .member .char-circle p {
    font-size: 1.4rem;
}

.group-box.all .group-box--content-members .member {
    border-color: #eee;
}

.group-box.all .group-box--content-members .member .char-circle {
    background-color: #fff;
}

.wpforo-post-head,
.wpforo-topic-footer,
.wpforo-topic-title i,
.wpforo-topic-title svg,
.wpf-subforum-sep,
.wpforo-post .author-data .wpf-member-profile-buttons,
.wpforo-post .author-data .author-posts,
.wpforo-post .author-data .author-title,
.wpforo-post .author-data .author-rating-full,
.wpf-sb-bottom,
#wpforo-footer {
    display: none !important;
}

.wpforo-topic-stat-views,
.wpforo-topic-stat-posts {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

#wpforo #wpforo-wrap.wpft-topic .wpf-head-bar {
    display: flex;
    align-items: stretch;
    min-height: 170px;
    padding: 2rem 3rem;
}

#wpforo #wpforo-wrap.wpft-topic .wpf-head-bar-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15rem;
}

#wpforo #wpforo-wrap.wpft-topic .wpf-head-bar .wpf-head-bar-right {
    display: flex;
    align-items: flex-start;
    padding: 0.5rem 0 0;
}

#wpforo #wpforo-wrap .wpf-button-outlined.wpf-subscribe-forum,
#wpforo #wpforo-wrap .wpf-button-outlined.wpf-subscribe-topic {
    color: var(--atlas-primary-blue) !important;
    border-color: var(--atlas-primary-blue) !important;
}

#wpforo #wpforo-wrap .wpf-button-outlined.wpf-subscribe-forum svg,
#wpforo #wpforo-wrap .wpf-button-outlined.wpf-subscribe-topic svg {
    color: var(--atlas-primary-blue) !important;
}

#wpforo #wpforo-wrap .wpforo-topic-start-info a {
    color: var(--atlas-primary-blue) !important;
}

.forum-header {
    position: relative;
    z-index: 1;
}

.forum-header--banner {
    position: relative;
    display: flex;
    border-top-left-radius: var(--atlas-border-radius);
    border-top-right-radius: var(--atlas-border-radius);
    overflow: hidden;
    z-index: 2;
}

.forum-header--banner img {
    aspect-ratio: 26 / 5;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.forum-header--logo {
    position: absolute;
    display: flex;
    top: auto;
    bottom: 0;
    left: 3rem;
    border: 3px solid #fff !important;
    border-radius: 50%;
    transform: translateY(calc(100% + 2rem));
    overflow: hidden;
    z-index: 3;
}

.forum-header--logo img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center center;
    width: 114px;
    height: 114px;
}

.forum-footer {
    margin: 4rem 0 0 !important;
}

.post-wrap:not(.wpfp-first) {
    margin-top: 2rem !important;
    margin-left: 15.8rem !important;
}

#wpforo #wpforo-wrap #wpforo-title {
    font-size: 2.6rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin: 0 0 1rem;
    padding: 0;
}

#wpforo #wpforo-wrap #wpforo-description {
    margin: 0 0 2rem;
    padding: 0;
}

#wpforo #wpforo-wrap #wpforo-description p {
    color: #000;
    font-size: 1.6rem;
}

#wpforo #wpforo-wrap .wpf-action-link {
    margin: 0;
    padding: 0;
}

#wpforo #wpforo-wrap.wpft-post .wpf-head-bar .wpf-action-link {
    padding: 1.5rem 0 0;
}

#wpforo #wpforo-wrap .author-name a,
#wpforo #wpforo-wrap .wpforo-last-post a {
    color: var(--atlas-primary-blue) !important;
}

.events-list.events-list--empty {
    font-size: 1.6rem;
}

.milestone-chart.reached #thermometer-fill rect,
.milestone-chart.reached #thermometer-fill circle {
    fill: #f4d822 !important;
}

.milestone-chart.reached .milestone-chart--attributes-item svg {
    color: #f4d822 !important;
}

.milestone-chart.reached:not(.played) .milestone-chart--video {
    display: block;
}

/* Media Breaks */

@media (max-width: 1195px) {
    .entry-content > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 1095px) {
    .sidebar-menu-toggle {
        display: none;
    }
}

@media (max-width: 991px) {
    .page:not(.full-width-page):not(.wpforo) .content,
    .wiki-single-page .content,
    body.search .content {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .group-boxes {
        display: flex;
        flex-direction: column;
    }

    .wiki-archive {
        display: flex;
        flex-direction: column;
        gap: 4rem;
    }
}

/* Search Results Page */

.site-search {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.site-search .search-bar-container {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.site-search .search-bar form input[type="text"] {
    font-size: 1.5rem;
    padding: 1rem 1.2rem;
}

.site-search .search-bar-results--section-header {
    padding: 0 0 1.5rem;
    border-bottom: 1px solid #dbdbdb;
}

.site-search .search-bar-results--section-header p {
    color: #000;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    word-spacing: 0;
}

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

.site-search .search-bar-results--section-items ul li:not(:first-child) {
    padding: 1.5rem 0 0;
    border-top: 1px solid #f0f0f0;
}

/* Polls Page */

.polls-archive {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 2rem 0 0;
}

.poll {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 150px;
    align-items: center;
    justify-content: space-between;
    row-gap: 1rem;
    column-gap: 3rem;
    padding: 3rem;
    border: 1px solid #ececec;
    border-radius: var(--atlas-border-radius);
    box-shadow: 0px 2px 9px -3px rgba(0, 0, 0, 0.17);
}

.poll-heading {
    grid-row: 1 / span 2;
    grid-column: 1;
}

.poll-heading h2 {
    font-size: 2.6rem;
    font-weight: 600;
}

.poll-date,
.poll-response-count {
    grid-row: 1;
    grid-column: 2;
    display: flex;
    justify-content: flex-end;
}

.poll-response-count {
    grid-row: 2;
}

.poll-date p,
.poll-response-count p {
    background-color: #f0f0f0;
    display: inline-flex;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    padding: 0.7rem 1.4rem;
    border: 1.5px solid #f0f0f0;
    border-radius: 50px;
    text-align: center;
}

.poll-response-count p {
    background-color: transparent;
    border-color: #dbdbdb;
}

.poll-answers {
    grid-row: 3;
    grid-column: 1 / span 2;
}

.poll-answers ul {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 2rem 0 0;
}

.poll-answers ul li {
    list-style-type: none;
    font-size: 1.7rem;
    line-height: 1.2;
}

.poll-answers ul li {
    display: grid;
    grid-template-columns: auto 1fr 25px;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.poll-answers ul li .choice-separator {
    display: flex;
    width: auto;
    height: 2px;
    border-top: 2px dotted #dbdbdb;
}

.poll-answers ul li .choice-count {
    text-align: center;
}

.poll-answers .custom-responses {
    margin: 3rem -3rem -3rem;
    padding: 3rem;
    border-top: 1px solid #f0f0f0;
}

.poll-answers .custom-responses p {
    font-size: 1.5rem;
}

.poll-answers ul li.selected,
.poll-answers .custom-responses p .selected {
    color: var(--atlas-primary-blue);
    font-weight: 600;
}

/* Events Page */

.events-archive .tribe-events-l-container {
    padding: 0 !important;
}

.events-archive li {
    list-style-type: none;
}

.single-tribe_events #tribe-events-pg-template {
    padding: 0;
}

.single-tribe_events .tribe-events-back {
    margin: 0 0 2rem;
}

.single-tribe_events .tribe-events-notices {
    color: #676767;
    font-size: 1.7rem;
}

.single-tribe_events h1 {
    font-size: 4.4rem;
    font-weight: 600;
    font-family: var(--atlas-font-family);
}

.single-tribe_events .tribe-events-schedule {
    font-size: 1.7rem;
    line-height: 1;
    margin: 1.5rem 0 0;
}

.single-tribe_events .tribe-events-event-meta {
    width: 100%;
}

.single-tribe_events .tribe-events-single-event-description.tribe-events-content {
    margin: 3rem 0 0;
}

.single-tribe_events .tribe-events-single-event-description.tribe-events-content p {
    font-family: var(--atlas-font-family);
    line-height: 1.7;
    margin: 0 0 2rem;
}

.single-tribe_events .tribe-events-single-event-description.tribe-events-content p:last-child {
    margin: 0;
}

.single-tribe_events .tribe-events-meta-group.tribe-events-meta-group-details {
    margin: 3rem 0;
}

.single-tribe_events .tribe-events-meta-group.tribe-events-meta-group-details h2 {
    font-size: 2rem;
    line-height: 1;
    margin: 0 0 1.5rem;
}

.single-tribe_events .tribe-events-meta-list {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.single-tribe_events .tribe-events-meta-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.single-tribe_events .tribe-common abbr[title] {
    text-decoration: none;
}

.notifications-container {
    margin: 1rem 0 0;
}

.mma-faq-section {
    background-color: #254a79;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    height: 100%;
    padding: 2rem;
    border-radius: var(--atlas-border-radius);
    box-sizing: border-box;
    overflow: hidden;
}

.mma-faq-section--logos {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(4rem + 1.5px);
    padding: 0 0 2rem;
    border-bottom: 1.5px solid #676767;
}

.mma-faq-section--logos[data-type='single'] {
    display: block;
}

.mma-faq-section--logos:before {
    content: '';
    position: absolute;
    background-color: #676767;
    width: 1.5px;
    height: 100%;
    top: 0;
    left: calc(50% - 0.75px);
}

.mma-faq-section--logos[data-type='single']:before {
    display: none;
}

.mma-faq-section--logos img {
    object-fit: contain;
    object-position: center center;
    width: 100%;
    max-width: 200px;
    height: 100%;
    margin: 0 auto;
}

.mma-faq-section--logos[data-type='single'] img {
    max-width: 100%;
}

.mma-faq-section--content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.mma-faq-section--content-title h3 {
    color: #fff;
    font-size: 2.3rem;
    font-weight: 700;
    text-align: center;
}

.mma-faq-section--content-copy p,
.mma-faq-section--content-copy li {
    color: #fff;
    font-size: 1.6rem;
    font-style: italic;
    text-align: center;
}

.mma-faq-section--content-copy li {
    text-align: left;
}

.mma-faq-section--content-copy ul {
    width: fit-content;
    margin: 0 auto;
    padding: 0 4rem;
}

.mma-faq-section--content-cta {
    display: flex;
    justify-content: center;
    margin: 1rem 0 0;
}

.mma-faq-section--content-icon {
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    width: 40%;
    max-width: 130px;
    margin: 2rem 0 0;
}

.mma-faq-section--content-icon svg {
    color: var(--atlas-primary-blue);
    width: 100%;
    height: 100%;
}

.entry-content > .wp-block-genesis-blocks-gb-columns.hidden {
    display: none;
}

.atlas-emergency-banner {
    background-color: var(--atlas-dark-blue);
}

.atlas-emergency-banner--wrap {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    width: var(--wrap-width);
    max-width: var(--wrap-max-width);
    margin: 0 auto;
    padding: 1.5rem 0;
}

.atlas-emergency-banner.has-cta .atlas-emergency-banner--wrap {
    padding: 1rem 0;
}

.atlas-emergency-banner--content p {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 2.5rem;
    text-align: center;
}

.atlas-emergency-banner--content p strong {
    font-weight: 700;
}

.atlas-emergency-banner--cta a {
    background-color: var(--atlas-primary-blue);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0.7rem 1.2rem;
    border-radius: 0.6rem;
    line-height: 1.4;
    text-align: center;
}

.atlas-emergency-banner--cta a i,
.atlas-emergency-banner--cta a svg {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
}

.gpoll_wrapper.gravity-theme .open_ended_only .gchoice:not(:last-child),
.gform_confirmation_wrapper.open_ended_only .gpoll_choice_wrapper:not(:last-child),
.gpoll_block_repeat_voters_wrapper.gravity-theme .open_ended_only .gpoll_choice_wrapper:not(:last-child) {
    display: none;
}

.gform_confirmation_wrapper.gravity-theme.open_ended_only .gpoll_wrapper .gpoll_ratio_box,
.gpoll_block_repeat_voters_wrapper.gravity-theme .open_ended_only .gpoll_wrapper .gpoll_ratio_box {
    display: none;
}

/* 02/26/26 */

.reminder-section {
    background-image: linear-gradient(90deg, #02b0f0, #77d5f7);
    display: flex;
    flex-direction: column;
    gap: 2rem;
    height: 100%;
    padding: 4rem 2rem;
    box-sizing: border-box;
}

.reminder-section--banner img {
    max-width: 225px;
    margin: 0 auto;
}

.reminder-section--icon img {
    max-width: 150px;
    margin: 0 auto;
}

.reminder-section--list {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    margin: 2rem 0 0;
}

.reminder-section--list-item {
    display: grid;
    grid-template-columns: min(6rem, 20%) 1fr;
    gap: 2rem;
}

.reminder-section--list-item-copy {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.reminder-section--list-item-copy p,
.reminder-section--list-item-copy a {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0;
}

.reminder-section--list-item-copy p strong {
    font-size: 1.7rem;
    font-weight: 700;
}

.reminder-section--list-item-copy {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.reminder-section--list-item-copy a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 600;
}

.reminder-section--list-item-copy a:hover {
    gap: 1.25rem;
    filter: brightness(0.92);
}

.reminder-section--icymi {
    margin: 2rem 0 0;
}

.reminder-section--icymi a {
    display: flex;
}

.reminder-section--icymi img {
    max-width: 150px;
    margin: 0 auto;
}