/* CSS Document */
/* 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; */
/* Color Reference Block XONEX Blue: #005596; Gold:       #febc11; Fire:       #f04923; Ice:        #a2ceee; Navy:       #1c3352; Green:      #80ae3a; Purple:     #731e72; Gray:       #4a5c65; */
.bg {
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 calc(50% - 50vw);
	position: absolute;
	width: 100vw;
	background-position: center center;
}

.bg.bg-fullwidth {
	background-size: 100% auto;
}

.bg.bg-bottom {
	background-position: bottom center;
	transform: translateY(-100%);
}

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

	.row {
		margin: -10px;
	}

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

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

	.row {
		margin: -5px;
	}

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

.no-underline,
.no-underline:hover,
.no-underline:focus {
	text-decoration: none;
}

a {
	color: #005596;
}

img {
	max-width: 100%;
}

/* Icons */
[class^="icon-"]:hover,
[class*=" icon-"]:hover,
a:hover [class^="icon-"],
a:hover [class*=" icon-"] {
	text-decoration: none;
}

.icon-checkmark {
	color: #80ae3a;
}

.icon-refresh {
	color: #cccccc;
	font-size: 1.4em;
}

.icon-download,
.icon-delete {
	color: #a4adb2;
	font-size: 1.4em;
}

/* ICON COLOR STYLES: */
span[class^='icon-'].blueIcon {
	color: #005596;
}

span[class^='icon-'].goldIcon {
	color: #febc11;
}

span[class^='icon-'].fireIcon {
	color: #f04923;
}

span[class^='icon-'].iceIcon {
	color: #a2ceee;
}

span[class^='icon-'].navyIcon {
	color: #1c3352;
}

span[class^='icon-'].greenIcon {
	color: #80ae3a;
}

span[class^='icon-'].purpleIcon {
	color: #731e72;
}

span[class^='icon-'].grayIcon {
	color: #4a5c65;
}

span[class^='icon-'].lightIcon {
	color: #cccccc;
}

/* TEXT ALIGN STYLES: */
.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.addTransferCols>div {
	display: inline-block;
	border-left: 1px solid #bec2c5;
}

.addTransferCols>div:first-child {
	border-left: 0;
}

.addTransferCols>div p {
	margin: 0;
	font-size: 1.5em;
	color: #4a5c65;
}

.addTransferCols>div a {
	color: #005596;
}

.addTransferCols>div a:hover {
	text-decoration: none;
}

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

@media (max-width: 63.999em) {
	.addTransferCols>div p {
		font-size: 1.3em;
	}
}

@media (max-width: 767px) {
	.addTransferCols>div p {
		font-size: 1.1em;
	}
}

/* USER AVATAR STYLES: */
.avatar {
	border-radius: 50%;
	overflow: hidden;
	width: 81px;
	height: 81px;
	margin-left: auto;
	margin-right: auto;
}

.avatar img {
	max-width: 100%;
}

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

@media (max-width: 63.999em) {
	.avatar {
		width: 73px;
		height: 73px;
	}
}

@media (max-width: 767px) {
	.avatar {
		width: 65px;
		height: 65px;
	}
}

/* BUTTON TOGGLE STYLES: */
.buttonToggleGroup {
	border-radius: 5px;
	border: 1px solid #005596;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	overflow: hidden;
}

.buttonToggleGroup .buttonToggle {
	background: transparent;
	border: 0;
	color: #005596;
	padding: 10px 14px;
	font-size: 1.2em;
	font-weight: 400;
	border-radius: 5px;
	transition: all 0.4s;
}

.buttonToggleGroup .buttonToggle:hover {
	background-color: rgba(0, 85, 150, 0.2);
	cursor: pointer;
}

.buttonToggleGroup .buttonToggle:focus {
	outline: 0;
}

.buttonToggleGroup .buttonToggle:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.buttonToggleGroup .buttonToggle:last-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	flex: 1;
}

.buttonToggleGroup .buttonToggle.active {
	background-color: #005596;
	color: #ffffff;
	font-weight: 800;
}

.buttonToggleGroup .buttonToggle.active:hover {
	background-color: #005596;
}

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

@media (max-width: 63.999em) {
	.buttonToggleGroup .buttonToggle {
		padding: 8px 12px;
		font-size: 1.15em;
		border-radius: 4px;
	}
}

@media (max-width: 767px) {
	.buttonToggleGroup .buttonToggle {
		padding: 6px 10px;
		font-size: 1.1em;
		border-radius: 3px;
	}
}

/* ICON STYLES: */
.icon-bookmark-active {
	color: #febc11;
}

.icon-bookmark-inactive {
	color: #ccc;
}

/* PANEL STYLES: */
.table,
.alert,
.popover,
.panel {
	background-color: #ffffff;
	padding: 30px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border: 0;
	border-radius: 0;
}

.panel {
	padding: 30px !important;
	height: 100%;
}

.redBorder,
.panel.redBorder {
	border-top: 10px solid #f04923;
}

.redBorder .wp-block-button__link {
	color: #ffffff;
	background-color: #f04923;
}

.yellowBorder,
.panel.yellowBorder {
	border-top: 10px solid #febc11;
}

.yellowBorder .wp-block-button__link {
	color: #ffffff;
	background-color: #febc11;
}

.darkBlueBorder,
.panel.darkBlueBorder {
	border-top: 10px solid #1c3352;
}

.blueBorder,
.alert.alert-secondary,
.panel.blueBorder {
	border-top: 10px solid #005596;
}

.blueBorder .wp-block-button__link {
	color: #ffffff;
	background-color: #005596;
}

.alert.alert-warning,
.panel.goldBorder {
	border-top: 10px solid #febc11;
}

.alert.alert-danger,
.panel.fireBorder {
	border-top: 10px solid #f04923;
}

.alert.alert-light,
.panel.iceBorder {
	border-top: 10px solid #a2ceee;
}

.alert.alert-info,
.panel.navyBorder {
	border-top: 10px solid #1c3352;
}

.greenBorder,
.alert.alert-success,
.panel.greenBorder {
	border-top: 10px solid #80ae3a;
}

.alert.alert-dark,
.panel.purpleBorder {
	border-top: 10px solid #731e72;
}

.panel.grayBorder {
	border-top: 10px solid #4a5c65;
}

.panel h2 .icon-bookmark-active,
.panel h2 .icon-bookmark-inactive {
	font-size: 1.4em;
	vertical-align: middle;
}

.row>.panel {
	margin: 0 15px;
}

.panel .topBtn {
	padding: 8px 10px;
	font-weight: 400;
	text-transform: none;
	font-size: 1.5em;
	line-height: 1.1 !important;
}

.panel.col-3 {
	flex: 0 0 23.5%;
}

.panel h2 {
	color: #005596;
	font-size: 2.6em;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 0;
}

.panel h2:last-child {
	margin-bottom: 0;
}

@media (max-width: 79.999em) {

	.table,
	.alert,
	.popover,
	.panel {
		padding: 26px;
	}

	.panel h2 {
		font-size: 2.2em;
	}
}

@media (max-width: 63.999em) {

	.table,
	.alert,
	.popover,
	.panel {
		padding: 22px;
	}

	.panel {
		padding: 25px !important;
	}

	.blueBorder,
	.darkBlueBorder,
	.greenBorder,
	.alert.alert-secondary,
	.panel.blueBorder,
	.alert.alert-warning,
	.panel.goldBorder,
	.alert.alert-danger,
	.panel.fireBorder,
	.alert.alert-light,
	.panel.iceBorder,
	.alert.alert-info,
	.panel.navyBorder,
	.alert.alert-success,
	.panel.greenBorder,
	.alert.alert-dark,
	.panel.purpleBorder,
	.panel.grayBorder {
		border-top-width: 7px;
	}

	.panel h2 {
		font-size: 2em;
	}
}

@media (max-width: 767px) {

	.table,
	.alert,
	.popover,
	.panel {
		padding: 18px;
	}

	.panel {
		padding: 20px !important;
	}

	.blueBorder,
	.darkBlueBorder,
	.greenBorder,
	.alert.alert-secondary,
	.panel.blueBorder,
	.alert.alert-warning,
	.panel.goldBorder,
	.alert.alert-danger,
	.panel.fireBorder,
	.alert.alert-light,
	.panel.iceBorder,
	.alert.alert-info,
	.panel.navyBorder,
	.alert.alert-success,
	.panel.greenBorder,
	.alert.alert-dark,
	.panel.purpleBorder,
	.panel.grayBorder {
		border-top-width: 4px;
	}

	.panel h2 {
		font-size: 1.8em;
	}
}

/* TIP PANEL STYLES: */
.tipPanel {
	background-color: #005596;
	color: #ffffff;
	text-align: center;
	font-family: 'Fira Sans Condensed', sans-serif;
	padding: 60px 40px;
}

.tipPanel span[class^='icon-'] {
	font-size: 6.4em;
}

.tipPanel h2 {
	margin: 0;
	color: #ffffff;
	font-size: 5.0em;
}

.panel.tipPanel p {
	margin: 0;
	font-size: 2.2em;
	font-weight: 500;
	color: #ffffff;
}

.tipPanel h2+p {
	margin-top: 5px;
}

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

@media (max-width: 63.999em) {
	.tipPanel span[class^="icon-"] {
		font-size: 5em;
	}

	.tipPanel h2 {
		font-size: 4em;
	}

	.panel.tipPanel p {
		font-size: 1.9em;
	}
}

@media (max-width: 767px) {
	.tipPanel span[class^="icon-"] {
		font-size: 3.4em;
	}

	.tipPanel h2 {
		font-size: 3em;
	}

	.panel.tipPanel p {
		font-size: 1.6em;
	}
}

/* TABLE STYLES: */
.table-responsive {
	scrollbar-width: thin;
}

.table-responsive::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

.table-responsive::-webkit-scrollbar-track {
	background: #eaeaea;
	border-radius: 5px;
}

.table-responsive::-webkit-scrollbar-thumb {
	background-color: #aaa;
	border-radius: 15px;
	border: 1px solid #eaeaea;
}

.table-responsive.extend-to-edge {
	margin-right: -65px;
	width: auto;
}

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

@media (max-width: 63.999em) {
	.table-responsive.extend-to-edge {
		margin-right: -45px;
	}
}

@media (max-width: 767px) {
	.table-responsive.extend-to-edge {
		margin-right: -20px;
	}
}

.table {
	font-size: 1.6em;
	background-color: #ffffff;
}

.table thead,
.table tbody,
.table tfoot tr {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

td,
th {
	white-space: nowrap;
}

td.wrap,
th.wrap {
	white-space: normal;
}

thead,
thead th {
	font-weight: 500;
}

.table th {
	padding: 10px 30px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.2;
}

.table td {
	padding: 20px 30px;
}

.table td:first-child {}

.table .green {
	background-color: #80ae3a;
	color: #ffffff;
}

.table .navy {
	background-color: #1c3352;
	color: #ffffff;
}

.table .blue {
	background-color: #005596;
	color: #ffffff;
	font-weight: 600;
}

.table .gold {
	background-color: #febc11;
	color: #ffffff;
}

.table .fire {
	background-color: #f04923;
	color: #ffffff;
}

.table .ice {
	background-color: #a2ceee;
	color: #ffffff;
}

.table .purple {
	background-color: #731e72;
	color: #ffffff;
}

.table .gray {
	background-color: #4a5c65;
	color: #ffffff;
}

.tinyTableText {
	display: block;
	font-size: 0.75em;
	line-height: 1.2;
	color: #808080;
}

.table.table-align-center td,
.table.table-align-center th {
	vertical-align: middle;
}

.table .spacer {
	height: 15px;
}

.table tfoot {}

.table tfoot::before {
	content: "";
	display: block;
	height: 10px;
}

.table tfoot tr {}

.table tfoot tr td {
	font-weight: 700;
}

.table tfoot tr td:first-child {
	text-transform: uppercase;
}

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

@media (max-width: 63.999em) {
	.table {
		font-size: 1.5em;
	}

	.table td {
		padding: 15px 25px;
	}

	.table th {
		padding: 8px 25px;
	}
}

@media (max-width: 767px) {
	.table {
		font-size: 1.4em;
	}

	.table td {
		padding: 10px 20px;
	}

	.table th {
		padding: 6px 20px;
	}
}

/* ALERT STYLES: */
.alert {
	margin: 30px 0 0;
}

.alert+.alert {
	margin-top: 14px;
}

.alert,
.alert.alert-primary {
	color: inherit;
	font-size: 2.2em;
	font-weight: 300;
	padding: 20px 48px 20px 30px;
}

.alert.alert-secondary {
	color: #005596;
}

.alert.alert-warning {
	color: #febc11;
}

.alert.alert-danger {
	color: #f04923;
}

.alert.alert-light {
	color: #a2ceee;
}

.alert.alert-info {
	color: #1c3352;
}

.alert.alert-success {
	color: #80ae3a;
}

.alert.alert-dark {
	color: #731e72;
}

.alert .btn {
	font-size: initial;
	color: #ffffff;
	min-width: 210px;
}

.alert .btn:hover {
	color: #ffffff;
}

.alert .alert-link {
	font-weight: 700;
	color: inherit;
}

.alert span[class^="icon-"] {
	font-size: 1.5em;
	vertical-align: middle;
	margin-right: 0.4em;
}

.alert span.text {
	vertical-align: middle;
}

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

@media (max-width: 63.999em) {
	.alert {
		margin: 25px 0 0;
	}

	.alert+.alert {
		margin-top: 12px;
	}

	.alert,
	.alert.alert-primary {
		font-size: 1.9em;
		padding: 25px;
		display: block !important;
		text-align: center;
	}

	.alert span[class^="icon-"] {
		margin: 0 0.4em 0.2em;
		display: inline-block;
	}

	.alert span.text {
		line-height: 1.2;
		display: inline-block;
	}

	.alert .alert-button:not(:first-child) {
		margin-top: 10px;
	}

	.alert .btn {
		padding: 12px;
		min-width: 11em;
		font-size: 0.7em;
	}
}

@media (max-width: 767px) {
	.alert {
		margin: 20px 0 0;
	}

	.alert+.alert {
		margin-top: 10px;
	}

	.alert,
	.alert.alert-primary {
		font-size: 1.6em;
		padding: 20px;
	}

	.alert span[class^="icon-"] {
		font-size: 1.2em;
	}

	.alert .btn {
		font-size: 0.8em;
		padding: 10px;
		min-width: 11em;
	}
}

/* GOOGLE CHART STYLES: */
.gChart * {
	max-width: 100%;
}

.gChart text {
	font-size: 14px !important;
	color: #4a5c65 !important;
	font-family: 'Fira Sans Condensed', sans-serif !important;
}

/* POPOVER STYLES: */
.label-wrapper {}

.label-wrapper label {
	display: inline-block;
}

.label-wrapper a.icon-info {
	display: inline-block;
}

a.icon-info {
	font-size: 12px;
	margin-left: 0.3em;
	height: 1em;
	width: 1em;
	background-image: url(../images/info.png);
	background-size: contain;
	display: inline-block;
	vertical-align: top;
	top: 0.3em;
	position: relative;
	filter: grayscale(100%);
}

a.icon-info:hover {
	color: #666666;
}

a.icon-help {
	color: #005596 !important;
	transition: opacity 0.4s;
	font-size: 12px !important;
	margin-left: 0.3em;
}

a.icon-help:hover {
	opacity: 0.8;
}

a.icon-help:focus {
	outline: 0;
}

.popover {
	border: 0;
	padding: 15px 10px;
	font-size: 12px;
}

.popover .arrow:before {
	border-bottom-color: transparent;
}

.popover .popover-header {
	color: #4a5c65;
	margin: 0;
	font-style: italic;
	font-weight: 700;
	font-size: 1.3em;
}

.popover .popover-body {
	color: #4a5c65;
	margin: 0;
	font-style: italic;
	font-weight: 500;
	font-size: 1.3em;
}

/* HEADER STYLES: */
/* sidenav Search */
#masthead #siteUtilities .btn [class^="icon-"] {
	margin-right: 0.5em;
}

/* SITE NAV STYLES: */
#pageRow {
	position: relative;
	margin: 0 -15px;
}

/* PAGE CONTAINER */
/* PAGE HEADER */
/* Sidebar */
.pie {
	font-size: 10px;
	position: relative;
	display: inline-block;
}

.pie svg {
	width: 21em;
	height: 21em;
	transform: rotate(-90deg);
	background: linear-gradient(#73d6ff, #a1b831);
	border-radius: 50%;
}

.pie circle {
	fill: transparent;
	stroke: #f0f2f3;
	stroke-width: 32;
	transition: all 1s;
}

.pie .pie-center {
	position: absolute;
	width: 13.5em;
	height: 13.5em;
	background-color: #fff;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pie .pie-center>.wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pie .pie-value {
	margin: 0;
	font-size: 42px;
	color: #005596;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.05;
}

.pie .pie-label {
	color: #1c3352;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.05;
}

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

@media (max-width: 39.999em) {
	.pie {
		font-size: 7px;
	}
}

/* Move Summary */
.move-summary {
	padding: 2.2em 2.2em 3.2em;
}

.move-summary .city {}

.move-summary img.small {
	max-width: 61px;
	margin: 1.8em 0 1em;
}

.move-summary .date {
	color: #a4adb2;
	letter-spacing: 0;
	margin: 0 0 1.2em;
}

.move-summary hr {
	border-top: 1px solid #e4e6e8;
	width: 90%;
	max-width: 70px;
	margin: 1.8em auto 2em;
}

.move-summary .pie {
	margin: 0 0 0.5em;
}

.move-summary p {
	line-height: 1.38;
	font-weight: 400;
	margin: 0 0 1.2em;
}

.move-summary .btn {}

/* Next Up */
.next-up {
	background-color: #005596;
	color: #fff;
	padding: 2.8em 2em;
}

.next-up h5 {
	margin: 0 0 0.4em;
	color: #fff;
}

.next-up p {
	line-height: 1.3125;
	margin: 0 0 1.8em;
}

.next-up .btn {}

/* Your Budget */
.your-budget {
	margin-top: 0;
}

.your-budget .pie {
	margin: 0 0 2.2em;
}

.your-budget h3 {
	margin: 0 0 0.45em;
}

.your-budget .fieldWrapper {
	margin: 0 0 3em;
}

.your-budget .formFieldWrapper+.formFieldWrapper {
	margin-top: 1em;
}

.expense-list {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: -0.01em;
	line-height: 1.4;
	width: 100%;
}

.expense-list .expense-item {}

.expense-list .expense-name {
	color: #005596;
	font-weight: 700;
	text-align: left;
	padding: 0.1em 1em;
}

.expense-list .expense-cost {
	padding: 0.1em 0.4em;
}

.expense-list tbody .expense-item:last-child .expense-name,
.expense-list tbody .expense-item:last-child .expense-cost {
	padding-bottom: 1.1em;
}

.expense-list tfoot .expense-item {}

.expense-list tfoot .budget-left .expense-name,
.expense-list tfoot .budget-left .expense-cost,
.expense-list tfoot .expense-item .expense-name,
.expense-list tfoot .expense-item .expense-cost {
	color: #1c3352;
	text-transform: uppercase;
	font-weight: 700;
	background-color: #abe7ff;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
}

.expense-list tfoot .budget-left .expense-name,
.expense-list tfoot .expense-item .expense-name {
	border-radius: 5px 0 0 5px;
}

.expense-list tfoot .budget-left .expense-cost,
.expense-list tfoot .expense-item .expense-cost {
	border-radius: 0 5px 5px 0;
}

.expense-list tfoot .budget-left .expense-name,
.expense-list tfoot .budget-left .expense-cost {
	background-color: transparent;
	color: #6a6a6a;
	font-size: 0.6em;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.expense-list tfoot .budget-left .expense-name {
	text-align: right;
}

.expense-list tfoot .budget-left.red .expense-name,
.expense-list tfoot .budget-left.red .expense-cost {
	color: red;
}

@media (max-width: 63.999em) {
	.your-budget {}

	.expense-list {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.your-budget {}

	.expense-list {
		font-size: 13px;
	}
}

/* PAGE CONTENT TEXT STYLES: */
.panel p {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	color: #4a5c65;
}

.panel p.small {
	font-size: 12px;
	font-weight: 400;
}

.panel ul li,
.panel ol li {
	padding-left: 0;
	font-size: 16px;
	margin-left: 20px;
}

.panel ul.no-bullets,
.panel ol.no-bullets {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.panel ul.no-bullets li,
.panel ol.no-bullets li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.panel li {
	margin-top: 5px;
}

.panel li:first-child {
	margin-top: 0;
}

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

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

@media (max-width: 767px) {}

/* STAT PANEL STYLES: */
.statPanel {
	text-align: center;
	height: 100%;
}

.statPanel p {
	margin: 0;
}

.statPanel .statNum {
	font-size: 85px;
	font-family: 'Fira Sans Condensed', sans-serif;
	color: #4a5c65;
	line-height: 1.0;
	font-weight: 400;
	letter-spacing: -0.01em;
}

.statPanel .statText {
	font-size: 18px;
	color: #4a5c65;
	line-height: 1.2;
}

.statPanel .statChange {
	color: #4a5c65;
	font-size: 13px;
	font-weight: 600;
	font-style: italic;
}

.statPanel .statLink {
	margin-top: 10px;
}

.statPanel .statLink a {
	font-weight: 500;
	font-size: 8px;
	color: #005596;
	transition: color 0.4s;
}

.statPanel .statLink a:hover {
	color: #1c3352;
}

@media (max-width: 79.999em) {
	.statPanel .statNum {
		font-size: 45px;
	}

	.statPanel .statText {
		font-size: 13px;
	}

	.statPanel .statChange {
		font-size: 12px;
	}
}

@media (max-width: 63.999em) {
	.statPanel .statNum {
		font-size: 55px;
	}

	.statPanel .statText {
		font-size: 14px;
	}

	.statPanel .statChange {
		font-size: 12.5px;
	}
}

@media (max-width: 767px) {
	.statPanel .statNum {
		font-size: 45px;
	}

	.statPanel .statText {
		font-size: 13px;
	}

	.statPanel .statChange {
		font-size: 12px;
	}
}

/* BOOKMARK LIST STYLES: */
.bookmarkList {
	margin: 0;
	padding: 0;
	margin-top: 25px;
}

.panel .bookmarkList li {
	margin-top: 15px;
	border-top: 1px solid #b0b9c2;
	padding-top: 15px;
	list-style-type: none;
	margin-left: 0;
	font-size: inherit;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.panel .bookmarkList li .bookmarkText {
	display: inline-block;
	margin-right: 10px;
}

/*.bookmarkList li::after { content: ""; display: block; clear: both; }*/
.bookmarkList li:first-child {
	margin-top: 0;
	border-top: 0;
	padding-top: 0;
}

.panel .bookmarkList li a {
	/* font-family: 'Fira Sans Condensed', sans-serif; */
	color: #6e7c84;
	line-height: 1.8;
	font-size: 16px;
}

.bookmarkList li a:hover {
	text-decoration: underline;
}

.bookmarkList li .icon-bookmark-active,
.bookmarkList li .icon-bookmark-inactive {
	font-size: 34px;
	vertical-align: middle;
}

@media (max-width: 79.999em) {

	.bookmarkList li .icon-bookmark-active,
	.bookmarkList li .icon-bookmark-inactive {
		font-size: 28px;
	}
}

@media (max-width: 63.999em) {
	.bookmarkList {
		margin-top: 20px;
	}

	.panel .bookmarkList li a {
		font-size: 15.5px;
		line-height: 1.55;
	}
}

@media (max-width: 991px) {
	.col-12.col-lg-6:not(:first-child) .bookmarkList {
		border-top: 1px solid #b0b9c2;
		margin-top: 0;
		padding-top: 14px;
	}

	.bookmarkList li .icon-bookmark-active,
	.bookmarkList li .icon-bookmark-inactive {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.bookmarkList {
		margin-top: 15px;
	}

	.col-12.col-lg-6:not(:first-child) .bookmarkList {
		margin-top: 2px;
		padding-top: 15px;
	}

	.panel .bookmarkList li a {
		font-size: 13px;
		line-height: 1.3;
	}

	.bookmarkList li .icon-bookmark-active,
	.bookmarkList li .icon-bookmark-inactive {
		font-size: 20px;
	}
}

/* PERSON CARD STYLES: */
#pageContent>.container-fluid .row.personGrid {}

.row.personGrid>div {
	margin: 0;
}

.personCard {
	text-align: center;
}

.personCard .personPhoto {
	max-width: 195px;
	margin: 0 auto 14px;
	width: 85%;
}

.personCard .personPhoto img {
	max-width: 100%;
}

.personCard .personPhoto .img {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 50%;
	border: 3px solid #005596;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.personCard .personName {
	font-size: 2.5em;
	color: #005596;
	margin: 0;
	font-weight: 700;
}

.personCard .personTitle {
	color: #808d93;
	font-size: 1.5em;
	margin: 0;
}

.personCard hr {
	max-width: 90%;
	margin: 20px auto;
	border: 0;
	height: 1px;
	background-color: #e6e6e6;
}

.personCard a {
	color: inherit;
}

.personCard .emailLink {
	color: #1c3352;
	font-size: 1.5em;
	font-weight: 800;
	margin: 0;
	margin-bottom: 5px;
	/*text-transform: uppercase;*/
}

.personCard .phoneLink {
	color: #4a5c65;
	font-size: 1.5em;
	font-weight: 500;
	margin: 0;
	margin-bottom: 10px;
}

.personCard .messageLink {
	color: #005596;
	font-size: 1.5em;
	margin: 0;
}

@media (min-width: 96em) {
	.row.personGrid>div {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.personCard .personName {
		font-size: 2.25em;
		line-height: 1.4;
	}
}

@media (max-width: 63.999em) {
	.personCard .personName {
		font-size: 2em;
	}

	.personCard .personTitle {
		font-size: 1.35em;
	}

	.personCard hr {
		margin: 17px auto;
	}

	.personCard .messageLink,
	.personCard .phoneLink,
	.personCard .emailLink {
		font-size: 1.3em;
	}
}

@media (max-width: 767px) {
	.personCard .personName {
		font-size: 1.75em;
	}

	.personCard .personTitle {
		font-size: 1.2em;
	}

	.personCard hr {
		margin: 14px auto;
	}

	.personCard .messageLink,
	.personCard .phoneLink,
	.personCard .emailLink {
		font-size: 1.1em;
	}
}

/* FILTERS STYLES: */
/* PAGINATION STYLES: */
.pagination {}

.pagination .page-item {
	margin-left: 7px;
}

.pagination .page-item:first-child {
	margin-left: 0;
}

.pagination .page-item.page-prev.disabled a,
.pagination .page-item.page-next.disabled a,
.pagination .page-item.disabled a,
.pagination .page-item.disabled a:hover {
	background-color: transparent;
	color: #c9ced1;
	cursor: initial;
}

.pagination .page-item a {
	display: block;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #b0b9c2;
	color: #b0b9c2;
	font-size: 1.55em;
	line-height: 1;
	font-weight: 500;
	min-width: 40px;
	text-align: center;
	background-color: transparent;
	transition: all 0.4s;
}

.pagination .page-item a:hover {
	background-color: rgba(0, 85, 150, 0.2);
}

.pagination .page-item.active a,
.pagination .page-item.active a:hover {
	border: 1px solid #005596;
	background-color: #005596;
	color: #ffffff;
	font-weight: 800;
	cursor: initial;
}

.pagination .page-item.page-prev a,
.pagination .page-item.page-next a {
	border: 0;
	background-color: transparent;
	min-width: 0;
	color: #005596;
}

.pagination .page-item.pages-hidden span {
	display: block;
	font-size: 0.625em;
	color: #c9ced1;
	padding: 15px 15px;
}

.pagination .page-item.page-prev a:hover,
.pagination .page-item.page-next a:hover {
	color: rgba(0, 85, 150, 0.6);
}

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

@media (max-width: 63.999em) {
	.pagination .page-item a {
		padding: 8px;
		min-width: 36px;
	}
}

@media (max-width: 767px) {
	.pagination .page-item a {
		padding: 6px;
		min-width: 32px;
	}
}

/* FILTER STYLES: */
.filterHolder {
	margin-top: 2em;
}

.filterHolder .row {}

/* TABLE KEY STYLES: */
.tableKey ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tableKey ul li {
	display: inline-block;
	margin-left: 15px;
	font-size: 1.6em;
}

.tableKey ul li:first-child {
	margin-left: 0;
}

/* FORM FIELD STYLES: */
form .fieldGroup {
	margin-top: 15px;
}

form .fieldGroup:first-child {
	margin-top: 0;
}

label {
	display: block;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 0.2em;
}

label.large-label {
	font-weight: 500;
	font-size: 2.0em;
	color: #005596;
}

.fieldWrapper {
	position: relative;
}

.prefix,
.postfix {
	font-weight: 700;
	position: absolute;
	left: 1em;
	font-size: 1em;
	line-height: 55px;
	height: 3.5em;
	pointer-events: none;
}

.postfix {
	right: 1em;
	left: auto;
}

.postfix .icon-calendar {
	font-size: 1.5em;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.field-wrapper {
	position: relative;
}

textarea.form-control,
textarea.form-control:focus {
	height: 180px;
}

.prefix~.form-control,
.prefix~.form-control:focus {
	padding-left: 2em;
}

.postfix~.form-control,
.postfix~.form-control:focus {
	padding-right: 2.8em;
}

#sortable {
	list-style-type: none;
	margin: 2em 0 0;
	padding: 0;
}

#sortable li {
	background-color: #f2f2f2;
	border: none;
	border-radius: 0.3em;
	padding: 1em 1.5em;
	box-shadow: none;
	height: auto;
	/*font-size: unset;*/
	height: auto;
	line-height: 1.2;
	padding: 0.8em 2em 0.8em 4em;
	border-radius: 0.4em;
	margin: 0 0 0.2em;
	position: relative;
	color: #4a5c65;
}

#sortable li.sortable-ghost {
	opacity: 0.25;
}

#sortable li span {
	position: absolute;
	background-image: url('../images/drag-lines.png');
	background-color: #fff;
	height: 42px;
	width: 50px;
	background-size: 28px auto;
	background-position: center center;
	top: 50%;
	left: 2.5em;
	transform: translateY(-50%);
	margin: 0 0 0 -1.7em;
	cursor: grab;
}

@media (max-width: 63.999em) {
	#sortable {
		margin-top: 1.2em;
	}

	#sortable li {
		height: auto;
		line-height: 1.2;
		padding: 0.6em 1.5em 0.6em 3.5em;
		font-size: 22px;
	}

	#sortable li span {
		height: 33px;
		width: 40px;
		background-size: 22px auto;
	}
}

@media (max-width: 39.999em) {
	#sortable {
		margin-top: 0.4em;
	}

	#sortable li {
		height: auto;
		line-height: 1.2;
		padding: 0.5em 1em 0.5em 3em;
		font-size: 18px;
	}

	#sortable li span {
		height: 24px;
		width: 30px;
		background-size: 17px auto;
	}
}

input[type="checkbox"],
input[type="radio"] {
	width: 18px;
	height: 18px;
	margin-right: 8px;
}

.form-check {
	padding-left: 0;
}

.form-check-input,
.form-check-label {
	display: inline-block;
	position: static;
	margin-left: 0;
	margin-top: 0;
}

.form-check-input {
	display: none;
}

.form-check-input+.form-check-label {
	cursor: pointer;
}

.form-check-input+.form-check-label::before {
	background-image: url('../images/checkbox.png');
	background-repeat: no-repeat;
	background-position: center top;
	width: 1em;
	height: 1em;
	content: '';
	display: inline-block;
	vertical-align: text-top;
	margin-right: 10px;
	background-size: 100% auto;
}

.form-check-input:checked+.form-check-label:before {
	background-position: center bottom;
}

form .fieldGroup input[type="text"],
form .fieldGroup input[type="password"],
form .fieldGroup input[type="datetime"],
form .fieldGroup input[type="datetime-local"],
form .fieldGroup input[type="date"],
form .fieldGroup input[type="month"],
form .fieldGroup input[type="time"],
form .fieldGroup input[type="week"],
form .fieldGroup input[type="number"],
form .fieldGroup input[type="email"],
form .fieldGroup input[type="url"],
form .fieldGroup input[type="search"],
form .fieldGroup input[type="tel"],
form .fieldGroup input[type="color"],
form .fieldGroup textarea,
form .fieldGroup select,
select {
	-webkit-appearance: none;
	width: 100%;
	margin: 0;
	font-size: 1.5em;
	padding: 5px 12px;
	border-radius: 5px;
	border: 1px solid #b0b9c2;
	background-color: #ffffff;
	line-height: 1;
	height: 34px;
}

select {
	padding: 5px 30px 5px 12px;
	border-radius: 5px;
	border: 1px solid #b0b9c2;
	background-color: #ffffff;
	line-height: 1.2;
	-webkit-appearance: none;
	background-image: url('../images/dropdown-arrow.png');
	background-repeat: no-repeat;
	background-position: right 1em center;
	cursor: pointer;
	background-size: 24px auto;
}

select.width-auto {
	width: auto;
}

.formButtons {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #1c3352;
	padding: 20px 40px;
}

.groupedFields {
	margin-top: 5em;
	border-top: 2px solid #005596;
	padding-top: 2.8em;
}

.groupedFields:first-child {
	margin-top: 0;
	border-top: 0;
	padding-top: 0;
}

.groupedFields h2 {
	color: #005596;
}

.form-row {
	margin: 0px -15px;
}

.form-row>.col,
.form-row>[class*="col-"] {
	padding: 15px;
}

form.compact .form-row {
	margin: 0px -7.5px;
}

form.compact .form-row>.col,
form.compact .form-row>[class*="col-"] {
	padding: 12px 7.5px;
}

@media (max-width: 79.999em) {
	label {
		font-size: 14px;
	}

	.form-control,
	.form-control:focus {
		padding: 0.9em 1.25em;
	}
}

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

	.groupedFields {
		margin-top: 4em;
		padding-top: 2.3em;
	}

	.form-row {
		margin: 0px -12px;
	}

	.form-row>.col,
	.form-row>[class*="col-"] {
		padding: 12px;
	}

	.prefix,
	.postfix {
		line-height: 50px;
	}
}

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

	.form-control,
	.form-control:focus {
		padding: 0.8em 1em;
	}

	.formButtons {
		padding: 20px 20px;
	}

	.formButtons .btn {
		font-size: 1em;
		width: 100%;
	}

	.groupedFields {
		margin-top: 3em;
		padding-top: 1.8em;
	}

	.form-row {
		margin: 0px -9px;
	}

	.form-row>.col,
	.form-row>[class*="col-"] {
		padding: 9px;
	}

	.prefix,
	.postfix {
		line-height: 45px;
	}
}

/* CUSTOM INPUT[TYPE="FILE"] STYLES */
.inputfile+label {
	display: block;
	padding: 15px;
	border-radius: 10px;
	background-color: #dbdee0;
	color: #4a5c65;
	font-size: 1.5em;
	font-weight: 700;
}

.inputfile+label span {
	display: inline-block;
	vertical-align: middle;
}

.inputfile+label .plusButton {
	background-color: #ffffff;
	text-align: center;
	margin-right: 10px;
	padding: 10px;
	font-size: 1.2em;
}

.js .inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.no-js .inputfile+label {
	display: none;
}

.inputfile:focus+label,
.inputfile+label:hover {}

.inputfile+label {
	cursor: pointer;
}

.inputfile:focus+label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

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

@media (max-width: 63.999em) {
	.inputfile+label {
		padding: 12px;
		border-radius: 8px;
	}

	.inputfile+label .plusButton {
		font-size: 0.9em;
		padding: 8px;
	}
}

@media (max-width: 767px) {
	.inputfile+label {
		padding: 10px;
		border-radius: 6px;
	}

	.inputfile+label .plusButton {
		font-size: 0.6em;
		padding: 6px;
	}
}

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

/* Styled Checkboxes */
.styled-checkmarks {}

.styled-checkmarks .checkbox {
	font-size: 10px;
	display: flex;
	align-items: center;
}

.styled-checkmarks .checkbox label,
.styled-checkmarks .checkbox .name {
	font-size: 2.7em;
	font-weight: 300;
	line-height: 1.37;
	letter-spacing: 0;
	margin: 0;
	padding-right: 0.5em;
}

.styled-checkmarks .checkbox input[type='checkbox'] {
	display: none;
}

.styled-checkmarks .checkbox input[type='checkbox']~.check-circle {
	display: inline-block;
	vertical-align: middle;
	width: 1.6em;
	height: 1.6em;
	margin: 0 0.8em 0 0;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.styled-checkmarks .checkbox input[type='checkbox']~.check-circle::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: block;
	background: inherit;
	background-image: url('../images/check-circle-inactive.png');
	background-size: 79% auto;
	opacity: 1;
	transition: all 0.15s;
}

.styled-checkmarks .checkbox input[type='checkbox']:checked~.check-circle::after {
	background-size: 100% auto;
	opacity: 0;
}

.styled-checkmarks .checkbox input[type='checkbox']~.check-circle::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: block;
	background: inherit;
	background-image: url('../images/check-circle-active.png');
	background-size: 79% auto;
	opacity: 0;
	transition: all 0.15s;
}

.styled-checkmarks .checkbox input[type='checkbox']:checked~.check-circle::before {
	background-size: 100% auto;
	opacity: 1;
}

/* .styled-checkmarks .checkbox label input:checked ~ .check-circle { background-image: url('../images/check-circle-active.png'); background-size: 100% auto; } */
.styled-checkmarks .checkbox label input~span,
.styled-checkmarks .name {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 2.6em - 0.8em);
	padding: 1em 0 1em;
}

.styled-checkmarks .checkbox:not(:first-child) label input~span,
.styled-checkmarks .checkbox:not(:first-child) .name {
	border-top: 1px solid #e9ebec;
}

.styled-checkmarks .checkbox label input:checked~span,
.styled-checkmarks .checkbox label input:checked~.name {
	opacity: 0.5;
}

.styled-checkmarks .checkbox .name {
	transition: color 0.4s;
	margin: 0 -0.5em;
	padding-left: 0.5em;
	padding-right: 1em;
}

.styled-checkmarks .checkbox .name:focus {
	outline: none;
	background-color: rgba(0, 0, 0, 0.015);
}

.styled-checkmarks .checkbox:hover .name {
	color: #000;
}

#budgetCalc .expense-section h5 span:hover,
#budgetCalc .expense-section h5 span:focus {
	outline: none;
}

#budgetCalc .expense-section h5::after,
.styled-checkmarks .checkbox .name::after {
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e919";
	font-size: 0.6em;
	margin-left: 0.5em;
	color: #aaa;
	opacity: 0.4;
	transition: opacity 0.4s;
	position: relative;
	display: inline-block;
	/* top: -0.1em; */
	position: absolute;
	margin-top: 0.6em;
	pointer-events: none;
}

.counselor-form .gform_footer {
	text-align: center;
	margin-top: 20px;
}

.counselor-form .gform_body input {
	padding-left: 10px;
	padding-right: 10px;
}

.ui-datepicker .ui-datepicker-title {
	display: flex;
	justify-content: space-between;
}

.ui-datepicker .ui-datepicker-title select {
	padding: 5px 10px;
	height: auto;
	line-height: 1.2;
	min-height: 0;
	font-size: 14px;
}

.styled-checkmarks .checkbox:hover .name::after,
.styled-checkmarks .checkbox .name:focus::after {
	opacity: 1;
}

.styled-checkmarks .checkbox .name span {}

.styled-checkmarks .checkbox .remove {
	vertical-align: middle;
	display: inline-block;
	padding: 1em;
	margin-left: 1.5em;
}

.styled-checkmarks .checkbox .remove:hover {
	text-decoration: none;
}

.styled-checkmarks .checkbox .remove span {
	display: none;
}

.styled-checkmarks .checkbox .remove i {
	color: #ccc;
	font-size: 2em;
	transition: color 0.4s;
}

.styled-checkmarks .checkbox .remove:hover i {
	color: #333;
}

@media (max-width: 63.999em) {
	.styled-checkmarks .checkbox {
		font-size: 8px;
	}
}

@media (max-width: 39.999em) {
	.styled-checkmarks .checkbox {
		font-size: 6px;
	}
}

/* Form Frontend */
.form-frontend {}

.form-frontend .row {
	padding: 0;
	margin: -50px -20px;
}

.form-frontend .row>.col {
	padding: 50px 20px;
}

.form-frontend h2 {}

.form-frontend .form-label {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
	margin: 0;
}

.form-frontend .form-value {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.22;
	letter-spacing: 0;
}

@media (max-width: 79.999em) {
	.form-frontend .row {
		margin: 0px -20px;
	}

	.form-frontend .row>.col {
		padding: 10px 20px;
		min-width: 50%;
	}
}

@media (max-width: 767px) {}

/* Status Bar */
.status-bar {
	height: 43px;
	border-radius: 1em;
	position: relative;
	margin: 2.2em 0 2em;
	overflow: hidden;
}

.status-bar.disabled {
	display: none;
}

.status-bar .complete {
	background: rgb(161, 184, 49);
	background: linear-gradient(90deg, rgba(161, 184, 49, 1) 8%, rgba(115, 214, 255, 1) 35%, rgba(32, 122, 180, 1) 66%, rgba(29, 59, 93, 1) 96%);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 1.1em;
}

.status-bar .remaining {
	background-color: #f2f2f2;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: left 4s;
	transition-delay: 0.25s;
}

body:not(.page-loaded) .status-bar.animated .remaining {
	left: 0 !important;
}

/* Checklist Bar Form */
#checklistBarForm {
	padding-top: 3em;
	max-width: 600px;
	margin: 0 auto;
}

#checklistBarForm.disabled {
	display: none;
}

/* New Home */
.new-home {
	background-color: #f2f2f2;
	padding: 3.8em 3.5em 3em;
}

.new-home img {
	max-width: 100px;
	margin: 0 0 1.25em;
}

.new-home h4 {
	font-weight: 700;
	color: #1c3352;
	letter-spacing: -0.03em;
	margin: 0 0 0.35em;
}

.new-home p {}

@media (max-width: 63.999em) {
	.new-home {
		padding: 3.3em 3em 2.5em;
	}

	.new-home img {
		max-width: 85px;
		margin: 0 0 1em;
	}
}

@media (max-width: 39.999em) {
	.new-home {
		padding: 2.8em 2.5em 2em;
	}

	.new-home img {
		max-width: 70px;
		margin: 0 0 0.75em;
	}
}

/* Counselor Form */
.counselor-form {
	padding: 3.2em;
}

.counselor-form p {
	font-weight: 700;
	line-height: 1.27;
	font-size: 18px;
}

.counselor-form form {
	text-align: left;
}

@media (max-width: 63.999em) {
	.counselor-form {
		padding: 2.7em;
	}
}

@media (max-width: 39.999em) {
	.counselor-form {
		padding: 2.2em;
	}
}

/* Moving Date */
#move-origin label,
#move-destination label {
	white-space: nowrap;
}

.moving-logo {
	display: inline-block;
	background-image: url('../images/moving.png');
	background-color: #a1b831;
	font-size: 163px;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	background-size: 55%;
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
	margin: 0 0 0.08em;
}

.moving-date {
	text-align: center;
	padding: 0 3em 5em;
}

.moving-date .field-wrapper {
	max-width: 600px;
	margin: 0 auto;
}

.moving-date .icon-calendar {
	color: #005596;
}

.moving-date .form-control,
.moving-date .form-control:focus {
	border: 1px solid #005596;
	background-color: transparent;
	color: #005596;
	height: 4.3em;
	cursor: pointer;
}

.moving-date .prefix,
.moving-date .postfix {
	line-height: 68px;
	height: 4.3em;
}

@media (max-width: 1399px) {
	.moving-date {
		padding: 0 1em 5em;
	}

	.moving-logo {
		font-size: 148px;
	}
}

@media (max-width: 1299px) {
	.moving-date {
		padding: 0 0 2em;
	}

	.moving-logo {
		font-size: 133px;
	}
}

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

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

/* Relocation Header */
#relocation-header {
	max-width: 840px !important;
	/* box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); */
	position: relative;
	padding: 45px 30px 65px !important;
	z-index: 1;
	background-color: #fff;
	/* margin-bottom: 5em; */
}

#relocation-header .row>.from-city,
#relocation-header .row>.moving-icon,
#relocation-header .row>.to-city {
	padding: 0 15px;
}

#relocation-header .city {}

#relocation-header .date {
	color: #a4adb2;
	font-size: 15px;
	letter-spacing: 0;
	margin-top: 1em;
}

#relocation-header .moving-icon img {
	max-width: 80px;
}

#relocation-header .relocation-categories {
	max-width: 524px;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	transform: translate(-50%, 50%);
	width: 80%;
}

@media (max-width: 63.999em) {
	#relocation-header {
		padding: 35px 22px 55px !important;
		margin-bottom: 2em;
	}

	#relocation-header .date {
		font-size: 13px;
	}

	#relocation-header .moving-icon img {
		max-width: 70px;
	}
}

@media (max-width: 39.999em) {
	#relocation-header {
		padding: 25px 15px 45px !important;
	}

	#relocation-header .city {
		font-size: 16px;
	}

	#relocation-header .date {
		font-size: 11px;
	}

	#relocation-header .moving-icon img {
		max-width: 60px;
	}
}

/* Accordions */
.accordionGroup {
	margin: 0;
}

.row:not(:first-child)>.col>.accordionGroup,
.accordionGroup+.accordionGroup {
	margin-top: 4em;
}

@media (max-width: 63.999em) {

	.row:not(:first-child)>.col>.accordionGroup,
	.accordionGroup+.accordionGroup {
		margin-top: 3em;
	}
}

@media (max-width: 767px) {

	.row:not(:first-child)>.col>.accordionGroup,
	.accordionGroup+.accordionGroup {
		margin-top: 2em;
	}
}

.accordionGroup h3 {
	font-size: 38px;
	font-weight: 400;
	border-bottom: 1px solid #005596;
	padding: 0 0 0.7em;
	margin: 0 0 0.4em;
}

.accordion {}

.accordion>.card {
	border: none;
	border-radius: 0;
	overflow: visible;
}

.accordion>.card:not(:first-child) {
	border-top: 1px solid #dad9dc;
}

.accordion .card-header {
	padding: 0;
	border: none;
	background: none;
}

.accordion .card-header h2 {
	font-size: 27px;
	padding: 0;
	margin: 0;
	border: none;
}

.accordion .card-header h2 div {
	padding: 0.8em 40px;
	color: #404040;
	font-weight: 500;
	letter-spacing: 0;
	cursor: pointer;
}

.accordion .card-header h2 div.collapsed {
	font-weight: 300;
}

.accordion .card-header h2 div::before,
.accordion .card-header h2 div::after {
	content: "";
	display: block;
	height: 0.1em;
	width: 0.65em;
	background-color: transparent;
	position: absolute;
	left: 0.05em;
	top: 1.4em;
	transform: rotate(90deg);
	transition: transform 0.25s;
}

.accordion .card-header h2 div::after {
	transform: rotate(180deg);
	background-color: #80ae3a;
}

.accordion .card-header h2 div.collapsed::before {
	transform: rotate(0deg);
	background-color: #005596;
}

.accordion .card-header h2 div.collapsed::after {
	transform: rotate(90deg);
	background-color: #005596;
}

.accordion .card-body {
	padding: 0 40px 2.5em;
}

.accordion .card-body p {
	font-size: 18px;
	font-weight: 300;
}

.accordion .card-body p:not(:last-child) {
	margin-bottom: 0.5em;
}

@media (max-width: 63.999em) {
	.accordionGroup h3 {
		font-size: 32px;
	}

	.accordion .card-header h2 {
		font-size: 24px;
	}

	.accordion .card-body,
	.accordion .card-header h2 div {
		padding-left: 32px;
		padding-right: 32px;
	}

	.accordion .card-body p {
		font-size: 17px;
	}
}

@media (max-width: 767px) {
	.accordionGroup h3 {
		font-size: 26px;
	}

	.accordion .card-header h2 {
		font-size: 20px;
	}

	.accordion .card-body,
	.accordion .card-header h2 div {
		padding-left: 25px;
		padding-right: 25px;
	}

	.accordion .card-body p {
		font-size: 16px;
	}
}

/* Accordion Style 2 */
.accordion.style2>.card {
	margin-top: 4em;
}

.accordion.style2>.card:not(:first-child) {
	border-top: none;
}

.accordion.style2>.card>.card-header {
	border-bottom: 2px solid #005596;
	margin: 0;
}

.accordion.style2 .card-header h2 {
	font-size: 36px;
}

.accordion.style2 .card-header h2 div {
	font-weight: 700;
	color: #005596;
	letter-spacing: -0.01em;
	padding: 0.15em 1em 0.15em 0;
}

.accordion.style2 .card-header h2 div::before {
	display: none;
}

.accordion.style2 .card-header h2 div::after {
	background-image: url('../images/dropdown-arrow.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 0.8em;
	height: 0.3em;
	background-color: transparent;
	right: 0;
	left: auto;
	top: 1em;
}

.accordion.style2 .card-header h2 div.collapsed::after {
	transform: rotate(0deg);
}

.accordion.style2 .card-header h2 div img {
	width: auto;
	height: auto;
	max-height: 1.45em;
	margin: 0 0.4em 0.2em 0;
	vertical-align: middle;
}

.accordion.style2 .card-body {
	padding: 0 0 2em;
}

@media (max-width: 63.999em) {
	.accordion.style2 .card-header h2 {
		font-size: 28px;
	}

	.accordion.style2 .card-body {
		padding-bottom: 2em;
	}
}

@media (max-width: 39.999em) {
	.accordion.style2 .card-header h2 {
		font-size: 22px;
	}

	.accordion.style2 .card-body {
		padding-bottom: 0;
	}
}

/* Homepage Callouts */
.row.homepage-callouts {
	margin-bottom: 6em;
}

.homepage-callouts>.col {}

.homepage-callout {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	background-color: #fff;
	position: relative;
}

.homepage-callout::before,
.homepage-callout::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: calc(100% - 10px);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	left: 0;
	z-index: 0;
}

.homepage-callout::after {
	left: -10px;
	bottom: 0;
	box-shadow: none;
	width: calc(100% + 20px);
	background: rgb(255, 255, 255);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 75%);
}

.homepage-callout .top,
.homepage-callout .bottom {
	padding: 0;
	position: relative;
	background-color: #fff;
	z-index: 1;
}

.homepage-callout .top {
	padding: 40px 50px 0;
	flex: 1;
}

.homepage-callout .bottom {}

.homepage-callout h3 {
	font-size: 44px;
	font-weight: 600;
	color: #1c3352;
	letter-spacing: -0.03em;
	line-height: 1.05;
	margin: 0 0 0.3em;
}

.homepage-callout h6 {
	color: #1c3352;
	margin: 0 0 2em;
}

.homepage-callout p {
	margin: 0 0 1.8em;
}

.homepage-callout img {
	margin: 0 0 2.5em;
	max-width: 290px;
	width: 100%;
	height: auto;
	max-height: 240px;
	object-fit: contain;
	object-position: center center;
}

.homepage-callout img.logo {
	margin: 0.7em 0 1em;
	max-height: 120px;
	width: auto;
}

@media (max-width: 63.999em) {
	.row.homepage-callouts {
		margin-bottom: 3em;
	}

	.homepage-callout .top {
		padding: 30px 30px 0;
	}

	.homepage-callout h3 {
		font-size: 30px;
	}

	.homepage-callout p {
		margin: 0 0 1.4em;
	}

	.homepage-callout img {
		max-width: 235px;
		margin-bottom: 2em;
	}

	.homepage-callout img.logo {
		width: 90%;
		height: auto;
	}
}

@media (max-width: 767px) {
	.row.homepage-callouts {
		margin-bottom: 0em;
	}

	.homepage-callout {
		padding-bottom: 2em;
	}

	.homepage-callout .top {
		padding: 20px 20px 0;
	}

	.homepage-callout h3 {
		font-size: 28px;
	}

	.homepage-callout p {
		margin: 0 0 1em;
	}

	.homepage-callout img {
		max-width: 180px;
		margin-bottom: 1.5em;
	}
}

/* Tag Cloud */
.tag-cloud {
	text-align: right;
	padding-right: 28px;
	margin-left: -28px;
	margin-bottom: 2em;
}

.tag-cloud .tag {
	font-size: 16px;
	background-color: #f1f8fc;
	display: inline-block;
	padding: 0 1.0em;
	margin: 0.25em calc(0.3em - 2px);
	border-radius: 0.3em;
	vertical-align: middle;
	/*min-width: 3.5em;*/
	transition: background-color 0.4s;
	white-space: nowrap;
}

.tag-cloud .tag:hover {
	background-color: #d0e6f7;
}

.tag-cloud .tag:last-child {
	margin-right: -28px;
}

.tag-cloud .tag .text {
	display: inline-block;
	vertical-align: middle;
	line-height: 55px;
}

.tag-cloud .tag .text.large {
	font-size: 1.5em;
}

.tag-cloud .tag img {
	max-height: 2em;
	vertical-align: middle;
	margin: 0px 0.5em 0px 0;
	position: relative;
	top: 0em;
	width: auto;
	display: none;
}

@media (max-width: 79.999em) {
	.tag-cloud .tag {
		font-size: 14px;
	}

	.tag-cloud .tag .text {
		line-height: 50px;
	}
}

@media (max-width: 63.999em) {
	.tag-cloud {
		text-align: center;
		padding-right: 0;
		margin-left: 0;
	}

	.tag-cloud .tag {
		font-size: 12px;
	}

	.tag-cloud .tag:last-child {
		margin-right: 0;
	}

	.tag-cloud .tag .text {
		line-height: 35px;
	}
}

/* Partner Blocks */
.partner-block {
	display: flex;
	flex-direction: column;
	height: 100%;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.featuredItems .partner-block,
.partner-block.featured {
	box-shadow: none;
	background-color: #d5f3ff;
	padding: 30px 30px 50px;
	height: calc(100% - 55px);
}

.featuredItems h2 {
	margin-bottom: 30px;
	text-align: center;
}

.featuredItems .cat-header {
	height: 55px;
	background-color: #005596;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2.5%;
}

.featuredItems .cat-header svg {
	max-height: 50px;
}

.featuredItems .moving-services .cat-header svg {
	fill: #fff !important;
}

.featuredItems .cat-header .tool-name {
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.partner-block .cat-header .strip {
	height: 10px;
	margin-bottom: 20px;
}

.partner-block .cat-header .tool-name {
	margin-top: 10px;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.partner-block .header {
	position: relative;
	flex: 1;
}

.partner-block .content {
	padding: 30px 30px 50px;
}

.partner-block .logo {
	height: 112px;
	margin: 0;
}

.partner-block .logo img {
	max-width: 90%;
	max-height: 70%;
	margin: 0 auto;
}

.partner-block .text {
	margin: 0 0 2.2em;
}

.partner-block .text h4 {
	line-height: 1.1;
	margin: 0 0 0.3em;
}

.partner-block .text p {
	font-size: 18px;
	font-weight: 300;
}

.partner-block.featured .text p {
	font-weight: 500;
}

.partner-block.overlay .text p {
	font-weight: 600;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.partner-block.overlay .text h4,
.partner-block.overlay .text p {
	color: #fff;
}

.partner-block.overlay .text p {
	font-weight: 600;
}

.partner-block .cta {
	position: relative;
}

.partner-block .cta .btn {}

@media (max-width: 63.999em) {
	.partner-block {
		padding: 20px 25px 40px;
	}

	.partner-block .logo {
		height: 80px;
	}

	.partner-block .text {
		margin: 0 0 1.8em;
	}

	.partner-block .text p {
		font-size: 17px;
	}
}

@media (max-width: 39.999em) {
	.partner-block {
		padding: 10px 20px 30px;
	}

	.partner-block .text {
		margin: 0 0 1.4em;
	}

	.partner-block .text p {
		font-size: 16px;
	}
}

/* Ad Block */
.marketAds {
	margin: 20px 0;
}

.marketAds>.col {
	padding-left: 0;
	padding-right: 0;
}

.marketAds>.col>a {
	width: 100%;
	height: 100%;
}

.marketAds>.col>a:hover {
	text-decoration: none;
}

.marketAds .market-block {
	color: #fff;
	padding: 10% 8%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
	background-size: cover;
}

.marketAds .market-block.left img {
	height: auto;
	margin-bottom: 2%;
	display: inline-block;
}

.marketAds .market-block.left h3 {
	color: #fff;
	font-size: 66px;
	font-weight: 800;
	letter-spacing: -.01em;
	line-height: 1;
	margin-bottom: 2%;
}

.marketAds .market-block.left p {
	color: #fff;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

.marketAds .market-block.right {
	background-color: #005596;
}

.marketAds .market-block.right h4 {
	color: #a1b831;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: .03em;
	text-transform: uppercase;
	margin-bottom: 4%;
}

.marketAds .market-block.right {
	align-items: flex-start;
}

.marketAds .market-block.right p {
	color: #fff;
	font-size: 36px;
	font-weight: 400;
	letter-spacing: -.01em;
	text-transform: none;
	line-height: 1.33;
}

.marketAds .market-block.right p strong {
	color: #a1b831;
	font-size: 36px;
	font-weight: 800;
	letter-spacing: -.01em;
	text-transform: uppercase;
}

.marketAds .market-block.right .cta {
	margin-bottom: 0;
}

@media (max-width: 63.999em) {
	.marketAds .market-block.right p br {
		display: none;
	}
}

@media (max-width: 767px) {
	.marketAds .market-block.left h3 {
		font-size: 32px;
	}
}

/* Sections */
.row.section:not(:last-child) {
	margin-bottom: 6em;
}

.section-header {
	margin-top: 0;
	margin-bottom: 1.5em;
}

.section-header .heading {
	color: #808080;
	font-size: 38px;
	font-weight: 600;
	letter-spacing: -0.03em;
}

.section-header h6 {
	color: #005596;
	margin-bottom: 0.5em;
}

.section-header h6 a {
	color: inherit;
}

@media (max-width: 63.999em) {
	.row.section:not(:last-child) {
		margin-bottom: 4em;
	}

	.section-header {
		margin-bottom: 1em;
	}

	.section-header .heading {
		font-size: 31px;
	}
}

@media (max-width: 767px) {
	.row.section:not(:last-child) {
		margin-bottom: 2em;
	}

	.section-header {
		margin-bottom: 0.5em;
	}

	.section-header .heading {
		font-size: 23px;
	}
}

/* Cat Picker */
.row.cat-picker {
	margin-top: 120px;
	margin-bottom: 35px;
}

/* Post Block */
.post-block {
	text-align: center;
	padding: 0 0 3em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	height: 100%;
}

.post-block .image {
	margin: 0 0 2.5em;
}

.post-block .image .img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.post-block .image .img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #005596;
	opacity: 0;
	transition: opacity 0.4s;
}

.post-block .image a:hover .img::before {
	opacity: 0.8;
}

.post-block .header,
.post-block .excerpt,
.post-block .cta {
	padding: 0 2.5em;
}

.post-block .header {}

.post-block .header .title {
	color: #1c3352;
	margin: 0 0 0.3em;
}

.post-block .header .title a {
	color: inherit;
	text-decoration: none;
}

.post-block .header .date {
	color: #005596;
	margin: 0 0 1.5em;
}

.post-block .excerpt {
	flex: 1;
}

.post-block .excerpt p {
	margin: 0 0 1.2em;
}

.post-block .cta {}

.post-block .cta .btn {
	margin-top: 20px;
}

@media (max-width: 63.999em) {
	.post-block {
		padding: 0 0 2.5em;
	}

	.post-block .image {
		margin: 0 0 2em;
	}
}

@media (max-width: 39.999em) {
	.post-block {
		padding: 0 0 2em;
	}

	.post-block .image {
		margin: 0 0 1.5em;
	}
}

/* Post Grid */
.row.post-grid {
	margin: -12.5px;
}

.row.post-grid>.col {
	padding: 12.5px;
}

@media (max-width: 63.999em) {
	.row.post-grid {
		margin: -9px;
	}

	.row.post-grid>.col {
		padding: 9px;
	}
}

@media (max-width: 39.999em) {
	.row.post-grid {
		margin: -6px;
	}

	.row.post-grid>.col {
		padding: 6px;
	}
}

/* Single Post Page */
.article {}

.article .article-date {
	color: #a1b831;
	font-weight: 800;
	font-size: 18px;
	letter-spacing: 0.1em;
	margin: 0 0 1.5em;
}

.article .article-date a {
	color: unset;
	text-decoration: none;
}

.article-content h2 {
	color: #1c3352;
	font-size: 60px;
	line-height: 1.333;
	margin: 0.7em 0;
}

.article-content p {
	font-size: 22px;
	line-height: 1.45;
	font-weight: 300;
}

.article-content p strong {
	font-weight: 600;
}

.article-content p.intro {
	color: #005596;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.33;
}

.article-content img {
	margin: 1.2em 0;
}

@media (max-width: 63.999em) {
	.article .article-date {
		font-size: 15px;
	}

	.article-content h2 {
		font-size: 43px;
	}

	.article-content p {
		font-size: 18px;
	}

	.article-content p.intro {
		font-size: 28px;
	}
}

@media (max-width: 39.999em) {
	.article .article-date {
		font-size: 12px;
	}

	.article-content h2 {
		font-size: 26px;
	}

	.article-content p {
		font-size: 18px;
	}

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

/* Article Block */
.article-block {
	color: #fff;
	text-align: center;
	padding: 3em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.article-block .blockLink {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.article-block::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
}

.article-block.featured::before {
	background-color: #005596;
	opacity: 0.8;
}

.article-block .wrapper {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
}

.article-block.featured .wrapper {
	max-width: 500px;
}

.article-block h3 {
	font-size: 44px;
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 1.129;
	color: #fff;
	margin: 0 0 0.2em;
}

.article-block h6 {
	color: #fff;
	font-size: 22px;
}

.article-block h6 a {
	color: inherit;
}

.article-block p {
	font-size: 27px;
	line-height: 1.259;
	font-weight: 300;
	margin: 0 0 0.8em;
}

.article-block div.read-more {
	margin-top: 2em;
}

.article-block h6.read-more {
	margin-top: 0.65em;
}

@media (max-width: 63.999em) {
	.article-block {
		padding: 2.5em;
	}

	.article-block h3 {
		font-size: 36px;
	}

	.article-block p {
		font-size: 24px;
	}

	.article-block h6 {
		font-size: 19px;
	}
}

@media (max-width: 767px) {
	.article-block {
		padding: 2em;
	}

	.article-block h3 {
		font-size: 28px;
	}

	.article-block p {
		font-size: 18px;
	}

	.article-block h6 {
		font-size: 16px;
	}
}

/* Article Grid */
.article-grid {}

.article-grid .col-primary {}

.article-grid .col-primary .article-block {
	height: 100%;
}

.article-grid .col-secondary {
	max-width: 460px;
}

.article-grid .col-secondary .article-block {
	min-height: 315px;
}

.article-grid .col-secondary .article-block:not(:first-child) {
	margin-top: 12px;
}

@media (max-width: 63.999em) {
	.article-grid .col-primary {
		margin-bottom: 12px;
	}

	.article-grid .col-secondary {
		min-width: 100%;
		display: flex;
	}

	.article-grid .col-secondary .article-block {
		width: calc(50% - 6px);
	}

	.article-grid .col-secondary .article-block:not(:first-child) {
		margin-left: 12px;
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.article-grid .col-primary {
		margin-bottom: 0;
	}

	.article-grid .col-secondary {
		display: block;
	}

	.article-grid .col-secondary .article-block {
		width: 100%;
	}

	.article-grid .col-secondary .article-block:not(:first-child) {
		margin-left: 0;
		margin-top: 12px;
	}
}

/* Resource Blocks */
.resource-block {
	display: flex;
	flex-direction: column;
	height: 100%;
	box-shadow: none;
	padding: 20px 30px 50px;
	background-color: #f2f2f2;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.resource-block.featured {
	box-shadow: none;
	background-color: #d5f3ff;
}

.resource-block.overlay::before {
	content: "";
	background-color: #005596;
	opacity: 0.85;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.resource-block .header {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.resource-block .logo {
	height: 135px;
	margin: 0 0 1.5em;
}

.resource-block .logo img {
	max-width: 34%;
	max-height: 90%;
	margin: 0 auto;
}

.resource-block .text {
	margin: 0 0 1.8em;
}

.resource-block .text h4 {
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.1;
	margin: 0 0 0.3em;
	color: #1c3352;
}

.resource-block .text p {}

.resource-block.overlay .text p {
	font-weight: 600;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.resource-block.overlay .text h4,
.resource-block.overlay .text p {
	color: #fff;
}

.resource-block.overlay .text p {
	font-weight: 600;
}

.resource-block .cta {
	position: relative;
}

.resource-block .cta .btn {}

@media (max-width: 63.999em) {
	.resource-block {
		padding-bottom: 40px;
	}

	.resource-block .logo {
		height: 105px;
		margin: 0 0 1em;
	}

	.resource-block .text {
		margin: 0 0 1.4em;
	}
}

@media (max-width: 767px) {
	.resource-block {
		padding-bottom: 30px;
	}

	.resource-block .logo {
		height: 75px;
		margin: 0 0 0.5em;
	}

	.resource-block .text {
		margin: 0 0 1em;
	}
}

/* Slick Slider */
.slick-slider {
	padding: 0 5em;
	position: relative;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
	border: none;
	position: absolute;
	top: 50%;
	left: 0;
	background-image: url(../images/slider-prev.png);
	background-size: 0.8em auto;
	width: 4em;
	height: 4em;
	text-indent: -999em;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	transform: translateY(-50%);
	outline: none;
	padding: 0;
	font-size: 14px;
}

.slick-slider .slick-prev {}

.slick-slider .slick-next {
	left: auto;
	right: 0;
	background-image: url(../images/slider-next.png);
}

.slick-slider .slick-dots {
	list-style: none;
	padding: 0;
	margin: 1.2em 0 0;
	text-align: center;
	left: 0;
	right: 0;
	bottom: auto;
}

.slick-slider .slick-dots>li {
	display: inline-block;
	margin: 0;
}

.slick-slider .slick-dots>li.slick-active {}

.slick-slider .slick-dots>li button {
	border: none;
	text-indent: -999em;
	font-size: 9px;
	height: 2em;
	width: 2em;
	height: 18px;
	width: 18px;
	display: block;
	padding: 0;
	position: relative;
	outline: none;
	background-color: transparent;
}

.slick-slider .slick-dots>li button::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 1em;
	width: 1em;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #dbdee0;
	display: block;
	padding: 0;
	opacity: 1.0;
}

.slick-slider .slick-dots>li.slick-active button::before {
	background-color: #4a5c65;
}

/* Tips Slider */
.relocation-tips {
	background-color: #f2f2f2;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.relocation-tips .header {
	background-color: #1c3352;
	color: #fff;
}

.relocation-tips .header h4 {
	letter-spacing: -0.03em;
	font-weight: 700;
	padding: 1.1em;
	color: #fff;
}

.relocation-tips .header h4 img {
	display: inline-block;
	vertical-align: text-bottom;
	max-height: 1.1em;
	position: relative;
	top: -0.18em;
}

.relocation-tips .header h4 .text {
	display: inline-block;
	vertical-align: text-bottom;
}

.relocation-tips .slider {
	padding: 2.0em 3.0em;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.relocation-tips h6 {
	margin: 2em 0 0;
}

.relocation-tips h6 a {
	color: #005596;
	text-decoration: none;
}

.tips-slider {}

.tips-slider .slide {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.tips-slider .tip h4 {
	color: #404040;
	letter-spacing: -0.03em;
}

.tips-slider .tip p {
	line-height: 1.4375;
}

.tips-slider .tip> :last-child {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.relocation-tips {
		margin-top: 12px;
	}

	.relocation-tips .slider {
		padding: 2em 2em;
	}
}

@media (max-width: 767px) {
	.relocation-tips {
		margin-top: 0;
	}

	.relocation-tips .slider {
		padding: 1.5em 0em;
	}
}

/* Expense Section */
.expense-section {}

.expense-section+.expense-section {
	margin-top: 3em;
}

.expense-section .expense-header {
	margin: 3em 0 1.2em;
}

.expense-section .expense-header h2 {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 2.6em;
}

.expense-section .expense-header .btn {
	margin-right: 29px;
}

.expense-section h5 {
	font-size: 27px;
	font-weight: 300;
	letter-spacing: 0;
}

.expense-section .expense-header p {
	margin: 0;
}

.expense-section .title,
.expense-section .amount {
	padding-top: 10px;
	padding-bottom: 10px;
}

.expense-section .expense-items {}

.expense-section .expense-items .row:not(:first-child) {
	border-top: 1px solid rgba(0, 85, 150, 0.25);
}

.expense-section .title {}

.expense-section .amount {
	white-space: nowrap;
}

.expense-section .amount .fieldWrapper {
	vertical-align: middle;
	display: inline-block;
	max-width: 223px;
}

.expense-section .remove:hover,
.expense-section .remove {
	/* background-image: url('../images/remove.png'); */
	/* background-size: 15px auto; */
	/* background-position: center right; */
	/* background-repeat: no-repeat; */
	/* width: 25px; */
	/* height: 25px; */
	/* text-indent: -999em; */
	/* vertical-align: middle; */
	/* display: inline-block; */
	text-decoration: none !important;
	vertical-align: middle;
	margin-left: 0.5em;
	display: inline-block;
	opacity: 0.5;
	transition: opacity 0.4s;
}

.expense-section .remove:hover {
	opacity: 1;
}

.expense-section .remove span {
	display: none;
}

.expense-section .remove-verification {
	position: absolute;
	z-index: 1;
	background: #fff;
	padding: 1em;
	border-radius: 1em;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	text-align: center;
	font-size: 12px;
	left: 100%;
	transform: translate(-50%, -50%);
	top: 100%;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.4s;
}

.expense-section .remove-verification.active {
	opacity: 1;
	pointer-events: auto;
}

.expense-section .remove-verification a {
	margin: 0.6em 0.5em 0;
	display: inline-block;
	cursor: pointer;
}

@media (max-width: 1199px) {
	.expense-section .expense-header {
		margin-bottom: 0.8em;
	}

	.expense-section .expense-header .btn {
		margin-right: 0;
	}

	.expense-section .expense-items>.row {
		margin-top: 0px;
		margin-bottom: 10px;
		padding-top: 10px;
	}

	.expense-section .title,
	.expense-section .amount {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.expense-section h5 {
		font-size: 23px;
	}

	.expense-section .amount .fieldWrapper {
		display: inline-block;
		max-width: calc(100% - 40px);
		width: 100%;
	}
}

@media (max-width: 767px) {
	.expense-section .expense-header {
		margin-bottom: 0.4em;
	}

	.expense-section .expense-items>.row {
		margin-top: 0px;
		margin-bottom: 10px;
		padding-top: 10px;
	}

	.expense-section .title,
	.expense-section .amount {
		padding-top: 2px;
		padding-bottom: 2px;
	}

	.expense-section h5 {
		font-size: 18px;
	}
}

/* Site Footer */
/* Login Screen Styles */
body.login-screen {
	background-image: url('../images/login-bg.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 100vh;
}

body.login-screen #pageContent {
	background-color: transparent;
	padding: 4em;
}

.login-form {
	background-color: #fff;
	padding: 55px 70px 50px;
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}

.login-form .wrapper {}

.login-form .logo {}

.login-form .logo img {
	max-width: 344px;
	margin: 0 auto 1.4em;
	position: relative;
	left: 18px;
	width: 100%;
	height: auto;
}

.login-form .heading {
	color: #4a5c65;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1.25;
	font-size: 23px;
	margin: 0 0 1.5em;
}

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

@media (max-width: 63.999em) {
	.login-form {
		padding: 42px 55px 38px;
	}

	.login-form .logo img {
		margin: 0 auto 1.8em;
		left: 16px;
		max-width: 300px;
	}

	.login-form .heading {
		font-size: 20px;
		margin: 0 0 1.5em;
	}
}

@media (max-width: 767px) {
	.login-form {
		padding: 30px 40px 25px;
		margin: 3em 2.5em;
	}

	.login-form .logo img {
		margin: 0 auto 1em;
		left: 14px;
		max-width: 200px;
	}

	.login-form .heading {
		font-size: 17px;
		margin: 0 0 1.2em;
	}
}

.login-form form {}

.login-form form .form-group {
	text-align: left;
	margin: 0 0 1.8em;
}

.login-form form label {}

.login-form form label.inset {
	color: #4a5c65;
	font-weight: 400;
	font-size: 13px;
	background-color: #fff;
	position: absolute;
	margin-top: -0.9em;
	display: inline-block;
	padding: 0.4em 0.7em;
	margin-left: 0.9em;
	line-height: 1;
	margin-bottom: 0;
}

.login-form form input[type="text"],
.login-form form input[type="password"] {
	color: #4a5c65;
	font-weight: 700;
	letter-spacing: 0;
	border: 1px solid #4a5c65;
	border-radius: 6px;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
}

.login-form form .form-check {
	text-align: left;
	margin: 0 0 1.8em;
}

.login-form form .form-check input {
	vertical-align: middle;
	margin: 0 0.5em 0 0;
}

.login-form form .form-check label {
	vertical-align: middle;
	color: #4a5c65;
	font-weight: 400;
	line-height: 1;
	font-size: 17px;
}

.login-form form .form-check label::before {
	width: 1.3em;
	height: 1.3em;
}

.login-form form button[type="submit"] {
	background-color: #005596;
	width: 100%;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	font-size: 18px;
	border-radius: 6px;
	height: 50px;
	line-height: 50px;
	padding: 0 1em;
	margin: 0 0 0.6em;
}

.login-form .forgot-password {
	font-weight: 300;
	font-style: italic;
	font-size: 16px;
}

.login-form .forgot-password a {
	color: #005596;
}

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

@media (max-width: 63.999em) {
	.login-form form .form-group {
		margin: 0 0 2.5em;
	}

	.login-form form label.inset {
		font-size: 12px;
	}

	.login-form form input[type="text"],
	.login-form form input[type="password"] {
		border-radius: 5px;
		padding: 0 16px;
		height: 45px;
		line-height: 45px;
	}

	.login-form form .form-check {
		margin: 0 0 2.5em;
	}

	.login-form form .form-check label {
		font-size: 15px;
	}

	.login-form form button[type="submit"] {
		border-radius: 5px;
		height: 45px;
		line-height: 45px;
	}

	.login-form .forgot-password {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	body.login-screen #pageContent {
		padding: 0em;
	}

	.login-form {
		margin: 1.5em auto;
	}

	.login-form form .form-group {
		margin: 0 0 2em;
	}

	.login-form form label.inset {
		font-size: 11px;
	}

	.login-form form input[type="text"],
	.login-form form input[type="password"] {
		border-radius: 4px;
		padding: 0 12px;
		height: 40px;
		line-height: 40px;
	}

	.login-form form .form-check {
		margin: 0 0 2em;
	}

	.login-form form .form-check label {
		font-size: 13px;
	}

	.login-form form button[type="submit"] {
		border-radius: 4px;
		height: 40px;
		line-height: 40px;
	}

	.login-form .forgot-password {
		font-size: 14px;
	}
}

.login-form .login-footer {
	border-top: 2px solid rgba(0, 0, 0, 0.15);
	margin-top: 2.2em;
	padding-top: 2.5em;
}

.login-form .login-footer p {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 0.7em;
}

.login-form .login-footer p a {
	color: #005596;
}

.login-form .login-footer .socLinks {
	margin: 0 0 1.5em;
}

.login-form .login-footer .socLinks a {
	color: #005596;
}

.login-form .login-footer .socLinks a:hover {
	text-decoration: none;
}

.login-form .login-footer .socLinks [class^="icon-"] {
	font-size: 30px;
	margin: 0 0.1em;
}

.login-form .login-footer .copyright {
	font-weight: 300;
	font-size: 13px;
}

.login-form .login-footer .copyright a {
	color: #005596;
}

/* Blog Pagination Links */
.posts-navigation .nav-links {
	margin-top: 60px;
	padding-top: 30px;
	border-top: 1px solid #f7f7f7;
}

.posts-navigation .nav-links a {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
}

.posts-navigation .nav-links a:hover {
	text-decoration: none;
}

.posts-navigation .nav-links .nav-previous a:before {
	content: "‹ ";
	transform: translateX(-4px);
	transition: transform 0.4s;
	display: inline-block;
}

.posts-navigation .nav-links .nav-previous a:hover::before {
	transform: translateX(-8px);
}

.posts-navigation .nav-links .nav-next a:after {
	content: " ›";
	transform: translateX(4px);
	transition: transform 0.4s;
	display: inline-block;
}

.posts-navigation .nav-links .nav-next a:hover::after {
	transform: translateX(8px);
}

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

@media (max-width: 63.999em) {
	.login-form .login-footer {
		margin-top: 3.2em;
		padding-top: 3.5em;
	}

	.login-form .login-footer p {
		font-size: 13px;
	}

	.login-form .login-footer .socLinks [class^="icon-"] {
		font-size: 27px;
	}

	.login-form .login-footer .copyright {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.login-form .login-footer {
		border-top: 1px solid rgba(0, 0, 0, 0.15);
		margin-top: 2.2em;
		padding-top: 2.5em;
	}

	.login-form .login-footer p {
		font-size: 12px;
	}

	.login-form .login-footer .socLinks [class^="icon-"] {
		font-size: 24px;
	}

	.login-form .login-footer .copyright {
		font-size: 11px;
	}
}

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

@media (max-width: 767px) {
	.desktop-only {
		display: none !important;
	}
}

@media (min-width: 40em) {
	.mobile-only {
		display: none !important;
	}
}

/* Padding Classes */
.paddingBottomNone {
	padding-bottom: 0 !important;
}

.paddingBottomMedium {
	padding-bottom: 2em !important;
}

.paddingBottomLarge {
	padding-bottom: 5em !important;
}

.paddingTopNone {
	padding-top: 0 !important;
}

.paddingTopMedium {
	padding-top: 2em !important;
}

.paddingTopLarge {
	padding-top: 5em !important;
}

@media (max-width: 63.999em) {
	.paddingBottomNone {
		padding-bottom: 0 !important;
	}

	.paddingBottomMedium {
		padding-bottom: 1.5em !important;
	}

	.paddingBottomLarge {
		padding-bottom: 4em !important;
	}

	.paddingTopNone {
		padding-top: 0 !important;
	}

	.paddingTopMedium {
		padding-top: 1.5em !important;
	}

	.paddingTopLarge {
		padding-top: 4em !important;
	}
}

@media (max-width: 39.999em) {
	.paddingBottomNone {
		padding-bottom: 0 !important;
	}

	.paddingBottomMedium {
		padding-bottom: 1em !important;
	}

	.paddingBottomLarge {
		padding-bottom: 3em !important;
	}

	.paddingTopNone {
		padding-top: 0 !important;
	}

	.paddingTopMedium {
		padding-top: 1em !important;
	}

	.paddingTopLarge {
		padding-top: 3em !important;
	}
}