/*!
Theme Name: tdd
Theme URI: https://thomasdigital.com/
Author: Thomas Digital
Author URI: https://thomasdigital.com/
Description: Thomas Digital WordPress Theme is based on a starter theme called <code>_s</code>, or <em>underscores</em>.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tdd
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

tdd is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

@font-face {
	font-family: 'Helvetica Neue LT Light';
	src: url('./fonts/helvetica_neue_lt_45_light-webfont.woff2') format('woff2'),
			url('./fonts/helvetica_neue_lt_45_light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica Neue LT Roman';
	src: url('./fonts/helvetica_neue_lt_55_roman-webfont.woff2') format('woff2'),
			url('./fonts/helvetica_neue_lt_55_roman-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica Neue LT Medium';
	src: url('./fonts/helvetica_neue_lt_65_medium-webfont.woff2') format('woff2'),
			url('./fonts/helvetica_neue_lt_65_medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-weight: 900;
	font-size: 13px;
	line-height: 1.6;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

button:focus-visible,
[type="button"]:focus-visible,
[type="reset"]:focus-visible,
[type="submit"]:focus-visible {
	outline: none
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/**
 * 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 are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
 .cf:before,
 .cf:after {
	 content: " "; /* 1 */
	 display: table; /* 2 */
 }
 
 .cf:after {
	 clear: both;
 }
 
 /**
  * For IE 6/7 only
  * Include this rule to trigger hasLayout and contain floats.
  */
 .cf {
	 *zoom: 1;
 }

 .mobile-only {
	display: block;
}

@media screen and (min-width: 768px) {
	.mobile-only {
		display: none;
	}	
}

.no-mobile {
	display: none;
}

@media screen and (min-width: 768px) {
	.no-mobile {
		display: block;
	}	
}

body .hidden {
	display: none;
}

@media screen and (max-width: 767px) {
	.mobile-table {
		overflow-x: scroll;
	}	
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #627B9C;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	font-family: 'Helvetica Neue LT Roman', Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 20px;
	font-weight: 400;
	font-family: 'EB Garamond', 'Times New Roman', Times, serif;
	line-height: 1.5;
	color: #081F40;
}

h1 {
	font-size: 80px;
}

h2 {
	font-weight: 600;
	font-size: 48px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-weight: 600;
	font-size: 30px;
}

h5,
h6 {
	font-weight: 400;
	font-family: 'Helvetica Neue LT Light';
}

h5 {
	font-family: 'Helvetica Neue LT Light';
	font-size: 28px;
}

h6 {
	font-family: 'Helvetica Neue LT Medium';
	font-size: 18px;
}

p {
	margin: 0 0 28px;
	line-height: 28px;
}

p:last-child {
	margin: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
	font-weight: 400;
	font-style: italic;
	font-family: 'Playfair Display', 'Times New Roman', Times, serif;
	font-size: 22px;
	line-height: 1.5;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #F5F9FF;
}

hr {
	background-color: #efefef;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style-type: none;
}

ol {
	list-style: none;
	counter-reset: custom-counter;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

ul li {
	position: relative;
	padding-left: 20px;
}

ul li::before {
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	     -o-border-radius: 0;
	        border-radius: 0;
	content: '';
	width: 4px;
	height: 4px;
	background-color: #0068F2;
}

ol li {
	position: relative;
	padding-left: 20px;
	counter-increment: custom-counter;
}

ol li::before {
	position: absolute;
	left: 0;
	content: counter(custom-counter) ". ";
	color: #0066FF;
	font-weight: 700;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #83B4FF;
	text-decoration: none;
}

.section-content a {
	color: #83B4FF;
	text-decoration: none;
}

.section-content a:hover,
.section-content a:focus,
.section-content a:active {
	color: #0066FF;
	text-decoration: underline;
}

a:hover,
a:focus,
a:active {
	color: #0066FF;
}

button:focus,
a:focus {
	/* outline: 2px solid #087029; */
	/* outline-offset: 2px; */
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 0;
	border: 1px solid #CCC;
	background: #e6e6e6;
	color: #323232;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .gform_wrapper textarea {
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	     -o-border-radius: 10px;
			border-radius: 10px;
	border: 1px solid rgba(45, 92, 124, 0.37);
	padding: 15px 15px;
	font-size: 15px;
	line-height: 1.2;
	color: #627B9C;
	background-color: #FFF;
}

body .gform_wrapper .gfield_error.gfield_contains_required input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .gform_wrapper .gfield_error.gfield_contains_required textarea {
	border-color: #c02b0a;
}

body .gform_wrapper textarea,
body .gform_wrapper.gravity-theme .gfield textarea.large {
	box-sizing: border-box;
	height: 190px;
	resize: vertical;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #CFD1D5;
	padding: 8px 11px;
	font-size: 15px;
	line-height: 1.2;
	color: #2D3436;
	background-color: #FFF;
	box-shadow: 5px 5px 10px rgba(45, 92, 124, 0.1);
}

body .gform_wrapper select,
body .gform_wrapper.gf_browser_gecko select {
	transform: none;
	box-sizing: border-box;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	     -o-border-radius: 0;
			border-radius: 0;
			border: 1px solid #CFD1D5;
			padding: 15px 15px;
	font-size: 15px;
	line-height: 1.2;
	color: #2D3436;
	background-color: #FFF;
	box-shadow: 5px 5px 10px rgba(45, 92, 124, 0.1);
}

textarea {
	width: 100%;
}

body .gform_wrapper .top_label label.gfield_label,
body .gform_wrapper legend.gfield_label {
	margin-bottom: 4px;
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	color: #FFF;
}

body .site-main .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body .site-main .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 0;
}

body .gform_wrapper .gfield_required {
	margin-left: 0;
	color: #FFF;
}

body .site-main .gform_wrapper .top_label div.ginput_container {
	margin-top: 0;
}

body .site-main .gform_wrapper ul li.gfield {
	margin-top: 18px;
}

body .site-main .gform_wrapper .gform_body ul li.gfield:first-of-type {
	margin-top: 0;
}

body .site-main .gform_wrapper ul.gform_fields li.gfield {
	padding-left: 0;
	padding-right: 0;
}

body .site-main .gform_wrapper li.gfield.field_description_below + li.gsection {
	margin: 40px 0 14px !important;
	border-bottom: 0 none;
	padding: 0;
}

body .site-main .gform_wrapper h2.gsection_title {
	font-size: 30px;
	line-height: 36px;
}

body .gform_footer {
	padding-top: 59px;
}

body .gform_wrapper li.hidden_label input {
	margin-top: 0;
}

body .gform_wrapper div.validation_error {
	border: 0 none;
	padding: 0;
}

body .gform_wrapper .top_label .gfield_error {
	width: 100%;
}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	margin-bottom: 0 !important;
	border: 0 none;
	padding: 0;
	background-color: transparent;

}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: none;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	display: none;
}

body .gform_wrapper .gform_heading {
	margin-bottom: 37px;
}

body #connect_form .gform_wrapper .gform_heading {
	margin-bottom: 20px;
}

body .gform_wrapper h3.gform_title {
	margin: 0;
	font-weight: 400;
	font-size: 30px;
	line-height: 41px;
	letter-spacing: 0.05em;
	text-align: center;
}

@media screen and (min-width: 768px) {
	body .gform_wrapper h3.gform_title {
		font-size: 40px;
		line-height: 50px;
	}
}

body .site-main .gform_wrapper .gform_footer input.button,
body .site-main .gform_wrapper .gform_footer input[type="submit"],
body .site-main .gform_wrapper .gform_page_footer input.button,
body .site-main .gform_wrapper .gform_page_footer input[type="submit"] {
	margin-right: 0;
}

.white-popup {
	position: relative;
	margin: 0 auto;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	     -o-border-radius: 10px;
		    border-radius: 10px;
	padding: 20px;
	max-width: 1030px;
	width: auto;
	background-color: #F5F5F5;
	box-shadow: 10px 10px 10px rgba(61, 61, 61, 0.15);
	overflow: visible;
}

@media screen and (min-width: 768px) {
	.white-popup {
		padding: 60px 50px;
	}
}

body .page-form .gform_wrapper .top_label li ul.gfield_radio {
	display: flex;
	justify-content: center;
	align-items: center;

}

body .page-form .gform_wrapper .top_label li ul.gfield_radio li {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 35px;
}

body .page-form .gform_wrapper .gfield_radio li label {
	max-width: none;
	font-weight: 700;
	font-size: 15px;
}

/*--------------------------------------------------------------
 #overrides
--------------------------------------------------------------*/
ul li,
ol li {
	line-height: 25px;
}

/*--------------------------------------------------------------
 #layouts
--------------------------------------------------------------*/
.site {
	background: #fff;
}

@media screen and (max-width: 767px) {
	.site {
		overflow-x: hidden;
	}
}

.container {
	padding-top: 60px;
}

@media screen and (min-width: 768px) {
	.container {
		padding-top: 125px;
		overflow: hidden;
	}
}

.boxed,
.inner-boxed {
	margin-left: auto;
	margin-right: auto;
	min-width: 250px;
	width: 96%;
}

.boxed.full-width {
	width: 100%;
}

@media (min-width: 1200px) {
	.boxed {
		width: 1170px;
	}

	.boxed.full-width {
		width: 100%;
	}

	.boxed.wide {
		width: 100%;
	}

	.boxed.medium {
		width: 1200px;
	}

	.boxed.narrow {
		width: 970px;
	}
}

@media (min-width: 768px) {
	.boxed .boxed {
		width: auto;
	}
}

@media (min-width: 1200px) {
	.boxed .boxed {
		width: auto;
	}
}

@media (min-width: 1360px) {
	.boxed.medium {
		width: 1360px;
	}
}

@media (min-width: 1440px) {
	.boxed.wide {
		width: 1440px;
	}
}

/*--------------------------------------------------------------
 #forms
--------------------------------------------------------------*/
body .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 30px;
}

@media screen and (max-width: 767px) {
	body .gform_wrapper.gravity-theme .gform_footer {
		text-align: center;
	}
}

body .gform_wrapper .gform_validation_errors > h2 {
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
}

body .gform_wrapper .gfield_validation_message,
body .gform_wrapper .validation_message {
	display: none;
}

body .gform_wrapper.gravity-theme .gform_footer,
body .gform_wrapper.gravity-theme .gform_page_footer {
	margin: 0;
	padding: 45px 0 0;
}

/*--------------------------------------------------------------
 #buttons
--------------------------------------------------------------*/
a.btn,
span.btn,
button.btn,
input[type="submit"].btn,
input[type="reset"].btn,
body .gform_footer input[type="submit"],
body .alm-btn-wrap .alm-load-more-btn,
.nav-previous a,
.nav-next a {
	display: inline-block;
	position: relative;
	-webkit-border-radius: 25px;
	   -moz-border-radius: 25px;
	     -o-border-radius: 25px;
		    border-radius: 25px;
	border: 1px solid #1E4B87;
	padding: 14px 30px 10px;
	min-width: 117px;
	height: auto;
	font-weight: 400;
	font-family: 'Helvetica Neue LT Medium', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 21px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	background-color: #1E4B87;
	transition: all 0.3s;
	cursor: pointer;
	z-index: 1;
}


a.btn:hover,
button.btn:hover,
input[type="submit"].btn:hover,
input[type="reset"].btn:hover,
body .gform_footer input[type="submit"]:hover,
body .alm-btn-wrap .alm-load-more-btn:hover,
.nav-previous a:hover,
.nav-next a:hover {
	border-color: #0068F2;
	color: #FFF;
	background-color: #0068F2;
}

.section-slide__buttons a.btn:not(.icon-appointment) {
	border-color: #627B9C;
	color: #1E4B87;
	background-color: transparent;
}

.section-slide__buttons a.btn:not(.icon-appointment):hover {
	color: #FFF;
	background-color: #627B9C;
}

span.btn {
	padding: 0;
	height: 38px;
	line-height: 38px;
}

@media screen and (min-width: 768px) {
	.main-navigation .contact-menu > a,
	#menu-footer-navigation .contact-menu > a {
		display: block;
		position: relative;
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
			 -o-border-radius: 0;
				border-radius: 0;
		border: 3px solid #0066FF;
		padding: 12px 20px;
		min-width: 152px;
		height: auto;
		font-weight: 700;
		font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
		font-size: 17px;
		line-height: 1.2;
		color: #FFF;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		background-color: #0066FF;
		transition: all 0.3s;
		cursor: pointer;
		z-index: 1;
	}

	.main-navigation .contact-menu > a:hover,
	#menu-footer-navigation .contact-menu > a:hover {
		border-color: #081F40;
		color: #FFF;
		background-color: #081F40;
	}
}

.main-navigation .contact-menu > a::before,
#menu-footer-navigation .contact-menu > a::before {
	display: none;
}

input[type="reset"].btn.btn-reset {
	border: 2px solid #A1A1A1;
	padding: 14px 9px 16px;
	color: #A0A0A0;
	background-color: transparent;
}

input[type="reset"].btn.btn-reset:hover {
	border: 2px solid #344470;
	color: #344470;
	background-color: transparent;
}

.section-buttons {
	margin-top: 48px;
}

@media screen and (max-width: 767px) {
	.section-buttons {
		text-align: center;
	}
}

.section-buttons.centered-buttons {
	text-align: center;
}

.section-buttons .btn {
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: middle;
}

.section-buttons .btn:first-child {
	margin-left: 0;
}

.section-buttons .btn:last-child {
	margin-right: 0;
}

/*--------------------------------------------------------------
 #navigation
--------------------------------------------------------------*/
.main-navigation {
	display: block;
}

@media screen and (min-width: 768px) {
	.main-navigation {
		flex-grow: 1;
		width: auto;
	}
}

.menu-header-navigation-container {
	height: 100%;
}
@media screen and (min-width: 768px) {
	.menu-header-navigation-container {
		height: 100%;
	}
}

.main-navigation ul {
    box-sizing: border-box;
    margin: 0;
	padding: 0;
	list-style: none;
}

.main-navigation ul.menu {
    display: block;
    position: fixed;
    left: 0;
    top: 60px;
    height: calc(100% - 60px);
    background-color: #FFF;
    transition: all 0.5s;
    overflow: auto;
    z-index: 999;
}

@media screen and (max-width: 767px) {
	.main-navigation ul.menu {
		width: 280px;
		overflow: hidden;
		overflow-y: auto;
		transform: translateX(-100%);
		transition: all ease-in-out 0.5s;
		box-shadow: 0 20px 20px -10px rgba(35, 35, 35, 0.5);
		opacity: 0;
	}

	.main-navigation.toggled ul.menu {
		transform: translateX(0);
		opacity: 1;
	}
}

@media screen and (min-width: 768px) {
    .main-navigation ul.menu {
        position: relative;
		left: auto;
		top: auto;
        height: auto;
        background-color: transparent;
        overflow: visible;
    }

    .main-navigation ul#primary-menu.menu {
		display: flex;
		justify-content: flex-end;
		align-items: stretch;
        height: 100%;
    }
}

button.menu-toggle {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	     -o-border-radius: 0;
	        border-radius: 0;
    border: 2px solid #0066FF;
    padding: 16px 7px 9px;
    background: transparent none;
}

button.menu-toggle:hover {
    border: 2px solid #0066FF;
}

.menu-toggle,
.main-navigation.toggled ul:not(.menu) {
	display: block;
	cursor: pointer;
}

@media screen and (min-width: 768px) {
	.menu-toggle {
		display: none;
    }
    
    .main-navigation ul,
    .main-navigation ul.menu,
    .main-navigation.toggled ul.menu {
		display: flex;
		justify-content: flex-end;
    }
    
    .main-navigation ul.menu,
    .main-navigation.toggled ul.menu {
        position: relative;
        width: auto;
        box-shadow: none;
    }

    .main-navigation.toggled ul.menu {
        box-shadow: none;
        overflow: visible;
    }
}

@media screen and (max-width: 767px) {
	.main-navigation ul.sub-menu ul.sub-menu {
		padding-left: 10px;

	}
}

@media screen and (min-width: 768px) {
	.main-navigation .menu-header-navigation-container > ul.menu {
		align-items: stretch;
		position: relative;
	}	
}

.menu-toggle .toggle-icon {
    display: block;
    position: relative;
    border-top: 2px solid #0066FF;
    border-bottom: 2px solid #0066FF;
    height: 9px;
	width: 22px;
	cursor: pointer;
}

.menu-toggle .toggle-icon::before {
	display: block;
	position: absolute;
	top: -9px;
	left: 0;
	border-top: 2px solid #0066FF;
	width: 100%;
    height: 0;
	content: '';
	overflow: hidden;
}

.main-navigation ul li {
    padding-left: 0;
}

@media screen and (max-width: 767px) {
	.main-navigation ul li {
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	}

	.main-navigation ul li li:last-child {
		border-bottom: 0 none;
	}
}

@media screen and (min-width: 768px) {
	.main-navigation ul#primary-menu,
	ul#menu-footer-navigation {
		position: relative;
	}

	.main-navigation ul#primary-menu > li:not(.mobile-only),
	#menu-footer-navigation > li:not(.mobile-only) {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		margin-left: 10px;
		margin-right: 10px;
	}

	.main-navigation ul#primary-menu > li:first-child,
	#menu-footer-navigation > li:first-child {
		margin-left: 0;
	}

	.main-navigation ul#primary-menu > li:last-child,
	#menu-footer-navigation > li:last-child {
		margin-right: 0;
	}
}

@media screen and (min-width: 1170px) {
	.main-navigation ul#primary-menu > li,
	#menu-footer-navigation > li {
		margin-left: 15px;
		margin-right: 15px;
	}
}

.main-navigation ul li:before {
    display: none;
}

.main-navigation ul ul {
	background-color: transparent;
}

@media screen and (min-width: 768px) {
    .main-navigation ul ul {
        display: block;
        position: absolute;
        top: 100%;
        left: -999em;
		padding-top: 10px;
		padding-bottom: 10px;
        width: 200px;
		z-index: 99999;
		background-color: #FFF;
		box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	}
	
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
        left: auto;
    }

    .main-navigation ul li:last-child:hover > ul,
    .main-navigation ul li:last-child.focus > ul {
        right: 0;
	}

	.main-navigation .menu-header-navigation-container > ul > li > ul > li:hover > ul {
		left: 100%;
		top: 0;
	}
	
	.main-navigation .menu-header-navigation-container > ul > li > ul > li:last-child:hover > ul {
		right: 100%;
		top: 0;
	}
}

.main-navigation li,
#menu-footer-navigation li {
	position: relative;
}

.main-navigation a,
#menu-footer-navigation a {
    display: block;
	position: relative;
	margin: 0;
	padding: 10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
    color: #1E4B87;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.main-navigation a {
		padding: 0;
		font-size: 13px;
		text-align: center;
	}

	.main-navigation .mobile-only {
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	.main-navigation a {
		font-size: 16px;
	}
}

.main-navigation ul ul a {
    padding-left: 25px;
}

.main-navigation ul ul a::before {
    position: absolute;
    left: 16px;
    top: 10px;
    content: '\208B';
    font-size: 10px;
    color: #4D4F53;
}

@media screen and (min-width: 768px) {
    .main-navigation ul ul a {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		color: #081F40;
    }

    .main-navigation ul ul a:before {
        display: none;
    }
}

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_ancestor > a,
.main-navigation li.current-menu-parent > a,
#menu-footer-navigation a:hover,
#menu-footer-navigation a:focus,
#menu-footer-navigation li.current-menu-item > a,
#menu-footer-navigation li.current_page_ancestor > a,
#menu-footer-navigation li.current-menu-parent > a {
    color: #0068F2;
}

@media screen and (max-width: 767px) {
    .main-navigation a:hover,
    .main-navigation a:focus,
	.main-navigation li.current-menu-item > a,
	.main-navigation li.current_page_ancestor > a {
		color: #0068F2;
	}
}

@media screen and (min-width: 768px) {
	.main-navigation #primary-menu > li:not(.contact-menu) > a,
	#menu-footer-navigation #primary-menu > li:not(.contact-menu) > a {
		display: inline-block;
		position: relative;
		border-top: 1px solid transparent;
		border-bottom: 1px solid transparent;
		padding-top: 6px;
		padding-bottom: 6px;
	}

	.main-navigation #primary-menu > li.menu-item-has-children > a {
		position: relative;
	}

	.main-navigation #primary-menu > li.menu-item-has-children > a::after {
		display: inline-block;
		position: relative;
		content: '';
		margin-left: 4px;
		margin-bottom: 2px;
		width: 8px;
		height: 5px;
		vertical-align: middle;
		background-color: transparent;
		background-image: url(./img/common/icon_down.svg);
		background-attachment: scroll;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 8px 5px;
	}

	.main-navigation #primary-menu > li.current-menu-item,
	.main-navigation #primary-menu > li.current_page_ancestor,
	.main-navigation #primary-menu > li.current-menu-parent {
		position: relative;
	}

	.main-navigation #primary-menu > li.current-menu-item::before,
	.main-navigation #primary-menu > li.current_page_ancestor::before,
	.main-navigation #primary-menu > li.current-menu-parent::before {
		display: block;
		position: absolute;
		left: 0;
		top: auto;
		bottom: 0;
		content: '';
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
		     -o-border-radius: 0;
			    border-radius: 0; 
		width: 100%;
		height: 3px;
		background-color: #FFBF00;
	}

	.main-navigation ul ul a:hover,
    .main-navigation ul ul a:focus,
	.main-navigation ul ul li.current-menu-item > a,
	.main-navigation ul ul li.current-page-item > a,
	.main-navigation ul ul li.current_page_ancestor > a,
	#menu-footer-navigation ul ul a:hover,
    #menu-footer-navigation ul ul a:focus,
	#menu-footer-navigation ul ul li.current-menu-item > a,
	#menu-footer-navigation ul ul li.current-page-item > a,
	#menu-footer-navigation ul ul li.current_page_ancestor > a {
		color: #0066FF;
	}
}

/*--------------------------------------------------------------
 #components
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
	justify-content: center;
	align-self: center;
}

@media screen and (min-width: 768px) {
	.comment-navigation .nav-links,
	.posts-navigation .nav-links,
	.post-navigation .nav-links {
		justify-content: flex-start;
	}
}

.nav-links > div:not(:first-child) {
	margin-left: 5px;
}

.nav-links > div:not(:last-child) {
	margin-right: 5px;
}
/* .comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
} */

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
 #header
--------------------------------------------------------------*/
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	background-color: #FFF;
	transition: all 0.3s;
	z-index: 9999;
}

.site-header > .boxed {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
}

@media screen and (min-width: 768px) {
	.site-header > .boxed {
		justify-content: stretch;
		align-items: stretch;
		height: 90px;
	}
}

.logo-wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 10px;
}

@media screen and (max-width: 767px) {
	.logo-wrapper {
		max-height: 45px;
	}
}

@media screen and (min-width: 768px) {
	.logo-wrapper {
		max-width: 152px;
	}
}

.logo-wrapper img {
	display: block;
	width: auto;
	max-height: 45px;
}

@media screen and (min-width: 768px) {
	.logo-wrapper img {
		max-height: 85px;
	}
}

.site-link {
	line-height: 1;
}

.header-nav {
	flex-grow: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.header-nav {
		flex-grow: 1;
		align-items: stretch;
	}
}

@media screen and (min-width: 768px) {
	.menu-primary-container,
	#primary-menu {
		height: 100%;
	}
}

/*--------------------------------------------------------------
 #slideshow
--------------------------------------------------------------*/
.slide-item {
	width: 100%;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media screen and (min-width: 1440px) {
	.slide-item {
		background-size: contain;
	}
}

.slide-item .boxed {
	position: relative;
	width: 100%;
	max-height: 606px;
}

@media screen and (min-width: 768px) {
	.slide-item .boxed {
		max-width: 1440px;
	}
}

.slide_bg {
	display: block;
	position: relative;
	width: 100%;
	max-width: 1440px;
	height: auto;
	z-index: 1;
}

.slide_content {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	margin-left: 60px;
	margin-right: 60px;
	padding-left: 0;
	padding-right: 0;
	width: calc(100% - 120px);
	height: 100%;
	text-align: center;
	z-index: 5;
}

@media screen and (min-width: 768px) {
	.slide_content {
		align-items: flex-start;
		margin-left: auto;
		margin-right: auto;
		padding-left: 95px;
		padding-right: 95px;
		width: 100%;
		text-align: left;
	}
}

@media screen and (min-width: 960px) {
	.slide_content {
		padding-left: 135px;
		padding-right: 135px;
	}
}

.slide-heading {
	margin-bottom: 12px;
	max-width: 720px;
	font-weight: 400;
	font-size: 22px;
	line-height: 1;
	color: #fff;
}

@media screen and (min-width: 600px) {
	.slide-heading {
		font-size: 38px;
	}
}

@media screen and (min-width: 768px) {
	.slide-heading {
		font-size: 62px;
	}
}

@media screen and (min-width: 960px) {
	.slide-heading {
		font-size: 76px;
	}
}

.slide-item .boxed p {
	max-width: 720px;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.2;
	color: #fff;
}

@media screen and (min-width: 600px) {
	.slide-item .boxed p {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	.slide-item a.btn {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 600px) {
	.slide-item a.btn {
		padding: 11px 14px 11px;
		min-width: 145px;
		font-size: 12px;
	}
}

/*--------------------------------------------------------------
 #headline
--------------------------------------------------------------*/
.page-headline {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #EFF3F6;
	background-image: url(./img/content/headline_bg_large.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.page-headline .boxed {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	box-sizing: border-box;
	padding-top: 40px;
	padding-bottom: 40px;
	z-index: 5;
}

@media screen and (min-width: 768px) {
	.page-headline .boxed {
		align-items: flex-start;
		padding-top: 80px;
		padding-bottom: 81px;
		min-height: 300px;
	}
}

.page-headline h1.page-title,
.page-headline strong.page-title {
	display: block;
	position: relative;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 35px;
	line-height: 1.3;
	letter-spacing: -0.04em;
	font-family: 'EB Garamond', 'Times New Roman', Times, serif;
	text-align: center;
	text-shadow: 0 2px 15px #FFF;
}

@media screen and (min-width: 768px) {
	.page-headline h1.page-title,
	.page-headline strong.page-title {
		font-size: 80px;
		line-height: 104px;
		text-align: left;
	}
}

.page-headline strong.page-subheading {
	display: block;
	position: relative;
	margin-top:-4px;
	font-weight: 400;
	font-size: 25px;
	line-height: 1.3;
	font-family: 'Helvetica Neue LT Light', Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: 0 2px 15px #FFF;
}

@media screen and (min-width: 768px) {
	.page-headline strong.page-subheading {
		padding-left: 6px;
		font-size: 28px;
		line-height: 40px;
		text-align: left;
	}
}

/*--------------------------------------------------------------
 #flexible
--------------------------------------------------------------*/
/* .content-section.section-white-bg {
	background-color: #FFF;
}

.content-section.section-gray-bg {
	background-color: #F6F6F6;
} */

h1.section-main-heading {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.3;
	color: #FFF;
	text-align: center;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
	h1.section-main-heading {
		font-size: 70px;
	}
}

@media screen and (min-width: 1170px) {
	h1.section-main-heading {
		font-size: 100px;
	}
}

h2.section-mini-heading {
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #B2BEC3;
	letter-spacing: 0.2em;
	text-align: center;
	text-transform: uppercase;
}

h1.section-heading,
h2.section-heading,
strong.section-heading {
	display: block;
	margin-bottom: 30px;
	font-weight: 400;
	font-family: 'EB Garamond', 'Times New Roman', Times, serif;
	font-size: 30px;
	line-height: 1.2;
	color: #1E4B87;
	letter-spacing: -0.03em;
	text-align: center;
}

@media screen and (min-width: 768px) {
	h1.section-heading,
	h2.section-heading,
	strong.section-heading {
		font-size: 36px;
		line-height: 46px;
	}
}

h2.section-subheading,
strong.section-subheading {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	min-height: 80px;
	font-weight: 400;
	font-size: 25px;
	line-height: 31px;
	color: #2D3436;
	text-align: left;
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	h2.section-subheading,
	strong.section-subheading {
		justify-content: center;
		padding-bottom: 30px;
		text-align: center;
	}
}

.section-subheading::before {
	display: block;
	position: absolute;
	left: calc(50% - 40px);
	top: auto;
	bottom: 5px;
	content: '';
	width: 80px;
	height: 10px;
	background-color: #B2BEC3;
}

@media screen and (min-width: 768px) {
	.section-subheading::before {
		display: block;
		position: absolute;
		left: -40px;
		top: 0;
		bottom: auto;
		content: '';
		width: 10px;
		height: 100%;
		background-color: #B2BEC3;
	}
}

.section-highlight,
.tab-area__highlight {
	margin-bottom: 25px;
	font-weight: 400;
	font-family: 'Helvetica Neue LT Light', Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 32px;
	text-align: center;
	color: #1E4B87;
}

@media screen and (min-width: 768px) {
	.section-highlight,
	.tab-area__highlight {
		text-align: left;
	}
}

.section-content {
	color: #627B9C;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.section-content {
		text-align: left;
	}
}

/*--------------------------------------------------------------
 #grid
--------------------------------------------------------------*/
.grid-flex {
	display: flex;
	justify-content: stretch;
}

.grid-flex.vcenter {
	align-items: center;
}

/*--------------------------------------------------------------
 #icons
--------------------------------------------------------------*/
a.icn,
i.icn {
	display: inline-block;
	box-sizing: border-box;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
		    border-radius: 50%;
	border: 1px solid rgba(248, 249, 253, 0.3);
	width: 32px;
	height: 32px;
	text-align: left;
	text-indent: -9999em;
	text-decoration: none;
	/* background: transparent url(./img/common/icon_sprite.png) no-repeat 0 0; */
	overflow: hidden;
}

a.icn.fb-icon {
	background-color: transparent;
	background-image: url(./img/common/icon_fb.svg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 7px 14px;
}

a.icn.li-icon {
	background-color: transparent;
	background-image: url(./img/common/icon_li.svg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px 12px;
}

a.icn.ig-icon {
	background-color: transparent;
	background-image: url(./img/common/icon_ig.svg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px 12px;
}

a.icn.fb-icon:hover {
	border-color: #FFF;
}

a.icn.li-icon:hover {
	border-color: #FFF;
}

a.icn.ig-icon:hover {
	border-color: #FFF;
}

i.icn {
	vertical-align: top;
}

i.icn-address {
	margin-right: 19px;
}

/*--------------------------------------------------------------
 #tabs
--------------------------------------------------------------*/
.tabs-wrap {
	display: flex;
	justify-content: stretch;
	align-items: stretch;
	position: relative;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	     -o-border-radius: 0;
	        border-radius: 0;
	background-color: transparent;
}

.tabs-sidebar {
	flex-shrink: 0;
	margin-right: 30px;
	position: relative;
	width: 100%;
	max-width: 370px;
}

@media screen and (min-width: 768px) {
	.tabs-sidebar {
		max-width: 250px;
	}
}

@media screen and (min-width: 1170px) {
	.tabs-sidebar {
		max-width: 370px;
	}
}

.tabs-sidebar .section-heading {
	margin-bottom: 51px;
	border-bottom: 1px solid rgba(115, 114, 150, 1);
	padding-bottom: 9px;
	font-weight: 400;
	font-family: 'EB Garamond', Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 47px;
	letter-spacing: -0.03em;
	text-align: left;
}

ul.tab-list {
	box-sizing: border-box;
	margin-bottom: 0;
	padding: 0;
}

ul.tab-list li {
	margin-bottom: 15px;
	padding-left: 0;
	line-height: 1;
}

ul.tab-list li:last-child {
	margin-bottom: 0;
}

ul.tab-list li::before {
	display: none;
}

ul.tab-list li a {
	display: block;
	position: relative;
	padding-left: 0;
	font-weight: 400;
	font-family: 'Helvetica Neue LT Medium', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 21px;
	color: #627B9C;
	text-align: left;
	text-decoration: none;
	/* transition: padding 0.3s; */
}

ul.tab-list li a::before {
	display: inline-block;
	position: relative;
	content: '';
	margin-right: 0;
	width: 0;
	height: 10px;
	vertical-align: middle;
	background: transparent url(./img/common/yellow_right_arrow.svg) no-repeat right center;
	background-size: 21px 10px;
	transition: all 0.3s;
	overflow: hidden;
}

ul.tab-list li a:hover:before,
ul.tab-list li.ui-state-active a::before {
	margin-right: 5px;
	width: 21px;
}

ul.tab-list li a:hover,
ul.tab-list li.ui-state-active a {
	color: #0068F2;
}

.tab-content {
	flex-grow: 1;
	box-sizing: border-box;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	     -o-border-radius: 0;
			border-radius: 0;
	padding: 13px 0 0;
	background-color: transparent;
}

.mobile-tab-select {
	box-sizing: border-box;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
	width: 100%;
	padding: 10px 5px;
}

/*--------------------------------------------------------------
 #lightbox
--------------------------------------------------------------*/
/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}

/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}

/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}


/*--------------------------------------------------------------
 #slider
--------------------------------------------------------------*/
.slick-arrow {
	display: block;
	position: absolute;
	top: calc(50% - 30px);
	border: 0 none;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	        border-radius: 50%;
	padding: 0;
	width: 60px;
	height: 60px;
	text-align: left;
	text-indent: -9999em;
	cursor: pointer;
	overflow: hidden;
	transition: all 0.3s;
	opacity: 0.3;
	z-index: 9;
}

.slick-arrow.slick-prev {
	left: -76px;
	background: rgba(30, 75, 135, 1) url(./img/common/arrow_left.svg) no-repeat center;
	background-size: 11px 20px;
}

@media screen and (max-width: 1199px) {
	.slick-arrow.slick-prev {
		left: calc(50% - 80px);
		bottom: -80px;
		top: auto;
	}
}

.slick-arrow.slick-next {
	right: -76px;
	background: rgba(30, 75, 135, 1) url(./img/common/arrow_right.svg) no-repeat center;
	background-size: 11px 20px;
}

@media screen and (max-width: 1199px) {
	.slick-arrow.slick-next {
		right: calc(50% - 80px);
		bottom: -80px;
		top: auto;
	}
}

.slick-arrow.slick-prev:hover {
	opacity: 1;
}

.slick-arrow.slick-next:hover {
	opacity: 1;
}

.slick-slider ul.slick-dots {
	position: absolute;
	left: 0;
	bottom: 20px;
	margin: 0;
	width: 100%;
	font-size: 0;
	line-height: 1;
	text-align: center;
	z-index: 6;
}

@media screen and (min-width: 768px) {
	.slick-slider ul.slick-dots {
		bottom: 39px;
	}
}

.slick-slider ul.slick-dots li {
	display: inline-block;
	margin-left: 9px;
	margin-right: 9px;
	padding: 0;
}

.slick-slider ul.slick-dots li:first-child {
	margin-left: 0;
}

.slick-slider ul.slick-dots li:last-child {
	margin-right: 0;
}

.slick-slider ul.slick-dots li::before {
	display: none;
}

.slick-slider ul.slick-dots li button {
	display: block;
	border: 0 none;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	        border-radius: 50%;
	padding: 0;
	width: 12px;	
	height: 12px;	
	text-align: left;
	text-indent: -9999em;
	background-color: #C4C4C4;
	overflow: hidden;
	cursor: pointer;
}

.slick-slider ul.slick-dots li button:hover,
.slick-slider ul.slick-dots li.slick-active button {
	background-color: #0FA63F;
}

/*--------------------------------------------------------------
 #default
--------------------------------------------------------------*/
/* --------- 404 --------- */
.default-404 {
	box-sizing: border-box;
	padding-top: 50px;
	padding-bottom: 50px;
}

.default-404 .boxed {
	min-height: calc(100vh - 100px);
}

/* --------- NO CONTENT --------- */
.content-none {
	padding-top: 100px;
	padding-bottom: 100px;
}

.content-none .boxed {
	text-align: center;
	opacity: 0.5;
}

/* --------- TOP BAR --------- */
.default-top-bar {
	padding-top: 9px;
	padding-bottom: 10px;
	background-color: #627B9C;
}

.default-top-bar,
.default-top-bar li {
	line-height: 16px;
}

.default-top-bar .boxed {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.default-top-bar,
.default-top-bar a {
	font-size: 13px;
	color: #FFF;
}

.default-top-bar,
.default-top-bar a {
	text-decoration: none;
}

.default-top-bar a:hover,
.default-top-bar a:focus,
.default-top-bar .current_page_item > a {
	color: #B8D5FC;
}

.default-top-bar ul.menu {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
}

.default-top-bar ul ul {
	display: none;
}

.default-top-bar ul.menu li {
	margin-bottom: 0;
	padding-left: 0;
}

.default-top-bar ul.menu li:not(:first-child) {
	margin-left: 15px;
}

.default-top-bar ul.menu li:not(:last-child) {
	margin-right: 15px;
}

.default-top-bar ul.menu li::before {
	display: none;
}

.default-top-bar .topbar_phone {
	margin-left: 30px;
}

/* --------- CALL-TO-ACTION BAR --------- */
.default-cta-bar {
	padding-top: 34px;
	padding-bottom: 33px;
	background-color: #1E4B87;
	background-image: url(./img/content/cta_bar_bg.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.default-cta-bar .boxed {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

@media screen and (max-width: 1169px) {
	.default-cta-bar .boxed {
		flex-direction: column;
	}
}

.default-cta-bar .cta-content {
	text-align: center;
}

@media screen and (max-width: 1169px) {
	.default-cta-bar .cta-content {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 767px) {
	.default-cta-bar .cta-content {
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 1170px) {
	.default-cta-bar .cta-content {
		margin-right: 22px;
	}
}

.default-cta-bar .cta-content h2 {
	margin-bottom: 0;
	font-weight: 400;
	font-family: 'EB Garamond', 'Times New Roman', Times, serif;
	font-size: 36px;
	line-height: 47px;
	color: #FFF;
	letter-spacing: -0.03em;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.default-cta-bar .cta-content h2 {
		line-height: 1;
	}
}

.default-cta-bar .section-buttons {
	margin-top: 0;
}

@media screen and (min-width: 1170px) {
	.default-cta-bar .section-buttons {
		margin-left: 22px;
	}
}

.default-cta-bar a.btn {
	position: relative;
	border-color: #0068F2;
	background-color: #0068F2;
}

.default-cta-bar a.btn:hover {
	border-color: #FFF;
	color: #0068F2;
	background-color: #FFF;
}

.default-cta-bar a.btn::before {
	display: inline-block;
	content: '';
	margin-right: 5px;
	width: 14px;
	height: 16px;
	vertical-align: middle;
	background-color: transparent;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(./img/common/icon_appointment.svg);
	background-size: 14px 16px;
}

/* --------- HEADING & TEXT --------- */
.content-heading-text {
	position: relative;
	padding-top: 54px;
	padding-bottom: 67px;
}

.content-tabs {
	display: flex;
	justify-content: stretch;
	align-items: stretch;
	position: relative;
}

@media screen and (max-width: 767px) {
	.content-tabs {
		flex-direction: column;
	}
}

.content-tabs__sidebar {
	position: relative;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.content-tabs__sidebar {
		order: 2;
		margin-top: 30px;
	}
}

@media screen and (min-width: 768px) {
	.content-tabs__sidebar {
		flex-shrink: 0;
		margin-right: 30px;
		max-width: 250px;
	}
}

@media screen and (min-width: 1170px) {
	.content-tabs__sidebar {
		max-width: 370px;
	}
}

.content-tabs__widget:not(:last-child) {
	margin-bottom: 51px;
}

.content-tabs__sidebar nav[class^="menu-"] ul {
	margin-bottom: 0;
}

.content-tabs__sidebar nav[class^="menu-"] li {
	padding-left: 0;
}

@media screen and (max-width: 767px) {
	.content-tabs__sidebar nav[class^="menu-"] li {
		text-align: center;
	}
}

.content-tabs__sidebar nav[class^="menu-"] li:not(:last-child) {
	margin-bottom: 15px;
}

.content-tabs__sidebar nav[class^="menu-"] li::before {
	display: none;
}

.content-tabs__sidebar nav[class^="menu-"] ul ul {
	display: none;
}

.content-tabs__sidebar nav[class^="menu-"] a {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	padding-right: 30px;
	width: 100%;
	max-width: 270px;
	font-weight: 400;
	font-family: 'Helvetica Neue LT Medium', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 21px;
	color: #0068F2;
	text-align: left;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.content-tabs__sidebar nav[class^="menu-"] a {
		display: block;
	}
}

.content-tabs__sidebar nav[class^="menu-"] a:hover,
.content-tabs__sidebar nav[class^="menu-"] li.current-menu-item a,
.content-tabs__sidebar nav[class^="menu-"] li.current_page_ancestor a,
.content-tabs__sidebar nav[class^="menu-"] li.current-menu-parent a {
	color: #1E4B87;
	text-decoration: underline;
}

.content-tabs__sidebar nav[class^="menu-"] a::before {
	display: block;
	position: absolute;
	right: 0;
	top: 7px;
	content: '';
	margin-right: 0;
	width: 22px;
	height: 11px;
	background: transparent url(./img/common/yellow_right_arrow.svg) no-repeat right center;
	background-size: 22px 11px;
	overflow: hidden;
}

.content-tabs__sidebar nav[class^="menu-"] a:hover::before,
.content-tabs__sidebar nav[class^="menu-"] li.current-menu-item a::before,
.content-tabs__sidebar nav[class^="menu-"] li.current_page_ancestor a::before,
.content-tabs__sidebar nav[class^="menu-"] li.current-menu-parent a::before {
	filter: brightness(0) saturate(100%) invert(23%) sepia(11%) saturate(7381%) hue-rotate(191deg) brightness(95%) contrast(89%);
}

.tab-widget__heading {
	display: block;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(115, 114, 150, 0.5);
	padding-bottom: 9px;
	font-weight: 400;
	font-family: 'EB Garamond', Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 47px;
	color: #1E4B87;
	letter-spacing: -0.03em;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.tab-widget__heading {
		margin-bottom: 51px;
		text-align: left;
	}
}

.content-tabs__content {
	box-sizing: border-box;
	padding: 13px 0 0;
}

@media screen and (max-width: 767px) {
	.content-tabs__content {
		order: 1;
	}
}

@media screen and (min-width: 768px) {
	.content-tabs__content {
		flex-grow: 1;
	}
}

.content-tabs__section:not(:last-child) {
    margin-bottom: 28px;
}

.tab-area__heading {
    display: block;
    margin-bottom: 32px;
    font-weight: 600;
    font-family: 'EB Garamond', 'Times New Roman', Times, serif;
    font-size: 48px;
    line-height: 63px;
    color: #1E4B87;
    letter-spacing: -0.03em;
    text-align: center;
}

.area-type-two .tab-area__heading {
    margin-bottom: 11px;
	font-weight: 400;
    font-size: 36px;
    line-height: 47px;
}

@media screen and (min-width: 768px) {
    .tab-area__heading,
    .area-type-two .tab-area__heading {
        text-align: left;
    }
}

.tab-area__highlight {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 21px;
}

@media screen and (max-width: 767px) {
    .tab-area__highlight {
        flex-direction: column;
    }
}

@media screen and (min-width: 768px) {
    .tab-area__highlight {
        justify-content: stretch;
        align-items: flex-start;
    }
}

.tab-area__highlight .highlight__image {
    position: relative;
    margin-right: auto;
    width: 100%;
    max-width: 370px;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .tab-area__highlight .highlight__image {
        margin-left: auto;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    .tab-area__highlight .highlight__image {
        flex-shrink: 0;
        margin-right: 30px;
        max-width: 230px;
    }
}

@media screen and (min-width: 1170px) {
    .tab-area__highlight .highlight__image {
        max-width: 370px;
    }
}

.tab-area__highlight .highlight__image img {
    display: block;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	     -o-border-radius: 4px;
	        border-radius: 4px;
}

.tab-area__highlight .highlight__content {
    font-weight: 400;
    font-family: 'Helvetica Neue LT Light', Arial, Helvetica, sans-serif;
    font-size: 21px;
    line-height: 32px;
	text-align: left;
	color: #1E4B87;
}

@media screen and (min-width: 768px) {
    .tab-area__highlight .highlight__content {
        flex-grow: 1;
    }
}

@media screen and (min-width: 1170px) {
    .tab-area__highlight .highlight__content {
        padding-top: 10px;
    }
}

ul.tab-area__list {
    margin-top: 11px;
    margin-bottom: 0;
}

ul.tab-area__list li {
    padding-left: 32px;
}

ul.tab-area__list li:not(:last-child) {
    margin-bottom: 10px;
}

ul.tab-area__list li::before {
	top: 6px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	     -o-border-radius: 0;
	        border-radius: 0;
    width: 16px;
    height: 15px;
    background: transparent url(./img/common/icon_check.svg) no-repeat center;
    background-size: 16px 15px;
}

ul.tab-area__list li strong {
    color: #1E4B87;
}

.content-tabs__section.area-type-three {
    margin-bottom: 0;
}

.tab-area__blocks {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

@media screen and (max-width: 767px) {
    .tab-area__blocks {
        flex-direction: column;
    }
}

@media screen and (min-width: 768px) {
    .tab-area__blocks {
        justify-content: stretch;
        margin-left: -15px;
        margin-right: -15px;
    }

	.tab-area__blocks.blocks-single {
        justify-content: stretch;
		align-items: flex-start;
    }
}

.tab-area__block {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
    width: 100%;
    max-width: 370px;
}

.blocks-single .tab-area__block {
	margin-bottom: 0;
	width: auto;
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .tab-area__block {
        width: calc(50% - 30px);
        max-width: calc(50% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }

	.blocks-single .tab-area__block {
		width: 100%;
        max-width: 100%;
	}
}

.tab-area__block img {
    margin-bottom: 0;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	     -o-border-radius: 4px;
	        border-radius: 4px;
}

.blocks-single .tab-area__block img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.tab-block__title {
    display: block;
	margin-top: 28px;
    font-weight: 600;
    font-family: 'EB Garamond', 'Times New Roman', Times, serif;
    font-size: 30px;
    line-height: 39px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #1E4B87;
}

@media screen and (min-width: 768px) {
    .tab-block__title {
        text-align: left;
    }
}

.tab-block__text {
    margin-top: 12px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .tab-block__text {
        text-align: left;
    }
}

.tab-area__credits {
	margin-top: 12px;
	margin-bottom: 28px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.tab-area__credits {
		text-align: left;
	}
}

.tab-area__reviews {
    overflow: hidden;
}

.review-block__rate {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .review-block__rate {
        flex-direction: column;
    }
}

@media screen and (min-width: 768px) {
    .review-block__rate {
		justify-content: stretch;
    }
}

@media screen and (max-width: 767px) {
    .rate-box {
        margin-bottom: 30px;
		text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .rate-box {
		flex-shrink: 0;
		margin-right: 40px;
    }
}

@media screen and (min-width: 1170px) {
    .rate-box {
		margin-right: 85px;
    }
}

.review-block__rate blockquote {
	position: relative;
	box-sizing: border-box;
	font-style: italic;
	font-weight: 400;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: #627B9C;
}

@media screen and (min-width: 768px) {
	.review-block__rate blockquote {
		flex-grow: 1;
		padding-left: 42px;
		text-align: left;
	}
}

@media screen and (min-width: 768px) {
	.review-block__rate blockquote::before {
		display: block;
		position: absolute;
		left: 0;
		top: 6px;
		content: '';
		width: 22px;
		height: 17px;
		background: transparent url(./img/common/icon_quote.svg) no-repeat left top;
		background-size: 22px 17px;
	}
}

.rate-box strong,
.rate-box span {
    display: block;
}

.rating-average {
    font-weight: 600;
    font-family: 'EB Garamond', 'Times New Roman', Times, serif;
    font-size: 48px;
    line-height: 63px;
    letter-spacing: -0.04em;
    color: #1E4B87;
}

.rating-text {
	margin-bottom: 7px;
    text-transform: uppercase;
}

.rating-stars {
    margin-bottom: 8px;
    line-height: 1;
}

.rating-stars i {
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    line-height: 1;
    color: #FFBF00;
}

.rating-count {
    font-size: 13px;
    line-height: 16px;
}

ul.review-block__well {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    ul.review-block__well {
        flex-direction: column;
    }
}

@media screen and (min-width: 768px) {
    ul.review-block__well {
        justify-content: stretch;
        align-items: stretch;
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
    }
}

ul.review-block__well li {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(115, 114, 150, 0.5);
    padding-left: 0;
    padding-bottom: 17px;
    font-weight: 400;
    font-family: 'Helvetica Neue LT Light', Arial, Helvetica, sans-serif;
    font-size: 21px;
    line-height: 1.3;
    text-align: center;
    color: #1E4B87;
}

@media screen and (min-width: 768px) {
	ul.review-block__well li {
		margin-left: 15px;
		margin-right: 15px;
        width: calc(50% - 30px);
        max-width: calc(50% - 30px);
		text-align: left;
	}
}

ul.review-block__well li::before {
	display: none;
}

ul.review-block__well li span {
    color: #0068F2;
}

/* --------- BLOG GRID --------- */
.content-blog-grid {
	position: relative;
	padding-top: 56px;
	padding-bottom: 45px;
	background-color: #F0F8FD;
}

.content-blog-grid .section-heading {
	margin-bottom: 60px;
	border-bottom: 1px solid rgba(115, 114, 150, 0.5);
	padding-bottom: 9px;
	font-weight: 400;
	font-size: 36px;
	line-height: 47px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.content-blog-grid .section-heading {
		text-align: left;
	}
}

.blog-cards {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

@media screen and (max-width: 767px) {
    .blog-cards {
        flex-direction: column;
    }
}

@media screen and (min-width: 768px) {
    .blog-cards {
        justify-content: stretch;
		flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }
}

a.blog-card {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	     -o-border-radius: 4px;
	        border-radius: 4px;
    width: 100%;
    max-width: 370px;
    background-color: #FFF;
    filter:
        drop-shadow(-0.47035202383995056px 1.8730462789535522px 3.7119998931884766px rgba(19, 26, 88, 0.01))
        drop-shadow(-2.102750301361084px 8.373619079589844px 8.576000213623047px rgba(19, 26, 88, 0.02))
        drop-shadow(-5.229207992553711px 20.823867797851562px 19.583999633789062px rgba(19, 26, 88, 0.02))
        drop-shadow(-10.181737899780273px 40.54594421386719px 41.72800064086914px rgba(19, 26, 88, 0.03));
	transition: all 0.3s;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    a.blog-card {
        width: calc(33.33% - 30px);
        max-width: calc(33.33% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }
}

a.blog-card:hover,
a.blog-card:focus {
	filter: drop-shadow(0px 0px 20px rgba(19, 26, 88, 0.3));
}

a.blog-card .blog-card__thumbnail {
    line-height: 1;
}

.blog-card__thumbnail img {
    display: block;
	-webkit-border-radius: 4px 4px 0 0;
	   -moz-border-radius: 4px 4px 0 0;
	     -o-border-radius: 4px 4px 0 0;
	        border-radius: 4px 4px 0 0;
}

a.blog-card .blog-card__content {
    position: relative;
    padding: 28px 45px 34px;
}

.blog-card__tags {
    display: block;
    position: relative;
    margin-bottom: 16px;
    font-style: normal;
    font-weight: 700;
    font-family: 'Helvetica Neue LT Roman', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    color: #1E4B87;
    text-transform: uppercase;
}

a.blog-card .blog-card__tags::before {
    display: block;
    position: absolute;
    left: -19px;
    top: 3px;
    content: '';
    width: 9px;
    height: 9px;
    background-color: #FFBF00;
}

a.blog-card .blog-card__heading {
    display: block;
    margin-bottom: 25px;
    font-weight: 400;
    font-family: 'Helvetica Neue LT Light', Arial, Helvetica, sans-serif;
    font-size: 21px;
    line-height: 32px;
    text-align: left;
    color: #1E4B87;
}

a.blog-card .blog-card__footer {
    color: #627B9C;
}

.blog-card__footer em {
	font-style: normal;
}

/* --------- RESEARCH GRID --------- */
.content-research-grid {
	position: relative;
	padding-top: 56px;
	padding-bottom: 45px;
	background-color: #F0F8FD;
}

.content-research-grid .section-heading {
	margin-bottom: 60px;
	border-bottom: 1px solid rgba(115, 114, 150, 0.5);
	padding-bottom: 9px;
	font-weight: 400;
	font-size: 36px;
	line-height: 47px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.content-research-grid .section-heading {
		text-align: left;
	}
}

.content-research-grid .research-cards {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

@media screen and (max-width: 767px) {
    .content-research-grid .research-cards {
        flex-direction: column;
    }
}

@media screen and (min-width: 768px) {
    .content-research-grid .research-cards {
        justify-content: stretch;
		flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }
}

.content-research-grid a.research-card {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	     -o-border-radius: 4px;
	        border-radius: 4px;
    width: 100%;
    max-width: 370px;
    background-color: #FFF;
    filter:
        drop-shadow(-0.47035202383995056px 1.8730462789535522px 3.7119998931884766px rgba(19, 26, 88, 0.01))
        drop-shadow(-2.102750301361084px 8.373619079589844px 8.576000213623047px rgba(19, 26, 88, 0.02))
        drop-shadow(-5.229207992553711px 20.823867797851562px 19.583999633789062px rgba(19, 26, 88, 0.02))
        drop-shadow(-10.181737899780273px 40.54594421386719px 41.72800064086914px rgba(19, 26, 88, 0.03));
	transition: all 0.3s;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .content-research-grid a.research-card {
        width: calc(33.33% - 30px);
        max-width: calc(33.33% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }
}

.content-research-grid a.research-card:hover,
.content-research-grid a.research-card:focus {
	filter: drop-shadow(0px 0px 20px rgba(19, 26, 88, 0.3));
}

.content-research-grid a.research-card .research-card__thumbnail {
    line-height: 1;
}

.content-research-grid .research-card__thumbnail img {
    display: block;
	-webkit-border-radius: 4px 4px 0 0;
	   -moz-border-radius: 4px 4px 0 0;
	     -o-border-radius: 4px 4px 0 0;
	        border-radius: 4px 4px 0 0;
}

.content-research-grid a.research-card .research-card__content {
    position: relative;
    padding: 28px 45px 34px;
}

.content-research-grid .research-card__tags {
    display: block;
    position: relative;
    margin-bottom: 16px;
    font-style: normal;
    font-weight: 700;
    font-family: 'Helvetica Neue LT Roman', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    color: #1E4B87;
    text-transform: uppercase;
}

.content-research-grid a.research-card .research-card__tags::before {
    display: block;
    position: absolute;
    left: -19px;
    top: 2px;
    content: '';
    width: 9px;
    height: 9px;
    background-color: #FFBF00;
}

.content-research-grid a.research-card .research-card__heading {
    display: block;
    margin-bottom: 0;
    font-weight: 400;
    font-family: 'Helvetica Neue LT Light', Arial, Helvetica, sans-serif;
    font-size: 21px;
    line-height: 32px;
    text-align: left;
    color: #1E4B87;
}

.content-research-grid .section-buttons {
	text-align: center;
}

/* --------- LEARNING GRID --------- */
.content-learning-grid {
	position: relative;
	padding-top: 56px;
	padding-bottom: 45px;
	background-color: #F0F8FD;
}

.content-learning-grid .section-heading {
	margin-bottom: 60px;
	border-bottom: 1px solid rgba(115, 114, 150, 0.5);
	padding-bottom: 9px;
	font-weight: 400;
	font-size: 36px;
	line-height: 47px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.content-learning-grid .section-heading {
		text-align: left;
	}
}

.content-learning-grid .learn-cards {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

@media screen and (max-width: 767px) {
    .content-learning-grid .learn-cards {
        flex-direction: column;
    }
}

@media screen and (min-width: 768px) {
    .content-learning-grid .learn-cards {
        justify-content: stretch;
		flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }
}

.content-learning-grid a.learn-card {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	     -o-border-radius: 4px;
	        border-radius: 4px;
    width: 100%;
    max-width: 370px;
    background-color: #FFF;
    filter:
        drop-shadow(-0.47035202383995056px 1.8730462789535522px 3.7119998931884766px rgba(19, 26, 88, 0.01))
        drop-shadow(-2.102750301361084px 8.373619079589844px 8.576000213623047px rgba(19, 26, 88, 0.02))
        drop-shadow(-5.229207992553711px 20.823867797851562px 19.583999633789062px rgba(19, 26, 88, 0.02))
        drop-shadow(-10.181737899780273px 40.54594421386719px 41.72800064086914px rgba(19, 26, 88, 0.03));
	transition: all 0.3s;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .content-learning-grid a.learn-card {
        width: calc(33.33% - 30px);
        max-width: calc(33.33% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }
}

.content-learning-grid a.learn-card:hover,
.content-learning-grid a.learn-card:focus {
	filter: drop-shadow(0px 0px 20px rgba(19, 26, 88, 0.3));
}

.content-learning-grid a.learn-card .learn-card__thumbnail {
	position: relative;
    line-height: 1;
}

.content-learning-grid .learn-card__thumbnail img {
    display: block;
	position: relative;
	-webkit-border-radius: 4px 4px 0 0;
	   -moz-border-radius: 4px 4px 0 0;
	     -o-border-radius: 4px 4px 0 0;
	        border-radius: 4px 4px 0 0;
	z-index: 1;
}

.content-learning-grid a.learn-card.learn-type-youtube .learn-card__thumbnail::before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.2) none;
	z-index: 3;
}

.content-learning-grid a.learn-card.learn-type-youtube .learn-card__thumbnail::after {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	width: 80px;
	height: 56px;
	background-color: transparent;
	background-image: url(./img/common/play_button.svg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80px 56px;
	transform: translate(-50%,-50%);
	filter: brightness(0) saturate(100%) invert(85%) sepia(28%) saturate(6483%) hue-rotate(0deg) brightness(104%) contrast(103%);
	z-index: 5;
}

.content-learning-grid a.learn-card .learn-card__content {
    position: relative;
    padding: 28px 45px 34px;
}

.content-learning-grid .learn-card__tags {
    display: block;
    position: relative;
    margin-bottom: 16px;
    font-style: normal;
    font-weight: 700;
    font-family: 'Helvetica Neue LT Roman', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    color: #1E4B87;
    text-transform: uppercase;
}

.content-learning-grid a.learn-card .learn-card__tags::before {
    display: block;
    position: absolute;
    left: -19px;
    top: 2px;
    content: '';
    width: 9px;
    height: 9px;
    background-color: #FFBF00;
}

.content-learning-grid a.learn-card .learn-card__heading {
    display: block;
    margin-bottom: 0;
    font-weight: 400;
    font-family: 'Helvetica Neue LT Light', Arial, Helvetica, sans-serif;
    font-size: 21px;
    line-height: 32px;
    text-align: left;
    color: #1E4B87;
}

.content-learning-grid .search-filter-form-fields {
	margin-bottom: 35px;
}

.content-learning-grid .search-filter-form-fields form > ul {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.content-learning-grid .search-filter-form-fields form > ul {
		flex-direction: column;
	}
}

@media screen and (min-width: 768px) {
	.content-learning-grid .search-filter-form-fields form > ul {
		justify-content: stretch;
		margin-left: -15px;
		margin-right: -15px;
	}
}

.content-learning-grid .search-filter-form-fields form > ul li {
	padding: 0;
}

@media screen and (max-width: 767px) {
	.content-learning-grid .search-filter-form-fields form > ul li:first-child {
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 768px) {
	.content-learning-grid .search-filter-form-fields form > ul li {
		flex: 1 1 0;
		margin-left: 15px;
		margin-right: 15px;
	}
}

.content-learning-grid .search-filter-form-fields form > ul li::before {
	display: none;
}

.content-learning-grid .search-filter-form-fields form h4 {
	margin-bottom: 10px;
	padding: 0;
	font-size: 13px;
	font-family: 'Helvetica Neue LT Roman', Arial, Helvetica, sans-serif;
	color: #0068F2;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	.content-learning-grid .search-filter-form-fields form h4 {
		text-align: center;
	}
}

.content-learning-grid .search-filter-form-fields form label {
	display: block;
}

.content-learning-grid .search-filter-form-fields form select {
	box-sizing: border-box;
	border: 0 none;
	padding: 10px;
	width: 100%;
	font-size: 16px;
	line-height: 1.3;
	color: #0068F2;
	background-color: #FFF;
	/* appearance: none; */
}

/* --------- BLOG SHOWCASE --------- */
.content-blog-showcase {
	position: relative;
	padding-top: 56px;
	padding-bottom: 100px;
	background-color: #FFF;
}

@media screen and (min-width: 1170px) {
    .content-blog-showcase {
        padding-bottom: 75px;
    }
}

.content-blog-showcase .section-heading {
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(115, 114, 150, 0.5);
	padding-bottom: 9px;
	font-weight: 400;
	font-size: 36px;
	line-height: 47px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.content-blog-showcase .section-heading {
		margin-bottom: 60px;
		text-align: left;
	}
}

.blog-slides .slick-list {
	overflow: visible;
}

.blog-slide__inner {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    box-sizing: border-box;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	     -o-border-radius: 4px;
	        border-radius: 4px;
    padding: 10px;
    background-color: #FFF;
    filter:
        drop-shadow(-0.47035202383995056px 1.8730462789535522px 3.7119998931884766px rgba(19, 26, 88, 0.01))
        drop-shadow(-2.102750301361084px 8.373619079589844px 8.576000213623047px rgba(19, 26, 88, 0.02))
        drop-shadow(-5.229207992553711px 20.823867797851562px 19.583999633789062px rgba(19, 26, 88, 0.02))
        drop-shadow(-10.181737899780273px 40.54594421386719px 41.72800064086914px rgba(19, 26, 88, 0.03));
	transition: all 0.3s;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .blog-slide__inner {
        flex-direction: column;
    }
}

@media screen and (min-width: 768px) {
    .blog-slide__inner {
        justify-content: stretch;
        align-items: stretch;
        padding-right: 45px;
    }
}

@media screen and (min-width: 1170px) {
    .blog-slide__inner {
        align-items: center;
    }
}

.blog-slide__inner:hover,
.blog-slide__inner:focus {
	filter: drop-shadow(0px 0px 20px rgba(19, 26, 88, 0.3));
}

.blog-slide__inner .blog-slide__thumbnail {
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	     -o-border-radius: 2px;
	        border-radius: 2px;
    line-height: 1;
    background-color: transparent;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .blog-slide__inner .blog-slide__thumbnail {
		margin-bottom: 30px;
        height: 357px;
    }
}

@media screen and (min-width: 768px) {
    .blog-slide__inner .blog-slide__thumbnail {
        flex-shrink: 0;
        margin-right: 30px;
        max-width: 350px;
    }
}

@media screen and (min-width: 1170px) {
    .blog-slide__inner .blog-slide__thumbnail {
        max-width: 560px;
    }
}

.blog-slide__thumbnail img {
    display: block;
    visibility: hidden;
}

.blog-slide__inner .blog-slide__content {
    position: relative;
}

@media screen and (max-width: 767px) {
	.blog-slide__inner .blog-slide__content {
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1169px) {
	.blog-slide__inner .blog-slide__content {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.blog-slide__tags {
    display: block;
    position: relative;
    margin-bottom: 7px;
    font-style: normal;
    font-weight: 700;
    font-family: 'Helvetica Neue LT Roman', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    color: #1E4B87;
    text-transform: uppercase;
}

.blog-slide__inner .blog-slide__tags::before {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    content: '';
    width: 9px;
    height: 9px;
    vertical-align: middle;
    background-color: #FFBF00;
}

.blog-slide__inner .blog-slide__title {
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
    font-family: 'EB Garamond', 'Times New Roman', Times, serif;
    font-size: 30px;
    line-height: 39px;
    letter-spacing: -0.02em;  
    text-align: left;
    color: #1E4B87;
}

@media screen and (max-width: 767px) {
	.blog-slide__inner .blog-slide__title {
		line-height: 33px;
	}
}

.blog-slide__inner .blog-slide__meta {
    margin-bottom: 40px;
    color: #627B9C;
}

.blog-slide__meta em {
	font-style: normal;
}

.blog-slide__inner .blog-card__excerpt {
    color: #627B9C;
}

/* --------- TABBED CONTENT WITH SIDEBAR TABS --------- */
.content-tabbed-content {
	position: relative;
	padding-top: 54px;
	padding-bottom: 71px;
}

.content-tabbed-content .tab-content__figure {
	line-height: 1;
}

.content-tabbed-content .tab-content__figure img {
	margin-bottom: 27px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	     -o-border-radius: 4px;
	        border-radius: 4px;
}

.content-tabbed-content strong {
	color: #1E4B87;
	letter-spacing: 0.02em;
}

.content-tabbed-content a {
	color: #0068F2;
}

.content-tabbed-content a:hover {
	color: #1E4B87;
	text-decoration: underline;
}

/* --------- LOCATION GRID --------- */
.content-location-grid {
	position: relative;
	padding-top: 54px;
	padding-bottom: 24px;
}

.content-location-grid .loc-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

@media screen and (max-width: 767px) {
    .content-location-grid .loc-wrap {
        flex-direction: column;
    }    
}

@media screen and (min-width: 768px) {
    .content-location-grid .loc-wrap {
        justify-content: stretch;
		overflow: hidden;
    }    
}

@media screen and (max-width: 767px) {
    .content-location-grid .loc-sidebar {
        margin-bottom: 30px;
    }    
}

@media screen and (min-width: 768px) {
    .content-location-grid .loc-sidebar {
        flex-shrink: 0;
        margin-right: 30px;
        width: 100%;
        max-width: 250px;
    }    
}

@media screen and (min-width: 1169px) {
    .content-location-grid .loc-sidebar {
        max-width: 350px;
    }    
}

.content-location-grid .section-heading {
	border-bottom: 1px solid rgba(115, 114, 150, 0.5);
	padding-bottom: 9px;
}

@media screen and (min-width: 768px) {
	.content-location-grid .section-heading {
		text-align: left;
	}	
}

.content-location-grid .loc-content {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}    

@media screen and (max-width: 767px) {
    .content-location-grid .loc-content {
		flex-direction: column;
	}    
 }

@media screen and (min-width: 768px) {
    .content-location-grid .loc-content {
       flex-grow: 1;
	   flex-wrap: wrap;
	   margin-left: -15px;
	   margin-right: -15px;
   }    
}

.content-location-grid .loc-content__item {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .content-location-grid .loc-content__item {
        text-align: center;
    }    
}

@media screen and (min-width: 768px) {
    .content-location-grid .loc-content__item {
        flex-shrink: 0;
        margin-left: 15px;
        margin-right: 15px;
        width: calc(50% - 30px);
        max-width: calc(50% - 30px);
    }    
}

.content-location-grid .loc-content__location {
	display: block;
    margin-bottom: 8px;
    font-style: normal;
    font-weight: 700;
    font-family: 'Helvetica Neue LT Roman', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #1E4B87;
	text-transform: uppercase;
}

.content-location-grid .loc-content__heading {
	display: block;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: 'EB Garamond', 'Times New Roman', Times, serif;
    font-size: 30px;
    line-height: 39px;
    letter-spacing: -0.02em;
    color: #1E4B87;
}

@media screen and (min-width: 768px) {
    .content-location-grid .loc-content__heading {
        margin-bottom: 47px;
    }
}

.content-location-grid .loc-content__address {
	display: block;
    margin-bottom: 19px;
    font-style: normal;
    font-weight: 400;
    font-family: 'Helvetica Neue LT Roman', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: #627B9C;
}

.content-location-grid .loc-content__phone {
    font-weight: 400;
    font-family: 'Helvetica Neue LT Roman', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: #0068F2;
}

.content-location-grid a {
	color: #0068F2;
}

.content-location-grid a:hover {
	color: #1E4B87;
	text-decoration: underline;
}

/* --------- AWARD GRID --------- */
.content-award-grid {
	position: relative;
	padding-top: 54px;
	padding-bottom: 35px;
	background-color: #F0F8FD;
}

@media screen and (min-width: 768px) {
	.content-award-grid .boxed {
		overflow: hidden;
	}
}

.content-award-grid .section-heading {
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(115, 114, 150, 0.5);
    padding-bottom: 10px;
}

.content-award-grid .award-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

@media screen and (max-width: 767px) {
    .content-award-grid .award-wrap {
        flex-direction: column;
    }    
}

@media screen and (min-width: 768px) {
    .content-award-grid .award-wrap {
        justify-content: stretch;
		flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }
}

.content-award-grid .award-content__item {
    position: relative;
    margin-bottom: 30px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	     -o-border-radius: 4px;
	        border-radius: 4px;
    padding: 45px 28px 37px;
    width: 100%;
    text-align: center;
    background-color: #FFF;
}

@media screen and (max-width: 767px) {
    .content-award-grid .award-content__item {
        text-align: center;
    }    
}

@media screen and (min-width: 768px) {
    .content-award-grid .award-content__item {
        flex-shrink: 0;
        margin-left: 15px;
        margin-right: 15px;
        width: calc(25% - 30px);
        max-width: calc(25% - 30px);
    }    
}

.content-award-grid .award-content__item::before {
    display: block;
    position: relative;
    content: '';
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 24px;
    width: 38px;
    height: 36px;
    background-color: transparent;
    background-image: url(./img/common/icon_award.svg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 38px 36px;
}

.content-award-grid .award-content__heading {
	display: block;
    margin-bottom: 21px;
    border-bottom: 1px solid rgba(115, 114, 150, 0.5);
    padding-bottom: 23px;
    font-weight: 400;
    font-family: 'Helvetica Neue LT Light', Arial, Helvetica, sans-serif;
    font-size: 21px;
    line-height: 25px;
    color: #1E4B87;
}

.content-award-grid .award-content__text {
    font-weight: 400;
    font-family: 'Helvetica Neue LT Roman', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #627B9C;
}

/* --------- CONTACT --------- */
.content-contact {
	padding-top: 50px;
	padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.content-contact .boxed {
		box-sizing: border-box;
		width: 100%;
	}
}

.contact-columns {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}

@media screen and (max-width: 767px) {
	.contact-columns {
		flex-direction: column;
	}
}

@media screen and (min-width: 768px) {
	.contact-columns {
		justify-content: stretch;
		align-items: stretch;
	}
}

.contact-column {
	position: relative;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.contact-column {
		text-align: center;
	}
}

@media screen and (min-width: 768px) {
	.contact-column {
		flex-grow: 1;
	}
}

.contact-column-content,
.contact-column-content p {
	line-height: 30px;
}

@media screen and (max-width: 767px) {
	.contact-column-content {
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 768px) {
	.contact-column-sidebar {
		flex-shrink: 0;
		margin-left: 50px;
		width: 300px;
	}
}

@media screen and (min-width: 1170px) {
	.contact-column-sidebar {
		margin-left: 179px;
		width: 400px;
	}
}

.contact-column a {
	color: #0066FF;
	text-decoration: underline;
}

.contact-column a:hover,
.contact-column a:focus {
	color: #081F40;
}

.contact-column__heading {
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #081F40;
}

.contact-column__address {
	margin-bottom: 0;
	font-style: normal;
}

.contact-column__icon {
	position: relative;
}

@media screen and (min-width: 768px) {
	.contact-column__icon {
		padding-left: 21px;
	}
}

.contact-column__icon::before {
	position: absolute;
	content: '';
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media screen and (max-width: 767px) {
	.contact-column .contact-column__icon::before {
		position: relative;
		top: auto;
		left: auto;
		display: inline-block;
		margin-right: 7px;
		vertical-align: middle;
	}
}

.contact-column__address::before {
	left: 2px;
	top: 7px;
	background-image: url(./img/common/icon_address.svg);
	width: 9px;
	height: 12px;
}

.contact-column__email::before {
	left: 0;
	top: 8px;
	background-image: url(./img/common/icon_email.svg);
	width: 12px;
	height: 10px;
}

/* --------- MAP --------- */
.map-container {
    position: relative;
    padding-bottom: 31.65%;
    height: 0;
    overflow: hidden;
}

.map-container iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
	-webkit-filter: grayscale(100%);
			filter: grayscale(100%);
}

/* --------- MAIN BANNER --------- */
.content-main-banner {
	position: relative;
	overflow: hidden;
}

.content-main-banner .boxed .boxed {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}

@media screen and (max-width: 767px) {
	.content-main-banner .boxed .boxed {
		min-height: 400px;
	}
}

@media screen and (min-width: 768px) {
	.content-main-banner .boxed .boxed {
		align-items: flex-start;
		padding-top: 80px;
		padding-bottom: 80px;
		max-width: 1170px;
		min-height: 575px;
	}
}

.content-main-banner .section-slide__overlay {
	display: none;
}

@media screen and (min-width: 768px) {
	.content-main-banner .section-slide__overlay {
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		line-height: 1;
		z-index: -1;
	}
}

.content-main-banner .section-slide__overlay img {
	display: block;
	max-height: 568px;
}

.content-main-banner .section-slides {
	width: 100%;
}

.content-main-banner .section-slide {
	background-color: #333;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.content-main-banner .section-slide__heading {
	display: block;
	margin-bottom: 0;
	font-weight: 400;
	font-family: 'EB Garamond', 'Times New Roman', Times, serif;
	font-size: 32px;
	line-height: 1.2;
	color: #1E4B87;
	letter-spacing: -0.04em;
	text-align: center;
	text-shadow: 0 2px 15px #FFF;
}

@media screen and (min-width: 768px) {
	.content-main-banner .section-slide__heading {
		font-size: 80px;
		line-height: 104px;
		text-align: left;
	}
}

.content-main-banner .section-slide__text {
	margin-top: 20px;
	font-weight: 400;
	font-family: 'Helvetica Neue LT Light', Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1.2;
	color: #627B9C;
	text-align: center;
	text-shadow: 0 2px 15px #FFF;
}

@media screen and (min-width: 768px) {
	.content-main-banner .section-slide__text {
		font-size: 28px;
		line-height: 40px;
		text-align: left;
		max-width: 670px;
	}
}

.content-main-banner .section-slide__buttons {
	margin-top: 20px;
	font-size: 0;
	line-height: 1;
}

@media screen and (min-width: 768px) {
	.content-main-banner .section-slide__buttons {
		margin-top: 51px;
	}
}

.section-slide__buttons a.btn {
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.content-main-banner .section-slide__buttons a.btn {
		display: block;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	.content-main-banner .section-slide__buttons a.btn:not(:last-child) {
		margin-bottom: 10px;
	}
}

.section-slide__buttons a.btn:first-child {
	margin-left: 0;
}

.section-slide__buttons a.btn:last-child {
	margin-right: 0;
}

.section-slide__buttons a.btn::before {
	display: inline-block;
	content: '';
	margin-right: 5px;
	vertical-align: middle;
	background-color: transparent;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
}

.section-slide__buttons .icon-appointment::before {
	width: 14px;
	height: 16px;
	background-image: url(./img/common/icon_appointment.svg);
	background-size: 14px 16px;
}

.section-slide__buttons .icon-refer::before {
	width: 15px;
	height: 12px;
	background-image: url(./img/common/icon_refer.svg);
	background-size: 15px 12px;
}

.section-slide__buttons .icon-phone::before {
	width: 11px;
	height: 11px;
	background-image: url(./img/common/icon_phone2.svg);
	background-size: 11px 11px;
}

.section-slide__buttons a.icon-refer:hover::before,
.section-slide__buttons a.icon-phone:hover::before {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

/* --------- QUOTE SLIDER --------- */
.content-quote-slider {
	position: relative;
	padding-top: 75px;
	padding-bottom: 86px;
	background-color: #FFF;
	background-image: url(./img/content/quote_bg.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.quote-slides {
	position: relative;
	margin-top: 74px;
	border-top: 1px solid #737296;
	padding-top: 54px;
}

.quote-slides::before {
	display: block;
	position: absolute;
	left: calc(50% - 30px);
	top: -75px;
	content: '';
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	        border-radius: 50%;
	width: 60px;
	height: 60px;
	background-color: #1E4B87;
	background-image: url(./img/common/icon_quote.svg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px 17px;
}

.section-quote__text,
.section-quote__text p {
	font-style: italic;
	font-weight: 400;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 28px;
	line-height: 40px;
	color: #627B9C;
	text-align: center;
}

.section-quote__source {
	display: block;
	position: relative;
	margin-top: 44px;
	font-weight: 400;
	font-family: 'Helvetica Neue LT Roman', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 19px;
	color: #1E4B87;
	text-align: center;
}

.section-quote__source::before {
	display: inline-block;
	position: relative;
	margin-right: 2px;
	content: '\223C';
	font-weight: 400;
	font-family: 'Helvetica Neue LT Roman', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1E4B87;
	vertical-align: middle;
}

/* ---------STATISTICS COUNTER --------- */
.content-statistics-counter {
	position: relative;
	padding-top: 67px;
	padding-bottom: 29px;
	background-color: #F0F8FD;
}

.stat-blocks {
	display: flex;
	justify-content: stretch;
	align-items: stretch;
	flex-wrap: wrap;
}

@media screen and (max-width: 499px) {
	.stat-block {
		flex-direction: column;
	}
}

@media screen and (min-width: 500px) {
	.stat-blocks {
		flex-wrap: wrap;
	}
}

@media screen and (min-width: 960px) {
	.stat-blocks {
		margin-left: -15px;
		margin-right: -15px;
	}
}

.stat-block {
	box-sizing: border-box;
	margin-bottom: 30px;
	width: 100%;
}

@media screen and (min-width: 500px) {
	.stat-block {
		margin-left: 15px;
		margin-right: 15px;
		border-left: 3px solid rgba(98, 123, 156, 0.3);
		padding-left: 30px;
		width: calc(50% - 30px);
		max-width: calc(50% - 30px);
	}
}

@media screen and (min-width: 960px) {
	.stat-block {
		width: calc(25% - 30px);
		max-width: calc(25% - 30px);
	}
}

.stat-block__number,
.stat-block__fraction {
	display: block;
	font-weight: 600;
	font-family: 'EB Garamond', 'Times New Roman', Times, serif;
	font-size: 48px;
	line-height: 63px;
	color: #1E4B87;
	letter-spacing: -0.04em;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.stat-block__number,
	.stat-block__fraction {
		text-align: left;
	}
}

.stat-block__text {
	display: block;
	margin-bottom: 7px;
	font-weight: 400;
	font-size: 15px;
	color: #627B9C;
	text-align: center;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	.stat-block__text {
		text-align: left;
	}
	}

/* --------- SINGLE IMAGE BLOCK --------- */
.content-onecol-image-block {
	position: relative;
	padding-top: 75px;
	padding-bottom: 75px;
	background-color: #F0F8FD;
}

.content-onecol-image-block .section-heading {
	margin-bottom: 22px;
	font-weight: 600;
	font-family: 'EB Garamond', 'Times New Roman', Times, serif;
	font-size: 48px;
	line-height: 62px;
	letter-spacing: -0.03em;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.content-onecol-image-block .section-heading {
		text-align: left;
	}
}

.content-onecol-image-block .column-block {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .content-onecol-image-block .column-block {
        flex-direction: column;
    }
}

@media screen and (min-width: 768px) {
	.content-onecol-image-block .column-block {
        justify-content: stretch;
        align-items: flex-start;
	}

}

@media screen and (min-width: 1170px) {
    .content-onecol-image-block.section-valign-middle .column-block {
        align-items: center;
    }
}

.content-onecol-image-block .column-block__image {
	position: relative;
    margin-right: auto;
    width: 100%;
    max-width: 470px;
	line-height: 1;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
    .content-onecol-image-block .column-block__image {
        margin-left: auto;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    .content-onecol-image-block .column-block__image {
        flex-shrink: 0;
        margin-right: 30px;
        max-width: 350px;
    }
}

@media screen and (min-width: 1170px) {
    .content-onecol-image-block .column-block__image {
        max-width: 470px;
    }
}

.content-onecol-image-block .column-block__image img {
	display: block;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	     -o-border-radius: 4px;
	        border-radius: 4px;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
    .content-onecol-image-block .column-block__content {
        flex-grow: 1;
    }
}

/* --------- TWO COLUMN IMAGE BLOCKS --------- */
.content-twocol-image-block {
	position: relative;
	padding-top: 47px;
	padding-bottom: 31px;
	background-color: #FFF;
}

.content-twocol-image-block .section-heading {
	margin-bottom: 46px;
	font-weight: 600;
	font-family: 'EB Garamond', 'Times New Roman', Times, serif;
	font-size: 48px;
	line-height: 62px;
	color: #1E4B87;
	letter-spacing: -0.03em;
	text-align: center;
}

.content-twocol-image-block .columns {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	.content-twocol-image-block .columns {
		flex-direction: column;
	}	
}

@media screen and (min-width: 768px) {
	.content-twocol-image-block .columns {
		justify-content: stretch;
		margin-left: -15px;
		margin-right: -15px;
	}
}

.content-twocol-image-block .column-block {
	display: flex;
	justify-content: stretch;
	align-items: flex-start;
    box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 44px;
    width: 100%;
	max-width: 570px;
}

@media screen and (min-width: 768px) {
	.content-twocol-image-block .column-block {
		align-items: flex-start;
		width: calc(50% - 30px);
		max-width: calc(50% - 30px);
		margin-left: 15px;
		margin-right: 15px;
	}	
}

@media screen and (min-width: 1170px) {
	.content-twocol-image-block .column-block {
		align-items: center;
	}	
}

.content-twocol-image-block .column-block__image {
	flex-shrink: 0;
	position: relative;
	margin-right: 20px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	     -o-border-radius: 4px;
		    border-radius: 4px;
	width: 100px;
	line-height: 1;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.content-twocol-image-block .column-block__image {
		margin-right: 30px;
		width: 170px;
	}
}

.content-twocol-image-block .column-block__image img {
	display: block;
    width: 100%;
    height: auto;
}

.content-twocol-image-block .column-block__content {
	flex-grow: 1;
}

.content-twocol-image-block .column-block__title {
	display: block;
	margin-bottom: 13px;
	font-weight: 400;
	font-family: 'Helvetica Neue LT Light', Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 33px;
	color: #1E4B87;
	letter-spacing: -0.02em;
	text-align: left;
}

.content-twocol-image-block .column-block__text {
	color: #627B9C;
	text-align: left;
}

/* --------- THREE COLUMN IMAGE BLOCKS --------- */
.content-threecol-image-block {
	position: relative;
	padding-top: 47px;
	padding-bottom: 75px;
	background-color: #1E4B87;
}

.content-threecol-image-block .section-heading {
	margin-bottom: 60px;
	font-weight: 600;
	font-family: 'EB Garamond', 'Times New Roman', Times, serif;
	font-size: 48px;
	line-height: 62px;
	color: #FFF;
	letter-spacing: -0.03em;
	text-align: center;
}

.content-threecol-image-block .columns {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}

@media screen and (max-width: 767px) {
	.content-threecol-image-block .columns {
		flex-direction: column;
	}	
}

@media screen and (min-width: 768px) {
	.content-threecol-image-block .columns {
		justify-content: stretch;
		margin-left: -15px;
		margin-right: -15px;
	}
}

.content-threecol-image-block .column-block {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
    flex-direction: column;
    box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	     -o-border-radius: 4px;
		    border-radius: 4px;
    width: 100%;
	max-width: 370px;
    background-color: #FFF;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
	.content-threecol-image-block .column-block:not(:last-child) {
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 768px) {
	.content-threecol-image-block .column-block {
		align-items: center;
		width: calc(33.33% - 30px);
		max-width: calc(33.33% - 30px);
		margin-left: 15px;
		margin-right: 15px;
	}	
}

.content-threecol-image-block .column-block__image {
	position: relative;
	-webkit-border-radius: 4px 4px 0 0;
	   -moz-border-radius: 4px 4px 0 0;
	     -o-border-radius: 4px 4px 0 0;
		    border-radius: 4px 4px 0 0;
	line-height: 1;
	overflow: hidden;
}

.content-threecol-image-block .column-block__image img {
	display: block;
    width: 100%;
    height: auto;
}

.content-threecol-image-block .column-block__content {
    padding: 28px 45px 34px;
}

.content-threecol-image-block .column-block__title {
	display: block;
	margin-bottom: 12px;
	font-weight: 400;
	font-family: 'EB Garamond', 'Times New Roman', Times, serif;
	font-size: 30px;
	line-height: 39px;
	color: #1E4B87;
	letter-spacing: -0.03em;
	text-align: left;
}

.content-threecol-image-block .column-block__text li {
	color: #627B9C;
	text-align: left;
}

/* --------- TWO COLUMN BANNER LINKS --------- */
.content-twocol-banner-links {
	position: relative;
	padding-top: 56px;
	padding-bottom: 75px;
	background-color: #F0F8FD;
}

.content-twocol-banner-links .section-heading {
	margin-bottom: 60px;
	border-bottom: 1px solid rgba(115, 114, 150, 0.5);
	padding-bottom: 6px;
	font-weight: 400;
	font-family: 'EB Garamond', 'Times New Roman', Times, serif;
	font-size: 36px;
	line-height: 47px;
	color: #1E4B87;
	letter-spacing: -0.03em;
	text-align: center;
}

.content-twocol-banner-links .section-banners {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}

@media screen and (max-width: 767px) {
	.content-twocol-banner-links .section-banners {
		flex-direction: column;
	}	
}

@media screen and (min-width: 768px) {
	.content-twocol-banner-links .section-banners {
		justify-content: stretch;
		margin-left: -15px;
		margin-right: -15px;
	}
}

.content-twocol-banner-links a.section-banner {
	display: flex;
	justify-content: stretch;
	align-items: flex-start;
    box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	     -o-border-radius: 4px;
	        border-radius: 4px;
	padding: 10px 20px 10px 10px;
	width: 100%;
	max-width: 570px;
	background-color: #FFF;
	filter:
		drop-shadow(-0.47035202383995056px 1.8730462789535522px 3.7119998931884766px rgba(19, 26, 88, 0.01))
		drop-shadow(-2.102750301361084px 8.373619079589844px 8.576000213623047px rgba(19, 26, 88, 0.02))
		drop-shadow(-5.229207992553711px 20.823867797851562px 19.583999633789062px rgba(19, 26, 88, 0.02))
		drop-shadow(-10.181737899780273px 40.54594421386719px 41.72800064086914px rgba(19, 26, 88, 0.03));
}

@media screen and (max-width: 767px) {
	.content-twocol-banner-links a.section-banner:not(:last-child) {
		margin-bottom: 30px;
	}	
}

@media screen and (min-width: 768px) {
	.content-twocol-banner-links a.section-banner {
		align-items: flex-start;
		width: calc(50% - 30px);
		max-width: calc(50% - 30px);
		margin-left: 15px;
		margin-right: 15px;
	}	
}

@media screen and (min-width: 960px) {
	.content-twocol-banner-links a.section-banner {
		align-items: center;
	}	
}

.content-twocol-banner-links .section-banner__image {
	flex-shrink: 0;
	position: relative;
	margin-right: 20px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	     -o-border-radius: 2px;
		    border-radius: 2px;
	width: 100px;
	line-height: 1;
	overflow: hidden;
}

@media screen and (min-width: 960px) {
	.content-twocol-banner-links .section-banner__image {
		margin-right: 40px;
		width: 190px;
	}
}

.content-twocol-banner-links a .section-banner__image::before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 104, 242, 0.35);
	transition: all 0.3s;
	opacity: 0;
}

.content-twocol-banner-links a:hover .section-banner__image::before {
	opacity: 1;
}

.content-twocol-banner-links .section-banner__image img {
	display: block;
}

.content-twocol-banner-links .section-banner__content {
	flex-grow: 1;
}

.content-twocol-banner-links .section-banner__heading {
	display: block;
	margin-bottom: 22px;
	font-weight: 600;
	font-family: 'EB Garamond', 'Times New Roman', Times, serif;
	font-size: 30px;
	line-height: 39px;
	color: #1E4B87;
	letter-spacing: -0.02em;
	text-align: left;
	transition: all 0.3s;
}

@media screen and (min-width: 768px) {
	.content-twocol-banner-links .section-banner__heading {
		max-width: 230px;
	}
}

.content-twocol-banner-links a:hover .section-banner__heading {
	color: #0068F2;
}

.content-twocol-banner-links ul.section-banner__list {
	margin-bottom: 0;
}

.content-twocol-banner-links ul.section-banner__list li {
	font-weight: 400;
	font-family: 'Helvetica Neue LT Light', Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 32px;
	color: #627B9C;
	text-align: left;
	transition: all 0.3s;
}

@media screen and (max-width: 767px) {
	.content-twocol-banner-links ul.section-banner__list li {
		font-size: 18px;
	}
}

@media screen and (min-width: 768px) {
	.content-twocol-banner-links ul.section-banner__list li:not(:last-child) {
		margin-bottom: 10px;
	}
}

.content-twocol-banner-links a:hover .section-banner__list li {
	color: #1E4B87;
}

.content-twocol-banner-links ul.section-banner__list li::before {
	top: 13px;
}

/* --------- THREE COLUMN BANNER LINKS (ICON & TEXT) --------- */
.content-threecol-banner-links {
	position: relative;
	padding-top: 56px;
	padding-bottom: 75px;
	background-color: #F0F8FD;
}

.content-threecol-banner-links .section-banners {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}

@media screen and (max-width: 767px) {
	.content-threecol-banner-links .section-banners {
		flex-direction: column;
	}	
}

@media screen and (min-width: 768px) {
	.content-threecol-banner-links .section-banners {
		justify-content: stretch;
		margin-left: -15px;
		margin-right: -15px;
	}
}

.content-threecol-banner-links .section-banner {
    position: relative;
    box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	     -o-border-radius: 4px;
	        border-radius: 4px;
	padding: 30px;
	width: 100%;
	max-width: 370px;
    text-align: center;
	background-color: #FFF;
	filter:
		drop-shadow(-0.47035202383995056px 1.8730462789535522px 3.7119998931884766px rgba(19, 26, 88, 0.01))
		drop-shadow(-2.102750301361084px 8.373619079589844px 8.576000213623047px rgba(19, 26, 88, 0.02))
		drop-shadow(-5.229207992553711px 20.823867797851562px 19.583999633789062px rgba(19, 26, 88, 0.02))
		drop-shadow(-10.181737899780273px 40.54594421386719px 41.72800064086914px rgba(19, 26, 88, 0.03));
}

@media screen and (max-width: 767px) {
	.content-threecol-banner-links .section-banner:not(:last-child) {
		margin-bottom: 30px;
	}	
}

@media screen and (min-width: 768px) {
	.content-threecol-banner-links .section-banner {
        padding: 45px 45px 56px;
        align-items: center;
		width: calc(33.33% - 30px);
		max-width: calc(33.33% - 30px);
		margin-left: 15px;
		margin-right: 15px;
	}	
}

.content-threecol-banner-links .section-banner__image {
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
	margin: 0 auto 28px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
		    border-radius: 50%;
	width: 75px;
    height: 75px;
	line-height: 1;
    background-color: #F0F8FD;
	overflow: hidden;
}


.content-threecol-banner-links .section-banner__image img {
	display: block;
    max-width: 46px;
    max-height: 46px;
}

.content-threecol-banner-links .section-banner__heading {
	display: block;
	margin-bottom: 8px;
    border-bottom: 1px solid rgba(115, 114, 150, 0.5);
    padding-bottom: 11px;
	font-weight: 600;
	font-family: 'EB Garamond', 'Times New Roman', Times, serif;
	font-size: 30px;
	line-height: 39px;
	color: #1E4B87;
	letter-spacing: -0.02em;
	text-align: left;
    text-align: center;
}

.content-threecol-banner-links .section-banner__text {
    margin-bottom: 43px;
    font-weight: 400;
	font-family: 'Helvetica Neue LT Std', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
	color: #627B9C;
    text-align: center;
}

.content-threecol-banner-links a.section-banner__link {
    display: inline-block;
    position: relative;
	font-weight: 400;
	font-family: 'Helvetica Neue LT Medium', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #0068F2;
}

.content-threecol-banner-links a.section-banner__link::after {
    display: inline-block;
    position: relative;
	content: '';
	margin-left: 5px;
	width: 21px;
	height: 10px;
	vertical-align: middle;
	background-color: transparent;
	background-image: url(./img/common/yellow_right_arrow.svg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 21px 10px;
}

.content-threecol-banner-links a.section-banner__link:hover {
	color: #1E4B87;
}

/*--------------------------------------------------------------
 #sidebar
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.container.page-with-sidebar .section-heading {
		text-align: left;
	}
}

@media screen and (max-width: 767px) {
	.boxed.has-sidebar {
		width: 100%;
	}
}

.content-container.has-sidebar {
	padding-top: 39px;
	padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
	.content-container.has-sidebar {
		display: flex;
		justify-content: stretch;
		align-items: flex-start;
	}
}

@media screen and (max-width: 767px) {
	.has-sidebar .site-main {
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 768px) {
	.has-sidebar .site-main {
		flex-grow: 1;
		max-width: 730px;
	}
}

.sidebar {
	position: relative;
	box-sizing: border-box;
	padding: 20px 30px;
	background-color: #FAFAFA;
}

@media screen and (min-width: 768px) {
	.sidebar {
		flex-shrink: 0;
		padding-left: 32px 30px;
		width: 370px;
		z-index: 1;
	}
}

@media screen and (min-width: 960px) {
	.sidebar {
		margin-left: 40px;
	}
}

@media screen and (min-width: 1170px) {
	.sidebar {
		margin-left: 70px;
	}
}

/*--------------------------------------------------------------
 #widget
--------------------------------------------------------------*/
.widget:not(:last-child) {
	margin-bottom: 26px;
}

.widget-title {
	display: block;
	margin-bottom: 14px;
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;
	color: #081F40;
}

@media screen and (max-width: 767px) {
	.widget-title {
		text-align: center;
	}
}

.widget ul {
	margin: 0;
}

.widget ul li {
	padding: 12px 0;
}

@media screen and (max-width: 767px) {
	.widget ul li {
		text-align: center;
	}
}

.widget ul li::before {
	display: none;
}

.widget ul li a {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #081F40;
}

.widget ul li a:hover,
.widget ul li a[aria-current="page"] {
	color: #0066FF;
}

.archives-widget ul {
	columns: 2;
	gap: 30px;
}

/*--------------------------------------------------------------
 #contact
--------------------------------------------------------------*/
body .gform_wrapper {
	margin: 0 auto;
}

.contact-form .gform_wrapper h3.gform_title {
	margin: 0 0 11px;
	font-weight: 900;
	font-size: 30px;
	line-height: 1;
	color: #0079BF;
	letter-spacing: -0.03em;
	text-align: center;
}

.contact-form .gform_wrapper span.gform_description {
	margin-bottom: 36px;
	font-size: 14px;
	line-height: 1.1;
	color: #999999;
	text-align: center;
}

.contact-form .gform_wrapper ul.gform_fields li.gfield,
.contact-form .gform_wrapper .top_label li.gfield.gf_left_half,
.contact-form .gform_wrapper .top_label li.gfield.gf_right_half {
	padding-left: 0;
}

.contact-form .gform_wrapper ul.gform_fields li.gfield::before,
.contact-form .gform_wrapper .top_label li.gfield.gf_left_half::before,
.contact-form .gform_wrapper .top_label li.gfield.gf_right_half::before {
	display: none;
}

.contact-form .gform_wrapper .top_label .gfield_label,
.contact-form .gform_wrapper legend.gfield_label {
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	color: #000000;
}

.contact-form .gform_wrapper .gfield_required {
	color: #FFAB3F;
}

.contact-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.contact-form .gform_wrapper textarea.large {
	box-sizing: border-box;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	     -o-border-radius: 0;
		    border-radius: 0;
	border: 1px solid #D9D9D9;
	padding: 9px 19px;
	background-color: #FFF;
}

.contact-form .gform_wrapper textarea.large {
	height: 200px;
}

body .contact-form .gform_wrapper ul li.gfield {
	margin-top: 18px;
}

.contact-form .gform_wrapper ul.gform_fields li.gfield.form-trigger-container {
	padding-top: 12px;
	padding-bottom: 51px;
}

.trigger-attachment {
	position: relative;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
	border: 1px solid #D9D9D9;
	padding: 7px 18px;
	font-size: 14px;
	line-height: 1;
	color: #656565;
	text-decoration: none;
	background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgb(232, 232, 238));
	cursor: pointer;
}

.trigger-attachment::before {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 2px;
	content: '';
	width: 13px;
	height: 15px;
	vertical-align: middle;
	background: transparent url(./img/common/attachment_icon.png) no-repeat 0 0;
}

.contact-form .gform_wrapper .gform_footer {
	margin-top: 33px;
	padding: 0;
	text-align: center;
}

.contact-form .gform_wrapper .gform_footer input.button,
.contact-form .gform_wrapper .gform_footer input[type="submit"],
.contact-form .gform_wrapper .gform_page_footer input.button,
.contact-form .gform_wrapper .gform_page_footer input[type="submit"] {
	margin: 0;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	     -o-border-radius: 0;
	        border-radius: 0;
	border: 0 none;
	padding: 0;
	width: 220px;
	height: 44px;
	font-weight: 700;
	font-size: 14px;
	line-height: 44px;
	color: #FFF;
	letter-spacing: 0.02em;
	text-align: center;
	text-transform: uppercase;
	background-color: #FFAB40;
	transition: all 0.3s;
	cursor: pointer;
}

.contact-form .gform_wrapper .gform_footer input.button:hover,
.contact-form .gform_wrapper .gform_footer input[type="submit"]:hover,
.contact-form .gform_wrapper .gform_page_footer input.button:hover,
.contact-form .gform_wrapper .gform_page_footer input[type="submit"]:hover {
	background-color: #3C4F80;
}

.contact-form .gform_wrapper li.gfield.gfield_error,
.contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	margin-bottom: 0 !important;
    border-top: 0 none;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
	background-color: transparent;
}

.contact-form .gform_wrapper .validation_message {
	display: none;
}

/*--------------------------------------------------------------
 #pagination
--------------------------------------------------------------*/
.pagination {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	text-align: center;
	padding: 20px 0;
}

.pagination a,
.pagination span {
	display: block;
	box-sizing: border-box;
	margin: 5px 5px 0;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	     -o-border-radius: 0;
	        border-radius: 0;
	width: 32px;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	color: #334470;
	text-align: center;
	text-decoration: none;
	background-color: #DCDAE7;
	transition: all 0.3s;
	overflow: hidden;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
	background-color: #FFAB40;
}

/*--------------------------------------------------------------
 #single
--------------------------------------------------------------*/
.content-post-single {
	padding-top: 75px;
	padding-bottom: 79px;
	background-color: #FFF;
}

@media screen and (min-width: 1170px) {
	.content-post-single {
		padding-top: 115px;
	}
}

.blog-inner-content {
	margin-left: auto;
	margin-right: auto;
	max-width: 770px;
}

.blog-inner-content img {
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	     -o-border-radius: 2px;
	        border-radius: 2px;
}

.blog-single__inner {
	margin-bottom: 28px;
}

@media screen and (min-width: 1170px) {
	.blog-single__inner {
		margin-bottom: 101px;
	}
}

.blog-single__inner {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
	position: relative;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .blog-single__inner {
        flex-direction: column;
    }
}

@media screen and (min-width: 768px) {
    .blog-single__inner {
        justify-content: stretch;
        align-items: stretch;
    }
}

@media screen and (min-width: 1170px) {
    .blog-single__inner {
        justify-content: flex-end;
        align-items: center;
    }
}

.blog-single__inner .blog-single__thumbnail {
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	     -o-border-radius: 2px;
	        border-radius: 2px;
    line-height: 1;
    background-color: transparent;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .blog-single__inner .blog-single__thumbnail {
		margin-bottom: 30px;
        height: 357px;
    }
}

@media screen and (min-width: 768px) {
    .blog-single__inner .blog-single__thumbnail {
        flex-shrink: 0;
        max-width: 50%;
		z-index: 1;
    }
}

@media screen and (min-width: 1170px) {
    .blog-single__inner .blog-single__thumbnail {
		position: absolute;
		left: 0;
		top: -40px;
		width: 100%;
        max-width: calc(50% + 70px);
		height: calc(100% + 90px);
    }
}

.blog-single__thumbnail img {
    display: block;
    visibility: hidden;
}

.blog-single__inner .blog-single__content {
    position: relative;
	box-sizing: border-box;
	background-color: #FFF;
	z-index: 2;
}

@media screen and (min-width: 768px) {
	.blog-single__inner .blog-single__content {
		flex-grow: 1;
		padding: 43px 45px 33px;
		max-width: 570px;
	}
}

.blog-single__tags {
    display: block;
    position: relative;
    margin-bottom: 7px;
    font-style: normal;
    font-weight: 700;
    font-family: 'Helvetica Neue LT Roman', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    color: #1E4B87;
    text-transform: uppercase;
}

.blog-single__inner .blog-single__tags::before {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    content: '';
    width: 9px;
    height: 9px;
    vertical-align: middle;
    background-color: #FFBF00;
}

.blog-single__inner .blog-single__title {
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
    font-family: 'EB Garamond', 'Times New Roman', Times, serif;
    font-size: 30px;
    line-height: 39px;
    letter-spacing: -0.02em;  
    text-align: left;
    color: #1E4B87;
}

@media screen and (max-width: 767px) {
	.blog-single__inner .blog-single__title {
		line-height: 33px;
	}
}

.blog-single__inner .blog-single__meta {
    margin-bottom: 30px;
    color: #627B9C;
}

@media screen and (min-width: 768px) {
	.blog-single__inner .blog-single__meta {
		margin-bottom: 56px;
	}
}

.blog-single__meta em {
	font-style: normal;
}

.blog-single__inner .blog-card__excerpt {
	font-weight: 400;
	font-family: 'Helvetica Neue LT Light', Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 32px;
	color: #1E4B87;
	text-align: left;
}

.blog-card__highlight {
	margin-bottom: 28px;
	font-weight: 400;
	font-family: 'Helvetica Neue LT Light', Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 32px;
	color: #1E4B87;
	text-align: left;
}

.content-post-single h1,
.content-post-single h2,
.content-post-single h3,
.content-post-single h4,
.content-post-single h5,
.content-post-single h6 {
	margin-bottom: 30px;
}

.content-post-single h2 {
	font-size: 25px;
	line-height: 30px;
}

.content-post-single h3,
.content-post-single h4 {
	font-size: 20px;
}

.content-post-single h5,
.content-post-single h6 {
	font-size: 18px;
}

/*--------------------------------------------------------------
 #footer
--------------------------------------------------------------*/
.site-footer {
	position: relative;
	color: #505050;
	background-color: #F5F9FF;
	z-index: 3;
}

@media screen and (min-width: 768px) {
	.site-footer {
		overflow: hidden;
	}
}

/* --------- FOOTER LOGO & MENU --------- */
.logo-menu {
	padding-top: 67px;
	padding-bottom: 51px;
}

.logo-menu .boxed {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}

@media screen and (max-width: 767px) {
	.logo-menu .boxed {
		flex-direction: column;
	}
}

@media screen and (min-width: 768px) {
	.logo-menu .boxed {
		justify-content: stretch;
	}
}

.contact-column {
	margin-left: auto;
	margin-right: auto;
	max-width: 270px;
	color: #627B9C;
}

@media screen and (max-width: 767px) {
	.contact-column {
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 768px) {
	.contact-column {
		flex-shrink: 0;
		margin-right: 50px;
	}
}

@media screen and (min-width: 1170px) {
	.contact-column {
		margin-right: 130px;
	}
}

.contact-column .footer-logo {
	margin-bottom: 35px;
	line-height: 1;
}

.contact-column img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 170px;
}

@media screen and (min-width: 768px) {
	.contact-column img {
		margin-left: 0;
	}
}

.contact-column .footer-text {
	margin-bottom: 56px;
	padding: 0;
}

@media screen and (max-width: 767px) {
	.contact-column .footer-text {
		text-align: center;
	}
}

.footer-address {
	margin-bottom: 28px;
	font-style: normal;
}

@media screen and (max-width: 767px) {
	.footer-address {
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.footer-phone {
		text-align: center;
	}
}

.footer-phone a {
	color: #0068F2;
	text-decoration: none;
}

.footer-phone a:hover,
.footer-phone a:focus {
	text-decoration: underline;
}

@media screen and (min-width: 768px) {
	[class*="menu-column"] {
		flex-grow: 1;
		margin-left: 30px;
		width: 100%;
		max-width: 270px;
	}

	.menu-column-0 {
		margin-left: 0;
	}
}

@media screen and (min-width: 1170px) {
	[class*="menu-column"] {
		flex-shrink: 0;
	}

	.menu-column-0 {
		flex-shrink: 1;
		max-width: 170px;
	}
}

[class*="menu-column"] ul {
	margin: 0;
}

[class*="menu-column"] ul ul {
	display: none;
}

[class*="menu-column"] ul li {
	padding: 0;
}

@media screen and (max-width: 767px) {
	[class*="menu-column"] ul li {
		padding-left: 0;
		text-align: left;
	}

	[class*="menu-column"] ul li:not(:last-child) {
		margin-bottom: 10px;
	}
}

[class*="menu-column"] ul li::before {
	display: none;
}

[class*="menu-column"] .inner-menu-col:not(:last-child) {
	margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
	[class*="menu-column"] .inner-menu-col:not(:last-child) {
		margin-bottom: 81px;
	}
}

.footer-column-heading {
	display: block;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 18px;
	border-bottom: 1px solid rgba(115, 114, 150, 0.5);
	padding-bottom: 16px;
	font-weight: 400;
	font-family: 'Helvetica Neue LT Medium', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #1E4B87;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.footer-column-heading {
		padding-right: 30px;
		cursor: pointer;
	}
}

@media screen and (max-width: 767px) {
	.footer-column-heading::after {
		display: block;
		position: absolute;
		right: 10px;
		top: 10px;
		content: '';
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 7px solid #0068F2;
		width: 0;
		height: 0;
		transition: all 0.3s;
	}
}

@media screen and (max-width: 767px) {
	.footer-column-heading.open-footer-menu::after {
		border-top: unset;
		border-bottom: 7px solid #0068F2;
	}
}

@media screen and (max-width: 767px) {
	[class*="menu-column"] .close-footer-menu {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	[class*="menu-column"] nav {
		margin-bottom: 20px;
	}
}

[class*="menu-column"] a {
	font-weight: 400;
	font-family: 'Helvetica Neue LT Roman', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #627B9C;
	text-decoration: none;
	transition: all 0.3s;
}

@media screen and (max-width: 767px) {
	[class*="menu-column"] a {
		display: block;
	}
}

[class*="menu-column"] a:hover {
	color: #0068F2;
}

/* --------- COPYRIGHT/DEVELOPER --------- */
.copyright-developer .boxed {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	border-top: 1px solid rgba(115, 114, 150, 0.5);
	padding-top: 39px;
	padding-bottom: 42px;
}

@media screen and (max-width: 767px) {
	.copyright-developer .boxed {
		flex-direction: column;
	}
}

@media screen and (min-width: 768px) {
	.copyright-developer .boxed {
		justify-content: space-between;
		align-items: center;
	}
}

.copyright-developer,
.copyright-developer p {
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	color: #627B9C;
}

@media screen and (max-width: 767px) {
	.copyright-developer,
	.copyright-developer p {
		text-align: center;
	}
}

.copyright-developer a {
	font-weight: 400;
	color: #627B9C;
}

.copyright-developer p:first-child {
	margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
	.copyright-developer p:first-child {
		margin-bottom: 0;
	}
}

/*--------------------------------------------------------------
 #overrides
--------------------------------------------------------------*/

@media screen and (max-width: 767px) {
	.content-section.centered-mobile .section-content ul li {
		padding-left: 0;
	}
}

@media screen and (max-width: 767px) {
	.content-section.centered-mobile .section-content ul li::before {
		display: inline-block;
		position: relative;
		top: auto;
		left: auto;
		margin-right: 10px;
		vertical-align: middle;
	}
}

@media screen and (max-width: 767px) {
	.content-section.centered-mobile .section-content ol li {
		padding-left: 0;
	}
}

@media screen and (max-width: 767px) {
	.content-section.centered-mobile .section-content ol li::before {
		display: inline-block;
		position: relative;
		top: auto;
		left: auto;
		margin-right: 10px;
		vertical-align: middle;
	}
}

body .gform_footer input[type="submit"] {
	padding: 9px 13px;
}
