
 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: #616161;
	font-weight: 400;
	font-size: 17px;
	line-height: 35px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 25px;
	font-weight: 400;
	font-family: 'Red Hat Display', Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #151515;
}

h1 {
	font-size: 90px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-weight: 700;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 25px;
}

h5,
h6 {
	font-weight: 700;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 20px;
}

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

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: 4px;
	top: 10px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	        border-radius: 50%;
	content: '';
	width: 5px;
	height: 5px;
	background-color: #6d215d;
}

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: #6d215d;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #6d215d;
}

.section-content a {
	color: #6d215d;
	text-decoration: none;
}

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

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: #FFF;
	background-color: #12232E;
	box-shadow: rgba(45, 92, 124, 0.1);
}

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: 100px;
		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: 5px;
	   -moz-border-radius: 5px;
	     -o-border-radius: 5px;
		    border-radius: 5px;
	border: 1px solid #6d215d;
	padding: 12px 24px;
	min-width: 121px; /* 143px */
	height: auto;
	font-weight: 700;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.2;
	color: #6d215d;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background-color: transparent;
	transition: all 0.3s;
	cursor: pointer;
	z-index: 1;
}

a.btn.btn-light {
	color: #FFF;
	border-color: #FFF;
}

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: #6d215d;
	color: #FFF;
	text-decoration: none;
	background-color: transparent;
}

a.btn.btn-light:hover {
	color: #6d215d;
	border-color: #FFF;
}

a.btn::after,
button.btn::after,
input[type="submit"].btn::after,
input[type="reset"].btn::after,
body .gform_footer input[type="submit"]::after,
body .alm-btn-wrap .alm-load-more-btn::after,
.nav-previous a::after,
.nav-next a::after {
	display: block;
	position: absolute;
	left: 3px;
	top: 3px;
	content: '';
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	background-color: #6d215d;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	z-index: -1;
}

a.btn:hover::after,
button.btn:hover::after,
input[type="submit"].btn:hover::after,
input[type="reset"].btn:hover::after,
body .gform_footer input[type="submit"]:hover::after,
body .alm-btn-wrap .alm-load-more-btn:hover::after,
.nav-previous a:hover::after,
.nav-next a::after {
	opacity: 1;
}

a.btn.btn-light::after {
	color: #6d215d;
	background-color: #FFF;
}

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: 5px;
		   -moz-border-radius: 5px;
			 -o-border-radius: 5px;
				border-radius: 5px;
		border: 1px solid #6d215d;
		padding: 10px 24px;
		min-width: 138px;
		height: auto;
		font-weight: 700;
		font-family: 'Roboto', Arial, Helvetica, sans-serif;
		font-size: 15px;
		line-height: 1.2;
		color: #6d215d;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		background-color: transparent;
		transition: all 0.3s;
		cursor: pointer;
		z-index: 1;
	}

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

	.main-navigation .contact-menu > a::after,
	.main-navigation li.contact-menu a:focus::after,
	.main-navigation li.current-menu-item.contact-menu > a::after,
	.main-navigation li.current_page_ancestor.contact-menu > a::after,
	.main-navigation li.current-menu-parent.contact-menu > a::after,
	#menu-footer-navigation .contact-menu > a::after {
		display: block;
		position: absolute;
		left: 3px;
		top: 3px;
		content: '';
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
			 -o-border-radius: 3px;
				border-radius: 3px;
		width: calc(100% - 6px);
		height: calc(100% - 6px);
		background-color: #6d215d;
		transition: all 0.3s ease-in-out;
		opacity: 0;
		z-index: -1;
	}

	.main-navigation .contact-menu > a:hover::after,
	.main-navigation li.contact-menu a:focus::after,
	.main-navigation li.current-menu-item.contact-menu > a::after,
	.main-navigation li.current_page_ancestor.contact-menu > a::after,
	.main-navigation li.current-menu-parent.contact-menu > a::after,
	#menu-footer-navigation .contact-menu > a:hover::after {
		opacity: 1;
	}
}

.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: 5px;
	   -moz-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
    border: 2px solid #6d215d;
    padding: 16px 7px 9px;
    background: transparent none;
}

button.menu-toggle:hover {
    border: 2px solid #6d215d;
}

.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 #6d215d;
    border-bottom: 2px solid #6d215d;
    height: 9px;
	width: 22px;
	cursor: pointer;
}

.menu-toggle .toggle-icon::before {
	display: block;
	position: absolute;
	top: -9px;
	left: 0;
	border-top: 2px solid #6d215d;
	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:not(.mobile-only),
	#menu-footer-navigation > li:not(.mobile-only) {
		margin-left: 25px;
		margin-right: 25px;
	}

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

	.main-navigation ul#primary-menu > li:not(.mobile-only):last-child,
	.main-navigation ul#primary-menu > li.contact-menu,
	#menu-footer-navigation > li:not(.mobile-only):last-child {
		margin-right: 0;
	}
}

.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: 700;
	font-size: 15px;
	line-height: 1.2;
    color: #474443;
	text-decoration: none;
	text-transform: uppercase;
}

#menu-footer-navigation a {
	padding: 0;
	color: #081F40;
}

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

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

.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 li:not(.contact-menu) a:hover,
.main-navigation li:not(.contact-menu) a:focus,
.main-navigation li.current-menu-item:not(.contact-menu) > a,
.main-navigation li.current_page_ancestor:not(.contact-menu) > a,
.main-navigation li.current-menu-parent:not(.contact-menu) > 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: #6d215d;
}

@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: #6d215d;
	}
}

@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: 2px solid transparent;
		border-bottom: 2px solid transparent;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.main-navigation #primary-menu li.current-menu-item:not(.contact-menu) > a,
	.main-navigation #primary-menu li.current_page_ancestor:not(.contact-menu) > a,
	.main-navigation #primary-menu li.current-menu-parent:not(.contact-menu) > a,
	#menu-footer-navigation li.current-menu-item:not(.contact-menu) > a,
	#menu-footer-navigation li.current_page_ancestor:not(.contact-menu) > a,
	#menu-footer-navigation li.current-menu-parent:not(.contact-menu) > a {
		border-bottom-color: #6d215d;
	}

	.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: #6d215d;
	}
}

/*--------------------------------------------------------------
 #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;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
	z-index: 99999;
}

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

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

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

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

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

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

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

.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;
	}
}

/*--------------------------------------------------------------
 #topbar
--------------------------------------------------------------*/
.content-top-bar {
	padding-top: 7px;
	padding-bottom: 5px;
	background-color: #EAEAEA;
}

.content-top-bar a {
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
	color: #6d215d;
	text-transform: uppercase;
}

.content-top-bar a:hover,
.content-top-bar a:focus {
	color: #6d215d;
}

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

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

.content-top-bar li {
	position: relative;
	line-height: 1;
}

.content-top-bar li:not(:first-child) {
	padding-left: 24px;
}

.content-top-bar li:not(:last-child) {
	padding-right: 24px;
}

.content-top-bar li::before {
	left: -1px;
	top: 1px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	     -o-border-radius: 0;
	        border-radius: 0;
	width: 1px;
	height: 16px;
	background-color: #474443;
}

.content-top-bar li:first-child::before {
	display: none;
}

/*--------------------------------------------------------------
 #headline
--------------------------------------------------------------*/
.page-headline {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.page-headline::before {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 129px;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
	z-index: 1;
}

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

@media screen and (min-width: 768px) {
	.page-headline .boxed {
		min-height: 260px;
	}
}

.page-headline h1.page-title,
.page-headline strong.page-title {
	display: block;
	position: relative;
	margin-bottom: 0;
	font-weight: 500;
	font-family: 'Red Hat Display', Arial, Helvetica, sans-serif;
	font-size: 35px;
	line-height: 1.3;
	color: #6d215d;
	text-align: left;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
	.page-headline h1.page-title,
	.page-headline strong.page-title {
		font-size: 70px;
		line-height: 90px;
	}
}

/*--------------------------------------------------------------
 #flexible
--------------------------------------------------------------*/
.has-sidebar .content-section:not(:last-child) {
	margin-bottom: 70px;
}

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: 25px;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	color: #6d215d;
	letter-spacing: 0.2em;
	text-align: center;
	text-transform: uppercase;
}

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

h1.section-heading,
h2.section-heading,
strong.section-heading {
	display: block;
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 30px;
	line-height: 1.2;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #E8E8E8;
	text-align: left;
}

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

.has-sidebar .content-section h1.section-heading,
.has-sidebar .content-section h2.section-heading,
.has-sidebar .content-section strong.section-heading {
	margin-bottom: 48px;
	border-bottom: 1px solid #6d215d;
	padding-top: 7px;
	padding-bottom: 12px;
	font-weight: 400;
	font-family: 'Red Hat Display', Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 40px;
	color: #000;
	text-align: left;
	text-transform: none;
	background-color: #FFF;
}

@media screen and (min-width: 768px) {
	.has-sidebar .content-section h1.section-heading,
	.has-sidebar .content-section h2.section-heading,
	.has-sidebar .content-section strong.section-heading {
		padding-bottom: 22px;
	}
}

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;
	}
}

@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-content {
	color: #505050;
	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;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	     -o-border-radius: 0;
	        border-radius: 0;
	background-color: transparent;
}

ul.tab-list {
	flex-shrink: 0;
	box-sizing: border-box;
	margin-bottom: 0;
	border-right: 2px solid #92D400;
	padding: 0;
	width: 213px;
}

ul.tab-list li {
	margin-bottom: 30px;
	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: 27px;
	font-weight: 400;
	font-size: 25px;
	line-height: 35px;
	color: #005172;
	text-align: left;
	text-decoration: none;
	transition: padding 0.3s, font-weight 0.3s;
}

ul.tab-list li a::before {
	display: block;
	position: absolute;
	left: 2px;
	top: 10px;
	content: '';
	width: 16px;
	height: 15px;
	background: transparent url(img/common/icon_sprite.html) no-repeat 0 -100px;
	transition: left 0.3s;
}

ul.tab-list li a::after {
	display: block;
	position: absolute;
	right: 0;
	top: 18px;
	content: '';
	width: 0;
	height: 2px;
	background: #92D400 none;
	transition: width 0.3s;
}

ul.tab-list li a:hover,
ul.tab-list li.ui-state-active a {
	padding-left: 46px;
	font-weight: 700;
	color: #92D400;
}

ul.tab-list li a:hover::before,
ul.tab-list li.ui-state-active a::before {
	left: 21px;
	background-position: 0 0;
}

ul.tab-list li a:hover::after,
ul.tab-list li.ui-state-active a::after {
	width: 47px;
}

.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: 20px;
	background-color: transparent;
}

@media screen and (min-width: 768px) {
	.tab-content {
		padding: 0 0 0 58px;
	}
}

.tab-content ul {
	margin-bottom: 0;
}

.tab-content .tab-list ul li {
	margin-bottom: 27px;
	padding-left: 46px;
	font-weight: 700;
	font-size: 20px;
	line-height: 27px;
	color: #4D4F53;
}

.tab-content .tab-list ul li::before {
	top: 15px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	     -o-border-radius: 3px;
			border-radius: 3px;
	width: 5px;
	height: 5px;
	background-color: #4D4F53;
}

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

/*--------------------------------------------------------------
 #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% - 9px);
	border: 0 none;
	padding: 0;
	width: 9px;
	height: 18px;
	text-align: left;
	text-indent: -9999em;
	cursor: pointer;
	overflow: hidden;
	z-index: 9;
}

.slick-arrow.slick-prev {
	left: -67px;
	background: transparent url(img/common/slide_previous.svg) no-repeat left top;
	background-size: 9px 18px;
}

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

.slick-arrow.slick-next {
	right: -67px;
	background: transparent url(img/common/slide_next.svg) no-repeat left top;
	background-size: 9px 18px;
}

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

.slick-arrow.slick-prev:hover {
	filter: brightness(0) saturate(100%) invert(89%) sepia(18%) saturate(132%) hue-rotate(152deg) brightness(84%) contrast(84%);
}

.slick-arrow.slick-next:hover {
	filter: brightness(0) saturate(100%) invert(89%) sepia(18%) saturate(132%) hue-rotate(152deg) brightness(84%) contrast(84%);
}

.slick-slider ul.slick-dots {
	position: absolute;
	left: 50%;
	bottom: 30px;
	margin: 0;
	width: 100%;
	max-width: 1170px;
	font-size: 0;
	line-height: 1;
	text-align: center;
	transform: translateX(-50%);
	z-index: 6;
}

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

.slick-slider ul.slick-dots li {
	display: inline-block;
	margin-left: 7px;
	margin-right: 7px;
	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: 2px;
	   -moz-border-radius: 2px;
	     -o-border-radius: 2px;
	        border-radius: 2px;
	padding: 0;
	width: 30px;	
	height: 2px;	
	text-align: left;
	text-indent: -9999em;
	background-color: #FFF;
	overflow: hidden;
	cursor: pointer;
}

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

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

.default-404 .boxed {
	min-height: 300px;
}

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

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

/* --------- CALL-TO-ACTION BAR --------- */
@media screen and (min-width: 768px) {
	.default-cta-bar .boxed {
		overflow: hidden;
	}
}

.default-cta-bar .cta-columns {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	box-sizing: border-box;
}

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

@media screen and (min-width: 768px) {
	.default-cta-bar .cta-columns {
		justify-content: stretch;
	}
}

.default-cta-bar .cta-column {
	flex: 1 1 0;
	display: flex;
	justify-content: stretch;
	align-items: stretch;
	position: relative;
	background-color: #FFF;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}		

@media screen and (min-width: 768px) {
	.default-cta-bar .cta-column:first-child {
		justify-content: flex-end;
	}

	.default-cta-bar .cta-column:last-child {
		justify-content: flex-start;

	}
}

.cta-column::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	box-shadow: inset 0px 0px 50px rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.cta-column:first-child::before {
	background-color: rgba(15, 10, 75, 0.8);
}

.cta-column:last-child::before {
	background-color: rgba(5, 107, 110, 0.8);
}

.default-cta-bar .cta-inner {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	padding-top: 55px;
	padding-bottom: 55px;
	z-index: 3;
}

@media screen and (max-width: 959px) {
	.default-cta-bar .cta-inner {
		flex-direction: column;
		text-align: center;
		padding: 55px 20px;
	}
}

@media screen and (min-width: 960px) {
	.default-cta-bar .cta-inner {
		justify-content: stretch;
		padding-left: 20px;
		padding-right: 20px;
		max-width: 585px;
	}

	.default-cta-bar .cta-column:first-child .cta-inner {
		padding-right: 50px;
	}

	.default-cta-bar .cta-column:last-child .cta-inner {
		padding-left: 50px;
	}
}

@media screen and (min-width: 1200px) {
	.default-cta-bar .cta-inner {
		padding-left: 0px;
		padding-right: 0px;
	}

	.default-cta-bar .cta-column:first-child .cta-inner {
		padding-right: 155px;
	}

	.default-cta-bar .cta-column:last-child .cta-inner {
		padding-left: 126px;
	}
}

.default-cta-bar .cta-column__text {
	display: block;
	font-weight: 400;
	font-family: 'Red Hat Display', Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 40px;
	color: #FFF;
	text-align: center;
}

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

@media screen and (min-width: 960px) {
	.default-cta-bar .cta-column__text {
		flex-grow: 1;
		text-align: left;
	}
}

@media screen and (min-width: 960px) {
	.default-cta-bar .btn {
		flex-shrink: 0;
		margin-left: 20px;
		margin-right: 0;
	}
}

/* --------- HEADING & TEXT --------- */
.content-container:not(.has-sidebar) .content-heading-text {
	position: relative;
	padding-top: 59px;
	padding-bottom: 70px;
}

.content-container:not(.has-sidebar) .content-heading-text .section-content,
.content-container:not(.has-sidebar) .content-heading-text .section-content p {
	font-size: 20px;
	line-height: 35px;
}

/* --------- SCRIPT --------- */
.content-script {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
}

/* --------- TWO COLUMN BANNER --------- */
.content-twocol-banner {
	position: relative;
	padding-top: 63px;
	padding-bottom: 83px;
	background-color: #FAFAFA;
	z-index: 1;
}

.content-twocol-banner .section-mini-heading {
	text-align: center;
}

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

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

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

.content-twocol-banner a.section-column {
	position: relative;
	max-width: 570px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.content-twocol-banner a.section-column {
		margin-left: auto;
		margin-right: auto;
	}

	.content-twocol-banner a.section-column:not(:last-child) {
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 768px) {
	.content-twocol-banner a.section-column {
		flex: 1 1 0;
		margin-left: 15px;
		margin-right: 15px;
	}
}

.content-twocol-banner a.section-column:hover {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.content-twocol-banner .section-column__banner {
	position: relative;
	-webkit-border-radius: 5px 5px 0 0;
	   -moz-border-radius: 5px 5px 0 0;
	     -o-border-radius: 5px 5px 0 0;
		    border-radius: 5px 5px 0 0;
	line-height: 1;
	box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.25);
	overflow: hidden;
}

.content-twocol-banner .section-column__banner figcaption {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
    border: 1px solid #6d215d;
    padding: 14px 24px;
    min-width: 143px;
    height: auto;
    font-weight: 700;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 0.3s ease-in-out;
	z-index: 3;
}

.content-twocol-banner .section-column__banner figcaption::before {
	display: block;
	position: absolute;
    left: 3px;
    top: 3px;
    content: '';
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background-color: #6d215d;
    transition: all 0.3s ease-in-out;
	z-index: -1;
}

.content-twocol-banner a:hover .section-column__banner figcaption {
	opacity: 1;
}

.content-twocol-banner a .section-column__banner::before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	transition: all 0.3s ease-in-out;
	opacity: 0;
	z-index: 2;
}

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

.content-twocol-banner .section-column__banner img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	z-index: -2;
}

.content-twocol-banner a .section-column__heading {
	display: block;
	padding: 21px 10px 23px;
	font-weight: 700;
	font-family: 'Red Hat Display', Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1.2;
	color: #474443;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.content-twocol-banner a .section-column__heading {
		font-size: 25px;
		line-height: 33px;
	}
}

.content-twocol-banner a:hover .section-column__heading {
	color: #6d215d;
}

/* --------- LOGO SLIDER --------- */
.content-logo-slider {
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #FFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
	z-index: 3;
}

@media screen and (min-width: 768px) {
	.content-logo-slider {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

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

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

@media screen and (min-width: 960px) {
	.content-logo-slider .boxed {
		justify-content: stretch;
		align-items: center;
	}	
}

.content-logo-slider .section-heading {
	margin-bottom: 30px;
	font-weight: 700;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 23px;
	letter-spacing: normal;
	color: #474443;
	text-align: center;
	text-transform: none;
}

@media screen and (min-width: 960px) {
	.content-logo-slider .section-heading {
		flex-shrink: 0;
		margin-right: 20px;
		margin-bottom: 0;
		max-width: 146px;
		text-align: left;
	}
}

@media screen and (min-width: 1200px) {
	.content-logo-slider .section-heading {
		margin-right: 43px;
	}	
}

@media screen and (min-width: 960px) {
	.content-logo-slider .section-columns {
		flex-grow: 1;
		max-width: 980px;
	}
}

.content-logo-slider .slick-initialized .section-column.slick-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 15px;
	margin-right: 15px;
	height: 100px;
	line-height: 1;
}

@media screen and (min-width: 960px) {
	.content-logo-slider .slick-initialized .section-column.slick-slide {
		margin-left: 25px;
		margin-right: 25px;
	}
}

.content-logo-slider .section-column img {
	max-width: 147px;
	max-height: 100px;
}

/* --------- TEXT WITH LEFT/RIGHT IMAGE --------- */
.content-leftright-image {
	position: relative;
	padding-top: 75px;
	padding-bottom: 85px;
	background-color: #FAFAFA;
}

.content-leftright-image .section-columns:not(:last-child) {
	margin-bottom: 80px;
}

.content-leftright-image .section-columns {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	position: relative;
	z-index: 1;
}

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

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

.content-leftright-image .section-column__image {
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
	width: 100%;
	box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.25);
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.content-leftright-image .section-column__image {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
		height: auto;
	}
}

@media screen and (min-width: 768px) {
	.content-leftright-image .section-column__image {
		flex-shrink: 0;
		margin-left: 70px;
	}

	.content-image-right .section-column__image {
		order: 2;
		margin-left: 70px;
		margin-right: 0;
	}

	.content-image-left .section-column__image {
		margin-left: 0;
		margin-right: 60px;
	}
}

@media screen and (min-width: 960px) {
	.content-leftright-image .section-column__image {
		max-width: 570px;
	}
}

.content-leftright-image .section-column__image img {
	display: block;
	position: relative;
	width: 100%;
	z-index: -2;
}

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

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

	.content-image-right .section-column__content {
		order: 1;
	}
}

@media screen and (max-width: 767px) {
	.content-leftright-image .section-mini-heading {
		text-align: center;
	}
}

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

.content-leftright-image .section-heading {
	margin-bottom: 25px;
	font-weight: 400;
	font-family: 'Red Hat Display', Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 40px;
	color: #151515;
}

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

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

.content-leftright-image .section-content {
	color: #616161;
}

.content-leftright-image .section-buttons {
	margin-top: 50px;
}

/* --------- JOB ACCORDION --------- */
.content-job-accordion {
	position: relative;
}

.accrdion-entry:not(:last-child) {
	margin-bottom: 23px;
}

.accrdion-header {
	display: block;
	position: relative;
	padding: 15px 80px 15px 17px;
	font-weight: 400;
	font-size: 21px;
	line-height: 32px;
	text-align: left;
	color: #000;
	background-color: #FFF;
	cursor: pointer;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
	transition: all 0.3s ease-in-out;
}

.accrdion-header:hover,
.accrdion-active .accrdion-header {
	color: #6d215d;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.accrdion-header::after {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	content: '';
	width: 60px;
	height: 60px;
	background-color: transparent;
	background-image: url(img/common/accordion_open.svg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px 12px;
}

.accrdion-active .accrdion-header::after {
	background-image: url(img/common/accordion_close.svg);
	background-size: 10px 4px;
}

.accrdion-content {
	display: none;
	margin-top: 1px;
	padding: 13px 32px 25px 30px;
}

.job-description__heading {
	display: block;
	margin-bottom: 16px;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #081F40;
}

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

.job-description__content {
	font-weight: 400;
	color: #616161;
}

.job-description__content ol li,
.job-description__content ul li {
	line-height: 35px;
}

.job-description__content p {
	margin-bottom: 25px;
}

.job-description__content a,
.job-description__content b,
.job-description__content strong {
	color: #6d215d;
}

.job-description__content p > strong:only-child {
	font-weight: 400;
	font-size: 21px;
	line-height: 32px;
	text-align: left;
	color: #6d215d;
}


.job-description__content a:hover {
	color: #6d215d;
}

/* --------- TESTIMONIAL SLIDER --------- */
.content-testimonial-slider {
	position: relative;
	padding-top: 79px;
	padding-bottom: 83px;
	background-color: #FFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
	z-index: 3;
}

.testimonial-flex {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	position: relative;
	z-index: 1;
}

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

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

.testimonial-card__image {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	max-width: 570px;
	line-height: 1;
	box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.25);
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.testimonial-card__image {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 768px) {
	.testimonial-card__image {
		flex-shrink: 0;
		order: 2;
		margin-left: 63px;
	}
}

@media screen and (min-width: 768px) and (max-width: 959px) {
	.testimonial-card__image {
		max-width: 350px;
	}
}

@media screen and (min-width: 960px) {
	.testimonial-card__image {
		max-width: 570px;
	}
}

.testimonial-card__image img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	z-index: -2;
}

@media screen and (min-width: 768px) {
	.testimonial-card__content {
		flex-grow: 1;
		order: 1;
	}
}

@media screen and (min-width: 768px) {
	.testimonial-card__miniheading,
	.testimonial-card__heading {
		display: block;
	}
}

.testimonial-card__miniheading {
	margin-bottom: 29px;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	color: #6d215d;
	letter-spacing: 0.2em;
	text-align: left;
	text-transform: uppercase;
}

.testimonial-card__heading {
	margin-bottom: 38px;
	font-weight: 400;
	font-family: 'Red Hat Display', Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 40px;
	color: #151515;
	text-align: left;
}

.content-testimonial-slider h2.section-mini-heading.mobile-only {
	text-align: center;
}

.content-testimonial-slider h1.section-heading.mobile-only,
.content-testimonial-slider h2.section-heading.mobile-only,
.content-testimonial-slider strong.section-heading.mobile-only {
	color: #151515;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.content-testimonial-slider h1.section-heading.mobile-only,
	.content-testimonial-slider h2.section-heading.mobile-only,
	.content-testimonial-slider strong.section-heading.mobile-only {
		display: none;
	}
}

.testimonial-card__text {
	margin-bottom: 47px;
	font-style: italic;
	font-weight: 400;
	font-family: 'Playfair Display', 'Times New Roman', Times, serif;
	font-size: 20px;
	line-height: 45px;
	text-align: center;
	color: #151515;
}

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

.testimonial-card__meta {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 20px;
}

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

@media screen and (min-width: 768px) {
	.testimonial-card__meta {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

.testimonial-card__name {
	position: relative;
	padding-left: 80px;
	padding-top: 11px;
}

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

@media screen and (min-width: 768px) {
	.testimonial-card__name {
		margin-right: 20px;
	}
}

.testimonial-card__name::before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 59px;
	height: 48px;
	background: transparent url(img/common/quote.png) no-repeat left top;
}

.testimonial-card__name {
	font-weight: 700;
	font-family: 'Playfair Display', 'Times New Roman', Times, serif;
	font-size: 20px;
	line-height: 35px;
	text-align: left;
	color: #151515;
}

.testimonial-card__arrows {
	position: relative;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
	font-size: 0;
	text-align: center;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.testimonial-card__arrows button {
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
	width: 60px;
	height: 60px;
	vertical-align: middle;
	background-color: #FFF;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px 27px;
}

.testimonial-card__arrows button:hover {
	background-color: #6d215d;
}

.testimonial-card__arrows button.slick-prev-testimonial {
	background-image: url(img/common/prev-black.svg);
}

.testimonial-card__arrows button.slick-prev-testimonial:hover {
	background-image: url(img/common/prev-white.svg);
}

.testimonial-card__arrows button.slick-next-testimonial {
	background-image: url(img/common/next-black.svg);
}

.testimonial-card__arrows button.slick-next-testimonial:hover {
	background-image: url(img/common/next-white.svg);
}

/* --------- CONTACT --------- */
.content-contact {
	padding-top: 43px;
	padding-bottom: 42px;
}

.contact-columns {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	position: relative;
	z-index: 1;
}

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

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

.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__image {
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
	width: 100%;
	max-width: 570px;
	line-height: 1;
	box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.25);
	overflow: hidden;
}

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

@media screen and (min-width: 768px) {
	.contact-column__image {
		flex-shrink: 0;
		margin-left: 30px;
		max-width: 350px;
	}
}

@media screen and (min-width: 1200px) {
	.contact-column__image {
		margin-left: 57px;
		max-width: 570px;
	}
}

.contact-column__image img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	z-index: -2;
}

.contact-column__content,
.contact-column__content p {
	line-height: 35px;
	color: #616161;
}

.contact-column__content p:not(:last-child) {
	margin-bottom: 25px;
}

.contact-column__content a {
	font-weight: 700;
	font-size: 15px;
	color: #6d215d;
}

.contact-column__content a:hover,
.contact-column__content a:focus {
	color: #6d215d;
}

.contact-column__heading {
	display: block;
	margin-bottom: 38px;
	border-bottom: 1px solid #6d215d;
	padding-bottom: 12px;
	font-weight: 400;
	font-family: 'Red Hat Display', Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 40px;
	color: #000;
	text-align: left;
}

@media screen and (min-width: 768px) {
	.contact-column__heading {
		padding-top: 25px;
	}
}

/* --------- MAP --------- */
.content-map {
	position: relative;
}

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

@media screen and (max-width: 767px) {
	.map-container {
		padding-bottom: 60%;
	}
}

@media screen and (max-width: 449px) {
	.map-container {
		padding-bottom: 80%;
	}
}

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

/* --------- MY BUSINESS --------- */
.content-mybusiness {
	position: relative;
	margin-top: 67px;
	margin-bottom: 66px;
}

.content-mybusiness,
.content-mybusiness p {
	line-height: 30px;
	color: #424242;
}

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

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

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

.details-container {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.details-container {
		margin-bottom: 38px;
		text-align: center;
	}
}

@media screen and (min-width: 768px) {
	.details-container {
		flex-shrink: 0;
		max-width: 300px;
		margin-right: 30px;
	}
}

@media screen and (min-width: 1170px) {
	.details-container {
		max-width: 388px;
		margin-right: 77px;
	}
}

.details-inner:not(:last-child) {
	margin-bottom: 38px;
}

.hours-container {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.hours-container {
		margin-bottom: 38px;
	}
}

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

.content-mybusiness ul.mybusiness_hours {
	margin-bottom: 0;
}

.content-mybusiness ul.mybusiness_hours li {
	display: flex;
	justify-content: stretch;
	align-items: flex-start;
	padding-left: 0;
	line-height: 35px;
}

@media screen and (min-width: 400px) and (max-width: 767px) {
	.content-mybusiness ul.mybusiness_hours li {
		justify-content: center;
	}
}

@media screen and (min-width: 768px) and (max-width: 959px) {
	.content-mybusiness ul.mybusiness_hours li {
		justify-content: flex-start;
	}
}

.content-mybusiness ul.mybusiness_hours li strong {
	box-sizing: border-box;
	font-weight: 400;
	text-align: left;
}

@media screen and (max-width: 399px) {
	.content-mybusiness ul.mybusiness_hours li strong {
		padding-left: 30px;
	}
}

@media screen and (min-width: 400px) and (max-width: 767px) {
	.content-mybusiness ul.mybusiness_hours li strong {
		text-align: right;
	}
}

@media screen and (max-width: 767px) {
	.content-mybusiness ul.mybusiness_hours li strong {
		width: 50%;
		padding-right: 5px;
	}
}

@media screen and (min-width: 768px) {
	.content-mybusiness ul.mybusiness_hours li strong {
		margin-right: 10px;
	}
}

@media screen and (min-width: 960px) {
	.content-mybusiness ul.mybusiness_hours li strong {
		flex-shrink: 0;
		width: 130px;
	}
}

.content-mybusiness ul.mybusiness_hours li span {
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.content-mybusiness ul.mybusiness_hours li span {
		width: 50%;
		padding-left: 5px;
	}
}

@media screen and (min-width: 768px) {
	.content-mybusiness ul.mybusiness_hours li span {
		flex-grow: 1;
	}
}

.content-mybusiness ul.mybusiness_hours li::before {
	display: none;
}

.content-mybusiness .map-container {
	box-sizing: border-box;
	border: 1px solid #6d215d;
	width: 100%;
	height: 447px;
}

@media screen and (max-width: 767px) {
	.content-mybusiness .map-container {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 768px) {
	.content-mybusiness .map-container {
		flex-shrink: 0;
		margin-left: 30px;
		max-width: 300px;
	}
}

@media screen and (min-width: 1170px) {
	.content-mybusiness .map-container {
		margin-left: 50px;
		max-width: 375px;
	}
}

.content-mybusiness .mybusiness_heading {
	display: block;
	margin-bottom: 14px;
	font-weight: 700;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #6d215d;
	letter-spacing: 0.2em;
	text-align: center;
	text-transform: uppercase;
}

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

.content-mybusiness .mybusiness_name {
	display: block;
	color: #424242;
}

.content-mybusiness .mybusiness_address {
	margin: 0;
	font-style: normal;
}

.content-mybusiness .section-buttons {
	margin-top: 41px;
}

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

.content-main-banner .boxed .boxed {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
	padding-top: 30px;
	padding-bottom: 80px;
}

@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 {
		justify-content: center;
		align-items: flex-end;
		margin-left: auto;
		margin-right: auto;
		padding-top: 80px;
		padding-bottom: 80px;
		max-width: 1170px;
		min-height: 620px;
	}
}

.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 top !important;
	background-size: cover;
}

@media screen and (max-width: 767px) {
	.content-main-banner .section-slide {
		background-position: right top;
	}
}

.content-main-banner h1.section-slide__heading,
.content-main-banner h2.section-slide__heading {
	display: block;
	margin-bottom: 30px;
	font-weight: 400;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 30px;
	color: #474443;
	text-align: center;
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	.content-main-banner h1.section-slide__heading,
	.content-main-banner h2.section-slide__heading {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
		-webkit-border-radius: 5px 5px 0 0;
		   -moz-border-radius: 5px 5px 0 0;
		     -o-border-radius: 5px 5px 0 0;
			    border-radius: 5px 5px 0 0;
		padding: 20px 20px 0;
		width: 100%;
		max-width: 85%;
		background-color: rgba(255, 255, 255, 0.6);
	}
}

@media screen and (min-width: 768px) {
	.content-main-banner h1.section-slide__heading,
	.content-main-banner h2.section-slide__heading {
		text-align: left;
	}
}

.content-main-banner .section-slide__text {
	box-sizing: border-box;
	max-width: 85%;
	font-weight: 400;
	font-family: 'Red Hat Display', Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 1.2;
	color: #333333;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.content-main-banner .section-slide__text {
		margin-left: auto;
		margin-right: auto;
		-webkit-border-radius: 0 0 5px 5px;
		   -moz-border-radius: 0 0 5px 5px;
		     -o-border-radius: 0 0 5px 5px;
			    border-radius: 0 0 5px 5px;
		padding: 15px 20px 20px;
		background-color: rgba(255, 255, 255, 0.6);
	}

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

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

@media screen and (min-width: 768px) {
	.content-main-banner .section-slide__text.no-heading {
		font-size: 28px;
		line-height: 40px;
	}
}

.content-main-banner .section-buttons {
	margin-top: 30px;
	text-align: left;
}

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

@media screen and (max-width: 767px) {
	.content-main-banner a.btn {
		color: #FFF;
	}
}

@media screen and (max-width: 767px) {
	.content-main-banner a.btn::after {
		background-color: #6d215d;
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	.content-main-banner a.btn:hover::after {
		background-color: #6d215d;
	}
}

/*--------------------------------------------------------------
 #withsidebar
--------------------------------------------------------------*/
/* --------- GENERAL --------- */
.has-sidebar .content-section:last-child {
	margin-bottom: 0;
}

/* --------- TEXT --------- */
.content-sidebar-heading-text {
	margin-bottom: 70px;
}

.section-inner-row {
	position: relative;
	margin-bottom: 40px;
	z-index: 1;
}

.section-inner-row .section-row-image {
	position: relative;
	margin-bottom: 44px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
	width: 100%;
	line-height: 1;
	box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.25);
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.section-inner-row .section-row-image {
		margin-left: auto;
		margin-right: auto;
	}
}

.section-inner-row .section-row-image img {
	display: block;
	position: relative;
	width: 100%;
	z-index: -2;
}

.section-inner-row .section-content {
	color: #616161;
}

.section-inner-row .section-content ul,
.section-inner-row .section-content ol {
	margin-bottom: 35px;
}

.section-inner-row .section-content ul:last-child,
.section-inner-row .section-content ol:last-child {
	margin-bottom: 0;
}

.section-inner-row .section-content ul li,
.section-inner-row .section-content ol li {
	line-height: 35px;
}

.section-inner-row .section-content ol li {
	text-align: left;
}

.section-inner-row .section-content ol li::before {
	font-weight: 400;
	color: #616161;
}

.section-inner-row .section-content ul li::before {
	top: 15px;
	background-color: #616161;
}

.section-inner-row .section-content .content-subheading {
	display: block;
	margin-bottom: 25px;
	font-weight: 400;
	font-size: 21px;
	line-height: 32px;
	text-align: left;
	color: #000;
}

.section-inner-row .map-container {
	margin-bottom: 30px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
	padding-bottom: 54.35%;
	max-width: 570px;
	box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 767px) {
	.section-inner-row .map-container {
		margin-left: auto;
		margin-right: auto;
	}
}

.section-inner-row ul.section-row-list {
	columns: 150px 2;
	gap: 30px;
}

.section-inner-row ul.section-row-list li {
	margin-bottom: 22px;
	padding: 0;
	line-height: 1.4;
	text-align: left;
}

.section-inner-row ul.section-row-list li::before {
	display: none;
}

/* --------- TEAM MEMBER --------- */
.content-team-member {
	position: relative;
	z-index: 1;
}

.content-team-member .section-rows__member:not(:last-child) {
	margin-bottom: 35px;
}

.content-team-member .section-row__photo {
	position: relative;
	margin-bottom: 39px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
	line-height: 1;
	box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.25);
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.content-team-member .section-row__photo {
		margin-left: auto;
		margin-right: auto;
	}
}

.content-team-member .section-row__photo img {
	display: block;
	position: relative;
	width: 100%;
	z-index: -2;
}

.content-team-member .section-row__name {
	display: block;
	margin-bottom: 22px;
	font-weight: 700;
	font-family: 'Red Hat Display', Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 33px;
	color: #000;
	text-align: center;
}

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

.content-team-member .section-row__description {
	color: #616161;
	text-align: left;
}

.content-team-member .section-row__label {
	display: block;
	margin-bottom: 19px;
	font-weight: 400;
	font-size: 21px;
	line-height: 32px;
	text-align: left;
	color: #6d215d;
}

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

.content-team-member .section-row__bio {
	margin-top: 35px;
}

.content-team-member .section-row__education,
.content-team-member .section-row__awards {
	margin-top: 35px;
}

.content-team-member .section-row__education ul,
.content-team-member .section-row__awards ul {
	margin-bottom: 0;
}

.content-team-member .section-row__education li,
.content-team-member .section-row__awards li {
	padding-left: 0;
	line-height: 35px;
	text-align: left;
}

.content-team-member .section-row__education li::before,
.content-team-member .section-row__awards li::before {
	display: none;
}

.content-team-member .section-row__publications {
	margin-top: 35px;
}

.content-team-member .section-row__publications ol {
	margin-bottom: 0;
}

.content-team-member .section-row__publications li {
	padding-left: 26px;
	line-height: 35px;
}

.content-team-member .section-row__publications li::before {
	font-weight: 400;
	color: #6d215d;
}

.content-team-member ol.section-row__publications,
.content-team-member ol.section-row__publications a {
	color: #6d215d;
}

.content-team-member ol.section-row__publications a:hover,
.content-team-member ol.section-row__publications a:focus {
	color: #6d215d;
}

/* --------- ADVISORS --------- */
.content-advisors-grid {
	position: relative;
}

.has-sidebar .content-section.content-advisors-grid:not(:last-child) {
	margin-bottom: 23px;
}

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

.content-advisors-grid .section-columns {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	position: relative;
	z-index: 1;
}

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

@media screen and (min-width: 768px) {
	.content-advisors-grid .section-columns {
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: stretch;
		margin-left: -15px;
		margin-right: -15px;
	}
}

.content-advisors-grid .section-column {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 52px;
	width: 100%;
	max-width: 370px;
	line-height: 1;
}

@media screen and (min-width: 768px) {
	.content-advisors-grid .section-column {
		margin-left: 15px;
		margin-right: 15px;
		width: calc(50% - 30px);
		max-width: calc(50% - 30px);
	}
}

.content-advisors-grid .section-column > div {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 24px;
	width: 100%;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
	box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.25);
	overflow: hidden;
}

.content-advisors-grid .section-column .actual-image {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -2;
}

.content-advisors-grid .section-column .ratio-image {
	display: block;
	position: relative;
	/* width: 100%;
	height: auto; */
	visibility: hidden;
}

@media screen and (max-width: 767px) {
	.content-advisors-grid .section-column .ratio-image {
		height: auto;
	}
}

.content-advisors-grid .section-column figcaption {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	font-weight: 400;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 32px;
	text-align: center;
	color: #000;
}

/* --------- RESEARCH ACCORDION --------- */
.content-research-accordion {
	position: relative;
}

.content-research-accordion .research-issue-info {
	margin-bottom: 11px;
	font-weight: 700;
	color: #000;
}

.content-research-accordion .research-description {
	color: #616161;
}

.content-research-accordion .research-link {
	margin-top: 35px;
	text-align: left;
}

.content-research-accordion .research-link a {
	color: #6d215d;
	text-decoration: underline;
}

.content-research-accordion .research-link a:hover,
.content-research-accordion .research-link a:focus {
	color: #6d215d;
}

/* --------- ICON GRID --------- */
.content-icon-grid {
	position: relative;
	margin-bottom: 20px;
}

.has-sidebar .content-section.content-icon-grid h1.section-heading,
.has-sidebar .content-section.content-icon-grid h2.section-heading,
.has-sidebar .content-section.content-icon-grid strong.section-heading {
	margin-bottom: 40px;
	padding-bottom: 25px;
	font-weight: 700;
	font-size: 25px;
	line-height: 33px;
	color: #000;
}

.content-icon-grid .section-icons {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	margin-left: auto;
	margin-right: auto;
}

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

@media screen and (min-width: 768px) {
	.content-icon-grid .section-icons {
		justify-content: stretch;
		flex-wrap: wrap;
	}
}

.content-icon-grid .section-icon {
	position: relative;
	margin-bottom: 45px;
	line-height: 1;
}

@media screen and (max-width: 767px) {
	.content-icon-grid .section-icon {
		margin-left: auto;
		margin-right: auto;
		padding-right: 20px;
		padding-left: 20px;
		max-width: 200px;
	}
}

@media screen and (min-width: 768px) {
	.content-icon-grid .section-icon {
		width: 33%;
		max-width: 33%;
	}
}

.content-icon-grid figure > div {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
	border: 1px solid #EAEAEA;
	width: 120px;
	height: 120px;
	overflow: hidden;
}

.content-icon-grid .section-icon figure img {
	max-width: 80px;
	max-height: 80px;
}

.content-icon-grid .section-icon figcaption {
	font-weight: 700;
	font-size: 17px;
	line-height: 20px;
	color: #6d215d;
	text-align: center;
}

/* --------- BLOG --------- */
a.blog-card:not(:first-child) {
	padding-top: 30px;
}

a.blog-card {
	display: block;
	padding-bottom: 32px;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
	a.blog-card {
		text-align: center;
	}
}

.blog-card__heading {
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #081F40;
	transition: all ease-in-out 0.3s;
}

a.blog-card:hover .blog-card__heading {
	color: #0066FF;
}

a.blog-card .blog-meta {
	font-size: 15px;
	color: #505050;
}

/*--------------------------------------------------------------
 #sidebar
--------------------------------------------------------------*/
.container.page-with-sidebar {
	background-color: #FFF;
}

@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 {
	display: flex;
	justify-content: stretch;
	align-items: stretch;
}

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

.page-with-sidebar .site-main {
	order: 2;
	position: relative;
	padding-top: 59px;
	padding-bottom: 94px;
}

@media screen and (min-width: 768px) {
	.page-with-sidebar .site-main {
		flex-grow: 1;
		padding-left: 40px;
		z-index: 3;
	}
}

@media screen and (min-width: 1170px) {
	.page-with-sidebar .site-main {
		padding-left: 94px;
	}
}

.sidebar {
	order: 1;
	position: relative;
	box-sizing: border-box;
	padding: 62px 0;
	background-color: #FAFAFA;
}

@media screen and (min-width: 768px) {
	.sidebar {
		flex-shrink: 0;
		margin-left: auto;
		margin-right: auto;
		padding-right: 18px;
		width: 287px;
		z-index: 1;
	}
}

.sidebar::after {
	display: block;
	position: absolute;
	content: '';
	box-sizing: border-box; /* Important for borders */
	z-index: 2;
}

@media screen and (max-width: 767px) {
	.sidebar::after {
		left: 0;
		bottom: 0;
		width: 100%;
		height: 20px;
		background-image: linear-gradient(to top, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 100%);
	}
}

@media screen and (min-width: 768px) {
	.sidebar::after {
		right: 0;
		top: 0;
		width: 20px;
		height: 100%;
		background-image: linear-gradient(to left, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 100%);
	}
}

@media screen and (min-width: 768px) {
	.sidebar::before {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		content: '';
		box-sizing: border-box; /* Important for borders */
		width: 9999px;
		height: 100%;
		z-index: -1;
		background-color: #FAFAFA;
	}
}

/*--------------------------------------------------------------
 #widget
--------------------------------------------------------------*/
.widget {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.widget:not(:last-child) {
	margin-bottom: 61px;
}

.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 ul {
	margin-bottom: 5px;
	padding-left: 25px;
}

.widget ul li {
	padding: 0;
	line-height: 1;
	text-align: left;
}

.menu-widget nav > ul > li::before {
	display: none;
}

.widget li li::before {
	left: 10px;
	top: 11px;
	width: 3px;
	height: 3px;
	background-color: #6d215d;
}

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

.widget li li {
	padding-left: 24px;
}

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

@media screen and (min-width: 768px) {
	.widget ul li a {
		font-size: 20px;
	}
}

.widget ul li a:hover,
.widget ul li a:focus {
	font-weight: 700;
	color: #6d215d;
}

.widget li li a {
	font-size: 15px;
	line-height: 25px;
	color: #6d215d;
}

.widget li li a:hover,
.widget li li a:focus {
	font-weight: 400;
	color: #6d215d;
}

@media screen and (max-width: 767px) {
	.menu-widget {
		margin-left: auto;
		margin-right: auto;
		max-width: 287px;
	}
}

.menu-widget nav {
	border-left: 1px solid #D7D7D9;
}

.menu-widget nav > ul > li > a {
	position: relative;
	padding: 14px 0 14px 25px;
}

.menu-widget nav > ul > li > a:hover::before,
.menu-widget nav > ul > li > a:focus::before {
	display: block;
	position: absolute;
	left: -1px;
	top: 0;
	content: '';
	width: 2px;
	height: 100%;
	background-color: #6d215d;
	z-index: 2;
}

.banner-widget {
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	     -o-border-radius: 10px;
	        border-radius: 10px;
	padding: 33px 24px 31px;
	width: 241px;
	background-color: #FFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
	text-align: center;
}

.banner-widget .widget-image {
	margin-bottom: 20px;
	line-height: 1;
}

.banner-widget .widget-image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.banner-widget .widget-button {
	margin-top: 21px;
}

.banner-widget .btn {
	padding-left: 10px;
	padding-right: 10px;
	max-width: 147px;
}

/*--------------------------------------------------------------
 #contact
--------------------------------------------------------------*/
body .gform_wrapper {
	margin: 0 auto;
	max-width: 1024px;
}

.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
--------------------------------------------------------------*/
.default-post-single {
	padding-top: 67px;
	padding-bottom: 72px;
	background-color: #010304;
}

@media screen and (max-width: 767px) {
	.default-post-single {
		text-align: center;
	}
}

.default-post-single .blog-featured-image {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 41px;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	     -o-border-radius: 10px;
	        border-radius: 10px;
	border: 1px solid #3B3B3B;
	padding: 12px;
	width: 100%;
	max-width: 800px;
	line-height: 1;
	background-color: #020E14;
}

.default-post-single .blog-featured-image img {
	display: block;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	     -o-border-radius: 6px;
	        border-radius: 6px;
}

.default-post-single header {
	margin-bottom: 34px;
}

.default-post-single h1.section-heading {
	margin-bottom: 23px;
	font-weight: 400;
	font-size: 40px;
	line-height: 60px;
	text-align: center;	
	color: #FFF;
}

.default-post-single .blog-date {
	display: block;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	color: #929292;
	text-align: center;
}

.default-post-single h1,
.default-post-single h2,
.default-post-single h3,
.default-post-single h4,
.default-post-single h5,
.default-post-single h6 {
	margin-bottom: 30px;
	font-weight: 700;
	color: #FFF;
}

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

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

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

.default-related-posts {
	padding-top: 65px;
	padding-bottom: 50px;
	background-color: #061923;
}

@media screen and (min-width: 768px) {
	.default-related-posts .boxed {
		overflow: hidden;
	}
}

.default-related-posts .section-heading {
	margin-bottom: 40px;
}

.related-posts {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}

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

@media screen and (min-width: 768px) {
	.related-posts {
		justify-content: flex-start;
		align-items: stretch;
		margin-left: -15px;
		margin-right: -15px;
	}
}

.related-posts a.blog-card {
	box-sizing: border-box;
	margin-bottom: 30px;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.related-posts a.blog-card {
		justify-content: flex-start;
		align-items: stretch;
		margin-left: 15px;
		margin-right: 15px;
		width: calc(50% - 30px);
		max-width: calc(50% - 30px);
	}
}

/*--------------------------------------------------------------
 #footer
--------------------------------------------------------------*/
.site-footer {
	position: relative;
	color: #FFF;
	background-color: #120785;
}

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

.site-footer::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.site-footer .boxed {
	position: relative;
	z-index: 3;
}

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

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

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

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

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

/* --------- FOOTER LOGO & CONTACT INFO --------- */
.logo-contact .footer-columns {
	padding-top: 59px;
	padding-bottom: 45px;
}

@media screen and (min-width: 768px) {
	.logo-contact .footer-columns {
		margin-left: -21px;
		margin-right: -21px;
	}
}

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

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

	.logo-contact .footer-column.logo-column {
		flex-grow: 1;
	}

	.logo-contact .footer-column:not(.logo-column) {
		max-width: 260px;
	}
}

.logo-column img {
	display: inline-block;
	width: 100%;
	max-width: 343px;
	height: auto;
	max-height: 40px;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(157deg) brightness(102%) contrast(101%);
}

@media screen and (max-width: 767px) {
	.logo-column img {
		margin-left: auto;
		margin-right: auto;
	}
}

.logo-contact .footer-column:not(:first-child) a {
	font-size: 17px;
	line-height: 35px;
	color: #FFF;
	word-break: break-all;
}

@media screen and (max-width: 767px) {
	.logo-contact .footer-column:not(:first-child) a {
		line-height: 1.2;
	}
}

.logo-contact .footer-column:not(:first-child) a:hover,
.logo-contact .footer-column:not(:first-child) a:focus {
	color: #6d215d;
}

.logo-contact .footer-column.logo-column,
.logo-contact .footer-column.logo-column a {
	line-height: 1;
}

.logo-contact .footer-column:not(:first-child) a::before {
	display: inline-block;
	content: '';
	vertical-align: middle;
	background-color: transparent;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
}

.logo-contact .phone-column a::before {
	margin-right: 18px;
	width: 10px;
	height: 10px;
	background-image: url(img/common/icon_phone.svg);
	background-size: 10px 10px;
}

.logo-contact a::before {
	margin-right: 15px;
	width: 13px;
	height: 10px;
	background-image: url(img/common/icon_email.svg);
	background-size: 13px 10px;
}

/* --------- FOOTER MENUS --------- */
.footer-menu .footer-columns {
	border-top: 1px solid rgba(196, 196, 196, 0.3);
	padding-top: 40px;
	padding-bottom: 35px;
}

@media screen and (min-width: 768px) {
	.footer-menu .footer-columns {
		margin-left: -12px;
		margin-right: -12px;
	}
}

@media screen and (min-width: 768px) {
	.footer-menu .footer-column {
		margin-left: 12px;
		margin-right: 12px;
	}
}

@media screen and (max-width: 767px) {
	.footer-column .menu-column-0 {
		display: none;
	}
}

.footer-column-heading {
	display: block;
	margin-bottom: 26px;
	border-bottom: 1px solid rgba(196, 196, 196, 0.3);
	padding-bottom: 22px;
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	.footer-column-heading {
		text-align: left;
	}
}

@media screen and (max-width: 767px) {
	.footer-column.menu-column-0 {
		display: none;
	}
}

[class*="menu-column"] ul {
	margin-bottom: 0;
}

[class*="menu-column"] ul ul {
	display: none;
}

[class*="menu-column"] ul li {
	padding-left: 20px;
}

@media screen and (max-width: 767px) {
	[class*="menu-column"] ul li {
		padding-left: 0;
		text-align: center;
	}
}

[class*="menu-column"] ul li:not(:last-child) {
	margin-bottom: 18px;
}

[class*="menu-column"] ul li::before {
	left: 1px;
	width: 6px;
	height: 6px;
	background-color: #6d215d;
}

@media screen and (max-width: 767px) {
	[class*="menu-column"] ul li::before {
		display: none;
	}
}

[class*="menu-column"] ul li a {
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #FFF;
}

[class*="menu-column"] ul li a:hover,
[class*="menu-column"] ul li a:focus {
	color: #6d215d
}

/* --------- COPYRIGHT/DEVELOPER --------- */
.copyright-developer .boxed {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	border-top: 1px solid rgba(196, 196, 196, 0.3);
	padding-top: 20px;
	padding-bottom: 20px;
}

@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: 15px;
	line-height: 30px;
	color: #FFF;
}

@media screen and (max-width: 767px) {
	.copyright-developer,
	.copyright-developer p {
		text-align: center;
	}
}

.copyright-developer a {
	font-weight: 400;
	color: #FFF;
}

.copyright-developer p {
	margin-bottom: 0;
}


/*--------------------------------------------------------------
 #tooltip
--------------------------------------------------------------*/
body .ui-tooltip {
	border-radius: 5px;
	border: 0 none !important;
	padding: 25p 30px;
	font-weight: 400;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 30px;
	color: #474443;
	background-color: #FFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

/* @media screen and (max-width: 767px) {
	body .ui-tooltip,
	body .ui-tooltip[style] {
		display: none !important;
	}
} */

/*--------------------------------------------------------------
 #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;
}

#wpadminbar {
	z-index: 100000;
}

/* #__ezderm_online_scheduling_widget__[style] {
	display: none !important;
} */