/* Font Family Reference Block font-family: 'Fira Sans Condensed', sans-serif; font-family: 'Muli', sans-serif; font-family: 'Nunito Sans', sans-serif; font-family: 'Oswald', sans-serif; */
/*********************** * Set Global Variables ***********************/
:root {
	--primary-font: 'Muli', sans-serif;
	--blue: #005596;
	--gold: #febc11;
	--fire: #f04923;
	--ice: #a2ceee;
	--navy: #1c3352;
	--green: #80ae3a;
	--purple: #731e72;
	--grey: #4a5c65;
	--darkgray: #0a1c25;
	--container-max-width: 1368px;
	--container-padding: 50px;
	/* Padding on outside of container */
	--column-gutter: 12px;
	/* Default gutter for Bootstrap rows and Gutenberg columns */
	--grid-gutter: 25px;
	/* Gutter for .post-grid elements */
}

/*********************** * Set Global Defaults ***********************/
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	max-width: calc(var(--container-max-width) + 2 * var(--container-padding));
	padding-right: var(--container-padding);
	padding-left: var(--container-padding);
}

.row {
	margin-right: calc(-1 * var(--column-gutter) / 2);
	margin-left: calc(-1 * var(--column-gutter) / 2);
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	padding-right: calc(var(--column-gutter) / 2);
	padding-left: calc(var(--column-gutter) / 2);
}

@media (min-width: 782px) {
	.wp-block-column:not(:first-child) {
		margin-left: var(--column-gutter);
	}
}

.wp-block-columns.columns-sidebar {
	margin: 0 -40px;
}

.wp-block-columns.columns-sidebar>.wp-block-column {
	padding: 0 40px;
}

.wp-block-columns.columns-sidebar>.wp-block-column:last-child {
	max-width: 380px;
}

@media (max-width: 781px) {
	.wp-block-columns.columns-sidebar>.wp-block-column {
		min-width: 100%;
	}
}

@media (max-width: 63.999em) {
	.wp-block-columns.columns-sidebar {
		margin: 0 -20px;
	}

	.wp-block-columns.columns-sidebar>.wp-block-column {
		padding: 0 20px;
	}
}

@media (max-width: 39.999em) {
	.wp-block-columns.columns-sidebar {
		margin: 0 -20px;
	}

	.wp-block-columns.columns-sidebar>.wp-block-column {
		padding: 0 20px;
	}
}

.row.post-grid {
	margin: calc(-1 * var(--grid-gutter) / 2);
}

.row.post-grid>.col,
.row.post-grid>.col-1,
.row.post-grid>.col-10,
.row.post-grid>.col-11,
.row.post-grid>.col-12,
.row.post-grid>.col-2,
.row.post-grid>.col-3,
.row.post-grid>.col-4,
.row.post-grid>.col-5,
.row.post-grid>.col-6,
.row.post-grid>.col-7,
.row.post-grid>.col-8,
.row.post-grid>.col-9,
.row.post-grid>.col-auto,
.row.post-grid>.col-lg,
.row.post-grid>.col-lg-1,
.row.post-grid>.col-lg-10,
.row.post-grid>.col-lg-11,
.row.post-grid>.col-lg-12,
.row.post-grid>.col-lg-2,
.row.post-grid>.col-lg-3,
.row.post-grid>.col-lg-4,
.row.post-grid>.col-lg-5,
.row.post-grid>.col-lg-6,
.row.post-grid>.col-lg-7,
.row.post-grid>.col-lg-8,
.row.post-grid>.col-lg-9,
.row.post-grid>.col-lg-auto,
.row.post-grid>.col-md,
.row.post-grid>.col-md-1,
.row.post-grid>.col-md-10,
.row.post-grid>.col-md-11,
.row.post-grid>.col-md-12,
.row.post-grid>.col-md-2,
.row.post-grid>.col-md-3,
.row.post-grid>.col-md-4,
.row.post-grid>.col-md-5,
.row.post-grid>.col-md-6,
.row.post-grid>.col-md-7,
.row.post-grid>.col-md-8,
.row.post-grid>.col-md-9,
.row.post-grid>.col-md-auto,
.row.post-grid>.col-sm,
.row.post-grid>.col-sm-1,
.row.post-grid>.col-sm-10,
.row.post-grid>.col-sm-11,
.row.post-grid>.col-sm-12,
.row.post-grid>.col-sm-2,
.row.post-grid>.col-sm-3,
.row.post-grid>.col-sm-4,
.row.post-grid>.col-sm-5,
.row.post-grid>.col-sm-6,
.row.post-grid>.col-sm-7,
.row.post-grid>.col-sm-8,
.row.post-grid>.col-sm-9,
.row.post-grid>.col-sm-auto,
.row.post-grid>.col-xl,
.row.post-grid>.col-xl-1,
.row.post-grid>.col-xl-10,
.row.post-grid>.col-xl-11,
.row.post-grid>.col-xl-12,
.row.post-grid>.col-xl-2,
.row.post-grid>.col-xl-3,
.row.post-grid>.col-xl-4,
.row.post-grid>.col-xl-5,
.row.post-grid>.col-xl-6,
.row.post-grid>.col-xl-7,
.row.post-grid>.col-xl-8,
.row.post-grid>.col-xl-9,
.row.post-grid>.col-xl-auto {
	padding: calc(var(--grid-gutter) / 2);
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.row.gutter-100 {
	margin: 0 -50px;
}

.row.gutter-100>.col,
.row.gutter-100>.col-auto {
	padding: 0 50px;
}

.row.main-sidebar {
	margin: 0 -15px;
}

.row.main-sidebar>.col {
	padding: 0 15px;
}

@media (min-width: 1200px) {
	.row.gutter-100>.col.sidebar.padding-right-none {
		padding-left: 0;
		max-width: 360px;
	}
}

@media (max-width: 63.999em) {
	.container {
		padding: 0 30px;
	}

	.row {
		margin: -10px;
	}

	.row>.col {
		padding: 10px;
	}

	.row.gutter-100 {
		margin: 0 -20px;
	}

	.row.gutter-100>.col,
	.row.gutter-100>.col-auto {
		padding: 0 20px;
	}
}

@media (max-width: 767px) {
	.container {
		padding: 0 10px;
	}

	.row {
		margin: -5px;
	}

	.row>.col {
		padding: 5px;
	}

	.row.gutter-100,
	.row.gutter-12 {
		margin: -6px;
	}

	.row.gutter-100>.col,
	.row.gutter-100>.col-auto,
	.row.gutter-12>.col,
	.row.gutter-12>.col-auto {
		padding: 6px;
	}
}

/*********************** * Fonts/Text Defaults ***********************/
html,
body {
	font-family: var(--primary-font);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.375;
	color: var(--darkgray);
	letter-spacing: 0;
	overflow-x: hidden;
}

@media (max-width: 63.999em) {

	html,
	body {
		font-size: 15px;
	}
}

@media (max-width: 767px) {

	html,
	body {
		font-size: 14px;
	}
}

body {
	background-color: #f7f7f7;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: var(--primary-font);
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.01em;
	color: var(--blue);
}

h1,
.h1 {
	font-size: 60px;
	line-height: 1.1;
	letter-spacing: -0.02em;
	margin: 0;
}

h2,
.h2 {
	font-size: 41px;
	letter-spacing: -0.02em;
	margin: 0 0 0.2em;
}

h3,
.h3 {
	font-size: 36px;
	line-height: 1.38;
	margin: 0;
}

h4,
.h4 {
	font-size: 26px;
	margin: 0 0 0.2em;
}

h5,
.h5 {
	font-size: 22px;
	color: var(--grey);
}

h6,
.h6 {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: var(--grey);
	text-transform: uppercase;
}

p {
	margin: 0 0 1em;
}

p.intro {
	font-size: 26px;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: -0.01em;
	margin-bottom: 0.5em;
}

p.large {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: -0.01em;
	line-height: 1.2;
}

li {}

a {
	color: var(--blue);
}

h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child,
h5:first-child,
.h5:first-child,
h6:first-child,
.h6:first-child,
p:first-child {
	margin-top: 0;
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child,
p:last-child {
	margin-bottom: 0;
}

@media (max-width: 63.999em) {

	h1,
	.h1 {
		font-size: 45px;
	}

	h2,
	.h2 {
		font-size: 33px;
	}

	h3,
	.h3 {
		font-size: 30px;
	}

	h4,
	.h4 {
		font-size: 23px;
	}

	h5,
	.h5 {
		font-size: 20px;
	}

	h6,
	.h6 {
		font-size: 12px;
	}

	p.intro {
		font-size: 23px;
	}
}

@media (max-width: 767px) {

	h1,
	.h1 {
		font-size: 30px;
	}

	h2,
	.h2 {
		font-size: 25px;
	}

	h3,
	.h3 {
		font-size: 23px;
	}

	h4,
	.h4 {
		font-size: 20px;
	}

	h5,
	.h5 {
		font-size: 17px;
	}

	h6,
	.h6 {
		font-size: 11px;
	}

	p.intro {
		font-size: 20px;
	}
}




.cend-text {
    background-image: url('../images/cend-text.png');
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999em;
    display: inline-block;
    width: 6em;
    line-height: 2.2em;
    position: relative;
    top: -0.2em;
}



/* Blockquotes */
blockquote,
.wp-block-pullquote p {
	font-size: 1.35em;
	margin: 1.5em;
}

blockquote> :first-child::before,
blockquote> :first-child::after {
	font-size: 1.5em;
	margin: 0 0.25em;
}

blockquote>p:first-of-type::before {
	content: "“";
}

blockquote>p:last-of-type::after {
	content: "”";
}

.wp-block-pullquote {
	padding: 1em 0;
}

.wp-block-pullquote p {
	line-height: 1.2;
}

.wp-block-pullquote cite {
	margin-right: 2em;
}

.wp-block-pullquote cite::before {
	content: "—";
}

/*********************** * Buttons ***********************/
.wp-block-button__link,
.btn {
	display: inline-block;
	border-radius: 4px;
	padding: 0.7em 1.5em;
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	background-color: var(--navy);
	letter-spacing: -0.03em;
	line-height: 1.1;
	border: 1px solid transparent;
	transition: all 0.4s;
	text-align: center;
}

.btn.uppercaseBtn {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: 0;
	padding: 1em;
}

.btn.smallBtn {
	font-size: 15px;
}

.wp-block-button__link,
.btn.bigBtn {
	font-size: 24px;
	padding: 0.8em 1.5em;
	border-radius: 0.25em;
}

.wp-block-button__link:hover,
.btn:hover {
	color: #ffffff;
	background-color: #0f223b;
	text-decoration: none;
}

.btn.greenBtn {
	background-color: var(--green);
}

.btn.greenBtn:hover {
	background-color: #5e891d;
}

.btn.navyBtn {
	background-color: var(--navy);
}

.btn.navyBtn:hover {
	background-color: #0f223b;
}

.btn.filterToggle[aria-expanded="true"],
.btn.blueBtn {
	background-color: var(--blue);
	color: #ffffff;
}

.btn.filterToggle[aria-expanded="true"]:hover,
.blueBorder .wp-block-button__link:hover,
.btn.blueBtn:hover {
	background-color: #003e6d;
}

.btn.redBtn {
	background-color: var(--fire);
}

.redBorder .wp-block-button__link:hover,
.btn.redBtn:hover {
	background-color: #d02903;
}

.btn.yellowBtn {
	background-color: var(--gold);
}

.yellowBorder .wp-block-button__link:hover,
.btn.yellowBtn:hover {
	background-color: #d49a05;
}

.btn.goldBtn {
	background-color: var(--gold);
}

.btn.goldBtn:hover {
	background-color: #d49a05;
}

.btn.fireBtn {
	background-color: var(--fire);
}

.btn.fireBtn:hover {
	background-color: #c42b08;
}

.btn.iceBtn {
	background-color: var(--ice);
	color: #000000;
}

.btn.iceBtn:hover {
	background-color: #76aad0;
	color: #000000;
}

.btn.grayBtn {
	background-color: var(--grey);
}

.btn.grayBtn:hover {
	background-color: #24353e;
}

.btn.purpleBtn {
	background-color: var(--purple);
}

.btn.purpleBtn:hover {
	background-color: #5e125d;
}

.btn.lightBlueBtn {
	background-color: #55667d;
}

.btn.lightBlueBtn:hover {
	background-color: #78889e;
}

.btn.whiteBtn {
	background-color: #ffffff;
	color: var(--grey);
}

.btn.whiteBtn:hover {
	background-color: #f1f1f1;
}

.btn.outlineBtn {
	background-color: transparent;
	border: 2px solid #b0b9c2;
	color: #27333f;
	border-radius: 7px;
}

.btn.outlineBtn:hover {
	outline: 0;
	background-color: #dbe2e9;
}

.btn.outlineBtn.whiteOutlineBtn {
	background-color: transparent;
	border-color: #ffffff;
	color: #ffffff;
}

.btn.outlineBtn.whiteOutlineBtn:hover {
	outline: 0;
	background-color: rgba(255, 255, 255, 0.2);
}

.btn.outlineBtn.greenOutlineBtn {
	background-color: transparent;
	border-color: var(--green);
	color: var(--green);
}

.btn.outlineBtn.greenOutlineBtn:hover {
	outline: 0;
	background-color: rgba(255, 255, 255, 0.2);
}

.btn.outlineBtn span {
	color: #b0b9c2;
}

.btn.outlineBtn.greenOutlineBtn span {
	color: inherit;
}

.smallBtn {
	font-size: 0.6em;
	padding: 5px 10px;
}

.btn.externalLink::after {
	content: "";
	background-image: url('../images/external-link.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 0.9em;
	height: 0.9em;
	display: inline-block;
	vertical-align: baseline;
	margin: 0 0 0 0.5em;
	position: relative;
	top: 0.1em;
}

.btn.btnArrow::after {
	content: " ›";
	transform: translateX(4px);
	transition: transform 0.4s;
	display: inline-block;
}

.btn.btnArrow:hover::after,
.btn.btnArrow:focus::after {
	transform: translateX(8px);
}

.btn.btnArrow.bigBtn::after {
	transform: translateX(8px);
}

.btn.btnArrow.bigBtn:hover::after,
.btn.btnArrow.bigBtn:focus::after {
	transform: translateX(12px);
}

.btn.focus,
.btn:focus {
	box-shadow: none;
}

@media (max-width: 79.999em) {}

@media (max-width: 63.999em) {
	.btn {
		font-size: 14px;
	}

	.smallBtn {
		font-size: 6px;
	}

	.btn.bigBtn {
		font-size: 19px;
	}

	.btn.uppercaseBtn {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.btn {
		font-size: 13px;
	}

	.smallBtn {
		font-size: 6px;
	}

	.btn.bigBtn {
		font-size: 14px;
	}

	.btn.uppercaseBtn {
		font-size: 13px;
	}
}

/*********************** * Menus ***********************/
/* Menu Defaults */
ul.menu,
ul.menu>li,
ul.sub-menu,
ul.sub-menu>li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.sub-menu {
	padding-left: 20px;
}

/* Bootstrap Menus */
.navbar {
	padding: 0;
}

.dropdown-menu {
	margin: 0;
}

.navbar-expand .navbar-nav {
	margin-left: -10px;
	margin-right: -10px;
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: 10px;
	padding-left: 10px;
}

/*********************** * Search Form ***********************/
.search-form {
	border-radius: 5px;
	border: 1px solid #A1A5A9;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	padding: 0;
	margin: 0 0 2em;
	max-width: 800px;
}

.search-form>.formField {}

.search-form>.formField.input-field {
	flex-grow: 1;
}

.search-form input[type="search"]::-webkit-input-placeholder {
	color: #212529;
}

.search-form input[type="search"]:-ms-input-placeholder {
	color: #212529;
}

.search-form input[type="search"]::placeholder {
	color: #212529;
}

.search-form input[type="search"] {
	border: 0;
	color: #212529;
	font-weight: 500;
	font-size: 15px;
	background-color: transparent;
	padding: 0.6em;
	padding-left: 0;
}

.search-form input[type="search"]:focus,
.search-form input[type="search"]:active {
	outline: 0;
}

.search-form button {
	border: 0;
	background: transparent;
	color: #212529;
	transition: color 0.4s;
	padding: 0.6em 0.6em 0.4em 0.8em;
}

.search-form button:hover,
.search-form button:focus,
.search-form button:active {
	color: rgba(50, 50, 50, 0.75);
	outline: 0;
}

/*********************** * Site Header ***********************/
#masthead {
	color: #ffffff;
	background-color: var(--navy);
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	z-index: 2;
}

#masthead h4 {
	color: #ffffff;
	margin: 0;
}

#masthead .container {
	padding: 0 48px;
	max-width: 100%;
}

#masthead .col-logo img {
	max-width: 120px;
	margin: 10px 0;
}

#masthead .col-tagline p {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 17px;
	display: inline-block;
	padding-left: 0;
	color: #b3b3b3;
	letter-spacing: 0.225em;
}

#masthead .col-tagline p a {
	color: inherit;
	text-decoration: none;
}

#masthead .col-site-utilities {
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
}

/* Logo Block */
.block.logo {
	max-width: 100%;
	width: 250px;
}

.block.logo .site-logo {
	margin: 0;
	padding: 10px 0;
}

.block.logo .site-logo a {
	display: block;
	text-indent: -999em;
	width: 100%;
	padding-bottom: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	height: 0;
}

/* Header Search Form */
#masthead .search-form {
	border: 1px solid #ffffff;
	margin: 0 10px 0 0;
}

#masthead .search-form input[type="search"]::-webkit-input-placeholder {
	color: #ffffff;
}

#masthead .search-form input[type="search"]:-ms-input-placeholder {
	color: #ffffff;
}

#masthead .search-form input[type="search"]::placeholder {
	color: #ffffff;
}

#masthead .search-form input[type="search"] {
	color: #ffffff;
}

#masthead .search-form button {
	color: #ffffff;
}

#masthead .search-form button:hover,
#masthead .search-form button:focus,
#masthead .search-form button:active {
	color: rgba(255, 255, 255, 0.75);
}

/* Menu Toggle */
.row>.col.col-menu-toggle {
	border-left: 1px solid #fff;
	padding-left: 2em;
	padding-top: 0.65em;
	padding-bottom: 0.65em;
}

.col-menu-toggle .toggle {
	text-indent: -999em;
	display: block;
	width: 29px;
	height: 24px;
	background-image: url('../images/hamburger.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}

.menu-open .col-menu-toggle .toggle {
	background-image: url('../images/mobile-menu-close.png');
	background-size: 70% auto;
}

/* Header Account Link */
.row>.col.col-account-link {
	padding-right: 3em;
	padding-left: 1.4em;
}

.account-link,
.account-link:hover {
	color: #a1b831;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.467;
	text-decoration: none;
}

.account-link .icon-person {
	font-size: 1.8em;
	vertical-align: middle;
	margin: 0 0.3em 0 0;
}

.account-link .text {
	vertical-align: middle;
}

.account-link:hover .text {
	text-decoration: underline;
}

.account-link.loggedin .text {
	color: #fff;
}

.col-account-link .popout {
	position: absolute;
	left: 0;
	text-align: center;
	top: 100%;
	background-color: #a1b831;
	border-radius: 5px;
	z-index: 1;
	padding: 1em 0.5em 1.2em;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
	margin-top: 43px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.4s;
	transition-delay: 0s;
}

.col-account-link .popout.active {
	opacity: 1;
	pointer-events: auto;
	transition-delay: 1s;
}

.col-account-link .popout::before {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 13px solid #a1b831;
	content: "";
	position: absolute;
	bottom: 100%;
	left: 20px;
}

.col-account-link .popout p {
	font-size: 14px;
	line-height: 1.286;
	margin: 0 0 0.45em;
}

.col-account-link .popout h5 {
	color: var(--navy);
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 0;
}

.col-account-link .popout h5 a {
	color: inherit;
}

@media (max-width: 79.999em) {
	#masthead .col-site-utilities {
		display: none !important;
	}
}

@media (max-width: 63.999em) {
	#masthead .container {
		padding: 0 36px;
	}

	#masthead .col-logo img {
		max-width: 140px;
	}

	#masthead .col-tagline h4 {
		display: none;
	}

	#masthead .col-site-utilities {
		min-width: calc(100% - 180px);
	}

	#masthead .col-site-utilities #searchForm input[type="search"] {
		font-size: 1.2em;
	}

	#masthead .col-site-utilities .btn {
		font-size: 1.2em;
		padding: 10px;
		display: inline-block;
	}
}

@media (max-width: 767px) {
	#masthead {
		padding: 0 24px;
	}

	#masthead .container {
		padding: 8px 0;
	}

	#masthead .row {
		margin: 0 -5px;
	}

	#masthead .row>div {
		padding: 0 5px;
	}

	#masthead .col-logo {
		text-align: center;
		display: inline-block;
		order: 2;
	}

	#masthead .col-logo img {
		max-width: 120px;
	}

	#masthead .col-tagline {
		display: none;
	}

	#masthead .col-site-utilities,
	#masthead .col-menu-toggle {
		width: 90px;
		max-width: 90px;
		min-width: 0;
	}

	#masthead .col-site-utilities #searchForm {
		height: 33px;
		width: 33px;
		padding: 0;
	}

	#masthead .col-site-utilities #searchForm .formField {
		width: 100%;
		text-align: center;
	}

	#masthead .col-site-utilities #searchForm button {
		font-size: 1.4em;
		padding: 0;
	}

	#masthead .col-site-utilities .btn {
		height: 33px;
		width: 33px;
		padding: 0;
	}

	#masthead .col-site-utilities .btn [class^="icon-"] {
		line-height: 31px;
		margin: 0;
		font-size: 1.3em;
	}

	#masthead .col-menu-toggle {
		order: 1;
		border: none;
		width: 40px;
	}

	#masthead .col-account-link {
		order: 3;
		width: 40px;
	}

	.account-link .icon-person {
		margin: 0;
	}

	.col-account-link .popout {
		right: -5px;
		left: auto;
		min-width: 200px;
	}

	.col-account-link .popout::before {
		right: 10px;
		left: auto;
	}
}

/*********************** * SiteNav Sidebar ***********************/
#siteNav {
	background-color: #ffffff;
	text-align: center;
	max-width: 250px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 22px 0 28px;
	min-width: 250px;
}

#siteNav {
	position: absolute;
	height: 100%;
	z-index: 10;
	transition: transform 0.4s, opacity 0s;
	transition-delay: 0s, 1s;
	transform: translateX(100%);
	justify-content: flex-start;
	max-width: 210px;
	right: 0;
	opacity: 0;
}

.menu-open #siteNav {
	transform: translateX(0);
	opacity: 1;
	transition-delay: 0s, 0s;
}

#siteNav .widget {
	margin: 0;
}

/* SiteNav User Card */
#siteNav #userCard {
	margin-bottom: 25px;
	padding: 0 15px;
}

#siteNav #userCard .avatar {
	margin-bottom: 10px;
}

#siteNav #userCard .userName {
	font-size: 14px;
	margin-bottom: 7px;
	color: var(--blue);
}

#siteNav #userCard .userLinks {
	font-size: 14px;
}

#siteNav #userCard .userLinks a {
	text-decoration: none;
	color: #808080;
}

#siteNav #userCard .userLinks a:hover {
	text-decoration: underline;
}

#siteNav #locationToggle {
	margin-bottom: 70px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 25px;
}

/* SideNav Search Form */
#siteNav .widget_search {
	margin-bottom: 25px;
	padding: 0 20px;
}

#siteNav .search-form {
	margin: 0;
}

/* SiteNav Menu */
#siteNav #menu-main-menu {
	padding: 0;
	margin: 0 0 0;
	text-align: left;
	display: block;
}

#siteNav #menu-main-menu li {
	display: block;
	font-size: 15px;
	margin-top: 10px;
	padding-left: 18px;
}

#siteNav #menu-main-menu li:first-child {
	margin-top: 0;
}

#siteNav #menu-main-menu li a {
	display: block;
	position: relative;
	padding: 14px 20px 14px 50px;
	text-decoration: none;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	font-weight: 500;
	color: var(--blue);
	transition: all 0.4s;
}

#siteNav #menu-main-menu li.active a,
#siteNav #menu-main-menu li a:hover {
	background-color: #f7f7f7;
}

#siteNav #menu-main-menu li[class*="nav-"] a::before {
	position: absolute;
	transform: translate(0, -50%);
	left: 20px;
	top: 50%;
	font-size: 20px;
	content: "";
	width: 20px;
	height: 24px;
	background-image: url('../images/nav-home.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

#siteNav #menu-main-menu li.nav-home a::before {
	background-image: url('../images/nav-home.png');
}

#siteNav #menu-main-menu li.nav-moving-companion a::before {
	background-image: url('../images/nav-moving-companion.png');
}

#siteNav #menu-main-menu li.nav-neighborhood-scout a::before {
	background-image: url('../images/nav-neighborhood-scout.png');
}

#siteNav #menu-main-menu li.nav-relocation-market a::before {
	background-image: url('../images/nav-relocation-market.png');
}

#siteNav #menu-main-menu li.nav-relocation-calculator a::before {
	background-image: url('../images/nav-relocation-calculator.png');
}

#siteNav #menu-main-menu li.nav-move-checklist a::before {
	background-image: url('../images/nav-move-checklist.png');
}

#siteNav #menu-main-menu li.nav-relocation-tips a::before {
	background-image: url('../images/nav-relocation-tips.png');
}

#siteNav #menu-main-menu li.nav-helpful-articles a::before {
	background-image: url('../images/nav-helpful-articles.png');
}

#siteNav #menu-main-menu li.nav-support a::before {
	background-image: url('../images/nav-support.png');
}

#siteNav #menuAd {
	margin-top: 25px;
}

/* SiteNav Footer */
#siteNav .siteFooter {
	margin-top: 25px;
	text-align: left;
	padding: 0 38px;
}

#siteNav .siteFooter a {
	color: var(--blue);
	text-decoration: none;
}

#siteNav .siteFooter .widget_text p a {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
}

#siteNav .siteFooter .widget_text p a:hover {
	text-decoration: underline;
}

#siteNav .siteFooter .navbar {
	margin-top: 3px;
}

#siteNav .siteFooter .navbar .navbar-nav {
	margin: 0;
}

#siteNav .siteFooter .navbar a {
	font-size: 20px;
	transition: color 0.4s;
	padding: 0;
	margin-right: 4px;
}

#siteNav .siteFooter .navbar a:hover {
	color: #000000;
}

@media (max-width: 79.999em) {}

@media (max-width: 63.999em) {
	#siteNav {
		min-width: 230px;
	}

	#siteNav #userCard {
		margin-bottom: 20px;
	}

	#siteNav #userCard .avatar {
		margin-bottom: 8px;
	}

	#siteNav #userCard .userName {
		margin-bottom: 4px;
		font-size: 14.5px;
	}

	#siteNav #userCard .userLinks {
		font-size: 12.5px;
	}

	#siteNav #locationToggle {
		margin-bottom: 50px;
		padding: 0 23px;
	}

	#siteNav #mainMenu .mainNav li a {
		border-radius: 8px 0 0 8px;
		padding: 11px 16px 11px 50px;
	}
}

@media (max-width: 767px) {
	#siteNav {
		transform: translateX(-100%);
		right: auto;
		left: 0;
	}

	#siteNav #userCard {
		margin-bottom: 15px;
	}

	#siteNav #userCard .avatar {
		margin-bottom: 5px;
	}

	#siteNav #userCard .userName {
		margin-bottom: 0px;
		font-size: 14px;
	}

	#siteNav #userCard .userLinks {
		font-size: 12px;
	}

	#siteNav #locationToggle {
		margin-bottom: 22px;
		padding: 0 20px;
	}

	#siteNav #mainMenu .mainNav li {
		padding-left: 0;
		padding-right: 18px;
	}

	#siteNav #mainMenu .mainNav li a {
		border-radius: 0 5px 5px 0;
		padding: 8px 12px 8px 50px;
	}

	#siteNav .siteFooter {
		padding: 0 20px;
	}
}

/*********************** * Page Container ***********************/
#pageContainer {
	padding: 0;
	min-height: 886px;
	display: flex;
	flex-direction: column;
	position: relative;
}

#pageContainer::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	content: "";
	z-index: 5;
	transition: opacity 0.4s;
	pointer-events: none;
	opacity: 0;
}

.menu-open #pageContainer::before {
	pointer-events: auto;
	opacity: 1;
}

#primary {
	padding: 0;
	background-color: #fff;
	display: inline-block;
	padding-bottom: 4em;
}

#primary>.container-fluid>.row {
	margin-top: 30px;
}

#primary>.container-fluid>.row:first-child {
	margin-top: -15px;
}

/*********************** * Page Header ***********************/
#page-header {
	background-image: url('../images/banner-default.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	padding: 0 15px;
	margin: 0 calc(50% - 50vw);
}

#page-header.overlay::before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 50%;
	top: 0;
	left: 0;
	opacity: 1;
	background: rgb(255, 255, 255);
	background: linear-gradient(90deg, rgba(0, 85, 150, 1) 0%, rgba(0, 85, 150, 0) 100%);
}

#page-header.overlay::after {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0.5;
	background-color: var(--navy);
}

#page-header>.container {
	position: relative;
	z-index: 1;
}

#page-header>.container::before {
	background-image: url('../images/xonex-x.png');
	content: "";
	display: block;
	position: absolute;
	height: 277px;
	width: 380px;
	background-size: contain;
	top: 50%;
	left: 0;
	transform: translate(-15%, -50%);
	opacity: 0.2;
}

#page-header .col.main {
	padding-top: 0;
	padding-bottom: 0;
}

#page-header .main .wrapper {
	position: relative;
	padding-top: 62px;
	padding-bottom: 62px;
}

#page-header .page-title {
	color: #fff;
}

#page-header .page-subtitle {
	font-size: 24px;
	line-height: 1.4;
	color: #fff;
	letter-spacing: -0.02em;
	font-weight: 500;
	margin: 0;
}

#page-header .page-title a,
#page-header .page-subtitle a {
	color: unset;
	text-decoration: none;
}

/* Header Sidebar */
.col.sidebar.overflow-header {
	margin-top: -190px;
}

.col.sidebar>.wrapper {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	text-align: center;
}

.col.sidebar {
	max-width: 410px;
	overflow-y: hidden;
}

@media (max-width: 79.999em) {
	.col.sidebar {
		margin-right: -40px;
	}
}

@media (max-width: 63.999em) {
	.col.sidebar {
		max-width: 40%;
		margin-right: -20px;
	}
}

@media (max-width: 767px) {
	.col.sidebar {
		margin-right: 0px;
	}
}

#page-header .col.sidebar {}

#page-header .col.sidebar>.wrapper {
	background-color: #a1b831;
	color: #fff;
	height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 30px 40px;
}

#page-header .col.sidebar h3 {
	font-size: 38px;
	line-height: 1.162;
	margin: 0;
	color: #fff;
}

@media (max-width: 63.999em) {
	#page-header .row {
		margin: 0 -10px;
	}

	#page-header .row>.col {
		padding: 0 10px;
	}

	#page-header .page-subtitle {
		font-size: 19px;
	}

	#page-header .col.sidebar>.wrapper {
		padding: 25px 35px;
	}

	#page-header .col.sidebar h3 {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	#page-header .page-title {
		text-align: center;
	}

	#page-header .page-subtitle {
		font-size: 14px;
	}

	#page-header .col.sidebar {
		min-width: 100%;
		overflow: visible;
	}

	#page-header .col.sidebar>.wrapper {
		margin: 0 calc(50% - 50vw);
	}

	#page-header .col.sidebar>.wrapper {
		padding: 20px 30px;
	}

	#page-header .col.sidebar h3 {
		font-size: 24px;
	}
}

/* Page Header - Large */
#page-header.large {
	text-align: center;
}

#page-header.large>.container::before {
	display: none;
}

#page-header.large .main .wrapper {
	padding-top: 100px;
	padding-bottom: 200px;
}

#page-header.large.homepage .main .wrapper {
	padding-top: 120px;
	padding-bottom: 160px;
}

#page-header.large .page-title {
	font-size: 88px;
	letter-spacing: -0.03em;
	line-height: 0.95;
	margin: 0 0 0.2em;
}

#page-header.large.homepage .page-title {
	font-weight: 800;
}

#page-header.large .page-subtitle {
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1.57;
}

#page-header.x-overlay .col.main::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 15px;
	height: 100%;
	width: 100%;
	background-image: url('../images/xonex-x.png');
	background-size: auto 100%;
	background-position: left center;
	background-repeat: no-repeat;
	opacity: 0.2;
}

@media (max-width: 63.999em) {

	#page-header.large .main .wrapper,
	#page-header.large.homepage .main .wrapper {
		padding-top: 90px;
		padding-bottom: 130px;
	}

	#page-header.large .page-title {
		font-size: 63px;
	}
}

@media (max-width: 767px) {

	#page-header.large .main .wrapper,
	#page-header.large.homepage .main .wrapper {
		padding-top: 60px;
		padding-bottom: 100px;
	}

	#page-header.large .page-title {
		font-size: 38px;
	}
}

/*********************** * Page Main Content ***********************/
#page-content .col.main {
	padding-top: 60px;
	padding-bottom: 60px;
}

#page-content .row:first-child:last-child>.col.main {
	padding-bottom: 0;
}

#page-header.large+#page-content>.container:first-child {
	margin-top: -125px;
	background-color: #fff;
	padding: 35px 110px;
	max-width: 1360px;
	position: relative;
}

#page-header.large.homepage+#page-content>.container:first-child {
	margin-top: -78px;
	padding: 0;
	background-color: transparent;
}

#page-header.large.homepage+#page-content>.container:first-child .col.main {
	padding-top: 0;
}

#page-content {
	margin: 0 calc(50% - 50vw);
	position: relative;
	z-index: 1;
}

/* Transparent BG */
#page-header.large+#page-content>.container.transparentBG:first-child {
	background-color: transparent;
	padding-top: 0;
}

#page-header.large+#page-content>.container.transparentBG:first-child .col.main {
	padding-top: 0;
}

/*********************** * Main Sidebar ***********************/
#page-content .col.sidebar {}

#page-header.large+#page-content .col.sidebar {}

#page-content .col.sidebar>.wrapper {
	border-radius: 0 0 5px 5px;
	margin: 0 0 4em;
	overflow: hidden;
	background-color: #fff;
}

#page-content .col.sidebar .btn {}

@media (max-width: 79.999em) {}

@media (max-width: 63.999em) {
	#page-header br {
		display: none;
	}

	#page-content .col.main {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	#page-header.large+#page-content>.container:first-child,
	#page-header.large.homepage+#page-content>.container:first-child {
		margin-top: -63px;
	}

	#page-header.large+#page-content>.container:first-child {
		padding: 15px 55px;
	}

	#page-content>.container-fluid>.row {
		margin-top: 25px;
	}

	#page-content>.container-fluid>.row:first-child {
		margin-top: -10px;
	}
}

@media (max-width: 767px) {
	#page-content .col.main {
		padding-top: 40px;
		padding-bottom: 40px;
		order: 2;
	}

	#page-content .col.sidebar {
		min-width: 100%;
	}

	#page-content .col.sidebar>.wrapper {
		margin: 0;
	}

	#page-header.large+#page-content>.container:first-child {
		margin-top: -125px;
		padding: 35px 30px;
	}

	#page-header.large+#page-content>.container:first-child,
	#page-header.large.homepage+#page-content>.container:first-child {
		margin-top: -48px;
	}

	#page-content>.container-fluid>.row {
		margin-top: 20px;
	}

	#page-content>.container-fluid>.row:first-child {
		margin-top: -5px;
	}
}

/*********************** * NAV TABS ***********************/
.tabNav {
	border-bottom: none;
	position: relative;
	padding: 0 !important;
	margin: 4.5em 0 4em;
}

.col.main>.row:first-child .tabNav {
	margin-top: 2em;
}

.tabNav::before {
	background-color: #dbdee0;
	position: absolute;
	padding: 0 !important;
	content: "";
	display: block;
	bottom: 0;
	height: 8px;
	width: 100%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.tabNav .row {
	margin-top: 0;
	margin-bottom: 0;
}

.tabNav .row .col {
	padding-top: 0;
	padding-bottom: 0;
}

.nav.nav-tabs {
	flex-wrap: nowrap;
	border-bottom: none;
	overflow: auto;
	overflow-y: hidden;
	position: relative;
	scrollbar-width: none;
	scrollbar-color: transparent transparent;
	margin: 0;
}

.nav.nav-tabs::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.nav.nav-tabs::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 5px;
}

.nav.nav-tabs::-webkit-scrollbar-thumb {
	background-color: transparent;
	border-radius: 15px;
	border: none;
}

.nav.nav-tabs>.nav-item {
	margin-bottom: 0;
}

.nav.nav-tabs>.nav-item>.nav-link {
	border: 0;
	border-bottom: 8px solid transparent;
	background-color: transparent;
	padding: 1em 2.0em;
	font-size: 20px;
	line-height: 1;
	color: #4a5c65;
	text-decoration: none;
	min-width: 6em;
	text-align: center;
	white-space: nowrap;
	border-radius: 0;
}

.nav.nav-tabs>.nav-item>.nav-link:hover {
	background-color: rbga(255, 255, 255, 0.25);
	border-bottom: 8px solid rgba(128, 174, 58, 0.25);
	cursor: pointer;
}

.nav.nav-tabs>.nav-item>.nav-link.active {
	border-bottom: 8px solid #80ae3a;
	background-color: #f2f2f2;
	/* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); */
}

.nav.nav-tabs.blue>.nav-item>.nav-link:hover {
	border-bottom-color: rgba(0, 85, 150, 0.25);
}

.nav.nav-tabs.blue>.nav-item>.nav-link.active {
	border-bottom-color: #005596;
}

.nav.nav-tabs>.nav-item>.nav-link.active:hover {
	cursor: initial;
}

.tabNav .tabFloat {
	position: absolute;
	right: 0;
	bottom: 0;
}

.tabRight {
	margin-bottom: 1.5em;
}

.tabNav .tabFloat .btn {
	margin-bottom: 10px;
	/*min-width: 12em;*/
}

.tabNav .tabRight p,
.tabNav .tabFloat p {
	margin: 0;
	font-size: 18px;
	font-weight: 300;
	color: #005596;
	text-align: right;
}

.tabNav .tabRight p:last-child,
.tabNav .tabFloat p:last-child {
	margin-bottom: 10px;
}

.tabNav .tabRight p span[class^='icon-'],
.tabNav .tabFloat p span[class^='icon-'] {
	vertical-align: middle;
}

.tabNav .tabRight p a,
.tabNav .tabFloat p a {
	color: #005596;
}

@media (max-width: 79.999em) {
	.tabNav {
		margin: 3.5em 0 3em;
	}

	.nav.nav-tabs>.nav-item>.nav-link {
		font-size: 17px;
	}

	.tabNav .tabRight p,
	.tabNav .tabFloat p {
		font-size: 17px;
	}
}

@media (max-width: 63.999em) {
	.tabNav {
		margin: 3.5em 0 3em;
	}

	.tabNav::before {
		display: none;
	}

	.nav.nav-tabs {}

	.nav.nav-tabs::before {
		background-color: #dbdee0;
		position: absolute;
		padding: 0 !important;
		content: "";
		display: block;
		bottom: 0;
		height: 6px;
		width: 100%;
		box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	}

	.nav.nav-tabs>.nav-item {
		position: relative;
	}

	.nav.nav-tabs>.nav-item>.nav-link {
		border-bottom: 6px solid #dbdee0;
		font-size: 16px;
	}

	.nav.nav-tabs>.nav-item>.nav-link:hover {
		border-bottom: 6px solid rgba(128, 174, 58, 0.25);
	}

	.nav.nav-tabs>.nav-item>.nav-link.active {
		border-bottom: 6px solid #80ae3a;
	}

	.tabNav .row .col:not(:first-child) {
		width: 100%;
		min-width: 100%;
		text-align: center;
	}

	.tabRight {
		margin: 2em 0 0;
	}

	.tabNav .tabRight p,
	.tabNav .tabFloat p {
		font-size: 16px;
		text-align: center;
		display: inline-block;
		margin: 10px 1em;
	}
}

@media (max-width: 767px) {
	.tabNav {
		margin: 2.5em 0 2em;
	}

	.nav.nav-tabs::before {
		height: 4px;
		box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
	}

	.nav.nav-tabs>.nav-item>.nav-link {
		border-bottom: 4px solid #dbdee0;
		font-size: 14px;
		min-width: 0;
	}

	.nav.nav-tabs>.nav-item>.nav-link:hover {
		border-bottom: 4px solid rgba(128, 174, 58, 0.25);
	}

	.nav.nav-tabs>.nav-item>.nav-link.active {
		border-bottom: 4px solid #80ae3a;
	}

	.tabRight .btn {
		width: 100%;
		margin: 0 !important;
	}

	.tabRight .btn+.btn {
		margin-top: 0.5em !important;
	}

	.tabNav .tabRight p,
	.tabNav .tabFloat p {
		font-size: 15px;
	}
}

/*********************** * Blog Specific Content ***********************/
.single-post .entry-content .main-sidebar .main h2 {
	color: #1c3352;
	font-size: 60px;
	line-height: 1.333;
	margin: 0.7em 0;
}

.single-post .entry-content .main-sidebar .main p {
	font-size: 22px;
	line-height: 1.45;
	font-weight: 300;
}

.single-post .entry-content .main-sidebar .main p:first-of-type {
	color: #005596;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.33;
}

/*********************** * Post Blocks ***********************/
article.block {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	text-align: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

article.block .image {}

article.block .post-thumbnail {
	display: block;
	position: relative;
}

article.block .post-thumbnail::before {
	content: "";
	display: block;
	height: 0;
	width: 100%;
	padding-bottom: 56.25%;
}

article.block .post-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

article.block .text {
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 2em;
}

article.block .text .top {
	flex-grow: 1;
}

article.block .entry-content {
	margin: 1em 0;
}

article.block .entry-footer {
	margin: 1em 0;
}

article.block .text .bottom {}

#moreResources {
	position: relative;
	z-index: 10;
	margin-bottom: 6.0em;
}

/*********************** * Footer ***********************/
#colophon {
	background-color: #f7f7f7;
	padding: 50px 0;
	position: relative;
}

.col-footer-logo {
	border-right: 1px solid var(--blue);
	padding-right: 2.2em;
	padding-top: 1em;
	padding-bottom: 1em;
}

.col-footer-logo .widget_media_image {
	margin: 0;
}

.col-footer-logo .widget_media_image a {
	max-width: 118px;
	display: block;
	margin: 0 0 0.4em;
}

.col-footer-logo .widget_media_image a img {
	max-width: 100%;
}

.col-footer-logo .widget_text p {
	color: var(--blue);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.69;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}

.col-footer-logo .widget_text p a {
	color: inherit;
	text-decoration: none;
}

.col-footer-connect {
	padding: 1em 2.5em;
}

.col-footer-connect .widget_text {
	display: inline-block;
	color: var(--blue);
	font-size: 26px;
	font-weight: 300;
	letter-spacing: -0.03em;
	vertical-align: middle;
	margin-right: 1.2em;
	margin-bottom: 0;
}

.col-footer-connect .widget_text a {
	color: inherit;
	text-decoration: none;
}

.col-footer-connect .widget_wpfox_util_nav_widget {
	display: inline-block;
	vertical-align: middle;
	font-size: 25px;
	line-height: 25px;
}

.col-footer-connect .widget_wpfox_util_nav_widget .navbar-nav {
	margin: 0;
}

.col-footer-connect .widget_wpfox_util_nav_widget a.nav-link {
	display: inline-block;
	margin-right: 0.45em;
	padding: 0;
}

.col-footer-connect .widget_wpfox_util_nav_widget a:hover {
	text-decoration: none;
}

.col-footer-profile {}

.col-footer-profile .row {
	margin: 0 -40px;
}

.col-footer-profile .row>.col,
.col-footer-profile .row>.col-auto {
	padding: 0 40px;
}

.col-footer-profile .col:not(:first-child) {
	border-left: 1px solid var(--blue);
}

.col-footer-profile .heading {
	color: var(--blue);
	font-size: 26px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -0.03em;
	vertical-align: middle;
	margin: 0 0 0.4em;
}

.col-footer-profile .heading .icon-person {
	margin-right: 0.5em;
}

#footerGreeting {}

.col-footer-profile .greeting {
	color: #404040;
}

.col-footer-profile ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.col-footer-profile ul li {
	color: var(--blue);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.69;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	position: relative;
	padding-left: 1.3em;
}

.col-footer-profile ul li::before {
	content: ">";
	position: absolute;
	left: 0;
}

.col-footer-profile ul li a {
	color: inherit;
}

#footerCountdown {
	text-align: center;
}

#marketSelector+.selectNav {
	max-width: 524px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.col-footer-profile .countdown-number {
	color: var(--blue);
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 300;
	font-size: 60px;
	line-height: 0.8;
	margin: 0 0 0.1em;
	letter-spacing: -0.01em;
}

.col-footer-profile .countdown-text {
	color: var(--blue);
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.294;
}

@media (max-width: 79.999em) {
	#colophon {
		padding: 40px 0;
	}

	.col-footer-logo {
		padding-right: 1.8em;
		padding-top: 0.85em;
		padding-bottom: 0.85em;
	}

	.col-footer-logo .widget_media_image a {
		max-width: 110px;
	}

	.col-footer-logo .widget_text p {
		font-size: 12px;
	}

	.col-footer-connect {
		padding: 0.82em 1.95em;
	}

	.col-footer-connect .widget_text {
		display: block;
		font-size: 23px;
	}

	.col-footer-connect .widget_wpfox_util_nav_widget {
		font-size: 21px;
	}

	.col-footer-profile .row {
		margin: 0 -32px;
	}

	.col-footer-profile .row>.col,
	.col-footer-profile .row>.col-auto {
		padding: 0 32px;
	}

	.col-footer-profile .heading {
		font-size: 23px;
		margin-bottom: 0.25em;
	}

	.col-footer-profile ul li {
		font-size: 12px;
	}

	.col-footer-profile .countdown-number {
		font-size: 52px;
	}

	.col-footer-profile .countdown-text {
		font-size: 13px;
	}
}

@media (max-width: 63.999em) {
	#colophon {
		padding: 40px 0;
	}

	.col-footer-logo {
		padding-right: 1.3em;
		padding-top: 0.7em;
		padding-bottom: 0.7em;
	}

	.col-footer-logo .widget_media_image a {
		max-width: 103px;
	}

	.col-footer-logo .widget_text p {
		font-size: 11.5px;
	}

	.col-footer-connect {
		padding: 0.65em 1.4em;
	}

	.col-footer-connect .widget_text {
		display: block;
		font-size: 21px;
	}

	.col-footer-connect .widget_wpfox_util_nav_widget {
		font-size: 20px;
	}

	.col-footer-profile .row {
		margin: 0 -25px;
	}

	.col-footer-profile .row>.col,
	.col-footer-profile .row>.col-auto {
		padding: 0 25px;
	}

	.col-footer-profile .heading {
		font-size: 20px;
		margin-bottom: 0.1em;
	}

	.col-footer-profile ul li {
		font-size: 11px;
	}

	.col-footer-profile .countdown-number {
		font-size: 45px;
	}

	.col-footer-profile .countdown-text {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	#colophon {
		padding: 30px 0;
	}

	.col-footer-logo {
		order: 2;
	}

	.col-footer-connect {
		order: 3;
	}

	.col-footer-logo {
		border: none;
		padding: 0;
		text-align: center;
	}

	.col-footer-logo .widget_media_image a {
		max-width: 88px;
		display: inline-block;
	}

	.col-footer-logo .widget_text p {
		font-size: 10px;
	}

	.col-footer-connect {
		padding: 0.3em 1.2em;
		text-align: center;
	}

	.col-footer-connect .widget_text {
		margin: 0;
		font-size: 18px;
	}

	.col-footer-connect .widget_wpfox_util_nav_widget {
		font-size: 18px;
	}

	.col-footer-connect .widget_wpfox_util_nav_widget a {
		display: inline-block;
		margin: 0 0.1em;
	}

	.col-footer-profile {
		text-align: center;
		margin-bottom: 2em;
		padding-bottom: 2em !important;
	}

	.col-footer-profile::after {
		content: "";
		display: block;
		width: 80%;
		/* max-width: 200px; */
		height: 1px;
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		background-color: var(--blue);
	}

	.col-footer-profile .row {
		margin: 0 -20px;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.col-footer-profile .row>.col,
	.col-footer-profile .row>.col-auto {
		padding: 0 20px;
		border-left: none;
	}

	.col-footer-profile .heading {
		font-size: 18px;
	}

	.col-footer-profile ul li {
		font-size: 11px;
		padding: 0;
	}

	.col-footer-profile ul li::before {
		position: relative;
		margin: 0 0.4em 0 0;
	}

	#footerCountdown {
		margin-top: 1em;
	}

	.col-footer-profile .countdown-number {
		font-size: 30px;
	}

	.col-footer-profile .countdown-text {
		font-size: 11px;
	}

	.homepage-callouts,
	#moreResources+.bg-bottom+.container,
	#moreResources,
	.row.main-sidebar .col.sidebar,
	.row.main-sidebar .col.main,
	#page-content>#relocation-header+.container,
	.blog #page-content .paddingTopMedium,
	.category #page-content .paddingTopMedium,
	.single-post .container .section-header,
	.single-post .container .post-grid {
		padding-left: 2%;
		padding-right: 2%;
	}

	.single-post .container hr {
		margin-left: 30px;
		margin-right: 30px;
	}

	.homepage-callouts>.col {
		margin-bottom: 40px;
	}

	.homepage-callouts>.col .homepage-callout {
		border-width: 10px !important;
	}

	.wp-block-columns {
		display: block;
	}

	.wp-block-columns .wp-block-column {
		width: 100%;
	}
}

/* Hide Profile/Menu/etc when not logged in */
body:not(.logged-in) .col-site-utilities,
body:not(.logged-in) .col-account-link,
body:not(.logged-in) .col-menu-toggle,
body:not(.logged-in) .col-footer-profile {
	display: none !important;
}