/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/*
 * apply a natural box layout model to all elements
 */
 
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

/* ==========================================================================
   General
   ========================================================================== */
   
body {
	margin: 0;
	padding: 0;
	font-family: filson-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	line-height: 1.7;
	color: #2F2F2F;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background: #fff;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

hr {
	margin-top: 30px;
	margin-bottom: 30px;
	border-top: 1px solid #2F2F2F;
	clear: both;
	position: relative;
}

.margin-none { margin: 0 !important;}
.margin-bottom { margin-bottom: 40px !important; }
.margin-bottom-dbl { margin-bottom: 80px !important; }
.margin-bottom-half { margin-bottom: 20px !important; }

.padding-none { padding: 0 !important;}
.padding-bottom { padding-bottom: 0 !important;}

.overflow-hidden {overflow: hidden;}
.position-relative {position: relative;}

.waves-60, .waves-120 {
	position: relative;
	background: url('../images/ui/waves.png') no-repeat left top;
	background-size: cover;
	height: 120px;
	overflow: hidden;
}

.waves-60 {
	height: 60px;
}

[class*="waves"] video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: none;
}


/* ==========================================================================
   Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
	font-family: filson-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
	margin: 0;
}

h1 {
	font-size: 34px;
	line-height: 1.1;
	color: #000;
	position: relative;
}
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }

.green-h2s h2 {
	font-size: 26px;
	line-height: 1.1;
	color: #005663;
	margin-bottom: 15px;
}

.orange-h4s h4 {
	font-size: 26px;
	line-height: 1.1;
	color: #D9683B;
	margin-bottom: 15px;
}

p { margin: 0 0 30px 0; }
p:last-child { margin: 0; }
em { font-style: italic; }
strong, b { font-weight: 700; }
small, .small { font-size: 85%; }
small:only-child {display: block; line-height: 1.7;}

.text-center { text-align: center; }
.text-left, .text-left-center { text-align: left; }
.text-right, .text-right-center { text-align: right; }
.uppercase { text-transform: uppercase; }
.normalcase { text-transform: none !important; }

/* ==========================================================================
   Animations
   ========================================================================== */
   

.parallax img {
	transform: translateY(25%);
	transition: 1s linear;
}

.parallax.inview img {
	transform: translateY(0);
}

.fade-in, .block {
	opacity: 0;
	transition: 1s linear;
}

.fade-in.inview, .block.inview {
	opacity: 1 !important;
}


/* ==========================================================================
   Links
   ========================================================================== */

a {
	color: #D9683B;
	text-decoration: none;
	outline: 0;
	-webkit-transition: 0.2s color ease;
					transition: 0.2s color ease;
}

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

.plus-link, .arrow-link {
	font-family: filson-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #D9683B;
}

.plus-link {
	position: relative;
	padding-right: 20px;
}

.plus-link:after, .arrow-link:after {
	color: #D9683B;
	-webkit-transition: 0.2s color ease;
					transition: 0.2s color ease;
}

.plus-link:after {
	content: "+";
	position: absolute;
	top: -4px;
	right: 0;
}

.arrow-link:after {
	content: ">";
	margin-left: .5em;
	position: relative;
	top: -1px;
}

a.plus-link:hover, a.arrow-link:hover {
	color: #000;
}

a.plus-link:hover:after, a.arrow-link:hover:after  {
	color: #000;
}

/* ==========================================================================
   Header
   ========================================================================== */

#wrapper {
	padding-top: 140px;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}

.header .container {
	width: 100%;
	position: relative;
	padding: 0 8vw;
	display: flex;
}

.site-title {
	width: 238px;
	margin-bottom: 15px;
	align-self: flex-end;
}

.main-nav {
	margin-left: auto;
}

.eyebrow {
	margin: 0 0 60px;
	padding: 0;
	list-style: none;
	text-align: right;
	display: flex;
	justify-content: end;
}

.eyebrow li {
	display: inline-block;
	margin-left: 5px;
	position: relative;
}

.eyebrow li a {
	color: #005663;
	padding: 0 10px;
}

.eyebrow li a:hover {
	color: #D9683B;
}

.eyebrow .btn {
	font-weight: 500;
	font-size: 15px;
	color: #005663;
	background: #F8F5F0;
	padding: 10px 28px;
}

.eyebrow .btn:hover {
	color: #FFF;
	background: #D9683B;
}

.eyebrow li:nth-child(3), .eyebrow li:nth-child(4) {
		padding: 8px 0;
	}

/* ==========================================================================
   Main Menu
   ========================================================================== */

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu > li {
	position: relative;
}

.sf-menu > li {
	float: left;
}

.sf-menu li:hover > .xsf-mega,
.sf-menu li.sfHover > .xsf-mega {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu > li > a {
	font-family: filson-pro, sans-serif;
	font-weight: 300;
	font-style: normal; 
	font-size: 16px;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: .03em;
	color: #000;
	text-decoration: none;
	position: relative;
	display: block;
	padding: 0 22px 10px;

}

.sf-menu > li > a:hover {
	color: #D9683B;
}

.sf-menu > li > a:hover:after, .sf-menu > li.selected > a:after {
	content: "";
	height: 8px;
	width: 100%;
	background: #E7B136;
	position: absolute;
	left: 0;
	bottom: -8px;
	z-index: 2;
}

.sf-menu li {
	white-space: normal; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
					transition: background .2s;
}

.sf-menu li li a {
	font-size: 15px;
	text-transform: none;
}

.sf-menu li.selected > a {
	color: #D9683B;
	font-weight: 700;
}

.sf-mega {
	background: rgba(0, 0, 0, .82);
	color: #fff;
	font-size: 15px;
	padding: 50px 0;
	position: fixed;
	display: none;
	top: 141px;
	left: 0;
	width: 100%;
	z-index: 1;
}

.sf-mega ul {
	flex-grow: 1;
	columns: 3;
	column-gap: 30px;
}

.sf-mega ul ul {
	display: none !important;
}

.sf-mega ul li {
	break-inside: avoid;
}

.sf-mega ul li a {
	display: block;
	padding: .5em 0;
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	line-height: 1.25;
}

.sf-mega a:hover, .sf-mega li.selected a {
	color: #E7B136;
}

.sf-mega-container {
	display: flex;
	padding: 0 8vw;
}

.sf-mega-title {
	font-family: questa-grande, serif;
	font-size: 45px;
	font-weight: 700;
	text-transform: lowercase;
	text-align: left;
	color: #F8F5F0;
	width: 35%;
	padding-right: 80px;
	line-height: 1.1;
}
   
/* ==========================================================================
   Mobile Menu
   ========================================================================== */

.hamburger {
	display: none;
	text-align: right;
	padding: 0 22px 10px;
}

.hamburger a {
	font-weight: 300;
	font-style: normal; 
	font-size: 18px;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: .03em;
	color: #000;
	text-decoration: none;
	position: relative;
	display: block;
	-webkit-transition: 0.2s all ease;
					transition: 0.2s all ease;
}

.hamburger a:hover {
	color: #D9683B;
}

#mobile-menu a {
	font-family: filson-pro, sans-serif;
	font-weight: 300;
	font-style: normal; 
	font-size: 16px;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: .03em;
	color: #000;
}

#mobile-menu a:hover, #mobile-menu li.selected a {
	color: #D9683B;
}

#mobile-menu:not( .mm-menu ) {
   display: none;
}

.mm-panel {
	background: #fff;
}

/* ==========================================================================
   Side Menu
   ========================================================================== */

.side-menu {
	margin-bottom: 80px;
	margin-right: 80px;
	width: 30%;
	float: left;
}

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

.side-menu ul ul {
	display: none;
}

.side-menu ul li a {
	font-family: filson-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	color: #2F2F2F;
	padding: 10px 0 10px 35px;
	display: block;
	position: relative;
}

.side-menu ul li a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 100%;
	background: #E7B136;
	-webkit-transition: 0.2s all ease;
					transition: 0.2s all ease;
}

.side-menu ul li a:hover {
	color: #D9683B;
}

.side-menu ul li a:hover:before {
	background: #D9683B;
}

.side-menu ul li.selected > a {
	color: #D9683B;
	font-weight: 700;
}

.side-menu ul li.selected > a:before {
	background: #D9683B;
	font-weight: 700;
}

.side-menu ul li.selected ul {
	display: block;
}

.side-menu ul ul li a {
	padding: 10px 0 10px 65px;
}

/* ==========================================================================
   Sub Menu
   ========================================================================== */
   
.sub-menu-section {
	width: 100%;
	background: #E7B136;
	padding: 15px;
}

.sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.sub-menu li {
	display: inline-block;
	position: relative;
	padding: 0 25px;
}

.sub-menu li:after {
	content: "|";
	position: absolute;
	top: 0;
	right: -5px;
	color: #FFF;
}

.sub-menu li:last-child:after {
	content: "";
}

.sub-menu li a {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #FFF;
}

.sub-menu li a:hover, .sub-menu li.selected a {
	color: #005663;
}
   
/* ==========================================================================
   Structure
   ========================================================================== */

.page-section {
	position: relative;
	padding: 5vmax 0;
}

.content-wrapper {
	position: relative;
	padding-right: 8vw;
  padding-left: 8vw;
}

.main-content {
	overflow: hidden;
}

.main-content h2 {
	font-size: 20px;
	color: #D9683B;
	margin-bottom: 30px;
	letter-spacing: .05em;
}

.main-content ul {
	margin: 0 0 28px;
	padding: 0;
	list-style: none;
}

.main-content ul li {
	padding-left: 20px;
	margin-bottom: 10px;
	position: relative;
}

.main-content ul li:before {
	content: "\00B7";
	position: absolute;
	top: -1px;
	left: 0;
	font-family: "Font Awesome 5 Free", sans-serif;
	font-weight: 900;
	font-size: 32px;
	line-height: .85;
	color: #D9683B;
}

.page-intro {
	font-size: 22px;
	line-height: 1.6;
}

/* ==========================================================================
   Hero
   ========================================================================== */
   
.hero {
	height: 420px;
	background: #F8F5F0;
	position: relative;
}

.hero .bkg {
	position: absolute;
	inset: 0;
	background: right center;
	background-size: cover;
}

.page-title {
	position: absolute;
	padding: 0 8vw;
	bottom: 50px;
	max-width: 65%;
}

.page-title h1 {
	font-family: questa-grande, serif;
	font-size: 4vw;
	font-weight: 500;
	text-transform: none;
	color: #005663;
}

/* ==========================================================================
   Home
   ========================================================================== */
   
/*.home .header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	background: rgba(255, 255, 255, .65);
}*/

.home .hero {
	width: 100%;
	height: 80vh;
	overflow: hidden;
}

video { 
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
}

.hero .hero-holder {
	padding: 3vw;
	background: rgba(248, 244, 240, .85);
	position: absolute;
	bottom: 80px;
	left: 8vw;
	max-width: 40%;
}

.hero .hero-holder h1, .hero .hero-holder h2 {
	font-family: questa-grande, serif;
	font-weight: 700;
	font-style: normal;
	font-size: 4.2vw;
	line-height: 1.1;
	text-transform: none;
	color: #005663;
	margin-bottom: 15px;
}

.hero .hero-holder p {
	font-family: filson-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	line-height: 28px;
	text-transform: none;
	color: #2F2F2F;
}

.home .hero-intro {
	overflow: hidden;
}

.home .hero-intro .intro-heading {
	float: left;
	margin-right: 120px;
	width: 30%;
}

.home .hero-intro .intro-heading {
	float: left;
	margin-right: 120px;
	width: 30%;
}

.home .hero-intro .intro-text {
	overflow: hidden;
}


.home .intro-section h2 {
	font-family: questa-grande, serif;
	font-weight: 700;
	font-style: normal;
	font-size: 50px;
	text-transform: none;
	color: #3C3C3C;
	margin-bottom: 15px;
}

.home .intro-section p {
	font-size: 22px;
	line-height: normal;
}

.home .services-slider-section {
	background: #F8F5F0;
	margin-bottom: 5vmax;
}

#home-services-slider {
	margin-bottom: -10vmax;
}

#home-services-slider .slick-track {
	display: flex;
	align-items: stretch;
}

.home-services-slider-slide {
	display: flex !important;
	align-items: stretch;
	height: auto !important;
}

.home-services-slider-content {
	width: 40%;
	padding: 50px 50px 10vmax 0;
}

.home-services-slider-content .service-type {
	font-size: 17px;
	text-transform: uppercase;
	color: #005663;
	border-bottom: 1px solid #707070;
	margin-bottom: 45px;
	line-height: 1.2;
	letter-spacing: .03em;
	padding: 0 0 0.5em;
}

.home-services-slider-content h2 {
	font-family: questa-grande, serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.6vw;
	line-height: 1.1;
	text-transform: none;
	color: #2F2F2F;
	margin-bottom: 15px;
}

.home-services-slider-content p {
	
}

.home-services-slider-image {
	width: 60%;
	position: relative;
}

.home-services-slider-image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right center;
}

.home .latest-news-section .latest-header {
	text-align: center;
	margin-bottom: 80px;
}


.home .latest-news-section .latest-header h2 {
	font-size: 38px;
	font-weight: 500;
	text-align: center;
	letter-spacing: .1em;
	color: #005663;
}

.home .latest-news-section .latest-header a {
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
}

.home .latest-news-section .latest-news-featured {
	display: flex;
	align-items: stretch;
}

.home .latest-news-section .latest-news-content {
	width: 40%;
	border-left: 10px solid #E7B136;
	padding: 30px 50px 10px;
	min-height: 27vw;
}

.home .latest-news-section .latest-news-content h2 {
	font-family: questa-grande, serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.6vw;
	line-height: 1;
	text-transform: none;
	color: #3C3C3C;
	margin-bottom: 15px;
}

.home .latest-news-section .latest-news-image {
	width: 60%;
	position: relative;
}

.home .latest-news-section .latest-news-image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right center;
}

/* ==========================================================================
   About
   ========================================================================== */

.block-links-section {
	background: url('../images/ui/waves.png') no-repeat left top;
	background-size: cover;
	padding: 0;
	margin-top: 5vmax;
	border: 1px solid transparent;
}

.blocks {
	display: flex;
	gap: 40px;
}

.block {
	position: relative;
	background: #005663;
	padding: 4vw 3vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
	width: 50%;
	-webkit-transition: 0.2s background ease, 1s opacity linear;
					transition: 0.2s background ease, 1s opacity linear;
}

.block-links-section .blocks {
	margin-top: -5vmax;
	padding-bottom: 5vmax;
}

.blocks.short {
	margin-top: -50px;
	padding-bottom: 50px;
}

.blocks:not(.short) .block {
	aspect-ratio: 1.5;
	padding: 3vw;
}

.block h2 {
	position: relative;
	font-family: questa-grande, serif;
	font-size: 2.6vw;
	font-weight: 700;
	text-transform: none;
	color: #FFF;
	line-height: 1.1;
}

.block .learn-more {
	font-weight: 700;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #D9683B;
	-webkit-transition: 0.2s background ease;
					transition: 0.2s background ease;
}

.block:not(.no-orange):hover {
	background: #D9683B;
}

.block:hover .learn-more {
	color: #E7B136;
}

.block img {
	opacity: 0;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right center;
	-webkit-transition: 1s opacity ease;
					transition: 1s opacity ease;
}

.block:hover img {
	opacity: 1;
}

.block:hover img + h2 {
	color: #005663;
}

/* ==========================================================================
   Why
   ========================================================================== */
   
.featured-section {
	background: #F8F5F0;
}

.featured-section h2 {
	font-family: filson-pro, sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #D9683B;
	border-bottom: 1px solid #707070;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

/* ==========================================================================
   Professionals
   ========================================================================== */
  
.advisor-category {
	font-family: questa-grande, serif;
	font-size: 50px;
	font-weight: 700;
	text-transform: none;
	line-height: 60px;
	color: #3C3C3C;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #D9683B;
}

.advisor-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-row-gap: 50px;
	grid-column-gap: 20px;
	width: 100%;
}

.advisor-item {
	position: relative;
}

.advisor-item a {
	-webkit-transition: 0.2s color ease;
					transition: 0.2s color ease;
}

.advisor-item a:hover h2 {
	color: #D9683B;
}

.advisor-item .advisor-img {
	position: relative;
	aspect-ratio: 1;
	background: #F8F5F0;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.advisor-item a img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
  transition: transform .3s ease;
}

.advisor-item a:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
  transform: scale(1.2);
}

.advisor-item h2, .advisor-item h2 a {
	font-size: 22px;
	font-weight: 500;
	text-transform: none;
	color: #005663;
	margin-bottom: 0px;
}

.advisor-item .title {
	font-size: 16px;
	line-height: 20px;
	color: #2F2F2F;
}

.advisor .photo {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	z-index: 0;
	background: top right no-repeat;
	background-size: cover;
	opacity: 1;
	transition: .5s;
}

.advisor .photo.notfixed {
	opacity: 0;
}

.advisor h1 {
	font-family: questa-grande, serif;
	font-size: 3vw;
	font-weight: 700;
	text-transform: none;
	color: #FFF;
	margin-bottom: 20px;
}

.advisor .advisor-title {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 75px;
	letter-spacing: .05em;
}

.advisor-info {
	width: 45%;
}

.advisor-card {
	color: #FFF;
	background: #005663;
	border-left: 10px solid #D9683B;
	padding: 50px 50px 20px;
	margin-bottom: 40px;
}

.advisor-card a {
	color: #FFF;
}

.advisor-contact {
	font-size: 22px;
	margin-bottom: 20px;
}

.advisor-icon-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.advisor-icon-list li {
	display: inline-block;
	margin-right: 40px;
}

.advisor-bio {
	margin-bottom: 80px;
}

.advisor-bio h2 {
	font-size: 20px;
	color: #D9683B;
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: .05em;
}

/* ==========================================================================
   Search Form
   ========================================================================== */

.search {
	overflow: hidden;
	margin-top: 60px;
}

.search .alphabet {
	text-align: center;
	margin-bottom: 20px;
}

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

.search .alphabet ul li {
	display: inline-block;
	margin: 0 10px;
}

.search .alphabet ul li.inactive {
	opacity: .2;
}

.search .alphabet ul li a, .alphabet ul li, .search .alphabet .view-all a {
	font-size: 17px;
	font-weight: 700;
}

.search .alphabet a {
	color: #D9683B;
}

.search .alphabet a:hover {
	color: #5A959A;
}

.search .alphabet .browse {
	color: #D9683B;
}

.search .search-form {
	margin-bottom: 25px;
	overflow: hidden;
}

.search .search-form .form-item {
	margin-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	width: 30%;
}

.search .search-form .form-item:first-child {
	padding-left: 0px;
}

.search .search-form .form-item:last-child {
	padding-right: 0px;
	width: 20%;
}

.search .search-form .form-item:last-child input[type="submit"] {
	width: 100%;
	padding: 14px 20px;
}

.search .search-form .textfield {
	width: 50%;
	position: relative;
	padding-left: 0px;
}

.search .search-form .textfield:after {
	content: "\f002";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #D9683B;
	font-size: 16px;
	text-align: center;
	line-height: 56px;
	width: 56px;
	height: 56px;
	position: absolute;
	top: 0;
	right: 5px;
	background: #EFE7DB;
}

.results {
	margin: 0 0 50px;
	padding: 0;
	list-style: none;
}

.results li {
	display: inline-block;
  font-size: 15px;
	font-weight: 700;
  color: #D9683B;
  text-transform: uppercase;
	margin-right: 15px;
}

/* ==========================================================================
   Services
   ========================================================================== */

.service .hero .hero-holder {
	bottom: 20vh;
	max-width: 55%;
}

.services-section {
	background: #F8F5F0;
}

.services-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-rows: 1fr;
	column-gap: 20px;
  row-gap: 50px;
	margin-top: -20vh;
}

.services-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	padding: 50px 40px;
	background: #005663;
	-webkit-transition: 0.2s background ease, 1s opacity linear;
					transition: 0.2s background ease, 1s opacity linear;
}

.services-item:hover {
	background: #D9683B;
}

.services-item h2 {
	font-family: questa-grande, serif;
	font-size: 2.6vw;
	font-weight: 700;
	line-height: 1.1;
	text-transform: none;
	color: #FFF;
	margin-bottom: 30px;
}

.services-item .learn-more {
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #D9683B;
	-webkit-transition: 0.2s color ease;
					transition: 0.2s color ease;
}

.services-item:hover .learn-more {
	color: #E7B136;
}

/* ==========================================================================
   Service
   ========================================================================== */

.service .hero {
	width: 100%;
	height: 80vh;
	background-size: cover;
}

.service .hero video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right top;
	transform: none;
}

.service .hero-content-holder {
	font-family: questa-grande, serif;
	font-weight: 500;
	font-style: normal;
	font-size: 2.6vw;
	line-height: 1.1;
	text-transform: none;
	color: #005663;
	background: #F8F5F0;
	padding: 4vw;
	position: absolute;
	bottom: 60px;
	left: 8vw;
	width: 40%;
	transform: translateY(50%);
	transition: 1s linear;
}

.service .hero .hero-content-holder.inview {
	transform: translateY(0);
}

.service h1  {
	font-family: questa-grande, serif;
	font-size: 50px;
	font-weight: 700;
	text-transform: none;
	color: #3C3C3C;
	margin-bottom: 30px;
}

/* ==========================================================================
   CTA
   ========================================================================== */
   
.cta-section {
	background: #F8F5F0;
	margin-top: 5vmax;
}

.cta-content {
	display: flex;
}

.cta-image {
	width: 55%;
	min-height: 26vw;
	margin-top: -10vmax;
	position: relative;
}

.cta-image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cta-text {
	width: 45%;
	padding-left: 80px;
}

.cta-text h2 {
	font-family: questa-grande, serif;
	font-size: 2.6vw;
	font-weight: 700;
	line-height: 1.1;
	text-transform: none;
	color: #005663;
	margin-bottom: 20px;
}


/* ==========================================================================
   Blog
   ========================================================================== */

.blog {
	background: url(/images/ui/blog-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover !important;
  				background-size: cover !important;
}

.blog h1 {
	font-family: questa-grande, serif;
	font-weight: 700;
	font-style: normal;
	font-size: 80px;
	text-transform: none;
	color: #005663;
	padding-top: 150px;
	margin-bottom: 15px;
}

.blog-grid {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 60px;
}

.blog-grid .masonry-item {
	padding: 15px;
	width: 33.33333%;
	display: none;
}

.blog-grid .masonry-item:hover .blog-item {
	background: #D9683B;
}

.blog-grid .masonry-item:hover .blog-item h2 {
	color: #fff;
}

.blog-grid .masonry-item:hover .blog-item .arrow-link, .blog-grid .masonry-item:hover .blog-item .arrow-link:after {
	color: #000;
}

.blog-item {
	padding: 3vw;
	background: #FFF;
	-webkit-transition: 0.2s background ease, 1s opacity linear;
					transition: 0.2s background ease, 1s opacity linear;
}

.blog-item h2 {
	font-size: 2vw;
	font-weight: 500;
	line-height: 1.1;
	text-transform: none;
	color: #005663;
	margin-bottom: 60px;
	-webkit-transition: 0.2s color ease;
					transition: 0.2s color ease;
}

.blog-item .category {
	font-family: filson-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 17px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #005663;
	margin-bottom: 20px;
	-webkit-transition: 0.2s color ease;
					transition: 0.2s color ease;
}

.blog-search {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.blog-filter {
    position: static;
}

.blog-filter ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.blog-filter ul li {
    display: inline-block;
    position: relative;
    padding-right: 25px;
}

.blog-filter > ul > li:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
		font-weight: 900;
    font-size: 21px;
    line-height: 1.5;
    color: #E7B136;
    position: absolute;
    top: 0px;
    right: 0px;
}

.blog-filter > ul > li > a, .blog-search a	 {
    font-family: filson-pro, sans-serif;
    font-size: 18px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: .1em;
		color: #D9683B;
}

.blog-filter > ul > li > a {
    padding-bottom: 10px;
}

.blog-filter > ul > li > a:hover, .blog-search a:hover {
    color: #005663;
}

.blog-filter ul ul {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    margin: 0;
    padding: .5em 0;
    font-size: 16px;
    line-height: 1.1;
    background: #fff;
    text-align: left;
    min-width: 20em;
    z-index: 999;
    -webkit-box-shadow: 3px 5px 10px rgba(0, 0, 0, .15), -3px 5px 10px rgba(0, 0, 0, .15);
    -moz-box-shadow: 3px 5px 10px rgba(0, 0, 0, .15), -3px 5px 10px rgba(0, 0, 0, .15);
    box-shadow: 3px 5px 10px rgba(0, 0, 0, .15), -3px 5px 10px rgba(0, 0, 0, .15);
}

.blog-filter ul ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;
}

.blog-filter ul ul li:after {
    content: '';
}

.blog-filter ul ul li a {
    font-family: filson-pro, sans-serif;
    text-transform: none;
    padding: .5em 1em;
    display: block;
    color: inherit;
    font-weight: 300;
}

.blog-filter ul ul li a:hover, .blog-filter ul ul li.selected a {
    color: #D9683B;
}

.blog-filter li:hover ul {
    display: block;
}

/* Blog Post */

.post .hero {
	height: 412px;
}

.post .post-heading.for-media {
	margin-top: -410px;
}

.post .post-heading h1 {
	font-family: questa-grande, serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.6vw;
	line-height: normal;
	text-transform: none;
	color: #3C3C3C;
	padding: 0px;
	margin-bottom: 30px;
}

.post .post-heading .post-author {
	margin-bottom: 30px;
}

.post .post-heading .post-author span {
	font-weight: 700;
	color: #005663;
}

.post .post-heading .post-author a {
	color: #005663;
}

.post .post-heading .post-author a:hover {
	color: #D9683B;
}

.post .post-heading .post-media {
	margin-bottom: 50px;
}

.post .post-heading .post-media img {
	width: 100%;
	/*aspect-ratio: 3;*/
	object-fit: cover;
}

.post .post-body {
	margin-bottom: 28px;
}

.post .post-body h3 {
	font-size: 18px;
	color: #D9683B;
	line-height: 30px;
	letter-spacing: .1em;
	margin-bottom: 10px;
}

.post .post-body ul {
	margin: 0 0 28px;
	padding: 0;
	list-style: none;
}

.post .post-body ul li, .post .post-body ol li {
	padding-left: 20px;
	margin-bottom: 10px;
	position: relative;
}

.post .post-body ul li:before {
	content: "\00B7";
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Font Awesome 5 Free", sans-serif;
	font-weight: 900;
	font-size: 30px;
	line-height: 27px;
	color: #D9683B;
}

.post .post-body ul ul {
	margin: 10px 0 0;
}

.post .post-body ul li li:before {
	content: "-";
	position: absolute;
	top: -2px;
	left: 0;
	font-size: 24px;
	color: #D9683B;
}

.post .post-body ol {
	padding: 0;
	counter-reset: item;
	margin: 0 0 30px;
}

.post .post-body ol ol {
	padding-left: 30px;
	margin-bottom: 0;
	margin-top: 10px;
}

.post .post-body li {
  display: block;
  margin-bottom: 10px;
}

.post .post-body ol ol li {
	padding-left: 30px;
}

.post .post-body ol li:before {
	position: absolute;
	top: 0;
	left: 0;
  content: counters(item, ".") " ";
  counter-increment: item;
	color: #D9683B;
	font-weight: 700;
}

.post .post-body blockquote {
	margin: 0 0 30px;
}

.post .post-body blockquote p {
	font-family: questa-grande, serif;
	font-size: 28px;
	font-weight: 500;
  color: #005663;
	font-style: normal;
	line-height: normal;
}

.post .endnotes {
	margin-top: 80px;
	margin-bottom: 40px;
	border-top: 2px solid #E2E2E3;
}

.post .endnotes h4 {
	color: #D9683B;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 12px 0 30px;
}

.post .endnotes sup, .post .post-body sup {
	color: #D9683B;
}

.post-nav {
	display: flex;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.post-nav ul {
	margin: 0 0 0 auto;
	padding: 0;
	list-style: none;
}

.post-nav ul li {
	display: inline-block;
	position: relative;
	color: #5A959A;
	padding: 0 2px;
}

.post-nav a {
	text-transform: uppercase;
	color: #2F2F2F;
}

.post-nav a:hover {
	color: #D9683B;
}

.icon-list {
	margin: 5vmax 0 0;
	padding: 0;
	list-style: none;
}

.icon-list li {
	display: inline-block;
	margin-right: 20px;
}

.big-icon-list-section {
	padding: 0;
}

.big-icon-list-item {
	display: flex;
	align-items: center;
	gap: 40px;
}

.big-icon-list-item:not(:first-child) {
	margin-top: 50px;
}

.big-icon-list-image {
	flex-grow: 0;
	flex-shrink: 0;
	width: 128px;
}

.big-icon-list-content {
	flex-grow: 1;
	border-left: 10px solid #E7B136;
	padding-left: 40px;
}

.big-icon-list-headline {
	color: #005663;
	margin-bottom: .5em;
}

.big-icon-list-paragraph {

}

/* ==========================================================================
   Related Articles
   ========================================================================== */

.related-posts {
	clear: both;
}

.post .related-posts {
	padding-top: 0;
}

.related-posts-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
	margin-bottom: 60px;
	border-bottom: 2px solid #E2E2E3;
}

.related-posts-heading h2 {
	font-family: questa-grande, serif;
	font-weight: 700;
	font-style: normal;
	font-size: 28px;
	color: #D9683B;
	margin-bottom: 0px;
	letter-spacing: .05em;
}

.related-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-rows: 1fr;
	column-gap: 20px;
  row-gap: 50px;
}

.related-grid a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
	background: url('../images/ui/related-bg.png') no-repeat left top;
	background-size: cover;
	position: relative;
	padding: 3vw;
	aspect-ratio: 1.5;
}

.related-grid a h3 {
	font-family: 'filson-pro', sans-serif;
	color: #005663;
	text-transform: none;
	font-size: 2vw;
	line-height: 1.1;
	font-weight: 500;
	-webkit-transition: 0.2s color ease;
					transition: 0.2s color ease;
}

.related-grid a:hover {
	background: #D9683B;
}

.related-grid a:hover h3 {
	color: #fff;
}

.related-grid a .arrow-link, .related-grid a .arrow-link:after {
	font-size: 17px;
	color: rgba(0, 0, 0, .50);
}

.related-grid a:hover .arrow-link, .related-grid a:hover .arrow-link:after  {
	color: rgba(0, 0, 0, 1);
}

/* ==========================================================================
   Testimonials
   ========================================================================== */
   
.testimonials-grid {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 60px;
}

.testimonials-grid .masonry-item {
	padding: 15px;
	width: 50%;
	display: none;
}

.testimonials-item {
	padding: 4.5vw;
	background: #F8F5F0;
	position: relative;
	-webkit-transition: 0.2s background ease;
					transition: 0.2s background ease;
}

.testimonials-item blockquote {
	margin: 0;
	padding: 0;
}

.testimonials-item blockquote p {
	font-family: questa-grande, serif;
	font-size: 1.8vw;
	font-weight: 500;
	line-height: normal;
	color: #005663;
	-webkit-transition: 0.2s color ease;
					transition: 0.2s color ease;
}

.testimonials-item cite {
	font-family: questa-grande, serif;
	font-size: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
	font-style: normal;
	color: #D9683B;
	margin-bottom: 1em;
	display: block;
	-webkit-transition: 0.2s color ease;
					transition: 0.2s color ease;
}

.testimonials-item:hover {
	background: #D9683B;
}

.testimonials-item:hover blockquote p {
	color: #FFF;
}

.testimonials-item:hover cite {
	color: #E7B136;
}

/* ==========================================================================
   Awards + Honors
   ========================================================================== */
   
.award-grid {
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 60px;
}

.award {
	flex-basis: calc(33.33333% - 40px);
}

.award .img {
	position: relative;
	aspect-ratio: 3;
	margin-bottom: 30px;
	display: flex;
	align-items: end;
}

.award .img h4 {
	text-transform: none;
	font-size: 2vw;
	color: #005663;
	font-weight: 500;
	border-bottom: 4px solid #F8F5F0;
	padding-bottom: .5em;
	line-height: 1.1;
	width: 100%;
}

/* ==========================================================================
   Contact
   ========================================================================== */
   
.locations-section {
	background: #F8F5F0;
}

.locations-section h2 {
	font-family: questa-grande, serif;
	font-size: 50px;
	font-weight: 700;
	text-transform: none;
	color: #3C3C3C;
	margin-bottom: 30px;
}

.locations-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.location {
	width: calc(50% - 20px);
	display: flex;
	align-items: center;
}

.location-map {
	width: 60%;
	height: 100%;
	position: relative;
}

.location-map a {
	position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.location-map img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: solid #005663;
	border-width: 0 10px 0 0;
	object-fit: cover;
}

.location-info {
	padding: 10px 0 10px 20px;
}

.location-info h3 {
	font-size: 26px;
	color: #005663;
	margin-bottom: 1rem;
}

.location-info p {
	margin-bottom: 1rem;
}

.location-info a {
	color: inherit;
}

.location-info a:hover {
	color: #D9683B;
}

.location-info a.parking-trigger {
	font-weight: 700;
	color: #D9683B;
}

.location-info a.parking-trigger:hover {
	color: #C9C8C6;
}

.location-parking, .location-parking-padding {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.location-parking {
	display: none;
	background: rgba(0, 86, 89, .95);
	z-index: 3;
}

.location-parking-padding {
	padding: 8vw;
	overflow: auto;
}

.location-parking-container {
	display: flex;
	align-items: center;
	gap: 50px;
}

.location-parking img {
	width: 152px;
}

.location-parking .close {
	position: absolute;
	top: 3vw;
	right: 2vw;
}

.location-parking .close img {
	width: 30px;
}

.location-parking-info {
	font-size: 22px;
	color: #FFF;
}

.location-parking-info h4 {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	color: #D9683B;
	display: inline-block;
}

#request h2 {
	font-family: questa-grande, serif;
	font-weight: 700;
	font-style: normal;
	font-size: 50px;
	line-height: 1.1;
	text-transform: none;
	margin-bottom: 35px;
	color: #3C3C3C;
}

#request form {
	margin-top: 2.5vmax;
}

/* ==========================================================================
   FAQs
   ========================================================================== */
   
.faq-section {
	padding-top: 0;
}

.faq-section h2:not(.toggle-heading) {
	font-family: questa-grande, serif;
	font-weight: 700;
	font-size: 40px;
	text-transform: none;
	color: #3C3C3C;
	margin: 5vmax 0 30px;
}

.faq-section .toggle .toggle-heading {
	overflow: hidden;
	letter-spacing: .1em;
}

.faq-nav {
	margin-bottom: 5vmax;
}

.faq-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}

.faq-nav ul li {
	display: inline-block;
	margin-right: 100px;
}

.faq-nav ul li a {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #005663;
}

.faq-nav ul li a:hover {
	color: #D9683B;
}


/* ==========================================================================
   Careers
   ========================================================================== */

#apply form {
	margin-top: 2.5vmax;
}

/* ==========================================================================
   Disclaimer
   ========================================================================== */
   
.disclaimer .header {
	border-bottom: 2px solid #F8F5F0;
}

.disclaimer h1 {
	font-family: questa-grande, serif;
	font-weight: 700;
	font-size: 50px;
	text-transform: none;
	color: #3C3C3C;
	margin-bottom: 35px;
}

/* ==========================================================================
   Toggles
   ========================================================================== */
 
.toggle {
	clear: both;
	position: relative;
	margin: 40px 0;
}

.toggle.mobile-only {
	margin: 0;
}

.toggle .toggle-heading {
	color: #D9683B;
	cursor: pointer;
	margin-bottom: 20px;
	padding-right: 50px;
	padding-bottom: 8px;
	border-bottom: 1px solid #C9C8C6;
	-webkit-transition: 0.2s color ease;
			transition: 0.2s color ease;
}

.toggle.mobile-only .toggle-heading {
	font-size: 18px;
}

.toggle .toggle-heading:hover {
	color: #C9C8C6;
}

.toggle .toggle-heading:after {
	content: url("/images/ui/icon-plus.png");
	position: absolute;
	right: 0;
	top: 1px;
	width: 21px;
	height: 21px;
	-webkit-transition: transform 0.3s linear;
			transition: transform 0.3s linear;
}

.toggle.mobile-only .toggle-heading:after {
	transform: scale(.8);
}

.toggle .toggle-heading.active:after {
	content: url("/images/ui/icon-minus.png");
}

.toggle .toggle-content {
	display: none;
	margin-bottom: 50px;
	overflow: hidden;
}

.toggle:not(.mobile-only) .toggle-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.toggle:not(.mobile-only) .toggle-content ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}

.toggle:not(.mobile-only) .toggle-content ul li:before {
	content: "•";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 24px;
	color: #D9683B;
	line-height: 1;
}

/* ==========================================================================
   Footer
   ========================================================================== */
   
.footer {
 	font-size: 17px;
 	line-height: 28px;
 	color: #EFE7DB;
}
 
.footer .container {
 	width: 100%;
 	padding: 75px 8vw 35px;
 	position: relative;
 	background: #2F2F2F;
}

.footer a {
 	color: #EFE7DB;
}

.footer a:hover {
	color: #D9683B;
}

.footer-top {
	display: flex;
	justify-content: space-between;
}

.connect {
	margin-top: 58px;
	width: 404px;
	max-width: 100%;
}

.footer .logo {
	width: 200px;
	margin-bottom: 30px;
}

.footer-menu {
	margin: 0 0 114px;
	padding: 0;
	list-style: none;
	letter-spacing: .03em;
}

.footer-menu li {
	display: inline-block;
	margin-right: 75px;
}

.footer-menu li a {
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
}

.social {
 	margin: 0 0 30px;
 	padding: 0;
 	list-style: none;
 	letter-spacing: .03em;
}

.social li {
 	display: inline-block;
 	margin-right: 5px;
 	margin-left: 5px;
}

.social li:first-child {
 	font-weight: 500;
 	font-size: 15px;
 	text-transform: uppercase;
 	margin-left: 0px;
 	margin-right: 80px;
}

.social li:last-child {
 	margin-right: 0px;
}

.social li a {
 	font-size: 16px;
 	text-align: center;
 	line-height: 32px;
 	color: #2F2F2F;
 	background: #EFE7DB;
 	width: 32px;
 	height: 32px;
 	border-radius: 50%;
 	display: block;
 	-webkit-transition: 0.2s all ease;
					transition: 0.2s all ease;
}

.social li a:hover {
 	color: #2F2F2F;
 	background: #D9683B;
}
   
.top {
	line-height: 24px;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	bottom: 158px;
	right: 30px;
	cursor: pointer;
	z-index: 2;
	background: #e7b136;
	width: 27px;
	height: 27px;
	border-radius: 50%;
}

.top.is-visible {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	   -moz-transition: opacity .3s 0s, visibility 0s 0s;
					transition: opacity .3s 0s, visibility 0s 0s;
}


.footer-bottom {
	font-size: 14px;
	display: flex;
	justify-content: space-between;
}

.footer-bottom .credit {
	align-self: flex-end;
}

.subscribe {
	display: flex;
	align-items: center;
}

.subscribe > div {
	font-weight: 500;
 	font-size: 15px;
 	text-transform: uppercase;
 	margin-right: 20px;
 	letter-spacing: .03em;
}

.subscribe-form {
	position: relative;
	flex-grow: 1;
}

.subscribe-form input[type="text"] {
	font-size: 18px;
	font-weight: 300;
	color: #EFE7DB;
	padding: 2px 25px 5px 5px;
	height: 27px;
	background: none;
	border-bottom: 1px solid #EFE7DB;
	border-left: none;
	border-right: none;
	border-top: none;
}

.subscribe-form ::-webkit-input-placeholder,
.subscribe-form ::-moz-placeholder,
.subscribe-form :-moz-placeholder,
.subscribe-form ::-ms-input-placeholder {
	font-size: 18px;
	font-weight: 300;
	color: #EFE7DB;
}

.subscribe-form button {
	color: #EFE7DB;
	font-size: 24px;
	line-height: 0;
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	border: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition: 0.2s color ease;
					transition: 0.2s color ease;
}

.subscribe-form button:hover {
	color: #D9683B;
}

.footer .locations {
	display: flex;
	margin: 1em 0;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: .03em;
}

.footer .locations > *:not(:first-child) {
	padding-left: 1em;
	margin-left: 1em;
	border-left: 1px solid;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
   
.btn, .freeform-row button[type="submit"], input[type="submit"] {
	font-family: filson-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	position: relative;
	background: #D9683B;
	padding: 14px 60px;
	max-width: 100%;
	border: none;
	border-radius: 0;
	-webkit-transition: 0.2s all ease;
					transition: 0.2s all ease;
}

.btn:hover, .freeform-row button[type="submit"]:hover, input[type="submit"]:hover {
	background: #E7B136;
	color: #2F2F2F;
}

input[type="file"] {
	position: relative;
	font-weight: 300;
	font-size: 20px;
	line-height: 56px;
	cursor: pointer;
	width: 100%;
	max-width: 100%;
}

/* ==========================================================================
   Forms
   ========================================================================== */

::-webkit-input-placeholder {
  color: #2F2F2F;
}

:-moz-placeholder { /* Firefox 18- */
  color: #2F2F2F;  
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #2F2F2F;  
}

:-ms-input-placeholder {  
  color: #2F2F2F;  
}

textarea:focus, input:focus, button:focus, select:focus {
  outline: 0 !important;
}

input[type="text"], input[type="email"], input[type="password"], textarea {
	font-size: 18px;
	font-weight: 300;
	color: #2F2F2F;
	width: 100%;
  padding: 15px;
  margin: 0;
	border: 1px solid #EFE7DB;
	background: #fff;
	height: 56px;
	line-height: 56px;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
  border-radius: 0;
  -webkit-transition: 0.2s background ease;
    			transition: 0.2s background ease;
}

textarea {
	height: 200px;
}

input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	border-radius: 0;
	
	input[type="submit"]::-moz-focus-inner { border:0; } /* ff specific stuff, yuck*/ 
	input[type="submit"]:focus { background: none; } /* change accordingly depending on your button bg color, this fixes the focus problem when using keyboard to move betweenform elements */
}

label input[type="checkbox"], label input[type="radio"] {
	margin-right: .5em;
}

.select-field {
	display: block;
	position: relative;
  margin: 0;
  overflow: hidden;
  font-size: 18px;
	font-weight: 300;
  background: #fff;
  border: 1px solid #EFE7DB;
  height: 56px;
  line-height: 56px;
  cursor: pointer;
}

.select-field:after {
	content: "\f107";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-weight: 900;
	font-size: 24px;
  text-align: center;
	color: #D9683B;
  position: absolute;
  top: 0;
  right: 15px;
}

.select-field select {
	position: relative;
	display: inline-block;
	z-index: 10;
	font-size: 18px;
	font-weight: 300;
	color: #2F2F2F;
	line-height: 20px;
  padding: 18px 40px 18px 15px;
  width: 100%;
  cursor: pointer;
  border: none;
  z-index: 6;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
	-webkit-border-radius: 0px;
			border-radius: 0;
}

.freeform-row {
  display: flex;
  gap: 14px;
  align-items: center;
}

.freeform-row .freeform-column {
  flex: 1 0 0;
  padding: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.freeform-column hr {
	margin: 1em 0;
	border-color: transparent;
}

.freeform-column h4 {
	color: #D9683B;
}

.freeform-field {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 14px;
}

.column-first_name .freeform-label,
.column-last_name .freeform-label,
.column-email .freeform-label,
.column-phone .freeform-label,
.column-opposing_first_name .freeform-label,
.column-opposing_last_name .freeform-label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border-width: 0;
}

.column-first_name .freeform-field,
.column-last_name .freeform-field,
.column-email .freeform-field,
.column-phone .freeform-field,
.column-opposing_first_name .freeform-field,
.column-opposing_last_name .freeform-field {
	gap: 0;
}

.column-case_type .freeform-label {
	margin-left:;
}

.freeform-label {
	font-weight: 700;
	color: #D9683B;
	line-height: 1.2;
	max-width: 50%;
}

.freeform-label.freeform-required:after {
	content: '*';
	margin-left: .25em;
}

.freeform-label ~ label {
	display: inline-block !important;
	margin-left: .5em;
	text-transform: uppercase;
}

.column-preferred_location label,
.column-preferred_contact_time label,
.column-attorney_name label,
.column-case_type label,
.column-how_did_you_hear_about_us label,
#apply .freeform-label {
	text-transform: uppercase;
	letter-spacing: .1em;
	white-space: nowrap;
}

.freeform-form-has-errors, .freeform-errors {
	color: #ff0000;
}

.freeform-errors {
	font-size: 14px;
	margin: 5px 0 0;
	padding: 0;
	list-style: none;
}


/* ==========================================================================
   Misc
   ========================================================================== */



/* ==========================================================================
   Grid
   ========================================================================== */

.row {
	position: relative;
	
	width: auto;
	margin: 0 -30px;
}

.row.full-width {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.row .row {
    width: auto;
    margin: 0 -30px;
}

*[class*='col-'], *[class*='span-'] {
	float: left;
	padding: 0 30px;
	position: relative;
}

.col-1-1 { width: 100%; float: none; }
.col-1-2 { width: 50%; }
.col-1-3 { width: 33.33333%; }
.col-2-3 { width: 66.66666%; }
.col-1-4 { width: 25%; }
.col-3-4 { width: 75%; }
.col-1-5 { width: 20%; }
.col-2-5 { width: 40%; }
.col-3-5 { width: 60%; }
.col-4-5 { width: 80%; }
.col-3-10 { width: 30%; }
.col-7-10 { width: 70%; }
.span-1 { width: 8.33333%; }
.span-4 { width: 33.33333%; }
.span-7 { width: 58.33333%; }

.spacer-block {
	min-height: 1px;
}

.centered { margin: 0 auto; position: relative; float: none; }

.flex {
	display: flex;
}

.flex-0 {
	flex: 0 0 auto;
}

.flex-1 {
	flex: 1 1 auto;
}

.wrap {
	flex-wrap: wrap;
}

/* ==========================================================================
   Slick Slider
   ========================================================================== */
   
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Theme */
.slick-loading .slick-list {
	background: #fff url('/images/ui/ajax-loader.gif') center center no-repeat;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 28px;
  height: 52px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
	z-index: 9;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: .5;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -5vw;
}

.slick-prev:before {
  content: url(/images/ui/arrow-left.png);
}

.slick-next {
  right: -5vw;
}

.slick-next:before {
  content: url(/images/ui/arrow-right.png);
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 0;
	left: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  content: '';
  text-align: center;
  background: #EFE7DB;
	border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  background: #F5D07C;
}

/* ==========================================================================
   Sliders
   ========================================================================== */
   
.awards-slider {
	padding: 30px 6vw;
	background: #005663;
}

.awards-slider .slick-track {
  display: flex;
  align-items: center;
}

.awards-slider .slick-slide img {
	margin: 0 auto;
	padding: 0 30px;
}

.awards-slider .slick-prev {
	left: 3vw;
}

.awards-slider .slick-next {
	right: 3vw;
}

.featured-slider {
	padding: 50px 0;
}

.featured-slider .slick-track {
  display: flex;
  align-items: center;
}

.featured-slider .slick-slide img {
	margin: 0 auto;
	padding: 0 30px;
}

.careers-slider-section {
	background: #F8F5F0;
	margin-bottom: calc(3vmax + 60px);
	padding: 60px 0;
}

.careers-slider {
	padding-bottom: 60px;
	margin-bottom: calc(-3vmax - 120px) !important;
}

.careers-slider .slide {
	margin: 0 15px;
}

.careers-slider img {
	max-height: 50vh;
}

.quote-slider {
  padding-bottom: 30px;
	margin-bottom: 0px !important;
}

.quote-slider .slick-track {
	display: flex;
	align-items: center;
}

.quote-slider .slick-slide {
	float: none;
}

.quote-slider .slick-prev:before {
  content: url(/images/ui/arrow-left.png);
}

.quote-slider .slick-next:before {
  content: url(/images/ui/arrow-right.png);
}

.quote {
	font-family: questa-grande, serif;
	font-weight: 500;
}

.quote p {
	font-family: filson-pro, sans-serif;
	font-size: 27px;
	line-height: 1.5;
	font-style: italic;
	font-weight: 300;
	color: #005663;
	margin-bottom: 30px;
}

.quote cite {
	font-size: 20px;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 700;
	color: #D9683B;
	margin-right: 20px;
}

.home-services-slider .slick-prev:before {
  content: url(/images/ui/arrow-left-orange.png);
}

.home-services-slider .slick-next:before {
  content: url(/images/ui/arrow-right-orange.png);
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width : 1025px) {

	.toggle.mobile-only .toggle-heading {display: none !important;}
	.toggle.mobile-only .toggle-content {display: block !important; margin: 0;}
	
}

@media only screen and (max-width : 1300px) {

	#wrapper {
		padding-top: 137px;
	}

	.header .container {
		padding: 0 5vw;
	}

	.sf-menu > li > a {
		font-size: 14px;
		padding: 0 10px 10px;
	}

	.footer-top {
		flex-direction: column;
	}
	
	.footer-menu {
		margin: 0;
	}
	
	.connect {
		margin-top: 80px;
		margin-bottom: 80px;
	}
	
	.advisor .photo {
		left: 0;
		right: -10%;
		width: auto;
	}

}

@media only screen and (max-width : 1280px) {
	
	.hero {
		height: 350px;
	}
	
	.blog-grid .masonry-item {
		width: 50%;
	}
	
	.related-grid, .services-grid {
		grid-template-columns: 1fr 1fr;
	}
	
	.award {
		flex-basis: calc(50% - 30px);
	}
	
	.location {
		width: 100%;
	}

	.location-map {
		flex: 0 0 calc(100% - 300px);
	}

	.location-info {
		padding: 20px 40px;
	}

	.location-parking {
		position: fixed;
	}

	.location-parking img {
		width: 100px;
	}

	.location-parking-info {
		font-size: 16px;
	}

	.location-parking-info h4 {
		font-size: 20px;
	}

}

@media only screen and (max-width : 1140px) {

	.advisor-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	.advisor .photo {
		right: -20%;
	}

}

@media only screen and (max-width : 1024px) {
	
	.hamburger {
		display: block;
	}
	
	.sf-menu {
		display: none;
	}
	
	.hero {
		height: 300px;
	}
	
	.side-menu {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	
	.advisor .photo {
		position: absolute;
		height: 450px;
		right: 0;
		top: 0;
		bottom: auto;
		background-size: auto calc(100% + 50px);
		background-position: right bottom;
	}

	.advisor-card {
		margin-top: 50px;
		max-width: 60%;
		padding: 5vw 4vw;
		margin-left: -8vw;
	}

	.advisor-info {
		width: 100%;
	}
	
	.advisor .header {
		position: static;
	}

	.service .hero-content-holder {
		font-size: 4vw;
	}
	
	.footer-bottom {
		flex-direction: column;
	}
	
	.footer-bottom .credit {
		align-self: flex-start;
	}
	
	/*.post .post-heading .post-media img {
		aspect-ratio: 2;
	}*/

	.faq-nav ul li {
		display: block;
	}

}

@media only screen and (min-width : 993px) {
	
	input[type="file"] {
		padding-left: 74px;
	}

	input[type="file"]:after {
		content: 'Choose File +';
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: .05em;
		text-transform: uppercase;
		background: #EFE7DB;
		width: 200px;
		-webkit-transition: 0.2s all ease;
						transition: 0.2s all ease;
	}

	input[type="file"]:hover:after {
		background: #E7B136;
	}

}

@media only screen and (max-width : 992px) {
	
	body {
		font-size: 16px;
	}

	#wrapper {
		padding-top: 138px;
	}

	*[class*='span-'] {
		float: none;
		width: 100%;
	}
	
	.results-grid .masonry-item, .blog-grid .masonry-item, .testimonials-grid .masonry-item {
		width: 100%;
	}
	
	.eyebrow .btn {
		padding: 6px 18px;
		font-size: 12px;
	}

	.connect {
		margin: 3em 0;
	}

	.social li:first-child {
		display: block;
	}

	.social li {
		margin: 10px 10px 0 0;
	}

	.subscribe {
		align-items: start;
		flex-direction: column;
	}

	.footer .locations {
		flex-wrap: wrap;
		row-gap: 1em;
	}

	.footer .footer-bottom .locations > * {
		border: 0;
		padding: 0;
		margin: 0 1em 0 0;
	}

	.home .hero video {
		left: 20%;
	}

	.hero .hero-holder {
		left: 4vw;
		right: 4vw;
		bottom: 4vw;
		max-width: none;
		padding: 5vw 8vw;
		font-size: 16px;
	}

	.hero .hero-holder h2 {
		font-size: 32px;
	}

	.home .hero-intro .intro-heading {
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 1.5em;
	}

	.home .intro-section h2 {
		font-size: 32px;
	}

	.home .hero-intro .intro-text p {
		font-size: 18px;
	}

	#home-services-slider {
		margin-bottom: 0;
	}

	.home-services-slider-slide {
		flex-direction: column-reverse;
		justify-content: start;
	}

	.home-services-slider-content, .home-services-slider-image {
		width: auto;
		padding: 0;
	}

	.home-services-slider-image img {
		position: static;
		height: auto;
	}

	.home-services-slider-content .service-type {
		margin: 1.5em 0;
	}

	.home-services-slider-content h2 {
		font-size: 5vw;
	}

	.slick-prev {
		transform: scale(.75);
		left: auto;
		right: calc(100% + 10px);
	}

	.slick-next {
		transform: scale(.75);
		left: calc(100% + 10px);
		right: auto;
	}

	.quote-slider .slick-prev:before, .quote-slider .slick-next:before {
	  display: none;
	}

	.quote p {
		font-size: 24px;
	}

	.home .latest-news-section .latest-header {
		margin-bottom: 2em;
	}

	.home .latest-news-section .latest-header h2 {
		font-size: 5.25vw;
	}

	.home .latest-news-section .latest-news-featured {
		flex-direction: column-reverse;
	}

	.home .latest-news-section .latest-news-content {
		width: auto;
		padding: 0 0 0 1em;
	}

	.home .latest-news-section .latest-news-content h2 {
		font-size: 5vw;
	}

	.home .latest-news-section .latest-news-image {
		width: auto;
		margin-bottom: 2em;
	}

	.home .latest-news-section .latest-news-image img {
		position: static;
	}

	.page-title h1 {
		font-size: 5vw;
	}

	.sub-menu li {
		padding: 0 14px;
	}

	.sub-menu li a {
		font-size: 14px;
	}

	.page-intro {
		font-size: 18px;
	}

	.block h2 {
		font-size: 5vw;
	}

	.green-h2s h2, .orange-h4s h4 {
		font-size: 24px;
	}

	.testimonials-item, .blog-item, .related-grid a {
		padding: 5vw;
	}

	.testimonials-item cite {
		font-size: 1.25em;
	}

	.testimonials-item blockquote p {
		font-size: 21px;
	}

	.blog-item h2, .related-grid a h3 {
		font-size: 3vw;
	}

	.cta-content {
		flex-direction: column;
	}

	.cta-image {
		width: auto;
	}

	.cta-image img {
		position: static;
		margin-bottom: 2em;
	}

	.cta-text {
		width: auto;
		padding: 0;
	}

	.cta-text h2 {
		font-size: 5vw;
	}

	.advisor h1 {
		font-size: 32px;
	}

	.advisor .advisor-title, .advisor-contact {
		font-size: 16px;
	}
	
	.services-item h2, .post .post-heading h1 {
		font-size: 4vw;
	}

	.locations-section h2, #request h2, .service h1 {
		font-size: 40px;
	}

	.freeform-field {
		display: block;
	}

}

@media only screen and (max-width : 820px) {

	.eyebrow li:nth-child(1), .eyebrow li:nth-child(2) {
		display: none;
	}
	
}

@media only screen and (max-width : 768px) {
	
	*[class*='col-'] {
		float: none;
		width: 100%;
	}

	.blog h1 {
		font-size: 50px;
	}

	.award-grid {
		gap: 30px;
	}
	
	.advisor-grid {
		grid-template-columns: 1fr 1fr;
	}
	
	.related-grid, .services-grid {
		grid-template-columns: 1fr;
		margin-top: 0;
	}
	
	.service .hero {
		height: auto;
	}

	.service .hero video {
		position: relative;
		height: 40vh;
	}

	.service .hero-content-holder {
		position: static;
		width: auto;
		font-size: 32px;
		padding: 8vw;
	}

	.advisor .photo {
		right: -10%;
	}

	.blog-grid .masonry-item, .testimonials-grid .masonry-item {
		width: 100%;
	}
	
	/*.filter-cats {
		text-align: center;
		width: 100%;
	}
	
	.filter-selects {
		grid-template-columns: 1fr;
		width: 100%;
	}*/
	
	.footer .copyright {
		flex-direction: column;
		justify-content: flex-start;
		align-self: flex-start;
	}

	.footer .copyright div {
		align-self: flex-start;
	}
	
	.home-services-slider-content h2 {
		font-size: 7vw;
	}

	.slick-prev {
		transform: scale(.5);
		right: calc(100% + 5px);
	}

	.slick-next {
		transform: scale(.5);
		left: calc(100% + 5px);
	}

	.home .latest-news-section .latest-news-content h2 {
		font-size: 7vw;
	}

	.hero {
		height: auto;
	}
	
	.hero .bkg {
		position: static;
		aspect-ratio: 2;
	}
	
	.page-title, .service .hero .hero-holder {
		position: relative;
		background: #005663;
		padding: 8vw;
		max-width: none !important;
		bottom: 0 !important;
		left: 0;
		right: 0;
	}

	.page-title h1, .service .hero .hero-holder h1 {
		color: #fff;
		font-size: 6vw;
	}

	.sub-menu li:after {
		display: none;
	}

	.blocks {
		flex-direction: column;
	}

	.block {
		width: 100%;
		padding: 5vw !important;
	}

	.block h2 {
		font-size: 7vw;
	}

	.cta-text h2 {
		font-size: 7vw;
	}

	.search .search-form .form-item, .search .search-form .form-item:last-child, .search .search-form .textfield {
		width: 100%;
		float: none;
	}

	.services-item h2, .post .post-heading h1 {
		font-size: 7vw;
	}

	.big-icon-list-item {
		align-items: start;
	}

	.big-icon-list-image {
		width: 100px;
	}

	.blog-item h2, .related-grid a h3 {
		font-size: 5vw;
	}

	.location-parking-container {
		flex-direction: column;
		align-items: start;
		gap: 30px;
	}

	.freeform-row {
		flex-wrap: wrap;
		gap: 0;
	}

	.freeform-row .freeform-column {
		flex-basis: 100%;
	}

}

@media only screen and (max-width: 640px) {
	
	.freeform-row {
	  flex-direction: column;
	  align-items: stretch;
	}
	
	.award {
		flex-basis: 100%;
	}

	.advisor-grid {
		grid-template-columns: 1fr;
	}
	
	.advisor-card {
		max-width: calc(100% + 16vw);
		margin-top: 300px;
		margin-right: -8vw;
		padding: 40px 30px;
	}

	.advisor .advisor-title {
		margin-bottom: 25px;
	}

	.advisor-icon-list li {
		margin-right: 30px;
	}

	.services-grid {
		row-gap: 20px;
	}
	
	.search .alphabet ul li:first-child, .search .alphabet ul li:last-child {
		display: block;
	}
	
	.search .alphabet ul li:first-child {
		margin-bottom: 15px;
	}
	
	.search .alphabet ul li:last-child {
	 	margin-top: 15px;
	}
	
	.search .search-form .form-item {
		margin-bottom: 15px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.search .search-form .textfield:after {
		right: 0;
	}
	
	.page-title h1, .service .hero .hero-holder h1 {
		font-size: 7vw;
	}

	.big-icon-list-item {
		flex-direction: column;
		gap: 0;
	}

	.big-icon-list-image {
		border-left: 10px solid #E7B136;
		padding: 10px 40px;
		width: 170px;
	}

	.location {
		flex-direction: column;
		align-items: stretch;
	}

	.location-map {
		width: 100%;
		aspect-ratio: 1.5;
	}

	.location-map img {
		border-width: 0 0 10px;
	}

	.location-info {
		padding: 40px 0;
	}

}

@media only screen and (max-width: 480px) {
	
	.hamburger a span {
		display: none;
	}

}

@supports (-webkit-overflow-scrolling: touch) {

	.blog {
		background-attachment: scroll !important;
	}

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after,
.row:before,
.row:after,
*[class*='col-']:before,
*[class*='col-']:after,
*[class*='span-']:before,
*[class*='span-']:after {
  content: " ";
  display: table;
}

.clearfix::after,
.row:after,
*[class*='col-']:after,
*[class*='span-']:after {
  clear: both;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
	
	@page  { 
	    margin: 25mm 25mm 25mm 25mm;  
	}
	
	.hidden-on-print, a[href^="#"], .top, .hero, .header, .footer, .related-posts, .awards-slider {
		display: none !important;
	}
	
	.show-on-print {
		display: block !important;
	}
	
	body {
		font-size: 14px;
		line-height: 22px;
		background: none;
	}
	
	p {
		margin-bottom: 15px;
	}
	
	*[class*='col-'], *[class*='span-'] {
		float: none;
		width: 100%;
	}
	
	.toggle {
		margin-bottom: 0px !important;
	}
	
	.toggle .toggle-content {
		display: block !important;
	}
	
	.toggle .toggle-heading:after {
		content: "";
	}
	
	.advisor-info {
		width: 100%;
	}
	
	.advisor .photo {
		display: block !important;
		position: static;
		width: 100%;
		height: 400px;
		margin-top: 50px;
	}
	
  /**,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster *!/
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }*/

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

