 	/* ==========================================================================
   Global styles
   ========================================================================== */

@import url('base.css');
body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

/* barlow-condensed-regular - latin */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/barlow-condensed-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/barlow-condensed-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/barlow-condensed-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/barlow-condensed-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/barlow-condensed-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/barlow-condensed-v12-latin-regular.svg#BarlowCondensed') format('svg'); /* Legacy iOS */
}


.no-fixed-bg * { background-attachment: scroll !important; }

body > * {
	background: center/cover fixed no-repeat;
	padding: 5rem 0;
	/*font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1600 - 300))) !important;*/
}

@media (min-width: 768px) and (max-width: 991px) {
	.col-sm-3 {
		 width: 50%;
	}
}
.alert {
	margin-bottom: 0;
}
/* HEADER NAV LOAD FIX */

.primary-nav:not(.dropdown-nav):not(.show-nav) {
	display: none;
}
.top-nav:not(.dropdown-nav):not(.show-nav) {
	display: none;
}
/*body.hide-nav-start .primary-nav.sidebar-nav, body.hide-nav-start .top-nav.sidebar-nav {*/
	/*display: none;*/
/*}*/
/*.show-nav {*/
	/*display: block;*/
/*}*/

#header-nav {
	display: none;
}
/* FORM ADJUSTMENTS */
.form-group {
	min-height: 35px;
}
.form label {
	padding: 0;
}
.form .radio {
	padding-left: 40px;
}
.form .checkbox {
	padding-left: 40px;
}
/********************/
.height-100 {
	height: 100%;
}
.center-banner {
	display:flex;
	align-items: center;
}
@media(max-width: 767px){
	.center-banner {
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
	}
}
.center-track {
	display: flex;
	justify-content: center;
}
.bg-overlay {
	position: relative;
}

.bg-overlay::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.bg-overlay > * {
	position: relative;
}

.same-line-flex {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
}

.centering {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 200px;
}
svg {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
}
/*.no-dis{ display: none !important; }*/
.dis {
	display: unset !important;
}
.shadow {
	/* Use -webkit- only if supporting: Chrome < 54, iOS < 9.3, Android < 4.4.4 */
	-webkit-filter: drop-shadow( -5px -5px 10px #000 ) !important;
	filter: drop-shadow( 0 -5px 10px #000 ) !important;
}
.curve2 svg {
	-webkit-filter: drop-shadow( 0 -14px 10px rgba(0,0,0,0.4) );
	filter: drop-shadow( 0 -14px 10px rgba(0,0,0,0.4) );
}
.curve3 svg {
	/* Use -webkit- only if supporting: Chrome < 54, iOS < 9.3, Android < 4.4.4 */
	-webkit-filter: drop-shadow( 0px -14px 10px rgba(0,0,0,0.4) );
	filter: drop-shadow( 0px -14px 10px rgba(0,0,0,0.4) );
}
.low-shadow {
	/* Use -webkit- only if supporting: Chrome < 54, iOS < 9.3, Android < 4.4.4 */
	-webkit-filter: drop-shadow( 0px 7px 10px #000 );
	filter: drop-shadow( 0px 7px 10px #000 );
}
.search-shadow {
	/* Use -webkit- only if supporting: Chrome < 54, iOS < 9.3, Android < 4.4.4 */
	-webkit-filter: drop-shadow( 0px 0px 7px rgba(0,0,0,0.3) );
	filter: drop-shadow( 0px 0px 7px rgba(0,0,0,0.3) );
}
input:focus,
select:focus,
textarea:focus,
div:focus,
button:focus {
	outline: none;
}

.sidebar-nav {
	height: unset;
	max-width: 100%;
	overflow-x: hidden !important;
}
.sidebar-flex {
	display:flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}
html:not(.menu-open) .sidebar-flex {
	display: none;
}
html {
	background: var(--darkblue);
}

.up-arrow {
	display: inline-block;
	position: relative;
	border: 1px solid #777777;
	text-decoration: none;
	border-radius: 2px;
	padding: 20px;
	margin-top: 50px;
}
.up-arrow:before {
	content: '';
	display: block;
	position: absolute;
	left: 137px;
	bottom: 100%;
	width: 0;
	margin-right: 20px;
	margin-left: 20px;
	height: 0;
	border: 12px solid transparent;
	border-bottom-color: white;
}
html.menu-open .up-arrow:before{
	display:none;
}

.up-arrow:after {
	content: '';
	display: block;
	position: absolute;
	left: 159px;
	bottom: 100%;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color: #43557c;
}
.primary-nav > ul > li:not(.reversed) .arrow{
	float: right;
	right: 0;
	position: absolute;
}
.sidebar-nav > ul > li .arrow{
	display: none;
}
.primary-nav .reversed .arrow .fa-caret-right {
	display: none;
}
.primary-nav > ul > li:not(.reversed) .arrow .fa-caret-left {
	display: none;
}
.primary-nav .reversed .arrow{
	float: left;
	left: 0;
	position: absolute;
}
.primary-nav > ul > li > ul li {
	position: relative;
}
.primary-nav > ul > li > ul li .glyphicon-triangle-right {
	padding-top: 16px !important;
}
.primary-nav > ul > li > ul li .glyphicon-triangle-left {
	padding-top: 16px !important;
}
.sidebar-nav-ul {
	margin-left: 0;
}
/*.sidebar-nav .nav-menu-header { margin-left: 11rem; }*/
/*.primary-nav ul > li > ul li .glyphicon-triangle-right {*/
	/*display: none;*/
/*}*/
.internal #internal-page-content .slick-arrow {
	display: none !important;
}

/* ==========================================================================
  	Animations
   ========================================================================== */
@keyframes slideInFromTop {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(0);
	}
}
@keyframes slideOutFromTop {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-100%);
	}
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -250%, 0);
		transform: translate3d(0, -250%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -250%, 0);
		transform: translate3d(0, -250%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
.animated {
	animation-duration: 0.5s;
}

/* ==========================================================================
   Modals
   ========================================================================== */
/*#search-modal {*/
	/*height: 100vh;*/
	/*width: 100vw;*/
/*}*/
#search-modal .modal-content {
	background: transparent;
	border: none;
	box-shadow: unset;
}
#search-modal {
	padding-left: 10px;
	padding-right: 10px;
}
#search-modal .modal-body {
	padding: 0 !important;
}
#search-modal .modal-header {
	border:none;
	padding: 0;
	margin: 0;
	text-align:center;
	display: flex;
	justify-content: center;
}
#search-form .nav-menu-header {
	width: 718px;
}
#search-form .nav-menu-header a {
	color: white;
	text-decoration: none;
	float: right;
	font-size: 40px;
}
#search-modal .modal-header button {
	padding: 4px 10px !important;
	margin-right: 10px;
	border-radius: 6px;
	background: #43557c;
	color: white;
	font-size: 20px;
	font-weight: 100;
	border: none;
	font-family: serif;
}
#search-modal .modal-header button:focus {
	outline: none;
}
#search-modal .search-btn {
	padding: 4px 70px !important;
	border-radius: 6px;
	background: #43557c;
	color: white;
	font-size: 20px;
	font-weight: 100;
	margin-top: 20px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
img.mod-db-img {
	width: 450px !important;
}
#search-modal .search-btn:hover {
	background: rgb(0, 33, 51);
}
#search-modal .search-btn:hover:focus {
	background: rgb(0, 30, 47);
	outline: none;
}
.blog-title {
	font-size: 60px;
	letter-spacing: 1.1px;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	color: #43557c;
}
.blog-headline > div:last-child h4 {
	text-transform: capitalize;
	letter-spacing: 1.2px;
	font-weight: 100;
}
#search-modal input {
	border-radius: 8px;
	border-color: transparent;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.5px;
	outline: none;
	padding: 7px 15px;
	width: 718px;
	font-family: 'Open Sans', sans-serif;
}
#search-modal .modal-body {
	min-height: 120px;
}
@media(max-width:767px){
	#search-modal input {
		width: 100%;
	}
}
#search-modal .modal-dialog {
	width: 100%;
}
#search-modal .modal-body {
	flex-direction: column;
	z-index:0;
}
body.modal-open #banner-carousel,
body.modal-open #linked-service,
body.modal-open #center-section,
body.modal-open #summary,
body.modal-open #footer-map img,
body.modal-open #page-footer,
body.modal-open #internal-page-content,
body.modal-open #page-header,
body.modal-open .internal-content,
body.modal-open .content,
body.modal-open #page-footer,
body.modal-open #HOME-SECTION,
body.modal-open #MASONRY,
body.modal-open #HOME-LOCATION,
body.modal-open #banner-carousel,
body.modal-open #visitors-guide,
body.modal-open #FOOTER,
body.modal-open .events-module,
body.modal-open .breadcrumb,
/*body.modal-open #internal,*/
body.modal-open .social-container,
body.modal-open .visitors-guide,
body.modal-open #internal-page-content,
html.menu-open #banner-carousel,
html.menu-open #linked-service,
html.menu-open #center-section,
html.menu-open #summary,
html.menu-open #footer-map img,
body.modal-open .instagram-gallery
{
	-webkit-filter: blur(5px);
	filter: blur(5px);
	/*transform: scale(1.1)*/
	/*z-index:-1;*/
}
.hide{
	display: none !important;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn-primary {
	background-color: white;
	color: var(--darkblue) !important;
	padding: 4px 13px !important;
	border-radius: 6px;
	font-weight: bold;
	border-color: white;
}
.btn-primary:hover {
	background-color: #eeeeee;
	border-color: #eeeeee;
	outline: none;
}
.form-group .btn-primary {
	background-color: var(--darkblue);
	color: white !important;
	border-color: var(--darkblue);
}


/* ==========================================================================
   Search
   ========================================================================== */
.clear {
	clear:both;
}
ul.searchResults a {
	color: rgb(1,84,150);
	text-decoration: underline;
}
ul.searchResults a:hover {
	text-decoration: none;
}
.req {
	font-size:12px;
	color:#FF0000;
}
ul.searchResults {
	list-style:none;
	padding:0;
	margin:0;
	margin-top: 50px;
}
ul.searchResults li {
	list-style:none;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
	border: unset !important;
	border-bottom:1px solid #CCC !important;
	line-height:24px;
}
ul.searchResults li h1 {
	font-size:20px;
	margin:0 0 5px 0;
	padding:0;
	text-transform:unset;
}
ul.searchResults li h2 {
	font-size:17px;
	margin:0 0 5px 0;
	padding:0;
}


/* ==========================================================================
   Carousel
   ========================================================================== */
.carousel .carousel-control {
	background: 0;
	text-shadow: none;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #71A6EE;
}

.carousel-control .fa {
	background: rgba(255, 255, 255, .5);
	border-radius: 100%;
	height: 60px;
	width: 60px;
	line-height: 60px;
	font-size: 48px;
}

.carousel-control:hover {
	color: #71A6EE;
}

.carousel-control:hover .fa {
	background: #FFF;
}


/* ==========================================================================
   Internal Page
   ========================================================================== */
#internal {
	padding: 0;
	/*background: #D3D9E7;*/
	position: relative;
	margin-bottom: 230px;
	height: 80vh;
	/*margin-bottom: 290px;*/
}
#internal-page-content {
	padding-bottom: 0;
	flex: 1;
}
#internal .internal-content {
	text-align: center;
	min-height: 440px;
	position: relative;
}
.internal #internal-page-content .curve2 {
	margin-top: -122px;
	z-index: 0;
	position: relative;
}
.internal .internal-content h1 {
	font-size: 207px;
	color: white;
	text-transform: uppercase;
	/*text-shadow: 0px 2px 3px #00000080;*/
	text-shadow: 0px 3px 6px #000000b3;
	position: relative;
	z-index: 1;
	text-align: left;
	margin: 0;
	line-height: 1;
	font-family: 'Oswald', sans-serif;
	padding-bottom: 30px;
	margin-top: 49px;
}
.internal .internal-content h3 {
	font-size: 107px;
	color: white;
	text-transform: uppercase;
	text-shadow: 0px 2px 3px #00000080;
	position: relative;
	z-index: 1;
	text-align: left;
	margin: 0;
	line-height: 1;
	font-family: 'Oswald', sans-serif;
	padding-bottom: 0;
}
@media(max-width: 1199px) and (min-width: 992px){
	.internal .internal-content h1 {
		margin-top: 30px;
	}
}
@media(max-width: 1299px){
	#internal .internal-content {
		width: 100%;
	}
	.internal .internal-content h1 {
		font-size: 17vw;
	}
}
@media(max-width: 991px){
	.internal .internal-content h1 {
		/*font-size: 157px;*/
		margin-top: 0;
	}
}
@media(max-width: 767px){
	.internal .internal-content h1 {
		/*font-size: 17vw;*/
		padding-top: 2.75vw;
		margin-top: 22px;
	}
}
@media(max-width: 600px) and (min-width: 340px){
	.internal .internal-content h1 {
		margin-top: 18px;
	}
}
@media(max-width: 339px){
	.internal .internal-content h1 {
		margin-top: 10px;
	}
}
@media(max-width: 480px){
	.content h1 {
		font-size: 17vw;
		line-height: 1.1;
	}
}
@media(max-width: 340px){
	.internal .internal-content h1 {
		padding-top: 3vw;
	}
}
.internal .internal-content p {
	font-family: serif;
	color: white;
	text-shadow: 1px 2px 3px #000;
	font-size: 18px;
	font-weight: 100;
}
.dots {
	padding: 0 5px;
}
.footer-phones {
	align-items: center;
	padding-bottom: 5px;
}
.footer-phones p {
	font-size: 12px;
	margin: 0;
	line-height: 1;
}
.footer-phones a {
	color: white;
}
.footer-phones a:hover {
	color: #e0e0e0;
	text-decoration: none;
}
.internal #internal-page-content .content {
	padding-top: 160px;
	position: relative;
	/*max-width: 600px;*/
}
/*@media(max-width:1199px){*/
	/*.internal #internal-page-content .content {*/
		/*padding-top: 160px;*/
	/*}*/
/*}*/
.internal #internal-page-content img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	object-fit: cover;
}


/* Abraham: I disabled this because Isaac didn't want images getting too small. See me if you want to re-enable this. */
.internal #internal-page-content #staff-carousel img {
	width: 50%;
}
@media(max-width:767px){
	.internal #internal-page-content #staff-carousel img {
		width: 40%;
	}
}
@media (max-width:1199px){
	.internal #internal-page-content #staff-carousel img {
		width: 48%;
	}
}
@media (max-width: 650px) {
	.internal #internal-page-content #staff-carousel img {
		width: 40%;
	}
}
@media (max-width: 600px) {
	.internal #internal-page-content #staff-carousel img {
		width: 37%;
	}
}
@media (max-width: 530px) {
	.internal #internal-page-content #staff-carousel img {
		width: 30%;
	}
}

.internal #internal-page-content p {
	font-size: 16px;
	font-family: sans-serif;
	text-align: left;
}
.internal #internal-page-content .right-section p {
	max-height: 90px;
}
.slider-single .slick-slide img {
	transition: all 0.6s ease;
}
.internal #internal-page-content .slider-nav .slick-slide {
	padding: 0 150px;
}
.slider-nav .slick-list {
	height: unset !important;
}
@media(max-width:991px) {
	.internal #internal-page-content .slider-nav .slick-slide {
		padding: 0 120px;
	}
}
@media(max-width:767px){
	.internal #internal-page-content .slider-nav .slick-slide p {
		font-size: 12px;
		max-height: 150px;
	}
}
@media(max-width:600px){
	.internal #internal-page-content .slider-nav .slick-slide {
		padding: 0 20px;
	}
}
.job-title,.job-email {
	font-size: 18px !important;
	margin-bottom: 0;
}
.internal #internal-page-content .slick-slide.slick-current img {
	opacity: 1;
	transform: scale(1.6);
	margin-bottom: 46px;
}
/*.slick-clone-current:after{*/
	/*transform: scale(1.9);*/
	/*transition: .9s;*/
/*}*/
@media(max-width:1199px){
	.internal #internal-page-content .slick-slide.slick-current img {
		transform: scale(1.8);
		margin-top: 86px;
	}
}
@media(max-width:991px){
	.internal #internal-page-content .slick-slide.slick-current img {
		transform: scale(2.6);
		margin-top: 98px;
	}
}
@media(max-width:767px){
	.internal #internal-page-content .slick-slide.slick-current img {
		margin-top: 70px;
	}
}
@media(max-width:700px){
	.internal #internal-page-content .slick-slide.slick-current img {
		margin-top: 85px;
	}
}
@media (max-width: 650px) {
	.internal #internal-page-content .slick-slide.slick-current img {
		transform: scale(3.3);
		margin-top: 96px;
	}
}
@media (max-width: 600px) {
	.internal #internal-page-content .slick-slide.slick-current img {
		transform: scale(3.4);
		margin-top: 117px;
	}
}
@media (max-width: 530px) {
	.internal #internal-page-content .slick-slide.slick-current img {
		transform: scale(4);
		margin-top: 103px;
	}
}
@media (max-width: 430px) {
	.internal #internal-page-content .slick-slide.slick-current img {
		transform: scale(4.5);
		margin-top: 118px;
	}
}
@media (max-width: 400px) {
	.internal #internal-page-content .slick-slide.slick-current img {
		margin-top: 110px;
	}
}
@media (max-width: 330px) {
	.internal #internal-page-content .slick-slide.slick-current img {
		margin-top: 130px;
	}
}

.internal #internal-page-content .slick-slide img {
	opacity: 0.4;
	transform: scale(0.9);
	box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	cursor: pointer;
}
@media(max-width:991px){
	.internal #internal-page-content .slick-slide img {
		transform: scale(1.4);
	}
}
@media(max-width:650px){
	.internal #internal-page-content .slick-slide img {
		transform: scale(1.8);
	}
}
@media(max-width:600px){
	.internal #internal-page-content .slick-slide img {
		transform: scale(2.2);
	}
}
.internal #internal-page-content .slider-single .slick-track {
	height: 230px;
}
.internal #internal-page-content .slider-nav .slick-track {
	height: 100%;
}
.internal #internal-page-content .slick-slide div {
	height: 100%;
	position: relative;
}
@media(max-width:991px){
	.internal #internal-page-content .slick-slide div {
		height: 97%;
	}
}
@media(max-width:767px){
	.internal #internal-page-content .slick-slide div {
		height: 95%;
	}
}
.internal #internal-page-content .slider-single div.slick-slide .item-content {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
@media(max-width:991px){
	.internal #internal-page-content .slider-single div.slick-slide .item-content {
		padding: 0 10px;
	}
	.internal #internal-page-content .wrapper {
	 	width: unset !important;
		padding: 0 160px;
	 	margin: 0 auto;
 	}
	.internal #internal-page-content .slider-single .slick-list {
		padding: 0 !important;
	}
}
@media(max-width:767px){
	.internal #internal-page-content .wrapper {
		padding: 0 130px;
	}
}
@media(max-width:600px){
	.internal #internal-page-content .wrapper {
		padding: 0 110px;
	}
}
@media(max-width:530px){
	.internal #internal-page-content .wrapper {
		padding: 0 40px;
	}
}
@media(max-width:400px){
	.internal #internal-page-content .wrapper {
		padding: 0 10px;
	}
}
.internal #internal-page-content .wrapper {
	width: 70%;
	margin: 0 auto;
}

/* ==========================================================================
   Header
   ========================================================================== */
#page-header {
	padding-top: 0;
	padding-bottom: 0;
	position: fixed;
	/* Increased so that the header appears OVER the carousel dots */
	z-index: /*3*/50;
	left: 0;
	right: 0;
	top: 0;
	font-size: 18px;
	font-family: serif;
	/*animation: 2s ease-out 0s 1 slideInFromTop;*/
}

#page-header #logo {
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}

#page-header img {
	max-height: 70px;
	padding: 6px 0;
	float: left;
}
/*#page-header #header-nav {*/
	/*display: flex;*/
	/*justify-content: flex-end;*/
	/*align-items: center;*/
/*}*/
#page-header .top-flex {
	/*display: flex;*/
}
.header-bottom {
	background: #FFFFFF;
	z-index: 0;
}
/*.no-fixed-bg #page-header {*/
	/*background: #43557c;*/
/*}*/

/*.fixed-bg #page-header::before {*/
	/*background-color: #43557c;*/
/*}*/
.divider {
	height: 60px;
	width: 2px;
	background: var(--darkblue);
	font-weight: 100;
	z-index: 3;
}
.primary-nav, .top-nav {
	text-transform: uppercase;
}
.header-top {
	background: var(--darkblue);
	height: 40px;
	display: flex;
	align-items: center;
}
@media(max-width:767px){
	.header-top {
		margin: 0;
	}
}

.top-nav a {
	font-family: 'Barlow Condensed';
	font-size: 14px;
}


.dropdown-nav > ul > li { justify-content: flex-end; }
.primary-nav > ul > li:hover {
	/*background-color: white;*/
	/*color: #43557c !important;*/
}
/*html.menu-open .primary-nav > ul > li {
	justify-content: unset;
}*/


/*#page-header #header-nav ul {*/
	/*padding: 0;*/
/*}*/
@media(max-width: 767px) {
	table tr {
		display: flex;
		flex-direction: column;
	}
	table tr td {
		width: 100% !important;
	}
}
.center-img {
	display: flex;
	justify-content: center;
}

#page-header #header-nav a {
	color: var(--darkblue);
	margin: 20px 1rem;
	text-decoration: none;
	padding: 2px;
	font-size: 1.15em;
	font-weight: bold;
	font-family: 'Barlow Condensed';
}

#page-header .guide {
	display: inline-flex;
    	align-items: center;
	padding-top: 10px;
}

@media (max-width: 992px)  { 
	#page-header .guide {
   		display: none;
}
}

#page-header #header-guide a {
    color: var(--darkblue);
    margin: 5px 1rem;
    text-decoration: none;
    padding: 2px;
    font-size: 1.05em;
    font-weight: 700;
    font-family: 'Barlow Condensed';
    display: inline-flex;
}

#header-nav nav > ul > li a:hover {
    border-top: solid var(--green);
    border-bottom: solid var(--green);
}

div#header-nav {
    border-right: 3px var(--green) solid;
    height: 80px;
}

@media (max-width: 992px) {
div#header-nav {
border-right: none;
}
}

div#header-nav-top {
    border-right: 3px var(--green) solid;
}

/*.primary-nav > ul > li:not(:first-child):before {*/
	/*content: " | ";*/
	/*color: #43557c;*/
	/*font-weight: 100;*/
	/*font-size: 10px;*/
/*}*/

.primary-nav {
	padding-left: 14px;
	padding-right: 14px;
	font-family: sans-serif;
}
.primary-nav .dropdown-caret {
	display: flex;
	justify-content: center;
	color: white;
	font-size: 18px;
	margin-top: -35px;
	fill: white;
	height: 17px;
}
#header-nav .primary-nav.dropdown-nav {
	width: 100%;
	padding: 0;
	position: relative;
	top: 10px;
}
#header-nav .primary-nav.dropdown-nav > ul {
	width: 100%;
	display: flex;
	/*background: #D3D9E7;*/
	transition: 0.3s ease;
}


/*.primary-nav .dropdown-caret .fa-angle-up {*/
	/*font-size: 35px !important;*/
	/*margin-top: -19px;*/
	/*!*-webkit-text-stroke: 2px #fff;*!*/
	/*!*-webkit-text-fill-color: transparent;*!*/
/*}*/
/*.primary-nav .dropdown-caret:hover {*/
	/*background: none !important;*/
	/*color: white !important;*/
/*}*/
/*.primary-nav .fa-angle-up {*/
	/*z-index: 1001;*/
/*}*/
/*.primary-nav > ul > li ul {*/
	/*background: #43557c;*/
/*}*/
/*.dropdown-nav > ul > li > ul {*/
	/*padding-bottom: 5px;*/
	/*padding-top: 6px;*/
	/*border: 1px solid white;*/
	/*top: 40px;*/
/*}*/
/*html.menu-open .primary-nav > ul > li > ul{*/
	/*border: none;*/
/*}*/
/*.primary-nav > ul > li li {*/
	/*padding: 0;*/
/*}*/
/*.primary-nav > ul > li li:hover {*/
	/*text-decoration:none;*/
/*}*/
/*.primary-nav:not(.sidebar-nav) > ul > li > ul li:hover:not(.glyphicon):not(.close-nav-menu) {*/
	/*background-color: white;*/
/*}*/
/*.primary-nav:not(.sidebar-nav) > ul > li > ul li:hover:not(.glyphicon):not(.close-nav-menu) > a {*/
	/*color: #43557c !important;*/
/*}*/

.top-nav a {
	color: white;
	text-decoration: none;
	font-size: 14px;
}
#google_translate_element {
	padding-top: 10px;
	margin-right: 80px;
}
#google_translate_element .goog-logo-link img {
	display: inline-block;
}
@media(max-width: 767px){
	#google_translate_element {
		margin-right:0;
	}
}
#page-header ul {
	margin-bottom: 0;
}
#page-header .btn-primary {
	margin-left: 15px;
}

#page-header #search .form-control {
	background: 0;
	border: 0;
	border-bottom: 3px solid #FFF;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
	transition: .2s width;
	box-shadow: none;
	color: #FFF;
	display: inline-block;
	width: 100px;
}

@media (min-width: 1200px) {
	#page-header #search .form-control {
		width: 0;
	}

	#page-header #search:hover .form-control {
		width: 200px;
	}
}
@media (max-width: 991px){
	#page-header #header-nav {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
}

#page-header #search .btn {
	background: 0;
	color: #FFF;
	padding: 0;
	outline: none;
	float: right;
}
@media(max-width: 991px){
	#page-header #search .btn {
		padding-right: 15px;
	}
}
#page-header #search .btn:hover {
	color: #c8d6ff;
}

#page-header .fa {
	font-size: 14px;
    	position: absolute;
    	top: 10px;
    	right: 70px;
}
.curve1 {
	height: 110px;
	overflow: hidden;
	margin: -122px 0/*-1px*/ 20px 0/*-1px*/;
	padding-top:100px;
	transform: rotate(180deg);
	/*margin-right: -2px;*/
}
.curve2 {
	height: 110px;
	overflow: hidden;
	margin: 40px 0/*-1px*/ -140px 0/*-1px*/;
	transform: rotate(180deg);
	z-index: 2;
}
@media(max-width:1199px){
	.curve2 {
		margin-bottom: -157px;
	}
}
@media(min-width:1199px){
	.curve2 {
		height: 110px;
		overflow: hidden;
		margin-top: 23px;
		margin-bottom: -157px;
		transform: rotate(180deg);
	}
}
.curve3 {
	height: 111px;
	overflow: hidden;
	margin: -135px 0/*-1px*/ 20px 0/*-1px*/;
	padding-top: 100px;
	transform: rotate(360deg);
}
@media(max-width:600px){
	.curve2 {
		margin-top: -20px;
	}
	.curve1 {
		margin-bottom: -40px;
	}
}

a.page-accent-dark  {
    color: var(--darkblue);
    margin: 5px 1rem;
    text-decoration: none;
    padding: 2px;
    font-size: .95em;
    font-weight: 700;
    font-family: 'Barlow Condensed';
    display: inline-flex;
}


/* ==========================================================================
   Banner Carousel
   ========================================================================== */
#banner-carousel {
	/*padding: 10rem 0 17rem 0 !important;*/
	height: 100%;
	padding: 0;
	position: relative;
	overflow: hidden;
}
#banner-carousel .banner-carousel-background {
	transform: translateY(-27px) scale(1.1,1.1);
	position: absolute;
	top: 0;
	height: 101%;
	width: 100%;
	overflow: hidden;
}
@media(max-width: 767px){
	#banner-carousel {
		padding: 0 !important;
		height: 55vh;
		/*height: 72vh;*/
		display: flex;
		align-items: center;
	}
}
/*@media(max-width: 600px){*/
	/*#banner-carousel {*/
		/*height: 55vh;*/
	/*}*/
/*}*/
.footer-link {
	background: #ee614c;
	border: 2px solid #ee614c;
	padding: 2px 15px 4px;
	color: white;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	/*transition: .2s ease;*/
}
.footer-link:hover {
	color: white;
	/*background: white;*/
}
#banner-carousel .centering h2, #banner-carousel .centering p {
	color: white;
}
#carousel-banner .centering a {
	text-decoration: none !important;
}

#banner-carousel h2 {
	font-size: 55px;
}
#banner-carousel p {
	 font-size: 16px;
 }
#banner-carousel .banner-btn {
	min-height: 100px;
}
@media(max-width: 767px){
	#banner-carousel .banner-btn {
		min-height: 60px;
	}
}
@media(max-width: 600px){
	/*#banner-carousel {*/
		/*height: 72vh;*/
	/*}*/
	#banner-carousel h2 {
		font-size: 9vw;
	}
	#banner-carousel p {
		font-size: 4vw;
	}
}
#banner-carousel .btn-primary {
	font-size: 21px;
	font-family: serif;
	font-weight: 100;
	padding: 10px 15px !important;
	background-color: rgba(255,255,255,0.9);
	border: none;
	box-shadow: 0 2px 7px #000;
}

#banner-carousel #tagline-btn {
	font-weight: 300;
	margin-top: 5rem;
}

#banner-carousel li, #home-carousel-banner li {
	background-color: rgba(255, 255, 255, 0.5);
	width: 15px;
	height: 15px;
	border: none;
	border-radius: 15px;
	margin: unset !important;
}
#banner-carousel #carousel-banner .center-banner-btn a {
	transition: 0.3s;
	margin-right: 30px;
}
#banner-carousel .carousel-inner  {
	position: unset;
	height: 50vh;
}
#banner-carousel .background-banner-image {
	height: 100%;
}
@media(max-width: 767px) {
	#banner-carousel #carousel-banner .center-banner-btn a {
		margin-right: 0;
	}
	#banner-carousel .background-banner-image {
		height: 100%;
	}
	#banner-carousel .carousel-inner {
		height: 100%;
	}
}
#banner-carousel #carousel-banner .center-banner-btn a:hover {
	font-size: 22px;
}
@media(min-width: 768px) {
	#banner-carousel #carousel-banner .center-banner {
		display: flex;
	}
	#banner-carousel #carousel-banner .center-banner-btn {
		display: flex;
		justify-content: center;
	}
}
@media(max-width: 767px) {
	#banner-carousel #carousel-banner .center-banner-btn {
		min-height: unset;
		margin-bottom:10px;
		/*margin-top: 50px;*/
	}
	#banner-carousel #carousel-banner .center-banner .centering > div {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	#banner-carousel #carousel-banner .center-banner .centering h2, #banner-carousel #carousel-banner .center-banner .centering p {
		text-align: center;
	}
}
.carousel-indicators .active {
	/*width: 21px !important;*/
	/*height: 21px !important;*/
	margin: unset !important;
	background-color: white!important;
	/*opacity: 1;*/
}
.carousel-indicators {
	position: absolute;
	bottom: 30px;
}
#banner-carousel .carousel-indicators {
	bottom: 10px;
}
#banner-carousel .carousel {
	position: unset;
}
@media(max-width: 767px){
	#banner-carousel .carousel {
		height: 100%;
		width: 100%;
	}
}
/*@media(max-width: 600px){*/
	/*.carousel-indicators {*/
		/*bottom: 16px;*/
	/*}*/
/*}*/
.carousel-fade .carousel-inner .item {
	transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
	z-index: 2;
}



/* ==========================================================================
   Linked Services
   ========================================================================== */
#linked-service {
	width: 100%;
	background: white;
	z-index: 2;
}
#linked-service #home-links {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media(max-width: 600px){
	#linked-service #home-links {
		flex-direction: column;
	}
}
#linked-service #home-links .link-content {
	visibility: hidden;
	position: relative;
	z-index: 5;
}
#linked-service #home-links .link-content a {
	font-size: 60px;
	color: var(--darkblue);
}
#linked-service #home-links .link-content p {
	font-family: sans-serif;
	padding-left: 20px;
	padding-right: 20px;
	color: var(--darkblue);
	text-transform: unset;
	text-shadow: none;
	padding-top: 15px;
}
#linked-service .callout-img {
	display: flex;
	align-items: center;
	justify-content: center;
}
#linked-service .callout-img img {
	/*max-height: 100px;*/
}
#linked-service .callout-img.small img {
	height: 70px;
}
#linked-service .callout-img.medium img {
	height: 100px;
}
#linked-service .callout-img.large img {
	height: 140px;
}
@media(max-width: 991px){
	#linked-service #home-links .link-content p {
		font-size: 16px;
	}
}

/* ==========================================================================
   CENTER SECTION
   ========================================================================== */
#center-section {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.1s ease;
	min-height: 400px;
	overflow: hidden;
	position: relative;
}
#center-section .center-section-background {
	/*background: url("../img/couple-home-house-small.jpg") center/cover fixed no-repeat;*/
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}
@media(max-width: 767px){
	#center-section .center-section-background {
		/*background: url(../img/couple-home-house-small.jpg) center/cover fixed no-repeat;*/
		position: absolute;
		top: 0;
		height: 100%;
		width: 100%;
	}
}

/*.center-section-show {*/
	/*visibility: unset !important;*/
	/*transition: 0.5s ease;*/
/*}*/
/*.center-section-change {*/
	/*min-height: 400px !important;*/
	/*height:unset !important;*/
	/*transition: min-height 0.25s ease-in;*/
/*}*/
@media(max-width: 991px){
	#center-section {
		min-height: 300px;
	}
}
#center-section .btn-primary {
	font-size: 18px;
	font-family: serif;
	font-weight: 100;
	padding: 10px 15px !important;
	background-color: rgba(255,255,255,0.9);
	border: none;
	box-shadow: 0 2px 7px #000;
}
#center-section .btn-primary:hover {
	font-size: 20px;
	transition: .3s;
}
/*.center-section-btn-change {*/
	/*transition: 0.25s ease;*/
	/*visibility: unset !important;*/
/*}*/
#center-section h1 {
	font-family: serif;
	color: white;
	text-shadow: 1px 2px 3px #000;
	padding-bottom: 20px;
	/*visibility: hidden;*/
}
#center-section .animate {
	visibility: hidden;
	z-index: 0;
}

/* ==========================================================================
   SUMMARY
   ========================================================================== */
/*#summary { max-height: 400px; }*/
#summary .curve3 {
	margin-top: -135px;
}
#summary h4 {
	color: var(--darkblue);
}
#summary p {
	color: var(--darkblue);
}
#summary .container {
	margin-top: -20px;
}
@media(max-width:1199px){
	#summary .curve3 {
		height: 111px;
	}
}
/*#summary row {
	margin-top: 40px;
}*/
/*.svg-change {*/
	/*transition: .5s ease;*/
	/*-webkit-filter: unset !important;*/
	/*filter: unset !important;*/
/*}*/
/*.center-section-curve {*/
	/*transition: .5s ease;*/
	/*margin-top: -135px;*/
/*}*/
@media(max-width: 767px){
	/*#summary {*/
		/*max-height: 410px;*/
	/*}*/
	#summary .centering {
		align-items: flex-start;
		min-height: unset;
		/*padding-bottom: 30px;*/
	}
	#summary img {
		max-height: 200px !important;
	}
	#summary h4 {
		text-align: center;
	}
	#summary p {
		padding: 5px 75px;
		/*font-size: 12px;*/
	}
}
@media(max-width: 500px){
	#summary p {
		padding: 5px 15px;
	}
}

#summary img{
	max-height:300px;
	width: auto;
}
#summary p {
	line-height: 1.2;
	font-family: sans-serif;
}
#summary .animate1 {
	visibility: hidden;
}
#summary .animate2 {
	visibility: hidden;
}
.imgHide {
	display: none;
}
.animate-reveal {
	visibility: unset !important;
}

/* ==========================================================================
   Staff
   ========================================================================== */
#staff-carousel {
	text-align: center;
	margin-top: -50px;
}
#internal-page-content .content table {
	width: 100% !important;
}
#internal-page-content .item {
	width: 200px;
}
#staff-carousel .change-location {
	text-align: center;
	margin-top: 100px;
	padding-bottom: 20px;
}
#staff-carousel .change-location p {
	display: unset;
	padding: 20px;
	background-color: #e5ebef;
	font-size: 18px;
	box-shadow: 0 7px 21px rgba(0,0,0,0.2);
}
@media(max-width:767px){
	#staff-carousel .change-location p {
		font-size: 2.3vw;
	}
}
@media(max-width:500px){
	/*#staff-carousel .change-location p {*/
		/*font-size: 14px;*/
	/*}*/
}
#staff-carousel .change-location a {
	color: var(--darkblue);
	cursor: pointer;
	padding-right: 10px;
	text-decoration: none;
}
#staff-carousel .change-location a:hover {
	color: rgb(0, 84, 131);
}
#staff-carousel .change-location a.isFiltered {
	 color: rgb(0, 131, 205);
}


/* ==========================================================================
   Articles
   ========================================================================== */
#articles i {
	border: solid #61aaff;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
}
#articles i:hover {
	border: solid #3e6da3;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
}
#articles .read-more:hover i {
	border: solid #3e6da3;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
}
#articles .wrap {
	display:flex;
	justify-content: center;
	align-items: center;
	max-width:300px;
	position: relative;
}
@media(max-width: 340px){
	#articles .wrap {
		width: 100%;
	}
}
#articles .search-div {
	display:flex;
	justify-content:center;
	align-items: center;
	margin-bottom: 30px;
	position: relative;
	margin-top: 40px;
}
#articles [name=input-search-btn] {
	border-radius: 12px;
	border: none;
	font-size: 20px;
	padding: 5px 8px;
	min-width: 200px;
	background-color: #f5f5f7;
	position: relative;
	width: 300px;
	color: #585858;
}
#hamburger {
	font-family: 'Oswald', sans-serif;
}
#articles #input-btn {
	position: absolute;
	top: -4px;
	right: 0;
	font-size: 30px;
	padding: 0 7px;
	color: rgb(130, 130, 130);
}
.error-form {
	background: #ff000054;
	padding: 0 8px !important;
	font-size: 13px;
	border-radius: 4px;
	color: #555;
}
.image-caption-parent {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.image-caption {
	font-family: 'Open Sans', sans-serif;
	color: #474747;
	font-size: 16px;
	text-transform: none;
	text-decoration: none;
	font-weight: 500;
}
.align-center {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#articles #input-btn:hover {
	color: rgb(107, 107, 107);
}
#articles #input-btn:active {
	box-shadow: none;
}
#articles #input-btn:focus {
	outline: none;
}
#articles .right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#articles {
	padding-top: 0;
	padding-bottom: 0;
}
.empty-blogs {
	text-align: center;
	padding: 50px 0;
}
.hide-article {
	visibility: hidden !important;
}
#articles .article-box {
	background-color: #f5f5f7;
	box-shadow: 0 2px 9px rgba(0,0,0,0.3);
	cursor: pointer;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}
#articles .add-flex {
	display: flex;
	justify-content: center;
	align-content: center;
}
.return-btn {
	background-color: transparent;
	color: var(--darkblue) !important;
	padding: 4px 13px !important;
	border-radius: 6px;
	font-weight: bold;
	border: none;
	position: relative;
	margin: 0;
	z-index: 1;
	margin-top: 12px;
}
.return-btn:hover, .return-btn:focus, .return-btn:active {
	background: none;
}
.return-btn-p {
	padding: 0;
	margin: 0;
	left: unset;
	padding-top: 42px !important;
}
#photo-directory {
	float: right;
	margin: 0 0 20px 20px;
	width: 400px !important;
}
.return-btn:hover:active {
	background-color: #eeeeee;
	border-color: #eeeeee;
	outline: none;
}
#articles #link {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
}
#articles .top-of-article {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 20px;
}
#articles .top-of-article p {
	white-space: nowrap;
	font-size: 14px;
	font-weight: 400;
}
.carousel-caption {
	position: relative;
	left: auto;
	right: auto;
	min-height: 100px;
}
a.left.carousel-control {
	height: 100%
}
a.right.carousel-control {
	height: 100%;
}
#articles .article-box .row {
	margin-left: unset;
	margin-right: unset;
	position: relative;
}
#articles .article-box .image {
	padding-left: 0;
	height: 180px;
	min-height: 195px;
}
@media(max-width:650px){
	#articles .article-box .image {
		height: 129px;
		display:none;
	}
}
#articles .article-img {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100% !important;
	object-fit: cover;
}
#articles .load-more {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
#articles #loadMore {
	background-color: #f5f5f7;
	text-decoration: none;
	box-shadow: 0 4px 10px rgba(0,0,0,0.5);
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 30px;
	color: var(--darkblue);
	border-radius: 20px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.flex-dropdown {
	display: flex;
	justify-content: center;
}

/*@media(min-width: 768px){*/
	.address-cards .row {
		display: flex;
		justify-content: center;
	}
	.addresses-container {
		max-width: 430px;
	}
	.location-dropdown {
		display: flex;
		justify-content: center;
	}
	/*.location-dropdown .dropdown-menu {*/
		/*left: 38px !important;*/
	/*}*/
/*}*/
.dropdown-toggle {
	background: white !important;
	color: var(--darkblue) !important;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}
.scrollable-menu {
	height: auto;
	max-height: 200px;
	overflow-x: hidden;
	width: 260px;
	z-index: 2;
}
.dropdown-backdrop {
	z-index: 2;
}
.location-dropdown li {
	height: 70px;
}
#articles .totop a {
	text-decoration: none;
	color: #61aaff;
}
#articles .totop a:hover {
	color: #3e6da3;
}
#articles #loadMore:hover {
	background: #bebec0;
}
#articles .title {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	border: none;
	line-height: 1.2;
	margin-bottom: 0;
}
.right-hide-12 {
	display: none;
}
@media(max-width: 650px){
	.right-hide-9 {
		display: none;
	}
	.right-hide-12 {
		display: block;
	}
}
@media(max-width: 650px){
	#articles .title {
		font-size: 16px;
	}
	#articles p {
		font-size: 14px;
	}
}
#articles .text {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 16px !important;
	/*max-height: 91px;
	overflow: hidden;*/
	line-height: 1.2;
	padding-bottom: 20px;
	/*text-overflow: ellipsis;
	white-space: nowrap;*/
}

@media(max-width: 650px){
	#articles .text {
		font-size: 13px !important;
		max-height: 50px;
		max-width: 80%;
		font-weight: 400;
	}
	#articles .read-more {
		position: absolute;
	}
	#articles .right-section {
		position: relative;
	}
}
@media(max-width: 480px){
	#articles .text {
		padding-bottom: 20px;
	}
}
#articles .right-section {
	padding: 10px;
	position: unset;
}
#articles .read-more {
	color: #61aaff;
	float: right;
	text-decoration: none;
	padding-right: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	z-index: 2;
	display: flex;
	align-items: center;
}
@media(max-width: 650px){
	#articles .read-more {
		font-size: 12px;
	}
}
#articles .read-more:hover {
	color: #3e6da3;
}
#articles .read-more > i:hover {
	color: #3e6da3;
}

/* ==========================================================================
   Footer
   ========================================================================== */
#footer-map {
	position: relative;
	text-align: center;
	height: 120px;
	padding: 0 0;
}
#footer-map .abs img {
	max-width: 520px;
	text-align: center;
	margin-bottom: -20px;
	min-width:350px;
	max-height: 190px;
	object-fit: cover;
}
#footer-map .abs a {
	z-index: 1;
}
@media(max-width: 1170px) {
	#footer-map .abs img {
		/*width: 40vw;*/
		min-width: 30px;
	}
}
@media(max-width: 600px) {
	#footer-map .abs img {
		width: 91vw;
	}
}
@media(max-width: 991px) {
	#footer-map .abs img {
		margin-bottom:33px;
	}
}
#page-footer {
	background-color: var(--darkblue);
	color: #FFF;
	padding: 10px 0 10px 0;
	position: relative;
	/*height: 140px;*/
}
@media (max-width: 1199px) {
	#page-footer {
		padding-top: 8rem;
	}
}
#page-footer p {
	color: rgb(230, 233, 244);
	font-family: sans-serif;
}
@media(max-width:700px){
	#page-footer p {
		/*font-size: 10px;*/
	}
}
@media(max-width:718px){
	#page-footer p {
		padding: 0 10px;
		/*font-size: 10px;*/
	}
}
@media(max-width:500px){
	#page-footer p {
		padding: 0 10px;
	}
}

#page-footer a:hover {
	color: rgb(122, 151, 175);
	text-decoration: none;
}
#page-footer a {
	color: rgb(230, 233, 244);
}
#page-footer .icon-spacing {
	padding-left: 10px;
	padding-right: 10px;
}
#page-footer .container {
	height: 100%;
}
#page-footer .bottom-flex {
	height: 100%;
}
@media (min-width: 768px) {
	#page-footer .bottom-flex {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}
}
#page-footer .bottom-left, #page-footer .bottom-right {
	width: 300px;
}
@media(max-width: 1170px){
	#page-footer .bottom-left, #page-footer .bottom-right {
		width: 200px;
	}
}
@media (max-width: 767px) {
	#page-footer .bottom-left, #page-footer .bottom-right { margin: auto; }
}
#page-footer .bottom-left {
	font-size: calc(1em + 0.1vw);
	display: flex;
	align-items: center;
	height: 100%;
	/*margin-bottom: 10px;*/
}
@media(max-width: 1199px){
	#page-footer .bottom-left {
		/*margin-bottom: -15px;*/
		max-width: 200px;
	}
}
@media(min-width:1170px)and(max-width:1199px){
	#page-footer .bottom-left > div {
		max-width: 200px;
	}
}
/*@media(max-width: 750px){*/
	/*#page-footer .bottom-left {*/
		/*padding-bottom: 10px;*/
	/*}*/
/*}*/
#page-footer .bottom-center {
	font-size: 12px;
	padding-bottom: 15px;
}
@media (min-width: 768px) {
	#page-footer .bottom-center {
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media (max-width: 767px) {
	#page-footer .bottom-center {
		padding-top: 15px;
	}
}
/*@media(max-width: 700px){*/
	/*#page-footer .bottom-center {*/
		/*padding-bottom: 24px;*/
	/*}*/
/*}*/
#page-footer .bottom-right {
	font-size: 16px;
	margin-bottom: 10px;
}
@media(max-width: 718px){
	#page-footer .bottom-right {
		padding-bottom: 15px;
	}
}
#page-footer .bottom-right a {
	text-decoration: underline;
}
#page-footer .social {
	text-align: center;
	font-size: 20px;
}
#page-footer .social a {
	margin: 0 10px;
}
#page-footer .social a:focus {
	text-decoration: none;
}
#page-footer .abs {
	position: absolute;
	width: 100%;
	top: -100px;
	left: 0;
}

@media (max-width: 767px) {
	#page-footer {
		text-align: center;
	}

	#page-footer .img-responsive {
		margin: auto;
	}
}

#page-footer #social ul {
	padding: 0;
	list-style: none;
}

#page-footer #social li {
	display: inline-block;
}

#page-footer #social a {
	color: #FFF;
	text-decoration: none;
	font-size: 24px;
	padding: 0 1rem;
}

#page-footer #social a:hover {
	opacity: .75;
}

@media (max-width: 767px) {
	#page-footer #affiliations img {
		margin-bottom: 1rem;
	}
}

@media (min-width: 768px) {

	#page-footer #affiliations {
		display: flex;
		align-items: center;
	}

	#page-footer #affiliations img {
		float: left;
	}
}

#page-footer #affiliations img {
	margin-right: 2rem;
}

#HOME-SECTION {
	position: relative;
	padding-bottom: 0;
}

.uw-s12-tooltip {
	display:none
}

.flex-summary {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	justify-content: flex-start;
}
.summary-title, .summary-title p {
	font-size: 138px;
	line-height: 0.9;
	/*overflow: hidden;*/
	font-family: 'Oswald', sans-serif;
	color: #ee614c;
	text-transform: uppercase;
	position: relative;
	font-weight: 500;
	z-index: 2;
	margin-right: -300px;
	padding-top: 15px;
	pointer-events: none;
}
.bold-home-title {
	font-size: 155px;
	font-weight: 600;
}
.summary-text, .summary-text p {
	font-size: 16px;
	color: var(--darkblue);
	padding-top: 20px;
	line-height: 2;
	padding-right: 30px;
}
.flex-summary .summary-title p {
	font-size: 136px;
}
@media(max-width: 1199px){
	.summary-text, .summary-text p {
		padding: 0;
	}
	.flex-summary .summary-title p {
		font-size: 113px;
	}
	.summary-title .bold-home-title {
		font-size: 132px;
	}
}
.event-carousel-container {
	min-height: 700px;
	z-index: 1;
	position: relative;
}
section#HOME-SECTION .container {
    width: 100%;
}
.event-carousel-img {
	/*object-fit: cover;*/
	height: 700px;
}
@media(max-width: 767px){
	.event-carousel-img {
		height: 400px;
	}
}
.home-event-link {
	position: absolute;
	bottom: 28px;
	left: 25px;
	color: white;
	z-index: 2;
	font-size: 20px;
	font-weight: 600;
}
@media(max-width: 767px){
	.home-event-link {
		top: 17px;
		left: 0;
		width: 100%;
		text-align: center;
		height: 30px;
	}
	#home-carousel-banner .carousel-inner {
		max-height: 260px;
	}
}
@media(max-width: 500px){
	.carousel-indicators {
		bottom: 15px;
	}
	.home-event-link {
		bottom: 4px;
	}
}
.home-event-link:hover {
	color: white;
}
.home-masonry-container {
	padding-top: 70px;
}
.masonry-col-1 {
	width: 37.499999985%;
	padding-right: 5px;
	padding-left: 0;
}
.middle-top-img {
	padding-bottom: 20px;
	height: 400px;
	object-fit: cover;
}
.middle-bottom-img {
	height: 200px;
	object-fit: cover;
}
.masonry-col-3 {
	width: 37.499999985%;
	padding-right: 0;
	padding-left: 5px;
}
.masonry-col-1 img, .masonry-col-3 img {
	height: 620px;
	object-fit: cover;
}
@media(max-width: 991px){
	.summary-title p, .summary-title{
		margin-right: 0;
	}
	.flex-summary .summary-title p {
		font-size: 65px;
	}
	.summary-title .bold-home-title {
		font-size: 71px;
	}
	.mas, .masonry-col-2 {
		width: 100% !important;
	}
	.mas img, .masonry-col-2 img {
		height: 300px;
		width: 100%;
	}
	.masonry-col-2 {
		padding: 20px 0 0 0;
	}
	#MASONRY h2 {
		font-size: 70px;
	}
	#MASONRY h3 {
		font-size: 50px;
	}
	#MASONRY .overlay-masonry {
		width: 280px;
		height: 280px;
	}
}
@media(max-width: 767px){
	.summary-img {
		padding: 20px;
		max-height: 400px;
		min-height: 300px;
	}
	.home-masonry-container > .row {
		padding: 0 20px;
	}
	.flex-summary {
		align-items: unset;
	}
	.summary-text {
		padding-top: 0;
		padding-right: 0;
	}
	.summary-text p {
		padding-top: 0;
		text-align: center;
		padding-right: 0;
	}
	#HOME-SECTION {
		padding-top: 60px;
	}
	.event-carousel-container {
		min-height: unset;
	}
	/*#home-carousel-banner .background-banner-image, #banner-carousel .background-banner-image, #banner-carousel, #banner-carousel #carousel-banner, .carousel-inner {*/
		/*max-height: 300px;*/
	/*}*/
	.page-template-section {
		margin-bottom: 30px;
	}
	.page-template-section .page-template-section-h1 {
		font-size: 70px;
		line-height: 1.1;
	}
}
.max-callout-height {
	width: 100%;
	object-fit:cover;
}
.two-col-carousel-img {
	width: 100%;
	object-fit:cover;
}
.page-template-callouts .callout {
	padding-bottom: 10px;
}
@media(max-width: 420px){
	.page-template-section .page-template-section-h1 {
		font-size: 50px;
	}
}
@media(max-width: 380px){
	.summary-title p {
		font-size: 35px;
	}
	.bold-home-title {
		font-size: 45px;
	}
}
.home-link img {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	padding-bottom: 0;
}
.home-link:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
/*#cr__fs-wrap {*/
	/*display: none;*/
/*}*/
.hidden {
	display: none;
}
.mas {
	position: relative;
	overflow: hidden;
	padding:0;
}
.mas-in {
	overflow: hidden;
}
.overlay-masonry-container {
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.overlay-masonry {
	background: rgba(255, 255, 255, 0.64);
	color: var(--darkblue);
	border-radius: 50%;
	text-align: center;
	width: 340px;
	height: 340px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.overlay-masonry-2 {
	width: 220px;
	height: 220px;
}
.overlay-masonry-3 {
	width: 170px;
	height: 170px;
}
.overlay-masonry h2 {
	font-size: 130px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
	font-family: 'Oswald', sans-serif;
}
.overlay-masonry h3 {
	font-size: 60px;
	font-weight: 500;
	letter-spacing: -2px;
	padding-top: 0;
	margin-top: 0;
	font-family: 'Lobster', cursive;
	color: var(--darkblue);
	text-transform: lowercase;
}
.overlay-masonry-2 h2 {
	font-size: 60px;
}
.overlay-masonry-3 h2 {
	font-size: 46px;
}
.overlay-masonry-2 h3 {
	font-size: 57px;
}
.overlay-masonry-3 h3 {
	font-size: 40px;
}
.masonry-container {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

#MASONRY {
	position: relative;
	padding: 0;
	margin: 0;
}
.background-svg {
	transform: rotateY(180deg);
	transform-origin: center;
	position: absolute;
	width: 100%;
	background: #D3D9E7;
	top: -8px;
	left: 0;
	height: 50vw;
}
.background-svg polygon {
	transform: rotateX(0deg);
	fill: white;
}
#HOME-LOCATION {
	position: relative;
	padding-top: 40px;
	padding-bottom: 60px;
}
#HOME-LOCATION .home-location-title {
	color: var(--darkblue);
	font-size: 80px;
	font-weight: 500;
	line-height: 1;
	padding-bottom: 30px;
	font-family: 'Oswald', sans-serif;
}
@media(max-width: 991px) {
	#HOME-LOCATION .home-location-buttons-container {
		display: flex;
		justify-content: center;
	}
}
#HOME-LOCATION .home-location-button {
	background: #ee614c;
	color: white;
	border: 1px solid #ee614c;
	padding: 9px 11px;
	text-transform: uppercase;
	text-align: center;
	margin: 2px 3px 2px 2px;
	margin-top: 3px !important;
}
#HOME-LOCATION .home-location-button:hover {
	background: white;
	color: #ee614c;
	text-decoration:none;
}
#HOME-LOCATION .home-location-placeholder {
	width: 100%;
	height: auto;
	transform: translateX(-33px);
	padding-top: 40px;
}
@media(max-width: 991px){
	#HOME-LOCATION .home-location-placeholder {
		transform: none;
	}
	#HOME-LOCATION .home-location-button {
		margin: 0 2px;
	}
	#HOME-LOCATION .home-location-title {
		text-align: center;
	}
}
@media(max-width: 767px){
	/*#HOME-LOCATION .home-location-placeholder {*/
		/*transform: translateX(-22px);*/
		/*margin-left: 12px;*/
	/*}*/
	#HOME-LOCATION .home-location-title {
		font-size: 63px;
	}
}
@media(max-width: 380px){
	#HOME-LOCATION .home-location-title {
		font-size: 33px;
	}
	#HOME-LOCATION .home-location-button {
		padding: 8px 6px;
	}
}
@media(max-width: 500px){
	#HOME-LOCATION .home-location-button {
		font-size: 2.4vw;
	}
}
#HOME-LOCATION .position-location-text {
	margin-left: 0px;
	top: 0;
	left: 0;
	width: 100%;
	padding-bottom: 30px;
	background: var(--darkblue);
}
@media(max-width: 500px){
	#HOME-LOCATION .position-location-text {
		width: unset;
		margin-left: 0;
		margin-right: 0;
	}

}
#HOME-LOCATION .home-location-right-section {
	position: relative;
}
#HOME-LOCATION .home-location-right-section img {
	position: absolute;
	z-index: 1;
	margin-left: 37px;
	margin-top: -20%;
	pointer-events: none;
}

#HOME-LOCATION .location-text-section {
	padding-left: 33px;
	color: white;
}
@media(max-width: 991px){
	#HOME-LOCATION .home-location-right-section img {
		padding-left: 177px;
		margin-left: 0;
	}
}
@media(max-width: 767px){
	#HOME-LOCATION .location-text-section {
		width: 50%;
	}
	#HOME-LOCATION .home-location-right-section img {
		padding-left: 117px;
		padding-right: 50px;
		top: 20%;
	}
	#HOME-SECTION .summary-title {
		font-size: 60px;
		padding-top: 0;
		margin-right: 0;
		margin-top: 4px;
		text-align: center;
	}
}
@media(max-width: 500px) {
	#HOME-LOCATION .location-text-section {
		width: 100%;
		padding: 0 15px;
	}
	#HOME-LOCATION .illinois {
		display: none;
	}
}
#HOME-LOCATION .location-text-section h1{
	font-size: 26px;
	font-family: 'Lobster', cursive;
	color: white;
	text-transform: none;
	line-height: 1.1;
	letter-spacing: 1.2px;
}
#HOME-LOCATION .location-text-section p {
	font-size: 16px;
	line-height: 1.45;
	color: white;
}
#HOME-LOCATION .location-right-col {
	padding-top: 280px !important;
}
@media(max-width: 1199px){
	#HOME-LOCATION .location-right-col {
		padding-top: 110px !important;
	}
}
@media (max-width: 767px) {
	#HOME-LOCATION .location-right-col {
		padding-top: 60px !important;
	}
}
#HOME-LOCATION .location-btn {
	padding: 5px 20px;
	background: var(--darkblue);
	color: white;
	border: 2px solid white;
	border-radius: 0;
	font-weight: 700;
	font-size: 16px;
}
@media(max-width: 500px){
	#HOME-LOCATION .location-btn {
		width: 100%;
	}
}
#HOME-LOCATION .location-btn:hover {
	background: white;
	color: var(--darkblue);
	text-decoration: none;
}
:root {
	--width: 100%;
	--height: 100px;
}
.separator {
	width: var(--width);
	height: var(--height);
	background-image: url(diagonal.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.centering {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	text-align: center;
}
#banner-carousel h2 {
	font-family: sans-serif;
	font-size: 45px;
	font-weight: bold;
	text-shadow: none;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-family: 'Oswald', sans-serif;
}
#banner-carousel p {
	font-size: 45px;
	text-shadow: 1px 2px 3px #000;
	font-family: 'Lobster', cursive;
}
@media(max-width: 600px){
	#banner-carousel p {
		font-size: 35px;
		line-height: 0.9;
	}
	#banner-carousel h2 {
		font-size: 25px;
	}
}
.visitors-guide {
	padding: 28px;
}
.visitors-guide .social-bottom-container {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.visitors-guide .social-bottom-icon {
	width: 40px;
	height: 40px;
	font-size: 18px;
	border-radius: 10px;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
}
.visitors-guide .social-bottom-icon:hover {
	text-decoration: none;
	/*color: #cdcdcd;*/
}
.visitors-guide .orange-color {
	color: #ee614c;
}
.visitors-guide .visitors-guide-link {
	font-size: 29px;
	font-weight: bold;
	letter-spacing: -1px;
	color: var(--darkblue);
	font-family: 'Oswald', sans-serif;
}
.visitors-guide .fa-caret-right {
	padding-left: 10px;
}
@media(max-width: 500px){
	.visitors-guide {
		padding: 30px 10px;
	}
	.visitors-guide .visitors-guide-link {
		font-size: 24px;
	}
}
@media(max-width: 300px){
	.visitors-guide {
		padding: 30px 5px;
	}
	.visitors-guide .visitors-guide-link {
		font-size: 22px;
	}
}
.external-link-bg {
	background: #505050;
}
.facebook-bg {
	background: #3b5998;
}
.youtube-bg {
	background: #b31217;
}
.pinterest-bg {
	background: #bd081c;
}
.tiktok-bg {
	background: #000000;
}
.twitter-bg {
	background: #55acee;
}
.instagram-bg {
	background: #ee614c;
}
.website-bg {
	background: #CCC;
}
.linkedin-bg {
	background: #CCC;
}

#FOOTER {
	padding: 0px;
	position: relative;
}
#FOOTER .accreditation-container {
	display: flex;
	flex-wrap: wrap;
	max-width: 240px;
}
#FOOTER .accreditation {
	max-width: 100px;
	max-height: 60px;
	padding: 1px 4px;
}
#FOOTER .footer-center {
	text-align: center;
	color:white;
}
#FOOTER ul {
	list-style-type: none;
}
#FOOTER a {
    margin: 20px 1rem;
    text-decoration: none;
    padding: 2px;
    font-size: 1.5em;
    font-weight: bold;
    font-family: 'Barlow Condensed';
    color: white;
}
.fa-brands {
	font-size: 50px;
	color: white;
}
.container.footer-container {
    padding: 0px;
    margin: 0px;
    width: 100%;
}
.row.footer-contents {
    position: absolute;
    z-index: 1;
    top: 65%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    align-items: stretch;
}
img.footerbg {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 800px;
    object-fit: cover;
    object-position: top;
}
@media (min-width: 1300px) {
    img.footerbg {
	height:1150px;
	}
    }
@media (max-width: 900px) {
    img.footerbg {
	height:600px;
	}
    }
@media (max-width: 600px) {
    img.footerbg {
	height:400px;
	}
    }

.footer-top {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-basis: max-content;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.footer-bottom {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-basis: max-content;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}


@media(max-width: 380px){
	#FOOTER .footer-center, #FOOTER .footer-right, #FOOTER .footer-left {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
#FOOTER .footer-center p, #FOOTER .footer-center a {
	font-size: 16px;
}
#FOOTER .visit-location {
	padding-bottom: 25px;
}
#FOOTER .visit-location h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 3px 0 5px;
	color: white;
}
#FOOTER .visit-location p {
	margin-bottom: 0;
}
#FOOTER .footer-phones {
	display: flex;
	justify-content: space-evenly;
}
#FOOTER .footer-input {
	background: var(--darkblue);
	border: 2px solid white;
	color: white;
	width: 300px;
	margin-top: 10px;
	padding: 3px 10px;
	font-size: 15px;
}
#FOOTER .footer-input::placeholder {
	color: rgba(255, 255, 255, 0.81);
}
#FOOTER .footer-button-container {
	width: 100%;
	text-align: center;
}
#FOOTER .footer-submit {
	background: white;
	border: 1px solid white;
	color: var(--darkblue);
	padding: 3px 20px;
	font-size: 15px;
	margin-top: 10px;
	-webkit-box-shadow: 3px 3px 4px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 4px -2px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 4px -2px rgba(0,0,0,0.75);
}
#FOOTER .footer-submit:hover {
	background: #dedede;
	border-color: #dedede;
}
#FOOTER .footer-left {
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#FOOTER .footer-right-flex {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
	flex-direction: column;
	color: white;
	padding-left: 55px;
}
#FOOTER .footer-right-flex h2 {
	font-size: 27px;
	letter-spacing: -1px;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
}
#FOOTER .footer-right-flex p {
	font-size: 16px;
}
#FOOTER .footer-right-flex {
	margin-bottom: 0;
}
#FOOTER #subscribe-form {
	width: 300px;
}
#FOOTER #subscribe-form input {
	font-size: 16px;
}
@media(max-width: 1199px){
	#FOOTER .footer-input,#FOOTER #subscribe-form {
		width: 220px;
	}
	#FOOTER .footer-right-flex h1, #FOOTER .footer-right-flex p {
		width: 220px;
	}
	/*#FOOTER .footer-phones p {*/
		/*font-size: 13px;*/
	/*}*/
}
@media(max-width: 991px){
	#FOOTER .footer-input,#FOOTER #subscribe-form {
		width: 180px;
	}
	#FOOTER .footer-right-flex h1, #FOOTER .footer-right-flex p {
		width: 180px;
	}
	#FOOTER .footer-right-flex {
		padding-left: 0;
	}
}
#FOOTER .footer-privacy-container {
	display: flex;
	justify-content: center;
	align-items: center;
}
#FOOTER .footer-separator {
	padding: 0 10px;
}
#FOOTER .footer-privacy-container a {
	color: white;
	text-decoration: none;
}
#FOOTER .footer-privacy-container a:hover {
	color: #e0e0e0;
}
.social-container {
	position: fixed;
	top: 0;
	left: 20px;
	height: 100%;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
}
#logo img {
	margin: 0px 0;
}
@media(max-width: 380px){
	#FOOTER #subscribe-form {
		width: 100%;
		padding: 0 20px;
	}
	#FOOTER #subscribe-form input {
		width: 100% !important;
	}
}
@media(max-width: 767px){
	.social-container {
		left: 0;
	}
	#FOOTER .footer-right-flex p {
		width: 100%;
	}
}
.social-home {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.social-icon {
	font-size: 22px;
	padding: 7px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	border: 1px solid rgba(67, 85, 124, 0.82);
	flex-direction: column;
	cursor: pointer;
	text-align: center;
	background-color: rgba(67, 85, 124, 0.68);
}
.social-icon:focus {
	color: white;
	text-decoration: none;
}
.social-icon:hover {
	color: #cbcbcb;
	text-decoration: none;
}
.social-icon p {
	font-size: 7px;
	margin: 0;
	color: white;
	line-height: unset;
}
@media(max-width: 991px) and (min-width: 768px){
	#FOOTER .dots {
		display:none;
	}
	#FOOTER .footer-phones {
		flex-direction: column-reverse;
	}
}
@media(max-width: 767px){
	#FOOTER .accreditation-container {
		flex-wrap: unset;
		max-width: unset;
		width: 100%;
		justify-content: space-evenly;
		flex-direction: row;
	}
	#FOOTER .accreditation {
		padding-right: 4px !important;
	}
	#FOOTER .footer-left {
		padding-bottom: 35px;
		height:unset;
	}
	#FOOTER .footer-phones {
		justify-content: center;
	}
	#FOOTER .dots {
		padding: 0 5px;
	}
	#FOOTER .footer-home-link {
		max-width: 320px;
		margin: 0 auto;
	}
	#FOOTER .footer-right-flex {
		flex-direction: column;
		padding-left: 0;
		align-items: center;
		padding-bottom: 25px;
		text-align: center;
	}
	#FOOTER .footer-right-flex h1 {
		margin:0;
	}
	.visitors-guide {
		text-align: center;
	}
	.social-bottom-container {
		padding-top: 10px;
		justify-content: space-evenly;
	}
}
@media (max-width: 991px){
	.header-top .dropdown-nav {
		display: block;
	}
}
.header-top .social-container {
	position: relative;
}
.header-top .social-home {
	flex-direction: row;
	justify-content: flex-start;
}
.header-top .social-home a {
	width: 20px;
	height: 30px;
	border-radius: 0;
	transition: 0.1s ease;
}
.header-top .social-home p {
	display:none;
}
@media(max-width: 991px){
	.social-container.fixed-social {
		display: none;
	}
}
@media(min-width: 992px){
	.header-top .social-container {
		display: none;
	}
	.same-line-flex {
		justify-content: flex-end;
	}
}
@media(max-width: 500px){
	#FOOTER .footer-phones {
		flex-direction: column;
		padding-bottom: 15px;
	}
	#FOOTER .visit-location {
		padding-bottom: 15px;
	}
	.dots {
		display: none;
	}
	#FOOTER .accreditation-container {
		flex-wrap: wrap;
	}
	#FOOTER .footer-home-link {
		max-width: 200px;
	}
}
/*.top-nav-container {*/
	/*display: flex;*/
/*}*/
@media(max-width: 992px) {

.header-top #search {
	display: none;
}
}
@media(max-width: 767px){
	.header-top .dropdown-nav {
		display: none;
	}

}
#header-nav nav > ul > li ul {
	transition: 0.3s ease;
	width: unset;
	margin: unset;
	margin-bottom: -30px;
	position: absolute;
	flex-direction: column;
	padding:25px;
	justify-content: flex-start;
	top: 0;
	margin-top: 60px;
	z-index: -1;
	visibility: hidden;
	background: rgb(149, 157, 60, .8);
	opacity: 10%;
}
#header-nav nav > ul > li:not(.reversed) ul { left: 0; }
#header-nav nav > ul > li > ul > li ul {
	display:none;
}
/*.primary-nav.dropdown-nav li.reversed > ul a {*/
	/*text-align: left;*/
/*}*/
/*#header-nav nav > ul > li > ul > li {*/
	/*background: #D3D9E7;*/
/*}*/
.dropdown-nav > ul > li > ul {
	transition: 0.3s ease;
	width: unset;
	margin: unset;
	margin-bottom: -30px;
	position: absolute;
	flex-direction: column;
	padding: 25px;
	justify-content: flex-start;
	top: 0;
	margin-top: 37px;
	z-index: -1;
	visibility: hidden;
	background: white;
	opacity: 0;
}
.dropdown-nav > ul > li:not(.reversed) > ul { left: 0; }
nav.dropdown-nav > ul > li > ul > li a {
	font-weight: 400;
	color: #888 !important;
	letter-spacing: 1px;
	font-size: 1em;
}
#header-nav nav > ul > li > ul > li a {
	margin: 5px 1rem !important;
	font-weight: 400;
	color: #ffffff !important;
	letter-spacing: 1px;
	font-size: 1em;
	border-top: none;
	border-bottom: none;
}
#header-nav nav > ul > li > ul > li a:hover {
	border-top: none;
	border-bottom: none;
}

#header-nav nav > ul > li.open > ul,nav.dropdown-nav > ul > li.open > ul {
	z-index:2;
	opacity: 1;
	visibility: visible;
}
.dropdown-nav ul .open > ul {
	display: flex;
}
#page-color {
	height: 45px;
	width: 45px;
	padding: 3px 5px;
}
.has-feedback .form-control#page-color {
	padding: 3px 5px;
}

.dropdown-nav ul ul a {
	/*color: #ee614c;*/
	/*font-size: 12px !important;*/
}
.dropdown-nav ul ul a:hover {
	text-decoration: underline !important;
	/*text-decoration: none;*/
}
.internal-splash-container {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	margin: 0;
}
.internal-splash {
	width: 100%;
	/* height: 100%; /* 
	object-fit: cover;
	/* max-height: 550px; */
	position: fixed;
	/*margin-top: 198px;*/
	top: 0;
	left: 0;
	z-index: 0;
	/* max-height: 100%; */
	/* background-size: 100% !important; */
	outline: none;
	filter: contrast(1.2);
}
.page-content {
	position: relative;
	overflow: hidden;
}
.page-content img {
	height: auto;
}
.page-content h4, .page-content h5, .page-content h6 {
	margin-bottom: 0px;
}
.page-content p {
	padding: 8px 0px;
}

.splash-wrap {
	height: 95vh;
	width: 100%;
	margin-top: 44px;
	position: absolute;
	clip: rect(0, auto, auto, 0);
	overflow: hidden;
}
@media(max-width: 1199px) and (min-width: 992px) {
	.splash-wrap {
		/*margin-top: 150px;*/
	}
}

.splash-wrap::after {
    content: "";
    height: 144px;
    width: 110%;
    background: url(/media-library/home-page/splashfade.png);
    position: absolute;
    bottom: 0vh;
    left: -25px;
    object-fit: cover;
}
.hide-title-breadcrumb {
	display: none;
}
.breadcrumb {
	max-width: 85%;
}
@media(max-width: 991px) and (min-width: 768px){
	.internal-splash {
		/*margin-top: 150px;*/
	}
}
.breadcrumb>li+li:before{
	content: ">";
	font-size: 16px;
	font-weight: 400;
	color: #ee614c;
}
.breadcrumb a, .breadcrumb li {
	content: ">";
	font-size: 16px;
	font-weight: 400;
	color: #ee614c;
}
.breadcrumb li {
	color: var(--darkblue);
}
.breadcrumb {
	text-align: left;
	background: none;
	padding-left: 0;
	margin: 0;
	/*padding-top: 20px;*/
	position: absolute;
	/* bottom: -40px; */
	left: 8%;
	padding-top: 20px;
	top: 0;
	display: none;
}
/*.breadcrumb li a.not-a-link {*/
	/*color: var(--darkblue);*/
/*}*/
/*.beyond-view {*/
	/*position: relative;*/
	/*z-index: 1;*/
/*}*/
.page-content p {
	font-weight: lighter;
	line-height: 22px;
	margin: 0;
	padding: 8px 0 0 0;
}
@media(max-width: 767px){
	.page-content p {
		max-width: unset;
	}
}
.internal-headline {
	color: var(--darkblue);
	/*
	font-size: 70px;
	font-weight: 700;
	letter-spacing: -1.8px;
	line-height: 0.97;
	*/
}
.internal-headline h2 {
	font-size: 53px;
	letter-spacing: 1.1px;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
}
.internal-headline p {
	color: var(--darkblue);
	line-height: 1.7;
	letter-spacing: 0.4px;
	font-size: 16px;
	font-weight: 400;
}
.blog-headline-container {
	border-bottom: 2px solid #ee614c;
	border-top: 2px solid #ee614c;
	padding: 20px 80px;
}
@media(max-width: 991px){
	.internal-splash {
		position: absolute;
		height: 95vh;
		object-fit: none;
		margin-top: 39px;
	}
	.splash-wrap {
		/* position: unset; */
		/* margin-top: unset; */
		 height: 95vh; 
		/* margin-top: 18vw; */
	}
	#internal {
		margin-bottom: 210px;
		/* height: 270px; */
	}
	.breadcrumb {
		top: -6px;
		/*padding-top: 0;*/
		/*margin-left: 8%;*/
		padding-top: 10px;
		position: relative;
	}
}
#page-header .top-nav > ul > li > ul > li a {
	font-size: 12px;
}
@media(max-width: 767px){
	.internal-splash {
		position: absolute;
		/* height: unset; */
		/* max-height: 250p x; */
		object-fit: cover;
		/* margin-top: 18vw; */
		min-height: 240px;
	}
	.splash-wrap {
		/*position: unset;*/
		/*margin-top: unset;*/
		/*height: unset;*/
		margin-top: 18vw;
	}
	.breadcrumb {
		top: -6px;
		margin-left: 0;
		padding: 0 !important;
	}
	#internal .internal-content {
		min-height: 230px;
	}
	.internal-headline h2 {
		font-size: 37px;
		text-align: center;
	}
	#internal {
		margin-bottom: 25vw;
		/* height: 210px; */
	}
	.internal-headline p {
		text-align: center;
	}
	.blog-headline-container {
		padding: 20px 20px;
	}
	/*.blog-headline h4 {*/
		/*text-align: center;*/
	/*}*/
}
.headline-img {
	max-width: 100%;
	object-fit: cover;
}

/*@media(max-width: 600px){*/
	/*.blog-headline-container {*/
		/*padding: 0px 10px;*/
	/*}*/
/*}*/

.blog-headline {
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor:pointer;
}
.blog-headline:hover {
	background-color:#EEE;
}
.blog-fit-img {
	width: 130px;
	height: 130px;
	flex-shrink: 0;
}
.blog-headline-container {
	Padding: 20px 15px;
}

@media(max-width: 430px){
	.blog-headline {
		flex-direction: column;
		padding-bottom: 40px;
		height: unset;
	}
	.blog-headline-container {
		padding: 20px 10px;
	}
	.blog-headline-img {
		width: 100%;
	}
	.blog-fit-img {
		width: 100%;
		height: 50%;
	}
}
.blog-headline-img {
	height: 100%;
	object-fit: cover;
}
.blog-headline h4 {
	font-size: 16px;
	padding: 0 10px;
	color: var(--darkblue);
	font-weight: 700;
	letter-spacing: 0.2px;
	line-height: 22px;
}
.blog-headline p {
	font-size: 16px;
	color: var(--darkblue);
	padding: 0 10px;
	font-weight: 400;
}
h2.blog-headline-title {
	color: #ee614c;
	font-size: 30px;
	font-family: 'Lobster', cursive;
	letter-spacing: 0.4px;
	text-align: center;
	padding-bottom: 20px;
	text-transform:unset;
}
@media(max-width: 767px){
	h2.blog-headline-title {
		padding-top: 10px;
		padding-bottom: 10px;
		text-transform:unset;
	}
}
.orange-btn {
	color: var(--red);
	padding: 6px 16px;
	background: white;
	border: 2px solid var(--red);
	font-size: 25px;
	display: flex;
	justify-content: space-evenly;
	border-radius: 0;
	font-weight: 500;
}
.orange-btn:focus {
	color: #ee614c;
}
button.orange-btn:focus {
	color:#FFF;
}
.orange-btn:focus:hover {
	outline: none;
}
.orange-btn:hover .float-right {
	color: #ee614c;
}
.float-right {
	color: #ee614c !important;
}
.search-locations-options {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
@media(min-width: 991px){
	.search-locations-options {
		padding-bottom: 30px;
	}
}
.search-locations-options p {
	padding-right: 30px;
	color: #ee614c;
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 500;
}
.dropdown-menu {
	left: 50%;
	right: auto;
	text-align: center;
	transform: translate(-50%, 0);
}
.open>.dropdown-menu {
	display: flex;
	flex-direction: column;
	padding: 4px 10px;
}
.open>.dropdown-menu .dropdown-item {
	color: #ee614c;
	font-size: 16px;
	padding: 4px 0;
	text-decoration: none;
}
.eat-search-input {
	margin: 0 10px 0 20px;
	font-size: 16px;
	padding: 0px 78px 6px 29px;
	padding-top: 9px;
	padding-bottom: 9px;
}
@media(max-width: 1199px){
	.search-locations-options {
		flex-direction: column;
	}
	.eat-search-input {
		margin: 10px 30px 0 33px;
	}
	.eat-form-btn {
		margin-top: 10px;
	}
	.adv-search {
		margin-top: 10px;
		margin-left: 0;
	}
}
.eat-search-input::placeholder {
	color: #ee614c;
	font-size: 14px;
}
.eat-form-btn {
	background: #ee614c;
	color: white;
	font-size: 16px;
	padding: 8px 20px;
	display: flex;
	align-items: center;
}
#idss_subcat {
	padding: 11px 40px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 14px;
	cursor: pointer;
}
@media(max-width: 767px){
	#idss_subcat {
		margin-bottom: 10px;
		width: unset;
	}
	.eat-search-input {
		margin: unset;
		width: unset;
	}
	.search-locations-options {
		flex-direction: column;
	}
}
@media(max-width: 530px){
	#idss_subcat {
		width: 100%;
		padding: 11px 10px 10px;
	}
	.eat-search-input {
		width: 100%;
		padding: 11px 10px 10px;
	}
}
.search-locations-options .fa-caret-right {
	padding: 0 0 0 10px;
	font-size: 24px;
}
.adv-search .fa-caret-down,
.adv-search .fa-caret-up{
	padding: 0 0 0 10px;
}
.eat-section-title {
	color: var(--darkblue);
	font-size: 37px;
	letter-spacing: 0.4px;
	text-align: center;
	text-transform: none;
	font-family: 'Lobster', cursive;
	padding: 40px 0 20px 0;
	line-height: 1.2;
}
.locations-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/*padding-top: 40px;*/
	font-size:14px;
}
.location-container {
	text-align: center;
	padding: 12px 10px 0;
	cursor: pointer;
	width: 25%;
	height: 406px;
	overflow: hidden;
}
.hidden-location {
	display: none;
}
.location-container:hover {
	text-decoration: none;
}
.location-container:hover .location-img {
	/*min-height: 230px;*/
	transform: scale(1.2);
}
/*@media(max-width: 991px) {*/
/*	.locations-container {*/
/*		flex-direction: column;*/
/*	}*/
/*	.location-container {*/
/*		width: 100%;*/
/*	}*/
/*}*/

@media (min-width: 992px){
	.location-container {
		width: 25%;
	}
}
@media (max-width: 991px) and (min-width: 768px){
	.location-container {
		width: 33%;
	}
}
@media (max-width: 767px) and (min-width: 576px){
	.location-container {
		width: 50%;
	}
}
@media (max-width: 575px) {
	.location-container {
		width: 100%;
	}
}

.location-info {
	color: white;
	background: #8b8a87;
	padding-bottom: 20px;
	min-height: 200px;
}
.location-info a {
	color:#FFF;
	text-decoration:none;
}
.location-info a:hover {
	color:#EEE;
	text-decoration:underline;
}
.location-fav {
	background: #ee614c;
}
/*.location-container:nth-child(-n+4) {*/
	/*display:block;*/
/*}*/
.location-img-container {
	position: relative;
	height: 200px;
	overflow: hidden;
	background: #D3D9E7;
}
@media(max-width: 991px){
	.location-img-container {
		height: 150px;
	}
}
.location-img-container span {
	position: absolute;
	bottom: 5px;
	right: 10px;
	font-size: 20px;
	color: white;
}
.icon-wrapper {
	font-size: 0;
	margin-top: 20px;
}
.location-info h3 {
	margin: 0;
	padding: 17px 0 0 0;
	font-size: 16px;
	letter-spacing: 0.2px;
	font-weight: 500;
	color: white;
}
.location-info span {
	font-size: 22px;
}
.location-info p {
	color: white;
	font-weight: 500;
	font-size: 16px;
	margin: 0;
	padding-top: 5px;
}
.location-img {
	min-height: 200px;
	object-fit: cover;
	width: 100%;
	transition: 0.1s ease;
	height: 100%;
}
.show-more-locations {
	font-size: 14px;
	padding-left: 60px;
	padding-right: 60px;
	max-width: 220px;
	margin-bottom: 15px;
}
.show-more-locations:focus, .show-more-locations:active {
	outline: none;
	border-color: #ee614c;
	background-color: white;
	color: #ee614c;
}
.show-more-locations:hover {
	color: white;
	background-color: #ee614c;
}
.show-more-locations:not(:hover) {
	color: #ee614c !important;
}
.center-btn {
	display: flex;
	padding: 50px 0 30px;
	justify-content: center;
	flex-direction:column;
	align-items: center;
}
#home-carousel-banner .carousel-indicators {
	text-align: right;
	width: 70%;
}
@media(max-width: 767px){
	#home-carousel-banner .carousel-indicators {
		text-align: center;
		width: 100%;
		left: 0;
		margin: 0;
		bottom: 40px;
	}
}
/*.page-color-0 {
	background: #D3D9E7 !important;
}
.page-color-1 {
	background: #b5b5b5 !important;
}
.page-color-2 {
	background: var(--darkblue) !important;
}
.page-color-3 {
	background: #ee614c !important;
}
.page-background-0 {
	background: var(--lightblue) !important;
}
.page-background-1 {
	background: #b5b5b5 !important;
}
.page-background-2 {
	background: var(--darkblue) !important;
}
.page-background-3 {
	background: #ee614c !important;
}
.page-accent-dark {
	color: #72809e;
}
.page-accent-light {
	color: white !important;
}
.page-accent-blue {
	color: var(--darkblue) !important;
}
.page-accent-orange {
	color: #ee614c !important;
}
.page-accent-blue:hover {
	border-color: var(--darkblue) !important;
}
.page-background-dark {
	background: #72809e !important;
}
.page-background-light {
	background: white !important;
}/*
.header-filler {
	height: 138px;
	width: 100%;
}
/*@media (max-width: 991px) {*/
	/*.header-filler {*/
		/*height: 163px;*/
	/*}*/
/*}*/
@media(max-width: 767px){
	.page-content {
		padding: 0;
	}
}
/* FOOD PAGE */
.hide-page-splash {
	display: none;
}
.hide-page-splash-wrapper {
	margin-bottom: 0 !important;
	height: 230px !important;
}
.hide-splash {
	display: none;
}
.internal-head-margin {
	margin-bottom: 0 !important;
}
.remove-splash-space {
	min-height: unset !important;
}
.food-page-img {
	min-height: 400px;
	width: 100%;
	object-fit: cover;
}
.food-summary p {
	margin-bottom: 20px;
	padding-top: 0;
}
/*.carousel-control.left, .carousel-control.right {*/
	/*left: 0;*/
	/*z-index: 1;*/
/*}*/
/*.carousel-inner {*/
	/*max-height: 400px;*/
/*}*/
.food-title {
	font-family: 'Barlow Condensed';
	color: #ee614c;
	font-size: 90px;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 60px;
}
.responsive-show, .address-cards .row.address-show {
	display:none;
}
.no-title-top {
	margin-top: 30px;
}
#internal.no-title-bottom {
	margin-bottom: 255px;
}
#internal .internal-content.no-title-height {
	min-height: 310px;
}
.no-splash-no-title {
	height: 0 !important;
}
@media(min-width: 992px){
	.blog-headline-container {
		display: flex;
	}
}
@media(max-width: 991px){
	.food-title {
		margin-top: 20px;
	}
	.address-cards .row.address-show {
		display: flex;
	}
	.address-cards .address-hide {
		display: none;
	}
}
@media(max-width: 767px){
	.food-title {
		margin-top: 20px;
	}
	.breadcrumb {
		margin-top: 20px;
		left: 30px;
	}
	.responsive-show {
		display: block;
	}
	.responsive-hide {
		display: none;
	}
}
.event-video {
	min-height: 310px;
	background: black;
}
@media(max-width: 500px){
	.event-video {
		min-height: 220px;
	}
}
.food-location {
	color: var(--darkblue);
	font-weight: 600;
	margin: 0;
	font-size: 16px;
	line-height: 1.3;
	text-transform: uppercase;
	font-family:'Barlow Condensed';
}
.food-summary {
	color: #474747;
	font-weight: 300;
	line-height: 1.6;
	font-size: 16px;
}
@media(max-width: 767px){
	.food-summary {
		padding-top: 20px;
	}
}
.event-img {
	background: var(--lightblue);
}
.padding-page-content {
	/*padding-top: 0;*/
	overflow: hidden;
}
.food-page-info-container {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: flex-start;
}
@media(max-width: 500px){
	.food-page-info-container {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}
.food-page-hours-container {
	text-align: center;
}
.food-page-hours-container .food-social-text {
	max-width: unset;
}
.location-container:hover .location-info{
	border-bottom: 5px solid var(--darkblue);
	transform: translateY(-5px);
	text-decoration: none;
}
.food-social-container {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
}
.food-social {
	font-size: 16px;
	width: 30px;
	height: 30px;
	border-radius: 7px;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 2px;
}
.food-social:hover {
	color: #d9d9d9;
	text-decoration: none;
}
.food-social-title {
	color: var(--darkblue);
	font-weight: 600;
	text-align: center;
	font-size: 16px;
	font-family:'Barlow Condensed';
}
.food-social-text {
	color: var(--darkblue);
	font-size: 15px;
	font-weight: 500 !important;
	margin: 2px;
	max-width: 160px;
	padding-top: 0 !important;
	word-break: normal;	/* Previously break-all, caused some text to break mid-word instead of breaking before the word */
	overflow-wrap: break-word; /* Now we only break mid-word if a word is too long to fit on one line */
}
@media(max-width: 480px){
	.breadcrumb li, .breadcrumb li a {
		font-size: 12px;
	}
}
.type-div .food-social-text {
	word-break: break-word;
}
.padding-right {
	padding-right: 10px;
}
.home-location-buttons-container {
	flex-wrap: wrap;
	display: flex;
}
.home-location-button {
	font-size: 14px;
}
.google-map-container {
	padding: 60px 0 40px 0;
	width: 100%;
}
.mapouter {
	width: 100% !important;
}
.mapouter iframe {
	width: 100% !important;
}
.gmap_canvas {
	width: 100% !important;
}
.gmap_canvas > div {
	padding: 0;
	width: 100%;
	height: 100%;
}
@media(max-width: 991px) and (min-width: 431px){
	.blog-headline {
		padding: 5px;
	}
}
.blog-headline-container {
	padding-top: 20px;
	padding-bottom: 20px;
}
.food-img-container {
	max-height: 400px;
	/*margin-top: 140px;*/
	overflow: hidden;
}
@media(max-width: 767px){
	.food-title {
		font-size: 60px;
	}
	.food-img-container {
		max-height: 300px;
		margin-top: 10px;
	}
	.food-page-img {
		max-height: 300px;
		min-height: unset;
	}
	.google-map-container {
		padding: 20px 0 40px 0;
	}
}
.food-arrow {
	border: none;
	color: #565656;
	font-size: 30px !important;
	width: 20px !important;
	height: 20px !important;
	display: flex;
	background: white !important;
	justify-content: center;
	align-items: center;
}
.show-tertiary {
	display: block;
	opacity: 1;
	visibility: visible;
	justify-content: flex-start;
}
.show-tertiary a {
	margin: 10px !important;
}
#page-header #header-nav .show-tertiary > li > a:hover {
	text-decoration: underline;
}
.no-internal-splash {
	min-height: unset !important;
	height: 120px !important; /* same as navbar max */
	margin-bottom: unset !important;
}
.hide-internal-splash {
	display: none;
}

/******* EVENTS *******/
.events-module {
	padding-top: 20px;
	padding-bottom: 40px;
}
.events-module .events-filter-container {
	display: flex;
	flex-direction: row;
	padding: 25px;
	padding-left: 90px;
	justify-content: center;
}
@media(max-width: 991px){
	.events-module .events-filter-container {
		padding-left: 25px;
	}
}
.events-module .filter-date {
	/*width: 400px;*/
	height: 115px;
}
.search-input-btn:active, .search-input-btn:focus {
	outline: none !important;
}
.breadcrumb-container .breadcrumb a,.breadcrumb-container .breadcrumb>li+li:before {
	color: #ee614c;
}
.events-module .border-right {
	background: transparent;
	/*height: auto;*/
	border-right: 1px solid #ffffff87;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
@media(max-width: 991px){
	.events-module .events-filter-container {
		display: inline-block;
		width: 100%;
		height: 100%;
	}
	.filter-date {
		border: none !important;
	}
	.events-module .border-right {
		border-right: none;
	}
	.left-filter-container {
		padding-top: 0 !important;
		padding-bottom: 10px !important;
	}
	.date-range, .events-sort-container {
		width: 80%;
	}
	.date-range {
		justify-content: center;
	}
	.date-box {
		width: 100%;
		display: flex;
		justify-content: center;
	}
}
@media(max-width: 767px){
	.select-date {
		border: none !important;
		text-align: center;
	}
	.filter-btn {
		margin: 30px 0 0 0;
	}
	.left-filter-container {
		margin-bottom: 10px;
	}
}
.events-module .events-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-top: 0;
	justify-content: flex-start;
}
.events-module .event-container {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 31%;
	transition: 0.2s ease;
	overflow: hidden;
	border-radius: 1px;
	background: var(--darkblue);
	margin: 0 12px 22px;
	height: 607px;
	/*border-bottom: 0 solid var(--darkblue);*/
}
@media(max-width: 991px){
	.events-module .event-container {
		height: 537px;
	}
}
.events-module .event-container.hidden-event {
	display: none;
}
.events-module .event-container.starting:nth-child(-n+9) {
	display: flex;
}
.events-module .row-fix {
	max-width: 100%;
	margin: 0;
}
.events-module .event-container:hover {
	border-bottom: 5px solid var(--darkblue);
	transform: translateY(-5px);
	text-decoration: none;
}
.events-module .event-info-container {
	padding: 20px 10px 10px 10px;
	color: black;
	text-align: center;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.events-module .event-name {
	color: white;
	font-size: 20px;
	line-height: 1.2;
	margin-top: 0;
}
.events-module .event-name:hover {
	text-decoration: none;
}
.events-module .event-border {
	height: 1px;
	width: 63%;
	background-color: white;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 12px;
	margin-top: 8px;
}
.events-module .event-info-container p {
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 4px;
	font-weight: 300;
	color: white;
	padding-top: 5px;
}
.events-module .event-container:hover .event-info-container p {
	text-decoration: none;
}
.events-module .event-indicator-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	position: absolute;
	bottom: 1%;
	left: 0;
	width: 100%;
}
.events-module .event-indicator {
	font-size: 27px;
	padding: 0 7px;
	color: white;
	cursor: pointer;
}
.events-module .event-container:hover .event-indicator {
	text-decoration: none;
}
.events-module .breadcrumb-container {
	padding: 10px 25px;
	height: 150px;
}
@media(max-width: 500px){
	.events-module .breadcrumb-container {
		height: 180px;
	}
}
.events-module .events-sort {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	height: 100%;
}
.events-module .events-sort-left {
	display: flex;
	flex-direction: column;
	text-align: left;
	align-items: flex-start;
	justify-content: space-between;
}
.events-module .events-sort-right {
	display: flex;
	flex-direction: column;
	text-align: right;
	justify-content: flex-end;
}
.events-module .events-sort-container {
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media(max-width: 1199px){
	.events-sort-left h1 {
		font-size: 60px;
		line-height: 1;
	}
}
@media(max-width: 767px){
	.events-sort-left h1 {
		font-size: 50px;
		text-align: center;
	}
}
@media(max-width: 380px){
	/*.events-module .events-sort-container {*/
		/*flex-direction: column;*/
	/*}*/
	.events-module .breadcrumb-container {
		height: 220px;
	}
	/*.events-module .sort-by-title {*/
		/*margin-top: 20px;*/
	/*}*/
	.events-module .sort-by-title, .events-module #sortby, .events-module .events-sort-container label {
		width: 100%;
	}
}
@media(max-width: 410px) {
	.events-sort-container, .date-range {
		width: 100%;
	}
}
.events-module .sort-by-title {
	color: var(--red);
	float: left;
	text-transform: uppercase;
	font-family: "Arimo", sans-serif;
	letter-spacing: 0.7px;
	font-weight: 500;
	padding: 9px 14px 8px 14px;
	border: 1px solid var(--red);
	font-size: 16px;
	height: 43px;
	width: 138px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
/*@media(max-width: 1470px){*/
	/*.events-module .sort-by-title {*/
		/*font-size: 14px;*/
	/*}*/
/*}*/
@media(max-width: 991px){
	.events-module .events-sort {
		flex-direction: column;
	}
	.events-module .events-sort-left {
		align-items: center;
	}
	.events-module .sort-by-title {
		float: unset;
	}
	.events-module .events-sort-right {
		text-align: center;
	}
	.events-module .sort-by-title {
		padding: 9px 14px 9px 14px;
	}
}
.events-module .events-sort-container label:after {
	font-family: FontAwesome;
	content: '\f107';
	font-size: 20px;
	position: absolute;
	top: 12%;
	right: 5%;
	pointer-events: none;
	color: #ee614c;
}
.events-module .events-filter-container label:after {
	font-family: FontAwesome;
	content: '\f107';
	font-size: 28px;
	position: absolute;
	top: 0;
	right: 3%;
	pointer-events: none;
	color: white;
}
.events-module .events-sort-container label {
	position: relative;
}
.flex-date-range {
	display:flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
}
.date-range, .date-range .date-range-text {
	color: var(--red);
	text-align: center;
}
#start_event_date {
	margin-right: 20px;
}
.date-range input {
	border-radius: 0;
	color: var(--red);
	border: 1px solid var(--red);
}
@media(min-width: 1500px){
	.date-range input {
		min-width: 190px;
	}
}
.date-range input::placeholder {
	color: var(--red);
}
[name=daterange] {
	height: 43px;
	width: 100%;
	color: white;
	font-size: 16px;
	font-weight: 300;
	padding: 0 5px;
}
@media(max-width: 1199px){
	[name=daterange] {
		min-width: 194px;
	}
}
@media(max-width: 350px){
	[name=daterange] {
		min-width: unset;
	}
}
.left-filter-container {
	padding: 4px;
}
.date-range {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	height: 70px;
}
.date-range-text {
	display: flex;
	align-items: center;
	height: 40px;
}
.events-module #sortby {
	border: 1px solid var(--red);
	color: var(--red);
	cursor: pointer;
	display: inline-block;
	/*font-family: montserrat;*/
	font-size: 16px;
	height: 43px;
	margin: 0;
	outline: medium none;
	padding: 8px 32px 8px 10px;
	text-transform: uppercase;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	font-family: "Arimo", sans-serif;
	letter-spacing: 0.7px;
	font-weight: 100;
	position: relative;
}
.food-img-container .event-img-container {
	display: flex;
	justify-content: center;
	align-items: center;
}
.events-module .sortby-arrow {
	float:right;
	margin-right: 5px;
}
.events-module .event-img-container {
	overflow: hidden;
	height: 300px;
}
@media(max-width: 1199px){
	.events-module .event-container {
		width: 30%;
	}
	.events-module .event-img-container {
		height: 260px;
	}
}
@media(max-width: 991px){
	.events-module .event-img-container {
		height: 200px;
	}
}
@media(max-width: 767px){
	.events-module .event-container {
		width: 45%;
	}
	.events-module .event-img-container {
		height: 260px;
	}
}
@media(max-width: 509px){
	.events-module .event-container {
		width: 100%;
	}
}
#category option {
}
.events-module .event-img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	transition: 0.3s ease;
}
.events-module .event-container:hover .event-img {
	/*height: 320px;*/
	transform: scale(1.2);
}
@media(max-width: 1199px){
	.events-module .event-container:hover .event-img {
		height: 300px;
	}
}
@media(max-width: 991px){
	.events-module .event-container:hover .event-img {
		height: 230px;
	}
}
@media (max-width: 767px) {
	.events-module .event-container:hover .event-img {
		height: 270px;
	}
}
.shadow-1 {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
}
.events-module .filter-btn {
	text-transform: uppercase;
	margin-left: 32px;
	margin-top: 35px;
	font-family: futura;
	background: var(--red) none repeat scroll 0 0;
	border-color: var(--red);
	color: WHITE;
	padding: 7px 25px;
	font-weight: bold;
	border-radius: 0;
	font-size: 16px;
}
.events-module .filter-btn:focus {
	outline: none;
}
@media(max-width: 767px){
	.events-module .filter-btn {
		margin-left: 0;
		margin-top: 20px;
	}
}
.events-module #category {
	background: transparent none repeat scroll 0 0;
	border: 1px solid var(--red);
	height: 41px;
	width: 100%;
	color: var(--red);
	font-size: 16px;
	font-weight: 300;
	padding: 0 5px;
	margin: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}
.events-module .select-style {
	/*margin-top: 11.3px;*/
	width: 80%;
	display: flex;
	position: relative;
}
.events-module #keyword {
	background: transparent none repeat scroll 0 0;
	border: 1px solid var(--red);
	height: 41px;
	width: 100%;
	color: var(--red);
	font-size: 16px;
	font-weight: 300;
	padding: 0 5px;
}
.events-module #keyword::placeholder {
	color: var(--red);
}
.events-module .search-box {
	height: 41px;
	width: 80%;
}
.events-module label {
	max-width: 100%;
	margin-bottom:0;
}
.events-module .sort-title {
	color: var(--red) ;
	font-family: "Arimo", sans-serif;
	letter-spacing: 0.3px;
	font-weight: 100;
}
@media(max-width: 500px){
	.events-module .sort-title {
		text-align: center;
	}
}
.events-module .events-sort-left p {
	color: var(--red);
	font-family: "Arimo", sans-serif;
	letter-spacing: 0.3px;
	font-weight: 100;
	font-size: 16px;
}
.back-to-top {
	width: 35px;
	height: 35px;
	font-size: 25px;
	background: var(--red);
	border-radius: 50%;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none !important;
	margin-bottom: 5px;
	transition: 0.3s ease;
}

.back-to-top:focus {
	color: white;
}
.back-to-top:hover {
	box-shadow: 0px 2px 6px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.6);
	-o-box-shadow: 0px 2px 6px rgba(0,0,0,0.6);
	color: white;
}
.back-to-top:hover span {
	text-shadow: 0px 2px 2px #ee614c, 0 0 0 #000, 1px 4px 6px transparent;
}
.back-to-top span {
	padding-bottom: 1px;
	transition: 0.3s ease;
}
@media(max-width: 380px){
	.events-module .search-box, .events-module .select-style {
		width: 100%;
	}
	.events-module .events-sort-left p {
		font-weight: 400;
	}
}
.events-module .events-show-more-container {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	align-items: center;
}
.events-module .events-show-more {
	font-size: 14px;
	padding-left: 60px;
	padding-right: 60px;
	text-transform: uppercase;
	max-width: 220px;
	margin-bottom: 15px;
}
.events-module .events-show-more:hover, .events-module .events-show-more:focus:hover {
	color: white;
	background: var(--red);
}
.events-module .events-show-more:focus {
	background: white;
	color: #ee614c;
}
#hamburger span {
	font-size: 33px !important;
}
@media(max-width: 767px){
	.event-photos-carousel .item {
		height: 300px;
	}
	.event-photos-carousel img {
		object-fit: cover;
		height: 100% !important;
	}
}
@media(max-width: 400px){
	.event-photos-carousel .item {
		height: 200px;
	}
}

.instagram-gallery {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 20px 0 10px 0;
}
.loadMore {
	width: unset !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	background: #ee614c !important;
	border: 1px solid #ee614c !important;
	color: white !important;
	display: block;
	margin: 0 auto !important;
	margin-top: 15px !important;
	font-size: 16px !important;
}
.svg-cover-container {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 50vw;
}
.svg-cover {
	background: white;
	position: absolute;
	width: 100%;
	bottom: 4px;
	left: 0;
	height: 5px;
}
html:not(.cr__dimmed-fullscreen) #cr__fs-wrap {
	padding: 0;
}
#internal.hide-banner {
    display:block;
    height:144px !important;
}
.hide-banner {
	display: none;
}
@media(max-width: 767px){
	.cr__gallery .mobileImage__next {
		right: 0;
		width: 20px;
	}
	.mobileImage__asset__wrapper svg {
		position: unset;
	}
}
.mobileFullscreen__close svg {
	position: unset;
}
.ui-loader {
	display: none !important;
}
.ui-page.ui-page-theme-a.ui-page-active {
	padding: 0 !important;
}

.event-submission-page .swal2-container .btn-primary.focus, .event-submission-page .swal2-container .btn-primary:focus {
	color: inherit;
	background-color: inherit;
	border-color: #fff;
}
.awesomplete {
	display: block;
}
.awesomplete [role=listbox] {
	z-index: 5;
}
.primary-nav.dropdown-nav > ul > li.reversed ul li a {
	text-align: left;
}

.parent-carousel-caption .carousel-caption {
	text-align: center;
	color: black;
	width: 100%;
	left: 0;
	top: -10px;
	font-family: 'Open Sans', sans-serif !important;
	text-shadow: none;
}
.ctct-form-defaults {
	padding:0 !important;
	background: var(--darkblue);
}
.ctct-form-header {
	font-size: 27px !important;
	letter-spacing: -1px !important;
	font-weight: 600 !important;
	font-family: 'Oswald', sans-serif !important;
	color: white !important;
	line-height: 1 !important;
}
.ctct-form-custom {
	background: var(--darkblue);
	color: white;
}
.ctct-form-text, .ctct-gdpr-text, .ctct-form-footer-link {
	color: white !important;
}
.ctct-form-text {
	line-height: 1.2 !important;
	font-weight: 500 !important;
	margin-bottom: 5px !important;
	font-size: 14px !important;
}
.ctct-form-field {
	margin: 0 !important;
}
.events-sort-container {
	max-width: 100%;
}
/*#email_address_label_1, #first_name_label_1, #last_name_label_1, .ctct-form-footer {*/
	/*display: none;*/
/*}*/
.event-info-container a {
	color: white;
}
.event-info-container a:hover {
	color: white;
	text-decoration: underline;
}
.ctct-form-element {
	background: var(--darkblue) !important;
	border: 2px solid white !important;
	color: white !important;
	width: 300px;
	margin-top: 10px !important;
	font-size: 16px !important;
	border-radius: 0 !important;
	height: 100% !important;
	padding: 5px 10px !important;
}
.ctct-form-element::-webkit-input-placeholder, .ctct-form-element::-moz-placeholder, .ctct-form-element:-ms-input-placeholder, .ctct-form-element:-moz-placeholder, .ctct-form-element:placeholder {
 	color: white !important;
}
.ctct-form-element::placeholder, .ctct-form-element::-moz-placeholder, .ctct-form-element::-webkit-input-placeholder {
	color: white !important;
}
.ctct-gdpr-text {
	font-size: 8px !important;
	padding: 0 !important;
	width: 100% !important;
	margin: 5px 0 5px 0 !important;
}
.center-button {
	display: flex;
	justify-content: center;
}
.ctct-form-button {
	color: var(--darkblue) !important;
	background: white !important;
	font-size: 15px !important;
	width: unset !important;
	height: unset !important;
	padding: 6px 18px !important;
	font-weight: 700 !important;
	font-family: 'Open Sans', sans-serif !important;
	border-radius: 0 !important;
	-webkit-box-shadow: 3px 3px 4px -2px rgba(0,0,0,0.75) !important;
	-moz-box-shadow: 3px 3px 4px -2px rgba(0,0,0,0.75) !important;
	box-shadow: 3px 3px 4px -2px rgba(0,0,0,0.75) !important;
	border: 1px solid white !important;
	margin-top: 5px !important;
}
#__lpform_email_address_1 {
	top: 0 !important;
}
.ctct-form-defaults {
	background: transparent !important;
}
.ctct-form-label {
	display: none !important;
}
.ctct-form-button:active {
	background: #c8c8c8 !important;
	transition: 0.3s ease !important;
	border-color: #c8c8c8 !important;
}
#ctct_recaptcha_1 {
	display:none;
}

.searchResults > li > h1 {
	max-height: 70px;
	line-height: 35px;
}
.ctct-form-footer {
	display: none !important;
}

/*
Before
.breadcrumb-title {
	line-height: 1;
}

After*/
.breadcrumb-title {
font-size: 80px;
line-height: 100px;
}

.search-button:active {
	color: #eeeeee !important;
}
.event-time {
	margin-bottom: 10px;
	padding: 4px 7px;
}
.event-time.selected {
	color: white;
	/* background: rgb(211, 217, 231); */
}
.goog-te-gadget {
	color: #fff !important;
}
.goog-te-gadget .goog-te-combo, .goog-te-gadget .goog-te-combo option {
	color: #666 !important;
}
.goog-te-gadget *:not(div) {
	color: white !important;
}

#cookies-cover-box {
	position: absolute;
	left: 0;
	bottom: 0;
}
#cookies-cover-box:not(.open) .cookies-box {
	height: 0;
}
#cookies-cover-box.open .cookies-box {
	bottom: 0px;
}
#cookies-cover-box .cookies-box {
	position: fixed;
	background: #3b3b3b;
	width: 100%;
	z-index: 9999;
	bottom: -100%;
	padding: 23px 50px;
	transition: all ease .5s;
}
#cookies-cover-box .cookies-box p {
	color: #fff;
	float: left;
	width: 88%;
	font-weight: 100;
	line-height: 23px;
}
#cookies-cover-box .cookies-box a {
	color: #3fa5b1;
}
#cookies-cover-box .cookies-box .btn.btn-default {
	float: right;
	margin-top: 5px;
}
.btn.main.accept-cookies {
	background: #f05b47 none repeat scroll 0 0 !important;
	border-color: #f05b47 !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
}
.btn-default.accept-cookies {
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 0;
	color: #fff;
	font: 14px futura;
	padding: 9.5px 23px;
	text-transform: uppercase;
}
.embed-responsive-padding {
	padding-bottom: 56.25% !important;
}

.home-communities {
	background: var(--lightblue);
	color: white;
	width: 100%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 5px;
}

.col-md-4.communities-cities {
    display: flex;
    flex-direction: column;
}

.home-communities p {
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: auto;
}

.home-communities h3 {
	color: #ffffff;
	margin-top: 0px;
}

img.communityarrow {
    width: 12%;
    position: relative;
    right: -44%;
    margin-bottom: 12px;
}

img.communitylogo {
    position: relative;
    bottom: 125px;
}

@media (max-width: 992px) {
img.communitylogo {
	margin-bottom: -90px;
}
}

.pulaski-btn {
	background-repeat: no-repeat;
	background-position: right;
	background-size: 50px;
	min-height: 30px;
	border-width: 3px 0px;
	border-style: solid;
	text-transform: uppercase;
	font-family: "Barlow Condensed";
	font-size: x-large;
	padding: 7px 70px 3px 0px;
	display: inline-block;
}

.pulaski-btn-white {
	background-image: url(/media-library/home-page/arrow.png);
	color: white;
}

.pulaski-btn-red {
	background-image: url(/media-library/home-page/red-arrow.png);
	color: var(--red);
}

.pulaski-btn:hover {
	border-color: blue;
}

.pulaski-btn-red:hover {
	color: var(--red);
}

.pulaski-btn-white:hover {
	color: white;
}

/* escapeToPulaskiCarousel stuff. ID override issues happen, especially with media queries */
#escapeToPulaskiCarousel .carousel-control {
	width: 8%;
	width: 0px;
}
#escapeToPulaskiCarousel .carousel-control.left,
#escapeToPulaskiCarousel .carousel-control.right {
	margin-right: 40px;
	margin-left: 32px;
	background-image: none;
	opacity: 1;
}
#escapeToPulaskiCarousel .carousel-control > a > span {
	color: white;
	font-size: 29px !important;
}

#escapeToPulaskiCarousel .carousel-col {
	position: relative;
	min-height: 1px;
	padding: 5px;
	float: left;
}

/*Since they are not moving at the same speed, we shall hide some of the elements to prevent blurs
 * but not the parent div because it will shift the other images, we need to hide its first child
 *
 * Note that while it is possible to hide the 1st and 2nd elements on .active.right instead of the 2nd and 3rd of prev.right, this allows it to work for both 2 and 3 slides at a time
 * (Since hiding the first 2 kills off all the slides on a 2 wide, but killing the last 2 never does since its trimmed from a cap of 3)
 */
#escapeInner .active.left > div:first-child + div       > div {display: none}
#escapeInner .active.left > div:first-child + div + div > div {display: none}
#escapeInner .prev.right  > div:first-child + div       > div {display: none}
#escapeInner .prev.right  > div:first-child + div + div > div {display: none}

#escapeInner .active > div             {display: none;}  /*Hide every image*/
#escapeInner .active > div:first-child {display: block;} /*Show the first image*/

#escapeInner .next.left  {transform: translate3d(0,0,0) !important;} /* Next element on the right being loaded from right arrow press */
#escapeInner .prev.right {transform: translate3d(0,0,0) !important;} /* Prev element on the left  being loaded from left  arrow press */

/*sm display only 2 slides at once*/
@media (max-width: 991px) {
	#escapeInner .active.left  {transform: translate3d(-50%,0,0);} /* Current element being moved away to the left  from right arrow press */
	#escapeInner .active.right {transform: translate3d( 50%,0,0);} /* Current element being moved away to the right from left  arrow press */
	#escapeInner .next         {transform: translate3d( 50%,0,0);} /* Next element on the right being loaded from right arrow press */
	#escapeInner .prev		   {transform: translate3d(-50%,0,0);} /* Prev element on the left  being loaded from left  arrow press */
	#escapeInner .carousel-col {width: 50%;} /*Image width*/
	#escapeInner .active > div:first-child + div {display:block;} /*Set the 2nd image visible*/
}

/*md display 3 slides at once*/
@media (min-width: 992px) {
	#escapeInner .active.left  {transform: translate3d(-33.33333%,0,0);} /* Current element being moved away to the left  from right arrow press */
	#escapeInner .active.right {transform: translate3d( 33.33333%,0,0);} /* Current element being moved away to the right from left  arrow press */
	#escapeInner .next         {transform: translate3d( 33.33333%,0,0);} /* Next element on the right being loaded from right arrow press */
	#escapeInner .prev		   {transform: translate3d(-33.33333%,0,0);} /* Prev element on the left  being loaded from left  arrow press */
	#escapeInner .carousel-col {width: 33.33333%;} /*Image width*/
	#escapeInner .active > div:first-child + div       {display: block;} /*Set the 2nd image visible*/
	#escapeInner .active > div:first-child + div + div {display: block;} /*Set the 3rd image visible*/
}

#home-page-callout {
	width: 100%;
}

.home-page-callout-item {
	float: left;
}

#home-header-section-left h1 {
	line-height: 80px;
	font-size: 70px;
}

#home-header-section-image img {
	display: block;
	max-width: 170%;
}

#home-header-section-left p {
	line-height: 30px;
	font-size: 20px;
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 40px;
}

#escape-to-pulaski {
	background: var(--green);
	margin-top: 180px;
}

#escape-to-pulaski-subtitle {
	text-transform: uppercase;
	color: white;
	font-weight: 500;
	font-size: 30px;
}

#escape-to-pulaski-body {
	color: white;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 25px;
}

.carousel-control .carousel-arrow {
	color: #ABA;
	font-size: 48px;
}
.carousel-image-box {
}

#escape-to-pulaski-description {
	padding-left: 25px;
	padding-right: 25px;
}

#map-section > #map {
	display: flex;
	width: 100%;
	position: relative;
	height: auto;
}

.mapBackgroundImage {
	width: 100%;
	height: auto;
}

.mapImage {
	height: auto;
	position: absolute;
	z-index: 3;
}

.hoverImage {
	height: auto;
	position: absolute;
	z-index: 3;
}

.hoverImage:hover {
	opacity: 1;
	cursor: pointer;
}

.mapOverlayItem {
	height: auto;
	position: absolute;
	z-index: 3;
}

.neonMapTrail {
	width: 13.8%;
}

.neonMapSign {
	width: 18%;
	z-index: 4;
}

.neonMapSign:hover {
	cursor: pointer;
}

.decals {
	z-index: 5;
	position:absolute;
	pointer-events: none;
	height: auto;
}

#map-section {
	position: relative;
	box-sizing: border-box;
}

.mapModal {
	display: none;
	align-self: center;
	z-index: 150;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	justify-content: center;
	align-items: center;
}

.mapModalContent {
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.9);
	z-index: 151;
	padding: 20px;
	width: 85%;
	height: 70%;
	min-height: 550px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.mapModalImageContainer {
	float: left;
	height: 100%;
	line-height: 100%;
	padding: 20px;
	width: 50%;
	display: grid;
	place-items: center;
}

.mapModalLeftContent {
	padding-left: 8%;
	padding-top: 8%;
	padding-right: 5%;
	float: left;
	width: 50%;
}

.mapModalLeftContent h2 {
	font-weight: bold;
	align-items: center;
}

.mapModalLeftContent a {
	align-items: center;
}

.mapModalLeftContent button {
	border: none;
	background-color: #1968B2;
	padding: 20px 40px;
	cursor: pointer;
}

.mapModalLeftContent button span {
	display: inline-block;
	font-size: 16pt;
	font-weight: bold;
	color: white;
}

.fade-in {
	animation-name: fadeIn;
	animation-duration: 0.5s;
}

@keyframes fadeIn {
	from {opacity: 0}
	to {opacity: 1}
}

.fade-out {
	animation-name: fadeOut;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}

@keyframes fadeOut {
	from {opacity: 1}
	to {opacity: 0}
}

#cityMapServiceBoxesContainer {
	display: flex;
}

#map-title > .container {
	text-align: center;
}

#map-title > .container > h3 {
	color: var(--red);
	font-weight: bold;
	font-size: 40pt;
	margin-top: 20px;
	margin-bottom: 20px;
}

#mapModalTitle {
	justify-content: center;
	text-align: center;
	color: var(--red);
	font-size: 60pt;
}

#mapModalDescription {
	color: black;
	font-size: 16pt;
}

#bulletList {
	column-count: 2;
	column-gap: 20px;
	list-style-type: disc;
	padding-left: 20px;
	max-width: 100%;
	margin: auto;
}

#bulletList > li > a, #bulletList > li {
	color: #9CA33B;
	font-size: 20pt;
	font-weight: bold;
}

#bulletList > li > a {
	cursor: pointer;
}

.buttonContainer {
	display: flex;
	width: 100%;
	justify-content: center;
}