/* query widths */
/* query widths */
body {
	font-size: 16px;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.full-width {
	width: 100%;
}

div {
	box-sizing: border-box;
}

p {
	box-sizing: border-box;
}

p,
li,
dl,
dt {
	font-family: lato, sans, serif;
	font-weight: 400;
	color: #3a4a66;
	letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "pt-serif", serif;
	box-sizing: border-box;
}

.single-post .site-content .entry-content ul {
	line-height: 31px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
}

.single-post .site-content .entry-content ul li {
	position: relative;
	padding-left: 18px;
}

.single-post .site-content .entry-content ul li:before {
	display: block;
	position: absolute;
	left: 0;
	top: 12px;
	content: "";
	height: 6px;
	width: 6px;
	margin-right: 20px;
	border-radius: 50%;
	background-color: #2da4db;
}

.filter-item {
	font-weight: 600;
	padding-top: 4px;
	padding-bottom: 4px;
}

.gform_wrapper .top_label .gfield {
	text-align: left;
}

.gform_wrapper .top_label .gfield .gfield_label {
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-family: "Overpass", sans-serif;
}

.gform_wrapper
	.gfield
	input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	border: none;
	border-radius: 3px;
	padding: 11px 13px;
}

/* query widths */
.home .site-header {
	background: white;
}

/*
@media screen and (min-width: 967px) {
  .home .site-header {
    background: transparent;
  }
}
*/

#wpfront-notification-bar-spacer[style*="height: 0px;"] + #page .site-header {
	top: 0 !important;
}

.site-header {
	position: fixed;
	z-index: 9999;
	width: 100%;
	top: 0;
	left: 0;
	background: white;
	transition-property: background, box-shadow;
	transition-duration: 0.25s;
}

.site-header .site-title {
	text-align: center;
}
@media screen and (min-width: 967px) {
	.site-header .site-title {
		text-align: left;
	}
}

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

.site-header.scrolled,
.site-header.activated,
.site-header.sub-activated,
.site-header.pop-search {
	background: white;
	box-shadow: 0 36px 63px 0 rgba(0, 21, 93, 0.27);
}

.site-header .wrapper {
	max-width: 1180px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	align-items: stretch;
}

.site-header .main-navigation {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	flex: 0 0;
	max-width: 0;
}
@media screen and (min-width: 967px) {
	.site-header .main-navigation {
		flex: 0 87.3333333%;
		max-width: 87.3333333%;
	}
}

.site-header .site-branding {
	flex: 0 100%;
	max-width: 100%;
	position: relative;
	z-index: 10;
}
@media screen and (min-width: 967px) {
	.site-header .site-branding {
		flex: 0 11.6666667%;
		max-width: 11.6666667%;
	}
}

.menu-toggle {
	display: block;
	width: 33px;
	height: 33px;
	position: absolute;
	margin-top: 0.75rem;
	right: 1.25rem;
	border: none;
	text-indent: -10000px;
	background: url(img/nav-hamburger.svg) no-repeat top left/33px;
	cursor: pointer;
	z-index: 100;
}
@media screen and (min-width: 967px) {
	.menu-toggle {
		display: none;
	}
}

.main-navigation.toggled .menu-toggle {
	background: url(img/navigation-close.svg) no-repeat top left/33px;
}

.sub-toggle {
	position: absolute;
	background: url(img/white-arrow-left.svg) no-repeat top center/12px;
	border: none;
	display: none;
	border-radius: 0;
	text-align: center;
	width: 5rem;
	padding: 0;
	font-family: "Overpass", sans-serif;
	text-transform: uppercase;
	font-size: 9.5px;
	color: #ffffff;
	letter-spacing: 0;
	text-align: center;
	line-height: 12px;
	left: 0;
	top: 82px;
	padding-top: 20px;
	z-index: 2;
	cursor: pointer;
}
@media screen and (min-width: 967px) {
	.sub-toggle {
		display: none;
	}
}

.site-header.sub-activated {
	background: white;
}

.site-header.sub-activated .sub-toggle {
	display: block;
}
@media screen and (min-width: 967px) {
	.site-header.sub-activated .sub-toggle {
		display: none;
	}
}

.logged-in .full-sub-menu {
	top: 90px;
}
@media screen and (min-width: 967px) {
	.logged-in .full-sub-menu {
		top: 100%;
	}
}

.main-navigation.toggled .full-sub-menu {
	display: none;
}

.parent-pageid-8 .full-sub-menu {
	display: flex;
}

.page-id-23 .full-sub-menu,
.page-id-21 .full-sub-menu {
	display: none;
}

.full-sub-menu {
	background-image: linear-gradient(
		135deg,
		#00b9f1 0%,
		#008ec5 35%,
		#0078c0 59%,
		#012db2 100%
	);
	position: fixed;
	display: flex;
	top: 59px;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0;
	list-style-type: none;
	align-items: flex-start;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	flex-wrap: nowrap;
	padding: 0;
	justify-content: flex-start;
	padding-left: 5%;
	padding-right: 5%;
	box-sizing: border-box;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
@media screen and (min-width: 967px) {
	.full-sub-menu {
		position: absolute;
		top: 100%;
		justify-content: flex-start;
	}
}

.full-sub-menu .highlight-text {
	color: white;
}

.full-sub-menu::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.full-sub-menu li {
	flex: 0 0 auto;
	padding-right: 5%;
}

.full-sub-menu li.parent-page a {
	font-family: lato, sans, serif;
	text-transform: none;
}
@media screen and (min-width: 967px) {
	.full-sub-menu li.parent-page a {
		font-size: 15px;
	}
}

.full-sub-menu li.parent-page a:before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	background: url(img/left-nav-arrow.svg) no-repeat center center/7px;
	margin-right: 0.5rem;
	transform: translateY(-1.5px);
}

.full-sub-menu li.current-menu-item a:before {
	content: "";
	background: white;
	width: 100%;
	height: 3px;
	bottom: 0;
	left: 0;
	position: absolute;
}
@media screen and (min-width: 967px) {
	.full-sub-menu li.current-menu-item a:before {
		height: 5px;
	}
}

.full-sub-menu li a {
	font-family: "Overpass", sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 800;
	text-decoration: none;
	text-align: center;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	display: inline-block;
	text-align: left;
	position: relative;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: -0.06px;
}
@media screen and (min-width: 967px) {
	.full-sub-menu li a {
		font-size: 12.5px;
		letter-spacing: -0.08px;
		line-height: 14px;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

.menu-glance-main-menu-container {
	display: flex;
	align-items: stretch;
	width: 100%;
	position: absolute;
	right: -999em;
	transition-property: right;
	transition-duration: 0.25s;
	top: 59px;
	height: 100vh;
	background: #039ce0;
}
@media screen and (min-width: 967px) {
	.menu-glance-main-menu-container {
		position: static;
		right: inherit;
		height: inherit;
		top: inherit;
		background: transparent;
	}
}

.main-navigation.toggled .menu-glance-main-menu-container {
	right: 0;
	overflow-y: scroll;
	overflow-x: hidden;
}
@media screen and (min-width: 967px) {
	.main-navigation.toggled .menu-glance-main-menu-container {
		right: inherit;
	}
}

@media screen and (min-width: 967px) {
	.site-header.scrolled .menu-glance-main-menu-container .menu-item > a,
	.site-header.activated .menu-glance-main-menu-container .menu-item > a,
	.site-header.sub-activated .menu-glance-main-menu-container .menu-item > a {
		color: #001232;
	}
}

.site-header .site-title a {
	background: url(img/glance-logo.svg) no-repeat top left/100%;
	display: inline-block;
	text-indent: -10000px;
	transition-property: background;
	transition-duration: 0.25s;
	width: 74px;
	height: 27px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 967px) {
	.site-header .site-title a {
		width: 109px;
		height: 41px;
	}
}

.home .site-header .site-title a {
	background: url(img/glance-logo.svg) no-repeat top left/100%;
}

/*
@media screen and (min-width: 967px) {
  .home .site-header .site-title a {
    background: url(img/glance-logo-white-nav.svg) no-repeat top left/100%;
  }
}
*/

.site-header .site-title a,
.site-header.scrolled .site-title a,
.site-header.activated .site-title a,
.site-header.sub-activated .site-title a,
.site-header.pop-search .site-title a {
	background: url(img/glance-logo.svg) no-repeat top left/100%;
}

.site-header .menu-item-has-children > a:after {
	content: "";
	display: inline-block;
	transition-property: background;
	transition-duration: 0.25s;
	width: 12px;
	height: 12px;
	background: url(img/right-arrow-nav.svg) no-repeat center center/12px;
	position: absolute;
	right: 2.5rem;
	margin-top: 6px;
}
@media screen and (min-width: 967px) {
	.site-header .menu-item-has-children > a:after {
		display: inline-block;
		position: relative;
		right: inherit;
		content: "";
		width: 7px;
		height: 7px;
		margin-top: 0;
		margin-left: 0.35rem;
		background: url(img/blue-down-arrow.svg) no-repeat center center/7px;
	}
}

/*
@media screen and (min-width: 967px) {
  .home .site-header .menu-item-has-children > a:after {
    background: url(img/white-down-arrow.svg) no-repeat center center/7px;
  }
}
*/

@media screen and (min-width: 967px) {
	.site-header .menu-item-has-children > a:after,
	.site-header.scrolled .menu-item-has-children > a:after,
	.site-header.activated .menu-item-has-children > a:after,
	.site-header.sub-activated .menu-item-has-children > a:after {
		background: url(img/blue-down-arrow.svg) no-repeat center center/7px;
	}
}

@media screen and (min-width: 967px) {
	.site-header .menu-item-has-children.submenu-active > a:after {
		transform: rotate(180deg);
	}
}

.menu-glance-main-menu-container .menu-item > a {
	font-family: "Overpass", sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	display: block;
	color: white;
	transition-property: opacity;
	transition-duration: 0.25s;
	font-weight: 800;
}
@media screen and (min-width: 967px) {
	.menu-glance-main-menu-container .menu-item > a {
		display: inline-block;
		text-align: center;
		color: #001232;
		font-size: 0.71875rem;
		letter-spacing: 0.040625rem;
		line-height: 77px;
	}
}

@media screen and (min-width: 967px) {
	.menu-glance-main-menu-container .menu-item > a:not(.button) {
		background: linear-gradient(to left, #09826b 0%, #09826b 100%);
		background-repeat: no-repeat;
		background-position: 0 100%;
		background-size: 0% 2px;
		transition: background-size 0.25s;
	}
}

@media screen and (min-width: 967px) {
	.menu-glance-main-menu-container .menu-item > a:not(.button):hover,
	.menu-glance-main-menu-container
		.menu-item.current-menu-item
		> a:not(.button) {
		background: linear-gradient(to left, #03c99b 0%, #03c99b 100%);
		background-repeat: no-repeat;
		background-position: 0 100%;
		background-size: 100% 2px;
	}
}

.menu-glance-main-menu-container .menu-item > a.button,
.menu-glance-main-menu-container
	.glance_links.layout_3x-cards
	.menu-item
	> a.action,
.glance_links.layout_3x-cards
	.menu-glance-main-menu-container
	.menu-item
	> a.action,
.menu-glance-main-menu-container
	.glance_links.layout_2x-cards
	.menu-item
	> a.action,
.glance_links.layout_2x-cards
	.menu-glance-main-menu-container
	.menu-item
	> a.action {
	color: white !important;
	font-size: 1rem;
	display: inline-block;
	padding-top: 0.85rem;
	padding-bottom: 0.85rem;
	transition-property: box-shadow;
	transition-duration: 0.25s;
}
@media screen and (min-width: 967px) {
	.menu-glance-main-menu-container .menu-item > a.button,
	.menu-glance-main-menu-container
		.glance_links.layout_3x-cards
		.menu-item
		> a.action,
	.glance_links.layout_3x-cards
		.menu-glance-main-menu-container
		.menu-item
		> a.action,
	.menu-glance-main-menu-container
		.glance_links.layout_2x-cards
		.menu-item
		> a.action,
	.glance_links.layout_2x-cards
		.menu-glance-main-menu-container
		.menu-item
		> a.action {
		font-size: 0.71875rem;
		line-height: 0.95rem;
	}
}

.menu-glance-main-menu-container .menu-item > a.button span,
.menu-glance-main-menu-container
	.glance_links.layout_3x-cards
	.menu-item
	> a.action
	span,
.glance_links.layout_3x-cards
	.menu-glance-main-menu-container
	.menu-item
	> a.action
	span,
.menu-glance-main-menu-container
	.glance_links.layout_2x-cards
	.menu-item
	> a.action
	span,
.glance_links.layout_2x-cards
	.menu-glance-main-menu-container
	.menu-item
	> a.action
	span {
	line-height: 0.75rem;
}

/*
@media screen and (min-width: 967px) {
  .home .menu-glance-main-menu-container .menu-item > a {
    color: white;
  }
}
*/

.site-header.sub-activated .menu-glance-main-menu-container .menu-item > a {
	opacity: 0;
	pointer-events: none;
}
@media screen and (min-width: 967px) {
	.site-header.sub-activated .menu-glance-main-menu-container .menu-item > a {
		opacity: 1;
		pointer-events: all;
	}
}

.menu-glance-main-menu-container .menu {
	display: block;
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 100%;
	margin-bottom: 100px;
	padding-top: 2.5rem;
}
@media screen and (min-width: 967px) {
	.menu-glance-main-menu-container .menu {
		padding-top: 0;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		flex-wrap: wrap;
		height: auto;
		margin-bottom: 0;
	}
}

.menu-glance-main-menu-container .menu .menu-item {
	flex: 0 100%;
	max-width: 100%;
	padding-left: 2.625rem;
	margin-bottom: 2.5rem;
}
@media screen and (min-width: 967px) {
	.menu-glance-main-menu-container .menu .menu-item {
		margin-right: 3.1%;
		flex: 0 auto;
		padding-left: 0;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 967px) {
	.menu-glance-main-menu-container .menu .menu-item:last-of-type {
		margin-right: 0;
	}
}

.menu-glance-main-menu-container .sub-menu > .flex-parent {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	background: white;
	box-shadow: -5px 2px 17px 0 rgba(18, 22, 64, 0.42);
}
@media screen and (min-width: 967px) {
	.menu-glance-main-menu-container .sub-menu > .flex-parent {
		box-shadow: 0 55px 63px 0 rgba(0, 21, 93, 0.35);
	}
}

.menu-glance-main-menu-container .sub-menu {
	position: absolute;
	right: -500em;
	width: calc(100% - 5rem);
	height: calc(100% + 100px);
	top: 0;
	z-index: 100;
	background: white;
	transition-property: right;
	transition-duration: 0.4s;
}
@media screen and (min-width: 967px) {
	.menu-glance-main-menu-container .sub-menu {
		top: inherit;
		width: 100%;
		background: transparent;
		right: inherit;
		left: -9999em;
		height: auto;
		transition-duration: 0;
	}
}

.sub-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

@media screen and (min-width: 967px) {
	.sub-menu .wrap.flex-parent {
		align-items: stretch;
	}
}

.sub-menu .wrap.flex-parent > .col-6 {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
@media screen and (min-width: 967px) {
	.sub-menu .wrap.flex-parent > .col-6 {
		padding-left: 3%;
		padding-right: 3%;
		padding-top: 0;
		padding-bottom: 0;
	}
}

.sub-menu.sub-menu-class-8 .wrap.flex-parent > .col-6.flex-parent {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}
@media screen and (min-width: 967px) {
	.sub-menu.sub-menu-class-8 .wrap.flex-parent > .col-6.flex-parent {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
	}
}

.sub-menu.sub-menu-class-8 .col-6.flex-parent .col-12:nth-of-type(even) {
	background: #dbf3fc;
}

.sub-menu.sub-menu-class-8 .col-6.flex-parent .col-12 {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
@media screen and (min-width: 967px) {
	.sub-menu.sub-menu-class-8 .col-6.flex-parent .col-12 {
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 19px;
		padding-bottom: 24px;
	}
}

.menu-glance-main-menu-container
	.menu-item.submenu-active
	.sub-menu.sub-menu-class-8
	.col-6.flex-parent
	.buttons {
	padding-top: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-self: flex-start;
	margin-top: 0.5rem;
}
@media screen and (min-width: 967px) {
	.menu-glance-main-menu-container
		.menu-item.submenu-active
		.sub-menu.sub-menu-class-8
		.col-6.flex-parent
		.buttons {
		padding-top: 0;
		margin-top: 0.75rem;
		margin-bottom: 0;
		align-self: center;
		justify-content: center;
	}
}

@media screen and (min-width: 967px) {
	.menu-glance-main-menu-container
		.menu-item.submenu-active
		.sub-menu.sub-menu-class-8
		.col-6.flex-parent
		.blurb {
		padding-left: 0;
		padding-right: 0;
		font-size: 13px;
		line-height: 19px;
	}
}

.sub-menu .wrap.flex-parent > .col-3 {
	padding-left: 4%;
	padding-right: 2.5%;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
@media screen and (min-width: 967px) {
	.sub-menu .wrap.flex-parent > .col-3 {
		padding-left: 3.5%;
		padding-top: 0;
		padding-right: 2.5%;
		padding-bottom: 0;
	}
}

.sub-menu .wrap.flex-parent > .col-4 {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
@media screen and (min-width: 967px) {
	.sub-menu .wrap.flex-parent > .col-4 {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
}

.sub-menu.form-post .wrap.flex-parent > .col-4:last-of-type {
	padding-bottom: 0;
	background: #dbf3fc;
}

.sub-menu .wrap.flex-parent > .col-4.parent-element {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
@media screen and (min-width: 967px) {
	.sub-menu .wrap.flex-parent > .col-4.parent-element {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
}

@media screen and (min-width: 967px) {
	.sub-menu.form-post .wrap.flex-parent .parent-element a:not([class]) {
		margin-top: 3rem;
	}
}

.sub-menu.form-post h3 {
	margin-top: 0;
	width: 100%;
	font-family: "Overpass", sans-serif;
	text-transform: uppercase;
	font-size: 0.6875rem;
}
@media screen and (min-width: 967px) {
	.sub-menu.form-post h3 {
		padding-left: 8%;
		padding-right: 8%;
		font-size: 0.8125rem;
		color: #0b3885;
		letter-spacing: 0.020625rem;
		line-height: 1rem;
		padding-bottom: 0.65rem;
		border-bottom: 1px solid #dbdbdb;
		margin-bottom: 2rem;
	}
}

.sub-menu .wrap.flex-parent > .col-6 {
	flex: 0 100%;
	max-width: 100%;
}
@media screen and (min-width: 967px) {
	.sub-menu .wrap.flex-parent > .col-6 {
		flex: 0 50%;
		max-width: 50%;
	}
}

.sub-menu .wrap.flex-parent > .col-3 {
	flex: 0 100%;
	max-width: 100%;
}
@media screen and (min-width: 967px) {
	.sub-menu .wrap.flex-parent > .col-3 {
		flex: 0 25%;
		max-width: 25%;
	}
}

.sub-menu .flex-parent > .col-7 {
	flex: 0 100%;
	max-width: 100%;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
@media screen and (min-width: 967px) {
	.sub-menu .flex-parent > .col-7 {
		flex: 0 58.333333%;
		max-width: 58.333333%;
		padding-top: 0;
		padding-bottom: 0;
	}
}

.sub-menu .flex-parent > .col-5 {
	flex: 0 100%;
	max-width: 100%;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
@media screen and (min-width: 967px) {
	.sub-menu .flex-parent > .col-5 {
		flex: 0 41.666667%;
		max-width: 41.666667%;
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media screen and (min-width: 967px) {
	.sub-menu .wrap.flex-parent > [class*="col-"] {
		padding-top: 2.425rem;
	}
}

.sub-menu.stacked-layout .wrap.flex-parent > .col-9 {
	border-bottom: 1px solid #dbdbdb;
}
@media screen and (min-width: 967px) {
	.sub-menu.stacked-layout .wrap.flex-parent > .col-9 {
		padding-right: 5%;
	}
}

@media screen and (min-width: 967px) {
	.sub-menu.stacked-layout .wrap.flex-parent .col-9 .blurb {
		padding-right: 30%;
	}
}

.sub-menu.stacked-layout .wrap.flex-parent > .col-3 {
	border-bottom: 1px solid #dbdbdb;
}

@media screen and (min-width: 967px) {
	.sub-menu.stacked-layout .wrap.flex-parent > .col-9,
	.sub-menu.stacked-layout .wrap.flex-parent > .col-3 {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}
}

.sub-menu .wrap.flex-parent > [class*="col-"]:nth-of-type(2n) {
	background: #eefaff;
}

.sub-menu
	.wrap.flex-parent
	> [class*="col-"]:nth-of-type(2n)
	a.green-border:before {
	background: #d1eef9;
}

.sub-menu
	.wrap.flex-parent
	> [class*="col-"]:nth-of-type(2n)
	.with-button:first-of-type
	a.green-border:before {
	background: white;
}

.sub-menu
	.wrap.flex-parent
	> [class*="col-"]:nth-of-type(3n)
	a.green-border:before {
	background: white;
}

.sub-menu .wrap.flex-parent a.green-border {
	color: #0b3885;
}

.sub-menu .wrap.flex-parent a.green-border:hover {
	color: white;
}

@media screen and (min-width: 967px) {
	.sub-menu.stacked-layout
		.wrap.flex-parent
		> [class*="col-"]:nth-of-type(3n),
	.sub-menu.stacked-layout
		.wrap.flex-parent
		> [class*="col-"]:nth-of-type(2n) {
		background: none;
	}
}

.sub-menu.stacked-layout .wrap.flex-parent {
	align-items: stretch;
}

.sub-menu.stacked-layout .wrap.flex-parent .col-9 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.sub-menu .buttons {
	margin-top: 1.1rem;
	align-self: flex-end;
}
@media screen and (min-width: 967px) {
	.sub-menu .buttons {
		margin-top: 1.5rem;
		margin-bottom: 2rem;
	}
}

.sub-menu .child-list li,
.sub-menu .term-list li {
	width: 100%;
	line-height: 0.875rem;
	margin-bottom: 0.75rem;
}
@media screen and (min-width: 967px) {
	.sub-menu .child-list li,
	.sub-menu .term-list li {
		margin-bottom: 1.75rem;
	}
}

.sub-menu .term-list li a,
.sub-menu .child-list li.no-button a {
	display: block;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding-left: 1.7rem;
}
@media screen and (min-width: 967px) {
	.sub-menu .term-list li a,
	.sub-menu .child-list li.no-button a {
		padding-left: 2.9375rem;
	}
}

.sub-menu .term-list,
.sub-menu .child-list {
	width: 100%;
	box-sizing: border-box;
	padding-left: 0;
	margin-top: 1rem;
}
@media screen and (min-width: 967px) {
	.sub-menu .term-list,
	.sub-menu .child-list {
		margin-top: 0;
		padding-right: 9%;
		padding-left: 9%;
	}
}

.sub-menu .term-list li a .icon,
.sub-menu .child-list li.no-button .icon {
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: white;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 20px;
}
@media screen and (min-width: 967px) {
	.sub-menu .term-list li a .icon,
	.sub-menu .child-list li.no-button .icon {
		width: 30px;
		height: 30px;
		border-radius: 30px;
	}
}

.sub-menu .term-list li a .icon img,
.sub-menu .child-list li.no-button .icon img {
	max-width: 60%;
	display: block;
	height: auto;
}

.site-header .sub-menu a:not([class]),
.site-header .sub-menu a.parent-title {
	font-family: "Overpass", sans-serif;
	display: block;
	color: #0b3885;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.6875rem;
	font-weight: 800;
	transition-property: color;
	transition-duration: 0.25s;
}
@media screen and (min-width: 967px) {
	.site-header .sub-menu a:not([class]),
	.site-header .sub-menu a.parent-title {
		font-size: 0.8125rem;
		letter-spacing: 0.020625rem;
		line-height: 0.875rem;
		margin-bottom: 0.5rem;
		margin-top: 0.75rem;
	}
}

.site-header .sub-menu a:not([class]):hover,
.site-header .sub-menu a.parent-title:hover {
	color: #36addf;
}

.site-header .sub-menu .parent-element a:not([class]) {
	font-family: "pt-serif", serif;
	text-transform: none;
	position: relative;
	font-weight: normal;
	font-size: 1.625rem;
	line-height: 1.25rem;
	letter-spacing: -0.0175rem;
}
@media screen and (min-width: 967px) {
	.site-header .sub-menu .parent-element a:not([class]) {
		font-size: 1.875rem;
		line-height: 2rem;
		letter-spacing: -0.03875rem;
		padding-bottom: 1.25rem;
		margin-bottom: 1.25rem;
	}
}

@media screen and (min-width: 967px) {
	.site-header .sub-menu .col-2 {
		padding-left: 2%;
		padding-right: 2%;
	}
}

.site-header .sub-menu .icon-image {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.site-header .sub-menu .icon-image .wrap {
	background: #ffffff;
	box-shadow: 0 22px 63px 0 rgba(0, 21, 93, 0.25);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border-radius: 35px;
}
@media screen and (min-width: 967px) {
	.site-header .sub-menu .icon-image .wrap {
		width: 78px;
		height: 78px;
		border-radius: 78px;
	}
}

.sub-menu.terms-submenu ul.wrap {
	align-items: flex-start;
}

.site-header .sub-menu .icon-image .wrap img {
	max-width: 27px;
	display: block;
}
@media screen and (min-width: 967px) {
	.site-header .sub-menu .icon-image .wrap img {
		max-width: 41px;
	}
}

.site-header .sub-menu .parent-element a:not([class]):after {
	content: "";
	position: absolute;
}
@media screen and (min-width: 967px) {
	.site-header .sub-menu .parent-element a:not([class]):after {
		width: 69px;
		background-image: linear-gradient(90deg, #63b8e8 61%, #356fd5 99%);
		height: 3px;
		bottom: 0;
		left: 0;
	}
}

.site-header .sub-menu.sub-menu-class-8 .parent-element a:not([class]) {
	text-align: left;
	line-height: 1.65rem;
	margin-bottom: 0.5rem;
}
@media screen and (min-width: 967px) {
	.site-header .sub-menu.sub-menu-class-8 .parent-element a:not([class]) {
		text-align: center;
		margin-bottom: 1.25rem;
	}
}

@media screen and (min-width: 967px) {
	.site-header
		.sub-menu.sub-menu-class-8
		.parent-element
		a:not([class]):after {
		left: 50%;
		transform: translateX(-50%);
	}
}

.site-header .sub-menu.sub-menu-class-8 .parent-element .blurb {
	text-align: left;
}
@media screen and (min-width: 967px) {
	.site-header .sub-menu.sub-menu-class-8 .parent-element .blurb {
		text-align: center;
	}
}

.site-header .sub-menu.sub-menu-class-8 .parent-element .buttons {
	text-align: left;
	width: 100%;
	align-self: flex-start;
}
@media screen and (min-width: 967px) {
	.site-header .sub-menu.sub-menu-class-8 .parent-element .buttons {
		text-align: center;
		margin-top: 1.5rem;
	}
}

@media screen and (min-width: 967px) {
	.site-header .sub-menu.sub-menu-class-8 .parent-element .cont-wrap {
		margin-top: 30px;
	}
}

.site-header .sub-menu.sub-menu-class-8 .parent-element .buttons .button,
.site-header .sub-menu .parent-element .buttons .button,
.site-header
	.sub-menu
	.parent-element
	.buttons
	.glance_links.layout_3x-cards
	.action,
.glance_links.layout_3x-cards
	.site-header
	.sub-menu
	.parent-element
	.buttons
	.action,
.site-header
	.sub-menu
	.parent-element
	.buttons
	.glance_links.layout_2x-cards
	.action,
.glance_links.layout_2x-cards
	.site-header
	.sub-menu
	.parent-element
	.buttons
	.action {
	margin-bottom: 0;
}

.site-header .sub-menu .blurb {
	font-family: lato, sans, serif;
	color: #373737;
	display: inline-block;
	font-size: 0.75rem;
	line-height: 0.9rem;
	letter-spacing: -0.000625rem;
	margin-top: 0.5rem;
	padding-right: 5%;
}
@media screen and (min-width: 967px) {
	.site-header .sub-menu .blurb {
		font-size: 0.875rem;
		letter-spacing: -0.000625rem;
		line-height: 1.3125rem;
		padding-right: 5%;
		margin-top: 0;
	}
}

@media screen and (min-width: 967px) {
	.menu-glance-main-menu-container
		.menu-item.submenu-active
		.sub-menu.stacked-layout {
		left: auto;
		max-width: 530px;
		transform: translateX(-50%);
	}
}

.menu-glance-main-menu-container .menu-item .sub-menu.stacked-layout .col-9 {
	background: none;
}

.menu-glance-main-menu-container .menu-item.submenu-active .sub-menu {
	right: 0;
	left: inherit;
}
@media screen and (min-width: 967px) {
	.menu-glance-main-menu-container .menu-item.submenu-active .sub-menu {
		top: 100%;
		left: 0;
		right: inherit;
	}
}

.menu-glance-main-menu-container .menu-item.submenu-active .sub-menu .col-9 {
	background: none;
}

.menu-glance-main-menu-container .menu-item.submenu-active .sub-menu .col-9 {
	flex: 0 75%;
	max-width: 75%;
}
@media screen and (min-width: 967px) {
	.menu-glance-main-menu-container
		.menu-item.submenu-active
		.sub-menu
		.col-9 {
		flex: 0 75%;
		max-width: 75%;
	}
}

.menu-glance-main-menu-container .menu-item.submenu-active .sub-menu .col-3 {
	flex: 0 25%;
	max-width: 100%;
}
@media screen and (min-width: 767px) {
	.menu-glance-main-menu-container
		.menu-item.submenu-active
		.sub-menu
		.col-3 {
		flex: 0 25%;
		max-width: 25%;
		padding-top: 2.425rem;
	}
}

/*START 'WHY GLANCE' MENU RESTYLING*/
@media screen and (max-width: 967px) {
	.menu-glance-main-menu-container
		.menu-item.submenu-active
		.sub-menu.form-post
		.col-4 {
		flex: 0 100%;
		max-width: 100%;
	}
}
@media screen and (min-width: 767px) {
	.menu-glance-main-menu-container
		.menu-item.submenu-active
		.sub-menu.form-post
		.col-4 {
		padding-top: 2.425rem;
	}
}

.menu-glance-main-menu-container
	.menu-item.submenu-active
	.sub-menu.form-post
	.flex-parent {
	/*
  		.parent-element{
  			img{
  				display: none;
  			}
  		}
  */
}
.menu-glance-main-menu-container
	.menu-item.submenu-active
	.sub-menu.form-post
	.flex-parent
	> div:nth-child(1) {
	background-color: #dbf3fc;
}
.menu-glance-main-menu-container
	.menu-item.submenu-active
	.sub-menu.form-post
	.flex-parent
	> div:nth-child(2) {
	background-color: #eefaff;
}
.menu-glance-main-menu-container
	.menu-item.submenu-active
	.sub-menu.form-post
	.flex-parent
	> div:nth-child(3) {
	background-color: #fff;
	padding-bottom: 0;
}
.menu-glance-main-menu-container
	.menu-item.submenu-active
	.sub-menu.form-post
	.flex-parent
	> div:nth-child(3)
	h3 {
	border-bottom: none;
	margin-bottom: 0.5rem;
	text-align: left;
}
.menu-glance-main-menu-container
	.menu-item.submenu-active
	.sub-menu.form-post
	.flex-parent
	> div:nth-child(3)
	.with-button {
	background: none;
}
.menu-glance-main-menu-container
	.menu-item.submenu-active
	.sub-menu.form-post
	.flex-parent
	> div:nth-child(3)
	.blurb {
	display: inline-block;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0.5rem;
}
.menu-glance-main-menu-container
	.menu-item.submenu-active
	.sub-menu.form-post
	.flex-parent
	> div:nth-child(3)
	.with-button:last-child {
	background: #d1eef9;
}

@media screen and (min-width: 967px) {
	.menu-glance-main-menu-container
		.menu-item.submenu-active
		.sub-menu.form-post
		.flex-parent
		> div:not(.parent-element) {
		padding-left: 0;
		padding-right: 0;
	}
	.menu-glance-main-menu-container
		.menu-item.submenu-active
		.sub-menu.form-post
		.flex-parent
		> div:nth-child(3) {
		overflow: hidden;
	}
	.menu-glance-main-menu-container
		.menu-item.submenu-active
		.sub-menu.form-post
		.flex-parent
		> div:nth-child(3)
		h3 {
		text-align: center;
	}
	.menu-glance-main-menu-container
		.menu-item.submenu-active
		.sub-menu.form-post
		.flex-parent
		> div:nth-child(3)
		.blurb {
		padding: 0;
		margin-bottom: 1.25rem;
		text-align: center;
	}
	.menu-glance-main-menu-container
		.menu-item.submenu-active
		.sub-menu.form-post
		.flex-parent
		> div:nth-child(3)
		.roi-blurb {
		text-align: center;
	}
	.menu-glance-main-menu-container
		.menu-item.submenu-active
		.sub-menu.form-post
		.flex-parent
		> div:nth-child(3)
		.with-button {
		padding: 0 20%;
	}
	.menu-glance-main-menu-container
		.menu-item.submenu-active
		.sub-menu.form-post
		.flex-parent
		> div:nth-child(3)
		.with-button:last-child {
		height: 50%;
	}
}
@media screen and (min-width: 767px) {
	.menu-glance-main-menu-container
		.menu-item.submenu-active
		.sub-menu.form-post
		.flex-parent {
		align-items: stretch;
	}
}
/*END 'WHY GLANCE' MENU RESTYLING*/
.sub-menu.terms-submenu > .flex-parent {
	align-items: stretch;
}

.terms-submenu .flex-parent > .col-5,
.terms-submenu .flex-parent > .col-7 {
	padding-bottom: 0;
}

.terms-submenu .col-5 {
	align-items: flex-start;
}

.terms-submenu .col-5 .flex-parent:last-child {
	background: #dbf3fc;
	margin-top: 1.5rem;
	padding: 1rem;
	justify-content: center;
	align-self: flex-end;
}

.terms-submenu .green-border {
	text-align: center;
	margin: 0;
	min-width: 168px;
}

.terms-submenu .col-7 {
	background: #eefaff;
}

.terms-submenu .col-7 .flex-parent:last-child {
	background: #d1eef9;
	padding: 1.5rem 0;
	margin-top: 1.5rem;
}

@media screen and (min-width: 767px) {
	.terms-submenu .col-7 .flex-parent:last-child {
		padding-top: 0;
	}

	.terms-submenu .col-5 .cat-list li {
		flex-basis: 100%;
		max-width: none;
	}
}
.sub-menu .cat-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-left: 5.5%;
	margin-left: 35px;
}
@media screen and (min-width: 967px) {
	.sub-menu .cat-list {
		padding-bottom: 1.5rem;
		margin-left: 78px;
	}
}

@media screen and (min-width: 967px) {
	.sub-menu .cat-list li {
		margin-bottom: 0.5rem;
	}
}

.sub-menu.terms-submenu .parent-element,
.sub-menu.terms-submenu .icon-image {
	padding-bottom: 0;
}
@media screen and (min-width: 967px) {
	.sub-menu.terms-submenu .parent-element,
	.sub-menu.terms-submenu .icon-image {
		padding-top: 2.425rem;
	}
}

.sub-menu.terms-submenu .parent-element {
	flex: 1;
}

.sub-menu.terms-submenu .icon-image {
	flex: 0 0 35px;
	padding-left: 2.75%;
	padding-right: 2.75%;
}
@media screen and (min-width: 967px) {
	.sub-menu.terms-submenu .icon-image {
		flex-basis: 78px;
	}
}

.sub-menu .cat-list li a {
	color: #748a90;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Overpass", sans-serif;
	font-weight: 800;
	font-size: 0.625rem;
	line-height: 0.75rem;
}
@media screen and (min-width: 967px) {
	.sub-menu .cat-list li a {
		font-size: 0.8125rem;
		letter-spacing: 0.020625rem;
		line-height: 0.875rem;
		margin-bottom: 0.5rem;
	}
}

.sub-menu .cat-list li a:after {
	content: "";
	display: inline-block;
	margin-left: 0.5rem;
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 6px solid #748a90;
	transform: translateY(-2px);
}

.sub-menu .cat-list li {
	flex: 0 100%;
	max-width: 100%;
}
@media screen and (min-width: 967px) {
	.sub-menu .cat-list li {
		flex: 0 50%;
		max-width: 50%;
	}
}

@media screen and (min-width: 967px) {
	.sub-menu.terms-submenu .wrap.flex-parent > [class*="col-"]:nth-of-type(2n),
	.sub-menu.terms-submenu
		.wrap.flex-parent
		> [class*="col-"]:nth-of-type(3n) {
		background: none;
	}
}

.sub-menu.sub-menu-class-8 .col-3:last-of-type {
	background: #dbf3fc;
}

.menu-glance-main-menu-container
	.menu-item.submenu-active
	.sub-menu.sub-menu-class-8
	.col-3 {
	flex: 0 100%;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
@media screen and (min-width: 967px) {
	.menu-glance-main-menu-container
		.menu-item.submenu-active
		.sub-menu.sub-menu-class-8
		.col-3 {
		flex: 0 25%;
		max-width: 25%;
	}
}

.menu-glance-main-menu-container
	.menu-item.submenu-active
	.sub-menu.sub-menu-class-8
	.col-6 {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	padding-bottom: 0;
}

.menu-glance-main-menu-container
	.menu-item.submenu-active
	.sub-menu.sub-menu-class-8
	.col-6.parent-element {
	padding-bottom: 1.5rem;
}

@media screen and (min-width: 967px) {
	.menu-glance-main-menu-container
		.menu-item.submenu-active
		.sub-menu.sub-menu-class-8
		.col-6
		.blurb {
		padding-left: 5%;
		padding-right: 5%;
	}
}

.sub-menu.form-post .with-button {
	align-self: flex-end;
	background: #d1eef9;
	width: 111%;
	margin-left: -5.5%;
	padding-left: 5.5%;
}
@media screen and (min-width: 967px) {
	.sub-menu.form-post .with-button {
		width: 100%;
		padding-left: 0;
		margin-left: 0;
	}
}

.sub-menu.form-post .with-button h3 {
	border-bottom: none;
	text-align: left;
	margin-bottom: 0.5rem;
	padding-top: 1.5rem;
	padding-left: 0;
}
@media screen and (min-width: 967px) {
	.sub-menu.form-post .with-button h3 {
		padding-top: 2rem;
		padding-left: 5%;
		text-align: center;
	}
}

.sub-menu
	.wrap.flex-parent
	> [class*="col-"]:nth-of-type(3n)
	.with-button
	a.green-border:before {
	background: white;
}

.sub-menu
	.wrap.flex-parent
	> [class*="col-"]:nth-of-type(3n)
	.with-button
	a.green-border:hover {
	color: white;
}

.sub-menu.form-post .with-button .buttons {
	padding-bottom: 2rem;
	margin-top: 0.5rem;
	text-align: left;
	padding-left: 0;
}
@media screen and (min-width: 967px) {
	.sub-menu.form-post .with-button .buttons {
		text-align: center;
		padding-left: 0;
		margin-top: 0;
		margin-bottom: 0;
	}
}

div#wpfront-notification-bar {
	background: #09826b;
}

div#wpfront-notification-bar > table {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

#wpfront-notification-bar.wpfront-fixed {
	z-index: 10000;
}

div#wpfront-notification-bar .wpfront-button {
	box-shadow: inset 0 0 0 2px white;
	background: transparent !important;
	border-radius: 28px;
	font-family: "Overpass", sans-serif;
	font-weight: 800;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1.2rem;
	padding-right: 1.2rem;
	letter-spacing: 0.025rem;
	font-size: 0.8rem;
	line-height: 0.95rem;
	cursor: pointer;
	border: none;
	transition-property: box-shadow;
	transition-duration: 0.25s;
	text-transform: uppercase;
	text-shadow: none;
}
@media screen and (min-width: 767px) {
	div#wpfront-notification-bar .wpfront-button {
		font-size: 0.75rem;
		line-height: 0.75rem;
		letter-spacing: 0.0575rem;
		padding-top: 1rem;
		padding-bottom: 1rem;
		padding-left: 1.45rem;
		padding-right: 1.45rem;
	}
}

div#wpfront-notification-bar div.wpfront-close {
	background: transparent;
	color: white;
	border: none;
	font-family: "Overpass", sans-serif;
	font-size: 22px;
	top: 31px;
	right: 15px;
}

div#wpfront-notification-bar .wpfront-message {
	font-family: "pt-serif", serif;
	font-weight: 400;
	font-size: 17px;
}

/* Search Icon Styling */
/*@media only screen and (min-width: 967px){
	#site-navigation {
		position: relative;
	}
}
*/
.menu-search {
	cursor: pointer;
	background-image: url("img/search-icon-blue.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 23px;
}
.menu-search a {
	opacity: 0 !important;
}

#search-container {
	z-index: -1;
	position: absolute;
	left: 0;
	right: 180px;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	background: none;
}
#search-container.pop-search {
	z-index: 1;
	background: #fff;
	transition-property: background;
	transition-duration: 0.25s;
}

#search-container form {
	display: flex;
	align-items: center;
}
#search-container form #search {
	display: none;
	font-family: Overpass, sans-serif;
	padding: 15px 10px;
	padding-right: 35px;
	width: 250px;
	border: none;
	border-bottom: 1px solid #000;
	background-image: url("img/search-icon-blue");
	background-size: 23px;
	background-repeat: no-repeat;
	background-position: center right;
}
#search-container form #search:focus {
	outline: none;
}
#search-container form .search-button {
	position: relative;
	cursor: pointer;
	display: none;
	background: linear-gradient(to left, #09826b 0%, #09826b 100%);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0 2px;
	padding: 3px 0;
	border: none;
	font-family: Overpass, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 2rem;
	margin-right: 1rem;
	transition-property: background-size;
	transition-duration: 0.25s;
}
#search-container form .search-button:hover {
	background-size: 100% 2px;
	transition-property: background-size;
	transition-duration: 0.25s;
}
#search-container .search-icon {
	cursor: pointer;
	margin-left: 2rem;
}
#search-container.pop-search form #search {
	display: block;
}
#search-container.pop-search form .search-button {
	display: block;
}

.site-header #close-search {
	display: block;
	position: absolute;
	opacity: 0;
	right: 50px;
	top: 24px;
	transition: opacity 0.25s;
	cursor: pointer;
}
.site-header #close-search a img {
	height: auto;
	width: 30px;
}
.site-header #close-search.pop-search {
	opacity: 1;
	transition: opacity 0.25s;
}

@media screen and (min-width: 767px) {
	header.pop-search .main-navigation {
		position: relative;
	}
}

@media screen and (min-width: 767px) {
	header.pop-search .full-sub-menu {
		display: none;
	}
}

@media only screen and (max-width: 1370px) {
	#masthead .wrapper {
		padding-right: 3rem;
	}

	.site-header #close-search {
		top: 30px;
		right: 20px;
	}
	.site-header #close-search a img {
		width: 20px;
		height: auto;
	}
}
@media only screen and (max-width: 966px) {
	.menu-search {
		display: none;
	}

	#search-container {
		display: block;
		top: 410px;
		bottom: unset;
		left: 2.625rem;
		right: 2.5rem;
		z-index: 1;
		background: none;
	}
	#search-container form #search {
		display: block;
		background-color: transparent;
		background-position: left center;
		background-image: url("img/search-icon.svg");
		background-size: 15px;
		border-color: #fff;
		color: #fff;
		padding-left: 25px;
		width: 100%;
	}

	.site-header #close-search {
		display: none;
	}

	.menu-search {
		background-image: url("img/search-icon.svg");
		background-repeat: no-repeat;
		background-position: 2.625rem center;
		background-size: 23px;
	}
}
/*


flex layout classess. will be used extensively across the custom widget blocks


*/
/* query widths */
.flex-parent {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}

.flex-center {
	align-items: center;
	justify-content: center;
}

.col-12,
.col-12.glance-custom-block {
	flex: 0 100%;
	max-width: 100%;
	box-sizing: border-box;
}
@media screen and (min-width: 767px) {
	.col-12,
	.col-12.glance-custom-block {
		flex: 0 100%;
		max-width: 100%;
	}
}

.col-11 {
	flex: 0 100%;
	max-width: 100%;
	box-sizing: border-box;
}
@media screen and (min-width: 767px) {
	.col-11 {
		flex: 0 91.66666667%;
		max-width: 91.66666667%;
	}
}

.col-10 {
	flex: 0 100%;
	max-width: 100%;
	box-sizing: border-box;
}
@media screen and (min-width: 767px) {
	.col-10 {
		flex: 0 83.33333333%;
		max-width: 83.33333333%;
	}
}

.col-9 {
	flex: 0 100%;
	max-width: 100%;
	box-sizing: border-box;
}
@media screen and (min-width: 767px) {
	.col-9 {
		flex: 0 75%;
		max-width: 75%;
	}
}

.col-8 {
	flex: 0 100%;
	max-width: 100%;
	box-sizing: border-box;
}
@media screen and (min-width: 767px) {
	.col-8 {
		flex: 0 66.66666667%;
		max-width: 66.66666667%;
	}
}

.col-7 {
	flex: 0 100%;
	max-width: 100%;
	box-sizing: border-box;
}
@media screen and (min-width: 767px) {
	.col-7 {
		flex: 0 58.33333333%;
		max-width: 58.33333333%;
	}
}

.col-6,
.glance-custom-block.col-6 {
	flex: 0 100%;
	max-width: 100%;
	box-sizing: border-box;
}
@media screen and (min-width: 767px) {
	.col-6,
	.glance-custom-block.col-6 {
		flex: 0 50%;
		max-width: 50%;
	}
}

.col-5 {
	flex: 0 100%;
	max-width: 100%;
	box-sizing: border-box;
}
@media screen and (min-width: 767px) {
	.col-5 {
		flex: 0 41.66666667%;
		max-width: 41.66666667%;
	}
}

.col-4 {
	flex: 0 100%;
	max-width: 100%;
	box-sizing: border-box;
}
@media screen and (min-width: 767px) {
	.col-4 {
		flex: 0 33.33333333%;
		max-width: 33.33333333%;
	}
}

.col-3 {
	flex: 0 100%;
	max-width: 100%;
	box-sizing: border-box;
}
@media screen and (min-width: 767px) {
	.col-3 {
		flex: 0 25%;
		max-width: 25%;
	}
}

.col-2 {
	flex: 0 100%;
	max-width: 100%;
	box-sizing: border-box;
}
@media screen and (min-width: 767px) {
	.col-2 {
		flex: 0 16.66666667%;
		max-width: 16.66666667%;
	}
}

.col-1 {
	flex: 0 100%;
	max-width: 100%;
	box-sizing: border-box;
}
@media screen and (min-width: 767px) {
	.col-1 {
		flex: 0 8.333333333%;
		max-width: 8.333333333%;
	}
}

/*


Overall block styling


*/
.glance-custom-block {
	flex: 0 100%;
	max-width: 100%;
}

.page-template-default .glance-custom-block:first-of-type {
	padding-top: 5.5rem;
}
@media screen and (min-width: 767px) {
	.page-template-default .glance-custom-block:first-of-type {
		padding-top: 8.5rem;
	}
}

.page-template-default .glance_video:first-of-type,
.page-template-default .glance_cta.layout_half-right:first-of-type,
.page-template-default .glance_benefits:first-of-type,
.page-template-default .glance_cta.layout_bg-left.with-image:first-of-type {
	padding-top: 0;
}
@media screen and (min-width: 767px) {
	.page-template-default .glance_video:first-of-type,
	.page-template-default .glance_cta.layout_half-right:first-of-type,
	.page-template-default .glance_benefits:first-of-type,
	.page-template-default .glance_cta.layout_bg-left.with-image:first-of-type {
		padding-top: 0;
	}
}

.page-template-default .glance_video:first-of-type .block-image {
	order: 1;
	padding-left: 0;
	padding-right: 0;
}
@media screen and (min-width: 767px) {
	.page-template-default .glance_video:first-of-type .block-image {
		order: 2;
	}
}

.page-template-default .glance_video:first-of-type .block-content-holder {
	order: 2;
}
@media screen and (min-width: 767px) {
	.page-template-default .glance_video:first-of-type .block-content-holder {
		order: 1;
	}
}

.glance_video:first-of-type .block-wrapper {
	max-width: 100%;
}

.block-image {
	position: relative;
}

.svg-mask {
	position: absolute;
	left: -100000em;
}

.video-positioner iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
}

.video-positioner {
	width: 100%;
	height: 0;
	left: 0;
	top: 0;
	padding-bottom: 56.25%;
	position: relative;
}

.block-header {
	text-align: center;
	margin-bottom: 2.25rem;
}
@media screen and (min-width: 767px) {
	.block-header {
		margin-bottom: 3.5rem;
	}
}

.block-content-holder {
	position: relative;
}

.block-image img {
	display: block;
	width: 100%;
	height: auto;
}

a.normal {
	text-decoration: none;
	color: white;
	font-family: lato, sans, serif;
	display: inline-block;
	position: relative;
}
@media screen and (min-width: 767px) {
	a.normal {
		font-size: 0.9375rem;
	}
}

.button,
.glance_links.layout_3x-cards .action,
.glance_links.layout_2x-cards .action,
.green-border,
.grey-border,
.white-button,
.button-arrow,
.single-resource .form-wrap .gform_wrapper .gform_footer input[type="submit"],
.glance_form .gform_wrapper .gform_footer input[type="submit"],
.download-button-new {
	/* background: linear-gradient(
		90deg,
		#09826B 0%,
		#09826B 25%,
		#09826B 75%,
		#09826B 100%
	);
	background-size: 300%; */
	background-color: #09826b;
	box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.15);
	border-radius: 28px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	color: white;
	font-family: "Overpass", sans-serif;
	font-weight: 800;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1.2rem;
	padding-right: 1.2rem;
	letter-spacing: 0.025rem;
	font-size: 0.8rem;
	line-height: 0.95rem;
	transition-property: all;
	transition-duration: 0.3s;
	cursor: pointer;
	border: none;
	transition-property: box-shadow;
	transition-duration: 0.25s;
}
@media screen and (min-width: 767px) {
	.button,
	.glance_links.layout_3x-cards .action,
	.glance_links.layout_2x-cards .action,
	.green-border,
	.grey-border,
	.white-button,
	.button-arrow,
	.single-resource
		.form-wrap
		.gform_wrapper
		.gform_footer
		input[type="submit"],
	.glance_form .gform_wrapper .gform_footer input[type="submit"],
	.download-button-new {
		font-size: 0.75rem;
		line-height: 0.75rem;
		letter-spacing: 0.0575rem;
		padding-top: 1rem;
		padding-bottom: 1rem;
		padding-left: 1.45rem;
		padding-right: 1.45rem;
	}
}

.grey-border {
	background: #707070;
}

@keyframes buttonGradient {
	0% {
		background-position: 0% 0%;
	}
	100% {
		background-position: 100% 0%;
	}
}
.button:hover,
.glance_links.layout_3x-cards .action:hover,
.glance_links.layout_2x-cards .action:hover {
	box-shadow: 0 13px 13px 0 rgba(0, 0, 0, 0.2);
	animation: buttonGradient 0.5s normal forwards;
}
@media screen and (min-width: 767px) {
	.button:hover,
	.glance_links.layout_3x-cards .action:hover,
	.glance_links.layout_2x-cards .action:hover {
		box-shadow: 0 21px 21px 0 rgba(0, 0, 0, 0.25);
	}
}

.circle-button {
	text-indent: -10000px;
	display: inline-block;
	width: 26px;
	height: 26px;
	background: transparent url(img/gradient-arrow-circ.svg) no-repeat center
		center/26px;
}

.button-underline,
.contact-element a:not([class]) {
	font-family: "Overpass", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	color: #000749;
	text-decoration: none;
	font-size: 0.75rem;
	padding-bottom: 0.7rem;
	background: linear-gradient(to right, #09826b 0%, #09826b 100%);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 3px;
	transition: background-size 0.25s;
}
@media screen and (min-width: 767px) {
	.button-underline,
	.contact-element a:not([class]) {
		font-size: 0.75rem;
		letter-spacing: 0.0575rem;
		line-height: 1.3125rem;
		padding-bottom: 0.9rem;
	}
}

.button-underline:hover,
.contact-element a:hover:not([class]) {
	background-size: 0% 3px;
}

.white-button {
	background: none;
	box-shadow: none;
	transition-property: background, color;
	transition-duration: 0.25s;
}

.green-border,
.grey-border,
.download-button-new {
	color: #0b3885;
	box-shadow: none;
	transition-property: background, color;
	transition-duration: 0.25s;
}

.download-button,
.download-button-new {
	padding-left: 2.75rem;
}

.download-button:after,
.download-button-new:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url(img/download-icon.svg) no-repeat center center/16px;
}

.white-button:before {
	content: "";
	border: 2px solid rgba(255, 255, 255, 0.67);
	border-radius: 28px;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	transition-property: background;
	transition-duration: 0.25s;
}

.white-button:hover:before {
	border: 2px solid rgba(255, 255, 255, 0);
	background: white;
}

.white-button:hover {
	color: #001232;
}

.green-border:hover,
.grey-border:hover,
.download-button-new:hover {
	color: white;
	animation: buttonGradient 0.5s normal forwards;
}

.green-border:hover:before,
.grey-border:hover:before,
.download-button-new:hover:before {
	display: none;
}

.green-border:before,
.grey-border:before,
.download-button-new:before {
	content: "";
	background: white;
	border-radius: 28px;
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
}

.button.link-video,
.glance_links.layout_3x-cards .link-video.action,
.glance_links.layout_2x-cards .link-video.action {
	padding-left: 2.75rem;
}
@media screen and (min-width: 767px) {
	.button.link-video,
	.glance_links.layout_3x-cards .link-video.action,
	.glance_links.layout_2x-cards .link-video.action {
		padding-left: 3.2rem;
	}
}

.button.link-video:before,
.glance_links.layout_3x-cards .link-video.action:before,
.glance_links.layout_2x-cards .link-video.action:before {
	content: "";
	position: absolute;
	width: 18px;
	height: 14px;
	display: inline-block;
	background: url(img/play-button.svg) no-repeat top center/18px;
	left: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	transition-duration: 0.25s;
	transition-property: transform;
}

.white-button.link-video {
	background: url(img/play-button.svg) no-repeat 1.2rem center/18px;
	padding-left: 2.75rem;
}
@media screen and (min-width: 767px) {
	.white-button.link-video {
		background: url(img/play-button.svg) no-repeat 1.2rem center/20px;
		padding-left: 3.2rem;
	}
}

.button.link-video:hover:before,
.glance_links.layout_3x-cards .link-video.action:hover:before,
.glance_links.layout_2x-cards .link-video.action:hover:before {
	transform: scale(1.15) translateY(-50%);
	transform-origin: 50% 50%;
}

.button span,
.glance_links.layout_3x-cards .action span,
.glance_links.layout_2x-cards .action span,
.green-border span,
.grey-border span,
.white-button span,
.download-button-new span {
	display: inline-block;
	position: relative;
}

.buttons .button,
.buttons .glance_links.layout_3x-cards .action,
.glance_links.layout_3x-cards .buttons .action,
.buttons .glance_links.layout_2x-cards .action,
.glance_links.layout_2x-cards .buttons .action {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1rem;
}
@media screen and (min-width: 767px) {
	.buttons .button,
	.buttons .glance_links.layout_3x-cards .action,
	.glance_links.layout_3x-cards .buttons .action,
	.buttons .glance_links.layout_2x-cards .action,
	.glance_links.layout_2x-cards .buttons .action {
		margin-right: 2.5rem;
		margin-left: 0;
	}
}

.buttons .button:last-of-type,
.buttons .glance_links.layout_3x-cards .action:last-of-type,
.glance_links.layout_3x-cards .buttons .action:last-of-type,
.buttons .glance_links.layout_2x-cards .action:last-of-type,
.glance_links.layout_2x-cards .buttons .action:last-of-type {
	margin-right: 0;
}

.buttons-primary {
	margin-top: 2rem;
}
@media screen and (min-width: 767px) {
	.buttons-primary {
		margin-top: 3.9rem;
	}
}

.buttons-primary .button,
.buttons-primary .glance_links.layout_3x-cards .action,
.glance_links.layout_3x-cards .buttons-primary .action,
.buttons-primary .glance_links.layout_2x-cards .action,
.glance_links.layout_2x-cards .buttons-primary .action {
	margin-right: 1.35rem;
}

@media screen and (min-width: 767px) {
	.buttons-primary .button:first-of-type:last-of-type,
	.buttons-primary
		.glance_links.layout_3x-cards
		.action:first-of-type:last-of-type,
	.glance_links.layout_3x-cards
		.buttons-primary
		.action:first-of-type:last-of-type,
	.buttons-primary
		.glance_links.layout_2x-cards
		.action:first-of-type:last-of-type,
	.glance_links.layout_2x-cards
		.buttons-primary
		.action:first-of-type:last-of-type {
		margin-right: 0;
	}
}

span.highlight-text,
span.highlight-text.blue {
	color: #36addf;
}

span.highlight-text.green {
	color: #09826b;
}

.glance_logos .block-title {
	font-family: "Overpass", sans-serif;
	color: #5e749a;
	text-transform: uppercase;
	font-size: 0.9375rem;
	line-height: 1.2rem;
}
@media screen and (min-width: 767px) {
	.glance_logos .block-title {
		font-size: 1rem;
		line-height: 1.625rem;
		letter-spacing: 0.0125rem;
	}
}

.glance_logos .block-header {
	margin-bottom: 1rem;
}
@media screen and (min-width: 767px) {
	.glance_logos .block-header {
		margin-bottom: 1.5rem;
	}
}

.glance_customer-story .buttons-primary .button,
.glance_customer-story .buttons-primary .glance_links.layout_3x-cards .action,
.glance_links.layout_3x-cards .glance_customer-story .buttons-primary .action,
.glance_customer-story .buttons-primary .glance_links.layout_2x-cards .action,
.glance_links.layout_2x-cards .glance_customer-story .buttons-primary .action,
.glance-casestudy .button,
.glance-casestudy .glance_links.layout_3x-cards .action,
.glance_links.layout_3x-cards .glance-casestudy .action,
.glance-casestudy .glance_links.layout_2x-cards .action,
.glance_links.layout_2x-cards .glance-casestudy .action,
.button-arrow,
.single-resource .form-wrap .gform_wrapper .gform_footer input[type="submit"],
.glance_form .gform_wrapper .gform_footer input[type="submit"] {
	width: 100%;
	border-radius: 0;
	box-shadow: none;
}
@media screen and (min-width: 767px) {
	.glance_customer-story .buttons-primary .button,
	.glance_customer-story
		.buttons-primary
		.glance_links.layout_3x-cards
		.action,
	.glance_links.layout_3x-cards
		.glance_customer-story
		.buttons-primary
		.action,
	.glance_customer-story
		.buttons-primary
		.glance_links.layout_2x-cards
		.action,
	.glance_links.layout_2x-cards
		.glance_customer-story
		.buttons-primary
		.action,
	.glance-casestudy .button,
	.glance-casestudy .glance_links.layout_3x-cards .action,
	.glance_links.layout_3x-cards .glance-casestudy .action,
	.glance-casestudy .glance_links.layout_2x-cards .action,
	.glance_links.layout_2x-cards .glance-casestudy .action,
	.button-arrow,
	.single-resource
		.form-wrap
		.gform_wrapper
		.gform_footer
		input[type="submit"],
	.glance_form .gform_wrapper .gform_footer input[type="submit"] {
		font-size: 0.875rem;
		padding-top: 1.4rem;
		padding-bottom: 1.4rem;
	}
}

.glance_customer-story .buttons-primary .button:after,
.glance_customer-story
	.buttons-primary
	.glance_links.layout_3x-cards
	.action:after,
.glance_links.layout_3x-cards
	.glance_customer-story
	.buttons-primary
	.action:after,
.glance-casestudy .button:after,
.glance-casestudy .glance_links.layout_3x-cards .action:after,
.glance_links.layout_3x-cards .glance-casestudy .action:after,
.glance_links.layout_2x-cards .action:after,
.button-arrow:after,
.single-resource
	.form-wrap
	.gform_wrapper
	.gform_footer
	input[type="submit"]:after,
.glance_form .gform_wrapper .gform_footer input[type="submit"]:after {
	content: "";
	width: 33px;
	height: 9px;
	display: inline-block;
	margin-left: 1.1rem;
	background: url(img/right-arrow-long.svg) no-repeat center center/31px;
}

/*


CTA block (has 8 layout options).


*/
.glance_cta .block-content a {
	text-decoration: none;
	color: #3a4a66;
	font-weight: bold;
	background: linear-gradient(to left, #09826b 0%, #09826b 100%);
	background-repeat: no-repeat;
	background-position: 0 100%;
	display: inline-block;
	background-size: 100% 2px;
	transition: background-size 0.25s;
}

.glance_cta .block-content a:hover {
	background-size: 0% 2px;
}

.glance_cta .buttons-primary {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
@media screen and (min-width: 767px) {
	.glance_cta .buttons-primary {
		display: block;
	}
}

.glance_cta .buttons-primary a {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.75rem;
}
@media screen and (min-width: 767px) {
	.glance_cta .buttons-primary a {
		margin-right: 1.35rem;
		margin-left: 0;
	}
}

.overlay-svg {
	position: absolute;
	top: -5%;
	left: 50%;
	width: 62%;
	height: auto;
	z-index: 10;
	transform: translateX(-50%);
}

.glance_cta {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
@media screen and (min-width: 767px) {
	.glance_cta {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}
}

.glance_cta.layout_half-right {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_half-right {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}
}

.glance_cta .block-content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-left: 1.25rem;
}
@media screen and (min-width: 767px) {
	.glance_cta .block-content ul {
		padding-left: 2rem;
	}
}

.glance_cta .block-content ul li {
	margin-bottom: 0.5rem;
	padding-left: 0;
	position: relative;
	font-size: 0.9375rem;
	line-height: 1.375rem;
	color: #3a4a66;
	text-align: left;
}
@media screen and (min-width: 767px) {
	.glance_cta .block-content ul li {
		font-size: 1.0625rem;
		line-height: 1.9375rem;
		text-align: left;
		padding-left: 1.25rem;
	}
}

.glance_cta .block-content ul li:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #36addf;
	border-radius: 6px;
	display: inline-block;
	margin-right: 1rem;
}
@media screen and (min-width: 767px) {
	.glance_cta .block-content ul li:before {
		position: absolute;
		left: 0;
		top: 10px;
		margin-right: 0;
	}
}

/* 1) CTA Background Centered Content */
.glance_cta.layout_bg-center {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.glance_cta.layout_bg-center:first-of-type {
	padding-top: 0;
}

.page-template-default
	.glance_cta.layout_bg-center:not(.with-video):first-of-type
	.block-image {
	min-height: 14.5625rem;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
@media screen and (min-width: 767px) {
	.page-template-default
		.glance_cta.layout_bg-center:not(.with-video):first-of-type
		.block-image {
		min-height: 51.625rem;
	}
}

.glance_cta.layout_bg-center:first-of-type .block-image {
	border-radius: 0;
}

.glance_cta.layout_bg-center .block-image {
	height: 350px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_bg-center .block-image {
		height: 36.35rem;
	}
}

@media screen and (min-width: 967px) {
	.home .glance_cta.layout_bg-center:first-of-type .block-title {
		font-size: 5.375rem;
		line-height: 5.125rem;
	}
}

.glance_cta.layout_bg-center:first-of-type .block-title {
	color: #ffffff;
	text-align: center;
	font-size: 1.6875rem;
	line-height: 1.6875rem;
	letter-spacing: -0.03rem;
	font-weight: normal;
	margin-bottom: 1rem;
	margin-top: 0;
}
@media screen and (min-width: 967px) {
	.glance_cta.layout_bg-center:first-of-type .block-title {
		font-size: 3rem;
		letter-spacing: -0.0625rem;
		line-height: 3.125rem;
		margin-bottom: 1.4rem;
	}
}

.glance_cta .buttons-primary {
	text-align: center;
	margin-top: 1.25rem;
}
@media screen and (min-width: 767px) {
	.glance_cta .buttons-primary {
		margin-top: 2em;
	}
}

.glance_cta .buttons-secondary {
	text-align: center;
	width: 100%;
	margin-top: 1rem;
}
@media screen and (min-width: 767px) {
	.glance_cta .buttons-secondary {
		margin-top: 1.25rem;
		text-align: left;
	}
}

.glance_cta .buttons-secondary a.normal {
	position: relative;
	padding-bottom: 0.4rem;
}

.glance_cta .buttons-secondary a.normal u {
	display: inline-block;
	padding-bottom: 0.1rem;
	text-decoration: none;
	border-bottom: 1px solid white;
}

.glance_cta.layout_bg-center .block-image {
	background-image: none !important;
}

.glance_cta.layout_bg-center .buttons-secondary {
	text-align: center;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_bg-center .buttons-secondary {
		text-align: center;
	}
}

.glance_cta.layout_bg-center .block-title {
	color: #ffffff;
	text-align: center;
	font-size: 1.625rem;
	font-weight: normal;
	line-height: 1.7rem;
	font-weight: normal;
	letter-spacing: -0.03375rem;
	margin-top: 0;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_bg-center .block-title {
		font-size: 3rem;
		letter-spacing: -0.0625rem;
		line-height: 3.125rem;
	}
}

.glance_cta.layout_bg-center .block-content-holder {
	max-width: 1100px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	position: relative;
	margin: 0 auto;
}

.glance_cta.layout_bg-center:not(:first-of-type) .block-content-holder {
	max-width: 795px;
}

.glance_cta.layout_bg-center .block-image svg {
	position: absolute;
	width: 102%;
	top: 0;
	left: 0;
	margin-left: -1%;
	height: 382px;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_bg-center .block-image svg {
		height: 634px;
	}
}

.glance_cta.layout_bg-center .block-content-holder p {
	font-family: lato, sans, serif;
	text-align: center;
	color: #ffffff;
	letter-spacing: 0;
	text-align: center;
	font-size: 0.75rem;
	line-height: 1.0625rem;
}
@media screen and (min-width: 967px) {
	.glance_cta.layout_bg-center .block-content-holder p {
		font-size: 1.1875rem;
		line-height: 1.75em;
	}
}

/* b) CTA Background Centered Content with Video */
.glance_cta.layout_bg-center.with-video .block-image {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	min-height: 55vh;
	overflow: hidden;
}
@media screen and (min-width: 967px) {
	.glance_cta.layout_bg-center.with-video .block-image {
		min-height: 56vw;
	}
}

.glance_cta.layout_bg-center .video-positioner {
	width: 88.9679715302vh;
	/*  video width / height  */
	height: 28.1vw;
	/*  video height / width  */
	min-width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding-bottom: 0 !important;
}
@media screen and (min-width: 967px) {
	.glance_cta.layout_bg-center .video-positioner {
		width: 100%;
		height: 0;
		left: 0;
		top: 0;
		min-width: inherit;
		min-height: inherit;
		padding-bottom: 56.25%;
		position: relative;
		transform: none;
	}
}

.glance_cta.layout_bg-center .video-positioner iframe {
	position: absolute;
	width: 100vh;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: inherit;
}
@media screen and (min-width: 967px) {
	.glance_cta.layout_bg-center .video-positioner iframe {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		max-width: 100%;
		transform: none;
	}
}

.glance_cta.layout_bg-center.with-video .block-wrapper {
	position: relative;
	width: 100%;
	height: 50vh;
}
@media screen and (min-width: 967px) {
	.glance_cta.layout_bg-center.with-video .block-wrapper {
		height: auto;
		min-height: 55vw;
	}
}

body.ie .glance_cta.layout_bg-center.with-video .block-wrapper {
	height: 55vw;
}

/* 2) Content half right, half image left */
.glance_cta.layout_half-right .buttons-primary {
	text-align: center;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_half-right .buttons-primary {
		text-align: left;
	}
}

.glance_cta.layout_half-right .block-wrapper,
.glance_cta.layout_half-left .block-wrapper {
	max-width: 1230px;
	margin: 0 auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.glance_cta.layout_half-right .block-title,
.glance_cta.layout_half-left .block-title {
	color: #0b3885;
	font-weight: normal;
	font-size: 1.875rem;
	line-height: 1.8rem;
	letter-spacing: -0.084375rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_half-right .block-title,
	.glance_cta.layout_half-left .block-title {
		font-size: 2.75rem;
		line-height: 2.8125rem;
		letter-spacing: -0.0575rem;
		margin-top: 1rem;
		text-align: left;
		margin-bottom: 1rem;
	}
}

.glance_cta.layout_half-right .block-content-holder.with-icon .block-title,
.glance_cta.layout_half-left .block-content-holder.with-icon .block-title {
	font-family: "Overpass", sans-serif;
	font-weight: 800;
	color: #5e749a;
	text-transform: uppercase;
	font-size: 0.9375rem;
	line-height: 1.2rem;
	text-align: center;
	letter-spacing: 0;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_half-right .block-content-holder.with-icon .block-title,
	.glance_cta.layout_half-left .block-content-holder.with-icon .block-title {
		font-size: 1.125rem;
		line-height: 1.3125rem;
		letter-spacing: 0.013125rem;
		text-align: left;
	}
}

.glance_cta .icon-wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 42px;
}
@media screen and (min-width: 767px) {
	.glance_cta .icon-wrap {
		float: left;
		margin-left: -4.5rem;
		max-width: 15%;
	}
}

.glance_cta .icon-wrap img {
	display: block;
	width: 100%;
	height: auto;
}

.glance_cta.layout_half-right .block-subtitle,
.glance_cta.layout_half-left .block-subtitle {
	text-transform: uppercase;
	font-family: "Overpass", sans-serif;
	color: #5e749a;
	font-size: 0.9375rem;
	line-height: 1.2rem;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_half-right .block-subtitle,
	.glance_cta.layout_half-left .block-subtitle {
		font-size: 1rem;
		text-align: left;
		line-height: 1.625rem;
		letter-spacing: 0.0133333333rem;
	}
}

/*.glance_cta.layout_half-right .block-content-holder:not(.with-icon) .block-content p:first-of-type, .glance_cta.layout_half-left .block-content-holder:not(.with-icon) .block-content p:first-of-type {
	font-family: $pt_reg;
	color: #0D2D64;
	font-size: 0.8421052632rem;
	line-height: 1.5625rem;
	@media screen and (min-width: $min_width) {
		font-size: 1.5rem;
		line-height: 1.8125rem;
		margin-bottom: 2rem;
	}
}*/
.glance_cta.layout_half-right .block-content-holder,
.glance_cta.layout_half-left .block-content-holder {
	margin-top: 0.75rem;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_half-right .block-content-holder,
	.glance_cta.layout_half-left .block-content-holder {
		margin-top: 0;
	}
}

.glance_cta.layout_half-right .block-content p,
.glance_cta.layout_half-left .block-content p {
	font-size: 0.9375rem;
	line-height: 1.375rem;
	color: #3a4a66;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_half-right .block-content p,
	.glance_cta.layout_half-left .block-content p {
		font-size: 1.0625rem;
		line-height: 1.9375rem;
		text-align: left;
	}
}

.glance_cta.layout_half-right .block-content-holder.with-icon p,
.glance_cta.layout_half-left .block-content-holder.with-icon p {
	color: #6e6e6e;
}

@media screen and (min-width: 767px) {
	.glance_cta.layout_half-right .block-content-holder,
	.glance_cta.layout_half-left .block-content-holder {
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media screen and (min-width: 767px) {
	.glance_cta.layout_half-left .block-content-holder {
		order: 1;
	}
}

@media screen and (min-width: 767px) {
	.glance_cta.layout_half-left .block-image {
		order: 2;
	}
}

.glance_cta.layout_half-left .buttons-primary {
	text-align: center;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_half-left .buttons-primary {
		text-align: left;
	}
}

/* 3) Content 1/3, Image 2/3 */
.glance_cta.layout_two-thirds-left {
	overflow: hidden;
}

.glance_cta.layout_two-thirds-left .block-wrapper {
	max-width: 1230px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_two-thirds-left .block-wrapper {
		width: 105%;
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}

.glance_cta.layout_two-thirds-left .block-image {
	order: 1;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_two-thirds-left .block-image {
		order: 2;
	}
}

.glance_cta.layout_two-thirds-left .buttons-primary {
	text-align: center;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_two-thirds-left .buttons-primary {
		text-align: left;
	}
}

.glance_cta.layout_two-thirds-left .block-content {
	text-align: center;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_two-thirds-left .block-content {
		text-align: left;
	}
}

.glance_cta.layout_two-thirds-left .block-content-holder {
	order: 2;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_two-thirds-left .block-content-holder {
		order: 1;
		z-index: 2;
		position: relative;
		margin-right: -9%;
		background: white;
		padding-right: 4%;
		padding-bottom: 26px;
		flex: 0 42.33333%;
		max-width: 42.33333%;
	}
}

.glance_cta.layout_two-thirds-left .block-content-holder p {
	color: #6e6e6e;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_two-thirds-left .block-content-holder p {
		font-size: 1.1875rem;
		letter-spacing: -0.01625rem;
		line-height: 1.9375rem;
	}
}

.glance_cta.layout_two-thirds-left .block-title {
	color: #0b3885;
	font-weight: normal;
	font-size: 1.875rem;
	line-height: 1.8rem;
	letter-spacing: -0.084375rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_two-thirds-left .block-title {
		font-size: 2.625rem;
		text-align: left;
		line-height: 2.625rem;
		letter-spacing: -0.118125rem;
	}
}

.glance_cta.layout_two-thirds-left .block-subtitle {
	font-family: "Overpass", sans-serif;
	text-transform: uppercase;
	color: #5e749a;
	font-size: 0.9375rem;
	line-height: 1.2rem;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_two-thirds-left .block-subtitle {
		text-align: left;
		margin-bottom: 0.85rem;
		font-size: 1rem;
		line-height: 1.3rem;
		letter-spacing: 0.0175rem;
	}
}

/* 4) Full width image. class is layout_full-width */
.glance_cta.layout_full-width .block-wrapper {
	max-width: 1230px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	margin-left: auto;
	margin-right: auto;
}

.glance_cta.layout_full-width .block-wrapper .block-image {
	width: 100%;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_full-width .block-wrapper .block-image {
		margin-left: 0;
		width: 100%;
	}
}

.glance_cta.layout_full-width .icon-wrap {
	margin-left: auto;
	margin-top: 0.75rem;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_full-width .icon-wrap {
		margin-left: -3rem;
		margin-top: 0;
	}
}

.glance_cta.layout_full-width .block-subtitle {
	color: #0d2d64;
	font-size: 1.25rem;
	text-align: center;
	line-height: 1.5rem;
	letter-spacing: -0.01rem;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_full-width .block-subtitle {
		text-align: left;
		font-size: 1.5rem;
		line-height: 1.8125rem;
		letter-spacing: -0.020625rem;
	}
}

@media screen and (min-width: 767px) {
	.glance_cta.layout_full-width .block-wrapper .video-positioner {
		box-shadow: 0 55px 63px 0 rgba(0, 21, 93, 0.25);
	}
}

.glance_cta.layout_full-width .block-wrapper .block-image img {
	width: calc(100% + 2.5rem);
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_full-width .block-wrapper .block-image img {
		width: 100%;
	}
}

@media screen and (min-width: 767px) {
	.glance_cta.layout_full-width .col-4 {
		background: white;
		margin-left: -100%;
		padding-left: 5.5%;
		padding-right: 3.5%;
		padding-top: 2.75rem;
		padding-bottom: 4rem;
		text-align: left;
		border: 1px solid #e3e7e8;
		box-shadow: 0 55px 63px 0 rgba(0, 21, 93, 0.25);
	}
}

@media screen and (min-width: 767px) {
	.glance_cta.layout_full-width .block-image {
		padding-left: 6.5%;
	}
}

.glance_cta.layout_full-width .block-content-holder .block-title {
	font-weight: normal;
	color: #0b3885;
	font-size: 1.875rem;
	line-height: 1.8rem;
	letter-spacing: -0.084375rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_full-width .block-content-holder .block-title {
		font-size: 2.75rem;
		line-height: 2.8125rem;
		letter-spacing: -0.0575rem;
		text-align: left;
	}
}

.glance_cta.layout_full-width .block-content-holder.with-icon .block-title {
	font-family: "Overpass", sans-serif;
	color: #5e749a;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 0.9375rem;
	line-height: 1.2rem;
	letter-spacing: 0;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_full-width .block-content-holder.with-icon .block-title {
		font-size: 1.125rem;
		line-height: 1.3125rem;
		letter-spacing: 0.013125rem;
		text-align: left;
	}
}

.glance_cta.layout_full-width .block-content p {
	font-size: 0.9375rem;
	line-height: 1.375rem;
	color: #3a4a66;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_full-width .block-content p {
		font-size: 1.0625rem;
		line-height: 1.9375rem;
		text-align: left;
	}
}

.glance_cta.layout_full-width .block-content-holder.with-icon p {
	color: #6e6e6e;
}

.glance_cta.layout_full-width .block-content-holder,
.glance_cta.layout_full-width .block-image {
	margin-top: 2rem;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_full-width .block-content-holder,
	.glance_cta.layout_full-width .block-image {
		margin-top: 0;
		margin-bottom: 0;
	}
}

/* 5) CTA Background Left Content */
.glance_cta.layout_bg-left {
	padding-top: 0;
	padding-bottom: 0;
}

.glance_cta.layout_bg-left .block-image {
	min-height: 15.125rem;
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 0;
	padding-right: 0;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_bg-left .block-image {
		min-height: 51.25rem;
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}

.glance_cta.layout_bg-left .block-image img {
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_bg-left .block-image img {
		display: none;
	}
}

.glance_cta.layout_bg-left .block-content-holder {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	align-self: flex-end;
	background: white;
	margin-bottom: 0;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_bg-left .block-content-holder {
		margin-bottom: 7rem;
		margin-bottom: 6rem;
		background: none;
	}
}

.glance_cta.layout_bg-left .block-content {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-bottom: 1.25rem;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_bg-left .block-content {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
}

.glance_cta.layout_bg-left .block-content p {
	text-align: center;
	color: #6e6e6e;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_bg-left .block-content p {
		text-align: left;
		font-size: 1.1875rem;
		line-height: 1.9375rem;
		color: white;
	}
}

.glance_cta.layout_bg-left .block-title {
	font-family: "Overpass", sans-serif;
	text-transform: uppercase;
	color: #001232;
	text-align: center;
	font-size: 1.45rem;
	line-height: 1.85rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 1.25rem;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_bg-left .block-title {
		color: white;
		font-size: 2.25rem;
		line-height: 2.8125rem;
		text-align: left;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
	}
}

/* 6) Simple CTA */
.glance_cta.layout_simple-cta {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
	background-image: linear-gradient(
		263deg,
		#0054b9 1%,
		#0085c1 44%,
		#04a1d7 100%
	);
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_simple-cta {
		margin-top: 3.75rem;
		margin-bottom: 3.75rem;
	}
}

.glance_cta.layout_simple-cta:last-child {
	margin-bottom: 0;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_simple-cta:last-child {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 767px) {
	.glance_cta.layout_simple-cta .buttons-primary {
		margin-top: 0;
	}
}

.glance_cta.layout_simple-cta .block-content-holder {
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}

.glance_cta.layout_simple-cta .block-title {
	flex: 0 100%;
	max-width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 400;
	color: #ffffff;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_simple-cta .block-title {
		flex: 0 65%;
		max-width: 65%;
		font-size: 26px;
		letter-spacing: -0.54px;
		line-height: 46px;
	}
}

.glance_cta.layout_simple-cta .buttons-primary {
	flex: 0 100%;
	max-width: 100%;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_simple-cta .buttons-primary {
		flex: 0 35%;
		max-width: 35%;
	}
}

/* 7) Video Overlay */
.glance_cta.layout_overlay-video .block-wrapper {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1150px;
	align-items: center;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_overlay-video .block-wrapper {
		overflow-y: auto;
	}
}

.glance_cta.layout_overlay-video.with-video .block-image {
	position: relative;
	width: 100%;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_overlay-video.with-video .block-image {
		position: relative;
		padding-left: 1.25rem;
		padding-right: 1.25rem;
		top: 0;
		left: 0;
	}
}

.glance_cta.layout_overlay-video .buttons-primary {
	text-align: center;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_overlay-video .buttons-primary {
		text-align: left;
	}
}

.glance_cta.layout_overlay-video .white-button.link-video {
	background: url(img/play-button.svg) no-repeat 1.2rem center/18px,
		linear-gradient(90deg, #09826b 0%, #09826b 97%);
	padding-left: 2.75rem;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_overlay-video .white-button.link-video {
		padding-left: 3.2rem;
		background: url(img/play-button.svg) no-repeat 1.2rem center/20px;
	}
}

.glance_cta.layout_overlay-video .white-button.link-video:before {
	border: none;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_overlay-video .white-button.link-video:before {
		border: 2px solid rgba(255, 255, 255, 0.67);
	}
}

.glance_cta.layout_overlay-video .block-content-holder {
	margin-top: 1.25rem;
	width: 100%;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_overlay-video .block-content-holder {
		position: absolute;
		left: 2.5rem;
		max-height: 400px;
		overflow-y: auto;
		padding-bottom: 1.25rem;
		bottom: 3rem;
		padding-left: 5%;
		padding-right: 5%;
		width: 55%;
	}
}

body.ie .glance_cta.layout_overlay-video .block-content-holder {
	margin-top: 12vw;
}

.glance_cta.layout_overlay-video .block-title {
	font-family: "pt-serif", serif;
	font-weight: 400;
	text-align: center;
	color: #0b3885;
	font-weight: normal;
	font-size: 1.875rem;
	line-height: 1.8rem;
	letter-spacing: -0.084375rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_overlay-video .block-title {
		font-family: "Overpass", sans-serif;
		text-transform: uppercase;
		font-weight: 800;
		font-size: 31px;
		margin-bottom: 1rem;
		text-align: left;
		color: #ffffff;
		letter-spacing: -0.65px;
		line-height: 43px;
	}
}

.glance_cta.layout_overlay-video .block-content p {
	font-family: lato, sans, serif;
	font-weight: 400;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_overlay-video .block-content p {
		font-size: 19px;
		text-align: left;
		line-height: 28px;
		letter-spacing: 0;
		color: #fff;
	}
}

@media screen and (min-width: 767px) {
	.glance_cta.layout_overlay-video.with-video .block-image:after {
		content: "";
		background-image: linear-gradient(
			224deg,
			rgba(0, 131, 209, 0.07) 39%,
			rgba(0, 128, 207, 0.3) 64%,
			rgba(24, 50, 150, 0.83) 82%,
			rgba(0, 4, 122, 0.83) 96%
		);
		width: calc(100% - 2.5rem);
		height: 100%;
		position: absolute;
		top: 0;
		left: 1.25rem;
	}
}

/* 9) Full width image content bottom. class is layout_full-width-bottom */
.glance_cta.layout_full-width-bottom .block-wrapper {
	max-width: 1230px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	margin-left: auto;
	margin-right: auto;
}

.glance_cta.layout_full-width-bottom .block-wrapper .block-image {
	width: 100%;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_full-width-bottom .block-wrapper .block-image {
		margin-left: 0;
		width: 100%;
	}
}

.glance_cta.layout_full-width-bottom .block-subtitle {
	color: #0d2d64;
	font-size: 1.25rem;
	text-align: center;
	line-height: 1.5rem;
	letter-spacing: -0.01rem;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_full-width-bottom .block-subtitle {
		text-align: left;
		font-size: 1.5rem;
		line-height: 1.8125rem;
		letter-spacing: -0.020625rem;
	}
}

@media screen and (min-width: 767px) {
	.glance_cta.layout_full-width-bottom .block-wrapper .video-positioner {
		box-shadow: 0 55px 63px 0 rgba(0, 21, 93, 0.25);
	}
}

.glance_cta.layout_full-width-bottom .block-wrapper .block-image img {
	width: calc(100% + 2.5rem);
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_full-width-bottom .block-wrapper .block-image img {
		width: 100%;
	}
}

@media screen and (min-width: 767px) {
	.glance_cta.layout_full-width-bottom .col-4 {
		background: white;
		margin-left: 7.5%;
		padding-left: 5.5%;
		padding-right: 3.5%;
		padding-top: 2.75rem;
		padding-bottom: 0;
		text-align: left;
	}
}

@media screen and (min-width: 767px) {
	.glance_cta.layout_full-width-bottom .block-content-holder {
		margin-top: -6.5rem;
	}
}

@media screen and (min-width: 767px) {
	.glance_cta.layout_full-width-bottom .block-image {
		margin-left: 6.5%;
		box-shadow: 0 55px 63px 0 rgba(0, 21, 93, 0.25);
	}
}

.glance_cta.layout_full-width-bottom .icon-wrap {
	margin-left: auto;
	margin-top: 0.75rem;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_full-width-bottom .icon-wrap {
		margin-left: -3rem;
		margin-top: 0;
	}
}

.glance_cta.layout_full-width-bottom .block-content-holder .block-title {
	font-weight: normal;
	color: #0b3885;
	font-size: 1.875rem;
	line-height: 1.8rem;
	letter-spacing: -0.084375rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_full-width-bottom .block-content-holder .block-title {
		font-size: 2.75rem;
		line-height: 2.8125rem;
		letter-spacing: -0.0575rem;
		text-align: left;
	}
}

.glance_cta.layout_full-width-bottom
	.block-content-holder.with-icon
	.block-title {
	font-family: "Overpass", sans-serif;
	color: #5e749a;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	font-size: 0.9375rem;
	line-height: 1.2rem;
	text-align: center;
	letter-spacing: 0;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_full-width-bottom
		.block-content-holder.with-icon
		.block-title {
		font-size: 1.125rem;
		line-height: 1.3125rem;
		letter-spacing: 0.013125rem;
		text-align: left;
	}
}

.glance_cta.layout_full-width-bottom .block-content p {
	font-size: 0.9375rem;
	line-height: 1.375rem;
	color: #3a4a66;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_full-width-bottom .block-content p {
		font-size: 1.0625rem;
		line-height: 1.9375rem;
		text-align: left;
	}
}

.glance_cta.layout_full-width-bottom .block-content-holder.with-icon p {
	color: #6e6e6e;
}

.glance_cta.layout_full-width-bottom .block-image {
	margin-top: 2rem;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_full-width-bottom .block-image {
		margin-top: 0;
		margin-bottom: 0;
	}
}

/*


Link Block (see linkblock.php). Has 5 layout options.


*/
/* 1) Basic Band */
.glance_cta.layout_bg-center + .glance_links.layout_basic {
	position: relative;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_bg-center + .glance_links.layout_basic {
		margin-top: -10.5rem;
	}
}

.glance_links.layout_basic .block-wrapper {
	position: relative;
	height: 50px;
	border: 1px solid #f5f5f5;
	box-shadow: 0 26px 63px 0 rgba(0, 21, 93, 0.25);
	z-index: 99;
	align-items: stretch;
}
@media screen and (min-width: 767px) {
	.glance_links.layout_basic .block-wrapper {
		box-shadow: none;
		z-index: auto;
		border: none;
		height: auto;
		overflow: inherit;
	}
}

.glance_links.layout_basic .block-wrapper.targeted .link-list {
	position: absolute;
	height: auto;
	z-index: 99;
	background: white;
	border: 1px solid #f5f5f5;
	box-shadow: 0 26px 63px 0 rgba(0, 21, 93, 0.25);
}
@media screen and (min-width: 767px) {
	.glance_links.layout_basic .block-wrapper.targeted .link-list {
		position: relative;
		background: transparent;
		height: auto;
		z-index: auto;
		overflow: unset;
		border: none;
		box-shadow: none;
	}
}

.glance_links .link-list {
	position: relative;
	margin: 0;
	padding: 0;
	height: 50px;
	overflow: hidden;
}
@media screen and (min-width: 767px) {
	.glance_links .link-list {
		height: auto;
		align-items: stretch;
		overflow: visible;
	}
}

.glance_links.layout_basic .block-content {
	max-width: 1230px;
	margin: 0 auto;
	position: relative;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
@media screen and (min-width: 767px) {
	.glance_links.layout_basic .block-content {
		padding-bottom: 4px;
		align-items: stretch;
		justify-content: center;
	}
}

.glance_links {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
@media screen and (min-width: 767px) {
	.glance_links {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}
}

.glance_links.layout_basic .block-title {
	text-align: center;
	margin-top: 0;
	color: #012f80;
	font-family: "pt-serif", serif;
	font-weight: 400;
	font-size: 22px;
	letter-spacing: -0.78px;
	line-height: 30px;
	margin-top: 1.25rem;
}
@media screen and (min-width: 767px) {
	.glance_links.layout_basic .block-title {
		font-family: "Overpass", sans-serif;
		text-transform: uppercase;
		font-weight: 800;
		margin-top: 0;
		font-size: 1.1875rem;
		line-height: 1.1875rem;
		letter-spacing: 0.015625rem;
		margin-bottom: 2.375rem;
		color: #ffffff;
	}
}

@media screen and (min-width: 767px) {
	.glance_links.layout_basic .block-content:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 1.25rem;
		width: calc(100% - 2.5rem);
		height: 4px;
		background-image: linear-gradient(90deg, #63b8e8 61%, #356fd5 99%);
	}
}

.glance_links.layout_basic .block-content [class*="col-"] {
	position: relative;
	z-index: 1;
}

.glance_links.layout_basic .block-content .col-2 {
	cursor: pointer;
}
@media screen and (min-width: 767px) {
	.glance_links.layout_basic .block-content .col-2 {
		flex: 0 calc(16.66666667% - 0.833333px);
		max-width: calc(16.66666667% - 0.833333px);
		margin-right: 1px;
		box-shadow: inset 0 0 1px 1px #eaeaea;
		background: white;
		transition-property: box-shadow, transform;
		transition-duration: 0.3s;
	}
}

@media screen and (min-width: 767px) {
	.glance_links.layout_basic .block-content [class*="col-"]:hover {
		box-shadow: 0 55px 63px 0 rgba(0, 21, 93, 0.25);
		transform: scale(1.15);
		z-index: 100;
	}
}

@media screen and (min-width: 767px) {
	.glance_links.layout_basic .block-content .col-2:nth-of-type(6n) {
		margin-right: 0;
	}
}

.glance_links.layout_basic .block-content [class*="col-"] a {
	display: block;
	width: 100%;
	text-align: center;
	color: #012f80;
	font-family: "Overpass", sans-serif;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
	box-sizing: border-box;
	padding-left: 8%;
	padding-right: 8%;
	font-size: 0.6875rem;
	line-height: 50px;
	height: 50px;
}
@media screen and (min-width: 767px) {
	.glance_links.layout_basic .block-content [class*="col-"] a {
		padding-top: 2.75rem;
		padding-bottom: 3.95rem;
		font-size: 0.90625rem;
		line-height: 1.1875rem;
		letter-spacing: 0.011875rem;
		width: 100%;
		height: 100%;
	}
}

.glance_links.layout_basic .block-content [class*="col-"] a:hover {
	background: #e4f9f4;
}
@media screen and (min-width: 767px) {
	.glance_links.layout_basic .block-content [class*="col-"] a:hover {
		background: white;
	}
}

@media screen and (min-width: 767px) {
	.glance_links.layout_basic .block-content [class*="col-"] a:before {
		content: "";
		position: absolute;
		bottom: 1.35rem;
		left: 50%;
		transform: translateX(-50%);
		width: 30px;
		height: 30px;
		background: #09826b url(img/right-arrow.svg) no-repeat center center/8px;
		border-radius: 30px;
		box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.17);
	}
}

/* 1) 2x cards */
.glance_links.layout_2x-cards .block-wrapper {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.glance_links .col-6 {
	padding-left: 1rem;
	padding-right: 1rem;
	margin-bottom: 2.5rem;
}

.glance_links.layout_2x-cards .wrap a {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	text-decoration: none;
}

.glance_links.layout_2x-cards .link-title {
	margin-top: -10%;
	margin-bottom: 0;
	font-family: "Overpass", sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	background-image: linear-gradient(
		267deg,
		#63b8e8 1%,
		#3670d5 71%,
		#356fd5 100%
	);
	padding-right: 12.5%;
	padding-left: 4%;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
@media screen and (min-width: 767px) {
	.glance_links.layout_2x-cards .link-title {
		letter-spacing: 0.013125rem;
		font-size: 1.125rem;
		line-height: 1.3125rem;
	}
}

.glance_links.layout_2x-cards .link-image {
	margin-left: 0.8rem;
}

.glance_links .description {
	font-family: lato, sans, serif;
	color: #3a4a66;
	font-weight: normal;
	margin-top: 0;
	padding-left: 10%;
	padding-right: 10%;
	margin-bottom: 1.25rem;
}
@media screen and (min-width: 767px) {
	.glance_links .description {
		font-size: 1.125rem;
		line-height: 1.75rem;
		margin-bottom: 2.5rem;
	}
}

.glance_links.layout_2x-cards .action {
	width: 100%;
	width: 100%;
	border-radius: 0;
	box-shadow: none;
}
@media screen and (min-width: 767px) {
	.glance_links.layout_2x-cards .action {
		font-size: 0.875rem;
		padding-top: 1.4rem;
		padding-bottom: 1.4rem;
	}
}

.glance_links .link-image {
	width: 100%;
	display: block;
	height: auto;
}

.glance_links.layout_2x-cards .description-holder {
	background: #ffffff;
	border: 1px solid #ededed;
	width: 100%;
	box-shadow: 0 55px 63px 0 rgba(0, 21, 93, 0.24);
	padding-top: 2.25rem;
}

/* 3) 3x cards */
.glance_links.layout_3x-cards .block-wrapper {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	align-items: stretch;
}

.glance_links.layout_3x-cards .col-4 a {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	box-sizing: border-box;
	margin-left: 1.25rem;
	margin-right: 1.25rem;
	background: white;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 55px 63px 0 rgba(0, 21, 93, 0.24);
}

.glance_links.layout_3x-cards .col-4 {
	align-items: stretch;
	margin-bottom: 1.25rem;
}
@media screen and (min-width: 767px) {
	.glance_links.layout_3x-cards .col-4 {
		margin-bottom: 2rem;
	}
}

.glance_links.layout_3x-cards .description {
	align-self: flex-start;
	margin-bottom: 1.5rem;
}
@media screen and (min-width: 767px) {
	.glance_links.layout_3x-cards .description {
		font-size: 0.9375rem;
		line-height: 1.4375rem;
	}
}

.glance_links.layout_3x-cards .link-title {
	text-align: center;
	margin-top: 0;
	font-family: "Overpass", sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	color: white;
	width: 100%;
	padding-bottom: 2.75rem;
	padding-top: 2.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	position: relative;
	font-size: 0.85rem;
	background-size: 100%;
}
@media screen and (min-width: 767px) {
	.glance_links.layout_3x-cards .link-title {
		font-size: 1rem;
		line-height: 1.1875rem;
		padding-bottom: 3.125rem;
		padding-top: 3.125rem;
		padding-left: 10%;
		padding-right: 10%;
		text-align: center;
	}
}

.glance_links.layout_3x-cards .link-title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(
		223deg,
		rgba(0, 131, 209, 0.07) 25%,
		rgba(0, 128, 207, 0.3) 36%,
		rgba(24, 50, 150, 0.83) 70%,
		rgba(0, 4, 122, 0.83) 97%
	);
}

.glance_links.layout_3x-cards .link-title span {
	position: relative;
	display: block;
	width: 100%;
}

.glance_links.layout_3x-cards .action {
	margin-left: auto;
	align-self: flex-end;
	margin-right: auto;
	margin-bottom: 1.5rem;
}

/* 4) Stacked */
.glance_links.stacked a {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	background: linear-gradient(
		226deg,
		#00b9f1 0%,
		#008ec5 35%,
		#0078c0 59%,
		#012db2 100%
	);
	box-shadow: 0 55px 62px 0 rgba(0, 21, 93, 0.22);
	border-radius: 3px;
	color: white;
	text-decoration: none;
	padding-left: 2rem;
	padding-right: 2rem;
	text-align: right;
	box-sizing: border-box;
	margin-bottom: 2.75rem;
}

.glance_links.stacked .link-title {
	font-family: "Overpass", sans-serif;
	color: white;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
	flex: 0 60%;
	max-width: 60%;
	text-align: left;
	margin-top: 0.5rem;
	font-size: 0.75rem;
	line-height: 1rem;
	margin-bottom: 2rem;
}
@media screen and (min-width: 767px) {
	.glance_links.stacked .link-title {
		font-size: 0.9375rem;
		line-height: 1.375rem;
		letter-spacing: 0.010625rem;
		margin-bottom: 3rem;
	}
}

.glance_links.stacked .action span {
	display: inline-block;
	border-bottom: 1.25px solid white;
	padding-bottom: 0.25rem;
}

.glance_links.stacked .action {
	font-family: "Overpass", sans-serif;
	font-weight: 900;
	color: white;
	display: inline-block;
	flex: 0 40%;
	text-align: right;
	text-transform: uppercase;
	margin-top: 0.5rem;
	max-width: 40%;
	font-size: 0.7rem;
	line-height: 0.7rem;
	margin-bottom: 2rem;
}
@media screen and (min-width: 767px) {
	.glance_links.stacked .action {
		font-size: 0.75rem;
		letter-spacing: 0.92px;
		line-height: 1rem;
		margin-bottom: 3rem;
	}
}

.glance_links.stacked .icon {
	width: 100%;
}

.glance_links.stacked .icon img {
	display: block;
	width: 100%;
	max-width: 41px;
	height: auto;
	transform: translateY(-50%);
}

/*


Logo Garden. (Has 2 layout options)


*/
.glance_logos .buttons-primary {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
	z-index: 2;
}
@media screen and (min-width: 767px) {
	.glance_logos .buttons-primary {
		display: block;
	}
}

.glance_logos .buttons-primary a {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.75rem;
}
@media screen and (min-width: 767px) {
	.glance_logos .buttons-primary a {
		margin-right: 1.35rem;
		margin-left: 0;
	}
}

.glance_logos {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
@media screen and (min-width: 767px) {
	.glance_logos {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.glance_logos .block-content {
	margin-bottom: 1.25rem;
	max-width: 1030px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
@media screen and (min-width: 767px) {
	.glance_logos .block-content {
		margin-bottom: 2.5rem;
	}
}

.glance_logos .block-content p {
	text-align: center;
	color: #3a4a66;
	font-size: 0.9375rem;
	line-height: 1.375rem;
}
@media screen and (min-width: 767px) {
	.glance_logos .block-content p {
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.75rem;
	}
}

.glance_logos .block-content p:first-of-type {
	font-family: "pt-serif", serif;
	font-weight: 400;
	font-size: 1.1875rem;
	line-height: 1.5625rem;
	margin-top: 1rem;
}
@media screen and (min-width: 767px) {
	.glance_logos .block-content p:first-of-type {
		font-size: 2rem;
		color: #0b3885;
		letter-spacing: -0.0275rem;
		line-height: 2.7rem;
		margin-top: 1.1rem;
	}
}

.glance_logos .description {
	display: block;
	width: 100%;
	font-family: "Overpass", sans-serif;
	color: #3a4a66;
	text-align: center;
	border-top: 1px solid #dedede;
	padding-top: 1.25rem;
	padding-bottom: 1.75rem;
	align-self: flex-end;
	text-transform: uppercase;
	padding-left: 5%;
	padding-right: 5%;
}
@media screen and (min-width: 767px) {
	.glance_logos .description {
		line-height: 1rem;
		font-size: 0.8125rem;
		letter-spacing: -0.0161111111rem;
	}
}

.glance_logos .img-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.block-logos {
	width: 100%;
	background: transparent;
}

.block-logos .logo {
	position: relative;
}

@media screen and (min-width: 767px) {
	.block-logos.cols-3 {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}

.glance_logos .block-title {
	text-align: center;
}

.glance_logos .block-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	z-index: 2;
}
@media screen and (min-width: 767px) {
	.glance_logos .block-logos {
		/*	border-top: 1px solid #E6E6E6;
    	border-bottom: 1px solid #E6E6E6;
    	border-left: 1px solid #E6E6E6;
    	border-right: 1px solid #E6E6E6;*/
	}
}

body.ie .glance_logos .block-logos {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

body.ie .glance_logos .block-logos .logo {
	flex: 0 calc(50% - 2px);
	max-width: 50%;
}
@media screen and (min-width: 767px) {
	body.ie .glance_logos .block-logos .logo {
		flex: 0 calc(20% - 2px);
		max-width: 20%;
	}
}

@media screen and (min-width: 767px) {
	.glance_logos .block-logos.remainder-4 .logo {
		flex: 0 25%;
		max-width: 25%;
	}
}

@media screen and (min-width: 767px) {
	.glance_logos .block-logos .logo:nth-of-type(4n),
	.glance_logos .block-logos .logo:last-of-type,
	.glance_logos .block-logos.cols-4 .logo:last-of-type,
	.glance_logos .block-logos.cols-4 .logo:nth-of-type(4n) {
		border-right: 1px solid #e6e6e6;
	}
}

@media screen and (min-width: 767px) {
	.glance_logos .block-logos.cols-4 .logo {
		flex: 0 25%;
		max-width: 25%;
	}
}

@media screen and (min-width: 767px) {
	.glance_logos .block-logos .logo:nth-of-type(n + 5),
	.glance_logos .block-logos.cols-4 .logo:nth-of-type(n + 5) {
		margin-top: -1px;
	}
}

@media screen and (min-width: 767px) {
	.glance_logos .block-logos.cols-3 .logo {
		flex: 0 33.333%;
		max-width: 33.333%;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
		border-left: 1px solid #e6e6e6;
		border-right: 1px solid transparent;
	}
}

@media screen and (min-width: 767px) {
	.glance_logos .block-logos.cols-3 .logo:nth-of-type(3n),
	.glance_logos .block-logos.cols-3 .logo:last-of-type {
		border-right: 1px solid #e6e6e6;
	}
}

@media screen and (min-width: 767px) {
	.glance_logos .block-logos.cols-3 .logo:nth-of-type(n + 4) {
		margin-top: -1px;
	}
}

.glance_logos .block-logos .logo,
.glance_logos .block-logos.remainder-2 .logo,
.glance_logos .block-logos.remainder-3 .logo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex: 0 50%;
	max-width: 50%;
}
@media screen and (min-width: 767px) {
	.glance_logos .block-logos .logo,
	.glance_logos .block-logos.remainder-2 .logo,
	.glance_logos .block-logos.remainder-3 .logo {
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
		border-left: 1px solid #e6e6e6;
		border-right: 1px solid transparent;
		flex: 0 25%;
		max-width: 25%;
	}
}

@media screen and (min-width: 767px) {
	.glance_logos .block-logos.remainder-5 .logo:last-of-type,
	.glance_logos .block-logos.remainder-5 .logo:nth-of-type(4n) {
		border-right: 1px solid #e6e6e6;
	}
}

@media screen and (min-width: 767px) {
	.glance_logos .block-logos.remainder-1 .logo:last-of-type {
		border-right: 1px solid #e6e6e6;
	}
}

@media screen and (min-width: 767px) {
	.glance_logos .block-logos.remainder-1 .logo:nth-of-type(5n) {
		border-right: 1px solid #e6e6e6;
	}
}

@media screen and (min-width: 767px) {
	.glance_logos .block-logos.remainder-1 .logo:nth-of-type(n + 5) {
		margin-top: -1px;
	}
}

@media screen and (min-width: 767px) {
	.glance_logos .block-logos.remainder-4 .logo:last-of-type,
	.glance_logos .block-logos.remainder-4 .logo:nth-of-type(4n) {
		border-right: 1px solid #e6e6e6;
	}
}

@media screen and (min-width: 767px) {
	.glance_logos .block-logos.remainder-2 .logo:last-of-type,
	.glance_logos .block-logos.remainder-2 .logo:nth-of-type(4n) {
		border-right: 1px solid #e6e6e6;
	}
}

@media screen and (min-width: 767px) {
	.glance_logos .block-logos.remainder-3 .logo:last-of-type,
	.glance_logos .block-logos.remainder-3 .logo:nth-of-type(4n) {
		border-right: 1px solid #e6e6e6;
	}
}

@media screen and (min-width: 767px) {
	.glance_logos .block-logos.remainder-2 .logo:nth-of-type(n + 5) {
		margin-top: -1px;
	}
}

@media screen and (min-width: 767px) {
	.glance_logos .block-logos.remainder-3 .logo:nth-of-type(n + 5) {
		margin-top: -1px;
	}
}

@media screen and (min-width: 767px) {
	.glance_logos .block-logos.remainder-4 .logo:last-of-type {
		flex: 0 calc(25% + 1px);
		max-width: calc(25% + 1px);
		margin-left: -1px;
		transform: translateX(1px);
	}
}

@media screen and (min-width: 767px) {
	.glance_logos .block-logos.remainder-4 .logo:nth-of-type(n + 5) {
		margin-top: -1px;
	}
}

@media screen and (min-width: 767px) {
	.glance_logos .block-logos.remainder-5 .logo:nth-of-type(n + 5) {
		margin-top: -1px;
	}
}

.glance_logos .block-logos.remainder-5 .logo:nth-of-type(5n):last-of-type {
	border-bottom: none;
}
@media screen and (min-width: 767px) {
	.glance_logos .block-logos.remainder-5 .logo:nth-of-type(5n):last-of-type {
		border-bottom: 1px solid #e6e6e6;
	}
}

.glance_logos .block-logos.remainder-5 .logo:nth-of-type(10n):last-of-type {
	border-bottom: 1px solid #e6e6e6;
}

/*.glance_logos .block-logos .logo:nth-of-type(odd) {
	border-right: 1px solid #E6E6E6;
}*/
.glance_logos .block-logos .img-wrap img {
	display: block;
	width: 85%;
	height: auto;
	max-width: 150px;
}

/* 1) Layout Full */
.glance_logos.layout-full .block-wrapper {
	max-width: 1230px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 3px;
}

.glance_logos .block-wrapper {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.glance_logos.layout-full .block-logos {
	box-shadow: 0 55px 63px 0 rgba(0, 21, 93, 0.11);
}

.glance_logos.layout-full .block-logos .logo {
	background: white;
}

.glance_logos.layout-full .block-logos .logo-wrap {
	position: relative;
}

.glance_logos.layout-full .block-logos .img-wrap {
	position: relative;
	z-index: 5;
}

.glance_logos.layout-full .logo {
	width: 100%;
}

.glance_logos .logo-wrap a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-indent: -10000px;
	display: block;
}

.glance_logos.layout-full.blue .block-logos .logo {
	background: transparent;
	border: 0.5px solid rgba(255, 255, 255, 0.5);
}

.glance_logos.layout-full.blue .block-wrapper .block-logos {
	background-image: linear-gradient(
		230deg,
		#dcecff 0%,
		#f0f9ff 52%,
		#d5eefb 100%
	);
}

/* 2) Narrow Band */
.glance_logos.layout-band .block-wrapper {
	max-width: 1230px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

/* 3) Relationship to Adjancent band styling */
.glance_cta.layout_bg-left
	+ .glance_logos.layout-full
	.block-wrapper
	.block-logos {
	position: relative;
}
@media screen and (min-width: 767px) {
	.glance_cta.layout_bg-left
		+ .glance_logos.layout-full
		.block-wrapper
		.block-logos {
		margin-top: -10rem;
	}
}

/*


Customer Story


*/
.glance_customer-story .block-image {
	display: none;
}

.glance_customer-story {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	margin-top: 2rem;
	padding-bottom: 2rem;
	box-sizing: border-box;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
@media screen and (min-width: 767px) {
	.glance_customer-story {
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 6rem;
		padding-left: 7.9%;
		padding-right: 7.9%;
	}
}

.glance_customer-story .block-wrapper {
	max-width: 1350px;
	margin: 0 auto;
}

.glance_customer-story .block-story-card {
	background: #ffffff;
	box-shadow: 0 55px 63px 0 rgba(0, 21, 93, 0.35);
}
@media screen and (min-width: 767px) {
	.glance_customer-story .block-story-card {
		margin-top: -2rem;
	}
}

.glance_customer-story .block-title {
	color: #012f80;
	text-align: center;
	font-weight: normal;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.4375rem;
	line-height: 1.75rem;
}
@media screen and (min-width: 767px) {
	.glance_customer-story .block-title {
		font-size: 2.5rem;
		letter-spacing: -0.051875rem;
		line-height: 2.8125rem;
	}
}

.glance_customer-story .block-title img {
	display: inline-block;
	max-width: 150px;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
@media screen and (min-width: 767px) {
	.glance_customer-story .block-title img {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
}

.glance_customer-story .block-title div {
	width: 100%;
	display: block;
	border-top: 1px solid #dedede;
	padding-left: 4.5%;
	padding-right: 4.5%;
	padding-top: 1rem;
}
@media screen and (min-width: 767px) {
	.glance_customer-story .block-title div {
		padding-top: 1rem;
	}
}

.glance_customer-story .block-content {
	padding-left: 7.5%;
	padding-right: 7.5%;
	text-align: center;
	color: #3a4a66;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.glance_customer-story .block-content {
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.75rem;
	}
}

.glance_customer-story .buttons-primary {
	width: 100%;
}
@media screen and (min-width: 767px) {
	.glance_customer-story .buttons-primary {
		margin-top: 1.35rem;
	}
}

.glance_customer-story .buttons-secondary {
	width: 100%;
	margin-top: 2rem;
	text-align: center;
	padding-bottom: 1.75rem;
}
@media screen and (min-width: 767px) {
	.glance_customer-story .buttons-secondary {
		padding-bottom: 0;
	}
}

.glance_customer-story .buttons-secondary .button,
.glance_customer-story .buttons-secondary .glance_links.layout_2x-cards .action,
.glance_links.layout_2x-cards .glance_customer-story .buttons-secondary .action,
.glance_customer-story .buttons-secondary .glance_links.layout_3x-cards .action,
.glance_links.layout_3x-cards
	.glance_customer-story
	.buttons-secondary
	.action {
	box-shadow: inset 0 0 0 2px white;
	background: transparent;
	transition-property: background, color;
	transition-duration: 0.25s;
}

.glance_customer-story .buttons-secondary .button:hover,
.glance_customer-story
	.buttons-secondary
	.glance_links.layout_2x-cards
	.action:hover,
.glance_links.layout_2x-cards
	.glance_customer-story
	.buttons-secondary
	.action:hover,
.glance_customer-story
	.buttons-secondary
	.glance_links.layout_3x-cards
	.action:hover,
.glance_links.layout_3x-cards
	.glance_customer-story
	.buttons-secondary
	.action:hover {
	background: white;
	color: #001232;
}

/*


Leadership Block


*/
.glance_leadership {
	background-image: linear-gradient(
		0deg,
		rgba(136, 183, 237, 0.28) 20%,
		rgba(0, 98, 211, 0.12) 44%,
		rgba(0, 153, 234, 0.16) 78%,
		rgba(0, 153, 234, 0) 94%
	);
	padding-top: 2rem;
	padding-bottom: 2rem;
}
@media screen and (min-width: 767px) {
	.glance_leadership {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem;
	}
}

.glance_leadership .block-content {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	align-items: flex-start;
}

.glance_leadership .member-wrap {
	background: white;
}

.glance_leadership .member {
	position: relative;
	margin-bottom: 2.25rem;
}
@media screen and (min-width: 767px) {
	.glance_leadership .member {
		padding-left: 5%;
		padding-right: 5%;
		margin-bottom: 4.5rem;
	}
}

.glance_leadership .member-image {
	display: block;
	width: 100%;
	height: auto;
}

.glance_leadership .member-content {
	border-left: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	border-right: 1px solid #ededed;
	box-shadow: 0 55px 63px 0 rgba(0, 21, 93, 0.24);
	padding-left: 7.5%;
	padding-right: 7.5%;
	padding-bottom: 2rem;
	overflow: hidden;
}

.glance_leadership .member-content p {
	color: #3a4a66;
}
@media screen and (min-width: 767px) {
	.glance_leadership .member-content p {
		font-size: 0.9375rem;
	}
}

.glance_leadership .block-title {
	font-family: "Overpass", sans-serif;
	color: #5e749a;
	text-transform: uppercase;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.glance_leadership .block-title {
		font-size: 1rem;
		line-height: 1.625rem;
		letter-spacing: 0.0125rem;
	}
}

.glance_leadership .member-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	margin-left: 1.5%;
	margin-top: -1rem;
	width: 42%;
	font-family: lato, sans, serif;
	background-image: linear-gradient(
		226deg,
		#00b9f1 0%,
		#008ec5 35%,
		#0078c0 59%,
		#012db2 100%
	);
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 0.65rem;
	padding-bottom: 0.75rem;
}

.glance_leadership .member-name {
	color: white;
	font-family: lato, sans, serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.875rem;
	line-height: 1rem;
	margin-top: 0;
	margin-bottom: 0.25rem;
}
@media screen and (min-width: 767px) {
	.glance_leadership .member-name {
		font-size: 0.9375rem;
		line-height: 1.0625rem;
	}
}

.glance_leadership .member-title {
	font-size: 0.8rem;
	line-height: 0.9rem;
	color: white;
	text-transform: uppercase;
	font-family: lato, sans, serif;
	margin-top: 0;
	margin-bottom: 0;
}
@media screen and (min-width: 767px) {
	.glance_leadership .member-title {
		font-size: 0.8125rem;
		line-height: 0.94rem;
	}
}

.glance_leadership .image-wrap {
	width: 100%;
	position: relative;
}

.glance_leadership .image-wrap:after {
	content: "";
	left: 0;
	position: absolute;
	bottom: -1px;
	background: url(img/top-curve-leader.svg) no-repeat center center/100%;
	width: 100%;
	height: 0;
	padding-bottom: 4.4%;
}

/*

Careers Block

*/
/* 1) Layout Partial */
@media screen and (min-width: 767px) {
	.page-template-default .glance-custom-block.glance_careers:first-of-type {
		padding-top: 4rem;
	}
}

.glance_careers.layout-partial {
	background-image: linear-gradient(
		226deg,
		#00b9f1 0%,
		#008ec5 35%,
		#0078c0 59%,
		#012db2 100%
	);
	background-attachment: fixed;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}
@media screen and (min-width: 767px) {
	.glance_careers.layout-partial {
		padding-top: 7rem;
		padding-bottom: 7rem;
	}
}

.glance_careers.layout-partial .block-wrapper {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.glance_careers .block-header {
	text-align: left;
}

.glance_careers .block-header .block-title {
	font-family: "Overpass", sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 1.9rem;
}
@media screen and (min-width: 767px) {
	.glance_careers .block-header .block-title {
		font-size: 1.6875rem;
		line-height: 1.375rem;
		letter-spacing: 0.019375rem;
	}
}

.glance_careers .block-header .block-subtitle {
	font-family: "pt-serif", serif;
	font-weight: 400;
	color: #ffffff;
	font-size: 1rem;
	line-height: 1.25rem;
}
@media screen and (min-width: 767px) {
	.glance_careers .block-header .block-subtitle {
		font-size: 1.5rem;
		line-height: 1.8125rem;
		letter-spacing: -0.020625rem;
	}
}

.glance_careers .buttons-primary {
	margin-top: 1rem;
}
@media screen and (min-width: 767px) {
	.glance_careers .buttons-primary {
		margin-top: 2.25rem;
	}
}

.glance_careers .buttons-primary .button,
.glance_careers .buttons-primary .glance_links.layout_2x-cards .action,
.glance_links.layout_2x-cards .glance_careers .buttons-primary .action,
.glance_careers .buttons-primary .glance_links.layout_3x-cards .action,
.glance_links.layout_3x-cards .glance_careers .buttons-primary .action {
	position: relative;
	box-shadow: none;
}

.glance_careers .buttons-primary .button:before,
.glance_careers .buttons-primary .glance_links.layout_2x-cards .action:before,
.glance_links.layout_2x-cards .glance_careers .buttons-primary .action:before,
.glance_careers .buttons-primary .glance_links.layout_3x-cards .action:before,
.glance_links.layout_3x-cards .glance_careers .buttons-primary .action:before {
	content: "";
	background-image: linear-gradient(
		226deg,
		#00b9f1 0%,
		#008ec5 35%,
		#0078c0 59%,
		#012db2 100%
	);
	background-attachment: fixed;
	border-radius: 28px;
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
}

.glance-careers-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}

.glance-careers-list .glance_career {
	border-radius: 4px;
	background: white;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border: 1px solid #ededed;
}

.glance-careers-list .glance_career a {
	display: block;
	width: 100%;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 5%;
	padding-right: 7.5%;
	text-decoration: none;
	font-family: lato, sans, serif;
	font-weight: 400;
	font-size: 0.8rem;
	line-height: 0.85rem;
	color: #5e749a;
	background: url(img/right-arrow-blue.svg) no-repeat 96% center/13px;
}
@media screen and (min-width: 767px) {
	.glance-careers-list .glance_career a {
		font-size: 0.875rem;
		line-height: 0.9rem;
	}
}

.glance_careers .buttons-secondary {
	margin-top: 1.5rem;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.glance_careers .buttons-secondary {
		margin-top: 2rem;
	}
}

.glance_careers .buttons-secondary .normal {
	font-family: "Overpass", sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	padding-bottom: 0.4rem;
	position: relative;
}
@media screen and (min-width: 767px) {
	.glance_careers .buttons-secondary .normal {
		font-size: 0.75rem;
		line-height: 1.3125rem;
		letter-spacing: 0.0575rem;
	}
}

.glance_careers .buttons-secondary .normal:after {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(90deg, #09826b 0%, #09826b 97%);
}

.glance-careers-list .glance_career strong {
	display: block;
	width: 100%;
	font-family: "Overpass", sans-serif;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.25rem;
	margin-bottom: 0.4rem;
	text-transform: uppercase;
	letter-spacing: 0.011875rem;
}
@media screen and (min-width: 767px) {
	.glance-careers-list .glance_career strong {
		font-size: 1.25rem;
		margin-bottom: 0.5rem;
		color: #5e749a;
		letter-spacing: 0.014375rem;
		line-height: 1.625rem;
	}
}

/* 2) Layout Full */
.page-template-default .glance-custom-block.glance_careers:first-of-type {
	padding-top: 0;
}

.glance_careers.layout-full .block-header {
	background: url(img/careers-oval-bg.svg) no-repeat top left/100%,
		url(img/careers-oval-bg-2.svg) no-repeat top right/100%,
		linear-gradient(
			226deg,
			#00b9f1 0%,
			#008ec5 35%,
			#0078c0 59%,
			#012db2 100%
		);
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.glance_careers.layout-full .block-header {
		background: url(img/careers-oval-bg.svg) no-repeat top left/35%,
			url(img/careers-oval-bg-2.svg) no-repeat top right/37.5%,
			linear-gradient(
				226deg,
				#00b9f1 0%,
				#008ec5 35%,
				#0078c0 59%,
				#012db2 100%
			);
		padding-top: 7rem;
		padding-bottom: 7rem;
		padding-left: 5%;
		padding-right: 5%;
	}
}

.glance_careers.layout-full #BambooHR,
.glance_careers.layout-full .glance-careers-list {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.glance_careers.layout-full .glance-careers-list .glance_career {
	margin-bottom: 1rem;
	transition-duration: 0.3s;
	transition-property: box-shadow;
}
@media screen and (min-width: 767px) {
	.glance_careers.layout-full .glance-careers-list .glance_career {
		margin-bottom: 2rem;
	}
}

.glance_careers.layout-full .glance-careers-list .glance_career:hover {
	box-shadow: 0 19px 59px 0 rgba(0, 21, 93, 0.19);
}

/*bamboo HR additions*/
.glance_careers #BambooHR {
	margin: 0 0 2rem;
}
.glance_careers #BambooHR #BambooHR-ATS .BambooHR-ATS-board h2 {
	display: none;
}
.glance_careers
	#BambooHR
	#BambooHR-ATS
	.BambooHR-ATS-board
	ul.BambooHR-ATS-Department-List
	li.BambooHR-ATS-Department-Item
	div.BambooHR-ATS-Department-Header {
	display: none;
}
.glance_careers
	#BambooHR
	#BambooHR-ATS
	.BambooHR-ATS-board
	ul.BambooHR-ATS-Department-List
	li.BambooHR-ATS-Department-Item
	ul.BambooHR-ATS-Jobs-List {
	border: none;
	margin: 0;
	padding: 0;
}
.glance_careers
	#BambooHR
	#BambooHR-ATS
	.BambooHR-ATS-board
	ul.BambooHR-ATS-Department-List
	li.BambooHR-ATS-Department-Item
	ul.BambooHR-ATS-Jobs-List
	li.BambooHR-ATS-Jobs-Item {
	align-items: center;
	background: white;
	border: 1px solid #ededed;
	border-radius: 4px;
	display: flex;
	flex-wrap: wrap;
	margin: 1rem 0 2rem !important;
	position: relative;
	transition: all 0.25s ease;
	width: 100%;
}
.glance_careers
	#BambooHR
	#BambooHR-ATS
	.BambooHR-ATS-board
	ul.BambooHR-ATS-Department-List
	li.BambooHR-ATS-Department-Item
	ul.BambooHR-ATS-Jobs-List
	li.BambooHR-ATS-Jobs-Item:hover,
.glance_careers
	#BambooHR
	#BambooHR-ATS
	.BambooHR-ATS-board
	ul.BambooHR-ATS-Department-List
	li.BambooHR-ATS-Department-Item
	ul.BambooHR-ATS-Jobs-List
	li.BambooHR-ATS-Jobs-Item:active {
	box-shadow: 0 19px 59px 0 rgba(0, 21, 93, 0.19);
}
.glance_careers
	#BambooHR
	#BambooHR-ATS
	.BambooHR-ATS-board
	ul.BambooHR-ATS-Department-List
	li.BambooHR-ATS-Department-Item
	ul.BambooHR-ATS-Jobs-List
	li.BambooHR-ATS-Jobs-Item
	a {
	background: url(img/right-arrow-blue.svg) no-repeat 96% center/13px;
	color: #5e749a;
	display: block;
	font-family: "Overpass", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.011875rem;
	line-height: 1.25rem;
	margin-bottom: 0.4rem;
	padding: 1rem 7.5% 2rem 5%;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}
@media screen and (min-width: 767px) {
	.glance_careers
		#BambooHR
		#BambooHR-ATS
		.BambooHR-ATS-board
		ul.BambooHR-ATS-Department-List
		li.BambooHR-ATS-Department-Item
		ul.BambooHR-ATS-Jobs-List
		li.BambooHR-ATS-Jobs-Item
		a {
		color: #5e749a;
		font-size: 1.25rem;
		letter-spacing: 0.014375rem;
		line-height: 1.625rem;
		margin-bottom: 0.5rem;
	}
}
.glance_careers
	#BambooHR
	#BambooHR-ATS
	.BambooHR-ATS-board
	ul.BambooHR-ATS-Department-List
	li.BambooHR-ATS-Department-Item
	ul.BambooHR-ATS-Jobs-List
	li.BambooHR-ATS-Jobs-Item
	span.BambooHR-ATS-Location {
	bottom: 1rem;
	color: #5e749a;
	display: block;
	float: none;
	font-family: lato, sans, serif;
	font-size: 0.8rem;
	font-weight: 400;
	left: 5%;
	line-height: 0.85rem;
	padding: 0;
	pointer-events: none;
	position: absolute;
}
@media screen and (min-width: 767px) {
	.glance_careers
		#BambooHR
		#BambooHR-ATS
		.BambooHR-ATS-board
		ul.BambooHR-ATS-Department-List
		li.BambooHR-ATS-Department-Item
		ul.BambooHR-ATS-Jobs-List
		li.BambooHR-ATS-Jobs-Item
		span.BambooHR-ATS-Location {
		font-size: 0.875rem;
		line-height: 0.9rem;
	}
}
.glance_careers.layout-partial #BambooHR-Footer {
	color: #fff;
}
.glance_careers.layout-partial #BambooHR-Footer img {
	filter: brightness(100);
}

/*


Benefits Matrix


*/
.glance_benefits {
	background-image: linear-gradient(
		-89deg,
		#00a7d2 0%,
		#00a7d2 22%,
		#01b0dd 36%,
		#0047b1 92%
	);
}
@media screen and (min-width: 767px) {
	.glance_benefits {
		background: none;
	}
}

.benefits-header {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
@media screen and (min-width: 767px) {
	.benefits-header {
		padding-top: 6rem;
		padding-bottom: 7rem;
		background: url(img/benefits-header.svg) no-repeat center center/cover;
	}
}

.benefits-header .wrapper {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
}
@media screen and (min-width: 767px) {
	.benefits-header .wrapper {
		padding-left: 2.5%;
		padding-right: 2.5%;
	}
}

@media screen and (min-width: 767px) {
	.benefits-categories {
		padding-left: 5%;
	}
}

.benefits-header .block-title {
	font-family: "Overpass", sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	font-size: 0.8125rem;
	line-height: 1.0625rem;
}
@media screen and (min-width: 767px) {
	.benefits-header .block-title {
		font-size: 1.625rem;
		letter-spacing: 0.041875rem;
		line-height: 2rem;
	}
}

.benefit-category {
	display: none;
}

.benefit-category.active {
	display: flex;
	align-items: stretch;
	position: relative;
	height: 50px;
}
@media screen and (min-width: 767px) {
	.benefit-category.active {
		height: auto;
	}
}

.benefit-category {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.benefit-category li {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	order: 2;
}
@media screen and (min-width: 767px) {
	.benefit-category li {
		padding: 0.2rem;
		order: 1;
	}
}

.benefits-wrap .col-3 {
	order: 3;
}

.benefits-wrap .col-3.active.featured-block {
	order: 1;
}

.benefits-wrap .col-3.active {
	order: 2;
}

.benefit-category li.active {
	order: 1;
}
@media screen and (min-width: 767px) {
	.benefit-category li.active {
		order: 1;
	}
}

.benefit-category li .benefit-button {
	display: block;
	background: white;
	text-align: center;
	width: 100%;
	color: #012f80;
	font-family: "Overpass", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	padding-left: 3rem;
	padding-right: 3rem;
	height: 50px;
	font-size: 0.6875rem;
}
@media screen and (min-width: 767px) {
	.benefit-category li .benefit-button {
		font-size: 0.8125rem;
		letter-spacing: 0.05rem;
		line-height: 1.25rem;
		padding-top: 0.85rem;
		height: auto;
		color: white;
		padding-bottom: 0.85rem;
		background: rgba(107, 204, 249, 0.39);
		border-radius: 2px;
	}
}

.benefit-category li .benefit-button:hover {
	background: #e4f9f4;
}
@media screen and (min-width: 767px) {
	.benefit-category li .benefit-button:hover {
		background: rgba(107, 204, 249, 0.39);
	}
}

.benefit-category li .benefit-button.active {
	background: white url(img/green-check.svg) no-repeat 1.25rem center/25px;
	color: #0d2d64;
}

.benefits-matrix {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-bottom: 3.25rem;
}
@media screen and (min-width: 767px) {
	.benefits-matrix {
		padding-bottom: 11.875rem;
		background-image: linear-gradient(
			0deg,
			rgba(109, 161, 223, 0.28) 20%,
			rgba(0, 98, 211, 0.12) 46%,
			rgba(0, 153, 234, 0.06) 100%
		);
	}
}

.benefits-matrix .benefits-wrap {
	max-width: 1190px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 767px) {
	.benefits-matrix .benefits-wrap {
		margin-top: -4rem;
		background: #e4e4e5;
		padding: 0.5px;
	}
}

.benefits-view .toggle-cont {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	background: #4eb5e5;
	border-radius: 32px;
	margin-left: 4%;
	margin-right: 4%;
	margin-bottom: 1.2rem;
}
@media screen and (min-width: 767px) {
	.benefits-view .toggle-cont {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
	}
}

.benefits-view .toggle-cont:before {
	content: "";
	width: 50%;
	height: 100%;
	background: white;
	left: 0;
	position: absolute;
	top: 0;
	border-radius: inherit;
	transition-duration: 0.2s;
	transition-property: left;
	background: #ffffff;
	box-shadow: 11px 21px 63px 0 rgba(0, 21, 93, 0.42);
}

.benefits-view .toggle-cont.right-toggle:before {
	left: 50%;
}

.benefits-view .toggle-cont label:nth-of-type(odd) {
	color: #012f80;
}

.benefits-view .toggle-cont.right-toggle label:nth-of-type(odd) {
	color: white;
}

.benefits-view .toggle-cont.right-toggle label {
	color: #012f80;
}

.benefits-view h4 {
	font-family: "Overpass", sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	font-size: 0.6875rem;
	line-height: 0.7rem;
}
@media screen and (min-width: 767px) {
	.benefits-view h4 {
		font-size: 0.875rem;
		line-height: 1.25rem;
		letter-spacing: 0.0225rem;
	}
}

.mobile-button {
	position: absolute;
	display: block;
	text-indent: -10000px;
	width: 100%;
	height: 50px;
	right: 0;
	top: 0;
	border: none;
	z-index: 100;
	cursor: pointer;
	background: none;
}
@media screen and (min-width: 767px) {
	.mobile-button {
		display: none;
	}
}

.benefit-category .mobile-button.close {
	position: fixed;
	top: 0;
	left: 0;
	background: none;
	width: 100%;
	height: 100%;
	display: none;
}

.benefit-category.targeted .mobile-button.close {
	display: block;
	cursor: default;
	z-index: 90;
}

ol.targeted .mobile-button {
	width: 26px;
}

.mobile-button:before {
	content: "";
	width: 26px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(img/down-arrow.svg) no-repeat center center/11px,
		linear-gradient(63deg, #09826b 0%, #09826b 92%);
	display: block;
}

.category-wrap {
	position: relative;
	width: 100%;
	height: 50px;
	overflow: hidden;
	align-items: stretch;
}
@media screen and (min-width: 767px) {
	.category-wrap {
		height: auto;
	}
}

.benefit-category.targeted .category-wrap {
	position: absolute;
	height: auto;
	border: 1px solid #f5f5f5;
	box-shadow: 0 26px 63px 0 rgba(0, 21, 93, 0.25);
	z-index: 99;
}
@media screen and (min-width: 767px) {
	.benefit-category.targeted .category-wrap {
		position: relative;
		box-shadow: none;
		border: none;
		z-index: inherit;
	}
}

.benefits-view .toggle-cont label {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 50%;
	text-align: center;
	cursor: pointer;
	font-family: "Overpass", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	color: white;
	cursor: pointer;
	text-align: center;
	position: relative;
	z-index: 2;
	font-size: 0.8125rem;
	line-height: 1rem;
	letter-spacing: 0.020625rem;
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
}

.benefits-view .toggle-cont input[type="radio"] {
	position: absolute;
	opacity: 0;
	width: 50%;
	height: 100%;
	z-index: 4;
	left: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.benefits-view .toggle-cont input[type="radio"]:nth-of-type(even) {
	right: 0;
	left: auto;
}

.benefits-wrap.flex-parent {
	align-items: stretch;
}

.benefits-wrap .col-3 {
	display: flex;
	align-items: stretch;
	text-align: center;
	justify-content: center;
	position: relative;
	border-bottom: 1px solid #d8d8d8;
}
@media screen and (min-width: 767px) {
	.benefits-wrap .col-3 {
		border-bottom: none;
	}
}

.benefits-wrap .col-3 .wrap {
	background: #e1f0f6;
	position: relative;
	cursor: pointer;
	transition-property: box-shadow;
	position: relative;
	transition-duration: 0.3s;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	padding-left: 20px;
	padding-right: 20px;
}
@media screen and (min-width: 767px) {
	.benefits-wrap .col-3 .wrap {
		padding-top: 2rem;
		padding-bottom: 2rem;
		margin: 0.5px;
		padding-left: 5%;
		padding-right: 5%;
	}
}

.benefits-wrap .col-3.active .wrap,
.benefits-wrap .col-3.targeted .wrap {
	background: white;
}

.benefits-wrap .col-3 .wrap:hover {
	box-shadow: -1px 14px 63px 0 rgba(0, 21, 93, 0.33);
	z-index: 999;
}

.benefit-title {
	font-family: "Overpass", sans-serif;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 0.8125rem;
	line-height: 1.1875rem;
	letter-spacing: 0;
}
@media screen and (min-width: 767px) {
	.benefit-title {
		font-size: 0.9375rem;
		letter-spacing: 0.02875rem;
		line-height: 1.15rem;
	}
}

.col-3.active .benefit-title,
.col-3.targeted .benefit-title {
	color: #012f80;
}

.col-3 .benefit-title {
	color: #7694bb;
}

.benefit-content {
	font-family: lato, sans, serif;
	font-weight: normal;
	letter-spacing: 0;
	text-align: center;
	display: none;
	width: 100%;
	font-size: 1rem;
	line-height: 1.5625rem;
}
@media screen and (min-width: 767px) {
	.benefit-content {
		font-size: 1rem;
		line-height: 1.5625rem;
	}
}

.col-3.active .benefit-content,
.col-3.targeted .benefit-content {
	color: #000000;
}

.col-3.targeted .benefit-content {
	display: block;
}

.col-3 .benefit-content {
	color: #7694bb;
}

.benefits-wrap .col-3.active.featured-block .benefit-content {
	display: block;
}

.benefits-wrap .col-3.active.featured-block .benefit-link a {
	display: inline-block;
}

.benefits-wrap .col-3.active.featured-block {
	margin-bottom: 0.75rem;
}
@media screen and (min-width: 767px) {
	.benefits-wrap .col-3.active.featured-block {
		margin-bottom: 0;
	}
}

.benefits-wrap .col-3.active.featured-block .wrap {
	padding-top: 3rem;
	border-radius: 4px;
}
@media screen and (min-width: 767px) {
	.benefits-wrap .col-3.active.featured-block .wrap {
		padding-top: 3rem;
		border-radius: 0;
	}
}

.benefits-wrap .col-3.active.featured-block .benefit-title,
.benefits-wrap .col-3.targeted .benefit-title {
	font-size: 1.125rem;
	letter-spacing: 0.02875rem;
	line-height: 1.3125rem;
}

.col-3.targeted .benefit-link a {
	display: none;
}

.col-3.targeted.active .benefit-link a {
	display: inline-block;
}

.benefit-link a {
	text-indent: -10000px;
	display: none;
	width: 30px;
	height: 30px;
	position: relative;
	z-index: 3;
	background: url(img/green-right-arrow.svg) no-repeat center center/30px;
}

.col-3.targeted .benefit-close {
	background: url(img/close-button.svg) no-repeat calc(100% - 11px) 12px/12px;
}
@media screen and (min-width: 767px) {
	.col-3.targeted .benefit-close {
		background: url(img/close-button.svg) no-repeat calc(100% - 15px) 17px/16px;
	}
}

.benefit-close {
	position: absolute;
	text-indent: -10000px;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: none;
	border-radius: 0;
	cursor: pointer;
	background: url(img/down-arrow-2.svg) no-repeat calc(100% - 15px) center/6px;
}
@media screen and (min-width: 767px) {
	.benefit-close {
		background: none;
	}
}

.benefits-wrap .col-3:nth-of-type(1) .benefit-close,
.benefits-wrap .col-3:nth-of-type(2) .benefit-close,
.benefits-wrap .col-3:nth-of-type(3) .benefit-close,
.benefits-wrap .col-3:nth-of-type(4) .benefit-close {
	background: none;
}

/*


Highlights Block


*/
/* 1) 3x Grid */
.glance_highlights.layout_normal .block-wrapper {
	display: block;
	padding-top: 2rem;
	padding-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}
@media screen and (min-width: 767px) {
	.glance_highlights.layout_normal .block-wrapper {
		display: flex;
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.glance_highlights.layout_normal .block-content {
	box-shadow: 0 24px 63px 0 rgba(0, 21, 93, 0.2);
	background: #fff;
	border-top: 1px solid #e3e7e8;
	border-left: 1px solid #e3e7e8;
}

.glance_highlights.layout_normal .highlight {
	border-right: 1px solid #e3e7e8;
	border-bottom: 1px solid #e3e7e8;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.glance_highlights.layout_normal .block-wrapper .block-content,
.glance_highlights.layout_normal .block-footer {
	max-width: 1200px;
	align-items: stretch;
	width: 100%;
}
@media screen and (min-width: 767px) {
	.glance_highlights.layout_normal .block-wrapper .block-content,
	.glance_highlights.layout_normal .block-footer {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

.glance_highlights.layout_normal .block-footer .buttons {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.glance_highlights.layout_normal .block-footer .buttons {
		text-align: left;
	}
}

.glance_highlights .highlight {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-top: 1rem;
}
@media screen and (min-width: 767px) {
	.glance_highlights .highlight {
		padding: 0.5px;
		margin-top: 0;
	}
}

.glance_highlights .block-content.flex-parent {
	align-items: flex-start;
}

.glance_highlights .highlight .wrap {
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	width: 100%;
}
@media screen and (min-width: 767px) {
	.glance_highlights .highlight .wrap {
		padding-left: 16.5%;
		padding-right: 7.5%;
		padding-top: 2.75rem;
		padding-bottom: 3rem;
		text-align: left;
		background: white;
	}
}

@media screen and (min-width: 767px) {
	.glance_highlights.layout_cards .highlight .wrap {
		background: transparent;
	}
}

.glance_highlights .highlight .highlight-image-wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 42px;
}
@media screen and (min-width: 767px) {
	.glance_highlights .highlight .highlight-image-wrap {
		float: left;
		margin-left: -16%;
		max-width: 15%;
	}
}

.glance_highlights .highlight .highlight-image {
	display: block;
	width: 100%;
	height: auto;
}

.glance_highlights .highlight-title {
	font-family: "Overpass", sans-serif;
	color: #5e749a;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1.2rem;
}
@media screen and (min-width: 767px) {
	.glance_highlights .highlight-title {
		font-size: 1.125rem;
		line-height: 1.3125rem;
		letter-spacing: 0.013125rem;
	}
}

.glance_highlights .highlight p {
	font-family: lato, sans, serif;
	color: #6e6e6e;
	font-size: 0.9375rem;
	line-height: 1.375rem;
}
@media screen and (min-width: 767px) {
	.glance_highlights .highlight p {
		font-size: 1rem;
		line-height: 1.6875rem;
		letter-spacing: -0.01375rem;
	}
}

/* 2) 2x Grid */
.glance_highlights.layout_cards .block-wrapper {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.glance_highlights.layout_cards .block-wrapper .block-content {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

.glance_highlights.layout_list {
	max-width: 1230px;
	margin: 0 auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.glance_highlights.layout_list .flex-parent {
	flex-direction: column;
}

.glance_highlights.layout_list .highlight.col-12 {
	width: 100%;
	margin-bottom: 17px;
	margin-top: 0;
}

.glance_highlights.layout_list .highlight .wrap {
	background-color: #fff;
	width: 100%;
	display: flex;
	box-shadow: 0 55px 63px 0 rgba(0, 21, 93, 0.25);
	flex-direction: column;
	align-items: center;
	padding: 36px 3.476% 50px;
}

.glance_highlights.layout_list .buttons a {
	width: 100%;
}

.glance_highlights.layout_list .highlight-image-wrap {
	max-width: none;
}

.glance_highlights.layout_list .highlight-image-wrap img {
	width: 100%;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

.glance_highlights.layout_list .col-4 {
	max-width: none;
	margin-bottom: 29px;
	box-shadow: 0 55px 63px 0 rgba(0, 21, 93, 0.25);
}

.glance_highlights.layout_list .highlight-title {
	font-family: "pt-serif", serif;
	font-weight: 400;
	line-height: 2.4rem;
	color: #012f80;
	font-size: 22px;
	margin: 0.25em;
	text-transform: inherit;
	margin-top: 1.5rem;
}

@media screen and (min-width: 767px) {
	.glance_highlights.layout_list .highlight.col-12 {
		margin-bottom: 29px;
	}

	.glance_highlights.layout_list .highlight .wrap {
		flex-direction: row;
	}

	.glance_highlights.layout_list .highlight-image-wrap {
		margin-left: 0;
		flex-basis: 21.93%;
		min-width: 200px;
		margin-right: 4%;
	}

	.glance_highlights.layout_list .highlight-content {
		flex: 1;
	}

	.glance_highlights.layout_list .buttons {
		flex-basis: 19.24%;
		min-width: 200px;
		margin-left: 2.69%;
	}

	.glance_highlights.layout_list .highlight-title {
		max-width: 390px;
		font-size: 37px;
		margin-left: 0;
		margin-top: 0;
	}
}
/* 3) 3x Grid with Header */
.glance_highlights.layout_with-header {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
@media screen and (min-width: 767px) {
	.glance_highlights.layout_with-header {
		padding-top: 5.0625rem;
		padding-bottom: 3.3125rem;
	}
}

.glance_highlights.layout_with-header .block-wrapper {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	background: #f7fbfd;
	box-shadow: 0 55px 63px 0 rgba(0, 21, 93, 0.11);
	border-radius: 4px;
}

.glance_highlights.layout_with-header .highlight .wrap {
	background: transparent;
}

.glance_highlights.layout_with-header .buttons {
	margin-top: 1.25rem;
}
@media screen and (min-width: 767px) {
	.glance_highlights.layout_with-header .buttons {
		margin-top: 0;
	}
}

.glance_highlights .block-header {
	align-items: flex-start;
	margin-bottom: 0;
	padding-top: 1.5rem;
}
@media screen and (min-width: 767px) {
	.glance_highlights .block-header {
		padding-top: 0;
	}
}

.glance_highlights .block-header .block-title {
	color: #0b3885;
	text-align: center;
	font-weight: normal;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	font-size: 1.875rem;
	line-height: 1.8rem;
	letter-spacing: -0.084375rem;
}
@media screen and (min-width: 767px) {
	.glance_highlights .block-header .block-title {
		font-size: 2.375rem;
		letter-spacing: -0.0731875rem;
		margin-top: 3.5rem;
		margin-bottom: 5rem;
		line-height: 2.5625rem;
		text-align: left;
	}
}

.glance_highlights .block-header p {
	text-align: center;
	color: #6e6e6e;
	font-size: 0.9375rem;
	line-height: 1.375rem;
}
@media screen and (min-width: 767px) {
	.glance_highlights .block-header p {
		font-size: 17px;
		line-height: 31px;
		letter-spacing: -0.23px;
		text-align: left;
	}
}

@media screen and (min-width: 767px) {
	.glance_highlights .block-header {
		margin-bottom: -5rem;
	}
}

@media screen and (min-width: 767px) {
	.glance_highlights .block-header .col-5 {
		margin-top: -5rem;
	}
}

.glance_highlights .block-header .col-5 img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (min-width: 767px) {
	.glance_highlights .block-header .col-7 {
		padding-left: 2.5%;
	}
}

/*


Testimonials Block


*/
.glance_testimonials {
	background-image: linear-gradient(
		226deg,
		#00b9f1 0%,
		#008ec5 35%,
		#0078c0 59%,
		#012db2 100%
	);
	padding-top: 2rem;
}
@media screen and (min-width: 767px) {
	.glance_testimonials {
		padding-top: 2rem;
		padding-bottom: 1rem;
		margin-top: 3.75rem;
		margin-bottom: 3.75rem;
	}
}

.glance_testimonials .block-wrapper {
	max-width: 1230px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 767px) {
	.glance_testimonials .block-wrapper {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}

@media screen and (min-width: 767px) {
	.glance_testimonials .testimonial {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}

.glance_testimonials .testimonial .content {
	background: #00b1e8;
	border-radius: 6px;
	padding-left: 1.75rem;
	padding-right: 1.75rem;
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
	position: relative;
	margin-bottom: 2.75rem;
	font-family: "Overpass", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 0.9375rem;
	line-height: 1.4375rem;
}
@media screen and (min-width: 767px) {
	.glance_testimonials .testimonial .content {
		font-size: 1.3125rem;
		line-height: 2.2rem;
		letter-spacing: 0.015rem;
		padding-left: 3.5rem;
		padding-right: 3.5rem;
		padding-top: 3rem;
		padding-bottom: 3.5rem;
		box-shadow: 0 40px 45px 0 rgba(0, 21, 93, 0.25);
	}
}

.glance_testimonials .block-testimonials {
	padding-bottom: 4rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
@media screen and (min-width: 767px) {
	.glance_testimonials .block-testimonials {
		margin-top: -4.5rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.glance_testimonials .testimonial .content:after {
	content: "";
	position: absolute;
	left: 1.15rem;
	border-top: 20px solid transparent;
	border-bottom: 25px solid transparent;
	border-right: 20px solid #00b1e8;
	bottom: -25px;
}
@media screen and (min-width: 767px) {
	.glance_testimonials .testimonial .content:after {
		left: 4rem;
		border-top: 40px solid transparent;
		border-bottom: 40px solid transparent;
		border-right: 40px solid #00b1e8;
		bottom: -40px;
	}
}

.glance_testimonials span.highlight-text {
	color: #012f80;
}

.glance_testimonials .slick-arrow {
	position: absolute;
	font-size: 0;
	border: none;
	z-index: 2;
	cursor: pointer;
	bottom: 0;
	width: 50%;
	height: 47px;
}
@media screen and (min-width: 767px) {
	.glance_testimonials .slick-arrow {
		top: 50%;
		bottom: inherit;
		transform: translateY(-50%);
		width: 14px;
		height: 21px;
	}
}

.glance_testimonials .slick-arrow.slick-next {
	right: 0;
	background: #09826b url(img/arrow-right-test.svg) no-repeat
		calc(100% - 15px) center/9px;
}
@media screen and (min-width: 767px) {
	.glance_testimonials .slick-arrow.slick-next {
		background: url(img/arrow-right-test.svg) no-repeat center center/15px;
	}
}

.glance_testimonials .slick-arrow.slick-prev {
	left: 0;
	background: #09826b url(img/arrow-left-test.svg) no-repeat 15px center/9px;
}
@media screen and (min-width: 767px) {
	.glance_testimonials .slick-arrow.slick-prev {
		background: url(img/arrow-left-test.svg) no-repeat center center/15px;
	}
}

.glance_testimonials .block-title {
	font-family: "Overpass", sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1.375rem;
}
@media screen and (min-width: 767px) {
	.glance_testimonials .block-title {
		font-size: 1.1875rem;
		line-height: 1.375rem;
		letter-spacing: 0.01375rem;
	}
}

.glance_testimonials .block-header {
	text-align: left;
	margin-bottom: 0;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
@media screen and (min-width: 767px) {
	.glance_testimonials .block-header {
		padding-right: 5%;
		padding-left: 0;
	}
}

.glance_testimonials .block-header p {
	font-family: lato, sans, serif;
	color: #ffffff;
	font-size: 0.9375rem;
	line-height: 1.4375rem;
}
@media screen and (min-width: 767px) {
	.glance_testimonials .block-header p {
		font-size: 1.125rem;
		line-height: 1.875rem;
	}
}

.glance_testimonials .buttons .button,
.glance_testimonials .buttons .glance_links.layout_2x-cards .action,
.glance_links.layout_2x-cards .glance_testimonials .buttons .action,
.glance_testimonials .buttons .glance_links.layout_3x-cards .action,
.glance_links.layout_3x-cards .glance_testimonials .buttons .action {
	box-shadow: inset 0 0 0 2px white;
	background: transparent;
}

.glance_testimonials .testimonial-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-left: 2.75rem;
	margin-top: -1.5rem;
}
@media screen and (min-width: 767px) {
	.glance_testimonials .testimonial-meta {
		padding-left: 7.5rem;
		margin-top: -0.3rem;
	}
}

.glance_testimonials .company-name {
	font-family: "Overpass", sans-serif;
	font-size: 1.2rem;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 0.1rem;
	text-transform: uppercase;
	letter-spacing: 0.005875rem;
	line-height: 1.2rem;
}
@media screen and (min-width: 767px) {
	.glance_testimonials .company-name {
		font-size: 1.45rem;
		letter-spacing: 0.011875rem;
		line-height: 1.5rem;
	}
}

.glance_testimonials .company-name .testimonial-logo {
	max-width: 150px;
}

.glance_testimonials .citation em {
	font-style: normal;
}

.glance_testimonials .citation {
	font-family: "Overpass", sans-serif;
	font-size: 0.75rem;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.005875rem;
	line-height: 1.3rem;
}
@media screen and (min-width: 767px) {
	.glance_testimonials .citation {
		font-size: 0.9375rem;
		letter-spacing: 0.011875rem;
		line-height: 1.625rem;
	}
}

/*


Video header block with Mask


*/
.glance_video:first-of-type {
	padding-top: 0;
	padding-bottom: 0;
}
@media screen and (min-width: 767px) {
	.glance_video:first-of-type {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.glance_video {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
@media screen and (min-width: 767px) {
	.glance_video {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}
}

.glance_video .block-image {
	order: 1;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	margin-bottom: 1.5rem;
}
@media screen and (min-width: 767px) {
	.glance_video .block-image {
		order: 2;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 0;
	}
}

.glance_video .block-content-holder {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	order: 2;
	margin-top: 0;
}
@media screen and (min-width: 767px) {
	.glance_video .block-content-holder {
		padding-left: 9.58%;
		padding-right: 3%;
		margin-top: 2.5rem;
		order: 1;
	}
}

.glance_video .block-content-holder .buttons-primary {
	text-align: center;
}
@media screen and (min-width: 767px) {
	.glance_video .block-content-holder .buttons-primary {
		text-align: left;
	}
}

.glance_video .block-wrapper {
	align-items: center;
	max-width: 1230px;
	margin-left: auto;
	margin-right: auto;
	align-items: flex-start;
}
@media screen and (min-width: 767px) {
	.glance_video .block-wrapper {
		align-items: stretch;
	}
}

.glance_video .block-subtitle {
	font-family: "Overpass", sans-serif;
	text-transform: uppercase;
	color: #5e749a;
	font-size: 0.9375rem;
	line-height: 1.2rem;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.glance_video .block-subtitle {
		text-align: left;
		margin-bottom: 0.85rem;
		font-size: 1rem;
		line-height: 1.3rem;
		letter-spacing: 0.0175rem;
	}
}

.glance_video .buttons-secondary {
	margin-top: 1rem;
}
@media screen and (min-width: 767px) {
	.glance_video .buttons-secondary {
		margin-top: 1.25rem;
	}
}

.glance_video .buttons-secondary a:first-of-type,
.glance_video .buttons-primary a:first-of-type {
	margin-top: 0;
}
@media screen and (min-width: 767px) {
	.glance_video .buttons-secondary a:first-of-type,
	.glance_video .buttons-primary a:first-of-type {
		margin-top: 0;
	}
}

.glance_video .buttons-secondary a,
.glance_video .buttons-primary a {
	margin-top: 1rem;
}
@media screen and (min-width: 767px) {
	.glance_video .buttons-secondary a,
	.glance_video .buttons-primary a {
		margin-top: 1.25rem;
	}
}

.glance_video .block-content p {
	font-family: lato, sans, serif;
	color: #6e6e6e;
	text-align: center;
	font-size: 1rem;
	line-height: 1.6875rem;
	letter-spacing: -0.01375rem;
}
@media screen and (min-width: 767px) {
	.glance_video .block-content p {
		text-align: left;
		font-size: 1.1875rem;
		letter-spacing: -0.01625rem;
		line-height: 1.9375rem;
	}
}

.glance_video .block-title {
	font-weight: normal;
	font-size: 1.875rem;
	line-height: 1.8rem;
	letter-spacing: -0.084375rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	text-align: center;
	color: #0b3885;
}
@media screen and (min-width: 767px) {
	.glance_video .block-title {
		font-size: 3.375rem;
		line-height: 3.25rem;
		text-align: left;
		margin-top: 0.5rem;
		margin-bottom: 1.85rem;
		letter-spacing: -0.151875rem;
	}
}

.video-svg {
	width: 100%;
	height: 100%;
}

.glance_video .video-wrap {
	position: relative;
	width: 200%;
	margin-left: -100%;
	padding-left: 65%;
}

/*


Resources Block


*/
.glance_resources-cta {
	padding-top: 4rem;
	padding-bottom: 0;
}
@media screen and (min-width: 767px) {
	.glance_resources-cta {
		padding-top: 5.0625rem;
		padding-bottom: 3.3125rem;
	}
}

.block-points {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.block-points li {
	flex: 0 100%;
	max-width: 100%;
	box-sizing: border-box;
	font-family: "Overpass", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	color: #0d2d64;
	text-align: center;
	font-size: 0.725rem;
	line-height: 1rem;
	margin-bottom: 0.5rem;
}
@media screen and (min-width: 767px) {
	.block-points li {
		flex: 0 50%;
		max-width: 50%;
		text-align: left;
		padding-left: 2.25rem;
		background: url(img/blue-check.svg) no-repeat top left/25px;
		font-size: 0.9375rem;
		letter-spacing: 0.011875rem;
		line-height: 1.25rem;
		margin-bottom: 0.5rem;
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}
}

.glance_resources-cta .cont-wrap {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
@media screen and (min-width: 767px) {
	.glance_resources-cta .cont-wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
}

.glance_resources-cta .block-title {
	font-family: "pt-serif", serif;
	color: #0b3885;
	font-weight: normal;
	font-size: 1.75rem;
	line-height: 1.85rem;
	letter-spacing: -0.03625rem;
	text-align: center;
	margin-top: 2rem;
}
@media screen and (min-width: 767px) {
	.glance_resources-cta .block-title {
		margin-top: 2rem;
		margin-bottom: 1.25rem;
		font-size: 2.375rem;
		line-height: 2.6875rem;
		letter-spacing: -0.049375rem;
		text-align: left;
	}
}

.glance_resources-cta .buttons-primary {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.glance_resources-cta .buttons-primary {
		margin-bottom: 2.45rem;
		margin-top: 0;
		text-align: left;
	}
}

.glance_resources-cta .buttons-primary a {
	margin-bottom: 1.25rem;
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}
@media screen and (min-width: 767px) {
	.glance_resources-cta .buttons-primary a {
		margin-right: 1.25rem;
		margin-left: 0;
	}
}

.glance_popular_posts .glance_resources-cta .buttons-primary a {
	margin-bottom: 0;
}

.glance_resources-cta .block-content {
	max-width: 1270px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 767px) {
	.glance_resources-cta .block-content {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}

.glance_resources-cta .block-content .block-wrapper {
	background: #ffffff;
	border: 1px solid #e3e7e8;
	box-shadow: 0 24px 63px 0 rgba(81, 110, 210, 0.2);
	align-items: stretch;
}

.glance_resources-cta .block-content .img-wrap {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	background: url(img/resources-bg-cta.svg) no-repeat top left/100%;
}
@media screen and (min-width: 767px) {
	.glance_resources-cta .block-content .img-wrap {
		background-image: linear-gradient(270deg, #10bde9 1%, #2da4db 94%);
		padding-left: 3.5%;
		padding-right: 4.25%;
	}
}

.glance_resources-cta .block-content .img-wrap .wrap {
	width: 75%;
	background: #f9fafc;
	border-radius: 15px;
	overflow: hidden;
	padding-top: 1rem;
	padding-bottom: 1.9rem;
	padding-left: 0.55rem;
	padding-right: 0.55rem;
	box-shadow: 0 0 21px 0 rgba(0, 21, 93, 0.29);
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4rem;
	margin-top: -3rem;
}
@media screen and (min-width: 767px) {
	.glance_resources-cta .block-content .img-wrap .wrap {
		box-shadow: -30px 59px 59px 0 rgba(81, 110, 210, 0.69);
		margin-top: -3.15rem;
		margin-bottom: 0;
		width: 100%;
	}
}

.glance_resources-cta .block-content .img-wrap .wrap:after {
	content: "";
	border-radius: 17px;
	width: 17px;
	height: 17px;
	border: 1px solid #f0f0f0;
	box-shadow: inset 0 -2px 2px -2px rgba(0, 0, 0, 0.15);
	position: absolute;
	bottom: 0.35rem;
	left: 50%;
	transform: translateX(-50%);
}

.glance_resources-cta .block-content .block-image {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #f0f0f0;
}

/*


Case Studies


*/
/* 1) Case Study Number*/
.glance_casestudies {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
@media screen and (min-width: 767px) {
	.glance_casestudies {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.glance_casestudies .block-wrapper {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.glance_casestudies.layout-alternate .content p {
	display: none;
}

.glance-casestudies {
	align-items: flex-start;
}

.glance-casestudy {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
	margin-bottom: 1.5rem;
}
@media screen and (min-width: 767px) {
	.glance-casestudy {
		padding-left: 1rem;
		padding-right: 1rem;
		margin-bottom: 2.5rem;
	}
}

.glance-casestudy .abs-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.glance-casestudy .wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	position: relative;
}

.glance-casestudy .content {
	padding-left: 5%;
	padding-right: 5%;
	width: 100%;
}

.glance-casestudy .buttons-primary {
	align-self: flex-end;
	width: 100%;
	margin-top: 0;
	padding-left: 5%;
	margin-bottom: 2rem;
	padding-right: 5%;
}

.glance-casestudy .casestudy-image {
	width: 100%;
	position: relative;
	overflow: hidden;
	background-size: cover;
}

.glance_casestudies.layout-normal .glance-casestudy h3 {
	text-align: center;
}

.glance_casestudies.layout-normal .glance-casestudy.col-12 h3 {
	text-align: left;
	margin-bottom: 0.5rem;
}
@media screen and (min-width: 767px) {
	.glance_casestudies.layout-normal .glance-casestudy.col-12 h3 {
		font-size: 2.5rem;
		line-height: 2.5rem;
	}
}

.glance-casestudy h3 {
	font-family: "pt-serif", serif;
	font-style: normal;
	font-weight: normal;
	color: #012f80;
	text-align: left;
}
@media screen and (min-width: 767px) {
	.glance-casestudy h3 {
		font-size: 1.6875rem;
		line-height: 1.875rem;
		letter-spacing: -0.05125rem;
		margin-top: 2.2rem;
		margin-bottom: 2.2rem;
	}
}

.glance-casestudy h3 a {
	color: #012f80;
	text-decoration: none;
}

.glance-casestudy .content-wrapper {
	width: 100%;
	background: white;
	box-shadow: 0 55px 63px 0 rgba(0, 21, 93, 0.25);
	transition-property: box-shadow;
	transition-duration: 0.25s;
}

.glance-casestudy:hover .content-wrapper {
	box-shadow: 0 55px 63px 0 rgba(0, 21, 93, 0.4);
}

.glance-casestudy .case-study-logo {
	position: absolute;
	bottom: 1rem;
	right: 1.75rem;
	width: auto;
	max-width: 220px;
	max-height: 65px;
	height: auto;
}

.glance_casestudies .block-title {
	font-family: "Overpass", sans-serif;
	color: #5e749a;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1.2rem;
}
@media screen and (min-width: 767px) {
	.glance_casestudies .block-title {
		font-size: 1rem;
		line-height: 1.625rem;
		letter-spacing: 0.0125rem;
	}
}

.glance-casestudy .casestudy-image svg {
	position: relative;
	width: 102%;
	margin-left: -1%;
	height: 200px;
	display: block;
}
@media screen and (min-width: 767px) {
	.glance-casestudy .casestudy-image svg {
		height: auto;
	}
}

.glance-casestudy.col-12 {
	align-items: stretch;
}

/* 2) Case Study Details */
.glance_casestudy-details {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.glance_casestudy-details .block-wrapper {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	align-items: flex-start;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
@media screen and (min-width: 767px) {
	.glance_casestudy-details .block-wrapper {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

@media screen and (min-width: 767px) {
	.glance_cta.layout_bg-left + .glance_casestudy-details .block-wrapper {
		padding-top: 0;
	}
}

.glance_casestudy-details .col-5 {
	background: white;
	box-shadow: 0 24px 63px 0 rgba(0, 21, 93, 0.2);
	align-items: flex-start;
}

.glance_casestudy-details .block-header {
	background: #001539;
	width: 100%;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	margin-bottom: 0;
}

.glance_casestudy-details .block-content {
	width: 100%;
}

.glance_casestudy-details .block-content h2 {
	font-family: "Overpass", sans-serif;
	color: #32a6dc;
	text-align: center;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1.1rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
@media screen and (min-width: 767px) {
	.glance_casestudy-details .block-content h2 {
		font-size: 1.125rem;
		line-height: 1.2rem;
		margin-bottom: 0.75rem;
		letter-spacing: -0.006875rem;
	}
}

.glance_casestudy-details .block-title {
	font-family: "Overpass", sans-serif;
	color: #32a6dc;
	text-align: center;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1.1rem;
}
@media screen and (min-width: 767px) {
	.glance_casestudy-details .block-title {
		font-size: 0.875rem;
		line-height: 0.95rem;
		letter-spacing: 0.005625rem;
		margin-bottom: 0.25rem;
	}
}

.glance_casestudy-details .block-subtitle {
	font-family: "Overpass", sans-serif;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	margin-top: 0;
	font-size: 0.9rem;
	line-height: 1rem;
}
@media screen and (min-width: 767px) {
	.glance_casestudy-details .block-subtitle {
		font-size: 1.125rem;
		line-height: 1.35rem;
		letter-spacing: -0.006875rem;
	}
}

@media screen and (min-width: 767px) {
	.glance_cta.layout_bg-left + .glance_casestudy-details .col-5 {
		margin-top: -12.75rem;
	}
}

@media screen and (min-width: 767px) {
	.glance_casestudy-details .col-7 {
		padding-top: 4.5625rem;
		padding-right: 7%;
	}
}

.glance_casestudy-details .col-7 p {
	font-family: "pt-serif", serif;
	text-align: center;
	margin-top: 0;
}
@media screen and (min-width: 767px) {
	.glance_casestudy-details .col-7 p {
		font-size: 2rem;
		line-height: 2.625rem;
		text-align: left;
	}
}

.glance_casestudy-details .stat {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 1px solid #e3e7e8;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 9%;
	padding-right: 9%;
	font-size: 0.75rem;
	line-height: 0.9rem;
}
@media screen and (min-width: 767px) {
	.glance_casestudy-details .stat {
		font-size: 1rem;
		line-height: 1.25rem;
	}
}

.glance_casestudy-details .stat.no-change {
	padding-left: calc(9% + 1.25rem);
	background: url(img/case-study-check.svg) no-repeat calc(4.5% + 5px) 19px/20px;
}

.glance_casestudy-details .stat.with-change {
	font-family: "Overpass", sans-serif;
	text-transform: uppercase;
	color: #001d4d;
	font-size: 0.75rem;
	line-height: 0.9rem;
}
@media screen and (min-width: 767px) {
	.glance_casestudy-details .stat.with-change {
		font-size: 0.8125rem;
		line-height: 1rem;
	}
}

.glance_casestudy-details .stat.with-change strong {
	display: block;
	flex: 0 65%;
	max-width: 65%;
}

.glance_casestudy-details .stat.with-change em {
	display: flex;
	flex-wrap: wrap;
	flex: 0 35%;
	max-width: 35%;
	box-sizing: border-box;
	padding-left: 5%;
	align-items: center;
	justify-content: flex-start;
	text-transform: uppercase;
	font-family: "Overpass", sans-serif;
	color: #1ba2dc;
	font-style: normal;
}
@media screen and (min-width: 767px) {
	.glance_casestudy-details .stat.with-change em {
		font-size: 2rem;
		line-height: 2.625rem;
	}
}

.glance_casestudy-details .block-footer {
	width: 100%;
}

.glance_casestudy-details .block-footer a {
	display: block;
	width: 100%;
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-family: "Overpass", sans-serif;
	color: #000749;
	text-align: center;
	position: relative;
}
@media screen and (min-width: 767px) {
	.glance_casestudy-details .block-footer a {
		font-size: 0.8125rem;
		line-height: 1.3125rem;
		letter-spacing: 0.0625rem;
	}
}

.glance_casestudy-details .block-footer a:before {
	content: "";
	width: 25px;
	height: 31px;
	display: inline-block;
	margin-top: -2rem;
	margin-bottom: -0.75rem;
	margin-right: 1rem;
	background: url(img/casestudy-icon.svg) no-repeat center center/25px;
}

.glance_casestudy-details .block-footer a span {
	padding-bottom: 0.7rem;
	background: -webkit-linear-gradient(left, #09826b 0%, #09826b 100%);
	background: linear-gradient(to right, #09826b 0%, #09826b 100%);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 3px;
	-webkit-transition: background-size 0.25s;
	transition: background-size 0.25s;
}

.glance_casestudy-details .block-footer a:hover span {
	background-size: 0% 3px;
}

.glance_casestudy-details .stat .up {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 1rem;
	background: url(img/stat-up.svg) no-repeat center center/12px;
}

/* 3) Case Study Full Display */
.glance_casestudies .glance-casestudy.col-12 {
	align-items: stretch;
}
@media screen and (min-width: 767px) {
	.glance_casestudies .glance-casestudy.col-12 {
		margin-bottom: 6.5rem;
	}
}

.glance_casestudies .glance-casestudy.col-12 .content-wrapper {
	width: 100%;
}
@media screen and (min-width: 767px) {
	.glance_casestudies .glance-casestudy.col-12 .content-wrapper {
		width: 55%;
		padding-left: 5%;
		padding-right: 5%;
	}
}

.glance_casestudies .glance-casestudy.col-12 .wrap {
	align-items: stretch;
	width: 100%;
}
@media screen and (min-width: 767px) {
	.glance_casestudies .glance-casestudy.col-12 .wrap {
		width: 45%;
	}
}

@media screen and (min-width: 767px) {
	.glance_casestudies .post-image {
		display: none;
	}
}

.glance_casestudies .glance-casestudy.col-12 .content p {
	display: block;
	color: #3a4a66;
}
@media screen and (min-width: 767px) {
	.glance_casestudies .glance-casestudy.col-12 .content p {
		font-size: 17px;
		letter-spacing: 0;
		line-height: 31px;
	}
}

/*


Content Block with Accompanying Image


*/
.glance_content_image .block-content {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.glance_content_image .block-wrapper {
	max-width: 985px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2rem;
	padding-bottom: 2rem;
	align-items: flex-start;
}
@media screen and (min-width: 767px) {
	.glance_content_image .block-wrapper {
		max-width: calc(985px + 40%);
		padding-top: 4rem;
		padding-bottom: 4rem;
		padding-left: 20%;
		padding-right: 20%;
	}
}

@media screen and (min-width: 767px) {
	.glance_content_image .block-wrapper p {
		font-size: 1.0625rem;
		line-height: 1.875rem;
		margin-bottom: 1.5rem;
	}
}

.glance_content_image .block-wrapper h1 {
	color: #0d2d64;
	font-weight: 400;
	font-size: 1.25rem;
	margin-top: 2rem;
}
@media screen and (min-width: 767px) {
	.glance_content_image .block-wrapper h1 {
		font-size: 1.5rem;
		line-height: 1.8125rem;
		letter-spacing: -0.020625rem;
	}
}

.glance_content_image .block-wrapper h2 {
	font-family: "Overpass", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #000749;
	font-size: 1rem;
}
@media screen and (min-width: 767px) {
	.glance_content_image .block-wrapper h2 {
		font-size: 1.125rem;
		line-height: 1.3125rem;
		letter-spacing: 0.08625rem;
		margin-top: 2.25rem;
	}
}

.glance_content_image .block-wrapper img {
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (min-width: 767px) {
	.glance_content_image .block-wrapper img {
		width: 130%;
	}
}

@media screen and (min-width: 767px) {
	.glance_content_image .block-wrapper .col-6:nth-of-type(odd) img {
		margin-left: -30%;
	}
}

@media screen and (min-width: 767px) {
	.glance_content_image .block-wrapper .col-6:nth-of-type(even) img {
		margin-right: -30%;
	}
}

@media screen and (min-width: 767px) {
	.glance_content_image .block-wrapper .col-6:nth-of-type(odd) {
		padding-right: 1rem;
	}
}

@media screen and (min-width: 767px) {
	.glance_content_image .block-wrapper .col-6:nth-of-type(even) {
		padding-left: 1rem;
	}
}

.glance_highlights.layout_cards {
	margin-top: 51px;
	margin-bottom: 165px;
}

.glance_highlights.layout_cards .block-content {
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.glance_highlights.layout_cards .highlight .wrap {
	padding: 25px 0;
	margin: 0 auto;
	max-width: 500px;
}

@media screen and (min-width: 767px) {
	.glance_highlights.layout_cards .highlight .wrap {
		padding: 32px 11.2%;
		max-width: none;
	}
}
.glance_highlights.layout_cards .highlight-image-wrap {
	max-width: none;
	width: 100%;
	float: none;
	margin: 0;
	position: relative;
}

.glance_highlights.layout_cards .highlight-image-wrap:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(
		180deg,
		rgba(0, 131, 209, 0.07) 41%,
		rgba(0, 128, 207, 0.3) 67%,
		rgba(24, 50, 150, 0.83) 86%,
		rgba(0, 4, 122, 0.83) 100%
	);
}

.glance_highlights.layout_cards .highlight-content {
	width: 78.4313%;
	position: relative;
	text-align: center;
	color: #fff;
	padding: 13px 10% 42px;
	margin: -60px auto 0;
	background-image: linear-gradient(
		226deg,
		#00b9f1 0%,
		#008ec5 35%,
		#0078c0 59%,
		#012db2 100%
	);
}

.glance_highlights.layout_cards .highlight-title,
.glance_highlights.layout_cards .highlight-content p {
	color: #fff;
	margin-bottom: 0;
}

.glance_highlights.layout_cards .highlight-content p {
	font-family: "pt-serif", serif;
	font-size: 1.1875rem;
	line-height: 1.4375rem;
	margin-top: 6px;
}

/*


Statistics Block


*/
.glance_statistics .block-wrapper {
	max-width: 985px;
	margin-left: auto;
	margin-right: auto;
	align-items: stretch;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
@media screen and (min-width: 767px) {
	.glance_statistics .block-wrapper {
		padding-top: 2rem;
		padding-bottom: 2rem;
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}

.glance_statistics .stat {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	padding-bottom: 1rem;
}
@media screen and (min-width: 767px) {
	.glance_statistics .stat {
		padding-bottom: 2rem;
	}
}

.glance_statistics .block-wrapper .col-4 {
	position: relative;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	margin-bottom: 1.25rem;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	flex: 0 50%;
	max-width: 50%;
}
@media screen and (min-width: 767px) {
	.glance_statistics .block-wrapper .col-4 {
		min-width: 250px;
		padding-left: 2.5%;
		padding-right: 2.5%;
		flex: 0 33.33333%;
		max-width: 33.33333%;
		margin-bottom: 2.25rem;
	}
}

.glance_statistics .stat:before {
	content: "";
	width: 100%;
	height: calc(100% - 105px);
	position: absolute;
	top: 105px;
	left: 0;
	background: #ffffff;
	box-shadow: 0 24px 63px 0 rgba(0, 21, 93, 0.2);
}

.glance_statistics .stat:after {
	content: "";
	width: 120px;
	height: 120px;
	position: absolute;
	display: inline-block;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	background: url(img/stat-circle.svg) no-repeat center center/120px;
}
@media screen and (min-width: 767px) {
	.glance_statistics .stat:after {
		width: 209px;
		height: 209px;
		background: url(img/stat-circle.svg) no-repeat center center/209px;
	}
}

.glance_statistics .stat-cont {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.glance_statistics .stat h4 {
	position: relative;
	width: 90px;
	height: 90px;
	margin-top: 0.95rem;
	margin-bottom: 0.75rem;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: #0a1151;
	border-radius: 127px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	color: #1ba2dc;
	font-family: "Overpass", sans-serif;
	text-transform: uppercase;
	font-size: 1.5rem;
	line-height: 1.6rem;
	letter-spacing: -0.05rem;
}
@media screen and (min-width: 767px) {
	.glance_statistics .stat h4 {
		font-size: 2.125rem;
		line-height: 1.875rem;
		letter-spacing: -0.155rem;
		margin-top: 2.55rem;
		margin-bottom: 2.55rem;
		width: 127px;
		height: 127px;
	}
}

.glance_statistics .stat h4.with-value .up {
	display: inline-block;
	width: 11px;
	height: 12px;
	background: url(img/stat-up-small.svg) no-repeat center center/11px;
	margin-left: 0.25rem;
}
@media screen and (min-width: 767px) {
	.glance_statistics .stat h4.with-value .up {
		width: 22px;
		height: 25px;
		margin-left: 0.5rem;
		background: url(img/stat-up-small.svg) no-repeat center center/22px;
	}
}

.glance_statistics .stat h4.no-value .up {
	display: inline-block;
	width: 36px;
	height: 66px;
	background: url(img/stat-up-large.svg);
}

.glance_statistics .stat h3 {
	position: relative;
	font-family: "Overpass", sans-serif;
	text-transform: uppercase;
	color: #000749;
	text-align: center;
	padding-left: 7.5%;
	padding-right: 7.5%;
	margin-top: 1rem;
	font-size: 0.9rem;
	line-height: 1rem;
	letter-spacing: 0.045rem;
}
@media screen and (min-width: 767px) {
	.glance_statistics .stat h3 {
		font-size: 1rem;
		line-height: 1.125rem;
		margin-top: 2rem;
		letter-spacing: 0.066875rem;
	}
}

/*


Featured Posts Block


*/
.glance-post.first-post {
	width: 100%;
}

.glance-post.first-post .post-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
@media screen and (min-width: 767px) {
	.glance-post.first-post .post-image {
		min-height: 36.5625rem;
	}
}

.glance-post.first-post .flex-parent,
.flex-parent.secondary-posts {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	align-items: flex-start;
	padding-top: 0;
}
@media screen and (min-width: 767px) {
	.glance-post.first-post .flex-parent,
	.flex-parent.secondary-posts {
		padding-top: 0;
	}
}

.glance-post.first-post .flex-parent {
	padding-top: 0;
}

.flex-parent.secondary-posts {
	padding-top: 1.25rem;
}
@media screen and (min-width: 767px) {
	.flex-parent.secondary-posts {
		padding-top: 2.5rem;
	}
}

.flex-parent.secondary-posts .glance-post {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.glance_featured_resources .secondary-posts .glance-post:first-of-type {
	padding-left: 0;
	padding-right: 0;
}

.glance-post.first-post .flex-parent {
	padding-left: 0;
	padding-right: 0;
}
@media screen and (min-width: 767px) {
	.glance-post.first-post .flex-parent {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}

.glance-post.first-post .flex-parent .col-8 {
	background: white;
	position: relative;
}
@media screen and (min-width: 767px) {
	.glance-post.first-post .flex-parent .col-8 {
		margin-left: 33.33333%;
		margin-top: -24rem;
		margin-bottom: 5rem;
	}
}

.glance-post.first-post .flex-parent .col-8 .content {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
@media screen and (min-width: 767px) {
	.glance-post.first-post .flex-parent .col-8 .content {
		padding-top: 2.875rem;
		padding-left: 7.5%;
		padding-right: 7.5%;
	}
}

.glance-post.first-post .flex-parent .col-8 .content p {
	text-align: center;
}
@media screen and (min-width: 767px) {
	.glance-post.first-post .flex-parent .col-8 .content p {
		text-align: left;
	}
}

.glance-post .buttons-primary {
	margin-top: 2rem;
}
@media screen and (min-width: 767px) {
	.glance-post .buttons-primary {
		margin-top: 2.4rem;
	}
}

@media screen and (min-width: 767px) {
	.glance-post .content p {
		line-height: 1.875rem;
	}
}

.glance-post .categories {
	margin-top: 1rem;
	margin-bottom: 0.75rem;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.glance-post .categories {
		margin-top: 1.5rem;
		margin-bottom: 1rem;
		text-align: left;
	}
}

.glance-post.first-post .post-title {
	color: #0b3885;
	font-size: 1.875rem;
	letter-spacing: -0.084375rem;
	text-align: center;
	line-height: 1.8125rem;
	margin-bottom: 1.2rem;
	margin-top: 0;
}
@media screen and (min-width: 767px) {
	.glance-post.first-post .post-title {
		font-size: 3.375rem;
		text-align: left;
		line-height: 3.25rem;
		margin-bottom: 2rem;
		letter-spacing: -0.151875rem;
	}
}

.secondary-posts .glance-post .post-title {
	color: #0b3885;
	text-align: center;
	margin-top: 0;
}
@media screen and (min-width: 767px) {
	.secondary-posts .glance-post .post-title {
		text-align: left;
		font-size: 2rem;
		line-height: 2rem;
		letter-spacing: -0.041875rem;
		margin-bottom: 1.3rem;
	}
}

.secondary-posts .glance-post .content p {
	text-align: center;
}
@media screen and (min-width: 767px) {
	.secondary-posts .glance-post .content p {
		text-align: left;
	}
}

@media screen and (min-width: 767px) {
	.secondary-posts .glance-post .content {
		padding-right: 7%;
	}
}

.secondary-posts .glance-post .buttons-primary {
	margin-top: 1.25rem;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.secondary-posts .glance-post .buttons-primary {
		margin-top: 1rem;
		text-align: left;
	}
}

.glance_posts .glance-post .wrap {
	position: relative;
	margin-bottom: 2rem;
}
@media screen and (min-width: 767px) {
	.glance_posts .glance-post .wrap {
		margin-bottom: 0;
	}
}

.feature-tag {
	background-image: linear-gradient(90deg, #ff6700 0%, #f58502 97%);
	display: inline-block;
	font-family: "Overpass", sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	position: absolute;
	top: 1.75rem;
	font-weight: 800;
	right: 0;
	margin-right: -0.75rem;
	font-size: 0.9375rem;
	line-height: 1.25rem;
	padding-top: 0.35rem;
	padding-bottom: 0.35rem;
	padding-left: 0.65rem;
	padding-right: 0.65rem;
}
@media screen and (min-width: 767px) {
	.feature-tag {
		font-size: 0.9375rem;
		left: 0;
		right: auto;
		letter-spacing: 0.011875rem;
		line-height: 1.625rem;
		padding-left: 0.85rem;
		padding-right: 0.85rem;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		margin-left: -0.75rem;
		margin-right: 0;
	}
}

@media screen and (min-width: 767px) {
	.glance-post.first-post .feature-tag {
		display: none;
	}
}

@media screen and (min-width: 767px) {
	.glance-post.first-post .post-image img {
		display: none;
	}
}

/* Email Subscribe Blog Band */
.footer-subscribe {
	position: relative;
	overflow: hidden;
}

.footer-subscribe-bg-wrap {
	background: url("img/subscribe-bg-mobile.svg") no-repeat top center/cover;
	padding-bottom: 1rem;
}

.sizetracker iframe {
	display: block;
}

.footer-subscribe .sizetracker {
	position: relative;
	max-width: 550px;
	margin-right: auto;
	margin-left: auto;
}

.footer-subscribe h3 {
	font-family: "Overpass", sans-serif;
	text-transform: uppercase;
	color: white;
	text-align: center;
	margin-bottom: 0;
	margin-top: 0;
	font-size: 19px;
	line-height: 28px;
	letter-spacing: -0.4px;
	padding-top: 2.375rem;
}
@media screen and (min-width: 767px) {
	.footer-subscribe h3 {
		font-size: 32px;
		letter-spacing: 0.37px;
		line-height: 43px;
		padding-top: 4.125rem;
	}
}

.footer-subscribe .desc {
	font-family: lato, sans, serif;
	text-align: center;
	color: white;
	margin-bottom: 0.5rem;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: -0.15px;
}
@media screen and (min-width: 767px) {
	.footer-subscribe .desc {
		font-size: 19px;
		line-height: 31px;
		letter-spacing: -0.26px;
	}
}

.footer-subscribe .wrapper {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

@media screen and (min-width: 767px) {
	.footer-subscribe-bg-wrap {
		background-image: url("img/subscribe-bg.svg");
	}
}
#gform_9 .gfield_required,
#gform_31 .gfield_required {
	opacity: 0;
}

#gform_wrapper_31 {
	text-align: center;
	margin: 0;
	padding: 75px 16px 72px;
	height: 316px;
}

#gform_31 {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-width: 700px;
}

#gform_31 .gform_body,
#gform_31 .gform_heading {
	z-index: 1;
	margin: 0;
}

#gform_31 .gform_title {
	text-transform: uppercase;
	font-family: "Overpass", sans-serif;
	font-size: 19px;
	color: #fff;
}

#gform_31 .gform_heading,
#gform_31 #field_31_10 {
	text-align: center;
	margin-top: 0.5rem;
}

#gform_31 #field_31_10 {
	display: none;
	padding: 0;
}

#gform_31 #field_31_10 p {
	color: #fff;
	margin: 0;
	padding-right: 0;
}

#gform_31 .gform_body #field_31_3 {
	width: 100%;
	padding-left: 7%;
	padding-right: 7%;
}

#gform_31 .gform_footer {
	flex: 100%;
	margin: 0;
	text-align: center;
}

#gform_31 input[type="submit"] {
	width: auto;
	background: transparent;
	box-shadow: none;
	border: 2px solid #fff;
}

@media screen and (min-width: 767px) {
	#gform_31 .gform_body #field_31_3 {
		width: 60%;
		padding-right: 10px;
		padding-left: 12%;
		margin-top: 1.75rem;
	}

	#gform_31 #field_31_10 {
		display: block;
	}

	#gform_31 .gform_footer {
		width: 38%;
		margin-left: 62%;
		padding-right: 14%;
		margin-top: -3.9rem;
	}

	#gform_31 .gform_title {
		font-size: 25px;
	}
}
/*


Popular Posts Block


*/
.glance_popular_posts {
	margin-top: 1.25rem;
}
@media screen and (min-width: 767px) {
	.glance_popular_posts {
		margin-top: 5.125rem;
	}
}

.glance_popular_posts .block-wrapper > .flex-parent {
	align-items: flex-start;
}

.glance_popular_posts .glance-post {
	padding-left: 5%;
	padding-right: 5%;
}

.glance_popular_posts .glance-post .wrap {
	border-bottom: 1px solid rgba(206, 206, 206, 0.61);
	align-items: flex-start;
	margin-bottom: 1.25rem;
}
@media screen and (min-width: 767px) {
	.glance_popular_posts .glance-post .wrap {
		padding-top: 1.75rem;
		padding-bottom: 1.75rem;
		margin-bottom: 0;
	}
}

.glance_popular_posts .categories {
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}

@media screen and (min-width: 767px) {
	.glance_popular_posts .categories,
	.glance_popular_posts .categories a {
		font-size: 0.9375rem;
	}
}

.glance_popular_posts .glance-post:last-of-type .wrap {
	border-bottom: none;
}

.glance_popular_posts .glance-post .post-title {
	font-size: 0.9375rem;
	line-height: 1.375rem;
	margin-top: 0.25rem;
}
@media screen and (min-width: 767px) {
	.glance_popular_posts .glance-post .post-title {
		font-size: 1.5rem;
		line-height: 1.8125rem;
	}
}

.glance_popular_posts .col-8 .block-title {
	width: 100%;
	background: #3f5780;
	text-align: center;
	font-family: "Overpass", sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 1.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-size: 0.9rem;
	line-height: 1.1rem;
	letter-spacing: 0.0175rem;
}
@media screen and (min-width: 767px) {
	.glance_popular_posts .col-8 .block-title {
		font-size: 1.1875rem;
		line-height: 1.75rem;
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
		margin-bottom: 0;
		letter-spacing: -0.025rem;
	}
}

.glance_popular_posts div.post-image {
	flex: 0 33.33333%;
	max-width: 33.33333%;
}
@media screen and (min-width: 767px) {
	.glance_popular_posts div.post-image {
		flex: 0 25%;
		max-width: 25%;
	}
}

.glance_popular_posts .content-wrapper {
	flex: 0 66.66667%;
	max-width: 66.666667%;
	padding-left: 1.25rem;
}
@media screen and (min-width: 767px) {
	.glance_popular_posts .content-wrapper {
		flex: 0 75%;
		max-width: 75%;
		padding-left: 4%;
	}
}

.glance_popular_posts .col-8 .wrapper {
	background: #ffffff;
	box-shadow: 0 24px 63px 0 rgba(81, 110, 210, 0.2);
}
@media screen and (min-width: 767px) {
	.glance_popular_posts .col-8 .wrapper {
		margin-right: 5%;
	}
}

.glance_popular_posts .glance_resources-cta {
	padding-top: 1.25rem;
}
@media screen and (min-width: 767px) {
	.glance_popular_posts .glance_resources-cta {
		padding-top: 0;
	}
}

.glance_popular_posts .glance_resources-cta .cont-wrap {
	background: white;
	box-shadow: 0 24px 63px 0 rgba(81, 110, 210, 0.2);
	padding-left: 0;
	padding-right: 0;
	position: relative;
	overflow: hidden;
}

.glance_popular_posts .glance_resources-cta .cont-wrap:before {
	content: "";
	position: absolute;
	top: 0;
	left: -1%;
	margin-top: -1px;
	width: 102%;
	height: 0;
	padding-bottom: 3.8%;
	z-index: 2;
	background: url(img/blue-bottom-resource.svg) no-repeat top left/100%;
}

.glance_popular_posts .glance_resources-cta .block-points li {
	flex: 0 100%;
	max-width: 100%;
	background-size: 21px;
	background-position: 0 3px;
}
@media screen and (min-width: 767px) {
	.glance_popular_posts .glance_resources-cta .block-points li {
		flex: 0 100%;
		max-width: 100%;
		font-size: 0.75rem;
	}
}

.glance_popular_posts .glance_resources-cta .block-points {
	padding-left: 10%;
	padding-right: 10%;
}

.glance_popular_posts .glance_resources-cta .buttons-primary {
	margin-bottom: 0;
	margin-top: 0.8rem;
}

@media screen and (min-width: 767px) {
	.glance_popular_posts .col-4 .wrapper {
		padding-left: 5%;
	}
}

.glance_popular_posts .glance_resources-cta .block-title {
	color: #36addf;
	font-size: 1.75rem;
	line-height: 1.875rem;
	padding-left: 10%;
	padding-right: 10%;
}
@media screen and (min-width: 767px) {
	.glance_popular_posts .glance_resources-cta .block-title {
		font-size: 2rem;
		line-height: 2rem;
		letter-spacing: -0.041875rem;
	}
}

.glance_popular_posts .glance_resources-cta .img-wrap {
	position: relative;
}

.glance_popular_posts .glance_resources-cta .img-wrap img {
	width: 100%;
	height: auto;
}

.glance_popular_posts .glance_resources-cta .img-wrap {
	background-image: linear-gradient(
		to bottom,
		transparent 30%,
		#10bde9 30%,
		#10bde9 60%,
		#2da4db 94%
	);
	padding-left: 16%;
	padding-right: 16%;
	padding-bottom: 3.5rem;
}

.glance_popular_posts .glance_resources-cta .img-wrap .wrap {
	width: 100%;
	background: #f9fafc;
	border-radius: 15px;
	overflow: hidden;
	padding-top: 1rem;
	padding-bottom: 1.9rem;
	padding-left: 0.55rem;
	padding-right: 0.55rem;
	background: #d8d8d8;
	box-shadow: 0 20px 38px 0 rgba(9, 24, 77, 0.22);
	position: relative;
}

/*


Featured Taxonomies


*/
.glance_taxonomies {
	margin-top: 1.75rem;
	position: relative;
}
@media screen and (min-width: 767px) {
	.glance_taxonomies {
		margin-top: 2.3125rem;
	}
}

.glance_taxonomies:before {
	content: "";
	position: absolute;
	top: -2.9rem;
	width: 100%;
	padding-bottom: 2.75rem;
	height: 0;
	left: 0;
	background: url(img/custom-tax-white-arch.svg) no-repeat center center/cover;
}
@media screen and (min-width: 767px) {
	.glance_taxonomies:before {
		top: -4.9rem;
	}
}

.glance_taxonomies h2 {
	color: #0b3885;
	text-align: center;
	font-weight: normal;
	margin-top: 0;
}
@media screen and (min-width: 767px) {
	.glance_taxonomies h2 {
		font-size: 2.75rem;
		line-height: 2.8125rem;
		letter-spacing: -0.0575rem;
		margin-bottom: 3rem;
	}
}

.glance_taxonomies .block-wrapper {
	max-width: 1140px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0;
	padding-bottom: 1.75rem;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 767px) {
	.glance_taxonomies .block-wrapper {
		padding-bottom: 3.375rem;
	}
}

.glance_taxonomies .featured-taxonomies {
	align-items: flex-start;
	justify-content: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.featured-taxonomies .icon-wrap {
	width: 45px;
	height: 45px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(90deg, #ff6700 0%, #f58502 97%);
	margin-bottom: 0.5rem;
	border-radius: 45px;
}
@media screen and (min-width: 767px) {
	.featured-taxonomies .icon-wrap {
		width: 67px;
		height: 67px;
		background-image: linear-gradient(90deg, #ff6700 0%, #f58502 97%);
		border-radius: 67px;
		margin-bottom: 1rem;
	}
}

.featured-taxonomies .icon-wrap img {
	max-width: 20px;
	display: block;
	height: auto;
}
@media screen and (min-width: 767px) {
	.featured-taxonomies .icon-wrap img {
		max-width: 33px;
	}
}

.featured-taxonomies .taxonomy {
	flex: 0 50%;
	max-width: 50%;
}
@media screen and (min-width: 767px) {
	.featured-taxonomies .taxonomy {
		flex: 0 20%;
		max-width: 20%;
	}
}

.featured-taxonomies .taxonomy h4 {
	font-family: "Overpass", sans-serif;
	color: #5e749a;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
	font-size: 0.85rem;
	line-height: 1.15rem;
	letter-spacing: 0.01rem;
	margin-top: 0.5rem;
}
@media screen and (min-width: 767px) {
	.featured-taxonomies .taxonomy h4 {
		font-size: 1rem;
		line-height: 1.625rem;
		letter-spacing: 0.0125rem;
	}
}

.featured-taxonomies .taxonomy a.flex-parent {
	justify-content: center;
	width: 100%;
	text-decoration: none;
}

/*


Pullquote Block


*/
.glance_pullquote blockquote {
	max-width: 1170px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.glance_pullquote blockquote p {
	background: #ffffff;
	font-family: "pt-serif", serif;
	font-weight: normal;
	color: #0d2d64;
	box-shadow: 0 24px 63px 0 rgba(0, 21, 93, 0.2);
	padding-left: 10%;
	padding-right: 5%;
	font-size: 1.25rem;
	line-height: 1.5rem;
	letter-spacing: 0;
	padding-top: 2rem;
	padding-bottom: 2rem;
	position: relative;
}
@media screen and (min-width: 767px) {
	.glance_pullquote blockquote p {
		font-size: 2rem;
		letter-spacing: -0.0275rem;
		line-height: 2.625rem;
		padding-top: 4.25rem;
		padding-bottom: 5.25rem;
		padding-left: 20%;
		padding-right: 10%;
	}
}

.glance_pullquote blockquote p:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	left: calc(7.5% - 30px);
	top: 2rem;
	background: url(img/pullquote.svg) no-repeat center center/30px;
}
@media screen and (min-width: 767px) {
	.glance_pullquote blockquote p:before {
		width: 60px;
		height: 45px;
		top: 4.25rem;
		left: calc(16.5% - 60px);
		background-size: 60px;
	}
}

.glance_pullquote blockquote p:after {
	content: "";
	position: absolute;
	left: 15%;
	border-top: 30px solid transparent;
	border-bottom: 35px solid transparent;
	border-right: 30px solid white;
	bottom: -30px;
}
@media screen and (min-width: 767px) {
	.glance_pullquote blockquote p:after {
		left: 50%;
		border-top: 60px solid transparent;
		border-bottom: 70px solid transparent;
		border-right: 60px solid white;
		bottom: -60px;
	}
}

.glance_pullquote cite {
	padding-left: calc(20% + 30px);
	box-sizing: border-box;
	font-style: normal;
	font-family: "Overpass", sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 15px;
	color: #012f80;
	text-align: left;
	letter-spacing: 0.19px;
	line-height: 26px;
	display: block;
	text-align: left;
	width: 100%;
}
@media screen and (min-width: 767px) {
	.glance_pullquote cite {
		padding-left: calc(52% + 60px);
	}
}

.glance_pullquote cite em {
	font-style: normal;
	font-weight: 400;
}

/*


Two-Column Drop Shadow Block


*/
.layout_two-cols-ds .block-image,
.layout_two-cols-ds-small .block-image {
	width: 100%;
}

.layout_two-cols-ds,
.layout_two-cols-ds-small {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	max-width: 1230px;
	margin: 0 auto;
}

.layout_two-cols-ds .block-wrapper {
	box-shadow: 0 55px 63px 0 rgba(0, 21, 93, 0.25);
	background: white url("img/omnichannel-bg.svg") no-repeat bottom 36px right
		15px;
}

.layout_two-cols-ds-small .block-wrapper {
	box-shadow: 0 55px 63px 0 rgba(0, 21, 93, 0.25);
	background: white;
}

.layout_two-cols-ds .block-content-holder,
.layout_two-cols-ds-small .block-content-holder {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-bottom: 2rem;
}
@media screen and (min-width: 767px) {
	.layout_two-cols-ds .block-content-holder,
	.layout_two-cols-ds-small .block-content-holder {
		padding: 10px 50px 40px;
	}
}

.layout_two-cols-ds .block-content p,
.layout_two-cols-ds-small .block-content p {
	font-family: lato, sans, serif;
	font-size: 1rem;
	color: #3a4a66;
	line-height: 1.625em;
	text-align: left;
}
@media screen and (min-width: 767px) {
	.layout_two-cols-ds .block-content p,
	.layout_two-cols-ds-small .block-content p {
		font-size: 0.9375rem;
		line-height: 1.375rem;
	}
}

.layout_two-cols-ds-small .buttons-primary {
	text-align: left;
}
@media screen and (min-width: 767px) {
	.layout_two-cols-ds-small .buttons-primary {
		margin-top: 1.25rem;
	}
}

.layout_two-cols-ds .block-title,
.layout_two-cols-ds-small .block-title {
	color: #0b3885;
	font-size: 1.625rem;
	font-weight: 400;
	line-height: 1.8125rem;
}
@media screen and (min-width: 767px) {
	.layout_two-cols-ds .block-title,
	.layout_two-cols-ds-small .block-title {
		font-size: 2rem;
		line-height: 2.125rem;
	}
}

@media screen and (min-width: 767px) {
	.layout_two-cols-ds-small .block-title {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}

@media screen and (min-width: 767px) {
	.layout_two-cols-ds .block-image {
		height: 100%;
		flex: 0 45%;
	}

	.layout_two-cols-ds-small .block-image {
		height: 100%;
		flex: 0 30%;
	}

	.layout_two-cols-ds .block-content-holder {
		padding: 35px 4.5%;
		max-width: 605px;
		flex: 0 55%;
	}

	.layout_two-cols-ds-small .block-content-holder {
		padding: 0 4.5%;
		flex: 0 70%;
	}

	.layout_two-cols-ds .buttons-primary,
	.layout_two-cols-ds-small .buttons-primary {
		text-align: left;
	}
}
/*

Security Certificates Garden

*/
#glance_logos-block_5d2e12058a25a .block-wrapper {
	padding: 0 0 30px;
}

#glance_logos-block_5d2e12058a25a .logo {
	border: none;
	background: none;
	padding: 10px;
	max-width: 32%;
	filter: saturate(0);
}

#glance_logos-block_5d2e12058a25a .logo:hover {
	box-shadow: none;
}

#glance_logos-block_5d2e12058a25a .logo-wrap {
	border: none;
	height: 160px;
	width: 160px;
	margin: 0 auto;
	border-radius: 160px;
	overflow: hidden;
	box-shadow: 0 24px 63px 0 rgba(0, 21, 93, 0.2);
}

#glance_logos-block_5d2e12058a25a .img-wrap {
	padding: 12px;
}

#glance_logos-block_5d2e12058a25a .img-wrap img {
	max-width: 100%;
	max-height: 100%;
}

@media screen and (max-width: 600px) {
	#glance_logos-block_5d2e12058a25a .logo-wrap {
		width: 130px;
		height: 130px;
	}
}
/*


Gravity Forms Content Block (Form Selector)


*/
.glance_pardot {
	background: #00266a;
	margin-top: 7.25rem;
}

.glance_pardot .block-wrapper {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	align-items: flex-start;
}
@media screen and (min-width: 767px) {
	.glance_pardot .block-wrapper {
		padding-top: 4.3125rem;
		padding-bottom: 1.75rem;
	}
}

/*

Demo Callout modal

*/
#callout {
	position: fixed;
	display: none;
	right: 3.25rem;
	bottom: 3.25rem;
	font-size: 14px;
	width: 23.0714em;
	background: #ffffff;
	box-shadow: 0 55px 63px 0 rgba(0, 21, 93, 0.35);
	color: #545454;
	z-index: 9999;
}

#callout-close {
	position: absolute;
	background: transparent;
	top: 0;
	background: transparent;
	right: 0;
	padding: 0 0.4375rem;
	border: none;
	font-family: "Overpass", sans-serif;
	color: #2fa9e0;
	font-size: 1.875rem;
	font-weight: 100;
}

#callout-content {
	padding: 2.1429em 3.2143em 0;
}

#callout-content p {
	margin-bottom: 1.8571em;
}

#callout-content h3 {
	font-size: 1.71428em;
	color: #0b3885;
	font-weight: normal;
	letter-spacing: -0.02083em;
	line-height: 1.1em;
	margin-bottom: 0.375rem;
	margin-top: 0;
}

#callout .icon {
	position: absolute;
	left: -1.7813rem;
	top: 2.9375rem;
	width: 3.5625rem;
	height: 3.5625rem;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 22px 63px 0 rgba(0, 21, 93, 0.25);
	background-image: url(img/cobrowse-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
}

#callout .button,
#callout .glance_links.layout_2x-cards .action,
.glance_links.layout_2x-cards #callout .action,
#callout .glance_links.layout_3x-cards .action,
.glance_links.layout_3x-cards #callout .action {
	width: 100%;
	text-align: center;
	display: block;
	border-radius: 0;
	background-image: linear-gradient(90deg, #09826b 0%, #09826b 97%);
}

.glance_pardot .block-header .block-title {
	text-align: center;
	color: white;
	text-transform: uppercase;
	font-family: "Overpass", sans-serif;
	font-size: 1.3125rem;
	line-height: 2.1rem;
}
@media screen and (min-width: 767px) {
	.glance_pardot .block-header .block-title {
		font-size: 1.625rem;
		line-height: 1.875rem;
		text-align: left;
	}
}

.glance_pardot .block-header .block-content {
	text-align: center;
}
@media screen and (min-width: 767px) {
	.glance_pardot .block-header .block-content {
		text-align: left;
	}
}

.glance_pardot .block-header .block-content p {
	font-family: lato, sans, serif;
	color: white;
}
@media screen and (min-width: 767px) {
	.glance_pardot .block-header .block-content p {
		font-size: 1.125rem;
		line-height: 1.625rem;
	}
}

.glance_pardot .block-header .block-content p:first-of-type {
	font-family: "pt-serif", serif;
	font-weight: 400;
	font-size: 1.3125rem;
	line-height: 2.1rem;
}
@media screen and (min-width: 767px) {
	.glance_pardot .block-header .block-content p:first-of-type {
		font-size: 1.625rem;
		line-height: 2.625rem;
	}
}

.glance_pardot .block-pardot {
	position: relative;
}
@media screen and (min-width: 767px) {
	.glance_pardot .block-pardot {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}

.glance_pardot .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
	margin-bottom: 2rem;
}

.glance_pardot .gform_wrapper .top_label .gfield_label {
	display: none;
}

.glance_pardot .gform_wrapper,
.glance_pardot .form-wrapper {
	position: relative;
	background: #00338e;
	border-radius: 8px;
	overflow: hidden;
}
@media screen and (min-width: 767px) {
	.glance_pardot .gform_wrapper,
	.glance_pardot .form-wrapper {
		margin-top: -6.25rem;
	}
}

.glance_pardot .form-wrapper .sizetracker {
	position: relative;
	z-index: 3;
	/* background: url(img/form-bg.png) no-repeat center center/90%; */
	padding-top: 2rem;
	padding-bottom: 2rem;
}
@media screen and (min-width: 767px) {
	.glance_pardot .form-wrapper .sizetracker {
		padding-top: 3rem;
		padding-bottom: 2rem;
	}
}

.glance_pardot .block-header {
	margin-bottom: 0;
}

.glance_pardot
	.gform_wrapper
	.gfield
	input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding-left: 2rem;
	padding-top: 0.95rem;
	padding-bottom: 0.95rem;
}

.glance_pardot .gform_wrapper .gform_footer {
	text-align: center;
}

.glance_pardot .gform_wrapper .gform_footer input[type="submit"] {
	background: none;
	color: white;
	border: 2px solid white;
	box-shadow: none;
	line-height: 0.75rem !important;
}

/*


Gravity Forms Content Block (Form Selector #2)


*/
.single-glance_career .glance_form .col-6.center {
	flex: 0 100%;
	max-width: 100%;
}
@media screen and (min-width: 767px) {
	.single-glance_career .glance_form .col-6.center {
		flex: 0 100%;
		max-width: 100%;
	}
}

.glance_form .col-6.center {
	margin-left: auto;
	margin-right: auto;
}

.glance_form {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
@media screen and (min-width: 767px) {
	.glance_form {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}
}

body.ie .glance_form .gform_wrapper {
	display: block !important;
}

.glance_form .block-pardot {
	background-image: linear-gradient(
		230deg,
		#dcecff 0%,
		#f3faff 47%,
		#d5eefb 100%
	);
	box-shadow: 0 55px 63px 0 rgba(0, 21, 93, 0.11);
	border-radius: 4px;
	padding-top: 15px;
}

.glance_form .block-pardot .form-title {
	font-size: 15px;
	color: #0b3885;
	letter-spacing: -0.67px;
	text-align: center;
	line-height: 18px;
	text-align: center;
	font-family: "pt-serif", serif;
	font-weight: normal;
	text-transform: none;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 767px) {
	.glance_form .block-pardot .form-title {
		font-size: 32px;
		line-height: 32px;
		letter-spacing: -0.67px;
	}
}

.glance_form .block-pardot .content {
	text-align: center;
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.25rem;
}

.glance_form .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}

.glance_form .gform_wrapper .top_label .gfield .gfield_label {
	color: #012f80;
}

.glance_form .block-wrapper {
	max-width: 1170px;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	align-items: flex-start;
}

.glance_form .glance_links {
	padding-top: 0;
	padding-bottom: 0;
}
@media screen and (min-width: 767px) {
	.glance_form .glance_links {
		padding-right: 5%;
		margin-top: 3rem;
	}
}

.glance_form .gform_wrapper .gform_body {
	padding-top: 0.75rem;
}

.glance_form .gform_body {
	padding-left: 1.85rem;
	padding-right: 1.85rem;
}

.glance_form .gform_wrapper li.gfield.field_description_below + li.gsection {
	display: none;
}

.glance_form .gform_wrapper .gform_footer input[type="submit"] {
	margin-right: 0;
	min-height: 67px;
}

.glance_form .gform_wrapper .gform_footer {
	padding-bottom: 0;
	margin-bottom: 0;
}

.glance_form .gform_wrapper {
	margin-bottom: 0;
}

.glance_form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
	border: none;
	appearance: none;
	background: white url(img/dropdown-select.svg) no-repeat calc(100% - 10px)
		center/12px;
	padding: 11px 13px;
	border-radius: 3px;
	border: 1px solid #dfdfdf;
}

.glance_form .form-title {
	font-family: "Overpass", sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	color: #5e749a;
	letter-spacing: 0.17px;
	line-height: 21px;
}

.glance_form
	.gform_wrapper
	.gfield
	input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	border: 1px solid #dfdfdf;
}

.glance_form .glance_content .block-title {
	font-weight: 400;
	color: #0b3885;
	font-size: 30px;
	line-height: 29px;
	letter-spacing: -1.35px;
	background: url(img/glance-arc.svg) no-repeat top left/124px;
	padding-top: 1.75rem;
}
@media screen and (min-width: 767px) {
	.glance_form .glance_content .block-title {
		font-size: 54px;
		letter-spacing: -2.43px;
		line-height: 52px;
		background: url(img/glance-arc.svg) no-repeat top left/124px;
		padding-top: 1.75rem;
	}
}

@media screen and (min-width: 767px) {
	.glance_form .glance_content {
		padding-right: 5%;
	}
}

.glance_form .glance_content ul {
	list-style-type: none;
}

.glance_form .glance_content ul,
.glance_form .glance_content ol {
	padding-left: 2rem;
}

.glance_form .glance_content li {
	position: relative;
	padding-left: 2rem;
	line-height: 15px;
}

.glance_form .glance_content li:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 14px;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #2da4db;
	left: 0;
}

.glance_form .glance_content p,
.glance_form .glance_content li {
	font-size: 15px;
	line-height: 22px;
}
@media screen and (min-width: 767px) {
	.glance_form .glance_content p,
	.glance_form .glance_content li {
		font-weight: 19px;
		line-height: 31px;
		letter-spacing: -0.26px;
	}
}

/*


Map Feature Block. See contact.php


*/
.glance_contact {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
@media screen and (min-width: 767px) {
	.glance_contact {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}
}

@media screen and (min-width: 767px) {
	.glance_contact .block-header {
		padding-left: 5%;
	}
}

.glance_contact .acf-map {
	margin-bottom: 2rem;
}
@media screen and (min-width: 767px) {
	.glance_contact .acf-map {
		margin-bottom: 4rem;
	}
}

.glance_contact .block-wrapper {
	max-width: 1170px;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	align-items: flex-start;
}

.contact-element {
	margin-bottom: 1.15rem;
	text-align: left;
}
@media screen and (min-width: 767px) {
	.contact-element {
		margin-bottom: 2.75rem;
	}
}

.contact-element a {
	font-family: lato, sans, serif;
	font-size: 1rem;
	color: #4d6369;
	text-decoration: none;
	text-transform: none;
}

.contact-element a:not([class]) {
	text-transform: none;
	font-family: lato, sans, serif;
	color: #4d6369;
	padding-bottom: 0.35rem;
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0;
}

.contact-element a:not([class]):before {
	height: 1.25px;
}

.contact-element .element-title {
	font-family: "Overpass", sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	text-align: left;
	font-size: 0.75rem;
	margin-bottom: 0.5rem;
	color: #001232;
	letter-spacing: 0.0575rem;
	line-height: 1.3125rem;
}

.contact-element p {
	text-align: left;
	font-family: lato, sans, serif;
	font-size: 1rem;
}

/*


Featured Resources Links


*/
.glance_related_resources .block-wrapper {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
@media screen and (min-width: 767px) {
	.glance_related_resources .block-wrapper {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}
}

.glance_related_resources .col-6 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	margin-bottom: 1rem;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
@media screen and (min-width: 767px) {
	.glance_related_resources .col-6 {
		margin-bottom: 2rem;
	}
}

.glance_related_resources .flex-parent {
	align-items: stretch;
}

.glance_related_resources .wrap {
	border: 1px solid #e3e7e8;
	background: white;
	box-shadow: 0 24px 63px 0 rgba(81, 110, 210, 0.2);
	align-items: stretch;
}

.glance_related_resources .resource-title {
	font-family: "Overpass", sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 11px;
	color: #5e749a;
	letter-spacing: 0.11px;
	line-height: 15px;
}
@media screen and (min-width: 767px) {
	.glance_related_resources .resource-title {
		font-size: 18px;
		line-height: 24px;
		letter-spacing: 0.21px;
	}
}

.glance_related_resources .icon-image {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	align-items: center;
	justify-content: center;
	border-top-right-radius: 100%;
	border-bottom-right-radius: 100%;
	padding-right: 5%;
	overflow: hidden;
	background-image: linear-gradient(
		267deg,
		#63b8e8 1%,
		#3670d5 71%,
		#356fd5 100%
	);
}

.glance_related_resources .icon-image img {
	display: inline-block;
	max-width: 50px;
	height: auto;
}

.glance_related_resources .col-9 {
	padding-left: 5%;
	padding-right: 10%;
	padding-top: 1rem;
	padding-bottom: 1rem;
	flex: 0 75%;
	max-width: 75%;
}

.glance_related_resources .col-3 {
	flex: 0 25%;
	max-width: 25%;
}

.glance_related_resources .resource-title a {
	text-decoration: none;
	color: #5e749a;
}

.glance_related_resources .block-title {
	font-family: "Overpass", sans-serif;
	color: #5e749a;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1.2rem;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.glance_related_resources .block-title {
		font-size: 1rem;
		line-height: 1.625rem;
		letter-spacing: 0.0125rem;
	}
}

/*


Blog Post Block


*/
.glance_blog {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
@media screen and (min-width: 767px) {
	.glance_blog {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}
}

.glance_blog .wrapper {
	max-width: 1140px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	margin-left: auto;
	margin-right: auto;
}

.glance_blog .block-image {
	background-size: cover;
	background-position: center center;
	order: 1;
	position: relative;
}
@media screen and (min-width: 767px) {
	.glance_blog .block-image {
		order: 1;
	}
}

.glance_blog .block-image:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(
		231deg,
		rgba(0, 69, 119, 0) 56%,
		rgba(10, 100, 197, 0.49) 83%,
		rgba(0, 41, 144, 0.8) 100%
	);
}

.glance_blog .block-content {
	order: 2;
}
@media screen and (min-width: 767px) {
	.glance_blog .block-content {
		order: 1;
	}
}

.glance_blog .block-image img {
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (min-width: 767px) {
	.glance_blog .block-image img {
		display: none;
	}
}

.glance_blog .block-wrapper {
	background: white;
	border: 1px solid #e3e7e8;
	box-shadow: 0 24px 63px 0 rgba(0, 21, 93, 0.2);
	align-items: stretch;
}

.glance_blog .block-link {
	text-decoration: none;
	display: block;
	width: 100%;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	box-sizing: border-box;
}
@media screen and (min-width: 767px) {
	.glance_blog .block-link {
		padding-left: 10%;
		padding-right: 9%;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}

.glance_blog .post-meta {
	font-family: "Overpass", sans-serif;
	text-transform: uppercase;
	color: #5e749a;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.14px;
	margin-bottom: 0.5rem;
}
@media screen and (min-width: 767px) {
	.glance_blog .post-meta {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.18px;
	}
}

.glance_blog .entry-meta {
	margin-top: 0.25rem;
	margin-left: 5%;
}
@media screen and (min-width: 767px) {
	.glance_blog .entry-meta {
		margin-top: 1.5rem;
		margin-left: 50%;
	}
}

.glance_blog .entry-meta .author em {
	display: block;
	font-size: 13px;
	color: #3a4a66;
	letter-spacing: 0;
	line-height: 19px;
	font-style: normal;
}
@media screen and (min-width: 767px) {
	.glance_blog .entry-meta .author em {
		font-size: 16px;
		line-height: 26px;
	}
}

.glance_blog .post-excerpt {
	font-family: lato, sans, serif;
	font-weight: normal;
	font-size: 14px;
	color: #3a4a66;
	letter-spacing: 0;
	line-height: 20px;
}
@media screen and (min-width: 767px) {
	.glance_blog .post-excerpt {
		font-size: 16px;
		line-height: 26px;
	}
}

.glance_blog .post-title {
	font-weight: normal;
	color: #0b3885;
	font-size: 26px;
	line-height: 29px;
	letter-spacing: -1.17px;
	margin-top: 0;
}
@media screen and (min-width: 767px) {
	.glance_blog .post-title {
		font-size: 40px;
		line-height: 46px;
		letter-spacing: -0.83px;
	}
}

/*


Default Html blocks


*/
.page-template-default .entry-content > h2,
.page-template-default .entry-content > h1,
.page-template-default .entry-content > h3,
.page-template-default .entry-content > h4,
.page-template-default .entry-content > h5,
.page-template-default .entry-content > h6,
.page-template-default .entry-content > p {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 400;
	color: #0b3885;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.page-template-page-narrow .entry-content > h2 {
	text-align: left;
	color: #0b3885;
}

.page-template-page-narrow .entry-content h1,
.page-template-page-narrow .entry-content h2,
.page-template-page-narrow .entry-content h3,
.page-template-page-narrow .entry-content h4,
.page-template-page-narrow .entry-content h5,
.page-template-page-narrow .entry-content h6,
.page-template-page-narrow .entry-content p {
	width: 100%;
	color: #0b3885;
}

.entry-content > h2 {
	font-size: 30px;
	line-height: 29px;
	text-align: center;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
@media screen and (min-width: 767px) {
	.entry-content > h2 {
		margin-top: 6rem;
		margin-bottom: 6rem;
		font-size: 44px;
		line-height: 45px;
	}
}

@media screen and (min-width: 767px) {
	.page-template-default .entry-content > h2 {
		padding-top: 2rem;
		background: url(img/glance-arc.svg) no-repeat top center/123px;
	}
}

/*


Content Block with Image Small


*/
.glance_content_image_small {
	padding-top: 0rem;
	padding-bottom: 2rem;
}
@media screen and (min-width: 767px) {
	.glance_content_image_small {
		padding-top: 5rem;
		padding-bottom: 3.75rem;
	}
}

.glance_content_image_small .block-wrapper {
	max-width: 1140px;
	padding-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
	align-items: flex-start;
	background: #ccd8e9;
}
@media screen and (min-width: 767px) {
	.glance_content_image_small .block-wrapper {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}

.glance_content_image_small .block-wrapper .col-4 {
	order: 1;
}
@media screen and (min-width: 767px) {
	.glance_content_image_small .block-wrapper .col-4 {
		order: 2;
	}
}

.glance_content_image_small .block-wrapper .col-8 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	order: 2;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.glance_content_image_small .block-wrapper .col-8 {
		padding-left: 5%;
		padding-right: 5%;
		order: 1;
		text-align: left;
	}
}

.glance_content_image_small .img-wrap .wrap img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (min-width: 767px) {
	.glance_content_image_small .side-content {
		margin-top: -5rem;
	}
}

.glance_content_image_small .img-wrap {
	padding-left: 15%;
	padding-right: 15%;
	margin-top: 2.5rem;
	margin-bottom: 0.5rem;
	max-width: 75%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (min-width: 767px) {
	.glance_content_image_small .img-wrap {
		max-width: 100%;
		padding-left: 18%;
		padding-right: 18%;
		margin-top: 0;
		margin-bottom: 0;
	}
}

.glance_content_image_small .img-wrap .wrap {
	width: 100%;
	background: #f9fafc;
	border-radius: 15px;
	overflow: hidden;
	background: #d8d8d8;
	box-shadow: 0 20px 38px 0 rgba(9, 24, 77, 0.22);
	position: relative;
	padding-top: 0.5rem;
	padding-bottom: 1rem;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
@media screen and (min-width: 767px) {
	.glance_content_image_small .img-wrap .wrap {
		padding-top: 1rem;
		padding-bottom: 1.9rem;
		padding-left: 0.55rem;
		padding-right: 0.55rem;
	}
}

.glance_content_image_small .block-title {
	font-size: 30px;
	color: #0b3885;
	letter-spacing: -1.35px;
	text-align: center;
	line-height: 29px;
	font-weight: normal;
	margin-bottom: 1rem;
}
@media screen and (min-width: 767px) {
	.glance_content_image_small .block-title {
		font-size: 54px;
		letter-spacing: -2.43px;
		line-height: 52px;
		text-align: left;
	}
}

.block-condolences {
	width: 100%;
}
@media screen and (min-width: 767px) {
	.block-condolences {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}
}

.condolence {
	margin-bottom: 3rem;
}
@media screen and (min-width: 767px) {
	.condolence {
		margin-bottom: 4.25rem;
	}
}

@media screen and (min-width: 767px) {
	.glance_condolences .block-header p {
		font-size: 1.1em;
		line-height: 1.75rem;
	}
}

.glance_condolences .block-header p a {
	color: #36addf;
}

.glance_condolences .block-title {
	color: #0b3885;
	font-weight: normal;
	font-size: 2rem;
	line-height: 2rem;
}
@media screen and (min-width: 767px) {
	.glance_condolences .block-title {
		font-size: 3rem;
		line-height: 3rem;
	}
}

.glance_condolences .block-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 2rem;
}
@media screen and (min-width: 767px) {
	.glance_condolences .block-header {
		padding-bottom: 3rem;
	}
}

h3.c-title {
	color: #36addf;
	font-weight: normal;
	margin-bottom: 0.4rem;
	font-size: 1.25rem;
	line-height: 1.5rem;
}
@media screen and (min-width: 767px) {
	h3.c-title {
		font-size: 1.5rem;
		line-height: 1.85rem;
		margin-bottom: 0.5rem;
	}
}

p.c-body {
	font-size: 0.85rem;
	line-height: 1.4rem;
}
@media screen and (min-width: 767px) {
	p.c-body {
		font-size: 0.95rem;
		line-height: 1.5rem;
	}
}

span.c-from {
	font-family: "pt-serif", serif;
	color: rgba(58, 74, 102, 0.6);
	font-weight: normal;
	font-size: 0.8rem;
	line-height: 1.15rem;
}
@media screen and (min-width: 767px) {
	span.c-from {
		font-size: 0.9rem;
		line-height: 1.25rem;
	}
}

.condolence-footer {
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
}
@media screen and (min-width: 767px) {
	.condolence-footer {
		padding-top: 2.5rem;
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}
}

@media screen and (min-width: 767px) {
	.condolence-footer:after {
		content: "";
		width: 50%;
		height: 100%;
		position: absolute;
		top: 1rem;
		opacity: 0.8;
		right: 0;
		background: url(img/rich-baker-1.jpg) no-repeat center center/contain;
	}
}

.condolence-footer .wrap {
	width: 100%;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.condolence-footer .wrap {
		width: 50%;
		text-align: left;
	}
}

.condolence-footer .f-title {
	font-family: "pt-serif", serif;
	font-weight: normal;
	margin-bottom: 0;
	color: #0b3885;
	font-size: 1.25rem;
	line-height: 1.65rem;
}
@media screen and (min-width: 767px) {
	.condolence-footer .f-title {
		font-size: 1.5rem;
		line-height: 1.85rem;
	}
}

.condolence-footer .f-years {
	font-family: "pt-serif", serif;
	font-weight: normal;
	margin-top: 0;
	color: #0b3885;
	font-size: 0.85rem;
}
@media screen and (min-width: 767px) {
	.condolence-footer .f-years {
		font-size: 0.95rem;
	}
}

.condolence-footer p {
	color: rgba(58, 74, 102, 0.6);
	font-size: 0.85rem;
	line-height: 1.35rem;
}
@media screen and (min-width: 767px) {
	.condolence-footer p {
		font-size: 0.95rem;
		line-height: 1.5rem;
	}
}

/* query widths */
/*


Default Page


*/
.page-template-default.home,
.page-template-default.home .entry-content {
	padding-top: 0;
	margin-top: 0;
}

.page-template-default.home .entry-content {
	margin-top: 3rem;
}
@media screen and (min-width: 767px) {
	.page-template-default.home .entry-content {
		margin-top: 0;
	}
}

.page-template-default .entry-content,
body.page-id-23 .entry-content,
body.page-id-21 .entry-content {
	margin-top: 3rem;
}
@media screen and (min-width: 767px) {
	.page-template-default .entry-content,
	body.page-id-23 .entry-content,
	body.page-id-21 .entry-content {
		margin-top: 73px;
	}
}

/* .parent-pageid-9 .entry-content {
	background: url(img/why-glance-circle.svg) no-repeat right 62.5%/33.25%,
		url(img/why-glance-arcs.svg) no-repeat center 12%/100%,
		linear-gradient(to bottom, white 60%, #deebfa 100%);
} */

.parent-pageid-9.page-id-38 .entry-content {
	background: none;
}

.parent-pageid-8 .entry-content {
	/* background: url(img/platform-grey-circle.svg) no-repeat left 10%/15%,
		url(img/platform-blue-circle.svg) no-repeat right 35%/25%,
		url(img/platform-blue-stripe.svg) no-repeat right 65%/100%,
		linear-gradient(
			to bottom,
			white 0%,
			white 45%,
			rgba(136, 183, 237, 0.28) 50%,
			rgba(0, 98, 211, 0.12) 84%,
			rgba(0, 153, 234, 0.16) 100%
		); */
	margin-top: 5rem;
}
@media screen and (min-width: 767px) {
	/* .parent-pageid-8 .entry-content {
		margin-top: 117px;
		background: url(img/platform-grey-circle.svg) no-repeat left 10%/15%,
			url(img/platform-blue-circle.svg) no-repeat right 35%/25%,
			url(img/platform-blue-stripe.svg) no-repeat right 65%/100%,
			linear-gradient(
				to bottom,
				white 0%,
				white 70%,
				rgba(136, 183, 237, 0.28) 75%,
				rgba(0, 98, 211, 0.12) 84%,
				rgba(0, 153, 234, 0.16) 100%
			);
	} */
}

.page-template-default figure.wp-block-embed {
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

/*




ROI Page


*/
.calculoid-info.ng-scope h1.ng-scope {
	font-family: "pt-serif", serif;
	text-align: left;
	font-weight: 400;
	margin-bottom: 1.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.calculoid-info.ng-scope .calculoid-description {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	font-family: lato, sans, serif;
	font-size: 1.125rem;
	letter-spacing: 0;
	line-height: 1.75rem;
	color: #3a4a66;
}

.calculoid-theme-default li.gridster-item {
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: none;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

h4.calculoid-field-title span {
	font-family: "Overpass", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 0.75rem;
	text-align: left;
	line-height: 0.85rem;
	letter-spacing: 0.0133333333rem;
	color: #5e749a;
	display: inline-block;
}

.calculoid-html-field h2 {
	font-size: 1.25rem;
	line-height: 1.35rem;
	font-weight: 400;
	margin-top: 0;
}

.entry-content .calculoid-html-field p {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	font-family: lato, sans, serif;
	font-size: 0.9rem;
	margin-top: 0;
	letter-spacing: 0;
	line-height: 1rem;
	color: #3a4a66;
}

.signature-div.ng-scope a {
	display: none;
}

/*



Request a Demo Page


*/
.page-id-14,
.page-id-201 {
	background: url(img/request-demo-bg.svg) no-repeat top center/cover;
}

/*



Narrow Content Page


*/
.page-template-page-narrow .entry-content {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 75px;
}
@media screen and (min-width: 767px) {
	.page-template-page-narrow .entry-content {
		padding-top: 100px;
	}
}

/*



Home Page


*/
.home .glance_logos.layout-full {
	background: rgba(0, 153, 234, 0.06);
}

.home .glance_logos.layout-full + .glance_resources-cta {
	position: relative;
	background: linear-gradient(
		to bottom,
		rgba(0, 153, 234, 0.06),
		rgba(109, 161, 223, 0.28)
	);
}

.home .glance_logos.layout-full + .glance_resources-cta:before {
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	padding-bottom: 44.444%;
	margin-top: -9%;
	background: url(img/home-circle-gradient.svg) no-repeat top center/100%;
}

.home .glance_logos.layout-full + .glance_resources-cta .block-content {
	position: relative;
}

.home .glance_resources-cta + .glance_cta.layout_bg-center {
	background: rgba(109, 161, 223, 0.28);
}

/*



Contact Page


*/
.page-id-15 {
	background: url(img/contact-bg.svg) no-repeat bottom center/100%;
}

/*


Request a Demo Thanks


*/
/* .page-id-12227,
.page-id-12230 {
	background: url(img/why-glance-arcs.svg) no-repeat 0 7.5%/100%,
		linear-gradient(
			0deg,
			rgba(136, 183, 237, 0.28) 20%,
			rgba(0, 98, 211, 0.12) 44%,
			rgba(0, 153, 234, 0.16) 78%,
			rgba(0, 153, 234, 0) 94%
		);
} */

/*


Case Studies


*/
.single-glance_casestudy .entry-header {
	display: none;
}

.single-glance_casestudy .glance_casestudies.layout-normal {
	background: linear-gradient(to bottom, transparent 50%, #003d88 50%);
}

.single-glance_casestudy
	.glance_casestudies.layout-normal
	+ .glance_resources-cta {
	background: linear-gradient(to bottom, #003d88 0%, #001d50 50%);
}

.single-glance_casestudy .glance_resources-cta + .glance_cta.layout_bg-center {
	background: #001d50;
}

.single-glance_casestudy .glance_cta.layout_bg-left .block-image {
	position: relative;
	min-height: 12.125rem;
}
@media screen and (min-width: 767px) {
	.single-glance_casestudy .glance_cta.layout_bg-left .block-image {
		min-height: 39.625rem;
	}
}

/*.single-glance_casestudy .glance_cta.layout_bg-left .block-title .highlight-text {
	color: #09826B;
}*/
.single-glance_casestudy .glance_cta.layout_bg-left .block-image:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(
		222deg,
		rgba(0, 131, 209, 0.05) 0%,
		rgba(0, 128, 207, 0.3) 34%,
		rgba(24, 50, 150, 0.78) 67%,
		rgba(0, 4, 122, 0.79) 90%
	);
}

@media screen and (min-width: 767px) {
	.single-glance_casestudy .glance_cta.layout_bg-left .block-content-holder {
		padding-bottom: 0;
	}
}

/*


Culture page

*/
.page-id-11373 .entry-content {
	background: linear-gradient(
			0deg,
			rgba(136, 183, 237, 0.28) 20%,
			rgba(0, 98, 211, 0.12) 44%,
			rgba(0, 153, 234, 0.16) 78%,
			rgba(0, 153, 234, 0) 94%
		)
		no-repeat bottom center/100% 68.85%;
}

@media screen and (min-width: 767px) {
	.page-id-11373 .entry-content {
		background: linear-gradient(
					0deg,
					rgba(136, 183, 237, 0.28) 20%,
					rgba(0, 98, 211, 0.12) 44%,
					rgba(0, 153, 234, 0.16) 78%,
					rgba(0, 153, 234, 0) 94%
				)
				no-repeat bottom center/100% 68.85%,
			url(../../uploads/2019/06/grey_bg_circle.png) no-repeat -219px 17%/440px;
	}
}
/*



Page type - Post Archive Page



*/
body.blog {
	background: #fff
		linear-gradient(
			0deg,
			rgba(109, 161, 223, 0.28) 20%,
			rgba(0, 98, 211, 0.12) 38%,
			rgba(0, 153, 234, 0.06) 75%
		);
}

/*


Partner Integrations

*/
/* .page-id-23 {
	background: linear-gradient(
				0deg,
				rgba(136, 183, 237, 0.28) 20%,
				rgba(0, 98, 211, 0.12) 44%,
				rgba(0, 153, 234, 0.16) 78%,
				rgba(0, 153, 234, 0) 94%
			)
			no-repeat bottom center/100% 50%,
		url("img/why-glance-circle.svg") no-repeat top 770px right/26%,
		url("img/blue-arc.svg") no-repeat bottom 20% center/110%;
} */

.page-id-23 .glance_cta.layout_full-width .block-wrapper .block-image {
	margin-left: 0;
}

@media screen and (min-width: 767px) {
	.page-id-23 .glance_cta.layout_full-width .block-wrapper.flex-parent {
		align-items: flex-end;
	}

	.page-id-23 .glance_cta.layout_full-width .block-wrapper .block-image {
		padding-left: 0;
		margin-bottom: 99px;
	}

	.page-id-23 .glance_cta.layout_full-width .block-content-holder {
		margin-left: -85%;
		max-width: 439px;
		flex: 1;
		padding-bottom: 43px;
	}
}
#glance_cta-block_5d0bb36c522fc .block-image:before {
	height: 100%;
	width: 186px;
	display: block;
	position: absolute;
	z-index: 999;
	left: -93px;
	content: "";
	background: url("img/overlay-circle.svg") no-repeat center;
}

.page-template-page-thank-you {
	padding-top: 59px;
	background-image: linear-gradient(
		0deg,
		rgba(109, 161, 223, 0.28) 20%,
		rgba(0, 98, 211, 0.12) 46%,
		rgba(0, 153, 234, 0.06) 100%
	);
}
@media screen and (min-width: 767px) {
	.page-template-page-thank-you {
		padding-top: 8.5rem;
	}
}

/*


404 Page

*/
.error404 .site-content {
	padding: 7rem 1.25rem 4rem;
	background-image: linear-gradient(
		0deg,
		rgba(109, 161, 223, 0.28) 20%,
		rgba(0, 98, 211, 0.12) 46%,
		rgba(0, 153, 234, 0.06) 100%
	);
}

.img-404 {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.img-404 {
	box-shadow: 0 24px 63px 0 rgba(81, 110, 210, 0.2);
}

.error-404 h1 {
	margin-bottom: 0.5rem;
}

.error-404 p a {
	color: inherit;
	font-weight: bold;
}

.error-404 .page-content {
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}

.error-404 .page-title {
	font-size: 3.375rem;
	line-height: 3.25rem;
	color: #0b3885;
}

@media screen and (min-width: 1000px) {
	.error-404 {
		padding-top: 6rem;
		padding-bottom: 6rem;
		max-width: 1230px;
		margin: 0 auto;
		display: flex;
		align-items: center;
	}

	.error-404 .page-content {
		text-align: left;
	}

	.img-404 {
		margin-right: 4%;
	}
}
.page-template .download-resource.single-content .footer-posts-title {
	display: flex;
	align-items: center;
}
@media screen and (min-width: 767px) {
	.page-template .download-resource.single-content .footer-posts-title {
		margin-bottom: 55px;
		margin-top: 55px;
	}
}

.page-template .download-resource.single-content .similar-resources {
	align-items: flex-start;
}

.page-template .download-resource.single-content .footer-posts-title h3 {
	font-family: "Overpass", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 0.9rem;
	color: #5e749a;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}

.page-template .download-resource.single-content hr {
	height: 1px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border: 1px solid #5e749a;
	border-width: 1px 0 0 0;
	opacity: 0.2;
}

.page-template .download-resource.single-content {
	width: 100%;
}

.page-template .download-resource .wrapper {
	max-width: 1140px;
	padding-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

/*


Cookie Pop up

*/
#cookie_action_close_header {
	box-shadow: inset 0 0 0 2px white;
	background: transparent !important;
	border-radius: 28px;
	font-family: "Overpass", sans-serif;
	font-weight: 800;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1.2rem;
	padding-right: 1.2rem;
	letter-spacing: 0.025rem;
	font-size: 0.8rem;
	line-height: 0.95rem;
	cursor: pointer;
	border: none;
	transition-property: box-shadow;
	transition-duration: 0.25s;
	text-shadow: none;
}
@media screen and (min-width: 767px) {
	#cookie_action_close_header {
		font-size: 0.75rem;
		line-height: 0.75rem;
		letter-spacing: 0.0575rem;
		padding-top: 1rem;
		padding-bottom: 1rem;
		padding-left: 1.45rem;
		padding-right: 1.45rem;
	}
}

.cli_settings_button {
	text-decoration: underline;
}

#cookie-law-info-bar {
	font-family: "pt-serif", serif;
	font-weight: 400;
	font-size: 17px;
}

/*


Condolences page template


*/
.page-template-page-remembering {
	background: rgba(244, 250, 252, 0.45);
}

.page-template-page-remembering .entry-content {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	border-radius: 25px;
	background-color: white;
	margin-top: 4.5rem;
	margin-bottom: 3rem;
	width: 95%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
@media screen and (min-width: 767px) {
	.page-template-page-remembering .entry-content {
		margin-top: 7rem;
		margin-bottom: 4rem;
		padding-left: 5rem;
		padding-right: 5rem;
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}
}

/* query widths */
.post-image {
	display: block;
	width: 100%;
	height: auto;
}

/*

Single Blog Post


*/
.social-sharing a[class*="button"] {
	margin-right: 1rem;
}
@media screen and (min-width: 767px) {
	.social-sharing a[class*="button"] {
		margin-right: 1.5rem;
	}
}

.social-sharing a[class*="button"]:last-of-type {
	margin-right: 0;
}
@media screen and (min-width: 767px) {
	.social-sharing a[class*="button"]:last-of-type {
		margin-right: 0;
	}
}

.social-sharing a.button-linkedin {
	width: 30px;
	height: 30px;
	text-indent: -10000px;
	background: url(img/linkedin.svg) no-repeat top left/100% !important;
}

.social-sharing a.button-twitter {
	width: 30px;
	height: 30px;
	text-indent: -10000px;
	background: url(img/twitter.svg) no-repeat top left/100% !important;
}

.social-sharing a.button-facebook {
	width: 30px;
	height: 30px;
	text-indent: -10000px;
	background: url(img/facebook.svg) no-repeat top left/100% !important;
}

.single.single-glance_career .site-content {
	background: white;
}

.single .site-content {
	padding-top: 59px;
}
@media screen and (min-width: 767px) {
	.single .site-content {
		padding-top: 0;
	}
}

.single-glance_career .site-content {
	padding-top: 59px;
}
@media screen and (min-width: 767px) {
	.single-glance_career .site-content {
		padding-top: 73px;
	}
}

.single-header,
.single-resource .content-area.article .single-header {
	height: 189px;
	overflow: hidden;
	position: relative;
}
@media screen and (min-width: 767px) {
	.single-header,
	.single-resource .content-area.article .single-header {
		height: 611px;
	}
}

.single-resource .single-header:after {
	position: absolute;
	content: "";
	width: 100%;
	bottom: -3px;
	left: 0;
	padding-bottom: 12.5%;
	background: url(img/resources-mask.svg) no-repeat top left/100%;
}
@media screen and (min-width: 767px) {
	.single-resource .single-header:after {
		display: none;
	}
}

.single-resource .content-area.article .single-header:after {
	display: none;
}

@media screen and (min-width: 767px) {
	.single-resource .single-header {
		height: 19.0625rem;
	}
}

.single-resource .mob-img-wrap.img-wrap {
	display: block;
	margin-top: -7rem;
	margin-bottom: 0;
	padding-left: 27.5%;
	padding-right: 27.5%;
}
@media screen and (min-width: 767px) {
	.single-resource .mob-img-wrap.img-wrap {
		display: none;
	}
}

.single-resource .mob-img-wrap.img-wrap .wrap {
	padding-top: 0.5rem;
	padding-bottom: 1.2rem;
	padding-left: 0.35rem;
	padding-right: 0.35rem;
}

.single-header svg,
.single-resource .single-header svg {
	position: absolute;
	top: 0;
	right: 0;
	left: -0.5%;
	width: 101%;
	height: 192px;
}
@media screen and (min-width: 767px) {
	.single-header svg,
	.single-resource .single-header svg {
		height: auto;
	}
}

.side-content .form-wrapper {
	width: 100%;
	padding: 22px 26px 6px;
	margin-bottom: 35px;
	text-align: center;
	background-image: linear-gradient(
		226deg,
		#00b9f1 0%,
		#008ec5 35%,
		#0078c0 59%,
		#012db2 100%
	);
}

.side-content .form-wrapper h3 {
	color: #fff;
	font-family: "Overpass", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 19px;
	margin-bottom: 1.25rem;
	margin-top: 0.5rem;
}

.single-post .single-content,
.single-post .single-content,
.single-resource .content-area.article .single-content {
	margin-top: -30px;
	padding-bottom: 1.25rem;
}
@media screen and (min-width: 767px) {
	.single-post .single-content,
	.single-post .single-content,
	.single-resource .content-area.article .single-content {
		padding-bottom: 80px;
	}
}

.single .site-content,
.single-post .site-content,
.single-resource .content-area.article .site-content {
	background-image: linear-gradient(
		0deg,
		rgba(109, 161, 223, 0.28) 20%,
		rgba(0, 98, 211, 0.12) 46%,
		rgba(0, 153, 234, 0.06) 100%
	);
}

.single-post a,
.single-news a {
	text-decoration: none;
}

.single-post .single-content .wrapper,
.single-news .single-content .wrapper,
.single-resource .content-area.article .single-content .wrapper {
	max-width: 1230px;
	margin: 0 auto;
	align-items: flex-start;
}

.single-content img,
.single-resource .content-area.article .single-content img {
	max-width: 100%;
	height: auto;
}

.single-content img.alignright {
	float: right;
}

.single-content img.alignleft {
	float: left;
}

.single-post .main-content,
.single-news .main-content,
.single-resource .content-area.article .main-content {
	z-index: 1;
}
@media screen and (min-width: 767px) {
	.single-post .main-content,
	.single-news .main-content,
	.single-resource .content-area.article .main-content {
		margin-top: -300px;
		padding-right: 1.25rem;
	}
}

.single-post .main-content article,
.single-news .main-content article,
.single-resource .content-area.article .main-content article {
	padding: 0 6% 50px;
	background: #fff;
	border: 1px solid #e3e7e8;
	box-shadow: 0 24px 63px 0 rgba(81, 110, 210, 0.2);
}

.single-post .entry-header,
.single-news .entry-header {
	margin-bottom: 29px;
	padding-bottom: 33px;
	border-bottom: 1px solid #e1e1e1;
}

.glance_blog .author-wrap,
.single-post .author-wrap,
.single-news .author-wrap,
.single-resource .content-area.article .author-wrap {
	display: flex;
}

.glance_blog .avatar-image,
.single-post .avatar-image,
.single-news .avatar-image,
.single-resource .content-area.article .avatar-image {
	width: 94px;
	height: 94px;
	background: url(img/stat-circle.svg) no-repeat center/68px, #fff;
	padding: 22px;
	border-radius: 50%;
	position: relative;
	margin-top: -28px;
	margin-left: -23px;
}

.glance_blog .avatar-image {
	margin-top: 0;
	margin-left: 0;
}

.glance_blog .avatar-image img,
.single-post .avatar-image img,
.single-news .avatar-image img,
.single-resource .content-area.article .avatar-image img {
	height: 100%;
	width: auto;
	border-radius: inherit;
}

.glance_blog .author,
.single-post .author,
.single-news .author,
.single-resource .content-area.article .author {
	margin-left: 10px;
	margin-top: 17px;
	font-family: lato, sans, serif;
	color: #3a4a66;
}

.glance_blog .author {
	margin-top: 30px;
	margin-left: 0;
}

.glance_blog .author a,
.single-post .author a,
.single-news .author a,
.single-resource .content-area.article .author a {
	margin-right: 8px;
}

.author-wrap .aut-name {
	font-weight: 600;
}

.single-post .entry-title,
.single-news .entry-title,
.single-resource .content-area.article .entry-title {
	font-size: 30px;
	line-height: 1.2;
	color: #0b3885;
	margin-top: 0;
	margin-bottom: 10px;
	letter-spacing: -1.35px;
	font-weight: 400;
}
@media screen and (min-width: 767px) {
	.single-post .entry-title,
	.single-news .entry-title,
	.single-resource .content-area.article .entry-title {
		font-size: 44px;
		line-height: 1.2;
		margin-bottom: 10px;
		letter-spacing: -0.92px;
	}
}

.single-post .cat-links,
.single-news .cat-links,
.single-resource .content-area.article .cat-links {
	font-family: "Overpass", sans-serif;
	text-transform: uppercase;
}

.single-post .cat-links a,
.single-news .cat-links a,
.single-resource .content-area.article .cat-links a {
	color: #5e749a;
	font-weight: 800;
}

.single-post .entry-content,
.single-news .entry-content,
.single-resource .content-area.article .entry-content {
	line-height: 31px;
	margin-bottom: 39px;
}

.single-post .entry-content h2,
.single-news .entry-content h2,
.single-resource .content-area.article .entry-content h2 {
	color: #0d2d64;
	font-size: 1.5rem;
	margin-top: 1.5em;
	margin-bottom: 0;
}

.single-post .entry-content h3,
.single-news .entry-content h3,
.single-post .entry-content h4,
.single-news .entry-content h4,
.single-resource .content-area.article .entry-content h3,
.single-resource .content-area.article .entry-content h4 {
	color: #0d2d64;
}

.single-post .entry-content figcaption,
.single-news .entry-content figcaption,
.single-resource .content-area.article .entry-content figcaption,
.single-resource .content-area.video .content-wrap figcaption {
	color: #5e749a;
	font-family: lato, sans, serif;
}

.single-resource .content-area.video .content-wrap figcaption {
	margin-top: 2em;
	margin-bottom: 3em;
	max-width: 700px;
}

.single-post .entry-content a,
.single-news .entry-content a,
.single-post .author a,
.single-news .author a,
.single-resource .content-area.article .entry-content a {
	font-weight: 600;
	margin-bottom: 2px;
	color: inherit;
}

.single-post .entry-content a,
.single-news .entry-content a,
.single-resource .content-area.article .entry-content a {
	display: inline;
	text-decoration: none;
	background: linear-gradient(to right, #09826b 0%, #09826b 100%);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 2px;
	transition: background-size 0.25s;
}

.single-post .entry-content a:hover,
.single-news .entry-content a:hover,
.single-post .author a:hover,
.single-news .author a:hover,
.single-post .tags-links a:hover,
.single-news .tags-links a:hover,
.single-resource .content-area.article .entry-content a:hover,
.single-resource .content-area.article .tag-links a:hover,
.single-resource .content-area.article .author a:hover {
	color: #36addf;
}

.single-post .entry-content a:hover,
.single-news .entry-content a:hover,
.single-resource .content-area.article .entry-content a:hover {
	background-size: 0% 2px;
	color: #3a4a66;
}

.single-post .entry-footer,
.single-news .entry-footer,
.single-resource .content-area.article .entry-footer {
	border-top: 1px solid #e1e1e1;
	padding-top: 36px;
}

.single-post .tags-links a,
.single-news .tags-links a,
.single-resource .content-area.article .tags-links a {
	font-family: "Overpass", sans-serif;
	text-transform: uppercase;
	color: #3a4a66;
	font-weight: bold;
}

.single-post .tag-links {
	font-family: "Overpass", sans-serif;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	color: #3a4a66;
	font-weight: bold;
}

.single-post .footer-container.flex-parent {
	align-items: flex-start;
}

@media screen and (min-width: 767px) {
	.single-post .footer-container.flex-parent .col-7 {
		padding-right: 2rem;
	}
}

.single-post .tag-links li {
	font-family: "Overpass", sans-serif;
	font-weight: 800;
	color: #3d4a64;
	text-transform: capitalize;
	flex: 0 auto;
	font-size: 17px;
	line-height: 27px;
	margin-right: 0.5rem;
}

.single-post .tag-links-head,
.single .tag-links-head {
	font-family: "Overpass", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	color: #5e749a;
	letter-spacing: 0.17px;
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 1.1rem;
}

.single-post .edit-link,
.single-news .edit-link {
	display: block;
	font-family: "Overpass", sans-serif;
	text-decoration: underline;
	color: #2fa9e0;
}

.single-post .blog-home-link,
.single-news .blog-home-link {
	display: inline-block;
	padding: 40px 15px 2px;
}

.single-post .side-content,
.single-news .side-content,
.single-resource .content-area.article .side-content {
	position: relative;
	padding-top: 2rem;
}
@media screen and (min-width: 767px) {
	.single-post .side-content,
	.single-news .side-content,
	.single-resource .content-area.article .side-content {
		padding-top: 57px;
	}
}

.side-content .glance-post .categories,
.single-resource .content-area.article .categories {
	margin-bottom: 0;
	text-align: left;
}

.single-post .side-content .tab-navigation li button,
.single-resource .content-area.article .tab-navigatio li button,
.single-news .side-content .tab-navigation li button {
	cursor: pointer;
}

.single-resource .content-area.article .side-content .tab-navigation li button,
.single-post .side-content .tab-navigation li button,
.single-news .side-content .tab-navigation li button,
.single-post .popluar-categories h3,
.single-news .popluar-categories h3,
.single-resource .content-area.article .footer-posts-title h3,
.single-post .footer-posts-title h3,
.single-news .footer-posts-title h3,
.single-resource .footer-posts-title h3,
.single-post .blog-home-link,
.single-news .blog-home-link,
.single-resource .content-area.article .popluar-categories h3 {
	font-family: "Overpass", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 0.9rem;
	color: #5e749a;
}

#sizetracker iframe {
	display: block;
	width: 100%;
}

.glance-post-card .wrap {
	border-bottom: 1px solid rgba(94, 116, 154, 0.2);
}
@media screen and (min-width: 767px) {
	.glance-post-card .wrap {
		border-bottom: none;
	}
}

.footer-posts .glance-post-card .wrap {
	background: transparent;
}

.footer-posts .glance-post-card .content {
	padding-left: 0;
}

.single-resource .content-area.article .footer-posts-title h3,
.single-post .footer-posts-title h3,
.single-news .footer-posts-title h3,
.single-resource .footer-posts-title h3 {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}

.single-resource .content-area.article .side-content .new-popular-tabs,
.single-post .side-content .new-popular-tabs,
.single-news .side-content .new-popular-tabs {
	width: 100%;
}
@media screen and (min-width: 767px) {
	.single-resource .content-area.article .side-content .new-popular-tabs,
	.single-post .side-content .new-popular-tabs,
	.single-news .side-content .new-popular-tabs {
		margin-bottom: 40px;
	}
}

.single-post .side-content .tab-navigation,
.single-news .side-content .tab-navigation,
.single-resource .content-area.article .side-content .tab-navigation {
	height: 60px;
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 0;
	list-style-type: none;
	margin: 0;
}

.single-resource .content-area.article .side-content .tab-navigation li,
.single-post .side-content .tab-navigation li,
.single-news .side-content .tab-navigation li {
	flex: 50%;
	padding: 15px 5px;
	margin: 0;
	text-align: center;
}
.single-resource .content-area.article .side-content .tab-navigation li:before,
.single-post .side-content .tab-navigation li:before,
.single-news .side-content .tab-navigation li:before {
	display: none;
}

.single-resource .content-area.article .side-content .tab-navigation li button,
.single-post .side-content .tab-navigation li button,
.single-news .side-content .tab-navigation li button {
	background: none;
	border: none;
}

.new-popular-tabs .side-content div.post-image {
	flex: 0 33.3333%;
	max-width: 33.3333%;
}
@media screen and (min-width: 767px) {
	.new-popular-tabs .side-content div.post-image {
		flex: 0 33.3333%;
		max-width: 33.3333%;
	}
}

.new-popular-tabs .side-content .categories {
	margin-top: 0;
}

.new-popular-tabs .side-content .glance-post .wrap {
	border-bottom: 1px solid rgba(94, 116, 154, 0.2);
	align-items: center;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
@media screen and (min-width: 767px) {
	.new-popular-tabs .side-content .glance-post .wrap {
		border-bottom: none;
		padding-bottom: 0;
		padding-top: 0;
	}
}

.new-popular-tabs .glance-posts {
	margin-bottom: 1.25rem;
}

.new-popular-tabs .side-content .content-wrapper {
	flex: 0 66.66667%;
	max-width: 66.66667%;
}
@media screen and (min-width: 767px) {
	.new-popular-tabs .side-content .content-wrapper {
		flex: 0 66.66667%;
		max-width: 66.66667%;
	}
}

.single-post #new-posts-0,
.single-news #new-posts-0,
.single-post #popular-posts-1,
.single-news #popular-posts-1,
.single-resource .content-area.article #new-posts-0,
.single-resource .content-area.article #popular-posts-1 {
	background: #fff;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	position: relative;
	z-index: 1;
}
@media screen and (min-width: 767px) {
	.single-post #new-posts-0,
	.single-news #new-posts-0,
	.single-post #popular-posts-1,
	.single-news #popular-posts-1,
	.single-resource .content-area.article #new-posts-0,
	.single-resource .content-area.article #popular-posts-1 {
		padding: 10px 5.277%;
	}
}

.popluar-categories {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
@media screen and (min-width: 767px) {
	.popluar-categories {
		padding-left: 0;
		padding-right: 0;
	}
}

.new-popular-tabs .side-content {
	display: none;
}

.new-popular-tabs .side-content.toggled {
	display: block;
}

/*change to active tab class*/
.side-content .tab-navigation li.toggled,
.side-content .tab-navigation li.toggled {
	background: #fff;
	box-shadow: 0 24px 63px 0 rgba(81, 110, 210, 0.2);
	z-index: 1;
}

.single-post #new-posts-0 .glance-post,
.single-news #new-posts-0 .glance-post,
.single-post #popular-posts-1 .glance-post,
.single-news #popular-posts-1 .glance-post,
.single-resource .content-area.article .side-cotnent .glance-post {
	border-bottom: 1px solid #e1e1e1;
	overflow: auto;
	padding: 0;
}
@media screen and (min-width: 767px) {
	.single-post #new-posts-0 .glance-post,
	.single-news #new-posts-0 .glance-post,
	.single-post #popular-posts-1 .glance-post,
	.single-news #popular-posts-1 .glance-post,
	.single-resource .content-area.article .side-cotnent .glance-post {
		padding: 18px 0;
	}
}
.single-post #new-posts-0 .glance-post:last-of-type,
.single-news #new-posts-0 .glance-post:last-of-type,
.single-post #popular-posts-1 .glance-post:last-of-type,
.single-news #popular-posts-1 .glance-post:last-of-type,
.single-resource .content-area.article .side-cotnent .glance-post:last-of-type {
	border-bottom: none;
}

.single-post #new-posts-0 .content-wrapper,
.single-news #new-posts-0 .content-wrapper,
.single-post #popular-posts-1 .content-wrapper,
.single-news #popular-posts-1 .content-wrapper,
.single-resource .content-area.article .side-content .content-wrapper {
	padding-left: 20px;
}

/*Replace w/"Featured Category" or something of that nature */
.single-post #new-posts-0 .categories a,
.single-news #new-posts-0 .categories a,
.single-post #popular-posts-1 .categories a,
.single-news #popular-posts-1 .categories a,
.single-resource .content-area.article .side-content .categories a {
	/*display: none;*/
	font-size: 13px;
}
.single-post #new-posts-0 .categories a:first-of-type,
.single-news #new-posts-0 .categories a:first-of-type,
.single-post #popular-posts-1 .categories a:first-of-type,
.single-news #popular-posts-1 .categories a:first-of-type,
.single-resource
	.content-area.article
	.side-content
	.categories
	a:first-of-type {
	display: initial;
	/*font-size: 13px;*/
}

.single-post #new-posts-0 .post-title,
.single-news #new-posts-0 .post-title,
.single-post #popular-posts-1 .post-title,
.single-news #popular-posts-1 .post-title,
.single-resource .content-area.article .side-content .post-title,
.single-post #popular-posts-1 .post-title {
	font-family: lato, sans, serif;
	color: #3a4a66;
	font-size: 15px;
	color: #3a4a66;
	line-height: 1.7;
}
@media screen and (min-width: 767px) {
	.single-post #new-posts-0 .post-title,
	.single-news #new-posts-0 .post-title,
	.single-post #popular-posts-1 .post-title,
	.single-news #popular-posts-1 .post-title,
	.single-resource .content-area.article .side-content .post-title,
	.single-post #popular-posts-1 .post-title {
		margin: 2px 0 0;
	}
}
.single-post #new-posts-0 .post-title a,
.single-news #new-posts-0 .post-title a,
.single-post #popular-posts-1 .post-title a,
.single-news #popular-posts-1 .post-title a,
.single-resource .content-area.article .side-content .post-title a,
.single-post #popular-posts-1 .post-title a {
	color: inherit;
}

.single-post .side-content #gform_wrapper_9,
.single-news .side-content #gform_wrapper_9,
.single-resource .content-area.article .side-content .gform_wrapper {
	flex: 100%;
}

.single-post .side-content #gform_9,
.single-news .side-content #gform_9,
.single-resource .content-area.article .side-content .gform_wrapper form {
	padding: 22px 26px 27px;
	margin-bottom: 35px;
	text-align: center;
	background-image: linear-gradient(
		226deg,
		#00b9f1 0%,
		#008ec5 35%,
		#0078c0 59%,
		#012db2 100%
	);
}

.single-post .side-content #gform_9 .gform_title,
.single-news .side-content #gform_9 .gform_title,
.single-resource .content-area.article .side-content .gform_title {
	color: #fff;
	font-family: "Overpass", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 19px;
	margin-bottom: 0;
}

.single-post .side-content #gform_9 .gform_footer,
.single-news .side-content #gform_9 .gform_footer,
.single-resource .content-area.article .gform_footer {
	padding: 0;
}

.single-post .footer-posts,
.single-news .footer-posts,
.single-resource .content-area.article .footer-posts {
	margin: 2rem auto 0;
	max-width: 1230px;
}
@media screen and (min-width: 767px) {
	.single-post .footer-posts,
	.single-news .footer-posts,
	.single-resource .content-area.article .footer-posts {
		/* margin: 90px auto 0; */
		margin: 0 auto;
	}
}

.single-post .footer-posts-title,
.single-news .footer-posts-title,
.single-resource .footer-posts-title,
.single-resource .content-area.article .footer-posts-title {
	display: flex;
	align-items: center;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}
@media screen and (min-width: 767px) {
	.single-post .footer-posts-title,
	.single-news .footer-posts-title,
	.single-resource .footer-posts-title,
	.single-resource .content-area.article .footer-posts-title {
		margin-bottom: 55px;
		margin-top: 55px;
	}
}

.entry-content iframe {
	max-width: 100%;
}

.wp-block-embed__wrapper {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	margin: 0;
	width: 100%;
}

figure.wp-block-embed {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 1.25rem;
}

.wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.single-post .footer-posts hr,
.single-news .footer-posts hr,
.single-resource .footer-posts hr,
.single-resource .content-area.article .footer-posts hr {
	height: 1px;
	flex: 1;
	border: 1px solid #5e749a;
	border-width: 1px 0 0 0;
	opacity: 0.2;
}

.footer-posts .glance-post-card .content-wrapper {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
@media screen and (min-width: 767px) {
	.footer-posts .glance-post-card .content-wrapper {
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 0;
	}
}

@media screen and (max-width: 950px) {
	/*.single-header, .single-resource .content-area.article .single-header {
  	height: 192px;
  }

  .single-header svg, .single-resource .content-area.article .single-header svg {
  	height: 192px;
  }

  .single-post .single-content, .single-news .single-content, .single-resource .content-area.article .single-content {
  	margin-top: -3px;
  }

  .single-post .main-content, .single-news .main-content, .single-resource .content-area.article .main-content {
  	flex: 100%;
  	max-width: 100%;
  	margin-top: 0;
  	padding-right: 0;
  	order: -1;
  }

  .single-post .footer-posts, .single-news .footer-posts, .single-resource .content-area.article .footer-posts {
  	order: -1;
  }

  .single-post .side-content, .single-news .side-content, .single-resource .content-area.article .side-content {
  	flex: 100%;
  	max-width: none;
  	padding-left: 0;
  	padding-right: 0;
  }

  .single-post .side-content .new-popular-tabs, .single-news .side-content .new-popular-tabs, .single-resource .content-area.article .new-popular-tabs {
  	flex: 60%;
  	max-width: 60%;
  	padding-right: 2rem;
  }

  .single-post .side-content .popluar-categories, .single-news .side-content .popluar-categories, .single-resource .content-area.article .side-content .popular-categories {
  	flex: 1;
  	align-self: flex-start;
  }

  .single-post .entry-title, .single-news .entry-title, .single-resource .content-area.article .entry-title {
  	font-size: 30px;
  }

  .single-post #gform_wrapper_9, .single-news #gform_wrapper_9 {
  	display: none !important; //idk where the block is coming from??
  }

  .single-post .footer-posts, .single-news .footer-posts, .single-resource .content-area.article .footer-posts {
  	padding-left: 0;
  	padding-right: 0;
  }*/
}
@media screen and (max-width: 767px) {
	.single-post .side-content .new-popular-tabs,
	.single-news .side-content .new-popular-tabs,
	.single-post .side-content .popluar-categories,
	.single-news .side-content .popluar-categories,
	.single-resource .content-area.article .side-content .new-popular-tabs,
	.single-resource .content-area.article .side-content .popular-categories {
		flex: 100%;
		max-width: none;
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.single-post .blog-home-link,
	.single-news .blog-home-link {
		width: 100%;
		text-align: center;
		padding-right: 0;
		padding-left: 0;
	}
}
/*


Post Type Careers - see content-glance_career.php for html


*/
/* query widths */
.single-glance_career main {
	background-image: linear-gradient(
			0deg,
			rgba(136, 183, 237, 0.28) 0%,
			rgba(0, 153, 234, 0.16) 27%,
			rgba(0, 98, 211, 0.12) 28%,
			rgba(0, 153, 234, 0) 88%
		),
		url("../../uploads/2019/06/grey_bg_circle.png"),
		url("../../uploads/2019/06/grey_bg_circle.png");
	background-size: 100% 20%, 440px 440px, 440px 440px;
	background-position: bottom center, -220px 15%, right -220px bottom 10%;
	background-repeat: no-repeat;
}

.single-glance_career article {
	width: 90.625%;
	max-width: 1230px;
	margin: 0 auto;
}

.single-glance_career .entry-wrapper {
	max-width: 750px;
	margin: 0 auto;
	padding-bottom: 2rem;
}

.single-glance_career .entry-header {
	display: flex;
	align-items: center;
}

.single-glance_career .feature-image {
	order: -1;
	width: 100%;
	text-align: right;
}

.single-glance_career .feature-image img {
	width: 100%;
}

.single-glance_career .entry-header .title-overlap {
	padding-top: 25px;
	width: 100%;
}
@media screen and (min-width: 767px) {
	.single-glance_career .entry-header .title-overlap {
		width: auto;
	}
}

.single-glance_career .location-title {
	font-family: "Overpass", sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	color: #5e749a;
	line-height: 16px;
	letter-spacing: 0.05px;
	margin-top: 0.75rem;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.single-glance_career .location-title {
		font-size: 20px;
		text-align: left;
		line-height: 26px;
		letter-spacing: 0.23px;
	}
}

.single-glance_career .entry-title {
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 0;
	margin-top: 0;
	color: #0b3885;
	text-align: center;
	letter-spacing: 0.65px;
}
@media screen and (min-width: 767px) {
	.single-glance_career .entry-title {
		text-align: left;
		font-size: 42px;
		letter-spacing: -1.89px;
		line-height: 42px;
	}
}

@media screen and (min-width: 767px) {
	.single-glance_career .entry-header .title-overlap {
		background: #fff;
		z-index: 999;
		padding: 69px 24px 69px 0;
		margin-left: -100%;
	}

	.single-glance_career .feature-image {
		background-image: none !important;
	}

	.single-glance_career .feature-image img {
		width: 76%;
		min-width: 600px;
	}
}
.single-glance_career .glance_logos {
	padding-bottom: 0;
	padding-top: 0;
}
@media screen and (min-width: 767px) {
	.single-glance_career .glance_logos {
		padding-top: 1.4rem;
	}
}

@media screen and (min-width: 1230px) {
	.single-glance_career .glance_logos {
		width: 150%;
		margin-left: -25%;
		max-width: none;
	}
}
.single-glance_career .entry-content ul {
	line-height: 31px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
}

.single-glance_career .entry-content ul li {
	position: relative;
	padding-left: 25px;
}

.single-glance_career .entry-content ul li:before {
	display: block;
	position: absolute;
	left: 0;
	top: 12px;
	content: "";
	height: 6px;
	width: 6px;
	margin-right: 20px;
	border-radius: 50%;
	background-color: #2da4db;
}

.single-glance_career .entry-content h3 {
	font-family: "Overpass", sans-serif;
	font-weight: 900;
	color: #5e749a;
	text-transform: uppercase;
	font-size: 0.9375rem;
	line-height: 1.2rem;
}
@media screen and (min-width: 767px) {
	.single-glance_career .entry-content h3 {
		font-size: 20px;
		line-height: 26px;
		letter-spacing: 0.23px;
		margin-top: 47px;
	}
}

.single-glance_career .entry-content p,
.single-glance_career .entry-content li {
	font-size: 0.9375rem;
	color: #3a4a66;
	line-height: 1.375rem;
}
@media screen and (min-width: 767px) {
	.single-glance_career .entry-content p,
	.single-glance_career .entry-content li {
		font-size: 17px;
		line-height: 31px;
	}
}

.single-glance_career .entry-content p {
	margin-bottom: 31px;
}

/*


Post Resources - see single.resource.php


*/
.single-resource .footer-posts,
.download-resource .footer-posts {
	align-items: flex-start;
}

.single-resource .similar-resources {
	align-items: flex-start;
}

.single-resource .single-content {
	background: url(img/single-resources-video-bg.svg) no-repeat top
		center/cover;
}

.single-resource .video .single-content {
	padding-top: 5rem;
}

.single-resource .single-content.download-resource {
	background: none;
}

.single-resource .single-content .wrapper {
	max-width: 1140px;
	padding-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
	align-items: flex-start;
}
@media screen and (min-width: 767px) {
	.single-resource .single-content .wrapper {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}

.single-resource .main-content .post-title {
	color: #0b3885;
	text-align: center;
	width: 100%;
	order: 2;
}
@media screen and (min-width: 767px) {
	.single-resource .main-content .post-title {
		margin-top: 5.1875rem;
		font-size: 3.375rem;
		line-height: 3.25rem;
		letter-spacing: -0.151875rem;
		order: 1;
	}
}

.single-resource .form-title {
	color: #ffffff;
	font-weight: normal;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	text-align: center;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -0.33px;
	margin-top: 2rem;
}
@media screen and (min-width: 767px) {
	.single-resource .form-title {
		font-size: 30px;
		line-height: 30px;
		letter-spacing: -1.35px;
		padding-left: 13.5%;
		padding-right: 13.5%;
		margin-top: 1rem;
	}
}

.single-resource .form-desc {
	color: #fff;
	font-family: lato, sans, serif;
	font-weight: normal;
	text-align: center;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	font-size: 17px;
	line-height: 22px;
}
@media screen and (min-width: 767px) {
	.single-resource .form-desc {
		font-size: 19px;
		line-height: 31px;
		letter-spacing: 0.26px;
		padding-left: 13.5%;
		padding-right: 13.5%;
	}
}

.single-resource .content-area.normal {
	background: #ecf5fb;
}
@media screen and (min-width: 767px) {
	.single-resource .content-area.normal {
		background: url(img/resources-bg.svg) no-repeat bottom center/cover;
	}
}

.single-resource .entry-meta {
	width: 100%;
	order: 1;
}
@media screen and (min-width: 767px) {
	.single-resource .entry-meta {
		order: 2;
	}
}

.single-resource .resource-header {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-bottom: 2.125rem;
	box-sizing: border-box;
}

.single-resource .content-wrap {
	max-width: 940px;
	margin-top: 0.5rem;
	margin-left: auto;
	margin-right: auto;
	background: white;
	background: #ffffff;
	border: 1px solid #e3e7e8;
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 5.5%;
	padding-right: 5.5%;
	box-shadow: 0 24px 63px 0 rgba(81, 110, 210, 0.2);
}

@media screen and (min-width: 767px) {
	.single-resource .content-wrap p {
		font-size: 1.1875rem;
		line-height: 1.9375rem;
	}
}

.single-resource .entry-meta {
	text-align: center;
	list-style-type: none;
}

.single-resource .entry-meta .author-wrap {
	display: inline-block;
}

.single-resource .entry-meta li {
	display: inline-block;
	font-family: "Overpass", sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	color: #5e749a;
}
@media screen and (min-width: 767px) {
	.single-resource .entry-meta li {
		font-size: 1rem;
		line-height: 1.625rem;
		letter-spacing: 0.0125rem;
	}
}

.single-resource .entry-meta li a {
	text-decoration: none;
	color: #5e749a;
}

.single-resource .entry-meta li:after {
	content: "";
	width: 7px;
	height: 7px;
	margin-left: 1.1rem;
	margin-right: 1.1rem;
	margin-bottom: 2px;
	display: inline-block;
	background: url(img/middot.svg) no-repeat center center/100%;
}

.single-resource .entry-meta li:last-of-type:after {
	display: none;
}

.single-resource .resource-meta h3 {
	font-family: "Overpass", sans-serif;
	text-transform: uppercase;
	color: #5e749a;
}
@media screen and (min-width: 767px) {
	.single-resource .resource-meta h3 {
		font-size: 1rem;
		line-height: 1.625rem;
		letter-spacing: 0.0125rem;
	}
}

.single-resource .download-resource .side-content {
	position: relative;
}
@media screen and (min-width: 767px) {
	.single-resource .download-resource .side-content {
		margin-top: -12rem;
	}
}

@media screen and (min-width: 767px) {
	.single-resource .download-resource .post-success .side-content {
		margin-top: -9.5rem;
	}
}

.single-resource .download-resource .post-success .col-8 {
	order: 2;
}
@media screen and (min-width: 767px) {
	.single-resource .download-resource .post-success .col-8 {
		order: 1;
	}
}

.single-resource .download-resource .post-success .col-4 {
	order: 1;
}
@media screen and (min-width: 767px) {
	.single-resource .download-resource .post-success .col-4 {
		order: 2;
	}
}

.single-resource .post-success .side-content .img-wrap {
	margin-bottom: 0;
}

.single-resource .post-success h1 {
	color: #0b3885;
	font-weight: normal;
	font-size: 1.875rem;
	line-height: 1.875rem;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.single-resource .post-success h1 {
		font-size: 3.375rem;
		text-align: left;
		letter-spacing: -0.1429411765rem;
		line-height: 3.375rem;
	}
}

.single-resource .download-resource .form-wrap {
	background: #3f5780;
	box-shadow: 0 24px 63px 0 rgba(81, 110, 210, 0.2);
	padding-left: 0;
	padding-right: 0;
}
@media screen and (min-width: 767px) {
	.single-resource .download-resource .form-wrap {
		padding-left: 0;
		padding-right: 0;
		padding-top: 9rem;
	}
}

.single-resource .download-resource .main-content {
	padding-top: 1.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-bottom: 2rem;
}
@media screen and (min-width: 767px) {
	.single-resource .download-resource .main-content {
		padding-right: 7%;
		padding-top: 2.75rem;
		padding-left: 0;
	}
}

.single-resource .categories {
	text-align: center;
}
@media screen and (min-width: 767px) {
	.single-resource .categories {
		text-align: left;
	}
}

.single-resource .download-resource .main-content .post-title {
	text-align: center;
	color: #0b3885;
	margin-top: 1rem;
	font-size: 1.875rem;
	line-height: 1.875rem;
	margin-bottom: 2.5rem;
}
@media screen and (min-width: 767px) {
	.single-resource .download-resource .main-content .post-title {
		font-size: 3.375rem;
		line-height: 3.25rem;
		text-align: left;
		letter-spacing: -0.15125rem;
		margin-bottom: 2.4375rem;
	}
}

.single-resource .download-resource .main-content > ul {
	background: #ccd8e9;
	list-style-type: none;
	padding-left: 1.25rem;
	padding-right: 1.75rem;
	width: calc(100% + 2.5rem);
	margin-left: -1.25rem;
	box-sizing: border-box;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
@media screen and (min-width: 767px) {
	.single-resource .download-resource .main-content > ul {
		padding-top: 2.4375rem;
		padding-bottom: 2rem;
		padding-right: 2.5rem;
		margin-bottom: 2.1rem;
		width: 100%;
		margin-left: 0;
	}
}

.single-resource .main-content a {
	color: #0b3885;
}

.single-resource .download-resource .main-content > ol {
	background: #ccd8e9;
	padding-right: 1.75rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	box-sizing: border-box;
	width: calc(100% + 2.5rem);
	margin-left: -1.25rem;
}
@media screen and (min-width: 767px) {
	.single-resource .download-resource .main-content > ol {
		padding-top: 2.4375rem;
		padding-bottom: 2rem;
		padding-right: 2.5rem;
		margin-bottom: 2.1rem;
		margin-left: 0;
	}
}

.single-resource .main-content h2,
.single-resource .main-content h3 {
	color: #0b3885;
}

.single-resource .download-resource .main-content ul li,
.single-resource .download-resource .main-content ol li {
	margin-bottom: 1.25rem;
}
@media screen and (min-width: 767px) {
	.single-resource .download-resource .main-content ul li,
	.single-resource .download-resource .main-content ol li {
		font-size: 1.1875rem;
		line-height: 2rem;
	}
}

.single-resource .download-resource .main-content ul ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 1.25rem;
}

.single-resource .download-resource .main-content ul li,
.single-resource .download-resource .main-content ol li {
	position: relative;
	padding-left: 2.8125rem;
}
@media screen and (min-width: 767px) {
	.single-resource .download-resource .main-content ul li,
	.single-resource .download-resource .main-content ol li {
		padding-left: 2.8125rem;
	}
}

.single-resource .download-resource .main-content ul li:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 25px;
	height: 25px;
	background: url(img/green-check-2.svg) no-repeat center center/25px;
}

.single-resource .main-content p,
.single-resource .main-content li {
	color: #3a4a66;
}
@media screen and (min-width: 767px) {
	.single-resource .main-content p,
	.single-resource .main-content li {
		font-size: 1.0625rem;
		line-height: 2rem;
		margin-bottom: 1.75rem;
	}
}

.single-resource .wp-block-image .aligncenter {
	width: 100%;
}

.single-resource .wp-block-image .aligncenter img {
	width: 100%;
}

.single-resource .gform_wrapper h3.gform_title {
	text-align: center;
	color: #fff;
	font-weight: normal;
}
@media screen and (min-width: 767px) {
	.single-resource .gform_wrapper h3.gform_title {
		font-size: 1.875rem;
		line-height: 1.8125rem;
		letter-spacing: -0.084375rem;
		margin-bottom: 1.75rem;
	}
}

.single-resource .gform_wrapper .gform_description {
	font-family: lato, sans, serif;
	font-weight: 400;
	color: #ffffff;
	width: 100%;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.single-resource .gform_wrapper .gform_description {
		font-size: 1.1875rem;
		line-height: 1.9375rem;
		letter-spacing: -0.01625rem;
		margin-bottom: 1.5rem;
	}
}

.single-resource .gform_wrapper .top_label .gfield .gfield_label {
	font-family: "Overpass", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 0.5rem;
}
@media screen and (min-width: 767px) {
	.single-resource .gform_wrapper .top_label .gfield .gfield_label {
		font-size: 0.75rem;
		line-height: 1.3125rem;
	}
}

.single-resource .img-wrap {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
	margin-bottom: -7.5rem;
	align-items: center;
	justify-content: center;
	padding-left: 20%;
	padding-right: 20%;
}

.single-resource .side-content .img-wrap {
	display: none;
}
@media screen and (min-width: 767px) {
	.single-resource .side-content .img-wrap {
		display: flex;
	}
}

.single-resource .img-wrap .wrap img {
	display: block;
	width: 100%;
	height: auto;
}

.single-resource .img-wrap .wrap {
	width: 100%;
	background: #f9fafc;
	border-radius: 15px;
	overflow: hidden;
	padding-top: 1rem;
	padding-bottom: 1.9rem;
	padding-left: 0.55rem;
	padding-right: 0.55rem;
	background: #d8d8d8;
	box-shadow: 0 20px 38px 0 rgba(9, 24, 77, 0.22);
	position: relative;
}

body.single-resource .gform_wrapper .top_label div.ginput_container {
	margin-top: 4px;
}

.single-resource .download-resource .post-success {
	background: #ccd8e9;
	padding-top: 3.4rem;
	padding-bottom: 3.4rem;
	align-items: flex-start;
	padding-left: 5%;
}
@media screen and (min-width: 767px) {
	.single-resource .download-resource .post-success {
		margin-top: 15.6875rem;
		margin-bottom: 4.625rem;
	}
}

.single-resource .form-wrap .gform_wrapper .gform_footer {
	width: 137%;
	margin-left: -18.5%;
	margin-bottom: 0;
	padding-bottom: 0;
}
@media screen and (min-width: 767px) {
	.single-resource .form-wrap .gform_wrapper .gform_footer {
		margin-top: 3.1875rem;
	}
}

.single-resource .form-wrap .gform_wrapper .gform_footer input[type="submit"] {
	margin-right: 0;
}

.single-resource .gform_wrapper {
	margin-bottom: 0;
	margin-top: 0;
}

.single-resource
	.gform_wrapper.gf_browser_chrome
	ul.gform_fields
	li.gfield
	select {
	border: none;
	appearance: none;
	background: white url(img/dropdown-select.svg) no-repeat calc(100% - 10px)
		center/12px;
	padding: 11px 13px;
	border-radius: 3px;
}

/* query widths */
/*


Blog Lander


*/
body.blog .site-main,
.page-template-page-resource-archive .site-main {
	padding-top: 59px;
}
@media screen and (min-width: 767px) {
	body.blog .site-main,
	.page-template-page-resource-archive .site-main {
		padding-top: 73px;
	}
}

body.blog .glance_popular_posts .block-wrapper {
	max-width: 1140px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-bottom: 1.25rem;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 767px) {
	body.blog .glance_popular_posts .block-wrapper {
		margin-bottom: 5.125rem;
	}
}

/*


Resource Archive


*/
@media screen and (min-width: 767px) {
	.glance_featured_resources
		.secondary-posts
		.glance-post.col-12
		.buttons-primary {
		margin-top: 2.5rem;
	}
}

body.ie .glance_featured_resources {
	background: linear-gradient(
		0deg,
		rgba(109, 161, 223, 0.28) 20%,
		rgba(0, 98, 211, 0.12) 46%,
		rgba(0, 153, 234, 0.06) 100%
	);
}

.glance_featured_resources {
	background: url(img/archive-resources-bg.svg) no-repeat top center/cover;
	padding-bottom: 2rem;
}
@media screen and (min-width: 767px) {
	.glance_featured_resources {
		padding-bottom: 3.75rem;
	}
}

@media screen and (min-width: 767px) {
	.glance_featured_resources .glance-post.col-12 .feature-tag {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
		font-size: 1.0625rem;
		letter-spacing: 0.119375rem;
		line-height: 1.375rem;
	}
}

.glance_featured_resources .glance-post .wrap {
	position: relative;
	align-items: flex-start;
}

@media screen and (min-width: 767px) {
	.glance_featured_resources .secondary-posts .content-wrapper {
		background: white;
		margin-left: 20%;
		margin-top: -5.5rem;
		position: relative;
		box-shadow: 0 24px 63px 0 rgba(81, 110, 210, 0.2);
	}
}

.glance_featured_resources .secondary-posts .col-12 div.post-image {
	width: 100%;
	position: relative;
}
@media screen and (min-width: 767px) {
	.glance_featured_resources .secondary-posts .col-12 div.post-image {
		width: 71%;
	}
}

.glance_featured_resources .secondary-posts .col-12 div.post-image:after,
.glance_posts .first-post .post-image:after {
	content: "";
	display: inline-block;
	width: 100%;
	position: absolute;
	bottom: -3px;
	padding-bottom: 12.5%;
	background: url(img/resources-arch.svg) no-repeat center center/100%;
	z-index: 2;
}
@media screen and (min-width: 767px) {
	.glance_featured_resources .secondary-posts .col-12 div.post-image:after,
	.glance_posts .first-post .post-image:after {
		display: none;
	}
}

.glance_featured_resources .secondary-posts .col-12 .feature-tag,
.glance_posts .first-post .feature-tag {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	order: 2;
	margin-top: -14vw;
	top: 0;
	z-index: 3;
}
@media screen and (min-width: 767px) {
	.glance_featured_resources .secondary-posts .col-12 .feature-tag,
	.glance_posts .first-post .feature-tag {
		position: absolute;
		margin-top: 0;
	}
}

.glance_posts .first-post .feature-tag {
	margin-top: -21vw;
}

.glance_featured_resources .secondary-posts .col-12 .post-image,
.glance_posts .first-post .post-image {
	order: 1;
}
@media screen and (min-width: 767px) {
	.glance_featured_resources .secondary-posts .col-12 .post-image,
	.glance_posts .first-post .post-image {
		order: 1;
	}
}

.glance_featured_resources .secondary-posts .col-12 .content-wrapper,
.glance_posts .first-post .flex-parent.col-12 {
	order: 2;
}
@media screen and (min-width: 767px) {
	.glance_featured_resources .secondary-posts .col-12 .content-wrapper,
	.glance_posts .first-post .flex-parent.col-12 {
		order: 1;
	}
}

.glance_featured_resources .secondary-posts .content-wrapper {
	text-align: center;
}
@media screen and (min-width: 767px) {
	.glance_featured_resources .secondary-posts .content-wrapper {
		text-align: left;
	}
}

.glance_featured_resources .secondary-posts .col-12 .content-wrapper {
	width: 100%;
	background: white;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.glance_featured_resources .secondary-posts .col-12 .content-wrapper {
		padding-top: 1.25rem;
		width: 57%;
		text-align: left;
		background: white;
		margin-top: 8.75rem;
		margin-left: calc(-28% + 1.25rem);
		margin-right: -1.25rem;
		box-shadow: 0 24px 63px 0 rgba(81, 110, 210, 0.2);
	}
}

.glance_featured_resources .secondary-posts .col-12 .content {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
@media screen and (min-width: 767px) {
	.glance_featured_resources .secondary-posts .col-12 .content {
		padding-left: 7.5%;
		padding-right: 7.5%;
	}
}

.glance_featured_resources .secondary-posts .col-12 .post-title {
	font-size: 1.875rem;
	line-height: 2rem;
	margin-top: 0.75rem;
}
@media screen and (min-width: 767px) {
	.glance_featured_resources .secondary-posts .col-12 .post-title {
		font-size: 2.75rem;
		line-height: 2.8125rem;
	}
}

@media screen and (min-width: 767px) {
	.glance_featured_resources .secondary-posts .col-6 div.post-image {
		margin-right: 1.25rem;
	}
}

@media screen and (min-width: 767px) {
	.glance_featured_resources .secondary-posts .col-6 .content-wrapper {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
		padding-left: 7.5%;
		padding-right: 7.5%;
		margin-right: -1.25rem;
	}
}

@media screen and (min-width: 767px) {
	.glance_featured_resources .secondary-posts .col-6 .post-title {
		font-size: 1.5rem;
		color: #0b3885;
		letter-spacing: -0.020625rem;
		line-height: 1.8125rem;
	}
}

.glance_featured_resources .secondary-posts .glance-post {
	margin-bottom: 2.75rem;
}

/*


Category Archive


*/
.post-archive-header {
	min-height: 8.75rem;
	padding-top: 59px;
}
@media screen and (min-width: 767px) {
	.post-archive-header {
		min-height: 18.75rem;
		padding-top: 0;
	}
}

.post-archive-header h1 {
	max-width: 1140px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	font-family: "pt-serif", serif;
	text-align: center;
	font-weight: normal;
	color: #0b3885;
	margin-bottom: 0;
}
@media screen and (min-width: 767px) {
	.post-archive-header h1 {
		font-size: 3.375rem;
		line-height: 3.25rem;
		letter-spacing: -0.151875rem;
	}
}

.post-archive-header h1:before {
	content: "";
	display: none;
}
@media screen and (min-width: 767px) {
	.post-archive-header h1:before {
		display: inline-block;
		width: 67px;
		height: 67px;
		margin-right: 2.5rem;
		margin-bottom: -0.75rem;
		background: url(img/blog-search-icon.svg) no-repeat center center/67px;
	}
}

.post-archive-header h1.custom-icon:before {
	display: none;
}

.post-archive-header h1 .icon {
	background: linear-gradient(90deg, #ff6700 0%, #f58502 97%);
	align-items: center;
	justify-content: center;
	display: none;
}
@media screen and (min-width: 767px) {
	.post-archive-header h1 .icon {
		display: inline-flex;
		width: 67px;
		height: 67px;
		border-radius: 67px;
		margin-right: 2.25rem;
		transform: translateY(-4px);
	}
}

.post-archive-header h1 .icon img {
	display: inline-block;
	max-width: 27px;
	width: 100%;
	height: auto;
}

.categories {
	font-family: "Overpass", sans-serif;
	color: #5e749a;
}
@media screen and (min-width: 767px) {
	.categories {
		margin-top: 1.55rem;
		font-size: 1rem;
		line-height: 1.325rem;
		letter-spacing: 0.0125rem;
	}
}

.categories a {
	font-family: "Overpass", sans-serif;
	color: #5e749a;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 800;
	font-size: 0.8125rem;
	line-height: 0.8125rem;
	letter-spacing: 0.01rem;
}
@media screen and (min-width: 767px) {
	.categories a {
		font-size: 1rem;
		line-height: 1.325rem;
		letter-spacing: 0.0125rem;
	}
}

.post-title {
	font-family: "pt-serif", serif;
	color: #0b3885;
	font-weight: normal;
	font-size: 1.1875rem;
	line-height: 1.5rem;
	letter-spacing: -0.01625rem;
}
@media screen and (min-width: 767px) {
	.post-title {
		margin-top: 0.6rem;
		margin-bottom: 0.75rem;
		font-size: 1.5rem;
		line-height: 1.8125rem;
		letter-spacing: -0.020625rem;
	}
}

.post-title a {
	text-decoration: none;
	color: #0b3885;
}

.glance-post-card .post-title {
	margin-top: 0.5rem;
	font-size: 0.9375rem;
	line-height: 1.375rem;
}
@media screen and (min-width: 767px) {
	.glance-post-card .post-title {
		margin-top: 0.875rem;
		font-size: 1.5rem;
		line-height: 1.8125rem;
	}
}

.glance-post-card .categories + .post-title {
	margin-top: 0.25rem;
}
@media screen and (min-width: 767px) {
	.glance-post-card .categories + .post-title {
		margin-top: 0.5rem;
	}
}

.glance-post-card .button-underline,
.glance-post-card .contact-element a:not([class]),
.contact-element .glance-post-card a:not([class]) {
	margin-top: 1.25rem;
}

.glance-post-card p {
	font-family: lato, sans, serif;
	color: #3a4a66;
	font-weight: 400;
	letter-spacing: 0;
	font-size: 0.9rem;
	line-height: 1.2rem;
	display: none;
}
@media screen and (min-width: 767px) {
	.glance-post-card p {
		font-size: 0.9375rem;
		display: block;
		line-height: 1.375rem;
	}
}

.glance-post-card p a {
	text-decoration: none;
	color: #3a4a66;
}

.posts-wrap {
	background: white;
}

.posts-wrap .wrapper,
.page-template-page-resource-archive .posts-wrap.change-views .wrapper {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	align-items: flex-start;
}

h2.no-posts {
	text-align: center;
}

.page-template-page-resource-archive .posts-wrap .wrapper,
.posts-wrap.archive-view .wrapper {
	max-width: 100%;
	width: 100%;
}

.switched-views.page-template-page-resource-archive .posts-wrap .wrapper {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.page-template-page-resource-archive.switched-views .load-more {
	display: flex;
}

.tax-resource-category.switched-view .load-more {
	display: flex;
}

.page-template-page-resource-archive .load-more {
	display: none;
}

.posts-wrap .append-posts {
	align-items: flex-start;
}

.posts-wrap.archive-view .load-more {
	display: none;
}

.footer-posts .append-posts {
	align-items: flex-start;
}

.filter-buttons {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	align-items: flex-start;
}
@media screen and (min-width: 767px) {
	.filter-buttons {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}
}

.filter-buttons h2 {
	font-family: "pt-serif", serif;
	font-weight: normal;
	color: #0b3885;
	margin-top: 0;
	margin-right: 0.75em;
}
@media screen and (min-width: 767px) {
	.filter-buttons h2 {
		font-size: 1.875rem;
		letter-spacing: -0.084375rem;
		line-height: 1.8125rem;
	}
}

.filter-button {
	font-family: "Overpass", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	color: #ffffff;
	cursor: pointer;
	background: url(img/cat-filter.svg) no-repeat center left/18px;
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 0.19px;
	line-height: 36px;
	padding-left: 1.75rem;
}
@media screen and (min-width: 767px) {
	.filter-button {
		background-size: 22px;
		padding-left: 2.2rem;
		font-size: 1rem;
		line-height: 1.625rem;
		letter-spacing: 0.0125rem;
	}
}

.filter-button.filter-type {
	background: url(img/type-filter.svg) no-repeat center left/18px;
}
@media screen and (min-width: 767px) {
	.filter-button.filter-type {
		background-size: 22px;
	}
}

.glance-post-card {
	margin-bottom: 1.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
@media screen and (min-width: 767px) {
	.glance-post-card {
		margin-bottom: 5.0625rem;
		padding-right: 0;
		padding-left: 0;
	}
}

.glance-post-card div.post-image {
	flex: 0 33.3333%;
	max-width: 33.3333%;
}
@media screen and (min-width: 767px) {
	.glance-post-card div.post-image {
		flex: 0 100%;
		max-width: 100%;
	}
}

.glance-post-card .wrap {
	align-items: flex-start;
}

.glance-post-card div.content-wrapper {
	flex: 0 66.6667%;
	max-width: 66.6667%;
}
@media screen and (min-width: 767px) {
	.glance-post-card div.content-wrapper {
		flex: 0 100%;
		max-width: 100%;
	}
}

.glance-post-card .categories {
	text-align: left;
	margin-top: 0;
}
@media screen and (min-width: 767px) {
	.glance-post-card .categories {
		margin-top: 0.5rem;
	}
}

.glance-post-card .wrap {
	background: white;
}
@media screen and (min-width: 767px) {
	.glance-post-card .wrap {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
		background: transparent;
	}
}

.glance-post-card a.button-underline,
.glance-post-card .contact-element a:not([class]),
.contact-element .glance-post-card a:not([class]) {
	display: none;
}
@media screen and (min-width: 767px) {
	.glance-post-card a.button-underline,
	.glance-post-card .contact-element a:not([class]),
	.contact-element .glance-post-card a:not([class]) {
		display: inline-block;
	}
}

.glance-post-card .content {
	padding-left: 1.25rem;
}
@media screen and (min-width: 767px) {
	.glance-post-card .content {
		padding-left: 0;
	}
}

.filter-wrapper {
	background: #3f5780;
}

@media screen and (min-width: 767px) {
	.filter-buttons {
		margin-top: 3.3125rem;
	}
}
.filter-wrapper .filter-container {
	max-width: 1140px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	align-items: flex-start;
	position: relative;
}
@media screen and (min-width: 767px) {
	.filter-wrapper .filter-container {
		display: flex;
		flex-wrap: wrap;
		overflow-x: unset;
		align-items: center;
	}
}

body.ie .filter-wrapper .filter-container {
	overflow-x: visible;
}
@media screen and (min-width: 767px) {
	body.ie .filter-wrapper .filter-container {
		overflow-x: visible;
	}
}

.filter-wrapper:before {
	content: "";
	position: absolute;
	top: auto;
	right: 0;
	width: 45px;
	height: 79px;
	background: linear-gradient(
		to right,
		rgba(63, 87, 128, 0) 0%,
		#3f5780 75%,
		#3f5780 100%
	);
	display: block;
	pointer-events: none;
	z-index: 10;
}
@media screen and (min-width: 767px) {
	.filter-wrapper:before {
		display: none;
	}
}

.filter-container .filter-wrap {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	min-width: 75%;
}
@media screen and (min-width: 767px) {
	.filter-container .filter-wrap {
		min-width: inherit;
		padding-top: 1.4375rem;
		padding-bottom: 1.4375rem;
	}
}

.filter-container .search-column {
	justify-content: flex-end;
	min-width: 82%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	padding-right: 35px;
}
@media screen and (min-width: 767px) {
	.filter-container .search-column {
		min-width: auto;
		padding-top: 1.4375rem;
		padding-bottom: 1.4375rem;
		padding-right: 0;
	}
}

.filter-container .search-column button[type="submit"] {
	background: none;
	border: none;
	color: white;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0.4rem;
	cursor: pointer;
	margin-left: 1.25rem;
}

.filter-container .search-column:before {
	content: "";
	width: 23px;
	height: 22px;
	display: none;
	background: url(img/search-icon.svg) no-repeat center center/22px;
	margin-right: 1.5rem;
}
@media screen and (min-width: 767px) {
	.filter-container .search-column:before {
		display: inline-block;
	}
}

@media screen and (min-width: 767px) {
	.page-template-page-resource-archive ul.filter-list,
	.tax-resource-category ul.filter-list,
	.tax-resource-tag ul.filter-list {
		width: 65%;
	}
}

ul.filter-list .wrap {
	overflow-y: auto;
	max-height: 80%;
	height: auto;
	position: relative;
	z-index: 2;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	display: block;
}
@media screen and (min-width: 767px) {
	ul.filter-list .wrap {
		display: flex;
		padding-top: 4.25rem;
		padding-bottom: 3.15rem;
		padding-left: 3.4rem;
		padding-right: 3.4rem;
		height: 100%;
	}
}

ul.filter-list {
	margin: 0;
	position: fixed;
	top: 100px;
	transform: translateX(-50%);
	left: 50%;
	width: 95%;
	background: white;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 0 12px 29px 0 rgba(0, 0, 0, 0.19);
	list-style-type: none;
	border-left: 1px solid #e3e7e8;
	border-right: 1px solid #e3e7e8;
	border-bottom: 1px solid #e3e7e8;
	z-index: 99;
	display: none;
	padding: 0;
	height: calc(100vh - 100px);
	overflow-y: scroll;
}
@media screen and (min-width: 767px) {
	ul.filter-list {
		position: absolute;
		transform: none;
		top: 100%;
		width: 100%;
		left: auto;
		height: auto;
		overflow-y: visible;
	}
}

.filter-list.flex-parent {
	display: flex;
}

.filter-container button.close {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: none;
	background: none;
	text-indent: -10000px;
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: url(img/close-icon.png) no-repeat calc(100% - 10px) 10px/22px;
}
@media screen and (min-width: 767px) {
	.filter-container button.close {
		background: none;
		cursor: default;
	}
}

.filter-container input.search {
	background: white;
	border-radius: 3px;
	border: none;
	padding-left: 0.85rem;
	box-sizing: border-box;
	line-height: 2.2rem;
	width: calc(100% - 4.5rem);
	min-height: 30px;
}
@media screen and (min-width: 767px) {
	.filter-container input.search {
		line-height: 2.6875rem;
		width: calc(65% - 4.75rem);
		min-height: 45px;
	}
}

.filter-container input.search::-webkit-input-placeholder {
	font-family: "Overpass", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	color: #012f80;
}
@media screen and (min-width: 767px) {
	.filter-container input.search::-webkit-input-placeholder {
		font-size: 0.75rem;
		letter-spacing: 0.0575rem;
		line-height: inherit;
	}
}

.filter-container input.search::-moz-placeholder {
	font-family: "Overpass", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	color: #012f80;
	opacity: 1;
}
@media screen and (min-width: 767px) {
	.filter-container input.search::-moz-placeholder {
		font-size: 0.75rem;
		letter-spacing: 0.0575rem;
		line-height: inherit;
	}
}

.filter-container input.search:-ms-input-placeholder {
	font-family: "Overpass", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	color: #012f80;
}
@media screen and (min-width: 767px) {
	.filter-container input.search:-ms-input-placeholder {
		font-size: 0.75rem;
		letter-spacing: 0.0575rem;
		line-height: inherit;
	}
}

.filter-list:before {
	content: "";
	top: -13px;
	left: 35px;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	border-bottom: 13px solid white;
}

.filter-list .filter-item-list {
	position: relative;
	margin-bottom: 1rem;
}
@media screen and (min-width: 767px) {
	.filter-list .filter-item-list {
		margin-bottom: 1.7rem;
	}
}

.filter-item-list input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 19px;
	height: 19px;
	opacity: 0;
	z-index: 2;
	cursor: pointer;
}
@media screen and (min-width: 767px) {
	.filter-item-list input[type="checkbox"] {
		width: 24px;
		height: 24px;
	}
}

.filter-item-list label {
	display: block;
	width: 100%;
	padding-left: 27px;
	font-size: 15px;
}
@media screen and (min-width: 767px) {
	.filter-item-list label {
		padding-left: 35px;
		font-size: 17px;
	}
}

.filter-item-list label:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 19px;
	height: 19px;
	background: #cfe2ee;
}
@media screen and (min-width: 767px) {
	.filter-item-list label:before {
		width: 24px;
		height: 24px;
	}
}

.filter-item-list input[type="checkbox"]:checked + label:after {
	content: "";
	width: 12px;
	height: 9px;
	position: absolute;
	top: 6px;
	left: 4px;
	background: url(img/filter-check.svg) no-repeat center center/12px;
}
@media screen and (min-width: 767px) {
	.filter-item-list input[type="checkbox"]:checked + label:after {
		top: 8px;
		left: 7px;
	}
}

@media screen and (min-width: 767px) {
	.filter-item-list {
		margin-bottom: 1rem;
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}
}

.filter-item {
	background: #a5b7d7;
	display: inline-block;
	margin-right: 0.75rem;
	border-radius: 3px;
	border: none;
	font-family: lato, sans, serif;
	color: #3a4a66;
	letter-spacing: 0;
	cursor: pointer;
	text-decoration: none;
	font-size: 1rem;
	line-height: 1.2rem;
	margin-bottom: 0.5rem;
	padding-left: 0.35rem;
	padding-right: 0.35rem;
}
@media screen and (min-width: 767px) {
	.filter-item {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
		margin-bottom: 1rem;
		font-size: 1.0625rem;
		line-height: 1.6875rem;
	}
}

button.filter-item {
	background: #a5b7d7 url(img/remove-cat.svg) no-repeat calc(100% - 8px)
		center/11px;
	padding-right: 1.65rem;
}
@media screen and (min-width: 767px) {
	button.filter-item {
		padding-right: 1.95rem;
	}
}

button.filter-item.search-item {
	background: #ffc27b url(img/remove-cat-search.svg) no-repeat
		calc(100% - 8px) center/11px;
	color: #9a601d;
}

button.filter-item.category-item {
	background: #74e0c9 url(img/remove-cat-cat.svg) no-repeat calc(100% - 8px)
		center/11px;
	color: #186d5b;
}

.load-more {
	align-items: center;
	justify-content: center;
	position: relative;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
@media screen and (min-width: 767px) {
	.load-more {
		margin-top: 0;
		margin-bottom: 4rem;
	}
}

.load-more:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #cecece;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.load-more .col-3 {
	position: relative;
	background: white;
}

.load-more .button,
.load-more .glance_links.layout_2x-cards .action,
.glance_links.layout_2x-cards .load-more .action,
.load-more .glance_links.layout_3x-cards .action,
.glance_links.layout_3x-cards .load-more .action {
	position: relative;
}

.load-more .disabled.button,
.load-more .glance_links.layout_2x-cards .disabled.action,
.glance_links.layout_2x-cards .load-more .disabled.action,
.load-more .glance_links.layout_3x-cards .disabled.action,
.glance_links.layout_3x-cards .load-more .disabled.action {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.5;
}

/*


Resource Archive


*/
.resource-container {
	width: 100%;
	padding-top: 2.625rem;
	padding-bottom: 2.625rem;
}
@media screen and (min-width: 767px) {
	.resource-container {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.resource-container .post-type-title {
	color: #0b3885;
	text-align: center;
	position: relative;
	font-weight: normal;
	padding-bottom: 1.15rem;
	margin-bottom: 2rem;
	font-size: 1.35rem;
	padding-right: 1.25rem;
}
@media screen and (min-width: 767px) {
	.resource-container .post-type-title {
		font-size: 1.875rem;
		line-height: 1.875rem;
		margin-top: 4.1875rem;
		margin-bottom: 4.1875rem;
		padding-bottom: 1.875rem;
		letter-spacing: -0.084375rem;
	}
}

.resource-container .post-type-title:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 72px;
	background: #5e749a;
	height: 1px;
	opacity: 0.2;
	left: 50%;
	transform: translateX(-50%);
}

.resource-container .buttons {
	text-align: center;
}
@media screen and (min-width: 767px) {
	.resource-container .buttons {
		margin-bottom: 4.1875rem;
	}
}

.resource-container .buttons .button,
.resource-container .buttons .glance_links.layout_2x-cards .action,
.glance_links.layout_2x-cards .resource-container .buttons .action,
.resource-container .buttons .glance_links.layout_3x-cards .action,
.glance_links.layout_3x-cards .resource-container .buttons .action {
	min-width: 285px;
}

.resource-container {
	background: #e5f0fa;
	padding-left: 1.25rem;
}
@media screen and (min-width: 767px) {
	.resource-container {
		background: white;
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}

.resource-container:nth-of-type(odd) {
	background: #cde2f5;
}
@media screen and (min-width: 767px) {
	.resource-container:nth-of-type(odd) {
		background: #e6f1fb;
	}
}

.resource-scroll {
	align-items: flex-start;
	overflow-x: auto;
	flex-wrap: nowrap;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
@media screen and (min-width: 767px) {
	.resource-scroll {
		margin-left: 1.25rem;
	}
}

.resource-scroll .glance-post-card a.button-underline,
.resource-scroll .glance-post-card .contact-element a:not([class]),
.contact-element .resource-scroll .glance-post-card a:not([class]) {
	display: inline-block;
}

.resource-scroll .glance-post-card .categories {
	text-align: center;
}
@media screen and (min-width: 767px) {
	.resource-scroll .glance-post-card .categories {
		text-align: left;
	}
}

.resource-scroll::-webkit-scrollbar {
	width: 0 !important;
}

.resource-scroll .glance-post-card {
	flex: 0 0 90%;
	max-width: 90%;
}
@media screen and (min-width: 767px) {
	.resource-scroll .glance-post-card {
		margin-bottom: 3rem;
		max-width: 450px;
	}
}

.resource-scroll .glance-post-card div.post-image {
	flex: 0 100%;
	max-width: 100%;
}
@media screen and (min-width: 767px) {
	.resource-scroll .glance-post-card div.post-image {
		flex: 0 100%;
		max-width: 100%;
	}
}

.resource-scroll .glance-post-card .content {
	text-align: center;
	padding-left: 0;
}
@media screen and (min-width: 767px) {
	.resource-scroll .glance-post-card .content {
		text-align: left;
	}
}

.brochures-datasheets .resource-scroll .glance-post-card .content-wrapper,
.ebooks-whitepapers-reports
	.resource-scroll
	.glance-post-card
	.content-wrapper {
	flex: 0 100%;
	max-width: 100%;
}
@media screen and (min-width: 767px) {
	.brochures-datasheets .resource-scroll .glance-post-card .content-wrapper,
	.ebooks-whitepapers-reports
		.resource-scroll
		.glance-post-card
		.content-wrapper {
		flex: 0 66.666667%;
		max-width: 66.666667%;
	}
}

.resource-scroll .glance-post-card .post-title {
	font-size: 1.1875rem;
	line-height: 1.5rem;
}
@media screen and (min-width: 767px) {
	.resource-scroll .glance-post-card .post-title {
		font-size: 1.5rem;
		line-height: 1.8125rem;
	}
}

.resource-scroll .glance-post-card .content-wrapper {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 1.5rem;
	padding-bottom: 1.75rem;
	flex: 0 100%;
	max-width: 100%;
}
@media screen and (min-width: 767px) {
	.resource-scroll .glance-post-card .content-wrapper {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
		padding-top: 0;
		flex: 0 100%;
		max-width: 100%;
	}
}

.resource-scroll .glance-post-card p {
	display: block;
}

.resource-scroll .glance-post-card.col-3 {
	max-width: 27.5vw;
}

.resource-scroll .glance-post-card .wrap {
	align-items: flex-start;
}

.glance-post .post-image,
.glance-post-card .post-image {
	position: relative;
}

.glance-post-card .post-image:before,
.glance-post .post-image:before,
.secondary-posts .post-image:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background: rgba(81, 110, 210, 0.2);
	z-index: 1;
}

.glance-post-card.ds-resource div.post-image {
	background: #e6f1fb;
	overflow: hidden;
}

.glance-post-card.ds-resource div.post-image:before {
	width: 48.25%;
	margin: 0 auto;
	height: 85.85%;
	right: inherit;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	top: inherit;
	background: #e9eaee;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 0 0 21px rgba(0, 0, 0, 0.23);
}

.glance-post-card.ds-resource img.post-image {
	width: 42.35%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 13%;
	position: relative;
	z-index: 2;
}

.glance-post.first-post .post-image:before {
	z-index: 0;
}

.glance-post .content-wrapper {
	z-index: 2;
}

.feature-tag {
	z-index: 99;
}

.ebooks-whitepapers-reports .glance-post-card .post-image:before,
.brochures-datasheets .glance-post-card .post-image:before {
	display: none;
}

.resource-container.ebooks-whitepapers-reports .glance-post-card,
.resource-container.brochures-datasheets .glance-post-card {
	margin-top: 3.5rem;
}
@media screen and (min-width: 767px) {
	.resource-container.ebooks-whitepapers-reports .glance-post-card,
	.resource-container.brochures-datasheets .glance-post-card {
		margin-top: 0;
	}
}

.resource-scroll .glance-post-card .post-image.col-4 {
	box-shadow: 0 24px 63px 0 rgba(81, 110, 210, 0.2);
	flex: 0 50%;
	max-width: 50%;
	margin-top: -3.5rem;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 767px) {
	.resource-scroll .glance-post-card .post-image.col-4 {
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
		flex: 0 33.33333333%;
		max-width: 33.33333333%;
	}
}

.resource-scroll .glance-post-card .content-wrapper.col-8 {
	padding-left: 5%;
}

.site-footer {
	/* background-image: linear-gradient(180deg, #F4FAFC 0%, #E6F4F7 94%);
  background-attachment: fixed; */
	background-color: #f3f6fa;
	padding-top: 3rem;
}
@media screen and (min-width: 767px) {
	.site-footer {
		padding-top: 5.3125rem;
		padding-bottom: 2rem;
	}
}

.site-footer .col-4 {
	text-align: center;
}
@media screen and (min-width: 767px) {
	.site-footer .col-4 {
		text-align: left;
	}
}

.site-footer .buttons-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.site-footer .buttons-footer .button-green-border {
	order: 2;
	margin-top: 1.5rem;
}
@media screen and (min-width: 767px) {
	.site-footer .buttons-footer .button-green-border {
		order: 1;
		margin-top: 0;
	}
}

.site-footer .buttons-footer .button-normal {
	order: 1;
}
@media screen and (min-width: 767px) {
	.site-footer .buttons-footer .button-normal {
		order: 2;
	}
}

.site-footer .wrapper {
	align-items: flex-start;
	max-width: 1045px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	margin-left: auto;
	margin-right: auto;
}

.site-footer .address {
	margin-bottom: 1.5rem;
}
@media screen and (min-width: 767px) {
	.site-footer .address {
		margin-bottom: 0;
	}
}

.site-footer h3,
.site-footer a.normal {
	font-family: "Overpass", sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	color: #001232;
	display: inline-block;
	font-size: 0.75rem;
	line-height: 1.3125rem;
	letter-spacing: 0.0575rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
@media screen and (min-width: 767px) {
	.site-footer h3,
	.site-footer a.normal {
		margin-top: 1.65rem;
	}
}

.site-footer a.normal {
	padding-bottom: 0.4rem;
}

.site-footer a.normal span {
	color: #4d6369;
}

@media screen and (min-width: 767px) {
	.site-footer .col-4 h3:first-of-type {
		margin-top: 0;
	}
}

.site-footer h3 a {
	text-decoration: none;
	display: inline-block;
	color: #001232;
	position: relative;
	padding-bottom: 0.4rem;
}

.site-footer p {
	color: #4d6369;
	margin-top: 0.5rem;
}
@media screen and (min-width: 767px) {
	.site-footer p {
		font-size: 0.9375rem;
		line-height: 1.625;
	}
}

.site-footer .copyright {
	font-family: "Overpass", sans-serif;
	text-transform: uppercase;
	color: #9e9e9e;
	text-align: center;
	font-size: 0.6875rem;
	letter-spacing: 0.065625rem;
	line-height: 1.3125rem;
	font-weight: 800;
}

@media screen and (min-width: 767px) {
	.site-footer .copyright {
		margin-top: 3.5rem;
	}
}

.site-footer .copyright a {
	color: #9e9e9e;
	text-decoration: none;
}

.site-footer .col-4 a:not([class]) {
	text-decoration: none;
	display: inline-block;
	position: relative;
	color: #4d6369;
}

.site-footer a.normal,
.site-footer h3 a,
.site-footer .col-4 a:not([class]) {
	background: linear-gradient(to left, #09826b 0%, #09826b 100%);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 2px;
	transition: background-size 0.25s;
}

.site-footer a.normal:hover,
.site-footer h3 a:hover,
.site-footer .col-4 a:not([class]):hover {
	background-size: 0% 2px;
}

.site-footer .footer-logo {
	display: inline-block;
	margin-bottom: 0.5rem;
}

.site-footer .green-border {
	color: #4d6369;
}

.site-footer .social-links {
	text-align: center;
	padding: 0;
	list-style-type: none;
}
@media screen and (min-width: 767px) {
	.site-footer .social-links {
		margin-top: 4.25rem;
	}
}

.site-footer .social-links span {
	display: none;
}

.site-footer .social-links li {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}

.site-footer .social-links li a {
	color: #098dd0;
	font-size: 1.85rem;
}

.site-footer .social-links li {
	display: inline-block;
}

.site-footer .green-border:before {
	background: linear-gradient(180deg, #f4fafc 0%, #e6f4f7 94%);
	background-attachment: fixed;
}

/* Footer Search Form */
footer form {
	margin-top: calc(18px + 1.65rem);
}
footer form #search {
	font-family: Overpass, sans-serif;
	background-image: url("img/search-icon-blue.svg");
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 25px;
	position: left center;
	padding: 5px 5px 5px 30px;
	border: none;
	border-bottom: 1px solid #979797;
}
footer form .search-button {
	display: none;
}

.acf-map {
	width: 100%;
	min-height: 586px;
	margin: 20px 0;
	box-shadow: 0 55px 62px 0 rgba(0, 21, 93, 0.22);
}

/* fixes potential theme css conflict */
.acf-map img {
	max-width: inherit !important;
}

.search-results,
.search-no-results {
	background-color: #ececec;
}
.search-results .site-content,
.search-no-results .site-content {
	padding-top: 77px;
}
.search-results article,
.search-no-results article {
	margin: 5rem 0;
	max-width: 60%;
	width: 100%;
}
.search-results .search-wrapper,
.search-no-results .search-wrapper {
	max-width: 1180px;
	width: 100%;
	margin: auto;
	padding: 0 1.25rem;
}
.search-results .page-header,
.search-no-results .page-header {
	background-color: #3f5780;
}
.search-results .page-header .search-wrapper,
.search-no-results .page-header .search-wrapper {
	position: relative;
	padding: 1.2rem 1.25rem;
}
.search-results .page-header .search-wrapper:before,
.search-no-results .page-header .search-wrapper:before {
	content: url("img/search-icon.svg");
	position: absolute;
	left: -25px;
	top: 30px;
	color: #fff;
	width: 25px;
}
.search-results .page-header .search-wrapper form #search,
.search-no-results .page-header .search-wrapper form #search {
	padding: 0.75rem;
	border-radius: 5px;
	max-width: 300px;
	width: 100%;
	font-family: Overpass, sans-serif;
}
.search-results .page-header .search-wrapper form #search:focus,
.search-no-results .page-header .search-wrapper form #search:focus {
	outline: none;
}
.search-results .page-header .search-wrapper form .search-button,
.search-no-results .page-header .search-wrapper form .search-button {
	background: none;
	letter-spacing: 1.2;
	border: none;
	border-bottom: 3px solid #fff;
	color: #fff;
	padding: 0;
	padding-bottom: 3px;
	margin-left: 10px;
	text-transform: uppercase;
	font-family: Overpass, sans-serif;
	cursor: pointer;
}
.search-results #main,
.search-no-results #main {
	max-width: calc(1180px - 2.5rem);
	min-height: 50vh;
	margin: auto;
}
.search-results #main .entry-header,
.search-no-results #main .entry-header {
	font-family: "Overpass", sans-serif;
	font-weight: 700;
	font-size: 1rem;
	text-decoration: none;
}
.search-results #main .entry-header a,
.search-no-results #main .entry-header a {
	font-size: 12px;
	text-decoration: none;
}
.search-results #main .entry-header a p,
.search-no-results #main .entry-header a p {
	text-transform: uppercase;
}
.search-results #main .entry-header h2,
.search-no-results #main .entry-header h2 {
	color: #0b3871;
	font-family: "PT Serif", serif;
	font-size: 20px;
}
.search-results #main .entry-summary,
.search-no-results #main .entry-summary {
	display: flex;
}
.search-results #main .entry-summary .thumbnail-container,
.search-no-results #main .entry-summary .thumbnail-container {
	max-width: 100px;
	object-fit: cover;
	margin-right: 12px;
}
.search-results #main .entry-summary .thumbnail-container a,
.search-no-results #main .entry-summary .thumbnail-container a {
	color: #5f759b;
	width: 100%;
}
.search-results #main .entry-summary .thumbnail-container a img,
.search-no-results #main .entry-summary .thumbnail-container a img {
	width: 100%;
	height: auto;
}
.search-results #main .entry-summary p,
.search-no-results #main .entry-summary p {
	margin-top: 0;
	font-size: 15px;
}
.search-results .gform_wrapper form,
.search-no-results .gform_wrapper form {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	max-width: 85%;
}
.search-results .gform_wrapper form .gform_heading,
.search-no-results .gform_wrapper form .gform_heading {
	flex: 100%;
}
.search-results .gform_wrapper form .gform_body,
.search-no-results .gform_wrapper form .gform_body {
	flex: 66%;
	padding-bottom: 10px;
}
.search-results .gform_wrapper form .gform_body input,
.search-no-results .gform_wrapper form .gform_body input {
	color: #012f80;
}
.search-results .gform_wrapper form .gform_body input::placeholder,
.search-no-results .gform_wrapper form .gform_body input::placeholder {
	color: #012f80;
}
.search-results .gform_wrapper form .gform_footer,
.search-no-results .gform_wrapper form .gform_footer {
	display: flex;
	justify-content: flex-end;
	flex: 33%;
}
.search-results .gform_wrapper form .gform_footer input,
.search-no-results .gform_wrapper form .gform_footer input {
	background: none;
	border: 1px solid #fff;
	box-shadow: none;
	font-size: 12px;
	margin: 0;
	width: 100%;
	padding-top: 15px;
}

.search-no-results p {
	text-align: center;
	font-size: 22px;
}

.search-cta {
	background-image: url("img/search-cta.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 66px;
}
.search-cta * {
	font-family: Overpass, sans-serif;
	color: #fff;
}
.search-cta h3.gform_title {
	font-size: 32px;
	text-align: center;
}
.search-cta .gform_wrapper span.gform_description {
	font-size: 19px;
	text-align: center;
}
.search-cta .subscribe-container {
	max-width: 700px;
}

@media only screen and (max-width: 1180px) {
	.search-results .page-header .search-wrapper form #search,
	.search-no-results .page-header .search-wrapper form #search {
		max-width: 160px;
	}
	.search-results article,
	.search-no-results article {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 680px) {
	.search-results #main article,
	.search-no-results #main article {
		margin-left: 20px;
	}
	.search-results #main article .entry-summary,
	.search-no-results #main article .entry-summary {
		flex-direction: column;
	}
	.search-results #main article .entry-summary .thumbnail-container,
	.search-no-results #main article .entry-summary .thumbnail-container {
		max-width: 200px;
		margin-bottom: 1rem;
	}
	.search-results .search-cta,
	.search-no-results .search-cta {
		flex-direction: column;
	}
}
@media only screen and (max-width: 968px) {
	.search-results .site-content,
	.search-no-results .site-content {
		padding-top: 60px;
	}
}
