@charset "UTF-8";

/* TYPOGRAPHY
-------------------------------------------------------------------------------*/
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-size: 14px;
}
@media (min-width: 480px) {
	body {
		font-size: 16px;
	}
}
@media (min-width: 768px) {
	body {
		font-size: 18px;
	}
}
html, body, button, input, select, textarea, blockquote,
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	line-height: 1.5;
}
html, body, input, select, textarea {
	color: #2B3234;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	color: #000000;
	line-height: 1.2;
}
h1, h1 em {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 200;
	margin-bottom: 2rem;
}
h2 {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 2rem;
}
h3, h4, h5, h6 {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 900;
	margin-bottom: 1em;
}
h4 {
	text-transform: uppercase;
	letter-spacing: 0.13em;
	font-size: 0.8rem;
}
h5 {
	font-size: 70%;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}
p, ul, ol {
	margin-bottom: 1.5em;
}
blockquote {
	font-style: normal;
}
.list-block,
.list-block ul,
.list-inlineblock,
.list-inlineblock ul,
.list-unstyled,
.list-unstyled ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-block a,
.list-inlineblock a {
	text-decoration: none;
}
.list-block,
.list-block li,
.list-block a {
	display: block;
}
.list-inlineblock,
.list-inlineblock li,
.list-inlineblock a {
	display: inline-block;
}
.list-rules li {
	border-top: 1px solid #D8D8D8;
}
.has-small-font-size {
	font-size: 0.8rem;
}
.has-medium-font-size {
	font-size: 1.25em;
}
.has-large-font-size {
	font-size: 1.5em;
}


/* LINKS
-------------------------------------------------------------------------------*/
a {
	color: #024565;
	transition: color 0.1s ease-in;
}
a:hover {
	color: #00283c;
	transition: color 0.1s ease-in;
}
.main a:hover {
    text-decoration: underline;
}

/* Gradient styling */
button,
.button,
.wp-block-button__link {
	position: relative;
  	top: 1px;
    position: relative;
	z-index: 1;
	display: inline-block;
	border: 0;
	border-radius: 0;
	padding: .5em 1em .5em 1em;
	margin: 1.5em auto;
	font-weight: bold;
	color: #FFF !important;
	background: #024565;
    transition: all 0.1s ease-out;
	box-shadow: 0 0 0 rgba(0,0,0,0.15);
}
button:hover,
.button:hover,
.wp-block-button__link:hover {
	text-decoration: none !important;
	top: -1px;
}
button:before,
.button:before,
.wp-block-button__link:before {
    content: "";
    position: absolute;
	z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.1s ease-out;
    opacity: 0;
}
button:hover:before,
.button:hover:before,
.wp-block-button__link:hover:before {
    opacity: 1;
}
button:hover:after,
.button:hover:after,
.wp-block-button__link:hover:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 1px;
	width: 100%;
	border: 1px solid rgba(0,0,0,0.2);
	box-sizing: border-box;
}

.post-link,
.wp-block-button {
	text-align: center;
}
.button-link {
	display: inline-block;
	background-color: #FFF;
	padding: .35em 1em;
	margin: .3em;
	border: 0;
	border-radius: 3px;
	transition: all 0.1s ease-in;
	cursor: pointer;
}
.animate {
	-webkit-animation-duration: 0.1s;
	animation-duration: 0.1s;
}
.extlink sup:after {
    content: "" !important;
    display: none;
}


/* STRUCTURE
-------------------------------------------------------------------------------*/
body {
	background: #FFF;
}
.container {
	margin: 1em auto;
	max-width: 1150px;
}
.container:first-child {
	margin-top: 0;
}
.container,
.container-full,
.sidebar {
	padding-left: 15px;
	padding-right: 15px;
}
.widget {
	margin-bottom: 2em;
}
.content {
	width: calc(100% - 30px);
	margin: 0 auto;
}


/* HEADER - powered by nav.css
-------------------------------------------------------------------------------*/
.header {
	background:#2b3234;
}
.header-logo a {
	max-width: 380px;
	padding: 1em;
}
.header-navutil {
	background:#2b3234;
	background: linear-gradient(90deg, #2b3234 0%, #000000 100%);
}


/* HERO
-------------------------------------------------------------------------------*/
.hero {
	overflow: hidden;
	display: flex;
	flex-wrap: nowrap;
}
.hero img {
	-o-object-fit: cover;
	object-fit: cover;
}
.hero.hero-top img {
	object-position: top center;
}

.home .hero.ugb-container.alignfull {
	padding: 40px 3% 40px 3%;
}
.home .hero-wordmark {
	max-width: 500px;
	margin: 0 auto;
}


/* EXCERPTS
-------------------------------------------------------------------------------*/
.excerpt-header {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.excerpt-header p {
	padding-left: 3%;
	padding-right: 3%;
}
.excerpts {
	padding-top: 70px;
	padding-bottom: 50px;
}
.excerpts ul {
	list-style: none;
	margin: 2em 0;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.excerpts ul li {
	flex: 100% 0;
	padding: 5px;
	display: flex;
}
.excerpts ul li a {
	display: flex;
}
.excerpts ul li a,
.excerpts ul li a:hover {
	text-decoration: none;
}
.excerpt-wrap {
	color: #676767;
	background: white;
	border-radius: 3px;
	padding: 1em 1em 1.5em 1em;
	border: 1px solid transparent;
	transition: 
		box-shadow 0.3s ease-out,
		border 0.3s ease-out;
}
.excerpts ul li:hover .excerpt-wrap {
	border: 1px solid #DDD;
	box-shadow: 0 0 2px rgba(0,0,0,0.1);
}
.excerpt-thumb {
	display: block;
	overflow: hidden;
}
.excerpt-thumb img {
	transition: transform 0.2s ease-in;
	vertical-align: middle;
}
.excerpts li:hover img {
	transform: scale(1.03, 1.03);
}
.excerpts h3 {
	margin-top: 1em;
	margin-bottom: 0.35em;
	color: #2B3234;
	font-size: 0.9em;
}
.excerpts p {
	margin-bottom: 0;
}
.excerpt-wrap span {
	white-space: nowrap;
	color: #858585;
	transition: transform 0.1s ease-in;
}
.excerpts ul li a:hover span {
	color: #676767;
}
.excerpts-show {
	display: block;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
}
.excerpts-ghost {
	opacity: .5;
	background-color: #FFF !important;
	background-image: inherit !important;
	color: #999 !important;
	border: 1px dotted #DDD;
	pointer-events: none;
}

/* EXCERPT MATH */
@media (min-width: 600px) {
	.excerpts ul li {
		flex: 50% 0;
	}
}
@media (min-width: 768px) {
	.excerpts-two ul li {
		flex: 50% 0;
	}
	.excerpts-three ul li {
		flex: 33.333% 0;
		max-width: calc(300px + 2em);
	}
	.excerpts-four ul li {
		flex: 25% 0;
	}
}

.excerpt-date {
	margin-top: 1em;
}
.excerpt-external {
	display: table;
	width: auto;
	margin-top: 1em;
	background-size: 14px;
	background-repeat: no-repeat;
	background-image: url('../_img/icon-external.png');
	background-position: right 2px;
	padding-right: 20px;
	transition: all 0.3s ease-in-out;
	filter: grayscale(100%);
}
.excerpts ul li a:hover .excerpt-external {
	color: #444;
	background-image: url('../_img/icon-external-hover.png');
	filter: grayscale(100%);
	transition: all 0.3s ease-in-out;
}


/* PAGINATION
-------------------------------------------------------------------------------*/
.pagination {
	width: 100%;
	text-align: center;
	margin-bottom: 3em;
}
.page-numbers {
	display: inline-block;
	background-color: #e4e3e3;
	padding: .35em 1em;
	margin: .3em;
	border-radius: 3px;
	transition: all 0.1s ease-in;
	cursor: pointer;
	text-decoration: none;
}
a.page-numbers:hover {
	text-decoration: none;
	background-color: #024565;
	color: #FFF;
}
.page-numbers.current {
	pointer-events: none;
}


/* SINGLE
-------------------------------------------------------------------------------*/
.single .hero {
	max-height: 420px;
}
.single .entry-content {
	margin-top: 80px;
	margin-bottom: 80px;
}
.single .entry-title {
	display: block;
	margin-top: -50px;
	max-width: 850px;
	margin-bottom: 0;
	font-size: 2em;
	font-weight: 700;
	color: #FFF;
}
.single .entry-title span {
	padding: 0.2em 0.35em;
	background-color: #2B3234;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
	line-height: 1.35em;
}
.single .entry-meta {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 1em;
	border-bottom: 1px solid rgba(150, 150, 150, 0.5);
}
.single .entry-meta >span {
	display: none;
	padding: 0.35em;
}

@media (min-width: 768px) {
	.single .entry-meta {
		flex-direction: row;
		align-items: center;
	}
	.single .entry-meta >span {
		display: inline-block;
	}
}

.single .entry-content > p,
.single .entry-content > h2,
.single .entry-content > h3,
.single .entry-content > h4,
.single .entry-content > ul,
.single .entry-content > ol,
.single .entry-content > blockquote {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.single .entry-content > p:first-child {
	font-size: 1.15em;
}
.single .ugb-countup__counter {
	font-size: 3em !important;
}



/* CATEGORIES
-------------------------------------------------------------------------------*/
.cat-link {
	display: inline-flex;
	align-items: center;
	font-weight: 700;
	text-decoration: none;
	margin: 1em 0;
}
.cat-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	background: rgba(150, 150, 150, 0.5);
	width: 34px;
	height: 34px;
	float:  left;
	margin-right: 14px;
}
.cat-icon img {
	transform: scale(0.5);
}
.entry-categories {
	margin-bottom: 70px;
}
.entry-categories li a {
	display: flex;
	align-items: center;
	margin: 13px 0;
}


/* ARCHIVE
-------------------------------------------------------------------------------*/
.archive-hero {
	background-color: #EBEBEB;
}
.archive-title {
	margin: 0;
	padding: 3em;
}


/* SOCIAL
-------------------------------------------------------------------------------*/
.addtoany_list {
	position: relative;
	flex: auto;
	text-align: right;
	top: -10px;
}
.addtoany_list a:hover span {
	opacity: 1 !important;
	}
.addtoany_list a span {
	display: block !important;
	transition: all 0.1s ease-in;
}

.a2a_svg {
	border-width: 1px;
	border-style: solid;
	border-radius: 100px !important;
	padding: 3px !important;
	border-color: #969696; 
	transition: all 0.1s ease-in; }
.a2a_svg path {
	fill: #969696;
	transition: all 0.1s ease-in; }
	
.a2a_s_facebook {
	border-color: #3B5998; }
.a2a_s_facebook path {
	fill: #3B5998; }
.a2a_button_facebook:hover span {
	background-color: #3B5998 !important; }
.a2a_button_facebook:hover path {
	fill: #FFF !important; }

.a2a_s_twitter {
	border-color: #00ACED; }
.a2a_s_twitter path {
	fill: #00ACED; }
.a2a_button_twitter:hover span {
	background-color: #00ACED !important; }
.a2a_button_twitter:hover path {
	fill: #FFF !important; }

.a2a_s_linkedin {
	border-color: #106596; }
.a2a_s_linkedin path {
	fill: #106596;
	}
.a2a_button_linkedin:hover span {
	background-color: #106596 !important; }
.a2a_button_linkedin:hover path {
	fill: #FFF !important; }

.a2a_s_email {
	border-color: #969696; }
.a2a_s_email path {
	fill: #969696; }
.a2a_button_email:hover span {
	background-color: #969696 !important; }
.a2a_button_email:hover path {
	fill: #FFF !important; }


/* PAGE + QUIZ
-------------------------------------------------------------------------------*/
.page-template-default .main .container,
.page-template-template-quiz .main .container {
	padding-top: 120px;
	padding-bottom: 70px;
}
.page-template-default .main header,
.page-template-template-quiz .main header {
	margin-bottom: 70px;
}
.page-template-default .main h1,
.page-template-template-quiz .main h1 {
	font-weight: 700;
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 0.35em;
	margin-bottom: 0.5em;
}
.page-template-default .entry-meta,
.page-template-template-quiz .entry-meta {
	font-size: 0.7em;
	color: #676767;
}
#breadcrumbs {
	font-size: 0.7em;
	font-weight: 600;
	text-transform: uppercase;
	color: #969696;
}
#breadcrumbs a {
	color: #969696;
	text-decoration: none;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}
#breadcrumbs .separator {
	padding: 0 4px;
}
.page-template-default .content .wp-post-image,
.page-template-template-quiz .content .wp-post-image {
	margin-bottom: 2em;
}

.page-template-template-quiz .ad-unit {
	margin-bottom: 3em;
}
.wpvqgr-wrapper button.wpvqgr-button {
	font-size: 1.35em !important;
}



/* CONTACT
-------------------------------------------------------------------------------*/
.main input[type="text"],
.main input[type="email"],
.main input[type="tel"],
.main input[type="date"],
.main input[type="url"],
.main textarea {
	border-radius: 3px;
	border: 1px solid #969696;
	height: auto;
	padding: .5em .865em;
	width: 100%;
}
.main .label {
	font-size: .7rem;
	text-transform: uppercase;
	font-weight: 700;
}
span.wpcf7-list-item {
	display: block;
	background-color: rgba(0,0,0,0.02);
	border-radius: 5px;
	padding: 20px;
	margin: 0.5em 0;
	line-height: 0;
	font-size: 0.8em;
}
span.wpcf7-list-item input[type="checkbox"] {
	margin-right: 0.25em;
}
.wpcf7-submit {
	display: block;
	font-size: 1.25em;
	margin: 0 auto 120px auto;
}
.wpcf7-form {
	max-width: 600px;
	margin: 0 auto;
}



/* FOOTER
-------------------------------------------------------------------------------*/
.footer {
	overflow: hidden;
	position: relative;
	background-color: #0B4564;
	background-image: url('../_img/footer-bg.png');
	background-position: right -700px center;
	background-repeat: no-repeat;
	background-size: 1500px !important;
	padding-bottom: 1em;
	color: #B9BCBF;
}
.footer .container {
	padding: 0 3%;
	max-width: 1400px;
}
.footer a {
	display: inline-block;
	color: #B9BCBF;
}
.footer a:hover {
	color: #16A3EE;
}
.footer-nav > ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	font-size: 0.85em;
	line-height: 1.5;
}
.footer-nav > ul > li {
	width: 45%;
	margin-right: 5%;
}
.footer-nav .menu-cat {
	display: inline-block;
	font-weight: bold;
	margin: 70px 0 1em 0;
}
.footer-nav li {
	margin-bottom: 0.5em;
}
@media (min-width: 480px) {
	.footer-nav > ul > li {
		width: 30%;
		margin-right: 3.33%;
	}
}
@media (min-width: 1024px) {
	.footer {
		background-size: 50%;
	}
	.footer:before {
		border-width: 60px 60px 0 0;
	}
	.footer-nav > ul {
		display: flex;
		flex-wrap: nowrap;
	}
	.footer-nav .menu-cat {
		padding: 0.35em 0;
		font-weight: 500;
		font-size: 1.5em;
		line-height: 1;
	}
	.footer-nav .sub-menu {
		font-size: 0.85rem;
		line-height: 1.35;
	}
}

.footer-email {
	max-width: 420px;
	margin-bottom: 3em;
}
.footer-email h3 {
    margin-top: 77px;
    margin-bottom: 30px;
	font-weight: 500;
	line-height: 1.35;
	font-size: 1.15em;
	color: #FFF;
}
.footer-email label {
	display: block;
	color: #539BD1;
	font-weight: bold;
	font-size: 0.85em;
}
.footer-email label:hover {
	color: #FFF;
}
.footer-email input[type="text"],
.footer-email input[type="email"] {
	background-color: #2B729D;
	border: 0;
	border-radius: 0;
	margin-top: 3px;
	font-size: 1.15em;
	color: #FFF;
	width: 100%;
	max-width: 450px;
}
.footer-email input[type="text"]:hover,
.footer-email input[type="email"]:hover,
.footer-email input[type="text"]:focus,
.footer-email input[type="email"]:focus {
	background-color: #FFF;
	color: #2B3234;
}
.footer-email input[type="submit"] {
	background-color: #2B3234;
	color: #FFF;
	font-weight: bold;
	padding: 0.675em 2em;
	border: 0;
}
.footer-email input[type="submit"]:hover {
	cursor: pointer;
	background-color: #FFF;
	color: #2B729D;
}

.footer #menu-legal {
	margin-top: 1em;
}
.footer #menu-legal li:after {
	position: relative;
	display: inline-block;
	content: "•";
	padding: 0.5em 0.5em 0.5em 0.675em;
}
.footer small {
	display: inline-block;
	font-size: 0.7rem;
}
.footer a img {
	margin-bottom: -8px;
	margin-left: -8px;
}


/* LANDING
-------------------------------------------------------------------------------*/
.page-template-template-full .main h2,
.page-template-template-video .main h2 {
	font-size: 2.25em;
	line-height: 1.25;
	font-weight: 300;
	text-align: center;
}
.page-template-template-full .main .container,
.page-template-template-video .main .container {
	margin-top: 0;
	margin-bottom: 0;
}


/* TIMELINE
-------------------------------------------------------------------------------*/
.page-template-template-timeline .container {
	margin-bottom: 0;
}
.page-template-template-timeline .wp-block-ugb-container {
	background: inherit;
}
.page-template-template-timeline .main {
	overflow: hidden;
}
.timeblock {
	position: relative;
}
.timeblock:nth-child(odd) {
	background: #F0F0F0;
}
.timeblock:nth-child(odd):before,
.timeblock:nth-child(odd):after {
	position: absolute;
	content: "";
	width: 100vw;
    height: 100%;
	z-index: -1;
	background: #F0F0F0;
}
.timeblock:nth-child(odd):before {
	right: 0;
}
.timeblock .wp-block-column {
	padding-top: 30px;
	padding-bottom: 30px;
}
.timeblock .wp-block-column:first-child {
	padding-left: 100px;
	padding-top: 70px;
	flex-basis: 100%;
}
.timeblock .wp-block-column:last-child {
	display: flex;
	align-items: center;
	justify-content: center;
} 
.timeblock h3 {
	margin-top: 10px;
	line-height: 1.35;
}
.timeblock h4 {
	position: absolute;
	background: #000;
	display: inline-block;
	width: 67px;
	height: 67px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF !important;
	margin-left: -100px;
}
.timeblock h4:after {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 90px;
	background-color: #000;
	background: linear-gradient(0, #00000000 0%, #000 100%);
	top: 67px;
}
.timeblock .wp-block-image {
	margin-bottom: 0;
	display: flex;
	flex-flow: column nowrap;
	align-items: stretch;
	justify-content: center;
}
.timeblock .wp-block-image img {
	max-height: 200px;
}
@media (min-width: 768px) {
	.page-id-10 .excerpts ul li {
		flex-basis: 50% !important;
	}
}




.timeline {
	background: #000;
	padding-top: 32px;
	padding-bottom: 42px;
	min-height: 150px;
}
.timeline-line {
	position: relative;
	border-top: 4px solid white;
	width: 100%;
	top: 18px;
}
.timeline-line:before,
.timeline-line:after {
	content: "";
	display: block;
	width: 80px;
	height: 4px;
	position: absolute;
	z-index: 1;
	top: -4px;
}
.timeline-line:before {
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	left: 0;
}
.timeline-line:after {
	background: linear-gradient(-90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	right: 0;
}
.timeline-dot {
	content: "";
	display: inline-block;
	border: 4px solid white;
	background: #000;
	width: 20px;
	height: 20px;
	border-radius: 18px;
	text-decoration: none;
	position: relative;
	z-index: 2;
	transition: all 0.2s ease-in;
	margin: 6px;
}
.timeline-dot:hover {
	border-color: red;
	border-width: 5px;
	width: 28px;
	height: 28px;
	margin: 0;
}



/* PROFILE GRID
-------------------------------------------------------------------------------*/
.profiles-intro {
	padding: 100px 0 60px 0;
}
.profiles-wrapper {
	padding-top: 80px;
	padding-bottom: 80px;
	display: block;
	position: relative;
	background-size: cover;
	background-position: center;
}
.profiles-wrapper .container {
	position: relative;
	z-index: 1;
}
.profiles {
	margin-top: 2em;
	padding: 7px;
	border-radius: 6px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.profiles li a {
	display: block;
	position: relative;
	width: 164px;
	height: 200px;
	margin-bottom: 8px;
	margin-left: 4px;
	margin-right: 4px;
	overflow: hidden;
}
.profiles li a img {
	width: 100%;
	height: 155px;
	transition: transform 0.1s ease-in;
}
.profiles li a div {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #2B3234;
	transition: background-color 0.1s ease-in;
}
.profiles li a span {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0.8em 0.25em;
	font-weight: bold;
	font-size: 14.5px;
	min-height: 45px;
}
.profiles li a:hover {
	text-decoration: none;
}
.profiles li a:hover img {
	transform: scale(1.05);
}

/* Light */
.profiles-wrapper:nth-child(odd) {
	background-blend-mode: screen;
	background-color: rgba(255,255,255,0.88);
}
.profiles-wrapper:nth-child(odd) .profiles {
	background-color: #EDEFF2;
}
.profiles-wrapper:nth-child(odd) li a div {
	background-color: #FFF;
}
.profiles-wrapper:nth-child(odd) li a span {
	color: #2B3234;
}

/* Dark */
.profiles-wrapper:nth-child(even) {
	background-blend-mode: multiply;
	background-color: rgba(125,125,125,1);
}
.profiles-wrapper:nth-child(even) .profiles {
	background-color: rgba(32, 36, 37, 0.95);
}
.profiles-wrapper:nth-child(even) li a div {
	background-color: #2B3234;
}
.profiles-wrapper:nth-child(even) li a span,
.profiles-wrapper:nth-child(even) h2,
.profiles-wrapper:nth-child(even) .content {
	color: #FFF;
}


/* SYSTEM
-------------------------------------------------------------------------------*/
.error404 .main {
	padding-bottom: 50px;
}
.search-results .hero {
	text-align: center;
}
.search-results .hero h1 {
	color: #FFF;
	font-size: 2.5em;
	margin: 0;
}
main .searchform {
	width: 100%;
	text-align: center;
	background-color: #ebebeb;
	padding: 20px;
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
}
main .searchform input[type="text"] {
	display: block;
	width: calc(100% - 100px);
	height: 40px;
}
main .searchform input[type="submit"] {
	vertical-align: middle;
	position: absolute;
	border-color: #539BD1;
	background-color: #539BD1;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	padding: 0.65em 1em;
	margin-left: 5px;
	height: 40px;
	right: 20px;
	top: 20px;
}
main .searchform label {
	position: absolute;
	text-indent: -999px;
}
.search-results h1 {
	border-bottom: 1px solid #969696;
	padding-bottom: 5px;
}
.search-results h3 {
	margin-top: 2em;
	margin-bottom: 0.5em;
}
.blog .ad-wrap,
.search-results .ad-wrap {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
}
.search-results .ad-wrap {
	margin-top: 70px;
	margin-bottom: 100px;
}
.blog .ad-wrap {
	padding-top: 18px;
}


/* BLOCKS
-------------------------------------------------------------------------------*/

/* Override */
.ugb--has-background,
.ugb-has-background {
	box-shadow: none;
}

/* Alignment */
.alignleft,
.alignright {
	float: none;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
.single .alignfull,
.single .alignwide,
.page-template-template-full .alignfull,
.page-template-template-full .alignwide,
.page-template-template-full .ad-unit,
.page-template-template-timeline .alignfull,
.page-template-template-timeline .alignwide,
.page-template-template-timeline .ad-unit,
.page-template-template-video .alignfull,
.page-template-template-video .alignwide,
.page-template-template-video .ad-unit {
    margin-left: calc( -100vw / 2 + 100% / 2 );
    margin-right: calc( -100vw / 2 + 100% / 2 );
    max-width: 100vw;
    width: 100vw;
}
@media only screen and ( min-width: 950px ) {
	.page-template-template-full .alignwide,
	.page-template-template-video .alignwide,
	.page-template-template-timeline .alignwide {
        /* margin-left  : -125px;
		margin-right : -125px; */
		margin-left: auto;
		margin-right: auto;
		max-width: 950px;
		width: 100%;
    }
}
@media (min-width: 768px) {
	.alignfull img {
		width: 100vw;
	}
	.alignleft,
	.alignright {
		max-width: 400px;
		margin: 0.5em 1em 0.5em 1em;
	}
	.alignleft {
		float: left;
		margin: 0.25em 1em 0.5em 0;
	}
	.alignright {
		float: right;
		margin: 0.25em 0 0.5em 1em;
	}
	.alignleft img,
	.alignright img {
		width: 100%;
	}
}

.page-template-template-full .wp-block-columns.alignfull,
.page-template-template-full .wp-block-columns.alignwide {
	padding-left: 1em;
	padding-right: 1em;
}
@media (min-width: 950px) {
	.page-template-template-full .wp-block-columns.alignfull,
	.page-template-template-full .wp-block-columns.alignwide {
		padding-left: 0;
		padding-right: 0;
	}
}


/* Images */
.wp-block-image {
	margin-top: 0;
}
.wp-block-image img {
	object-fit: cover;
}
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption {
	max-width: 70vw;
	margin-left: auto;
	margin-right: auto;
}
.wp-block-image.alignfull img {
	margin-top: 2em;
	margin-bottom: 2em;
}
.page-template-template-full .wp-block-image.alignfull {
	margin-top: 0;
	margin-bottom: 0;
}
.page-template-template-full .wp-block-image.alignfull img {
	margin: 0;
}
@media (min-height: 600px) {
	.wp-block-image img {
		max-height: 500px;
	}
	.page-template-template-full .wp-block-image.alignfull img {
		max-height: auto;
	}
}
@media (min-width: 768px) {
	.wp-block-image .alignleft > figcaption,
	.wp-block-image .alignright > figcaption {
		max-width: inherit;
	}
}
.wp-block-image.overflow-visible img {
	max-height: inherit !important;
}

/* Gallery */
.wp-block-gallery {
	margin-top: 2em;
}
@media (min-height: 600px) {
	.wp-block-gallery img {
		max-height: 500px;
		object-position: top; 
	}
}

/* Pullquote */
.wp-block-pullquote {
	position: relative;
	color: #024565;
	text-align: left;
	padding: 2em 0 2em 0;
	max-width: 800px;
}
.page-template-template-full .wp-block-pullquote {
	max-width: 1200px;
	margin: 0 auto;
	padding-right: 4em;
}
.wp-block-pullquote.alignwide,
.wp-block-pullquote.alignfull {
	margin: 0;
}
.wp-block-pullquote:before {
	font-family: Helvetica, Arial, sans-serif !important;
	content: "“";
	display: block;
	font-weight: 700;
	font-size: 150px;
	line-height: 50px;
	position: absolute;
	top: 4rem;
	left: -10px;
}
.wp-block-pullquote p {
	font-size: 1.35em;
	line-height: 1.35;
	font-weight: 700;
}
.wp-block-pullquote p,
.wp-block-pullquote cite {
	margin-left: 75px;
}
.wp-block-pullquote cite:before {
	content: '— ';
}
@media (min-width: 768px) {
	.wp-block-pullquote {
		padding-top: 1.5rem;
	}
	.wp-block-pullquote p {
		font-size: 1.65rem;
	}
}
@media (min-width: 960px) {
	.wp-block-pullquote {
		max-width: 800px;
	}
}

/* Crosslinks */
.ugb-container h2 {
	font-size: 2.125em;
	line-height: 0.95;
	padding-bottom: 0.15em;
	font-weight: 300;
}
.ugb-container .wp-block-button {
	text-align: left;
}
.ugb-container .wp-block-button__link {
	margin-bottom: 0.5em;
	font-size: 0.8em;
}
.ugb-container.alignleft,
.ugb-container.alignright {
	text-align: left;
	max-width: 225px;
	padding: 2em 1.5em 1.5em 1.5em;
	margin-bottom: 2em;
}
/* .ugb-container.alignfull {
	padding: 70px 1.5em 70px 1.5em;
} */
.ugb-container.container-more a:hover {
	color: #FFF !important;
}


/* Counter */
.ugb-countup {
	max-width: 1000px;
	margin: 3em auto;
	padding-top: 1em;
	padding-bottom: 1em;
}
.ugb-countup__item {
	text-align: left;
}
.ugb-countup__counter {
	position: relative;
	font-weight: 700 !important;
	color: #FFF;
}
.ugb-countup__counter:after {
	position: absolute;
	content: "";
	width: 45px;
	height: 3px;
	bottom: -10px;
	left: 0;
}
.ugb-countup__description {
	padding-right: 15%;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.35;
	padding-top: 10px;
}
.entry-content .ugb-countup__counter {
	position: relative;
}
.ugb-countup__counter:after {
	background: #F0F0F0;
}
.single .ugb-container .ugb-countup__item {
	font-size: 1.5em;
	padding: 0 0 5% 3%;
}
.single .ugb-container .ugb-countup .ugb-content-wrapper .ugb-countup-item,
.single .ugb-container .ugb-countup .ugb-content-wrapper .ugb-countup__item,
.single .ugb-container .ugb-countup .ugb-countup-item, .ugb-countup .ugb-countup__item {
	margin: 0 !important;
}
@media (max-width: 500px) {
	.ugb-countup.columns-4,
	.ugb-countup .ugb-content-wrapper.columns-4,
	.ugb-countup .ugb-content-wrapper.ugb-countup--columns-4 .ugb-content-wrapper,
	.ugb-countup.ugb-countup--columns-4 .ugb-content-wrapper {
		grid-template-columns: minmax(0,1fr);
	}
}
.page-template-default .ugb-countup__title {
	display: none;
}

/* Accordion */
.ugb-accordion {
	max-width: 800px;
	margin: 0 auto 1em auto;
	border: 1px solid rgba(150, 150, 150, 0.5);
}
.ugb-accordion__heading {
	padding: 1em !important;
}
.ugb-accordion.ugb-accordion--design-plain .ugb-accordion__text {
	font-size: 0.8em;
	border-top: 1px solid rgba(150, 150, 150, 0.5);
	padding: 1em 15% 1em 1em !important;
	margin-top: 0 !important;
}
.ugb-accordion.ugb-accordion--design-plain .ugb-accordion__heading:focus {
	outline-offset: 0;
}
.ugb-accordion__heading h4 {
	transition: color 0.1s ease-out;
}
.ugb-accordion:hover .ugb-accordion__heading h4,
.ugb-accordion--open .ugb-accordion__heading h4 {
	color: #024565 !important;
}
body:not(.wp-admin) .ugb-accordion:not(.ugb-accordion--open) .ugb-accordion__text {
	display: none;
}

/* Ad Units */
.page-template-template-full .ad-unit,
.page-template-template-video .ad-unit,
.page-template-template-timeline .ad-unit {
	padding: 1em;
	background-image: linear-gradient(90deg, #FFFFFF 0%, #F5F5F5 100%);
	box-shadow: none;
}
.ad-unit.ad-bg,
.ad-bg.ugb-container {
	padding: 1em;
	margin-top: 0 !important;
}
.ad-bg p {
	display: none;
}
.ad-unit {
	margin: 0 auto;
	text-align: center;
}
.ad-wrapper {
	display: inline-block;
}
.page-template-default .ad-wrapper,
.single .ad-wrapper {
	display: inline-block;
	margin-bottom: 2.5em;
}
.single .ad-wrapper {
	border: 1px solid #96969666;
	padding: 1em;
}

/* Video */
.wp-block-embed.aligncenter {
	text-align: center;
}
.wp-block-embed iframe {
	max-width: 100%;
}

/* Banner */
.banner {
	padding-top: 50px;
}
.banner,
.banner h1,
.banner h2,
.banner h3 {
	color: #FFF;
}
.banner .wp-block-columns {
	margin: 0 auto;
	max-width: 1040px;
}
.banner .ugb-container__content-wrapper {
	width: 100% !important;
}
.banner .wp-block-columns .wp-block-column:first-child {
	flex-basis: 100%;
}
.banner .wp-block-columns .wp-block-column:last-child {
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner .wp-block-button {
	margin: 0;	
}
.banner .wp-block-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	max-width: 260px;
	max-height: 210px;
	margin: 0;
}
@media (max-width: 768px) {
	.banner .wp-block-columns {
		flex-flow: row;
  		align-items: flex-start;
	}
	.banner .wp-block-column:first-child {
  		order: 2;
	}
	.banner .wp-block-column:last-child {
  		flex-basis: 35%;
  		order: 1;
  		justify-content: flex-start !important;
	}
}
@media (max-width: 400px) {
	.banner .wp-block-columns {
		flex-flow: column;
  		align-items: flex-start;
	}
	.banner .wp-block-image {
		max-width: 30%;
		margin-bottom: 2em;
	}
}
.banner-wide .ugb-container__content-wrapper {
	width: 100% !important;
	max-width: 1120px;
	margin: 0 auto !important;
}
.banner-wide .ugb-container__content-wrapper p {
	max-width: 700px;
}


/* Slider */
.slides-wrap {
	padding: 70px 3% 70px 3%;
	background-color: rgba(150, 150, 150, 0.15);
}
.slide-wrapper {
	position: relative;
	max-width: 850px;
	margin: 0 auto;
}
.slide-content {
	z-index: 1;
	background-color: #024565;
	padding: 3em 15% 3em 2em;
	color: #FFF;
	margin-right: 15%;
	margin-bottom: 1em;
}
.slide-content h2 {
	color: #FFF;
	font-size: 1.85em !important;
	text-align: left !important;
	margin-bottom: 0.5em;
}
.slide-content h4 {
	color: #FFF;
}
.slide-content .button {
	margin: 0;
}
.slide-indent {
	margin-left: 15%;
}
.slide-image {
	position: relative;
	z-index: 0;
	right: 0;
	max-width: 300px;
	margin-left: auto;
	margin-bottom: -30px;
	border: 10px solid #FFF;
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
.slide-image-wrap {
	max-height: 300px;
	overflow: hidden;
	background: #EBEBEB;
}
@media (min-width: 768px) {
	.slide-content {
		position: relative;
		z-index: 0;
		width: 75%;
		padding: 2em 15% 3em 2em;
	}
	.slide-image {
		position: absolute;
		z-index: 1;
		width: 35%;
		top: -70px;
		max-width: auto;
	}
	.slide-image-wrap {
		max-height: inherit;
	}
	.slide-margin {
		margin-top: 80px;
	}
}

.slide:focus {
	outline: none;
}
.slide-image:before {
    content: "";
    position: absolute;
    bottom: -17px;
    right: -17px;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: transparent #000 transparent transparent;
}
.slide-image:after {
    content: "";
    position: absolute;
    left: -17px;
    top: -17px;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #000 transparent transparent transparent;
}
.slick-dots {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.slick-dots li {
	display: inline;
	margin: 5px;
}
.slick-dots button {
	font-size: 0;
	text-indent: -9999px;
	background: #969696 !important;
	width: 12px;
	height: 12px;
}
.slick-dots button,
.slick-dots button:hover {
	border-radius: 50px;
	box-shadow: none;
	overflow: hidden;
	top: 0;
}

/* Related */
.entry-related ul {
	margin-bottom: 70px;
}
.entry-related li {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-start;
	clear: both;
	padding: 5px 0;
}
.entry-related li div {
	flex: 0 100%;
}
.entry-related li p {
	font-size: 0.85rem;
}
.entry-related li img {
	flex: 1 185px;
	width: 185px;
	margin-right: 1.5em;
}
.entry-related li a {
	display: inline-block;
	margin-top: 1em;
	line-height: 1.35;
	font-weight: bold;
	color: #2B3234;
}
@media (min-width: 768px) {
    .entry-related li {
		padding-right: 1em;
	}
}

.sidebar .entry-related li {
	padding-top: 1em;
	padding-bottom: 0;
	align-items: start;
}
.sidebar .entry-related li img {
	width: 100px;
	margin-right: 1em;
	margin-bottom: 1em;
}
.sidebar .entry-related li a {
	margin-top: 0;
	font-size: 0.9rem;
}
.sidebar .entry-related li p {
	font-size: 0.7em;
}

.ugb-feature-grid h5,
.ugb-feature-grid p,
.ugb-feature-grid div {
	text-align: left;
}
.ugb-feature-grid p,
.ugb-feature-grid .ugb-button {
	font-size: 0.85rem;
}

/* Image Box Fancy */
.box-fancy .ugb-image-box__title {
	font-size: 1.15em;
	line-height: 0.85em;
	font-weight: 500;
	letter-spacing: 0em;
	max-width: 90%;
	margin: 0 auto;
}
.box-fancy .ugb-image-box__item {
	position: relative;
}
.box-fancy .ugb-image-box__item:before {
	position: absolute;
	display: block;
	content: "";
	width: calc(100% - 3em);
	height: calc(100% - 3em);
	left: 1.5em;
	top: 1.5em;
	border: 3px solid #FFF;
	transition: all 0.3s ease-in-out;
	z-index: 2;
}
.box-fancy .ugb-image-box__item:hover:before {
	border: 1px solid #FFF;
	width: calc(100% - 1em);
	height: calc(100% - 1em);
	left: 0.5em;
	top: 0.5em;
}
@media (min-width: 970px) and (max-width: 1200px) {
	.box-fancy.ugb-image-box--columns-4 {
	   grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
	}
}
@media (min-width: 970px) {
    .box-fancy .ugb-image-box__title {
	   font-size: 1.75em;
	}
}
@media (min-width: 1200px) {
    .box-fancy .ugb-image-box__title {
	   font-size: 1.2em;
	}
}
@media (min-width: 1400px) {
    .box-fancy .ugb-image-box__title {
	   font-size: 1.5em;
	}
}

/* Number Fancy */
@media (min-width: 768px) {
	.number-fancy.wp-block-ugb-number-box {
		margin: 0;
		margin-top: -120px;
		display: inline-block;
		position: relative;
		top: 80px;
	}
	.number-fancy .ugb-number-box__item {
		padding: 0;
		background: transparent;
	}
}

/* Cards */
.ugb-card .ugb-card__title {
	margin-bottom: 0.5em !important;
}
.ugb-card .ugb-card__tagline {
	font-size: 0.75em;
	font-style: italic;
}
.ugb-card .ugb-card__description {
	font-size: 0.75em;
}



/* JW Player
-------------------------------------------------------------------------------*/
.jwplayer {
	max-width: 700px;
	margin: 0 auto !important;
}
.jwplayer .jw-title {
	display: none !important;
}