.offboarding {
    line-height: 1.4;
}

.page-template-template-offboarding #content, 
.page-template-template-offboarding .site-footer {
    background: rgb(64 66 71 / 5%) !important;
}

.container.wide {
	max-width: 1080px;
	color: #2f2f52 !important;
    padding-left: 0;
    padding-right: 0;
}

strong {
	font-weight: 700 !important;
}

header {
	margin: 0 !important;
	padding: 0 !important;
}

header img {
	width: 93px !important;
	height: auto !important;
	margin-top: 32px;
	margin-bottom: 48px;
}

.col-8 {
	max-width: 690px;
}

@media screen and (min-width: 1025px) {
    .col-8 {
        padding-right: 3rem !important;
    }
    .sticky {
        position: sticky;
        top: 0;
        padding-top: 3rem;
        margin-top: -3rem;
    }    
}

.col-8 a {
	color: #2f2f52;
}

.col-8 a:hover {
	background: #c7f3e6;
}
.col-8 h1 {
    margin-bottom: 3rem;
}
.col-8 h2 {
	margin-bottom: 1.5rem;
	font-size: 30px;
}

.col-8 h3 {
	font-size: 24px;	
	margin-bottom: 12px;
	margin-top: 32px;
}

header a,
header nav {
	display: none;
}

body {
	background: #f7f7f7;
}

p.big {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
	font-size: 24px;
}

nav {
	display: flex;
	flex-direction: column;
}

nav.box ul {
	list-style-type: none;
	padding-left: 0px;
}

nav .fancy-link {
	font-size: 1.25rem;
}

main nav li {
	margin-bottom: 8px;
}

main nav h4 {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 26px;
}

footer a,
.fancy-link {
	z-index: 0;
	display: inline-block;
	position: relative;
	font-weight: 700;
	color: #2f2f52 !important;
	text-decoration: none !important;
}

footer a::before,
.fancy-link::before {
	content: "";
	z-index: -1;
	display: block;
	position: absolute;
	bottom: 0.25em;
	left: 0;
	width: 100%;
	height: 2px;
	background: #72e0c0;
	transition: all 0.2s ease-in-out;
}

footer a:hover,
.fancy-link:hover {
	text-decoration: none;
}

footer a:hover::before,
.fancy-link:hover::before {
	height: 1.25em;
	background: #c7f3e6;
}

.sidebar {
	position: sticky !important;
	top: 32px;
}

.box {
	background: white;
	padding: 2.5rem;
	box-shadow: 0px 1px 5px rgba(116, 116, 140, 0.6);
	border-radius: 6px;
	margin-bottom: 32px;
	position: relative;
}

.box.has-read-more {
	max-height: 700px;
	overflow: hidden;
	border-bottom: 16px solid white;
}

.box.has-read-more:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 120px;
	z-index: 0;
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.95), rgb(255, 255, 255));
}

.box.has-read-more.open:after {
	display: none;
}

.box.open {
	max-height: none !important;
	padding-bottom: 4em;
	border-bottom: 0;
}

.box.open .more {
	display: none;
}

.box .less {
	display: none;
}

.box.open .less {
	display: block;
}

.box ul {
	list-style-type: disc;
	padding-left: 1em;
}

.box ol {
	list-style-type: decimal;
	padding-left: 1em;
}

.box li {
	margin-bottom: 6px;
}

.less .caret {
	transform: rotate(180deg);
}

.read-more.fancy-link {
	position: absolute;
    left: 50%;
	bottom: 0.75rem;
    transform: translateX(-50%);
	background: rgba(255, 255, 255, 0.5);
	border: 0;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	height: 28px;
	padding: 0 0 0.5rem 0;
	z-index: 1;
}

.open .read-more.fancy-link {
	bottom: 16px;
}

.box *:last-child {
	margin-bottom: 0;
}

.illo {
	margin-bottom: 26px;
	width: 100%;
}

.box-inner {
    margin-top: 2rem;
	padding: 24px;
	background: #f7f7f7;
	box-shadow: 0px 3px 0px #ebebeb;
	border-radius: 6px;
	margin-bottom: 32px;
}

.box-inner:last-child {
	margin-bottom: 0;
}

.box-inner.blue {
	background: #e4f6fc;
	box-shadow: 0px 3px 0px rgba(3, 105, 145, 0.2);
	border-radius: 6px;
}

.box ol,
.box ul {
    margin-top: 8px;
	margin-bottom: 16px;
}
.box li:not(:last-of-type) {
    margin-bottom: 0.5rem;
}

footer {
	background: transparent !important;
}

footer p {
	color: #2f2f52 !important;
	width: 100% !important;
	text-align: left;
	max-width: 1280px !important;
	padding: 24px 60px;
	border-top: 2px solid #d5d5dc;
	display: flex;
	justify-content: right;
	flex-wrap: wrap;
}

@media (max-width: 950px) {
	footer p {
		display: block;
	}

	footer br {
		display: block;
	}
}

footer span {
	flex: 1;
}

footer a:nth-child(2) {
	margin-right: 24px;
}

footer br {
	display: none;
}

.caret {
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 8px;
	width: 12px;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.3.1  SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11.2 7.3' style='enable-background:new 0 0 11.2 7.3%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%232F2F52%3B%7D%3C/style%3E%3Cpath class='st0' d='M5 7c0.3 0.3 0.8 0.3 1.2 0L11 2.2c0.4-0.4 0.4-0.9 0-1.2l-0.8-0.8C9.9-0.1 9.3-0.1 9 0.2L5.6 3.6L2.2 0.2C1.9-0.1 1.4-0.1 1 0.2L0.3 1c-0.4 0.3-0.4 0.8 0 1.2L5 7z'/%3E%3C/svg%3E");
}

.col-4 {
	display: none;
}

button {
	cursor: pointer;
}

#scroll-to-top {
	border: 2px solid #74748C;
	font-weight: 500;
	font-size: 18px;
	height: 40px;
	background: transparent;   
    padding: 2px 14px 0;
	border-radius: 6px;
    color: #2f2f52;
}

#scroll-to-top:hover {
	background: white;
	border-color: #2f2f52;
}

#scroll-to-top .caret {
	transform: rotate(180deg);
	margin-bottom: 2px;
	margin-left: 6px;
}
@media (orientation: landscape) and (min-width: 668px) {
	.mobile {
		display: none;
	}

	.col-4 {
		display: block;
	}
}