/* Color Tokens */

.color-tokens {
	color: #58A4AD; /* $primary */
	background-color: #546A76; /* $secondary */
	border-left-color: #F9B95E; /* $tertiary */
	border-right-color: #F5F5F5; /* $light */
	border-top-color: #FFFFFF; /* $white */
	border-bottom-color: #4A4B4C; /* $dark */
}

.fieldset, .fieldset + input + button {
	display: none !important;
}

/* End Color Tokens */

/* General Site Styles */

html {
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Libre Baskerville', serif; /* @mainfont */
	background-color: #FFFFFF; /* $white */
	line-height: 1.8;
	transition: padding-top .2s ease 0s;
	color: #4A4B4C; /* $dark */
	position: relative;
	overflow-x: hidden;
	padding-top: 120px;
}

figure, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

form *,form *:before,form *:after {
	box-sizing: border-box;
}

body:not(.cms-admin) main > .section header:empty {
	display: none;
}

h1, h2, h3, h4 {
	margin: 0;
	line-height: 1.1;
	font-family: 'Cinzel', serif; /* @accentfont */
	font-weight: normal;
}

h2 {
	color: #546A76; /* $secondary */
	font-size: 1.5em;
}

.content-panel h1 {
	margin-bottom: .3em;
}

.content-panel h2, .content-panel h3, .content-panel h4, content-panel p.likeh3 {
	margin: 0 0 1em 0;
	font-family: 'Prompt', sans-serif;
	line-height: 1.2em;
}

h1, h2.look-like-h1, .content-panel h2.look-like-h1, p.look-like-h1 {
	font-size: 2.5em;
	color: #4A4B4C;
	margin: 0;
	font-family: 'Cinzel', serif;
	line-height: 1.1;
	font-weight: normal;
	padding: 0;
}

h3 {
	font-size: 1.388em;
	color: #546A76; /* $secondary */
}

h4 {
	font-size: 1.25em;
	color: #546A76; /* $secondary */
}

a {
	text-decoration: none;
	color: #58A4AD; /* $primary */
	transition: color .5s ease 0s;
}

p {
	margin: 0;
	padding: 0 0 1.11em;
}

a:hover {
	text-decoration: none;
	color: #4A4B4C; /* $dark */
}

a[href^=tel] {
	cursor: default;
}

img {
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
}

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

.content-panel ul, .content-format ul {
	list-style: disc;
	margin: 1em 0;
	padding-left: 2.5em;
}

.content-panel li > ul, .content-format li > ul {
	margin: 0;
}

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

.button-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.btn, .button-list li a, button.btn {
	display: inline-block;
	padding: 1em 3em;
	text-align: center;
	outline: none;
	cursor: pointer;
	border: solid 2px #F9B95E; /* $tertiary */
	position: relative;
	color: #4A4B4C; /* $dark */
	background-color: rgba(255,255,255,0.3);
	transition: .5s ease 0s;
	font-family: 'Prompt', sans-serif;
	font-size: .88em;
	border-radius: 4px;
	font-weight: 700;
	line-height: 1;
}

.dark .btn, .dark .button-list li a {
	background-color: rgba(0,0,0,0.1);
	color: #FFFFFF; /* $white */
}

.dark .btn:hover, .dark .button-list li a:hover {
	background-color: #FFFFFF; /* $white */
	color: #546A76; /* $secondary */
}

.btn:hover, a:hover .btn, .button-list li a:hover {
	background-color: #546A76; /* $secondary */
	color: #FFFFFF; /* $white */
}

.main {
	max-width: 1600px;
	width: auto;
	margin: 0 auto;
	position: relative;
	padding-left: 2%;
	padding-right: 2%;
}

.full {
	width: auto;
	margin: 0px auto;
	position: relative;
	padding-left: 5%;
	padding-right: 5%;
	font-size: .9vw;
}

.half {
	width: 48%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.flex>* {
	min-width: 25px;
	min-height: 25px;
}

.flex.StaffOverview {
	list-style: none;
	padding: 2em 0 0 0;
	margin: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex.StaffOverview li {
	-ms-flex: 1 1 20%;
	flex: 1 1 20%;
	text-align: center;
	padding: 0 1% 2em 1%;
}

.flex.StaffOverview li h3 {
	margin: 0;
	padding: 0;
}

.flex.StaffOverview li p {
	margin: 0;
	padding: 0;
}

html.no-canvas .main {
	width: 1150px;
}

div.zone-editable > *, div.zone-editable {
	min-height: 15px;
	min-width: 15px;
}

body.cms-layout .cms-zone ul.zone-tab li {
	position: relative !important;
	opacity: 1 !important;
	float: none !important;
	overflow: visible !important;
}

body.cms-layout .cms-zone ul.zone-tab li:before {
	content: none !important;
}

body.cms-layout .cms-zone ul.zone-tab {
	overflow: visible !important;
	column-gap: 0 !important;
	column-count: auto !important;
}

.content-panel {
}

body:not(.cms-admin) .content-panel:empty {
	display: none;
}

.top-nav .ui-scroll {
	overflow: visible !important;
}

.sidebox {
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	display: -ms-flexbox;
	display: flex;
	padding: 4em 0;
}

.sidebox .main-zone {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-ms-flex-order: 1;
	order: 1;
	padding: 0;
	width: 65%;
}

.sidebox .side-zone {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-ms-flex-order: 0; /* Set to 1 to change to a right nav */
	order: 0; /* Set to 1 to change to a right nav */
	width: 30%;
}

.panel-padding {
	padding-top: 4em;
	padding-bottom: 4em;
}

body > iframe {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

.privacy-policy.main h2 {
	font-size: 1.5em;
}

.site-map.main, .privacy-policy.main {
	padding: 3em 2%;
}

.cms-admin div.ui-dialog div.jl-items {
	overflow: scroll;
}

html body div.ui-dialog ul.jl-list li:after {
	color: #6689A9;
	display: initial;
}

.jw-skin-seven .jw-button-color:hover {
	color: #58A4AD !important; /* $primary */
}

.image-caption {
	text-align: center;
	float: right;
	margin: 0.5em 0 0.5em 0.5em;
	clear: right;
	max-width: 60%;
}

.image-caption span {
	display: block;
	font-size: 0.9em;
}

/* End General Site Styles */

/* Contact Form Styles */

.contact-form {
	text-align: center;
	background-color: #546A76; /* $secondary */
}

.contact-form header {
}

.contact-form header h3 {
	color: #F5F5F5; /* $light */
	font-size: 2.5em;
	padding: .5em 2%;
	background-color: #3A4951; /* darken($secondary,31%) */
	margin: 0;
}

.contact-form p {
	color: #FFFFFF;
	margin: 0;
	padding: 1.5em 0 1.5em;
}

.contact-content.vB .contact-form p {
	padding: 1.5em 0 1.5em;
}

.contact-form .contact-box {
	margin-top: 0;
}

.contact-form .contact-box>div {
	padding: 2em;
	background-image: url(../images/BG_SideContact.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.contact-form .contact-box li {
	border: none;
	list-style: none;
}

.contact-form input {
}

.contact-form textarea {
}

.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus, .contact-form .dropdown-label.visible {
}

.contact-form .btn {
	margin-bottom: 1em;
}

/* End Contact Form Styles */

/* Input Styles */

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

fieldset .hide {
	display: none;
}

fieldset ul {
	display: block;
	padding-left: 0 !important;
}

fieldset li {
	position: relative;
	border: none;
}

fieldset label {
	display: block;
	text-align: left;
	color: #F5F5F5; /* $light */
}

fieldset .input-text {
	position: relative;
}

fieldset input, fieldset textarea, fieldset select {
	display: block;
	width: 100%;
	color: #4A4B4C; /* $dark */
	padding: .5em;
	margin-bottom: .5em;
	border-radius: 0; /* For no border-radius, put 0. iPhones will add it if you don't */
	font-size: 18px;
	font-family: inherit;
	font-weight: inherit;
	line-height: 1;
	resize: none;
	outline: none;
	border: solid 2px transparent;
	background-color: #F5F5F5; /* $light */
	transition: border-color .35s ease;
	-webkit-appearance: none;
}

fieldset input {
}

fieldset select {
}

fieldset textarea {
	min-height: 8em;
	line-height: inherit;
}

fieldset input:focus, fieldset textarea:focus, fieldset select:focus, fieldset .dropdown-label.visible {
	border-color: #546A76; /* $secondary */
}

fieldset ::-webkit-input-placeholder {
	color: #4A4B4C; /* $dark */
}

fieldset :-moz-placeholder {
	color: #4A4B4C; /* $dark */
	opacity: 1;
}

fieldset ::-moz-placeholder {
	color: #4A4B4C; /* $dark */
	opacity: 1;
}

fieldset ::-ms-input-placeholder {
	color: #4A4B4C; /* $dark */
}

fieldset .validation {
	position: absolute;
	left: 0;
	padding: .5em 1em;
	background-color: rgba(0,0,0,0.8);
	top: 100%;
	z-index: 2;
	color: #F2F2F2;
	font-size: .8em;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	transform: translateY(10%);
	white-space: nowrap;
}

fieldset .invalid .validation {
	opacity: 1;
	transform: translate(0);
	visibility: visible;
}

fieldset .validation:before {
	content: '';
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	border-left: solid .5em transparent;
	border-right: solid .5em transparent;
	border-bottom: solid .5em rgba(0,0,0,0.8);
	bottom: 100%;
	left: 1em;
}

fieldset .input-text:after, fieldset .input-text:before {
	font-family: 'icomoon-ult';
	display: block;
	position: absolute;
	top: 50%;
	right: 1em;
	opacity: 0;
	transition: opacity .5s ease 0s;
	line-height: 1.6;
	transform: translateY(-50%);
}

fieldset .input-text:before {
	content: '\e747'; /* Invalid Icon */
	color: #FF070B;
}

fieldset .invalid .input-text:before {
	opacity: 1;
}

fieldset  .input-text:after {
	content: '\e7bd'; /* Valid Icon */
	color: #22C022;
}

fieldset .valid .input-text:after {
	opacity: 1;
}

/* End Input Styles */

/* Scroller Styles */

.scroll-container {
	-ms-flex: 0 1 51.25%;
	flex: 0 1 51.25%;
	overflow: hidden;
	position: relative;
	-ms-flex-order: 1;
	order: 1;
}

.scroll-container ul {
	display: -ms-flexbox;
	display: flex;
	transition: .5s ease;
}

.scroll-container ul li {
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	padding: 0;
}

.scroll-container ul li video {
	width: 100%;
}

.scroll-container .scroll-nav {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	z-index: 1;
	height: 0;
}

.scroll-container .scroll-nav a {
}

.scroll-container .scroll-nav a:before {
	font-family: icomoon-ult;
	font-size: 2em;
	display: inline-block;
	line-height: 1;
	color: #58A4AD; /* $primary */
	position: absolute;
	transition: .5s ease;
}

.scroll-container .scroll-nav a:hover:before {
	color: #4A4B4C; /* $dark */
}

.scroll-container .scroll-nav a.next:before {
	content: '\e0ea';
	right: 0;
	top: -50%;
}

.scroll-container .scroll-nav a.prev:before {
	content: '\e0ec';
	left: 0;
	top: -50%;
}

/* End Scroller Styles */

/* Mobile Scrollers */

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

.mobile-scroll ul {
	transition: transform .5s ease 0s;
	padding-bottom: 2em;
}

.mobile-scroll .dot-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	bottom: 1em;
	left: 0;
}

.mobile-scroll .dot-box .scrollDot {
	display: block;
	width: 20px;
	height: 20px;
	border: 2px solid #546A76; /* $secondary */
	border-radius: 50%;
	margin: 0 5px;
	transition: .5s ease;
}

.mobile-scroll .dot-box .scrollDot.active {
	background-color: #546A76; /* $secondary */
}

/* End Mobile Scrollers */

/* Side Nav Style */

.side-nav-panel {
	background-color: #546A76; /* $secondary */
	margin: 3em 0;
}

.side-nav-panel:first-child {
	margin-top: 0;
}

.side-nav-panel header {
	background-color: #3E4E57; /* darken($secondary,26%) */
	text-align: center;
}

.side-nav-panel header h3 {
	color: #F5F5F5; /* $light */
	font-weight: 400;
	padding: .5em;
	font-size: 2.5em;
}

.side-nav-panel header h3 a {
	color: #F5F5F5; /* $light */
}

.side-nav-panel ul {
	padding: 0 .5em .5em .5em;
}

.side-nav-panel ul li {
	border: solid 1px #F5F5F5; /* $light */
	border-top: none;
}

.side-nav-panel ul li.level2 {
	border: none;
	border-top: solid 1px #F5F5F5; /* $light */
}

.side-nav-panel ul li.level3 {
	border: none;
	border-top: solid 1px #F5F5F5; /* $light */
}

.side-nav-panel ul li a {
	color: #F5F5F5; /* $light */
	font-size: 1em;
	display: block;
	padding: 1em 2% 1em 10%;
	transition: .5s ease;
	position: relative;
	font-family: 'Cinzel', serif; /* @accentfont */
	font-weight: 400;
}

.side-nav-panel ul li.level2 a {
	font-size: .88em;
	padding: 1em 2% 1em 15%;
}

.side-nav-panel ul li.level3 a {
	font-size: .88em;
	background-color: #6F8A99; /* lighten($secondary,20%) */
	padding: 1em 2% 1em 25%;
}

.side-nav-panel ul li a:hover, .side-nav-panel ul li.selected > a {
	background-color: #58A4AD; /* $primary */
}

.side-nav-panel ul li ul {
	display: none;
	padding: 0;
}

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

.side-nav-panel ul li.selected ul ul {
	display: none;
}

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

/* End Side Nav Style */

/* Site Search */

.searchresults {
}

.searchresults input {
	margin-right: .3em;
	padding: .2em 3%;
}

.searchresults .search {
	margin: .2em 0;
	border-bottom: solid 2px #58A4AD; /* $primary */
	padding: .5em 2%;
}

/* End Site Search */

/* Responsive */

@media screen and (max-width:1500px) {
	.full {
		font-size: 1.1vw;
	}
}

@media screen and (max-width:1200px) {
	.full {
		font-size: 1.5vw;
	}
}

@media screen and (max-width:1150px) {
	html {
		font-size: 1.56vw;
	}

	.full {
		font-size: 1em;
	}
}

@media screen and (max-width:900px) {
	html {
		font-size: 2vw;
	}

	.sidebox .main-zone {
		padding: 0;
		width: 100%;
	}

	.sidebox {
		display: block;
	}

	.sidebox .side-zone {
		width: 100%;
	}

	.contact-form .contact-box>div {
		padding: 0 2% 2em;
	}

	.flex.StaffOverview li {
		-ms-flex: 1 1 25%;
		flex: 1 1 25%;
	}
}

@media screen and (max-width:800px) {
	html {
		font-size: 2.25vw;
	}

	.sidebox {
		display: block;
		padding: 2em 0;
	}

	.scroll-container .scroll-nav {
		display: none;
	}
}

@media screen and (max-width:700px) {
	html {
		font-size: 2.5vw;
	}

	.flex.StaffOverview li {
		-ms-flex: 1 1 33%;
		flex: 1 1 33%;
	}
}

@media screen and (max-width:550px) {
	html {
		font-size: 3vw;
	}

	.panel-padding {
		padding-top: 2em;
		padding-bottom: 2em;
	}

	p {
		font-size: 1.11em;
	}

	.btn, .button-list li a {
		font-size: 1em;
		display: table;
		margin: .2em auto;
	}
}

@media screen and (max-width:450px) {
	html {
		font-size: 3.5vw;
	}

	.flex.StaffOverview li {
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
	}
}

@media screen and (max-width:400px) {
	html {
		font-size: 15px;
	}
}

/* End Responsive */

/* IE Fallbacks */

.no-flexbox .flex {
	display: table;
	width: 100%;
}

.no-flexbox .flex > * {
	display: table-cell;
}

/* End IE Fallbacks */

.no-flexbox .scroll-container ul {
	display: table;
	table-layout: fixed;
}

.no-flexbox .scroll-container ul li {
	display: table-cell;
}

.no-flexbox .sidebox {
	display: table;
}

.no-flexbox .sidebox>* {
	display: table-cell;
}

div[itemprop='articleBody'] li {
	list-style: disc;
	margin-left: 1.2em;
}
