/**
	@Author:	Paul Strandoo
	@Date:		October 2023
	@Notes:		Patrick Byrne
	
	Poppins
	roofing-red: #8d2427;
	mobile/desktop menu break: 1260px; 1112px; 1024px
	970 / 1170 /
*/

@import url("font-awesome.min.css");
:root {
	--display-font: 'Oswald', sans-serif;
	--body-font: 'Source Sans 3', sans-serif;
	--display-med: 400;
	--display-bold: 500;
	--body-light: 400;
	--body-med: 500;
	--body-bold: 600;
	
	--accent: #457572; /* 69,117,114 */
	--accent: #0d2031;
	--accent2: #009793;
	
	--blue1: #1b5990;
	--blue2: #5e9bc8;

	--header: #051728;
	--navy: #002F6C;
	--lightblue: #6fbad9;
	--textblue: #459fc4;
	
	--light-grey: #f1f1f1;
	--light-grey: #F5F5F5;
	
	--grey0: #575656;
	--grey1: #ebebeb;
	--grey2: #9f9f9f;
	--grey3: #939393;
	--grey4: #f6f6f6;
	--white: #ffffff;
	
	--black: #000000;
	--black1: #212121;
	--black3: #111111;
	
	--section-pad-large: 7em;
	--section-pad-med: 5em;
	--section-pad-small: 3em;
	
	--header-height: 156px;
	
    --inner: 1210px; /* 1320 */
    --inner-narrow: 960px;
    --inner-large: 1150px;
    --inner-wide: 1500px;
    --inner-full: 100%;
    
    /*--section-default-padding: 70px 0;
    --section-mobile-padding: 40px 0;*/
	}

/**
 * Reset stylesheet to normalize styles across browsers
 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,label,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
	}
table { 
	border-collapse:collapse; 
	border-spacing:0; 
	}
fieldset,img {  
	border:0; 
	}
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
	}
ol,ul,li { 
	list-style:none; 
	margin: 0;
	padding: 0;
	}
caption,th { 
	text-align:left; 
	} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
	} 
q:before,q:after { 
	content:''; 
	} 
abbr,acronym { 
	border:0; 
	} 
a {
	text-decoration: none;
	}
img {
	display: block;
	vertical-align: middle;
	max-width: 100%;
	}

* {
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

html {
	font-size: 100%;
	height: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 156px;
	}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 16px;
	line-height: 1.3;
	background: #ffffff;
	}

body, input, textarea, table {
	font-family: var(--body-font);
	font-weight: var(--body-light);
	font-style: normal;
	color: #212121;
	}

/* ----- [ Typography ] -------------------------*/
p,
li,
td {
	font-family: var(--body-font);
	font-weight: var(--body-light);
	font-style: normal;
	font-size: 1.1rem;
	line-height: 1.6em;
	margin: 0 0 1em;
	}
ul {
	margin: 1em 0;
	}

li {
	margin: 0;
	}
em {
	font-style: italic;
	}
strong, b {
	font-weight: 700;
	}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	}

a { 
	color: inherit;
	text-decoration: underline;
	}

a:hover {
	color: var(--blue2);
	/*text-decoration: underline;*/
	}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: var(--display-font);
	font-weight: var(--display-med);
	font-style: normal;
	line-height: 1.1;
	}

h1,.h1 {
	font-family: var(--display-font);
	font-weight: var(--display-med);
	text-transform: uppercase;
	font-size: 1.6rem;
	line-height: 1.2;
	margin: 0;
	width: 100%;
	}

h2,.h2 {
	font-family: var(--display-font);
	font-weight: var(--display-med);
	text-transform: uppercase;
	color: var(--black);
	font-size: 2.4rem;
	line-height: 1.15em;
	padding: 0;
	margin: 0 0 0.4em;
	background: none;
	}
	
h2:first-of-type {
	margin-top: 0;
	}
	
h3,.h3 { 
	font-family: var(--display-font);
	font-weight: var(--display-med);
	color: var(--black);
	font-size: 1.6rem;
	line-height: 1.3;
	margin: 0 0 0.4em;
	}

h4,.h4 { 
	font-family: var(--body-font);
	font-weight: var(--body-med);
	font-size: 1.6rem;
	line-height: 1.6;
	margin: 0 0 0.2em;
	}
	
h5,.h5 { 
	font-family: var(--body-font);
	font-weight: var(--body-med);
	font-size: 1.2rem;
	line-height: 1.6;
	margin: 0 0 0.2em;
	}

h6,.h6 { 
	font-family: var(--body-font);
	font-weight: var(--body-bold);
	font-size: 1rem;
	line-height: 1.6;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0;
	}

p + h3,
ul + h3 {
	margin-top: 1.2em;
	}
/*
.hero-text h1 {
	font-size: 3.2rem;
	line-height: 1.2;
	margin: 0;
	}
.hero-text h1 {
	font-size: 2.4rem;
	font-size: clamp(2.4rem, 0.933rem + 7.33vw, 3.5rem);
	}
*/
	
.eyebrow {
	margin-bottom: 2em;
	}

@media only screen and (min-width: 600px) {
	h1,.h1 {
		font-size: 3.2rem;
		}
	h2,.h2 {
		font-size: 2.6rem;
		}
	h3,.h3 {
		font-size: 1.8rem;
		}
}

.surgical-referrals-1-page .cms-text h2 {
	font-family: var(--body-font);
	font-weight: var(--body-bold);
	font-size: 1.3rem;
	line-height: 1.6;
	margin: 0 0 0.2em;
	}

figure {
	margin: 0;
	}
img {
	vertical-align: middle;
	}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	}
.img-rounded {
	border-radius: 8px;
	}

@media screen and (min-width: 570px) {
	h1 {
		font-size: 3.5em;
		width: 100%;
		}
}

/* ----- [ Structure ] -----------------*/
.page-wrapper {
	position: relative;
	padding-top: 0;
	background: #fff;
	min-height: 100%;
	z-index: 2;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}

.page-overlay {
	position: fixed;
	top: 0;
	left: 0;
	min-height: 100%;
	height: 100%;
	width: 100%;
	visibility: hidden;
	background: var(--blue1);
	z-index: 600;
	opacity: 0;
	overflow-y: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	padding-top: 120px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}
.page-overlay.is-open {
	position: fixed;
	opacity: 1;
	visibility: visible;
	overflow-y: auto;
	}
.page-overlay.is-open + .page-header {
	position: fixed;
	}
.page-overlay.is-open + .trannyfix {
	background: #8d2427;
	background: rgba(141, 36, 39, 1)!important;
	}

@media only screen and (min-width: 750px) {
	.page-overlay {
		align-items: center;
		padding: 0.9;
		}
}

header,
section,
footer {
	width: 100%;
	margin: 0;
	position: relative;
	}
section {
	margin: 0;
	padding: var(--section-pad-med) 0;
	position: relative;
	overflow: hidden;
	}

.inner {
	max-width: calc(var(--inner) + 32px);
	margin: 0 auto;
	padding: 0 30px;
	position: relative;
	}
.inner-narrow {
	max-width: var(--inner-narrow);
	}
.inner-large {
	max-width: var(--inner-large);
	}
.inner-wide {
	max-width: var(--inner-wide);
	}
	
.inner-full {
	max-width: 100%;
	/*height: 250px;*/
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

@media only screen and (min-width: 200px) {
	.flex-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		position: relative;
		max-width: 100%;
		height: 100%;
		padding: 0 20px;
		}
}

@media only screen and (min-width: 974px) {
	.flex-inner {
		margin: 20px 0;
		}
}

/* ----- [ Strandoo Flex Grid System v1 ] ------ */
.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
	/*justify-content: stretch;*/
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	}

.col {
	flex: 1;
	padding: 0;
	margin-bottom: 2em;
	}

@media only screen and (min-width: 420px) {
	.col { flex: initial; }
	.row.no-padding,
	.row.padding-0 {
		margin-left: 0;
		margin-right: 0;
		}
	.row.padding-1 {
		margin-left: -1px;
		margin-right: -1px;
		}
	.row.padding-5 {
		margin-left: -5px;
		margin-right: -5px;
		}
	.row.padding-10 {
		margin-left: -10px;
		margin-right: -10px;
		}
	.row.padding-15 {
		margin-left: -15px;
		margin-right: -15px;
		}
	.row.padding-20 {
		margin-left: -20px;
		margin-right: -20px;
		}
	.row.padding-30 {
		margin-left: -30px;
		margin-right: -30px;
		}
	.row.padding-40 {
		margin-left: -40px;
		margin-right: -40px;
		}
	.row.padding-50 {
		margin-left: -50px;
		margin-right: -50px;
		}

	.no-padding > .col,
	.padding-0 > .col {
		padding: 0;
		}
	.padding-1 > .col {
		padding-left: 1px;
		padding-right: 1px;
		}
	
	.padding-5 > .col {
		padding-left: 5px;
		padding-right: 5px;
		}
	.padding-10 > .col {
		padding-left: 10px;
		padding-right: 10px;
		}
	.padding-15 > .col {
		padding-left: 15px;
		padding-right: 15px;
		}
	.padding-20 > .col {
		padding-left: 20px;
		padding-right: 20px;
		}
	.padding-30 > .col {
		padding-left: 30px;
		padding-right: 30px;
		}
	.padding-40 > .col {
		padding-left: 40px;
		padding-right: 40px;
		}
	.padding-50 > .col {
		padding-left: 50px;
		padding-right: 50px;
		}

	.row.text-center > .col {
		text-align: center;
		}
}

.col > img {
	max-width: 100%;
	}

@media only screen and (min-width: 100px) and (max-width: 599px) {
	.base-row.row {
		flex-direction: row;
		}

	.base-row .m-1of2,
	.base-row .m-2of4,
	.base-row .m-50 {
		width: 50%;
		flex: initial;
		}
	.base-row .m-1of3,
	.base-row .m-33 {
		width: 33.3333%;
		flex: initial;
		}
}

@media only screen and (min-width: 600px) { 
	.row {
		flex-direction: row;
		}

	.m-auto {
		width: auto;
		}
	.m-full,
	.m-1of1,
	.m-2of2 {
		width: 100%;
		flex: initial;
		}
	.m-1of2,
	.m-50 {
		width: 50%;
		flex: initial;
		}
	.m-1of3,
	.m-33 {
		width: 33.3333%;
		flex: initial;
		}
	.m-2of3,
	.m-66 {
		width: 66.6667%;
		flex: initial;
		}
	.m-1of4,
	.m-25 {
		width: 25%;
		flex: initial;
		}
	.m-3of4,
	.m-75 {
		width: 75%;
		flex: initial;
		}
	.m-1of5,
	.m-20 {
		width: 20%;
		flex: initial;
		}
		
	.m-hidden { display: none; }
}

@media only screen and (min-width: 770px) {
	.t-auto {
		width: auto;
		}
	.t-full,
	.t-1of1
	.t-2of2,
	.t-3of3,
	.t-4of4,
	.t-5of5 {
		width: 100%;
		flex: initial;
		}
	.t-1of2,
	.t-2of4,
	.t-3of6,
	.t-50 {
		width: 50%;
		flex: initial;
		}
	.t-1of3,
	.t-2of6,
	.t-33 {
		width: 33.3333%;
		flex: initial;
		}
	.t-2of3,
	.t-4of6,
	.t-66 {
		width: 66.6667%;
		flex: initial;
		}
	.t-1of4,
	.t-25 {
		width: 25%;
		flex: initial;
		}
	.t-3of4,
	.t-75 {
		width: 75%;
		flex: initial;
		}
	.t-1of5,
	.t-3of6,
	.t-20 {
		width: 20%;
		flex: initial;
		}
	.t-2of5,
	.t-40 {
		width: 40%;
		flex: initial;
		}
	.t-3of5,
	.t-60 {
		width: 60%;
		flex: initial;
		}
	.t-4of5,
	.t-80 {
		width: 80%;
		flex: initial;
		}
	.t-hidden { display: none; }
}
@media only screen and (min-width: 1200px) { 
	.d-auto {
		width: auto;
		}
	.d-full,
	.d-2of2,
	.d-3of3,
	.d-4of4,
	.d-5of5 {
		width: 100%;
		flex: initial;
		}
	.d-1of2,
	.d-2of4,
	.d-3of6,
	.d-50 {
		width: 50%;
		flex: initial;
		}
	.d-1of3,
	.d-2of6,
	.d-33 {
		width: 33.3333%;
		flex: initial;
		}
	.d-2of3,
	.d-4of6,
	.d-66 {
		width: 66.6667%;
		flex: initial;
		}
	.d-1of4,
	.d-25 {
		width: 25%;
		flex: initial;
		}
	.d-3of4,
	.d-75 {
		width: 75%;
		flex: initial;
		}
	.d-1of5,
	.d-3of6,
	.d-20 {
		width: 20%;
		flex: initial;
		}
	.d-2of5,
	.d-40 {
		width: 40%;
		flex: initial;
		}
	.d-3of5,
	.d-60 {
		width: 60%;
		flex: initial;
		}
	.d-4of5,
	.d-80 {
		width: 80%;
		flex: initial;
		}
	.d-1of6,
	.d-16 {
		width: 16.6666%;
		flex: initial;
		}
		
	.d-hidden { display: none; }
}

.row.text-center > .col {
	text-align: center;
	}


.col > img {
	max-width: 100%;
	}

img.full {
	width: 100%;
	}
img.half {
	width: 50%;
	float: left;
	}

.centered,
.centered p,
.centered h2,
.centered h3 {
	text-align: center;
	}

/* legacy? */
@media only screen and (min-width: 600px) {
	.row,
	.flex-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		}
}


/* ----- [ Color variants ] ----------- */
.dark {
	color: #fff !important;
	background: var(--accent);
	background: #414141;
	}
.dark h2,
.dark h3,
.dark p,
.dark li,
.dark a {
	color: #fff;
	}
.dark a:hover {
	color: var(--accent);
	}
	
.accent-top {
	border-top: 20px solid var(--accent);
	}
.white-top {
	border-top: 20px solid #fff;
	}

/* ----- [ Flex Container ] ----------- */
.flex-container {
	display: block;
	height: 100%;
	height: auto;
	}
.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	}
.flex-container > * {
	/*width: 100%;*/
	display: block;
	}
	
@media only screen and (min-width: 1110px) {
	/* Make this a Utility Class */
	.flex-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		justify-content: space-between;
		align-items: center;
		padding: 0 20px;
		}
	
	.f-top { align-items: flex-start; }
	.f-middle { align-items: center; }
	.f-bottom { align-items: flex-end; }
	.f-left { justify-content: flex-start; }
	.f-right { justify-content: flex-end; }
	.f-center { justify-content: center; }
	.f-between { justify-content: space-between; }
}

/* ----- [ Page Header / Masthead ] -----------------*/
.page-header {
	/* fixed or not */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	z-index: 999;
	background: transparent;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	}
	
.page-header.is-solid {
	background: #111111;
	background: rgba(0,0,0,0.8);
	/*background: #fff;*/
	height: 100px;
	}
	
.page-header .inner {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
	}
	
.top-bar {
	font-family: var(--body-font);
	font-size: 1.1rem;
	color: #fff;
	background: var(--accent2);
	max-width: 100%;
	padding: 8px 30px !important;
	justify-content: center;
	}
.top-bar a {
	color: #fff;
	text-decoration: none;
	display: line-block;
	margin: 0 1em;
	border: none;
	}
.top-bar a:hover {
	color: #fff;
	text-decoration: underline;
	border: none;
	}

.logo-wrap {
	display: block;
	max-width: 200px;
	margin: 0;
	text-decoration: none;
	border: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	flex: 1 0 auto;
	}
.logo-wrap img {
	width: 100%;
	/*filter:hue-rotate(60deg);*/
	}

@media screen and (min-width: 570px) {
	.page-header .inner:not(.top-bar) {
		padding: 15px 30px;
		}
	.logo-wrap {
		max-width: 250px;
		margin: 0 4em;
		}
}

@media only screen and (min-width: 620px) {
	.page-header .top-bar {
		justify-content: center;
		}
	.head-email {
		display: block;
		}
}

/* ----- [ Menu Trigger (Hamburger) ] ---- */
.menu-trigger {
	position: absolute;
	right: 2%;
	display: block;
	background: transparent;
	width: 44px;
	height: 44px;
	cursor: pointer;
	}
.menu-trigger a {
	display: none;
	}

.menu-trigger .menu-icon {
	/* this span is the central line in the menu menu */
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 26px;
	height: 2px;
	background-color: #fff;
	/* these are the upper and lower lines in the menu menu */
	}
.menu-trigger .menu-icon::before, 
.menu-trigger .menu-icon:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: inherit;
	left: 0;
	}
.menu-trigger .menu-icon::before {
	bottom: 8px;
	}
.menu-trigger .menu-icon::after {
	top: 8px;
	}
.menu-trigger.is-clicked .menu-icon {
	background-color: rgba(255, 255, 255, 0);
	}
.menu-trigger.is-clicked .menu-icon::before, 
.menu-trigger.is-clicked .menu-icon::after {
	background-color: #fff;
	}
.menu-trigger.is-clicked .menu-icon::before {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	}
.menu-trigger.is-clicked .menu-icon::after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}

/* was prefaced by 'is-solid' class */	
.menu-trigger .menu-icon {
	background-color: #fff;
	}
.menu-trigger.is-clicked .menu-icon {
	background-color: rgba(255, 255, 255, 0);
	}
.menu-trigger.is-clicked .menu-icon::before, 
.menu-trigger.is-clicked .menu-icon::after {
	background-color: #fff;
	}
	
@media only screen and (min-width: 1150px) { /* 1112 */
	.menu-trigger {
		display: none;
		}
	.menu-trigger .menu-text {
		display: inline-block;
		line-height: 70px;
		}
	.menu-trigger .menu-icon {
		left: auto;
		right: 1.25em;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		}
}

/* ----- [ Navigation / Search ] ------ */
.main-navigation {
	display: none;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
	
.main-navigation.is-open {
	max-height: 1000px;
	}

.mobile-menu {
	text-align: left;
	margin: 0;
	margin-top: 2em;
	}
	
.mobile-menu li {	
	font-size: 1.3rem;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: 0.12em;
	position: relative;
	margin: 0;
	padding: 0;
	background: transparent;
	vertical-align: middle;
	color: #fff;
	}
	
.mobile-menu a {
	display: inline-block;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 8px;
	border: none;
	text-decoration:none;
	}

.menu-link {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	font-weight: 400;
	}
.menu-link:hover,
.menu-link.on {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #fff;
	}
	
.nav-services {
	margin: 0.5em 0 1.5em 1em;
	}
.mobile-menu .level-2 {
	text-transform: none;
	}
.mobile-menu .head-phone {
	color: #fff;
	letter-spacing: 0.05em;
	}
.is-solid .mobile-menu .head-phone {
	color: #000;
	}
.mobile-menu .head-phone.mobile {
	display: none;
	}

@media only screen and (min-width: 1150px) { 
	.main-navigation {
		display: flex;
		position: relative;
		justify-content: flex-end;
		justify-content: space-between;
		align-items: center;
		width: auto;
		margin: 0;
		padding: 0;
		background-color: transparent;
		overflow: visible;
		flex: 2;
		}

	.menu-item {
		position: relative;
		display: inline-block;
		margin: 0 1em;
		}
	.menu-link {
		font-family: var(--body-font);
		font-weight: var(--body-bold);
		font-size: 1rem;
		white-space: nowrap;
		text-transform: uppercase;
		letter-spacing: 0.07em;
		}

/*
	.menu-item > a {
		font-family: var(--head-font);
		padding: 0;
		background-color: transparent;
		font-size: 1.2rem;
		line-height: 1.2;
		font-weight: 500;
		letter-spacing: 0.12em;
		text-transform: uppercase;	
		}
		
	.menu-item:hover .dropnav {
		top: 120%;
		visibility: visible;
		opacity: 1;
		}

	.dropnav {		
		display: block;
		position: absolute;
		width: auto;
		top: 210%;
		text-align: left;
		background: #fff;
		z-index: 9999;
		visibility: hidden;
		opacity: 0;
		padding: 10px;
		box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
		white-space: nowrap;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: translateX(0px);
		-o-transform: none;
		transform: none;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		}
		
	.dropnav ul,
	.nav-services {
		margin: 0;
		}
		
	.dropnav li {
		display: block;
		text-align: left;
		margin: 0;
		padding: 5px 15px;
		}
	.main-navigation .level-2 {
		text-transform: none;
		margin: 0;
		}

	.dropnav li > a {
		font-family: var(--head-font);
		color: #222;
		font-size: 1.2rem;
		font-weight: 400;
		letter-spacing: 0.05em;
		text-transform: none;
		text-transform: uppercase;
		background-color: transparent;
		border-bottom: 2px solid transparent;
		}
		
	.dropnav li > a:hover,
	.dropnav li > a.on {
		color: #000;
		text-decoration: none;
		border-bottom: 2px solid var(--accent);
		}		
		
	.submenu-toggle {
		position: relative;
		top: -1px;
		z-index: 2;
		display: inline-block;
		height: 12px;
		line-height: 12px;
		font-size: 12px;
		color: #fff;
		}
	.is-solid .submenu-toggle {
		color: #222;
		}
	.submenu-toggle:before {
		content: '\f107';
		font-family: 'FontAwesome', sans-serif;
		}
	*/
}

@media only screen and (min-width: 900px) {
	/*.main-menu li,
	.menu-item {
		margin: 0 2em;
		}
	.main-navigation {
		padding: 0 0 0 2em;
		flex-basis: 40%;
		}
	.main-navigation:first-of-type {
		padding: 0 2em 0 0;
		}
		*/
}

/* ----- [ Hero Images ] -----------------*/
.top-section {
	/*border-top: var(--header-height) solid #fff;*/
	}
.hero {
	min-height: 600px;
	height: 720px;
	height: 85vh;
	height: 95vh;
	margin: 0;
	padding: 0;
	/* margin-top: 38px; */
	/* border-top: var(--header-height) solid #fff; */
	overflow: hidden;
	background-size: cover;
	}
/*	
.bg-tint {
	background: #fff;
	background: rgba(255,255,255,0.9);
	}
*/

.hero-overlay {				
	/* z-index: 1; */
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: transparent;
	background: rgba(0, 0, 0, 0);
	}
.hero-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-end; 
	align-items: flex-end;
	height: 100%;
	padding: 0;
	position: relative;
	}

.hero-text {
	text-align: left;
	width: 100%;
	padding: 1em;
	/*margin-inline: calc(4vw * 0.5);
	border-radius: 0.5rem;*/
	background: rgba(0,0,0,0.7);
	background: rgba(27,89,144,0.7);
	background: rgba(21,67,108,0.7);
	background: rgba(0,0,0,0.5);
	}
.hero-text h1 {
	color: #fff;
	max-width: calc(var(--inner) - 16px); 
	margin: 0 auto;
	}

.hero-text {
	text-align: left;
	}
	
@media screen and (min-width: 736px) {
	.hero-inner {
		justify-content: flex-end; 
		align-items: flex-start;
		}
}

/* ----- [ Home: Services ] -----------------*/
.home-intro-section {
	padding: var(--section-pad-large) 0;
	background: var(--blue1);
	}
.intro-text {
	max-width: 40em;
	margin: 0 auto;
	}
.intro-text h1 {
	margin-bottom: 0.5em;
	text-transform: none;
	}
.intro-text p {
	font-size: 1.3rem; 
	line-height: 1.7em;
	}

/* ----- [ Home: Intro ] -----------------*/
.intro-text-section {
	padding: 5px 0 15px;
	}

@media screen and (min-width: 570px) {
	.intro-text-section {
		padding: 40px 0 60px;
		}
}

/* ----- [ Home: Features ] -----------------*/
.featured-section {
	padding: var(--section-pad-med) 0;
	background: var(--grey4);
	border-bottom: 16px solid var(--blue1);
	}
	
.our-family-photo {
	/*margin-bottom: 1em;*/
	}
.our-family-photo img {
	/*max-height: 400px;*/
	}
	
/* ----- [ image card ] ----- */
.image-card {
	position: relative;
	align-items: left;
	overflow: hidden;
	height: 100%;
	width: 100%;
	transition: all 0.3s ease;
	}
.media {
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility:hidden;
	}
.media-image {
	width: 100%;
	transition: all 0.3s ease-in-out;
	}
.media-overlay {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.2);
	transition: all 0.3s ease-in-out;
	}
.card-body {
	position: absolute;
	bottom: -30px;
	right: 0;
	left: 0;
	padding: 20px;
	text-align: left;
	color: #fff;
	z-index: 10;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	}
	
.card-body h3 {
	color: #fff;
	margin-bottom: 0.5em;
	}
.image-card .button {
	opacity: 0;
	transition: all .3s ease;
	background: var(--blue2);
	}

.image-card:hover .media-image {
	transform: scale(1.1);
	}
.image-card:hover .media-overlay {
	background: rgba(0,0,0,0.6); 
	}
.image-card:hover .card-body {
	bottom: 10px;
	}
.image-card:hover .button {
	opacity: 1;
	}
	

/* ----- [ Sponsor Logos (ce) ] --------------- */
.sponsor-section {
	margin: 0;
	padding: 25px 0;
	background: #fff;
	border-top: 8px solid var(--accent);
	}
.sponsor-logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	position: relative;
	max-width: 100%;
	padding: 0;
	}
.sponsor-logo {
	margin: 0 3%;
	height: 72px;
	}
.sponsor-logo img {
	height: 100%;
	/*width: 200px; */
	max-width: 200px;
	object-fit: scale-down;
	}

/* ----- [ Flex Pages/Sections (see Spotlight) ] -----------------*/
.flex-sections {
	padding-top: 40px;
	padding-bottom: 80px;
	}
	
.flex-sections:last-of-type {
	padding-bottom: 0;
	}

.spot-row {
	margin-top: 20px;
	}

.spot-row .flex-image {
	order: -1;
	}
@media only screen and (min-width: 770px) {
	.spot-row .flex-image {
		order: 0;
		}
}

.spotlight.style4 + .spotlight,
.spotlight.style5 + .spotlight {
	border-top: none;
	/*padding-top: 0;*/
	}
.cms-text small,
.cms-text small a {
	color: var(--accent);
	}
.cms-text small a {
	text-decoration: underline;
	}
.cms-text small a:hover {
	color: var(--black);
	text-decoration: underline;
	}
	
.column-image {
	margin-bottom: 1.5em;
	}
	
/* ----- [ Music/Video Page ] -----------------*/
.media-wrapper {
	display: block;
	position: relative;
	margin: 0 0 16px;
	text-decoration: none;
	border: none;
	overflow: hidden;
	}

.media-wrapper img {
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	}
.media-link {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0);
	border: 1px solid #000;
	transition: all 0.3s ease-in-out;
	}
.media-wrapper .button {
	position: absolute;
	bottom: 0;
	left: 10px;
	opacity: 0;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	}
.media-wrapper:hover .media-link {
	background: rgba(0,0,0,0.6);
	}
.media-wrapper:hover img {
	transform: scale(1.1);
	}
.media-wrapper:hover .button {
	bottom: 10px;
	opacity: 1;
	}
.media-body p {
	line-height: 1.4;
	}

/* ----- [ About Page ] -----------------*/
.the-team {
	padding-top: 60px;
	padding-bottom: 40px;
	}

.our-team-wrapper h3 {
	margin-bottom: 0;
	}
.our-team-wrapper h4 {
	color: var(--accent2);
	margin-bottom: 1em;
	}
.our-team-photo {
	margin-bottom: 1em;
	}


.the-team .col {
	margin-bottom: 3em;
	}
	
.the-team .col:first-child p {
	font-size: 1.2rem;
	}
/*
.the-team .bio-container {
	display: flex;
	flex-direction: column;
}    
.the-team .bio-wrapper {
	max-height: 390px;
	overflow-y: scroll;
}
.the-team .team-member-1 .bio-wrapper {
	max-height: 300px;
	overflow-y: scroll;
}
.bio-wrapper::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}
.bio-wrapper::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}
.bio-wrapper::-webkit-scrollbar-thumb {
	background: #bebebe;
	border: 0px none #ffffff;
	border-radius: 50px;
}
.bio-wrapper::-webkit-scrollbar-thumb:hover {
	background: #bebebe;
}
.bio-wrapper::-webkit-scrollbar-thumb:active {
	background: #bebebe;
}
.bio-wrapper::-webkit-scrollbar-track {
	border: 0px none #ffffff;
	border-radius: 50px;
}
.bio-wrapper::-webkit-scrollbar-track:hover {
    background: #969696c2;
}
.bio-wrapper::-webkit-scrollbar-track:active {
    background: #969696c2;
}
.bio-wrapper::-webkit-scrollbar-corner {
    background: transparent;
}
*/
	
.crazy-cat {
	left: 0;
	height: 70%;
	margin-right: calc(((1320px - 100vw)/2) - 95px);
	}
.crazy-cat img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
	}
/*
.bio-bump-right {
	margin-right: -102px;
	}
*/
/*
@media only screen and (min-width: 960px) {
	.the-team .col {
		flex-basis: 36%;
		padding-right: 5%;
		margin-bottom: 3em;
		}
	
	.the-team .col-first {
		flex-basis: 22%;
		}
}
@media only screen and (min-width: 1320px) {
    .the-team .col {
        flex-basis: 315px;
		}
}
@media only screen and (min-width: 600px) and (max-width: 1319px) {
    [data-count="3"] .team-member-3 {
        margin-top: 1.5rem;
        flex-basis: 100%;
        height: 400px;
    }
    [data-count="3"] .team-member-3 .our-team-wrapper {
        flex-direction: row;
    }
    [data-count="3"] .team-member-3 .our-team-wrapper {
        flex-direction: row;
    }
    [data-count="3"] .team-member-3 .our-team-photo {
        width: 30%;
    }
    [data-count="3"] .team-member-3 .bio-container {
        width: 60%;
    }
}

@media only screen and (max-width: 1320px) {
	.crazy-cat {
		margin-right: 0;
		padding-right: 0;
		}
	.the-team .col-first {
		padding-right: 0;
		}
	.bio-bump-right {
		margin-right: 0;
		}
}
*/


/* Alternate Hero */
.contact-us-page .hero {
	display: block;
	min-height: 300px;
	/*max-height: 400px;*/
	background-position: 50% 35% !important;
	}
.contact-us-page .top-section,
.basic-page-template .top-section {
	border-top: none;
	padding-top: 80px;
	}

.small-hero {
	display: block;
	min-height: 300px;
	max-height: 400px;
	}
.small-hero + .top-section {
	border-top: none;
	padding-top: 80px;
	}	

.location-map {
	padding: 0 0 50px;
	padding: 0;
	}

#balloon h4,
#balloon p {
	font-size: 1rem;
	line-height: 1.3;
	font-weight: 300;
	}
#balloon h4 {
	font-size: 0.9rem;
	font-weight: 700;
	}

/* ----- [ Services ] -----------------*/
.our-services-page .page-intro-text {
	max-width: 44em;
	}
.page-intro-text h3 {
	line-height: 1.3;
	}

/* ----- [ CMS Content ] -----------------*/
.cms-text p > img {
	max-width: 100%;
	display: block;
	margin: 2em auto;
	}

.cms-text ul,
.cms-text ol {
	margin: 0 0 1em;
	}
.cms-text ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0.5em 1.5em;
	}
.cms-text ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0.5em 1.5em;
	}
	
.cms-text a:not(.button) {
	color: var(--blue1);
	}
.cms-text a:not(.button):hover {
	color: var(--blue2);
	}
	
.cms-text hr {
	height: 10px;
	margin: 2em 0;
	border: none;
	background: var(--blue1);
	clear: both;
	}

p.image-row-1,
p.image-row-2,
p.image-row-3 {
	margin: 0 0 20px 0;
	overflow: hidden;	
	}

p.image-row-2 > img,
p.image-row-3 > img {
	float: none;
	width: 100%;
	margin: 0 0 20px 0;
}


.child-links li {
	display: block;
	margin: 0 0 10px;
	}

/* 600px equivalent breakpoint */
@media only screen and (min-width: 37.5em) { 
	/* CMS styles */
	p.image-row-2 > img {
		float: left;
		width: 48.75%;
		margin: 0 2.4% 0 0;
	}
	p.image-row-2 > img:nth-of-type(even) {
		float: right;
		margin-right: 0;
	}

	p.image-row-3 > img {
		float: left;
		width: 31.7%;
		margin: 0 2.4% 0 0;
	}
	p.image-row-3 > img:nth-of-type(3) {
		float: right;
		margin-right: 0;
	}

	p.image-row-4 > img {
		float: left;
		width: 23.2%;
		margin: 0 2.4% 0 0;
	}
	p.image-row-4 > img:nth-of-type(4) {
		float: right;
		margin-right: 0;
	}
}

/* ----- [ Accordion ] ------------ */
dl.accordion {
	margin: 0;
	padding: 25px 0 0;
	position: relative;
	border-top: 1px solid #ccc;
	overflow: hidden;
	}
dl.accordion > dt {
	font-family: var(--body-font);
	font-size: 1.2rem;
	line-height: 1.3em;
	font-weight: 600;
	list-style: none;
	}

dl.accordion > dt > a {
	color: #000;
	display: block;
	vertical-align: middle;
	position: relative;
	padding-right: 1.5em;
	padding-bottom: 25px;
	text-decoration: none;
	transition: all .2s ease; 
	border-bottom: 1px solid #ccc;
	}

dl.accordion > dt span {
	display: block;
	margin: 0;
	text-transform: none;
	font-weight: 400;
	}

dl.accordion > dt > a:before {
	content: '+';
	color: var(--orange);
	position: absolute;
	right: 0;
	top: -4px;
	font-size: 2.2rem;
	font-size: 1.8rem;
	font-weight: 400;
	}

dl.accordion > dt > a.open {
	border-bottom: none;
	}

dl.accordion > dt > a.open:before {
	content: '−'; /* true minus sign */
	}
dl.accordion dd {
	padding: 0;
	margin: 0 0 25px;
	max-height: 0;
	opacity: 0;
    transition: all .4s ease;
	}
dl.accordion dd.is-open {
	padding: 0 0 15px;
	max-height: 1000px;
	opacity: 1;
	border-bottom: 1px solid #ccc;
	}
	
dl.accordion p {
	line-height: 1.8;
	padding-right: 2em;
	}

/* ----- [ Contact Page ] --------------- */
/* ----- [ Include: Map/Contact Form ] -----------------*/
.contact-meta {
	max-width: 100%;
	margin: 0 auto 50px;
	}
	
.contact-meta .fa,
.contact-info .fa {
	width: 30px;
	text-align: center;
	margin: 0 -10px 0 10px;
	}
	
.contact-meta li,
.contact-info li {
	padding: 0 0 0 30px;
	text-indent: -30px;
	}

.form-wrapper {
  background: #f6f6f6;
  padding: 25px 30px;
  }

@media only screen and (min-width: 900px) {
	.contact-meta {
		max-width: 750px;
		margin: 0 0 0 auto;
		}

	.map-col {
		padding-right: 0;
		position: relative;
		min-height: 500px;
		border-left: 8px solid #8d2427;
		}
	.map-canvas {
		height: 100%;
		margin: 0;
		}

	.map-address {
		bottom: auto;
		left: 55%;
		top: 45%;
		-webkit-transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
		transform: translate(0,-50%);
		}
}

.contact-form-section {
	padding: 50px 0;
	background: #f6f6f6;
	}
.contact-form-section h3,
.contact-form-section p {
	text-align: center;
	margin: 0 0 0.5em;
	}

.contact-form-wrapper {
	margin: 50px 0 0 0;
	}

/* ----- [ Contact form ]----------------------- */
.InputfieldForm {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: stretch;
	flex-wrap: wrap;
	}

.form__item {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	position: relative;
	}
.form__item--c_name,
.form__item--c_email {
	margin: 0;
	}

form > .form__item--c_contact_consent {
	margin: 0 0 20px;
	}
	
form > .form__item--scf-date {
	width: 100%;
	height: 0;
	}

@media only screen and (min-width: 800px) {
	form > .form__item {
		width: 50%;
		padding: 0 20px 0 0;
		}
		
	form > .form__item--c_terms_consent {
		margin: 0 0 20px;
		}
	
	form > .form__item--forms3 {
		width: 100%;
		}
		
	.form__item--c_name,
	.form__item--c_email {
		margin: 0 0 20px;
		}
	.form__item--c_terms_consent,
	.form__item--c_contact_consent {
		margin: 0 0 20px;
		}
	.form__item--submit {
		margin: 0 auto;
		width: 100%;
		}
}

@media only screen and (min-width: 920px) {
	form > .form__item {
		width: 50%;
		}
	form > .form__item--c_message {
		width: 100%;
		}
	.form__item--c_name,
	.form__item--c_email {
		margin: 0 0 10px;
		}
	.form__item--c_terms_consent,
	.form__item--c_contact_consent {
		margin: 0 0 20px;
		}
	.form__item--submit {
		margin: 0 auto;
		width: 100%;
		}
}

input,
select,
textarea {
    font-size: 1em;
    width: 100%;
    padding: 10px;
    margin: 0 0 10px;
	color: #333;
	background: #fff;
    webkit-appearance: none;
    /*border: 1px solid #ccc;*/
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #e1e1e1;
    }

input:focus, 
textarea:focus {
	background: #fff;
	}

input[type=submit],
input.button {
    -webkit-appearance: none;
    -moz-appearance: none;
	}
input[type="checkbox"] {
	width: auto !important;
	}

.form__item--c_contact_consent,
.form__item--c_terms_consent {
	line-height: 0.9em;
	margin-bottom: 0;
	}

.form__item label {
	font-size: 0.9em;
	line-height: 1.35em;
	}

.field__header--hidden,
.form__item--scf-website {
	display: none;
	}
.field--error--message {
	/*float: right;*/
	color: #f36617;
	font-weight: 400;
	font-size: 0.85em;
	margin: 0;
	position: absolute;
	right: 20px;
	bottom: -15px;
	}
	
.form__item--c_terms_consent .field--error--message {
	right: 40px;
	}
	
.form--error--message,
.form--success--message {
	text-align: center !important;
	font-size: 0.95em;
	font-weight: 400;
	color: #f00;
	border: 2px solid #f00;
	padding: 12px;
	margin: 5px 0 20px;
	width: 100%;
	}
	
.form--success--message {
	font-size: 1.2em;
	color: #00355e;
	color: #fff;
	background: #c5d301;
	background: olive;
	border: none;
	}

.FieldtypeCheckbox {
	margin-right: 0.5em;
	}
	
/* checkbox */
input[type=checkbox].FieldtypeCheckbox {
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    position: relative;
	outline: none;
    background: #f2f2f2;
    background: #fff;
    vertical-align: middle;
    margin: -2px 10px 0 0;
    -webkit-transition: 0.15s;
    cursor: pointer;
    float: left;
	}

input[type=checkbox].FieldtypeCheckbox:hover {
    border:1px solid #ccc;
	}

input[type=checkbox].FieldtypeCheckbox:before, 
input[type=checkbox].FieldtypeCheckbox:checked:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 7px;
    width: 5px;
    height: 11px;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    transform: rotate(45deg);
    opacity: 0;
	}
input[type=checkbox].FieldtypeCheckbox:checked:before {
    opacity: 1;
	}

#wrap_InputfieldSubmit span {
	display: none;
	}
	
.form__item--label {
	display: none;
	}	
	
li label span {
	display: none;
	}
	
form > .form__item--submit {
	text-align: center;
	width: 100%;
	}

.field--error--message {
	display: none;
	}
.field--required label:after {
	content: '*';
	color: #333;
	}
.field--error.field--required label:after {
	content: '*';
	color: #f00;
	font-size: 1.2em;
	}
.field--error.field--required .InputfieldMaxWidth {
	border: 1px solid #f00;
	}

/* buttons */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: inline-block;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	letter-spacing: 0.125em;
	white-space: nowrap;
	background: var(--accent);
	border: 1px solid var(--accent);
	border: none;
	border-radius: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0.7em 1.6em;
	margin: 0;
	cursor: pointer;
	/* transitions */
	}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
	background: var(--blue2);
	color: #fff !important;
	}
	
.button-full {
	display: block;
	width: 100%;
	}

@media only screen and (min-width: 37.5em) { 
	button,
	.button {
		width: auto;
		}
}	

/* ----- [ Testimonials ] --------------- */
.section-testimonials {
	margin: 0;
	/*padding: 50px 0 60px;*/
	overflow: hidden;
	}
.testimonials-wrapper {
	margin-top: 2em;
	}
	
.testimonials .slick-list {
	overflow: visible;
	}
	
.testimonial.slick-slide {
	margin-left: 10px;
	margin-right: 10px;
	opacity: 0.3;
	}
.testimonial.slick-slide.slick-current {
	opacity: 1;
	}

.testimonial-text {
	padding: 0 6% 0 !important;
	padding: 3em 10% 0 6% !important;
	}

.testimonial blockquote p {
	font-family: var(--display-font);
	font-size: 1.9rem;
	line-height: 1.4;
	color: #222;
	margin: 0 0 0.6em;
	}

.testimonial p {
	font-size: 1.2em;
	font-weight: 400;
	margin: 0;
	}

.testimonial-name {
	font-size: 1.1em;
	font-style: italic;
	}
.testimonial-title {
	font-size: 1em;
	/*display: block;*/
	font-style: italic;
	}

.quote-icon {
	width: 32px;
	margin: 0 auto 20px;
	}

.sidebar-image {
	margin: 0 0 20px;
	}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
	top: auto;
    left: auto;
    right: 20px;
	bottom: -50px;
    display: block;
    width: 42px;
    height: 42px;    
    padding: 0 0 0 2px;
    color: #fff;
    background: var(--accent2);
    border-radius: 50%;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    cursor: pointer;
    z-index: 9;
}
.slick-prev {
	right: 70px;
	padding: 0 2px 0 0;
	}

.slick-prev:hover,
.slick-next:hover {
	background: var(--accent);
	}

.slick-prev:before,
.slick-next:before {
    font-family: 'FontAwesome';
    font-size: 24px;
    line-height: 40px;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	}
	
.slick-dots {
	bottom: -35px;
	}

/* ----- [ Gallery Page & Sections / Isotope ] -----------------*/
.gallery-section {
	padding: 30px 0 40px;
	}

.gallery-link {
	display: block;
	position: relative;
	opacity: 1;
	transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    border-bottom: none;
    }
.gallery-link:hover {
	/*opacity: 0.8;*/
	border-bottom: none;
	}
/*
.gallery-icon {
    position: absolute;
    font-size: 36px;
	color: #fff;
	width: 65px;
	height: 65px;
	text-align: center;
	border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    margin-top: 20px;
    display: flex;
	justify-content: center;
	align-items: center;
	background: var(--accent2);
    opacity: 0;
    visibility: hidden;
	z-index: 999;
    -webkit-transition: .2s all ease-out;
    -moz-transition: .2s all ease-out;
    -o-transition: .2s all ease-out;
    transition: .2s all ease-out;
	}
*/
.gallery-icon {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,0.6);
    opacity: 0;
    -webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
	}
.gallery-link:hover .gallery-icon {
    opacity: 1;
    visibility: visible;
	}
	
.gallery-icon .fa {
	margin-top: 20px;
	-webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
	}
.gallery-icon:hover .fa {
	margin-top: 0;
	}
.hover-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 1rem;
	text-align: left;
	padding: 10px;
	background: var(--blue1);
	}
	
.filter-button-group {
	text-align: left;
	margin: 0 0 1.5em;
	}
.filter-button-group li {
	display: inline-block;
	margin: 0 1em 0 0;
	font-size: 1.1em;
	}
.is-checked {
	color: #000;
	color: var(--accent);
	/*text-decoration: underline;*/
	}

.grid-sizer,
.grid-item { 
	/*width: calc(33.333% - 20px);*/
	width: 100%;
	margin: 0 0 20px;
	}

.gutter-sizer {
	width: 2%;
	width: 0;
	width: 20px;
	}

.grid-item img {
	width: auto;
	width: 100%;
	vertical-align: middle;
	}
	
@media screen and (min-width: 570px) {
	.grid-sizer,
	.grid-item,
	.grid-item--width2 { 
		width: calc(33.333% - 20px);
		/*width: 32%;
		width: 33.333%*/
		margin: 0 0 20px;
		}
	.grid-item.width2 {
		width: 66.666%;
		width: calc(66.666% - 20px);
		}
}

/* ----- [ Gallery Carousel ] ----- */
.gallery-carousel {
	background: var(--grey4);
	}
.gallery-carousel h2 {
    max-width: var(--inner);
    margin: 0 auto;
    margin-bottom: 1.5rem;
    padding: 0 30px;
    position: relative;
	}
.gallery-carousel .inner  {
	overflow: visible;
	padding-left: 20px;
	}
.gallery-carousel .slick-track {
	left: 0;
	}
.gallery-carousel .slick-slide {
	margin: 1em 1em 2em;
	margin: 1em 1em 1em 0;
	}
.gallery-carousel .slick-slide img {
    max-height: 320px;
    object-fit: cover;
    margin-bottom: 0.8em;
	}
.gallery-carousel .slick-slide p {
	font-size: 1.2rem;
	font-weight: var(--body-bold);
	}

@media only screen and (min-width: 800px) {
    .gallery-carousel .inner  {
		padding-left: 0;
		}
    .gallery-carousel .slick-track {
    	left: 30px; /* use with 'centerMode: false' */
    	}
    .gallery-carousel .slick-slide {
    	margin: 1em 1em 2em;
    	}
    .gallery-carousel .slick-slide img {
    	max-height: 420px;
		}
	/*
	.gallery-carousel .slick-list:after {
		content: "";
		position: absolute;
		top: 15px;
		right: 0;
		width: 200px;
		height: 420px;
		background: transparent;
		background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
		}
	*/
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: var(--accent)!important;
    background: var(--accent)!important;
	outline: none;
	}

/* ----- [ Section: Gallery (Featherlight) ] --------  */
/* updated with flexbox */
.featherlight {
	display: flex;
	justify-content: center;
	align-items: center;
	}
.featherlight:before {
	display: none;
	}
.featherlight .featherlight-content {
	padding: 0 !important;
	border: none !important;
	}
.featherlight .featherlight-image {
	border: 10px solid #fff;
	max-height: 100% !important;
	}

.featherlight-next,
.featherlight-previous {		
	display: block;
	position: absolute;
	top: 25px;
	right: 25px;
	bottom: 0;
	left: 80%;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/*background: rgba(0, 0, 0, 0);*/
	background: none;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}
.featherlight-previous {
	right: 80%;
	left: 25px;
	}
.featherlight-next span,
.featherlight-previous span {
	display: block;
	position: absolute;
	top: 50%;
	left: 8%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	background-image: url('../images/arrow-left.png');
  	/*content: '<i class="slick-arrow slick-prev fa fa-arrow-left"></i>';*/
	background-size: 100%;
	text-indent: -9999px;
	opacity: 0.8;
	}
.featherlight-next span {
	left: auto;
	right: 8%;
	background-image: url('../images/arrow-right.png');
	/*content: '<i class="slick-arrow slick-next fa fa-arrow-right"></i>';*/
	background-size: 100%;
	}
.featherlight-next:hover,
.featherlight-previous:hover {
	background: none;
	opacity: 0.8;
	}
.featherlight-next span:hover,
.featherlight-previous span:hover {
	opacity: 1;
	}

.service-gallery-section {
	background: #f6f6f6;
	padding: 50px 0;
	}
.view-larger {
	position: absolute;
	bottom: 20px;
	left: -100%;
	background: #fff;
	padding: 20px;
	}

.featherlight .featherlight-image {
	max-height: 100%;
	}

.caption {
	position: absolute;
	bottom: 25px;
	padding: 10px;
	color: #fff;
	background: #000;
	background: rgba(0,0,0,0.6);
	width: 100%;
	opacity: 0;
	transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
	}
.caption {
	opacity: 1;
	width: auto;
	left: 10px;
	right: 10px;
	bottom: 10px;
	}
	
@media only screen and (min-width:1024px) {
	.featherlight .featherlight-image {
		border: 25px solid #fff;
		}
	.caption {
		opacity: 1;
		width: auto;
		left: 25px;
		right: 25px;
		bottom: 25px;
		padding: 20px;
		}
}

/* ----- [ Site Map ] --------------- */
.sitemap li {
	list-style: none;
	margin:  0;
	font-size: 16px;
	line-height: 1.2em;
	padding: 0 0 0 1em;
	}
.sitemap li li {
	list-style: disc;
	}
.sitemap li li li {
	list-style: circle;
	}
.sitemap li li li li {
	list-style: square;
	}

/* ----- [ Footer ] --------------- */
.page-footer {
	clear: both;
	text-align: left;
	margin: 0;
	padding: 4em 0 0;
	/*border-top: 8px solid var(--accent);*/
	background: var(--header);
	}

.page-footer p,
.page-footer li {
	font-size: 0.95rem;
	font-weight: var(--body-light);
	margin: 0 0 1em;
	letter-spacing: 0.05em;
	}

.page-footer a {
	text-decoration: none;
	border: none;
	}
.page-footer a:hover {
	color: inherit;
	text-decoration: underline;
	}

.footer-logo {
	max-width: 220px;
	margin: 0 auto 50px;
	}
.footer-logo img {
	margin: 0 auto;
	width: 100%;
	/*filter:hue-rotate(50deg);*/
	}

.site-copyright {
	margin: 0 auto!important;
	padding: 8px 30px;
	background: var(--blue1);
	}

.site-copyright a {
	border: none;
	text-decoration: none;

	}
.site-copyright a:hover {
	text-decoration: underline;

	}
	
.site-credit {
	margin-bottom: 0 !important;
	}

@media screen and (min-width: 770px) {
	.page-footer-col,
	.page-footer-col p {
		text-align: left;
		}
	.page-footer-col:last-child,
	.page-footer-col:last-child p {
		text-align: right;
		}
}

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

}

/* ----- [ SVG Social Media Icons ] --------------- */
.social-icons-wrapper {
	}
.social-icons-wrapper .social-icon {
    display: inline-block;
    height: 26px;
	width: 26px;
    margin: 0 0.5em;
    white-space: nowrap;
	}

.social-icons-wrapper .social-icon a,
.social-icons-wrapper .social-icon a:visited {
    opacity: 1;
    border: none;
	}
.social-icons-wrapper .social-icon a:hover,
.social-icons-wrapper .social-icon a:active {
    color: var(--accent);
    opacity: 1;
    border: none;
	}

.social-icons-wrapper .social-icon svg {
    fill: currentColor;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
	}

.social-icons-wrapper .social-icon svg:hover {
	fill: var(--blue2);
	}


.social-icon span {
	display: none;
	}

.top-link {
	display: none;
    position: fixed;
    bottom: -20px;
    right: 2%;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 9;
	}
.top-link a {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
    background: #8d2427;
    display: block;
    height: 30px;
    width: 30px;
    outline: medium none;
    position: relative;
    z-index: 0;
    text-align: center;
    }
.top-link a:hover {
	border: none;
	background: #8d2427;
	}
.top-link.show {
	opacity: 1;
	bottom: 20px;
	}
	
.top-link .fa {
	margin: 0 0 0 2px;
	line-height: 25px;
	}

/* ----- [ Utility ] --------------- */
.row-reverse {
	flex-direction: row-reverse;
	}

.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	}
.clearfix:after {
	clear: both;
	}
.clearfix { 
	zoom: 1;
	}

.hidden {
	display: none;
	}

.full-height {
	height: 100%;
	}
.cover-image {
	object-fit: cover;
	height: 100%;
	width: 100%;
	}
	
hr {
	border: none;
	height: 1px;
	background: #ccc;
	margin: 1.5em 0 1em;
	}
	
.show_hide {
	display: inline-block;
	margin-bottom: 1em;
	}

p.dropcap:first-child:first-letter {
	font-family: var(--display-font);
	float: left;
	font-size: 3rem;
	line-height: 1;
	padding-top: 0;
	padding-right: 5px;
	padding-left: 2px;
	}

#editpage {
	position: fixed;
	bottom: 0;
	left: 0; 
	padding: 5px 6px; 
	background: #db1174; 
	color: #fff; 
	display: block;
	font-weight: bold; 
	}
#editpage:hover {
	background: #ffffcc;
	color: #000; 
	}

.quickedit {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 99;
	opacity: 0.5;
	}

.align_left {
	float: left;
	margin: 0 2em 1em 0 !important;
	}

.align_right {
	float: right;
	margin: 0 0 1em 2em !important;
	}

.align_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin: 2em auto;
	}

.WireFatalError {
	background: #a30000; 
	color: #fff; 
	padding: 1em; 
	position: relative;
	z-index: 9999;
	}

/* New Section Pages */
.spotlight.style4,
.spotlight.style5 {
	background: rgba(255,255,255,1) !important;
	}

.image {
	border: 0;
	border-radius: 4px;
	display: inline-block;
	position: relative;
	}

.image img {
	display: block;
	border-radius: 4px;
	}

.image.left, 
.image.right {
	width: 40%;
	max-width: 10rem;
	}

.image.left img, 
.image.right img {
	width: 100%;
	}

.image.left {
	float: left;
	margin: 0 1.5rem 1rem 0;
	top: 0.25rem;
	}

.image.right {
	float: right;
	margin: 0 0 1rem 1.5rem;
	top: 0.25rem;
	}

.image.fit {
	display: block;
	margin: 0 0 2rem 0;
	width: 100%;
	}

.image.fit img {
	width: 100%;
	}

.image.main {
	display: block;
	margin: 0 0 3rem 0;
	width: 100%;
	}

.image.main img {
	width: 100%;
	}
	
.bg-grey {
	background: var(--grey4);
	}

.spotlight.invert {
	color: #fff;
	background: var(--black);
	}
.spotlight.invert h2,
.spotlight.invert h3,
.spotlight.invert p {
	color: #fff;
	}
.spotlight.style4.invert .content,
.spotlight.style5.invert .content {
	background-color: rgba(0,0,0,0.8);
	}

/* Spotlight (style1) */
.spotlight.style1 {
	padding: var(--section-pad-small) 0;
	}
.spotlight.style1 .row {
	max-width: var(--inner);
	margin: 0 auto;
	}
	
.spotlight.style1 .col,
.spotlight.style1 .column-image {
	margin-bottom: 0;
	}

.spotlight.style1.orient-right .row {
	flex-direction: row-reverse;
	}
.spotlight.style1.content-align-center .cms-text {
	text-align: center;
	}
.spotlight.style1.content-align-right .cms-text {
	text-align: right;
	}

/* Spotlight 2 and 3 */
.spotlight.style2,
.spotlight.style3 {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: stretch;
	position: relative;
	overflow-x: hidden;
	text-align: left;
	padding-top: var(--section-pad-small);
	padding-bottom: var(--section-pad-small);
	}
.spotlight.style3 {
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
	padding: 7rem 7rem 5rem 7rem ;
	}

.spotlight.style2 .content {
	align-self: center;
	flex-grow: 1;
	flex-shrink: 1;
	width: 65%;
	max-width: 64rem;
	margin: 0 auto;
	padding: 7rem 7rem 5rem 7rem;
	}
.spotlight.style3 .content {
	width: 44.5rem;
	max-width: 100%;
	}

.spotlight.style2 .image {
	flex-grow: 0;
	flex-shrink: 0;
	width: 35%;
	min-width: 25rem;
	border-radius: 0;
	}
.spotlight.style3 .image {
	flex-grow: 0;
	flex-shrink: 0;
	width: 21rem;
	height: 21rem;
	border-radius: 100%;
	margin: 0 3.5rem 2rem 0;
	}

.spotlight.style2 .image img {
	object-fit: cover;
	object-position: center;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	}
.spotlight.style3 .image img {
	object-fit: cover;
	object-position: center;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	}
	
.spotlight.style2 .content,
.spotlight.style2 .image {
	width: 100%;
	text-align: left;
	}
	
.spotlight.style5 .content {
	width: 40rem;
	max-width: 50%;
	}

@media screen and (min-width: 736px) {
	.spotlight.style2.content-split-50-50 .content,
	.spotlight.style2.content-split-50-50 .image {
		width: 50%;
		}
	.spotlight.style2.content-split-60-40 .content {
		width: 60%;
		}
	.spotlight.style2.content-split-60-40 .image {
		width: 40%;
		}
	.spotlight.style2.content-split-70-30 .content {
		width: 65%;
		}
	.spotlight.style2.content-split-70-30 .image {
		width: 35%;
		}
}

@media screen and (max-width: 1680px) {
	.spotlight.style2 .content {
		padding: 5rem 5rem 3rem 5rem ;
		}
	.spotlight.style3 {
		padding: 5rem 5rem 3rem 5rem ;
		}
}
@media screen and (max-width: 1280px) {
	.spotlight.style2 .content {
		padding: 4rem 4rem 2rem 4rem ;
		}
	.spotlight.style3 {
		padding: 4rem 4rem 2rem 4rem ;
		}
}
@media screen and (max-width: 980px) {
	.spotlight.style2 .content {
		padding: 3.75rem 3rem 1.75rem 3rem ;
		width: 50%;
		min-width: 0;
		}
	.spotlight.style2 .image {
		width: 50%;
		min-width: 0;
		}
	.spotlight.style3 {
		padding: 3.75rem 3rem 1.75rem 3rem ;
		}
	.spotlight.style3 .image {
		width: 18.375rem;
		height: 18.375rem;
		}
}

@media screen and (max-width: 736px) {
	.spotlight.style2 .content {
		padding: 2.5rem 2rem 0.5rem 2rem;
		}
	.spotlight.style3 {
		align-items: flex-start;
		padding: 2.5rem 2rem 0.5rem 2rem ;
		}
	.spotlight.style3 .image {
		width: 15.75rem;
		height: 15.75rem;
		margin: 0 2rem 2rem 0;
		}
}

@media screen and (max-width: 736px) and (orientation: portrait) {
	.spotlight.style2 {
		flex-direction: column-reverse;
		text-align: center !important;
		}
	.spotlight.style2 .content {
		width: 100%;
		}
	.spotlight.style2 .image {
		width: 100%;
		}
	.spotlight.style2 .image img {
		position: relative;
		}
}

.spotlight.style2.orient-right {
	flex-direction: row-reverse;
}
@media screen and (max-width: 736px) and (orientation: portrait) {
	.spotlight.style2.orient-right {
		flex-direction: column-reverse;
	}
}

@media screen and (orientation: portrait) {
	.spotlight.style3 {
		align-items: center;
		flex-direction: column-reverse;
		text-align: center !important;
		}
	.spotlight.style3 .content {
		width: 34rem;
		max-width: 100%;
		}
	.spotlight.style3 .image {
		margin-right: 0;
		}
}

.spotlight.style3.orient-left {
	flex-direction: row;
	}

.spotlight.style3.orient-left .image {
	margin: 0 0 2rem 3.5rem;
	}

@media screen and (max-width: 736px) {
	.spotlight.style3.orient-left .image {
		margin: 0 0 2rem 2rem;
		}
}

@media screen and (orientation: portrait) {
	.spotlight.style3.orient-left {
	flex-direction: column-reverse;
		}
	.spotlight.style3.orient-left .image {
		margin-left: 0;
		}
}

.spotlight.style2.content-align-center,
.spotlight.style3.content-align-center {
	text-align: center;
	}

.spotlight.style2.content-align-right,
.spotlight.style3.content-align-right {
	text-align: right;
	}

.spotlight.style2.image-position-left .image img,
.spotlight.style3.image-position-left .image img {
	object-position: left;
	}

.spotlight.style2.image-position-right .image img,
.spotlight.style3.image-position-right .image img {
	object-position: right;
	}

/* ----- Spotlight (styles 3, 4 and 5) ----- */
.spotlight.style4,
.spotlight.style5 {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: inherit;
	position: relative;
	overflow-x: hidden;
	text-align: center;
	padding: 7rem 5.25rem 5rem 5.25rem;
	}

.spotlight.style4 .content,
.spotlight.style5 .content {
	padding: 3.5rem 3.5rem 1.5rem 3.5rem;
	position: relative;
	max-width: 50%;
	max-width: 100%;
	background-color: inherit;
	background-color: rgba(255,255,255,0.9);
	border-radius: 0.5rem;
	margin-bottom: 2rem;
	z-index: 1;
	}

.spotlight.style4.orient-center .content,
.spotlight.style5.orient-center .content {
	width: 60rem;
	max-width: 80%;
	}

.spotlight.style4 .image,
.spotlight.style5 .image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	flex-grow: 0;
	flex-shrink: 0;
	border-radius: 0;
	}

.spotlight.style4 .image img,
.spotlight.style5 .image img {
	object-fit: cover;
	object-position: center;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	}

@media screen and (max-width: 736px) {
	.spotlight.style4 .content,
	.spotlight.style5 .content {
		width: 40rem;
		max-width: 50%;
		}
	.spotlight.style5 .content {
		max-width: 52.5%;
		}
	.spotlight.style5 .content {
		max-width: 100%;
		width: 100%;
		margin-top: 50%;
		}
}

@media screen and (max-width: 1680px) {
	.spotlight.style4,
	.spotlight.style5 {
		padding: 5rem 3.75rem 3rem 3.75rem ;
		}
	.spotlight.style4 .content {
		padding: 2.5rem 2.5rem 0.5rem 2.5rem ;
		}
}
@media screen and (max-width: 1280px) {
	.spotlight.style4,
	.spotlight.style5 {
		padding: 4rem 3rem 2rem 3rem ;
		}
	.spotlight.style4 .content,
	.spotlight.style5 .content {
		padding: 3rem 3rem 1rem 3rem ;
		}
}
@media screen and (max-width: 980px) {
	.spotlight.style4,
	.spotlight.style5 {
		padding: 3rem 2.25rem 1rem 2.25rem ;
		}
	.spotlight.style4 .content,
	.spotlight.style5 .content {
		padding: 2.25rem 2.25rem 0.25rem 2.25rem ;
		}
}
@media screen and (max-width: 736px) {
	.spotlight.style4,
	.spotlight.style5 {
		padding: 2rem 1.5rem 0.1rem 1.5rem ;
		}
	.spotlight.style4 .content,
	.spotlight.style5 .content {
		padding: 1.5rem 1.5rem 0.1rem 1.5rem ;
		}
}

@media screen and (max-width: 480px) {
	.spotlight.style4 .content,
	.spotlight.style5 .content {
		max-width: 80%;
		max-width: 100%;
		}
}

.spotlight.style4.fullscreen,
.spotlight.style5.fullscreen {
	min-height: 100vh;
	}

.spotlight.style4.halfscreen,
.spotlight.style5.halfscreen {
	min-height: 50vh;
	}

.spotlight.style4.orient-left {
	justify-content: flex-start;
	padding-left: 0;
	}
.spotlight.style5.orient-left {
	justify-content: flex-start;
	}

.spotlight.style4.orient-left .content {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	}

.spotlight.style4.orient-right {
	justify-content: flex-end;
	padding-right: 0;
	}
.spotlight.style5.orient-right {
	justify-content: flex-end;
	}

.spotlight.style4.orient-right .content {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	}

.spotlight.style4.content-align-left,
.spotlight.style5.content-align-left {
	text-align: left;
	}

.spotlight.style4.content-align-right,
.spotlight.style5.content-align-right {
	text-align: right;
	}

.spotlight.style4.image-position-left .image img,
.spotlight.style5.image-position-left .image img {
	object-position: left;
	}

.spotlight.style4.image-position-right .image img,
.spotlight.style5.image-position-right .image img {
	object-position: right;
	}

/* fixed bg */
.spotlight.style4.fixed-bg .image,
.spotlight.style5.fixed-bg .image {
	background-attachment: fixed;
	background-repeat: none;
	background-size: cover;
	}
.spotlight.style4.fixed-bg .image img,
.spotlight.style5.fixed-bg .image img {
	display: none;
	}
/*
@media (hover: none) {
   .fixed-bg {
       background-attachment: initial !important;
   }
}
*/
/* check if mobile */
@media (pointer: coarse) {
	.fixed-bg,
	.spotlight.style4.fixed-bg .image,
	.spotlight.style5.fixed-bg .image {
	 	background-attachment: initial !important;
	 	background-position: 50% 50% !important;
		}
}
.spotlight h2::before { 
	display: block; 
	content: " "; 
	margin-top: -208px; 
	height: 208px;
	visibility: hidden; 
	pointer-events: none;
	}

#termly-code-snippet-support p,
#termly-code-snippet-support li,
#termly-code-snippet-support td {
	font-size: 1em;
	line-height: 1.3;
	}
#termly-code-snippet-support img {
	display: inline;
	}


/* ----- [ Print ] ----- */
@media print {
    header, footer, aside, form {
        display: none;
    	}
	section {
		width:100%!important;
		padding:0!important;
		margin:0!important;
		width: 800px!important;
		}
	img {
		max-width: 500px !important;
		max-height: 300px !important;
		}
	h1 {
		font-size: 24pt;
		margin: 0 !important;
		padding: 0 !important;
		}
	.hero {
		min-height: 100px!important;
		height: auto;
		}
	.gallery-carousel {
		display: none;
		}
	.image {
		display: none;
		}
}
@page {
	margin: 2cm;
}
@page:first {
    margin: 0cm;
}
@page:last {
    margin: 5cm;
}
@page:left {
    margin: 2cm 1.5cm 2cm 2cm;
}
@page:right {
    margin: 2cm 2cm 2cm 1.5cm;
}
@media print {
  a:after {
    content: "("attr(href)")";
  }
}
