/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

* {
	outline: 0;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 28px;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5 {
	clear: both;
	margin: 0;
	display: block;
	font-weight: 800;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-family: acumin-pro-condensed, sans-serif;
}

h1 {
	font-size: 63px;
	line-height: 61px;
	letter-spacing: -0.01em;
}

h2 {
	font-size: 48px;
	line-height: 47px;
	letter-spacing: -0.01em;
}

h3 {
	font-size: 35px;
	line-height: 38px;
	letter-spacing: -0.01em;
}

h4 {
	font-size: 35px;
	line-height: 42px;
	letter-spacing: -0.02em;
	font-weight: 500;
}

h5 {
	font-size: 25px;
	line-height: 28px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-weight: 700;
}

p,
li {
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 28px;
	margin: 0;
}

p.large,
li.large {
	font-size: 22px;
	line-height: 33px;
}

em,
i {
	font-weight: 400;
	font-style: italic;
}

b,
strong {
	font-weight: 700;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul.no-style {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.inline {
	font-size: 0;
	line-height: 0;
}

ul.inline li {
	float: left;
}

#page .black,
#page .black a,
#page .black a:hover {
	color: #000;
}

#page .white,
#page .white a,
#page .white a:hover {
	color: #fff;
}

#page .grey-1,
#page .grey-1 a,
#page .grey-1 a:hover {
	color: #363636;
}

#page .grey-2,
#page .grey-2 a,
#page .grey-2 a:hover {
	color: #6f6f6f;
}

#page .grey-3,
#page .grey-3 a,
#page .grey-3 a:hover {
	color: #9f9f9f;
}

#page .green,
#page .green a,
#page .green a:hover {
	color: #02617e;
}

#page .light-green,
#page .light-green a,
#page .light-green a:hover {
	color: #e9f4f7;
}

#page .yellow,
#page .yellow a,
#page .yellow a:hover {
	color: #fdda1a;
}

#page .dark-yellow,
#page .dark-yellow a,
#page .dark-yellow a:hover {
	color: #c7a903;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/

a {
	color: #363636;
	text-decoration: none;
	transition: color 0.3s linear, border 0.3s linear;
	outline: 0;
}

a:hover {
	color: #363636;
}

a:hover,
a:focus,
a:active,
a:visited {
	color: #363636;
	outline: 0;
}

a[href^="tel"] {
	text-decoration: inherit;
	color: inherit;
}

.cta {
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0.03em;
	font-weight: 700;
	display: inline-block;
	position: relative;
	z-index: 10;
}

.cta:after {
	content: "";
	display: block;
	height: 18px;
	z-index: -1;
	width: calc(100% + 13px);
	position: absolute;
	left: 0;
	bottom: -4px;
	background-color: #fdda1a;
	transition: height 0.3s linear;
}

.cta:hover:after {
	height: 40px;
	/*background-color: #C7A903;*/
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

img {
	display: block;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

input[type],
textarea {
	-webkit-appearance: none;
	outline: 0;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	padding: 0;
	color: #000000;
	cursor: pointer;
	width: 100%;
	transition: all 0.3s linear;
}

textarea {
	resize: none;
}

body #content form .awesomplete {
	width: 100%;
}

body #content form .awesomplete ul {
	padding: 8px 0;
	width: 100%;
	border: 0;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.16);
	background-color: #e9f4f7;
}

body #content form .awesomplete ul li {
	padding: 12px 31px;
	color: #000000;
	font-size: 20px;
	line-height: 33px;
	width: auto;
}

body #content form .awesomplete ul li:hover {
	background-color: #02617e;
	color: #fff;
}

body #content form .awesomplete ul li mark {
	font-weight: 600;
}

body #content form .awesomplete > input[type="search"] {
	width: 100%;
}

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/

body {
	background-color: #fff;
	overflow-x: hidden;
}

#page {
	overflow: hidden;
}

#primary {
	background-color: #f8f8f8;
}

#main {
	max-width: 1710px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	padding: 60px 0 150px;
	margin: 0 auto;
	overflow: hidden;
}

.wrap {
	padding: 0 75px;
	max-width: 1454px;
	margin: 0 auto;
	width: 100%;
}

/*.site-main > div:last-child,
	.site-main > div:last-of-type {
		margin-bottom: 150px;
	}*/

/* Sections */

/* Hero */
.hero-section {
	position: relative;
	overflow: hidden;
	height: 80vh;
	min-height: 600px;
}

.hero-section .hero-section-banner {
	display: -ms-flex;
	display: flex;
	align-items: flex-end;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 45%;
}

.hero-section .hero-section-banner .wrap {
	position: relative;
	width: 100%;
	padding-bottom: 140px;
}

.hero-section h1,
.hero-section h4,
.hero-section h5 {
	color: #fff;
}

.hero-section h1 {
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
	max-width: 634px;
	padding-bottom: 10px;
}

.hero-section h4 {
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
	/* max-width: 504px; */
	max-width: 400px;
}

.hero-section h5 {
	padding-bottom: 16px;
}

.hero-links {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 75px 35px;
	max-width: 1454px;
	margin: 0 auto;
	width: 100%;
}

.hero-links a {
	color: #fff;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	display: inline-block;
	text-indent: -9999px;
}

.hero-links a:not(:last-child) {
	margin-right: 20px;
}

.hero-links a.vcard {
	background-image: url(../images/lawyer-vcard.svg);
}

.hero-links a.linkedin {
	background-image: url(../images/lawyer-linkedin.svg);
}

.hero-links a.pdf {
	background-image: url(../images/lawyer-pdf.svg);
}

/* Page Title */
h1.page-title {
	padding-bottom: 66px;
	margin-top: 120px;
	border-bottom: 2px solid #6f6f6f;
	display: block;
}

/* Content */
.col-wrap {
	display: -ms-flex;
	display: flex;
}

.section-content .wrap:not(:last-child) {
	margin-bottom: 60px;
}

.section-content p:not(:last-of-type) {
	margin-bottom: 20px;
}

.section-content p > a {
}

.section-content h2 {
	padding-top: 28px;
	padding-bottom: 16px;
	color: #02617e;
}

.section-content h3 {
	color: #02617e;
	padding-bottom: 24px;
}

.section-content h3 + h4 {
	margin-top: -10px;
}

.section-content h4 {
	color: #02617e;
	padding-bottom: 18px;
	font-size: 33px;
	line-height: 38px;
}

.section-content ul {
	padding: 0;
	margin: 0;
	margin-left: 25px;
}

.section-content ul:last-child {
	margin-bottom: 0;
}

.section-content li:not(:last-child) {
	margin-bottom: 0;
}

/* Quotes */
#page blockquote {
	display: block;
	background-color: #fdda1a;
	margin: 30px -202px 40px -9999rem;
	padding: 55px 202px 36px 9999rem;
	overflow: hidden;
}

#page blockquote p {
	margin-left: 110px;
}

#page blockquote p:first-child {
	width: 100%;
	position: relative;
	font-size: 34px;
	line-height: 42px;
	color: #000;
	display: block;
	font-weight: 800;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-family: acumin-pro-condensed, sans-serif;
}

#page blockquote p:first-child,
#page blockquote p:first-child strong {
	font-weight: 800;
}

#page blockquote p:first-child:before {
	content: "“";
	display: block;
	position: absolute;
	width: 13px;
	left: -15px;
	top: 4px;
	transition: color 0.3s linear;
	color: #000;
	font-size: 35px;
	line-height: 37px;
}

#page blockquote p:first-child:after {
	content: "”";
	display: inline-block;
	color: #000;
	font-size: 35px;
	line-height: 37px;
}

#page blockquote:hover p:first-child:before {
	color: #000;
}

#page blockquote p:not(:last-child) {
	margin-bottom: 16px;
}

#page blockquote p:not(:first-child) {
	line-height: 23px;
}

/* <HR> */
.section-content hr {
	background-color: #9f9f9f;
	border-width: 2px;
	margin-top: -15px;
	margin-bottom: 28px;
}

/* Block Text */
.section-content .block-text {
	max-width: 880px;
	margin: 0;
}

.section-content .block-text.highlight > p:first-of-type {
	font-size: 23px;
	line-height: 33px;
	margin-bottom: 26px;
}

.section-content .block-text a {
	font-weight: 700;
	position: relative;
	border-bottom: 2px solid #fdda1a;
}

.section-content .block-text a:hover {
	border-bottom-color: #c7a903;
}

.section-content .block-text.display-more .more {
	font-size: 15px;
	line-height: 24px;
	color: #6f6f6f;
	margin-top: 18px;
	display: inline-block;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.section-content .block-text.display-more .more:hover {
	color: #c7a903;
}

.section-content .block-text.display-more.active .more {
	margin-top: 38px;
	margin-bottom: 26px;
}

/* Block Related */
.site-main > div.block-related-wrap {
	margin-bottom: 0;
}

.block-related-wrap {
	margin-top: 58px;
	background-color: #e9f4f7;
}

.block-related {
	padding-top: 48px;
	padding-bottom: 48px;
}

.block-related:not(:last-child) {
	border-bottom: 2px white solid;
}

.block-related .wrap {
	display: -ms-flex;
	display: flex;
	align-items: center;
}

.block-related h5 {
	max-width: 330px;
	margin-right: 112px;
	width: 100%;
	font-size: 30px;
	line-height: 38px;
	letter-spacing: 0.03em;
	color: #363636;
}

.block-related h3 {
	padding-bottom: 0;
	position: relative;
	z-index: 10;
}

.block-related h3 a {
	font-size: 35px;
	line-height: 38px;
	letter-spacing: -0.01em;
	color: #363636;
	font-weight: 800;
}

.block-related h3 a:after {
	bottom: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	transition: 0.5s top cubic-bezier(0.22, 0.61, 0.36, 1);
}

.site-header:not(.hide):not(.shrink):before {
	content: "";
	display: block;
	background: rgb(0, 0, 0);
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.4;
}

.site-header > .wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 auto;
	position: relative;
	max-width: 1860px;
}

.site-branding {
	max-width: 150px;
	width: 100%;
	position: relative;
	z-index: 200;
}

.site-branding a {
	display: block;
	height: 150px;
	width: 150px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: contain;
	text-indent: -9999px;
}

.site-header .main-navigation {
	float: none;
	margin-left: auto;
	width: auto;
	flex-grow: 1;
	flex-basis: 0%;
}

.site-header .main-navigation ul#primary-menu {
	display: -ms-flex;
	display: flex;
	float: none;
	text-align: left;
	float: right;
}

.site-header .main-navigation ul#primary-menu > li {
	float: none;
}

.site-header .main-navigation ul#primary-menu > li:not(:first-child) {
	margin-left: 20px;
}

.site-header .main-navigation ul#primary-menu > li > a {
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	padding: 42px 16px 16px;
	font-weight: 600;
	position: relative;
	transition: inherit;
}

.site-header .main-navigation ul#primary-menu > li:hover > a,
.site-header .main-navigation ul#primary-menu > li > a:hover {
	color: #fdda1a;
	/*font-weight: 700;*/
	background-color: #000;
}

.site-header .main-navigation ul#primary-menu > li.current_page_item:not(:hover) > a,
.site-header .main-navigation ul#primary-menu > li.current-menu-item:not(:hover) > a,
.site-header .main-navigation ul#primary-menu > li.current-menu-parent:not(:hover) > a,
.site-header .main-navigation ul#primary-menu > li.current-menu-ancestor:not(:hover) > a {
	color: #fff;
}

.site-header .main-navigation ul#primary-menu > li.current_page_item:not(:hover) > a:not(:hover):after,
.site-header .main-navigation ul#primary-menu > li.current-menu-item:not(:hover) > a:not(:hover):after,
.site-header .main-navigation ul#primary-menu > li.current-menu-parent:not(:hover) > a:not(:hover):after,
.site-header .main-navigation ul#primary-menu > li.current-menu-ancestor:not(:hover) > a:not(:hover):after {
	content: "";
	width: calc(100% - 32px);
	height: 3px;
	background-color: #fdda1a;
	position: absolute;
	bottom: 10px;
	left: 16px;
}

/* Submenu */
body:not(.nav-toggled) .site-header .main-navigation ul#primary-menu > li:hover > ul.sub-menu {
	display: block;
}

.site-header .main-navigation ul.sub-menu {
	box-shadow: none;
	float: none;
	top: inherit;
	left: inherit;
	z-index: inherit;
	display: none;
	background-color: #000;
	min-width: 100%;
	padding-top: 10px;
	padding-bottom: 14px;
}

.site-header .main-navigation #menu-item-1874 ul.sub-menu {
	/*		min-width: 829px;
*/
	min-width: 320px;
}

.site-header .main-navigation #menu-item-1328 ul.sub-menu {
	min-width: 146px;
}

.site-header .main-navigation ul.sub-menu li {
	display: block;
	float: none;
}

.site-header .main-navigation ul.sub-menu li:not(:last-child) {
}

.site-header .main-navigation ul.sub-menu li > a {
	display: block;
	width: auto;
	color: #fff;
	padding: 7px 47px 7px 24px;
	font-size: 16px;
	line-height: 22px;
	transition: inherit;
}

.site-header .main-navigation ul.sub-menu li > a:hover {
	color: #fdda1a;
}

.site-header .main-navigation ul.sub-menu li.current_page_item > a,
.site-header .main-navigation ul.sub-menu li.current-menu-item > a,
.site-header .main-navigation ul.sub-menu li.current-menu-parent > a,
.site-header .main-navigation ul.sub-menu li.current-menu-ancestor > a {
	color: #fdda1a;
}

.site-header .main-navigation ul.sub-menu ul {
	display: none;
}

.site-header .main-navigation li.submenu-two-col ul.sub-menu {
	column-count: 2;
	column-gap: 0;
	padding-right: 78px;
}

.site-header .main-navigation li.submenu-two-col ul.sub-menu li > a {
	padding-right: 0;
}

/* Search */
.site-header .main-navigation ul#primary-menu > li.search > a {
	padding: 0;
	margin: 42px 0 16px;
	display: block;
	text-indent: -9999px;
	display: block;
	width: 18px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	background-image: url(../images/search-white.svg);
}

.site-header .main-navigation ul#primary-menu > li.search > a.active,
.site-header .main-navigation ul#primary-menu > li.search > a:hover {
	background-image: url(../images/search-yellow.svg);
}

.site-header .main-navigation ul#primary-menu > li.search:hover > a,
.site-header .main-navigation ul#primary-menu > li.search > a:hover {
	background-color: transparent;
	color: inherit;
}

.site-header .menu-search {
	z-index: 9999;
	position: absolute;
	max-width: 1454px;
	margin: 0 auto;
	width: auto;
	right: 0;
	top: 84px;
	padding: 10px 27px 13px 16px;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	display: none;
}

.site-header .menu-search.active {
	display: block;
}

.site-header .menu-search form {
	display: -ms-flex;
	display: flex;
	align-items: center;
	position: relative;
	padding-bottom: 3px;
	border-bottom: 2px solid #000000;
}

.site-header .menu-search form input[type="search"] {
	width: auto;
	-webkit-appearance: none;
	background: transparent;
	font-size: 20px;
	line-height: 28px;
	padding-right: 60px;
	font-weight: 600;
}

.site-header .menu-search form div.cta {
	line-height: 28px;
	transform: translate(-13px, -4px);
}

.site-header .menu-search form div.cta:after {
	height: 17px;
	bottom: -2px;
}

.site-header .menu-search form div.cta input[type="submit"] {
	font-size: 20px;
	line-height: 28px;
	background: transparent;
	width: auto;
}

/* Minify Header */
body:not(.nav-toggled) .site-header.hide {
	top: -100px;
}

body:not(.nav-toggled) .site-header.shrink {
	top: 0;
	position: fixed;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

body:not(.nav-toggled) .site-header.shrink .site-branding {
	max-width: 100px;
}

body:not(.nav-toggled) .site-header.shrink .site-branding a {
	width: 100px;
	height: 100px;
}

body:not(.nav-toggled) .site-header.shrink .main-navigation ul#primary-menu > li > a {
	padding: 42px 16px 36px;
}

body:not(.nav-toggled) .site-header.shrink .main-navigation ul#primary-menu > li:not(:hover) > a:not(:hover),
body:not(.nav-toggled) .site-header.shrink .main-navigation ul#primary-menu > li.current_page_item:not(:hover) > a,
body:not(.nav-toggled) .site-header.shrink .main-navigation ul#primary-menu > li.current-menu-item:not(:hover) > a,
body:not(.nav-toggled) .site-header.shrink .main-navigation ul#primary-menu > li.current-menu-parent:not(:hover) > a {
	color: #000;
}

body:not(.nav-toggled) .site-header.shrink .main-navigation ul#primary-menu > li.current_page_item:not(:hover) > a:not(:hover):after,
body:not(.nav-toggled) .site-header.shrink .main-navigation ul#primary-menu > li.current-menu-item:not(:hover) > a:not(:hover):after,
body:not(.nav-toggled) .site-header.shrink .main-navigation ul#primary-menu > li.current-menu-parent:not(:hover) > a:not(:hover):after {
	bottom: 30px;
}

body:not(.nav-toggled) .site-header.shrink .menu-search,
body:not(.nav-toggled) .site-header.shrink .main-navigation ul#primary-menu > li.search {
	display: none;
}

body:not(.nav-toggled) .site-header.shrink .menu-actions button.search span {
	background-image: url(../images/search-black.svg);
}

body:not(.nav-toggled) .site-header.shrink .menu-actions button.menu:not(.close) span {
	background-image: url(../images/menu-black.svg);
}

/* Menu Actions */
.site-header .menu-actions {
	display: none;
	align-items: center;
	justify-content: flex-end;
	margin-left: auto;
	margin-top: 36px;
	position: relative;
	z-index: 1000;
}

.site-header .menu-actions button {
	display: block;
	padding: 0;
	margin: 0 0 0 36px;
	border: 0;
	border-radius: 0;
	background: transparent;
	-webkit-appearance: none;
}

.site-header .menu-actions button span {
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: block;
}

.site-header .menu-actions button.search span {
	width: 24px;
	height: 24px;
	background-image: url(../images/search-white.svg);
}

.site-header .menu-actions button.menu span {
	width: 35px;
	height: 16px;
	background-image: url(../images/menu-white.svg);
}

/* Nav Toggled */
body.nav-toggled {
	overflow: hidden;
}

body.nav-toggled .site-header {
	position: fixed;
}

body.nav-toggled .site-header .main-navigation {
	display: block;
	overflow-x: scroll;
}

body.nav-toggled .site-header .menu-actions button.search span {
	background-image: url(../images/search-white.svg);
}

body.nav-toggled .site-header .menu-actions button.menu span,
.site-header .menu-search.active .menu-actions button.menu span {
	transform: scale(1.4);
	background-image: url(../images/menu-close-white.svg);
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

/* Content */
.home #main {
	max-width: inherit;
	box-shadow: none;
	padding: 0;
	background-color: transparent;
}

/* Hero */
.home .hero-section {
	width: 100%;
	z-index: 10;
	max-height: inherit;
	margin-bottom: 0;
	border-bottom: 10px solid #fdda1a;
	height: 95vh;
}

.home .hero-section .hero-section-banner {
	position: relative;
	align-items: center;
}

.home .hero-section .hero-section-banner .wrap {
	padding-top: 140px;
}

.home .hero-section h1 {
	padding-bottom: 0;
	font-size: 86px;
	line-height: 90px;
	letter-spacing: -0.01em;
}

.home .hero-section .scroll {
	bottom: 0;
	padding-bottom: 45px;
	position: absolute;
	text-align: center;
	width: 100%;
}

.home .hero-section .scroll a {
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	font-weight: 600;
}

.home .hero-section .scroll a span {
	padding-top: 10px;
	margin: 0 auto;
	display: block;
	height: 22px;
	width: 16px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	background-image: url(../images/scroll.svg);
}

.home .wp-video {
	width: 100% !important;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.home .wp-video-shortcode {
	width: 100% !important;
	height: 100% !important;
	min-width: 100%;
}

.home video {
	pointer-events: none;
	object-fit: cover;
}

.home .mejs-controls {
	visibility: hidden !important;
	opacity: 0 !important;
}

/* 20220913 Animated Text */

/* Hero */
#home-hero {
	position: relative;
	overflow: hidden;
	border-bottom: 10px solid #fdda1a;
	height: 95vh;
}

#home-hero .hero-section-banner {
	display: -ms-flex;
	display: flex;
	position: relative;
	align-items: center;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 30%;
}

#home-hero video {
	top: 0;
	left: 0;
	position: absolute;
	pointer-events: none;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

/*#home-hero .wp-video .wp-video-shortcode {
		width: 100% !important;
		height: 100% !important;
	}*/

#home-hero .hero-section-banner .wrap {
	padding: 0;
	max-width: 1860px;
	pointer-events: none;
}

#home-hero .hero-section-banner .wrap .animated-text {
	padding: 40vh 0 0;
	margin: 0;
}

#home-hero .hero-section-banner .wrap h1,
#home-hero .hero-section-banner .wrap h2 {
	color: #fff;
	max-width: 1305px;
	padding-left: 75px;
	padding-right: 75px;
}

#home-hero .hero-section-banner .wrap p {
	color: #fff;
	max-width: 1305px;
	padding-left: 75px;
	padding-right: 75px;
	clear: both;
	margin: 0;
	display: block;
	font-weight: 800;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-family: acumin-pro-condensed, sans-serif;
}

#home-hero .hero-section-banner .wrap p.title {
	font-size: 63px;
	line-height: 61px;
	letter-spacing: -0.01em;
}

#home-hero .hero-section-banner .wrap p.subtitle {
	font-size: 48px;
	line-height: 47px;
	letter-spacing: -0.01em;
}

#home-hero .hero-section-banner .wrap p.is-large {
	font-size: 84px;
	line-height: 88px;
}

#home-hero .hero-section-banner .wrap p.is-quote {
	padding-bottom: 10px;
}

#home-hero .hero-section-banner .wrap p span.source {
	font-size: 38px;
	line-height: 48px;
	display: block;
	text-align: right;
	margin-top: 10px;
	font-style: italic;
	font-weight: 400;
}

.home .hero-section-banner .scroll {
	bottom: 0;
	padding-bottom: 45px;
	position: absolute;
	text-align: center;
	width: 100%;
}

.home .hero-section-banner .scroll a {
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	font-weight: 600;
}

.home .hero-section-banner .scroll a span {
	padding-top: 10px;
	margin: 0 auto;
	display: block;
	height: 22px;
	width: 16px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	background-image: url(../images/scroll.svg);
}

/* Smaller Desktops / Laptops */
@media only screen and (min-width: 768px) and (max-width: 1600px) {
	/* Home */
	#home-hero .hero-section-banner .wrap p {
		padding-left: 80px;
		padding-right: 80px;
	}

	#home-hero .hero-section-banner .wrap p.is-large {
		font-size: 98px;
		line-height: 100px;
	}

	#home-hero .hero-section-banner .wrap p.title {
		font-size: 64px;
		line-height: 72px;
	}

	#home-hero .hero-section-banner .wrap p.subtitle {
		font-size: 32px;
		line-height: 38px;
	}

	#home-hero .hero-section-banner .wrap .animated-text {
		padding: 30vh 0 0;
		margin: 0;
	}
}

/* Tablets (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1180px) {
	#home-hero {
		height: 70vh;
	}

	#home-hero .hero-section-banner .wrap .animated-text {
		padding: 25vh 0 0;
	}

	#home-hero .hero-section-banner .wrap p:not(.is-large) br {
		display: none;
	}

	#home-hero .hero-section-banner .wrap p.title {
		font-size: 46px;
		line-height: 46px;
		padding-left: 40px;
		padding-right: 40px;
	}

	#home-hero .hero-section-banner .wrap p.subtitle {
		font-size: 24px;
		line-height: 28px;
		padding-left: 40px;
		padding-right: 40px;
	}

	#home-hero .hero-section-banner .wrap p span.source {
		font-size: 24px;
		line-height: 28px;
	}

	#home-hero .hero-section-banner .wrap p.is-large {
		font-size: 84px;
		line-height: 88px;
	}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	/* Hero */
	#home-hero {
		height: 80vh;
	}

	#home-hero .hero-section-banner .wrap .animated-text {
		padding: 30vh 0 0;
	}

	#home-hero .hero-section-banner .wrap p:not(.is-large) br {
		display: none;
	}

	#home-hero .hero-section-banner .wrap p {
		max-width: inherit;
		padding-left: 30px;
		padding-right: 30px;
	}

	#home-hero .hero-section-banner .wrap p.title {
		font-size: 32px;
		line-height: 34px;
		padding-bottom: 10px;
	}

	#home-hero .hero-section-banner .wrap p.subtitle {
		font-size: 24px;
		line-height: 28px;
		padding-bottom: 20px;
	}

	#home-hero .hero-section-banner .wrap p span.source {
		font-size: 24px;
		line-height: 28px;
	}

	#home-hero .hero-section-banner .wrap p.is-large {
		font-size: 50px;
		line-height: 54px;
	}
}

/* * * * * * * * * * * * * * * */

/* Carousel */
.home .site-main .block-carousel {
	position: fixed;
	top: 0;
	z-index: 5;
	height: 95vh;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
}

.home .site-main .block-carousel a.cta {
	padding: 12px 28px 11px;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0.03em;
	font-weight: 600;
	color: #000000;
	background-color: #fdda1a;
	position: absolute;
	bottom: 0;
	margin-bottom: 158px;
	max-width: 292px;
	width: 100%;
	margin-left: -146px;
	z-index: 10;
}

.home .site-main .block-carousel a.cta:after {
	display: none;
}

.home .site-main .slick-slider,
.home .site-main .slick-list,
.home .site-main .slick-track {
	height: 100%;
}

.home .site-main .block-carousel li.slick-slide {
	height: 100%;
}

.home .site-main .block-carousel li.slick-slide .wrap {
	display: -ms-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	max-width: inherit;
	background-color: rgba(0, 0, 0, 0.8);
}

.home .site-main .block-carousel li.slick-slide h2 {
	color: #fff;
	font-size: 52px;
	line-height: 56px;
	padding-top: 0;
	padding-bottom: 0;
	max-width: 704px;
	margin: 0;
	text-align: center;
	font-weight: 700;
}

.home .site-main .block-carousel li.slick-slide p {
	font-style: italic;
	font-size: 24px;
	line-height: 40px;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	font-family: acumin-pro-condensed, sans-serif;
	padding-top: 38px;
	margin-bottom: 0;
	color: #fff;
}

.home .site-main .block-carousel .slick-dots {
	position: absolute;
	padding: 27px 75px;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
}

.home .site-main .block-carousel .slick-dots li {
	margin: 0 12px;
	display: inline-block;
}

.home .site-main .block-carousel .slick-dots li button {
	border: 0;
	height: 16px;
	width: 16px;
	border-radius: 100px;
	padding: 0;
	background: rgba(255, 255, 255, 0.4);
	-webkit-appearance: none;
	display: block;
	text-indent: -9999px;
}

.home .site-main .block-carousel .slick-dots li.slick-active button,
.home .site-main .block-carousel .slick-dots li:hover button {
	background: #fdda1a;
}

.home .site-main .block-carousel .slick-arrow {
	position: absolute;
	top: 0;
	width: 10%;
	height: 100%;
	z-index: 100;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: calc(100% - 75px) 50%;
	background-image: url(../images/slick-arrow.svg);
	background-size: 13px 25px;
	border: 0;
	border-radius: 0;
	padding: 0;
	-webkit-appearance: none;
	display: block;
	text-indent: -9999px;
}

.home .site-main .block-carousel .slick-arrow.slick-prev {
	transform: rotate(180deg);
}

.home .site-main .block-carousel .slick-arrow.slick-next {
	right: 0;
}

/* Section Content */
.home .site-main .section-content {
	width: 100%;
	z-index: 10;
	margin-bottom: 0;
	position: relative;
}

.home .site-main .section-content.has-carousel {
	/*	    margin-top: 100vh;
		*/
	margin-top: 95vh;
}

/* Pinned News */
.home .site-main .has-posts {
	background-color: #fff;
	padding-top: 140px;
	padding-bottom: 120px;
	margin-bottom: 0;
}

.home .site-main .has-posts .wrap {
	max-width: 1030px;
}

.home .site-main .has-posts article {
	margin: 0 auto 40px;
	max-width: inherit;
}

.home .site-main .has-posts h3,
.home .site-main .has-posts h3 a {
	color: #02617e;
}

.home .site-main .has-posts .post-info h5 {
	color: #000;
}

.home .site-main .has-posts .post-info a {
	margin-left: auto;
	margin-right: 13px;
}

.home .site-main .has-posts .view-all {
	z-index: 10;
	font-size: 15px;
	line-height: 24px;
	color: #6f6f6f;
	display: inline-block;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
}

.home .site-main .has-posts .view-all:hover {
	color: #c7a903;
}

.home .site-main .has-posts .view-all:after {
	content: "";
	display: block;
	height: 2px;
	z-index: -1;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fdda1a;
	transition: background 0.3s linear;
}

.home .site-main .has-posts .view-all:hover:after {
	background: #c7a903;
}

/* Subpage Blocks */
.home .site-main .block-subpages {
	background-color: #fff;
}

.home .site-main .block-subpages li {
	min-height: 450px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
}

.home .site-main .block-subpages li:nth-child(odd) {
	justify-content: flex-start;
}

.home .site-main .block-subpages li .info {
	padding: 0 98px 0 79px;
	width: 100%;
	max-width: 530px;
	background: rgb(255, 255, 255);
	background: linear-gradient(132deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7) 100%);
	min-height: 450px;
	height: 100%;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.home .site-main .block-subpages li h2,
.home .site-main .block-subpages li h2 a {
	color: #000;
}

.home .site-main .block-subpages li h2 {
	padding-top: 0;
	padding-bottom: 40px;
}

.home .site-main .block-subpages li .cta {
	z-index: 10;
	position: relative;
}

/* Footer */
.home.overflow {
	overflow: hidden;
}

.home .site-footer {
	position: relative;
	z-index: 10;
}

/*--------------------------------------------------------------
# Professionals
--------------------------------------------------------------*/

/* Header */
.post-type-archive-professional .site-header:not(.hide):not(.shrink):before {
	display: none;
}

.post-type-archive-professional .site-header .main-navigation ul#primary-menu > li:not(:hover) > a:not(:hover),
.post-type-archive-professional .site-header .main-navigation ul#primary-menu > li.current_page_item:not(:hover) > a,
.post-type-archive-professional .site-header .main-navigation ul#primary-menu > li.current-menu-item:not(:hover) > a,
.post-type-archive-professional .site-header .main-navigation ul#primary-menu > li.current-menu-parent:not(:hover) > a {
	color: #000;
}

.post-type-archive-professional .main-navigation ul#primary-menu > li.search > a {
	background-image: url(../images/search-black.svg);
}

.post-type-archive-professional .site-header .menu-search {
	background-color: #e9f4f7;
}

.post-type-archive-professional:not(.nav-toggled) .site-header .menu-actions button.search span {
	background-image: url(../images/search-black.svg);
}

.post-type-archive-professional:not(.nav-toggled) .site-header .menu-actions button.menu span {
	background-image: url(../images/menu-black.svg);
}

.post-type-archive-professional #primary {
	background-color: transparent;
}

.post-type-archive-professional #main {
	max-width: inherit;
	box-shadow: none;
	padding-top: 0;
	background-color: transparent;
}

.post-type-archive-professional #content {
	margin-top: 150px;
}

/* Search Professionals */
.post-type-archive-professional #search-professionals {
	padding-top: 37px;
	margin-bottom: 32px;
}

.post-type-archive-professional #search-professionals form ul,
.post-type-archive-professional #search-professionals form ul li {
	margin: 0;
	padding: 0;
}

.post-type-archive-professional #search-professionals form > ul {
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}

/* Search by name */
.post-type-archive-professional #search-professionals form .sf-field-search {
	width: calc(60% - 70px);
	padding-bottom: 20px;
	border-bottom: 2px solid #363636;
}

.post-type-archive-professional #search-professionals form .sf-field-search label {
	display: block;
}

.post-type-archive-professional #search-professionals form .sf-field-search input {
	padding-right: 40px;
	font-size: 23px;
	line-height: 33px;
	display: block;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 20px 20px;
	background-image: url(../images/search-black.svg);
}

/* Search by position */
.post-type-archive-professional #search-professionals form .sf-field-taxonomy-professional_role {
	width: calc(40% - 70px);
	margin-left: auto;
	position: relative;
	cursor: pointer;
}

.post-type-archive-professional #search-professionals form .sf-field-taxonomy-professional_role h4 {
	padding: 0 0 20px 0;
	border-bottom: 2px solid #363636;
	font-size: 23px;
	line-height: 33px;
	color: #6f6f6f;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	display: -ms-flex;
	display: flex;
	position: relative;
	align-items: center;
	cursor: pointer;
}

.post-type-archive-professional #search-professionals form .sf-field-taxonomy-professional_role h4.active,
.post-type-archive-professional #search-professionals form .sf-field-taxonomy-professional_role h4:hover {
	color: #000;
}

.post-type-archive-professional #search-professionals form .sf-field-taxonomy-professional_role h4:after {
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 20px auto;
	width: 20px;
	height: 20px;
	background-image: url(../images/chevron.svg);
	transition: 0.2s;
	position: absolute;
	right: 0;
}

.post-type-archive-professional #search-professionals form .sf-field-taxonomy-professional_role.active h4:after {
	transform: rotate(180deg);
}

.post-type-archive-professional #search-professionals form .sf-field-category.initial[data-sf-field-input-type="radio"] h4 {
	color: #6f6f6f;
}

.post-type-archive-professional #search-professionals form .sf-field-taxonomy-professional_role > ul {
	display: none;
	position: absolute;
	z-index: 1000;
	left: 0;
	padding: 8px 0;
	width: 100%;
	border: 0;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.16);
	background-color: #e9f4f7;
}

.post-type-archive-professional #search-professionals form .sf-field-taxonomy-professional_role.active ul {
	display: block;
}

.post-type-archive-professional #search-professionals form .sf-field-taxonomy-professional_role ul li {
	color: #000;
	font-size: 20px;
	line-height: 33px;
	cursor: pointer;
}

.post-type-archive-professional #search-professionals form .sf-field-taxonomy-professional_role ul li:hover {
	background-color: #02617e;
	color: #fff;
}

.post-type-archive-professional #search-professionals form .sf-field-taxonomy-professional_role ul li input {
	width: 0;
}

.post-type-archive-professional #search-professionals form .sf-field-taxonomy-professional_role ul li label {
	cursor: pointer;
	width: 100%;
	padding: 12px 31px;
}

.post-type-archive-professional #search-professionals form .sf-field-taxonomy-professional_role ul li.sf-option-active label {
}

/* Letter search */
.post-type-archive-professional #search-professionals form .sf-field-post-meta-letter_index {
	width: 100%;
}

.post-type-archive-professional #search-professionals form .sf-field-post-meta-letter_index ul {
	display: -ms-flex;
	display: flex;
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #000;
	justify-content: space-between;
}

.post-type-archive-professional #search-professionals form .sf-field-post-meta-letter_index ul li input {
	width: 0;
	height: 0;
}

.post-type-archive-professional #search-professionals form .sf-field-post-meta-letter_index ul li label {
	font-size: 25px;
	line-height: 33px;
	color: #02617e;
	font-weight: 600;
	cursor: pointer;
}

/* Reset */
.post-type-archive-professional #search-professionals form .sf-field-reset {
	padding-top: 20px;
	text-align: right;
	width: 100%;
}

.post-type-archive-professional #search-professionals form .sf-field-reset a {
	color: #9f9f9f;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.02em;
	font-weight: 500;
	text-transform: uppercase;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-family: acumin-pro-condensed, sans-serif;
}

.post-type-archive-professional #search-professionals form .sf-field-post-meta-letter_index ul li {
	position: relative;
}

.post-type-archive-professional #search-professionals form .sf-field-post-meta-letter_index ul li.sf-level-0.sf-item-0:first-of-type {
	display: none;
} /* hide All Items */

.post-type-archive-professional #search-professionals form .sf-field-post-meta-letter_index ul li.sf-level-0 > label:hover:after,
.post-type-archive-professional #search-professionals form .sf-field-post-meta-letter_index ul li.sf-level-0.sf-option-active > label:after {
	content: "";
	width: calc(100% + 10px);
	height: 3px;
	background-color: #fdda1a;
	position: absolute;
	bottom: -3px;
	left: 0px;
}

form .search-filter-reset.active {
	color: #363636;
}
form .search-filter-reset {
	color: #c4c4c4;
}

/* Grid */
.post-type-archive-professional ul.grid {
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.post-type-archive-professional .grid li {
	flex-basis: 0%;
	padding-bottom: 10px;
	border-bottom: 1px solid #9f9f9f;
	margin: 30px 15px 0;
	min-width: calc(25% - 30px);
}

.post-type-archive-professional .grid li .image {
	display: block;
	margin-bottom: 16px;
}

.post-type-archive-professional .grid li .image.has-bg {
	/*background-repeat: no-repeat;
	    background-position: 100% 50%;
	    background-size: auto 130%;
	    min-height: 160px;
	    width: 100%;
		background-color: #f5f5f5;
		transform: translateX(0) translateY(0) !important;
		-webkit-transform: translateX(0) translateY(0) !important;
		outline: 1px solid transparent !important;
		filter: none !important;
		-webkit-filter: blur(0px) !important;
		-moz-filter: blur(0px) !important;
		-ms-filter: blur(0px) !important;
		filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0') !important;
		image-rendering: auto !important;
		image-rendering: crisp-edges !important;
		image-rendering: pixelated !important;*/
	max-height: 180px;
	height: 100%;
	background-color: #f5f5f5;
	overflow: hidden;
}

/*.post-type-archive-professional .grid li .image.has-bg:before {
		content: "";
		display: block;
		padding-bottom: 50%;
	}*/

.post-type-archive-professional .grid li .image img {
	/*width: 100%;*/
	max-width: inherit;
	width: 160%;
	transform: translate(-30%, -10%);
}

.post-type-archive-professional .grid li h2 {
	padding-bottom: 0;
	padding-top: 0;
	font-size: 30px;
	line-height: 38px;
}

.post-type-archive-professional .grid li h2,
.post-type-archive-professional .grid li h2 a {
	color: #02617e;
}

.post-type-archive-professional .grid li h5 {
	color: #9f9f9f;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 20px;
}

.post-type-archive-professional .grid li p {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 23px;
}

/*--------------------------------------------------------------
# Single Professional
--------------------------------------------------------------*/

/* Hero */
.single-professional .hero-section .hero-section-banner {
	background-position: 50% 30%;
}

.single-professional .hero-section .hero-image {
	display: none;
}

.single-professional .hero-section .hero-section-banner .wrap {
	padding-bottom: 156px;
}

.single-professional .hero-section h1 {
	font-size: 68px;
	padding-bottom: 15px;
}

.single-professional .hero-section h5 {
	color: #fff;
	margin-bottom: 30px;
	font-size: 34px;
	max-width: 634px;
	line-height: 37px;
}

.single-professional .hero-section p {
	margin-bottom: 0;
	font-size: 20px;
	line-height: 26px;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
	font-weight: 600;
}

.single-professional .hero-section p,
.single-professional .hero-section p a {
	color: #fff;
}

/* Content */
.single-professional .col-wrap .section-sidebar {
	max-width: 330px;
	width: 100%;
	margin-right: 112px;
}

.single-professional .col-wrap .section-sidebar h5 {
	padding-bottom: 7px;
	color: #02617e;
	font-weight: 700;
}

.single-professional .col-wrap .section-sidebar .block-text:not(:first-child) {
	margin-top: 46px;
}

.single-professional .col-wrap .section-sidebar .block-text p:not(:last-child) {
	margin-bottom: 18px;
}

.single-professional .col-wrap .sidebar-trigger {
	display: none;
}

.single-professional .col-wrap .sidebar-trigger a {
	display: block;
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
	color: rgba(255, 255, 255, 0.8);
	background-color: #054558;
	font-size: 22px;
	line-height: 25px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-weight: 700;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-family: acumin-pro-condensed, sans-serif;
}

.single-professional .col-wrap .sidebar-trigger a:after {
	content: "";
	display: inline-block;
	margin-left: 10px;
	width: 16px;
	height: 16px;
	background-image: url(../images/chevron-white.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.8;
	transition: transform 0.3s ease-in-out;
}

.single-professional .col-wrap .sidebar-trigger a.active:after {
	transform: rotate(180deg);
}

.single-professional .col-wrap .section-content {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
}

.single-professional .col-wrap .section-content .block-text {
	max-width: inherit;
}

.single-professional .col-wrap .section-content .block-text.highlight.display-more p:not(:first-child) {
	display: none;
}

.single-professional .col-wrap .section-content .block-text.highlight.display-more:not(.active) p:first-child {
	margin-bottom: 0;
}

.single-professional .block-experience,
.single-professional .block-recognition,
.single-professional .block-activities,
.single-professional .block-news {
	margin-top: 50px;
}

.single-professional .block-experience > h4,
.single-professional .block-activities > h4 {
	font-size: 28px;
	line-height: 40px;
	letter-spacing: -0.01em;
	font-weight: 500;
	color: #6f6f6f;
}

.single-professional .block-experience > h4:not(:first-of-type),
.single-professional .block-activities > h4:not(:first-of-type) {
	padding-top: 15px;
}

.single-professional .block-experience > h4,
.single-professional .block-activities > h4 {
	padding-bottom: 15px;
}

.single-professional .block-experience > h3,
.single-professional .block-recognition > h3,
.single-professional .block-activities > h3,
.single-professional .block-news > h3 {
	padding-bottom: 20px;
}

/* Quote */
.single-professional #page .block-quote blockquote {
	margin: 47px -9999rem 47px 0;
	padding: 55px 9999rem 36px 54px;
}

.single-professional #page .block-quote blockquote p {
	margin-left: 0;
}

/* Experience */
.single-professional .block-text.block-experience p:not(:last-child) {
	margin-bottom: 15px;
}

/*.single-professional .block-text.block-experience.display-more .experience:not(:last-child) {
		margin-bottom: 15px;
	}

	.single-professional .block-text.block-experience.display-more .experience:nth-of-type(n+5) {
		display: none;
	}

	.single-professional .block-text.block-experience.display-more:not(.active) .experience:nth-of-type(4) {
		margin-bottom: 0;
	}*/

.single-professional .block-experience .experience ul {
	margin: 10px 0 20px 18px;
	padding: 0;
}

.single-professional .block-experience .experience li {
	list-style-type: disc;
	margin-left: 18px;
}

.single-professional .block-experience .experience li:not(:last-child) {
	margin-bottom: 2px;
}

/* Activities */
.single-professional .block-activities ul,
.single-professional .block-activities ul {
	margin-bottom: 36px;
}

.single-professional .block-activities li {
	list-style-type: disc;
	margin-left: 18px;
}
.single-professional .block-recognition li {
	list-style-type: disc;
	margin-left: 18px;
}

.single-professional .block-activities li:not(:last-child),
.single-professional .block-activities p:not(:last-child),
.single-professional .block-recognition li:not(:last-child),
.single-professional .block-recognition p:not(:last-child) {
	margin-bottom: 10px;
}

.single-professional .block-text.block-badges {
	display: flex;
	clear: both;
	margin-bottom: 50px;
	align-items: center;
	flex-wrap: wrap;
}
.single-professional .block-text.block-badges div {
	max-width: 120px;
	padding: 0px 20px 30px 0px;
}
.single-professional .block-text.block-badges div a {
	width: 100%;
}
.single-professional .block-text.block-badges img {
}

/*--------------------------------------------------------------
# Practice Areas
--------------------------------------------------------------*/

/* Hero */
.post-type-archive-practice-area .hero-section .hero-section-banner .wrap {
	padding-bottom: 202px;
}

/* Content */
.post-type-archive-practice-area #main {
	padding-top: 90px;
	padding-bottom: 200px;
}

/* List */
.post-type-archive-practice-area ul.list {
	column-count: 2;
	column-gap: 110px;
}

.post-type-archive-practice-area ul.list > li:not(.column-break) {
	width: 100%;
	margin-bottom: 70px;
	border-bottom: 2px solid #9f9f9f;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.post-type-archive-practice-area ul.list > li .link {
	padding-bottom: 25px;
}

.post-type-archive-practice-area ul.list > li .link:after {
	display: none;
}

.post-type-archive-practice-area ul.list > li > span {
	margin-bottom: 25px;
	margin-left: auto;
	display: block;
	width: 24px;
	height: 24px;
	cursor: pointer;
	transition: transform 0.3s ease-in-out;
	background-image: url(../images/chevron.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
}

.post-type-archive-practice-area ul.list > li.open > span {
	transform: rotate(180deg);
}

.post-type-archive-practice-area ul.list > li h3 {
	padding-bottom: 0;
}

.post-type-archive-practice-area ul.list > li h3,
.post-type-archive-practice-area ul.list > li h3 a {
	color: #02617e;
}

.post-type-archive-practice-area ul.list ul {
	background-color: #e9f4f7;
	border-top: 1px solid transparent;
	width: 100%;
}

.post-type-archive-practice-area ul.list li.open ul {
	border-top: 1px solid rgba(159, 159, 159, 0.5);
}

.post-type-archive-practice-area ul.list ul li {
	font-size: 23px;
	line-height: 42px;
	overflow: hidden;
	padding: 9px 35px 9px 23px;
}

.post-type-archive-practice-area ul.list ul li:first-child {
	padding-top: 19px;
}

.post-type-archive-practice-area ul.list ul li:last-child {
	padding-bottom: 19px;
}

.post-type-archive-practice-area ul.list ul li,
.post-type-archive-practice-area ul.list ul li a {
	color: #363636;
	font-weight: 600;
}

.post-type-archive-practice-area ul.list > li.column-break {
	/*break-after: column; incompatible with safari */
	line-height: 1;
}

/*--------------------------------------------------------------
# Single Practice Area
--------------------------------------------------------------*/

/* Hero */
.single-practice-area .hero-section h1 {
	min-height: 126px;
}

/* Content */
.single-practice-area #main {
	padding-bottom: 0;
}

.single-practice-area .col-wrap:only-child {
	padding-bottom: 150px;
}

/* Sidebar */
.single-practice-area .col-wrap .section-sidebar {
	max-width: 330px;
	width: 100%;
	margin-right: 112px;
}

.single-practice-area .col-wrap .section-sidebar > h5 {
	line-height: 28px;
	color: #9f9f9f;
}

.single-practice-area .col-wrap .section-sidebar ul.list {
	margin-top: 12px;
}

.single-practice-area .col-wrap .section-sidebar ul.list > li {
	padding-top: 28px;
	width: 100%;
	border-bottom: 2px solid #9f9f9f;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.single-practice-area .col-wrap .section-sidebar ul.list > li:first-child {
	border-top: 2px solid #9f9f9f;
}

.single-practice-area .col-wrap .section-sidebar ul.list > li.current-page:not(.open) {
	border-bottom: 4px solid #fdda1a;
}

.single-practice-area .col-wrap .section-sidebar ul.list > li .link {
	padding-bottom: 22px;
	flex-grow: 1;
	flex-basis: 0%;
}

.single-practice-area .col-wrap .section-sidebar ul.list > li .link:after {
	display: none;
}

.single-practice-area .col-wrap .section-sidebar ul.list > li > span {
	margin-bottom: 22px;
	margin-left: auto;
	display: block;
	width: 20px;
	height: 16px;
	cursor: pointer;
	transition: transform 0.3s ease-in-out;
	background-image: url(../images/chevron.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.5;
}

.single-practice-area .col-wrap .section-sidebar ul.list > li.open > span {
	transform: rotate(180deg);
}

.single-practice-area .col-wrap .section-sidebar ul.list > li h5 {
	padding-bottom: 0;
	position: relative;
	text-transform: inherit;
	display: inline-block;
	font-size: 24px;
	line-height: 26px;
	letter-spacing: -0.01em;
	padding-right: 15px;
}

.single-practice-area .col-wrap .section-sidebar ul.list > li h5,
.single-practice-area .col-wrap .section-sidebar ul.list > li h5 a {
	color: #6f6f6f;
}

.single-practice-area .col-wrap .section-sidebar ul.list > li h5:hover,
.single-practice-area .col-wrap .section-sidebar ul.list > li h5 a:hover {
	color: #02617e;
}

.single-practice-area .col-wrap .section-sidebar ul.list > li.current-page h5 {
	font-weight: 700;
}

.single-practice-area .col-wrap .section-sidebar ul.list > li.current-page h5,
.single-practice-area .col-wrap .section-sidebar ul.list > li.current-page h5 a {
	color: #02617e;
}

.single-practice-area .col-wrap .section-sidebar ul.list ul {
	background-color: #e9f4f7;
	margin: 0;
	width: 100%;
}

.single-practice-area .col-wrap .section-sidebar ul.list ul li {
	font-size: 16px;
	line-height: 20px;
	padding: 7px 12px 7px 12px;
}

.single-practice-area .col-wrap .section-sidebar ul.list ul li:first-child {
	padding-top: 17px;
	border-top: 4px solid #fdda1a;
}

.single-practice-area .col-wrap .section-sidebar ul.list ul li:last-child {
	padding-bottom: 19px;
}

.single-practice-area .col-wrap .section-sidebar ul.list ul li,
.single-practice-area .col-wrap .section-sidebar ul.list ul li a {
	color: #3c3c3c;
	font-weight: 600;
}

.single-practice-area .col-wrap .section-sidebar ul.list ul li a:hover {
	color: #000;
}

.single-practice-area .col-wrap .section-sidebar ul.list ul li span {
	margin-left: 10px;
	display: inline-block;
	width: 10px;
	height: 8px;
	transform: rotate(-90deg);
	background-image: url(../images/chevron.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
}

/* Content */
.single-practice-area .col-wrap .section-content {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
}

.single-practice-area .col-wrap .section-content .block-text {
	max-width: inherit;
}

.single-practice-area .block-text.highlight.display-more p:nth-of-type(n + 3) {
	display: none;
}

.single-practice-area .block-text.highlight.display-more:not(.active) p:nth-of-type(2) {
	margin-bottom: 0;
}

.single-practice-area .block-focus,
.single-practice-area .block-experience,
.single-practice-area .block-heads {
	margin-top: 50px;
}

.single-practice-area .block-focus > h3,
.single-practice-area .block-experience > h3 {
	padding-bottom: 20px;
}

/* Areas of Focus */
.single-practice-area .block-focus li {
	display: block;
}

.single-practice-area .block-focus h5 {
	position: relative;
	text-transform: inherit;
	display: inline-block;
	z-index: 10;
}

/* Expand */
.single-practice-area .block-focus li.expand:not(:first-child) {
	margin-top: 10px;
}

.single-practice-area .block-focus li.expand h5 {
	padding-bottom: 10px;
	cursor: pointer;
}

.single-practice-area .block-focus li.expand h5:after {
	content: "";
	display: block;
	height: 2px;
	z-index: -1;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 10px;
	background: #fdda1a; /* accordion override */
	right: inherit; /* accordion override */
	top: inherit; /* accordion override */
	transition: background 0.3s linear;
}

.single-practice-area .block-focus li.expand h5:hover:after {
	background: #c7a903;
}

.single-practice-area .block-focus li.expand h5 span {
	margin-left: 10px;
	display: none;
}

.single-practice-area .block-focus li.expand.open h5 span.close {
	display: inline-block;
}

.single-practice-area .block-focus li.expand:not(.open) h5 span.open {
	display: inline-block;
}

.single-practice-area .block-focus li.expand p:first-child {
	padding-top: 10px;
}

.single-practice-area .block-focus li.expand p:last-child {
	padding-bottom: 20px;
}

/* Child */
.single-practice-area .block-focus h3 span {
	display: inline-block;
	margin-left: 18px;
	text-transform: uppercase;
	color: #9f9f9f;
	font-size: 15px;
	line-height: 17px;
	letter-spacing: 0.05em;
	cursor: pointer;
	font-weight: 700;
	font-style: normal;
	font-family: open-sans, sans-serif;
}

.single-practice-area .block-focus li.child:not(:last-child) {
	margin-bottom: 13px;
}

.single-practice-area .block-focus li.child h5:after {
	content: "";
	display: block;
	height: 18px;
	z-index: -1;
	width: calc(100% + 13px);
	position: absolute;
	left: 0;
	bottom: -6px;
	background-color: #fdda1a;
}

.single-practice-area .block-focus li.child h5 a {
	display: -ms-flex;
	display: flex;
	align-items: center;
}

.single-practice-area .block-focus li.child h5 a span {
	margin-left: 10px;
	display: block;
	width: 16px;
	height: 10px;
	transform: rotate(-90deg);
	background-image: url(../images/chevron.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
}

/* Experience */
.single-practice-area .block-text.block-experience.display-more li:nth-of-type(n + 5),
.single-practice-area .block-text.block-experience.display-more p:nth-of-type(n + 5) {
	display: none;
}

.single-practice-area .block-text.block-experience.display-more:not(.active) li:nth-of-type(4),
.single-practice-area .block-text.block-experience.display-more:not(.active) p:nth-of-type(4) {
	margin-bottom: 0;
}

.single-practice-area .block-experience ul {
	margin: 0;
	padding: 0;
}

.single-practice-area .block-experience li {
	list-style-type: disc;
	margin-left: 18px;
}

.single-practice-area .block-experience li:not(:last-child),
.single-practice-area .block-experience p:not(:last-child) {
	margin-bottom: 10px;
}

/* Heads */
.single-practice-area .block-heads ul {
	display: -ms-flex;
	display: flex;
	margin: 0 -25px;
	flex-wrap: wrap;
}

.single-practice-area .block-heads ul li {
	margin: 0 25px;
	flex-basis: 0%;
	min-width: calc(33.33% - 50px);
}

.single-practice-area .block-heads ul li .image {
	display: block;
	margin-bottom: 15px;
}

.single-practice-area .block-heads ul li h5 {
	text-transform: inherit;
}

.single-practice-area .block-heads ul li h5,
.single-practice-area .block-heads ul li h5 a {
	color: #000;
}

/* Related */
.single-practice-area .block-related-wrap {
	margin-top: 80px;
}

/*--------------------------------------------------------------
# Case Studies
--------------------------------------------------------------*/

/* Header */
.post-type-archive-case-study .site-header:not(.hide):not(.shrink):before {
	display: none;
}

.post-type-archive-case-study .site-header .main-navigation ul#primary-menu > li:not(:hover) > a:not(:hover),
.post-type-archive-case-study .site-header .main-navigation ul#primary-menu > li.current_page_item:not(:hover) > a,
.post-type-archive-case-study .site-header .main-navigation ul#primary-menu > li.current-menu-item:not(:hover) > a,
.post-type-archive-case-study .site-header .main-navigation ul#primary-menu > li.current-menu-parent:not(:hover) > a {
	color: #000;
}

.post-type-archive-case-study .main-navigation ul#primary-menu > li.search > a {
	background-image: url(../images/search-black.svg);
}

.post-type-archive-case-study .site-header .menu-search {
	background-color: #e9f4f7;
}

.post-type-archive-case-study:not(.nav-toggled) .site-header .menu-actions button.search span {
	background-image: url(../images/search-black.svg);
}

.post-type-archive-case-study:not(.nav-toggled) .site-header .menu-actions button.menu span {
	background-image: url(../images/menu-black.svg);
}

.post-type-archive-case-study #primary {
	background-color: transparent;
}

.post-type-archive-case-study #main {
	max-width: inherit;
	box-shadow: none;
	padding-top: 0;
	background-color: transparent;
}

.post-type-archive-case-study #content {
	margin-top: 150px;
}

/* Grid */
.post-type-archive-case-study ul.grid {
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.post-type-archive-case-study ul.grid li {
	padding-bottom: 28px;
	border-bottom: 2px solid #6f6f6f;
	margin: 50px 15px 0;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
	width: calc(50% - 30px);
}

.post-type-archive-case-study ul.grid .image {
	margin-bottom: 20px;
	display: block;
}

.post-type-archive-case-study ul.grid .image img {
	width: 100%;
}

.post-type-archive-case-study ul.grid h5 {
	font-size: 23px;
	line-height: 28px;
	margin-bottom: 10px;
	display: block;
	color: #6f6f6f;
}

.post-type-archive-case-study ul.grid h2 {
	padding: 0;
	margin-bottom: 28px;
}

.post-type-archive-case-study ul.grid h2 a {
	color: #02617e;
}

.post-type-archive-case-study ul.grid .link {
	margin-top: auto;
}

.post-type-archive-case-study ul.grid .link a {
	width: auto;
}

/*--------------------------------------------------------------
# Single Case Study
--------------------------------------------------------------*/

/* Content */
.single-case-study #main {
	padding-bottom: 0;
}

.single-case-study #main .section-content:only-child {
	padding-bottom: 150px;
}

.single-case-study .site-main .view-all {
	z-index: 10;
	font-size: 15px;
	line-height: 24px;
	color: #6f6f6f;
	display: inline-block;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
}

.single-case-study .site-main .view-all:hover {
	color: #c7a903;
}

.single-case-study .site-main .view-all:after {
	content: "";
	display: block;
	height: 2px;
	z-index: -1;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fdda1a;
	transition: background 0.3s linear;
}

.single-case-study .site-main .view-all:hover:after {
	background: #c7a903;
}

/* Media Coverage */

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

/* Block Text */
.page-template-tm-about .section-content .block-text > p {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 26px;
}
.page-template-tm-about .section-content .block-disclaimer {
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
    margin-bottom: 0px;
    padding-bottom: 60px;
    max-width: 75%;
    text-align: justify;
    color: #666;
}

.page-template-tm-about .section-content .block-text > p:last-child {
	margin-bottom: 0;
}

/* Accolades */
.page-template-tm-about #page .block-accolades-wrap {
	background-color: #e9f4f7;
	padding-top: 75px;
	padding-bottom: 50px;
	margin-bottom: 60px;
}

.page-template-tm-about .block-accolades .slick-list {
	max-width: 1454px;
	margin: 0 auto;
	width: 100%;
	padding: 0 75px;
}

.page-template-tm-about .block-accolades .slick-slider {
	padding-bottom: 78px;
}

.page-template-tm-about #page .block-accolades h2 {
	padding: 0 75px 68px;
	margin-bottom: 0;
}

.page-template-tm-about #page .block-accolades blockquote {
	background: transparent;
	margin: 0;
	padding: 0;
}

.page-template-tm-about #page .block-accolades blockquote p {
	width: auto;
	margin-right: 110px;
}

.page-template-tm-about #page .block-accolades blockquote em {
	margin-left: 110px;
	margin-right: 110px;
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-size: 20px;
	line-height: 32px;
	position: relative;
	z-index: 10;
}

.page-template-tm-about #page .block-accolades blockquote em:after {
	content: "";
	display: block;
	height: 22px;
	z-index: -1;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -4px;
	background-color: #fdda1a;
	transition: background 0.3s linear;
}

.page-template-tm-about .block-accolades .slick-dots {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
}

.page-template-tm-about .block-accolades .slick-dots li {
	margin: 0 9px;
	display: inline-block;
}

.page-template-tm-about .block-accolades .slick-dots li button {
	border: 0;
	height: 13px;
	width: 13px;
	border-radius: 100px;
	padding: 0;
	background: rgba(2, 97, 126, 0.4);
	-webkit-appearance: none;
	display: block;
	text-indent: -9999px;
}

.page-template-tm-about .block-accolades .slick-dots li.slick-active button,
.page-template-tm-about .block-accolades .slick-dots li:hover button {
	background: rgba(2, 97, 126, 1);
}

.page-template-tm-about .block-accolades .slick-arrow {
	position: absolute;
	top: 0;
	width: 10%;
	height: 100%;
	z-index: 100;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: calc(100% - 75px) 50%;
	background-image: url(../images/slick-arrow-grey.svg);
	background-size: 12px 24px;
	border: 0;
	border-radius: 0;
	padding: 0;
	-webkit-appearance: none;
	display: block;
	text-indent: -9999px;
}

.page-template-tm-about .block-accolades .slick-arrow.slick-prev {
	transform: rotate(180deg);
}

.page-template-tm-about .block-accolades .slick-arrow.slick-next {
	right: 0;
}

/* Subpages */
.page-template-tm-about .block-subpages li {
	display: -ms-flex;
	display: flex;
}

.page-template-tm-about .block-subpages li:nth-child(even) {
	flex-direction: row-reverse;
}

.page-template-tm-about .block-subpages li:not(:last-child) {
	margin-bottom: 64px;
}

.page-template-tm-about .block-subpages li .image {
	width: 630px;
	height: 460px;
	overflow: hidden;
	background-size: cover;
	background-position: 70% 50%;
	background-repeat: no-repeat;
}

.page-template-tm-about .block-subpages li .info {
	margin-left: 60px;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0;
	border-top: 1px solid #707070;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.page-template-tm-about .block-subpages li:nth-child(even) .info {
	margin-left: 0;
	margin-right: 60px;
}

.page-template-tm-about .block-subpages li .info h2,
.page-template-tm-about .block-subpages li .info h2 a {
	color: #02617e;
}

.page-template-tm-about .block-subpages li .info p {
	padding-top: 24px;
	max-width: 480px;
}

.page-template-tm-about .block-subpages li .info a.cta {
	margin-top: 50px;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0.03em;
}
.page-template-tm-about #page .section-content .block-text ul {
	margin-bottom: 20px;
}

.page-template-tm-about #page .section-content .block-text ul li {
	width: 100%;
	font-size: 20px;
	line-height: 28px;
	list-style-type: disc;
	margin-left: 18px;
}

/*--------------------------------------------------------------
# Diversity
--------------------------------------------------------------*/

/* Block Text */
.page-diversity .section-content .block-text > p {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 26px;
}

.page-diversity .section-content .block-text > p:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Careers
--------------------------------------------------------------*/

/* Content */
.page-careers #main {
	padding-bottom: 0;
}

.page-careers #main .section-content:only-child {
	padding-bottom: 150px;
}

/* Block Text */
.page-careers .section-content .block-text > p {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 26px;
}

.page-careers .section-content .block-text > p:last-child {
	margin-bottom: 0;
}

/* Tabs */
.page-careers .block-tabs-wrap {
	padding-top: 61px;
	padding-bottom: 72px;
	background-color: #e9f4f7;
}

.page-careers .block-tabs {
	display: -ms-flex;
	display: flex;
}

.page-careers .block-tabs ul {
	max-width: 300px;
	width: 100%;
}

.page-careers .block-tabs ul li:not(:last-child) {
	margin-bottom: 48px;
}

.page-careers .block-tabs h5 {
	font-size: 28px;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-weight: 700;
}

.page-careers .block-tabs h5 a {
	color: #363636;
	display: block;
	border-bottom: 4px solid transparent;
	transition: color 0.3s linear;
}

.page-careers .block-tabs h5 a:hover,
.page-careers .block-tabs h5 a.active {
	color: #02617e;
}

.page-careers .block-tabs h5 a.active {
	border-bottom-color: #fdda1a;
}

.page-careers .block-tabs h5 a:after {
	content: "";
	display: block;
	margin-top: 20px;
	width: 100%;
	height: 2px;
	background-color: #9f9f9f;
}

.page-careers .block-tabs h5 a.active:after {
	background-color: #fdda1a;
}

.page-careers .block-tabs h5 a span {
	display: none;
}

.page-careers .block-tabs ul p {
	display: none;
}

.page-careers .block-tabs .descriptions {
	padding-left: 140px;
	flex-grow: 1;
	flex-basis: 0%;
}

.page-careers .block-tabs .descriptions p {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 0;
}

.page-careers .block-tabs .descriptions p:not(:first-child) {
	display: none;
}

/* Carousel */
.page-careers .block-carousel-wrap {
	background-color: #fdda1a;
	margin-bottom: 93px;
	padding-top: 52px;
	padding-bottom: 32px;
}

.page-careers .block-carousel .slick-slider {
	padding-bottom: 60px;
}

.page-careers .block-carousel .slick-list {
	max-width: 1454px;
	margin: 0 auto;
	width: 100%;
}

.page-careers .block-carousel li.slick-slide {
	display: -ms-flex;
	display: flex;
	align-items: center;
	padding: 0 75px;
}

.page-careers .block-carousel li.slick-slide .image {
	overflow: hidden;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	position: relative;
}

.page-careers .block-carousel li.slick-slide .image {
	background-size: 250%;
	background-repeat: no-repeat;
	background-position: 75% 50%;
}

.page-careers .block-carousel li.slick-slide .image img {
	margin: 0 auto 0 -70%;
	width: auto;
	height: 100%;
	max-width: inherit;
}

.page-careers .block-carousel li.slick-slide .quote {
	padding-left: 80px;
	flex-grow: 1;
	flex-basis: 0%;
}

.page-careers .block-carousel li.slick-slide .quote h4 {
	letter-spacing: 0;
	font-size: 37px;
	line-height: 46px;
	font-weight: 800;
	color: #000;
	position: relative;
}

.page-careers .block-carousel li.slick-slide .quote h4:before {
	content: "“";
	display: block;
	position: absolute;
	width: 13px;
	left: -15px;
	top: 4px;
	transition: color 0.3s linear;
	color: #000;
	font-size: 35px;
	line-height: 37px;
}

.page-careers .block-carousel li.slick-slide .quote h4:after {
	content: "”";
	display: inline-block;
	color: #000;
	font-size: 35px;
	line-height: 37px;
}

.page-careers .block-carousel li.slick-slide .quote p {
	margin-top: 26px;
	font-size: 20px;
	line-height: 26px;
}

.page-careers .block-carousel .slick-dots {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
}

.page-careers .block-carousel .slick-dots li {
	margin: 0 9px;
	display: inline-block;
}

.page-careers .block-carousel .slick-dots li button {
	border: 0;
	height: 13px;
	width: 13px;
	border-radius: 100px;
	padding: 0;
	background: rgba(0, 0, 0, 0.4);
	-webkit-appearance: none;
	display: block;
	text-indent: -9999px;
}

.page-careers .block-carousel .slick-dots li.slick-active button,
.page-careers .block-carousel .slick-dots li:hover button {
	background: rgba(0, 0, 0, 1);
}

.page-careers .block-carousel .slick-arrow {
	position: absolute;
	top: 0;
	width: 10%;
	height: 100%;
	z-index: 100;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: calc(100% - 75px) 50%;
	background-image: url(../images/slick-arrow-grey.svg);
	background-size: 12px 24px;
	border: 0;
	border-radius: 0;
	padding: 0;
	-webkit-appearance: none;
	display: block;
	text-indent: -9999px;
}

.page-careers .block-carousel .slick-arrow.slick-prev {
	transform: rotate(180deg);
}

.page-careers .block-carousel .slick-arrow.slick-next {
	right: 0;
}

/* Benefits */
.page-careers .block-benefits {
	max-width: inherit;
}

.page-careers .block-benefits h2 {
	padding-top: 0;
	padding-bottom: 32px;
}

.page-careers .block-benefits ul {
	column-count: 2;
	column-gap: 105px;
	margin-bottom: 70px;
	padding-top: 15px;
}

.page-careers .block-benefits ul li {
	width: 100%;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 28px;
	list-style-type: disc;
	margin-left: 18px;
}

.page-careers .block-benefits h3 {
	color: #6f6f6f;
	font-weight: 700;
}

.page-careers .block-benefits h3 a {
	color: #02617e;
}

.page-careers .block-benefits h3 a:after {
	height: 5px;
	bottom: -2px;
}

/* Subpages */
.page-careers .site-main .block-subpages-wrap {
	margin-top: 120px;
	margin-bottom: 0;
	background-color: #e9f4f7;
}

.page-careers .block-subpages ul {
	display: -ms-flex;
	display: flex;
	padding-top: 64px;
	padding-bottom: 74px;
	margin: 0 -15px;
}

.page-careers .block-subpages li {
	padding-bottom: 28px;
	border-bottom: 2px solid #9f9f9f;
	margin: 0 15px;
	width: calc(33.33% - 30px);
}

.page-careers .block-subpages li .image a {
	position: relative;
	height: 300px;
	overflow: hidden;
	display: -ms-flex;
	display: flex;
	justify-content: center;
}

.page-careers .block-subpages li .image img {
	height: 100%;
	width: auto;
	max-width: inherit;
}

.page-careers .block-subpages li .info {
	margin-top: 25px;
}

.page-careers .block-subpages li .info h3 {
	padding-right: 90px;
}

.page-careers .block-subpages li .info h3,
.page-careers .block-subpages li .info h3 a {
	color: #02617e;
}

.page-careers .block-subpages li .info a.cta {
	margin-top: 26px;
	z-index: 10;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

/* Header */
.page-contact .site-header:not(.hide):not(.shrink):before {
	display: none;
}

.page-contact .site-header .main-navigation ul#primary-menu > li:not(:hover) > a:not(:hover),
.page-contact .site-header .main-navigation ul#primary-menu > li.current_page_item:not(:hover) > a,
.page-contact .site-header .main-navigation ul#primary-menu > li.current-menu-item:not(:hover) > a,
.page-contact .site-header .main-navigation ul#primary-menu > li.current-menu-parent:not(:hover) > a {
	color: #000;
}

.page-contact .main-navigation ul#primary-menu > li.search > a {
	background-image: url(../images/search-black.svg);
}

.page-contact .site-header .menu-search {
	background-color: #e9f4f7;
}

.page-contact:not(.nav-toggled) .site-header .menu-actions button.search span {
	background-image: url(../images/search-black.svg);
}

.page-contact:not(.nav-toggled) .site-header .menu-actions button.menu span {
	background-image: url(../images/menu-black.svg);
}

.page-contact .section-content h1.page-title {
	margin-bottom: 50px;
}

.page-contact #primary {
	background-color: transparent;
}

.page-contact #main {
	max-width: inherit;
	box-shadow: none;
	padding-top: 0;
	background-color: transparent;
}

.page-contact #content {
	margin-top: 150px;
}

/* Info */
.page-contact .contact-info {
	padding-right: 100px;
	padding-top: 20px;
}

.page-contact .contact-info h3 {
	padding-bottom: 14px;
}

.page-contact .contact-info .address p {
	margin-bottom: 20px !important;
}

.page-contact .contact-info p:not(.email) {
	margin-bottom: 0;
}

.page-contact .contact-info p.email {
	margin-top: 20px;
}

.page-contact .contact-info p.email,
.page-contact .contact-info p.email a {
	font-weight: 700;
}

/* Map */
.page-contact .maps {
}
.page-contact .acf-map {
	flex: 1 1 600px;
	min-height: 540px;
	min-width: 600px;

	/*		width: 100% !important;*/
	margin: 0;
	padding: 0;
	margin-bottom: 20px;

	/*		flex-grow: 1;*/
	/*	    flex-basis: 0%*/
}

.gm-style-iw > div {
	max-width: 294px !important;
	display: block !important;
	margin: 0 auto;
	padding: 20px 0;
}

.gm-style-iw p {
	max-width: 185px;
	margin: 0 auto;
	font-family: "ff-real-headline-pro", "Helvetica Neue", serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	color: #2c2c2c;
}

.gm-style-iw p a {
	color: #6e6e6e;
}

.gm-style-iw p a:hover {
	color: #ed1c24;
}

img[src="https://maps.gstatic.com/mapfiles/api-3/images/mapcnt6.png"]
{
	display: none !important;
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/

/* Header */
.blog .site-header:not(.hide):not(.shrink):before {
	display: none;
}

.blog .site-header .main-navigation ul#primary-menu > li:not(:hover) > a:not(:hover),
.blog .site-header .main-navigation ul#primary-menu > li.current_page_item:not(:hover) > a,
.blog .site-header .main-navigation ul#primary-menu > li.current-menu-item:not(:hover) > a,
.blog .site-header .main-navigation ul#primary-menu > li.current-menu-parent:not(:hover) > a {
	color: #000;
}

.blog .main-navigation ul#primary-menu > li.search > a {
	background-image: url(../images/search-black.svg);
}

.blog .site-header .menu-search {
	background-color: #e9f4f7;
}

.blog:not(.nav-toggled) .site-header .menu-actions button.search span {
	background-image: url(../images/search-black.svg);
}

.blog:not(.nav-toggled) .site-header .menu-actions button.menu:not(.close) span {
	background-image: url(../images/menu-black.svg);
}

.blog #primary {
	background-color: transparent;
}

.blog #main {
	max-width: inherit;
	box-shadow: none;
	padding-top: 0;
	background-color: transparent;
}

.blog #content {
	margin-top: 150px;
}

/* News & Events */
.blog .query-group {
	padding-top: 56px;
}

.blog .query-group > h2 {
	padding-bottom: 60px;
	padding-top: 0;
}

.blog .query-group:not(:first-of-type) {
	border-top: 1px solid #9f9f9f;
	margin-top: 64px;
}

.blog .query-group .view-all {
	font-size: 15px;
	line-height: 24px;
	color: #6f6f6f;
	margin-top: 35px;
	display: inline-block;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
}

.blog .query-group .view-all:hover {
	color: #c7a903;
}

.blog .query-group .view-all:after {
	content: "";
	display: block;
	height: 2px;
	z-index: -1;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fdda1a;
	transition: background 0.3s linear;
}

.blog .query-group .view-all:hover:after {
	background: #c7a903;
}

/* Post News */
.has-posts article:not(.category-events) {
	padding-bottom: 15px;
	border-bottom: 1px solid #bfbfbf;
	max-width: 880px;
	margin: 0 0 73px 0;
}

.has-posts article:not(.category-events):last-child {
	margin-bottom: 16px;
}

.has-posts article:not(.category-events) .post-info {
	display: -ms-flex;
	display: flex;
	align-items: baseline;
}

.has-posts article:not(.category-events) .post-info p {
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -0.01em;
	color: #6f6f6f;
	font-weight: 600;
}

.has-posts article:not(.category-events) .post-info h5 {
	margin-left: 50px;
	font-size: 23px;
	color: #02617e;
}

.has-posts article:not(.category-events) .post-info h5.source {
	margin-left: 50px;
	font-size: 23px;
	font-style: italic;
	font-weight: normal;
	color: #363636;
	text-transform: capitalize;
}

.has-posts article:not(.category-events) .post-info a.external {
	margin-left: auto;
	display: inline-block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: contain;
	width: 16px;
	height: 16px;
	background-image: url(../images/external-blue.svg);
}

/* Post Event */
.events-query > h2 {
	padding-bottom: 30px;
}

.events-query .articles {
	display: -ms-flex;
	display: flex;
	margin: 0 -15px;
	flex-wrap: wrap;
	align-items: flex-start;
}

.events-query .articles .past-banner {
	display: none;
	background-color: #c7c7c7;
	text-transform: uppercase;
	padding-bottom: 30px;
	padding-top: 136px;
	position: relative;
	margin-bottom: 52px;
}

.events-query .articles .past-banner:first-of-type {
	display: block;
}

.events-query .articles .past-banner:after,
.events-query .articles .past-banner:before {
	content: "";
	background-color: #c7c7c7;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}

.events-query .articles .past-banner:after {
	right: -100%;
}

.events-query .articles .past-banner:before {
	left: -100%;
}

.events-query .articles .past-banner h3 {
	color: #fff;
	text-transform: capitalize;
	padding-bottom: 0;
}

.has-posts article.category-events {
	padding-bottom: 28px;
	border-bottom: 2px solid #9f9f9f;
	margin: 0 15px;
	width: calc(33.33% - 30px);
}

.has-posts article.category-events:nth-last-of-type(n + 4) {
	margin-bottom: 42px;
}

.has-posts article.category-events .image {
	position: relative;
}

.has-posts article.category-events .image .badge {
	pointer-events: none;
	font-size: 22px;
	padding: 5px 13px 7px;
	background-color: #fdda1a;
	color: #000000;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
}

.has-posts article.category-events .image .badge.past {
	color: #fff;
	background-color: #02617e;
}

.has-posts article.category-events .image a {
	position: relative;
	height: 300px;
	overflow: hidden;
	display: -ms-flex;
	display: flex;
	justify-content: center;
}

.has-posts article.category-events .image img {
	height: 100%;
	width: auto;
	max-width: inherit;
}

.has-posts article.category-events .info {
	margin-top: 25px;
}

.has-posts article.category-events .info h5 {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 10px;
	display: block;
	color: #6f6f6f;
}

.has-posts article.category-events .info h3 {
	padding-right: 20px;
	padding-bottom: 0;
	min-height: 80px;
}

.has-posts article.category-events .info h3,
.has-posts article.category-events .info h3 a {
	color: #02617e;
}

.has-posts article.category-events .link {
	display: -ms-flex;
	display: flex;
	align-items: baseline;
	margin-top: 26px;
}

.has-posts article.category-events .link a.cta {
	z-index: 10;
}

.has-posts article.category-events .link p {
	margin-left: auto;
	font-size: 18px;
	line-height: 28px;
}

/* Pagination */
.pagination .wp-pagenavi span,
.pagination .wp-pagenavi a:not(.nextpostslink):not(.previouspostslink) {
	margin: 0 18px 0 0;
	border: 0;
	display: inline-block;
	font-weight: 700;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-family: acumin-pro-condensed, sans-serif;
	color: #6f6f6f;
	font-size: 25px;
	line-height: 28px;
	letter-spacing: 0.02em;
}

.pagination .wp-pagenavi span:hover,
.pagination .wp-pagenavi a.page-numbers:not(.nextpostslink):not(.previouspostslink):hover {
	color: #000;
}

.pagination .wp-pagenavi span.current {
	color: #000000;
	border-bottom: 3px solid #fdda1a;
}

.pagination .wp-pagenavi a.nextpostslink,
.pagination .wp-pagenavi a.previouspostslink {
	color: #6f6f6f;
	font-size: 15px;
	line-height: 28px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border-bottom: 2px solid #fdda1a;
	border: 0;
	padding: 0;
	display: inline-block;
}

.pagination .wp-pagenavi a.nextpostslink:hover,
.pagination .wp-pagenavi a.previouspostslink:hover {
	color: #000;
}

.pagination .wp-pagenavi a.previouspostslink {
	margin-right: 46px;
}

.pagination .wp-pagenavi a.previouspostslink:after {
	content: "";
	display: inline-block;
	height: 32px;
	width: 2px;
	background: #9f9f9f;
	transform: translate(25px, 9px);
}

.pagination .wp-pagenavi a.nextpostslink {
	margin-left: 28px;
}

.pagination .wp-pagenavi a.nextpostslink:before {
	content: "";
	display: inline-block;
	height: 32px;
	width: 2px;
	background: #9f9f9f;
	transform: translate(-25px, 9px);
}

/*--------------------------------------------------------------
# Archive
--------------------------------------------------------------*/

/* Header */
.archive:not(.post-type-archive) .site-header:not(.hide):not(.shrink):before {
	display: none;
}

.archive:not(.post-type-archive) .site-header .main-navigation ul#primary-menu > li:not(:hover) > a:not(:hover),
.archive:not(.post-type-archive) .site-header .main-navigation ul#primary-menu > li.current_page_item:not(:hover) > a,
.archive:not(.post-type-archive) .site-header .main-navigation ul#primary-menu > li.current-menu-item:not(:hover) > a,
.archive:not(.post-type-archive) .site-header .main-navigation ul#primary-menu > li.current-menu-parent:not(:hover) > a {
	color: #000;
}

.archive:not(.post-type-archive) .main-navigation ul#primary-menu > li.search > a {
	background-image: url(../images/search-black.svg);
}

.archive:not(.post-type-archive) .site-header .menu-search {
	background-color: #e9f4f7;
}

.archive:not(.nav-toggled):not(.post-type-archive) .site-header .menu-actions button.search span {
	background-image: url(../images/search-black.svg);
}

.archive:not(.nav-toggled):not(.post-type-archive) .site-header .menu-actions button.menu span {
	background-image: url(../images/menu-black.svg);
}

.archive:not(.post-type-archive) #primary {
	background-color: transparent;
}

.archive:not(.post-type-archive) #main {
	max-width: inherit;
	box-shadow: none;
	padding-top: 0;
	background-color: transparent;
}

.archive:not(.post-type-archive) #content {
	margin-top: 150px;
}

/* Post Event on Archive */
.archive:not(.post-type-archive) .events-query .articles {
	display: block;
	margin: 0;
}

.archive:not(.post-type-archive) .has-posts article.category-events {
	margin: 0;
	width: auto;
	display: -ms-flex;
	display: flex;
	flex-direction: row-reverse;
	padding-bottom: 45px;
	margin-bottom: 50px;
}

.archive:not(.post-type-archive) .has-posts article.category-events:last-child {
	margin-bottom: 16px;
}

.archive:not(.post-type-archive) .has-posts article.category-events .image {
	max-width: 578px;
	width: 100%;
}

.archive:not(.post-type-archive) .has-posts article.category-events .image img {
	max-width: 100%;
	height: auto;
	width: 100%;
}

.archive:not(.post-type-archive) .has-posts article.category-events .info {
	flex-grow: 1;
	flex-basis: 0%;
	margin-top: 0;
	padding-right: 82px;
}

.archive:not(.post-type-archive) .has-posts article.category-events .info h2 {
	padding-top: 0;
	padding-bottom: 0;
	min-height: 100px;
}

.archive:not(.post-type-archive) .has-posts article.category-events .block-text.display-more p:not(:first-child) {
	display: none;
}

.archive:not(.post-type-archive) .has-posts article.category-events .block-text.display-more:not(.active) p:first-child {
	margin-bottom: 0;
}

.archive:not(.post-type-archive) .has-posts article.category-events .link {
	margin-top: 45px;
}

.archive:not(.post-type-archive) .has-posts article.category-events .link p {
	margin-left: inherit;
	margin-right: 44px;
	font-size: 20px;
	margin-bottom: 0;
}

.archive:not(.post-type-archive) .has-posts article.category-events .link a {
	margin-left: auto;
}

.archive:not(.post-type-archive) .has-posts article.category-events .block-text {
	margin-top: 23px;
	max-width: inherit;
}

/* Search Form */
.archive #search-news {
	padding-top: 37px;
	margin-bottom: 20px;
}

.archive #search-news form ul,
.archive #search-news form ul li {
	margin: 0;
	padding: 0;
}

.archive #search-news form > ul {
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}

/* Search Field */
.archive #search-news form .sf-field-search {
	width: 100%;
	margin-bottom: 37px;
	position: relative;
}

.archive #search-news form .sf-field-search label {
	display: block;
	max-width: 850px;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 2px solid #363636;
	position: relative;
}

.archive #search-news form .sf-field-search input {
	padding-right: 40px;
	font-size: 23px;
	line-height: 33px;
	display: block;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 20px 20px;
	background-image: url(../images/search-black.svg);
}

/* Radio (used as dropdown) */
.archive #search-news form *[data-sf-field-input-type="radio"] {
	width: calc(33.33% - 30px);
	margin-right: 30px;
	position: relative;
	cursor: pointer;
}

.archive #search-news form *[data-sf-field-input-type="radio"] h4 {
	padding: 0 0 20px 0;
	border-bottom: 2px solid #363636;
	font-size: 23px;
	line-height: 33px;
	color: #6f6f6f;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	display: -ms-flex;
	display: flex;
	position: relative;
	align-items: center;
	cursor: pointer;
}

.archive #search-news form *[data-sf-field-input-type="radio"] h4.active,
.archive #search-news form *[data-sf-field-input-type="radio"] h4:hover {
	color: #000;
}

.archive #search-news form *[data-sf-field-input-type="radio"] h4:after {
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 20px auto;
	width: 20px;
	height: 20px;
	background-image: url(../images/chevron.svg);
	transition: 0.2s;
	position: absolute;
	right: 0;
	bottom: 20px;
}

.archive #search-news form *[data-sf-field-input-type="radio"].active h4:after {
	transform: rotate(180deg);
}

.archive #search-news form .sf-field-category.initial[data-sf-field-input-type="radio"] h4 {
	color: #6f6f6f;
}

.archive #search-news form *[data-sf-field-input-type="radio"] ul {
	display: none;
	position: absolute;
	z-index: 1000;
	left: 0;
	padding: 8px 0;
	width: 100%;
	border: 0;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.16);
	background-color: #e9f4f7;
}

.archive #search-news form *[data-sf-field-input-type="radio"].active ul {
	display: block;
}

.archive #search-news form *[data-sf-field-input-type="radio"] ul li {
	color: #000000;
	font-size: 20px;
	line-height: 33px;
	cursor: pointer;
}

.archive #search-news form *[data-sf-field-input-type="radio"] ul li:hover {
	background-color: #02617e;
	color: #fff;
}

.archive #search-news form *[data-sf-field-input-type="radio"] ul li input {
	width: 0;
}

.archive #search-news form *[data-sf-field-input-type="radio"] ul li label {
	padding: 12px 31px;
	cursor: pointer;
	width: 100%;
}

.archive #search-news form *[data-sf-field-input-type="radio"] ul li.sf-option-active label {
}

/* Reset */
.archive #search-news form .sf-field-reset {
	width: 100%;
	padding-top: 20px;
	margin-top: 37px;
	border-top: 1px solid #000;
	text-align: right;
}

.archive #search-news form .sf-field-reset a {
	color: #9f9f9f;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.02em;
	font-weight: 500;
	text-transform: uppercase;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-family: acumin-pro-condensed, sans-serif;
}

/* Archive News */
.archive.category-news .blog .query-group {
	padding-top: 0;
	border-top: 0;
	margin-top: 0;
}

/*--------------------------------------------------------------
# Single News
--------------------------------------------------------------*/

/* Header */
.single-post .site-header:not(.hide):not(.shrink):before {
	display: none;
}

.single-post .site-header .main-navigation ul#primary-menu > li:not(:hover) > a:not(:hover),
.single-post .site-header .main-navigation ul#primary-menu > li.current_page_item:not(:hover) > a,
.single-post .site-header .main-navigation ul#primary-menu > li.current-menu-item:not(:hover) > a,
.single-post .site-header .main-navigation ul#primary-menu > li.current-menu-parent:not(:hover) > a {
	color: #000;
}

.single-post .main-navigation ul#primary-menu > li.search > a {
	background-image: url(../images/search-black.svg);
}

.single-post .site-header .menu-search {
	background-color: #e9f4f7;
}

.single-post:not(.nav-toggled) .site-header .menu-actions button.search span {
	background-image: url(../images/search-black.svg);
}

.single-post:not(.nav-toggled) .site-header .menu-actions button.menu:not(.close) span {
	background-image: url(../images/menu-black.svg);
}

.single-post #primary {
	background-color: transparent;
}

.single-post #main {
	max-width: inherit;
	box-shadow: none;
	padding-top: 0;
	background-color: transparent;
}

.single-post #content {
	margin-top: 150px;
}

/* Content */
.single-post .has-posts article {
	padding-bottom: 0;
	width: auto;
	height: auto;
	max-width: 880px;
	margin: 60px 0 35px;
}

.single-post .has-posts article .post-title {
	margin-bottom: 55px;
}

.single-post .has-posts article .post-title h2 {
	color: #363636;
	padding-bottom: 27px;
	padding-top: 0;
}

.single-post .has-posts article .post-title .author {
	font-size: 18px;
	line-height: 26px;
	font-style: italic;
	color: #363636;
}

.single-post .has-posts article .post-info {
	padding-bottom: 12px;
	border-bottom: 1px solid #707070;
	margin-bottom: 30px;
	display: -ms-flex;
	display: flex;
	align-items: baseline;
}

.single-post .has-posts article .post-info p {
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -0.01em;
	color: #6f6f6f;
	font-weight: 600;
}

.single-post .has-posts article .post-info h5 {
	margin-left: 66px;
	font-size: 23px;
	color: #02617e;
}

.single-post .has-posts article .post-info .links {
	margin-left: auto;
	display: -ms-flex;
	display: flex;
	align-items: center;
}

.single-post .has-posts article .post-info .pdf {
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) 50%;
	background-size: 16px;
	background-image: url(../images/external-blue.svg);
	margin-right: 25px;
	display: -ms-flex;
	display: flex;
	align-items: center;
	padding-right: 50px;
	border-right: 1px solid #bfbfbf;
}

.single-post .has-posts article .post-info .share {
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 16px;
	background-image: url(../images/share.svg);
	display: -ms-flex;
	display: flex;
	align-items: center;
	padding-right: 30px;
	cursor: pointer;
	position: relative;
}

.single-post .has-posts article .post-info .share ul {
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	padding: 0 24px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	display: none;
}

.single-post .has-posts article .post-info .share.active span {
	pointer-events: none;
}

.single-post .has-posts article .post-info .share.active ul {
	display: block;
}

.single-post .has-posts article .post-info .share ul li {
	padding: 16px 0;
}

.single-post .has-posts article .post-info .share ul li:first-child {
	padding-top: 20px;
}

.single-post .has-posts article .post-info .share ul li:last-child {
	padding-bottom: 20px;
}

.single-post .has-posts article .post-info .share ul li a {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 27px auto;
	/*background-size: contain;*/
	width: 30px;
	height: 24px;
	display: block;
	text-indent: -9999px;
}

.single-post .has-posts article .post-info .share ul li.share-close a {
	background-image: url(../images/share-close.svg);
	background-size: 15px auto;
}

.single-post .has-posts article .post-info .share ul li.share-linkedin a {
	background-image: url(../images/share-linkedin.svg);
}

.single-post .has-posts article .post-info .share ul li.share-twitter a {
	background-image: url(../images/share-twitter.svg);
}

.single-post .has-posts article .post-info .share ul li.share-email a {
	background-image: url(../images/share-email.svg);
}

.single-post .has-posts article .image {
	margin-bottom: 40px;
}

.single-post .has-posts article .image img {
	width: 100%;
}

.single-post .has-posts article .block-text {
	margin-bottom: 45px;
}

/* override old blog styling */
.single-post .has-posts article .block-text span,
.single-post .has-posts article .block-text a {
	color: #000 !important;
	text-decoration: none;
}

.single-post .has-posts article .block-text h5 {
	color: #6f6f6f;
	margin-bottom: 30px;
	padding-top: 28px;
}

.single-post .has-posts .cta {
	margin-bottom: 40px;
	padding-right: 30px;
}

.single-post .has-posts .cta:before {
	content: "";
	position: absolute;
	right: 2px;
	top: 7px;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: contain;
	background-image: url(../images/external-black.svg);
}

.single-post .has-posts .view-all {
	z-index: 10;
	font-size: 15px;
	line-height: 24px;
	color: #6f6f6f;
	display: inline-block;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
}

.single-post .has-posts .view-all:hover {
	color: #c7a903;
}

.single-post .has-posts .view-all:after {
	content: "";
	display: block;
	height: 2px;
	z-index: -1;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fdda1a;
	transition: background 0.3s linear;
}

.single-post .has-posts .view-all:hover:after {
	background: #c7a903;
}

/*--------------------------------------------------------------
# Search Results
--------------------------------------------------------------*/

/* Header */
body.search .site-header:not(.hide):not(.shrink):before {
	display: none;
}

body.search .site-header .main-navigation ul#primary-menu > li:not(:hover) > a:not(:hover),
body.search .site-header .main-navigation ul#primary-menu > li.current_page_item:not(:hover) > a,
body.search .site-header .main-navigation ul#primary-menu > li.current-menu-item:not(:hover) > a,
body.search .site-header .main-navigation ul#primary-menu > li.current-menu-parent:not(:hover) > a {
	color: #000;
}

body.search .main-navigation ul#primary-menu > li.search > a {
	background-image: url(../images/search-black.svg);
}

body.search .site-header .menu-search {
	background-color: #e9f4f7;
}

body.search:not(.nav-toggled) .site-header .menu-actions button.search span {
	background-image: url(../images/search-black.svg);
}

body.search:not(.nav-toggled) .site-header .menu-actions button.menu:not(.close) span {
	background-image: url(../images/menu-black.svg);
}

body.search #primary {
	background-color: transparent;
}

body.search #main {
	max-width: inherit;
	box-shadow: none;
	padding-top: 0;
	background-color: transparent;
}

body.search #content {
	margin-top: 150px;
}

/* Filters */
body.search #search-filters {
	margin-bottom: 76px;
	padding-top: 37px;
	padding-bottom: 37px;
	border-bottom: 2px solid #000;
}

body.search #search-filters form {
	max-width: 850px;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 2px solid #363636;
	position: relative;
}

body.search #search-filters form input[type="search"] {
	padding-right: 40px;
	font-size: 23px;
	line-height: 33px;
	display: block;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 20px 20px;
	background-image: url(../images/search-black.svg);
}

body.search #search-filters form .cta {
	background: transparent;
	border: 0;
	width: 60px;
	text-indent: -9999px;
	position: absolute;
	right: 0;
	height: 35px;
}

body.search .keywords-trigger {
	display: none;
}

body.search #search-keywords {
	margin-top: 37px;
	display: -ms-flex;
	display: flex;
}

body.search #search-keywords li:not(:last-child) {
	margin-right: 50px;
}

body.search #search-keywords li,
body.search #search-keywords li a {
	font-size: 18px;
	line-height: 20px;
}

body.search #search-keywords li a {
	font-weight: 600;
	position: relative;
	color: #000;
	border-bottom: 2px solid transparent;
}

body.search #search-keywords li a:hover,
body.search #search-keywords li a.active {
	border-bottom-color: #fdda1a;
}

body.search #search-keywords li a.active:hover {
	border-bottom-color: #c7a903;
}

/* Results */
body.search .section-content > .wrap {
	min-height: 100vh;
}

body.search .query-group:not(:last-child) {
	margin-bottom: 40px;
	border-bottom: 2px solid #000000;
	padding-bottom: 82px;
}

body.search .query-group .group-title {
	padding-bottom: 30px;
}

body.search .query-group article:not(.professional) {
	padding-bottom: 15px;
	border-bottom: 1px solid #bfbfbf;
	max-width: 880px;
	margin: 0 0 30px 0;
}

body.search .query-group article:not(.professional):nth-of-type(n + 4) {
	display: none;
}

body.search .query-group article:not(.professional) h3 {
	font-size: 25px;
	line-height: 28px;
	color: #02617e;
	padding-bottom: 18px;
}

body.search .query-group article:not(.professional) p:not(.date) {
	margin-bottom: 25px;
	line-height: 26px;
}

body.search .query-group article:not(.professional) p.date {
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -0.01em;
	color: #6f6f6f;
	font-weight: 600;
}

body.search .query-group article:not(.professional) h5 {
	font-size: 20px;
	line-height: 28px;
	display: block;
	color: #02617e;
}

body.search .query-group#professional-query .articles {
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

body.search .query-group#professional-query article.professional {
	padding-bottom: 10px;
	border-bottom: 1px solid #9f9f9f;
	margin: 0 15px 40px;
	width: calc(25% - 30px);
	max-width: inherit;
}

body.search .query-group#professional-query article.professional:nth-of-type(n + 5) {
	display: none;
}

body.search .query-group#professional-query article.professional .image {
	display: block;
	margin-bottom: 16px;
}

body.search .query-group#professional-query article.professional img {
	width: 100%;
}

body.search .query-group#professional-query article.professional h2 {
	padding-bottom: 0;
	padding-top: 0;
	font-size: 30px;
	line-height: 38px;
}

body.search .query-group#professional-query article h2,
body.search .query-group#professional-query article h2 a {
	color: #02617e;
}

body.search .query-group#professional-query article.professional h5 {
	color: #9f9f9f;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 20px;
}

body.search .query-group#professional-query article p {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 23px;
}

body.search .query-group .more {
	font-size: 15px;
	line-height: 24px;
	color: #6f6f6f;
	display: inline-block;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
}

body.search .query-group .more:hover {
	color: #c7a903;
}

body.search .query-group .more:after {
	content: "";
	display: block;
	height: 2px;
	z-index: -1;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fdda1a;
	transition: background 0.3s linear;
}

body.search .query-group .more:hover:after {
	background: #c7a903;
}

/*--------------------------------------------------------------
# Terms of Use
--------------------------------------------------------------*/

/* Header */
.page-terms-of-use .site-header:not(.hide):not(.shrink):before {
	display: none;
}

.page-terms-of-use .site-header .main-navigation ul#primary-menu > li:not(:hover) > a:not(:hover),
.page-terms-of-use .site-header .main-navigation ul#primary-menu > li.current_page_item:not(:hover) > a,
.page-terms-of-use .site-header .main-navigation ul#primary-menu > li.current-menu-item:not(:hover) > a,
.page-terms-of-use .site-header .main-navigation ul#primary-menu > li.current-menu-parent:not(:hover) > a {
	color: #000;
}

.page-terms-of-use .main-navigation ul#primary-menu > li.search > a {
	background-image: url(../images/search-black.svg);
}

.page-terms-of-use .site-header .menu-search {
	background-color: #e9f4f7;
}

.page-terms-of-use:not(.nav-toggled) .site-header .menu-actions button.search span {
	background-image: url(../images/search-black.svg);
}

.page-terms-of-use:not(.nav-toggled) .site-header .menu-actions button.menu span {
	background-image: url(../images/menu-black.svg);
}

.page-terms-of-use #primary {
	background-color: transparent;
}

.page-terms-of-use #main {
	max-width: inherit;
	box-shadow: none;
	padding-top: 0;
	background-color: transparent;
}

.page-terms-of-use #content {
	margin-top: 150px;
}

.page-terms-of-use .section-content h1.page-title {
	margin-bottom: 50px;
}

.page-terms-of-use .section-content ul {
	margin: 10px 0 20px 30px;
}

.page-terms-of-use .section-content ul li {
	list-style-type: disc;
	margin-left: 18px;
}

.page-terms-of-use .section-content hr {
	margin: 20px 0;
}

/*--------------------------------------------------------------
# Error
--------------------------------------------------------------*/

.error404 .hero-section {
}
.error404 .hero-section .hero-section-banner .wrap {
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
	background-color: #02617e;
}

.site-footer .wrap {
	padding-top: 46px;
	padding-bottom: 76px;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	max-width: 1860px;
}

.site-footer p,
.site-footer li,
.site-footer a {
	color: #fff;
}

/* Info */
#footer-info img {
	margin-bottom: 34px;
	max-width: 297px;
	width: 100%;
}

#footer-info .address,
#footer-info .phone,
#footer-info .email {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 20px;
}

#footer-info .address {
	column-count: 3;
	column-gap: 30px;
	margin-bottom: 20px;
}

#footer-info .email {
	margin-top: 20px;
	font-weight: 600;
}

/* Navigation */
#footer-navigation {
	margin-left: auto;
}

#footer-navigation ul {
	column-count: 3;
	column-gap: 95px;
}

#footer-navigation ul li {
	display: block;
	margin-bottom: 15px;
}

#footer-navigation ul li a {
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
}

#footer-navigation ul li.light a {
	opacity: 0.8;
}

/* Copyright */
#footer-copyright {
	display: -ms-flex;
	display: flex;
	align-items: flex-end;
	margin-top: 48px;
	width: 100%;
}

#footer-copyright p:first-child {
	font-size: 16px;
	line-height: 21px;
	letter-spacing: -0.01em;
}

#footer-copyright p:last-child {
	margin-left: auto;
	font-size: 15px;
	line-height: 23px;
	max-width: 565px;
}

/* Cookies Bar */
#CybotCookiebotDialog {
	box-shadow: none !important;
}

#CybotCookiebotDialogBody {
	max-width: 760px !important;
}

#CybotCookiebotDialog a,
#CybotCookiebotDialog div,
#CybotCookiebotDialogBodyContentControls,
#CybotCookiebotDialogBodyContentTitle {
	font-family: open-sans, sans-serif !important;
}

#CybotCookiebotDialogBodyButtons a {
	padding: 8px 10px;
	border-radius: 3px;
	font-weight: 700;
	letter-spacing: 0.03em;
	font-size: 12px;
	line-height: 14px;
	transition: none !important;
	width: auto !important;
}

#CybotCookiebotDialogBodyButtonAccept {
	color: #000000 !important;
}

/* Cookies Bar • NOT USED
	body #cookies {
	background-color: #000;
		position: fixed;
		bottom: -72px;
		width: 100%;
		left: 0;
		z-index: 9999;
		transition: .6s all ease-in;
	}

	body.logged-in #cookies.show {
	bottom: 0;
	}

	#cookies > a {
		display: block;
		width: 10px;
		height: 10px;
		background-color: #fff;
		position: absolute;
		top: 10px;
		right: 10px;
		text-indent: -9999px;
	}

	#cookies .cookies-wrap {
		display: -ms-flex;
		display: flex;
		padding: 20px 20px;
		box-sizing: border-box;
		align-items: center;
		position: relative;
	}

	#cookies p {
		color: #fff;
		font-size: 13px;
		line-height: 14px;
		width: 66.66%;
	}

	#cookies p a {
		color: #fff;
		text-decoration: underline;
	}

	#cookies .links {
		margin-left: auto;
	}

	#cookies .links a {
		display: inline-block;
		color: #fff;
		padding: 8px 10px;
		border-radius: 3px;
		font-weight: 700;
		letter-spacing: 0.03em;
		font-size: 12px;
		line-height: 14px;
		background-color: rgba(255,255,255,.1);
	}

	#cookies .links a:not(:first-child) {
		margin-left: 10px;
	}

	#cookies .links a:hover {
		background-color: rgba(255,255,255,.4);
	}
*/
