/* ==========================================================================
   Global styles
   ========================================================================== */
@import url('base.css');

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	line-height: ;
}
.container {
    xwidth: 100%;
    xpadding-right: 50px;
    xpadding-left: 50px;
}
.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: transparent;
}

.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: #231f20;
	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: #231f20;
}
.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 #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
{
	x-webkit-filter: blur(5px);
	xfilter: blur(5px);
	/*transform: scale(1.1)*/
	/*z-index:-1;*/
}
.hide{
	display: none !important;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn-primary {
	background-color: white;
	color: #43557c !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: #43557c;
	color: white !important;
	border-color: #43557c;
}


/* ==========================================================================
   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 {
	position: relative;
	margin-bottom: 0;
    	padding-right: 50px;
    	padding-left: 50px;
   	margin-top: 50px;
   	xoverflow: hidden;
}
#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 {
	position: relative;
	z-index: 1;
	text-align: left;
	padding-bottom: 0;
	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;
	}
	#internal {
	padding-left: 0px;
	padding-right: 0px;
}
}
@media(max-width: 339px){
	.internal .internal-content h1 {
		margin-top: 10px;
	}
}
@media(max-width: 480px){
	.content h1 {
		font-size: 10vw;
		line-height: 1.1;
	}
}
@media(max-width: 340px){
	.internal .internal-content h1 {
		padding-top: 3vw;
	}
}
.internal .internal-content p {
	xfont-family: serif;
	xcolor: white;
	xtext-shadow: 1px 2px 3px #000;
	xfont-size: 18px;
	xfont-weight: 100;
	text-align: left;
}
.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;*/
	z-index: 999;
}

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

#page-header img {
	max-height: 100px;
	padding: 6px 0;
}
/*#page-header #header-nav {*/
	/*display: flex;*/
	/*justify-content: flex-end;*/
	/*align-items: center;*/
/*}*/
#page-header .top-flex {
	display: flex;
	align-items:center;
	justify-content: space-between;
}
.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: #43557c;
	font-weight: 100;
	z-index: 3;
        display: none;
}
.primary-nav, .top-nav {
	text-transform: uppercase;
	font-family: "korolev-condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.header-top {
	background: #f48d1f;
	height: 40px;
	display: flex;
	align-items: center;
}
@media(max-width:767px){
	.header-top {
		margin: 0;
	}
}

.top-nav a {
	font-family: sans-serif;
}


.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: #201e77;
	margin: 20px 1rem;
	text-decoration: none;
	padding: 0;
	font-size: 1em;
}
#page-header #header-nav a:hover {
	color: #ffa70f;
}

.primary-nav > ul > li >a:after {
	content: " \02c5 ";
	color: #43557c;
}

.primary-nav > ul > li >a:only-child:after {
	content: " &#x2C5 ";
	color: #43557c;
	font-weight: 100;
	font-size: 10px;
	display:none;
}


.primary-nav {
	padding-left: 14px;
	padding-right: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: none;
}
.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;
}
#header-nav .primary-nav.dropdown-nav > ul {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	/*background: #D3D9E7;*/
	transition: 0.3s ease;
	gap: 25px;
}


/*.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: 12px;
}
#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;
}
@media(max-width: 991px){
	#page-header #search .btn {
		padding-right: 15px;
	}
}
#page-header #search .btn:hover {
	color: #c8d6ff;
}

#page-header .fa {
	font-size: 24px;
}
.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;
	}
}



/* ==========================================================================
   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: #90c5d7;
	border: 2px solid #90c5d7;
	padding: 2px 15px 4px;
	color: white;
	font-size: 16px;
	font-family: 'korolev-condensed', sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	/*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;
}
.homeHeaderImgOverlay {
	position: absolute;
	bottom: 0;
	z-index: 99;
	width: 400px;
	left: 0;
}
.homeHeaderImgOverlayTop {
	position: absolute;
	top: 64px;
	right: 0;
	z-index: -9999999;
	width: 275px;
	xtransform: rotate(45deg);
}
.homeHeaderImgOverlayBottom {
	position: absolute;
	bottom: -28px;
	z-index: 99;
	width: 160px;
	right: 50px;
}
@media (max-width: 991px) {
	.homeHeaderImgOverlayTop {}
}
@media(max-width: 767px){
	.homeHeaderImgOverlayTop {
		top: 114px;
	}
	#banner-carousel .banner-btn {
		min-height: 60px;
	}
	.homeHeaderImgOverlayBottom {
		z-index: 0;
		opacity: .2;
	}
}
@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: #43557c;
}
#linked-service #home-links .link-content p {
	font-family: sans-serif;
	padding-left: 20px;
	padding-right: 20px;
	color: #43557c;
	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: #43557c;
}
#summary p {
	color: #43557c;
}
#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: #43557c;
	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 #ffffff;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
}
#articles i:hover {
	border: solid #ffffff;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
}
#articles .read-more:hover i {
	border: solid #ffffff;
	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: 50px;
	position: relative;
	width: 100%;
}
#articles .add-flex {
	display: flex;
	justify-content: center;
	align-content: center;
}
.return-btn {
	background-color: transparent;
	color: #43557c !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: block;
	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: #43557c;
	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: #43557c !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 {
	xfont-family: 'Open Sans', sans-serif !important;
	xfont-size: 16px !important;
	/*max-height: 91px;
	overflow: hidden;*/
	xline-height: 1.2;
	padding-bottom: 20px;
	/*text-overflow: ellipsis;
	white-space: nowrap;*/
}

@media(max-width: 650px){
	#articles .text {
		xfont-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: 0;
	position: unset;
}
#articles .read-more {
	color: #ffffff;
	xfloat: right;
	text-decoration: none;
	padding: 15px 30px;
	position: relative;
	bottom: 5px;
	left: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	background-color: #ffa70f;
	border-radius: 30px;
	width: 33%;
	justify-content: center;
}
@media(max-width: 650px){
	#articles .read-more {
		font-size: 12px;
	}
}
#articles .read-more:hover {
	color: #ffffff;
	background-color: #ffbd4a;
}
#articles .read-more > i:hover {
	color: #ffffff;
}

/* ==========================================================================
   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: #43557c;
	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, #BLUE-SECTION {
	position: relative;
	background: #daf1f4;
	padding-bottom: 94px;
	top:94px;
	margin-bottom: 94px;
}

.uw-s12-tooltip {
	display:none
}

.flex-summary {
	display: flex;
	/*align-items: flex-end;*/
	flex-direction: column;
	justify-content: flex-start;
}
#HOME-SECTION .summary-title, #BLUE-SECTION .summary-title {
	text-align: right;
	margin: 0;
}
#HOME-SECTION > .container > .row > .header-left h2 {
	margin-top: 0;
}
#HOME-SECTION .summary-title p, #BLUE-SECTION .summary-title p {
	color: #003896;
	font-size: 40px;
    font-weight: 600;
    line-height: 55px;
}
#HOME-SECTION .header-left, #BLUE-SECTION .header-left {
	text-align: right;
}
#HOME-SECTION .header-left img, #BLUE-SECTION .header-left img {
	display: inline-block;
	width: 40%;
	max-width: 250px;
	margin-top: 15px;
}
@media (max-width: 767px) {
	#HOME-SECTION .header-left, #BLUE-SECTION .header-left {
		text-align: center;
		padding-bottom: 20px;
	}
}
.bold-home-title {
	xfont-size: 155px;
	xfont-weight: 600;
}
.summary-text, .summary-text p {
	font-size: 16px;
	padding-top: 20px;
	line-height: 1.75;
	padding-right: 30px;
	z-index: 2;
}
.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 {
	z-index: 1;
	position: relative;
}
.event-carousel-img {
	/*object-fit: cover;*/
	height: 700px;
}
.home-event-link, .button {
	display: inline-block;
	position: relative;
	color: #ffffff;
	background-color: #ffa70f;
	border-radius: 30px;
	font-weight: 400;
	padding: 15px 36px;
	z-index: 2;
	font-size: 16px;
	letter-spacing: .5px;
	font-weight: 600;
	xmargin-top: 20px;
	line-height: 1;
	margin-top: 10px;
	transition: .2s ease all;
}
.home-event-link:hover, .button:hover {
	background-color: #ffbd4a;
	color: #ffffff;
	transition: .2s ease all;
}
@media(max-width: 767px){
	.home-event-link {
		top: 17px;
		left: 0;
		width: 100%;
		text-align: center;
		xheight: 30px;
	}
	#home-carousel-banner .carousel-inner {
		max-height: 100%;
	}
}
#home-carousel-banner .carousel-inner > div .col-md-5 {
	top: 50%;
	transform: translateY(-50%);
}

@media(max-width: 500px){
	.event-carousel-container {
		xpadding: 20px;
	}
	.carousel-indicators {
		bottom: 15px;
	}
	.home-event-link {
		bottom: 4px;
	}
}
.home-event-link:hover {
	color: white;
}
.homeMasonry {
	background-color:#003896;
	background-image: url(/img/blue-bg-shapes.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-top: 20px;
	background-size: 125%;

}
.homeMasonry .container {
	xpadding-left: 15%;
	xpadding-right: 15%;
	padding-left: 50px;
	padding-right: 50px;
}
.homeMasonry h3 {
	color: #fdb431;
	text-align: center;
}
.homeMasonry p {
	color: #ffffff;
	text-align: center;
}
.homeMasonry .phone-link {
	xmargin-top: 50px;
	margin-top: 75px;
	margin-bottom: 15px;
}
.homeMasonry .phone-link .col-md-6:first-child {
	text-align: right;
}

.homeMasonry .phone-link .col-md-6:first-child p {
	color: #75c9d3;
	text-align: right;
	font-weight: 700;
	font-style: oblique;
	font-size: 24px;
}
.homeMasonry .phone-link .col-md-6:first-child img {
	display: inline-block;
	max-width: 100px;
}
.homeMasonry .phone-link .col-md-6:last-child p {
	text-align: left;
}
.homeMasonry .phone-link .col-md-6:last-child a {
	display: inline-block;
	color: #ffffff;
	padding: 15px 36px;
	border: 2px solid #ffffff;
	border-radius: 30px;
	font-size: 16px;
	letter-spacing: .5px;
	font-weight: 600;
	margin-top: 20px;
	line-height: 1;
	transition: .2s all ease;
}
.homeMasonry .phone-link .col-md-6:last-child a:hover {
	background-color: #ffffff;
	color: #003896;
}
.home-masonry-container {
	padding-top: 75px;
	padding-bottom: 95px;
}
@media (max-width: 991px) {
	.homeMasonry .phone-link .col-md-6 {
		text-align: center;
	}
	.homeMasonry .phone-link .col-md-6:first-child {
		text-align: center;
	}	
	.homeMasonry .phone-link .col-md-6:first-child p {
		text-align: center;
	}
	.homeMasonry .phone-link .col-md-6:last-child p {
		text-align: center;
	}
}

#home-solutions-carousel {
	padding: 0;
	overflow: hidden;
}
#home-solutions-carousel .container {
	padding: 0;
}
#home-solutions-carousel .container .row {
	margin: 0;
	display: flex;
}
.home-solutions-left {
	xpadding: 75px;
	xdisplay: flex;
	xalign-items: center;
	xflex: 1;
	padding: 0;
	height: 550px;
}
.home-solutions-left > div {
	width: 100%;
	xwidth: 435px;
	padding: 75px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.home-solutions-right {
	xbackground-image: url(/img/corner-flourish.png);
	background-repeat: no-repeat;
	background-size: 100px;
	background-position: bottom right;
	padding: 0;
	flex: 1;
}
.home-solutions-right.col-md-6 {
	padding: 0;
}
#home-solutions-carousel .event-carousel-img {
	height: 550px;
}
#home-solutions-carousel .event-carousel-img > div {
	display: flex;
	align-items: center;
	xpadding: 75px;
}
#home-solutions-carousel .event-carousel-img > div h2 {
	margin-top: 0;
}

#home-solutions-carousel .carousel-inner > div > div {
	padding: 75px;
	width: 585px;
	translate: -50% -5%;
	top: 5%;
	left: 50%;
	position: relative;
}
@media (max-width: 991px) {
	#home-solutions-carousel .carousel-inner > div > div {
		width: 100%;
		padding: 25px;
	}
}

.home-solutions-right.col-md-6 p {
	color: #ffffff;
}

.homeContent {
	background-color: #daf1f4;
	background-image: url(/img/news-callout.jpg);
	background-repeat: no-repeat;
	xbackground-position: left 10% center;
	xbackground-size: 30% auto;
	background-attachment: scroll;
	padding-bottom: 75px;
	background-size: 35% auto;
	background-position: 10% 80%;
}
.homeContent h2.home-new-title {
	text-align: right;
}
.homeContent .item-content {
	xmargin-top: 35px;
	margin-top: 50px;
}
@media (max-width: 767px) {
	.homeContent .item-content {
		text-align: center;
	}
}
.homeContent h4 {
	color: #0b7cbf;
	font-style: normal;
	font-size: 30px;
	line-height: 1.25;
}
#ConnectWithUs .container {
	display: flex;
	margin-bottom: 30px;
}
#ConnectWithUs .left {
	text-align: right;
}
#ConnectWithUs h2 {
	text-align: right;
}
#ConnectWithUs img.connectShapes {
	display: inline-block;
	width: 40%;
	max-width: 250px;
	margin-top: 15px;
}
#ConnectWithUs .right {
	display: flex;
	align-items: center;
}
@media (max-width: 767px) {
	#ConnectWithUs h2 {
		text-align: center;
	}	
	#ConnectWithUs .right {
		display: block;
	}
}
#JoinOurTeam {
	background-image: url(/img/join-our-team.jpg);
	background-repeat: no-repeat;
	background-position: top right 33%;
	background-size: cover;
	background-attachment: scroll;
	padding: 0 0 100px 0;
	min-height: 500px;
}
#JoinOurTeam .bluebox {
  padding:50px 100px;
  background:
    linear-gradient(-135deg,transparent 100px,#75C9D3 0) left /100% 100%;
  background-repeat:no-repeat;
  margin-top: 25px;
}

.blue {
	background-color: #003896;
}
.blue:hover {
	background-color: #ffbd4a;
	color: #ffffff;
}



.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;
		height: 100%;
	}
	/*#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(244, 141, 31, 0.73);
	color: #ffffff;
	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: "korolev", sans-serif;
	font-weight: 900;
	color: #ffffff;
	line-height: 1;
}
.overlay-masonry h3 {
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 1px;
	padding-top: 0;
	margin-top: 0;
	font-family: "korolev-condensed", sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 1;
}
.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: #231f20;
	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: #f36b23;
	font-size: 80px;
	font-weight: 500;
	line-height: 1;
	padding-bottom: 30px;
	font-family: "korolev", sans-serif;
	font-weight: 900;
}
@media(max-width: 991px) {
	#HOME-LOCATION .home-location-buttons-container {
		display: flex;
		justify-content: center;
	}
}
#HOME-LOCATION .home-location-button {
	font-family: "korolev-condensed", sans-serif;
	font-weight: 500;
	background: #90c5d7;
	color: white;
	border: 1px solid #90c5d7;
	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: #90c5d7;
	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: #231f20;
}
@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;
	color: #90c5d7;
	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: #231f20;
	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: #90c5d7;
	color: #ffffff;
	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: 55px;
	text-shadow: 1px 2px 3px #000;
	font-family: "korolev-condensed", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
@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: #f36b23;
}
.visitors-guide .visitors-guide-link {
	font-size: 29px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #f48d1f;
	font-family: 'Oswald', sans-serif;
}
.visitors-guide .fa-caret-right {
	padding-left: 10px;
	color: #90c5d7;
}
@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: #f36b24;
}
.website-bg {
	background: #CCC;
}
.linkedin-bg {
	background: #CCC;
}

#FOOTER {
	background: #003896;
	padding: 40px 10px;
	position: relative;
}
@media (max-width: 991px) {
	#FOOTER .col-sm-2 {
		width: initial;
	}
}
#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;
}
@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: #43557c;
	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: #43557c;
	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;
}

#FOOTER .logo {
	max-width: 150px;
	margin-top: 10px;
}
#FOOTER h4 {
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
}
#FOOTER .footerMenu {
	list-style: none;
	padding: 0;
	margin-top: 10px;
}
#FOOTER .footerMenu li {
	font-weight: 700;
	margin-bottom: 5px;
}
#FOOTER a {
	color: #ffffff;
	transition: .2s all ease;
}
#FOOTER a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}
#FOOTER .social {
	list-style: none;
	padding: 0;
}
#FOOTER .social li {
	display: inline-block;
}
#FOOTER .phoneNumber {
	white-space: nowrap;
}


@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: 0 0 10px 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%;
	}
	#FOOTER .logo {
		margin-bottom: 50px;
	}
	#FOOTER h4 {
		margin-top: 35px;
	}
}
.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 #f48d1f;
	flex-direction: column;
	cursor: pointer;
	text-align: center;
	background-color: #f48d1f;
}
.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;*/
/*}*/
.header-top #search {
	/*display: none;*/
	padding-left: 7px;
}
@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: white;
	opacity: 0;
}
#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: #888 !important;
	letter-spacing: 1px;
	font-size: 1em;
}
#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: #f36b24;*/
	/*font-size: 12px !important;*/
}
.dropdown-nav ul ul a:hover {
	text-decoration: underline !important;
	/*text-decoration: none;*/
}
.internal-splash-container {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	margin: 0;
	display: flex;
   align-items: center;
}
@media (max-width: 991px) {
	#internal {
		margin-top: 0;
	}
	.internal-splash-container {
		display: flex;
		flex-direction: column;
	}
	.internal-splash-container .splash-wrap {
		position: relative;
		width: 100%;
		height: 400px !important;
		margin-top: 0;
		width: 400px;
		padding-right: 0px;
	}
	.internal-splash-container .internal-splash-text {
		xheight: 250px;
	}
	.internal-splash-container .internal-splash-text h1 {
		margin-top: 20px;
		margin-bottom: 10px;
		text-align: center;
	}
	.internal-splash-container .internal-splash-text p {
		text-align: center;
		font-size: 14px;
		line-height: 1.6;
	}
}
.internal-splash {
	object-fit: cover;
	position: relative;
	/* max-height: 550px; */
	/*margin-top: 198px;*/
	top: 50%;
	left: 0;
	z-index: 0;
	transform: translateY(-50%);
	/* max-height: 100%; */
	/* background-size: 100% !important; */
}
.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: 550px;
	margin-top: 0;
	position: relative;
	overflow: hidden;
	padding-left: 0;
}
@media(max-width: 1199px) and (min-width: 992px) {
	.splash-wrap {
		/*margin-top: 150px;*/
	}
}

.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: #f36b24;
}
.breadcrumb a, .breadcrumb li {
	content: ">";
	font-size: 16px;
	font-weight: 400;
	color: #f36b24;
}
.breadcrumb li {
	color: #231f20;
}
.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;
}
/*.breadcrumb li a.not-a-link {*/
	/*color: #43557c;*/
/*}*/
/*.beyond-view {*/
	/*position: relative;*/
	/*z-index: 1;*/
/*}*/
.page-content p {
	font-weight: lighter;
	line-height: 28px;
	margin: 0;
	padding: 8px 0 0 0;
}
@media(max-width: 767px){
	.page-content p {
		max-width: unset;
	}
}
.internal-headline {
	color: #43557c;
	/*
	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: #231f20;
	line-height: 1.7;
	letter-spacing: 0.4px;
	font-size: 16px;
	font-weight: 400;
}
.blog-headline-container {
	border-bottom: 2px solid #f36b24;
	border-top: 2px solid #f36b24;
	padding: 20px 80px;
}
@media(max-width: 991px){
	.internal-splash {
		position: relative;
		height: 400px;
		object-fit: cover;
		margin-top: 39px;
	}
	.splash-wrap {
		position: unset;
		/* margin-top: unset; */
		height: unset;
		/* margin-top: 18vw; */
	}
	#internal {
		margin-bottom: 0;
		xheight: 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 {
		xposition: absolute;
		xheight: unset;
		xmax-height: 250px;
		xobject-fit: cover;
		xmargin-top: 18vw;
		xmin-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: 0;
		xheight: 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: #231f20;
	font-weight: 700;
	letter-spacing: 0.2px;
	line-height: 22px;
}
.blog-headline p {
	font-size: 16px;
	color: #231f20;
	padding: 0 10px;
	font-weight: 400;
}
h2.blog-headline-title {
	color: #f36b24;
	font-size: 30px;
		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: #f36b24;
	padding: 6px 16px;
	background: white;
	border: 2px solid #f36b24;
	font-size: 25px;
	display: flex;
	justify-content: space-evenly;
	border-radius: 0;
	font-weight: 500;
}
.orange-btn:focus {
	color: #f36b24;
}
button.orange-btn:focus {
	color:#FFF;
}
.orange-btn:focus:hover {
	outline: none;
}
.orange-btn:hover .float-right {
	color: #f36b24;
}
.float-right {
	color: #f36b24 !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: #f36b24;
	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: #f36b24;
	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: #f36b24;
	font-size: 14px;
}
.eat-form-btn {
	background: #f36b24;
	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: #231f20;
	font-size: 37px;
	letter-spacing: 0.4px;
	text-align: center;
	text-transform: none;
	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: #231f20;
	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: #f36b24;
}
/*.location-container:nth-child(-n+4) {*/
	/*display:block;*/
/*}*/
.location-img-container {
	position: relative;
	height: 200px;
	overflow: hidden;
	background: #3f3f3f;
}
@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: #f36b24;
	background-color: white;
	color: #f36b24;
}
.show-more-locations:hover {
	color: white;
	background-color: #f36b24;
}
.show-more-locations:not(:hover) {
	color: #f36b24 !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;
	}
}
section#HOME-CAROUSEL {
    margin-top: 45px;
    position: relative;
    padding-bottom: 0;
}
.page-color-0 {
	background: #D3D9E7 !important;
}
.page-color-1 {
	background: #b5b5b5 !important;
}
.page-color-2 {
	background: #43557c !important;
}
.page-color-3 {
	background: #f36b24 !iimportant;
}
.page-background-0 {
	background: #231f20 !important;
}
.page-background-1 {
	background: #b5b5b5 !important;
}
.page-background-2 {
	background: #43557c !important;
}
.page-background-3 {
	background: #f36b24 !important;
}
.page-accent-light {
	color: white !important;
}
.page-accent-blue {
	color: #43557c !important;
}
.page-accent-orange {
	color: #f36b24 !important;
}
.page-accent-blue:hover {
	border-color: #43557c !important;
}
.page-background-dark {
	background: #90c5d7 !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: 'Oswald', sans-serif;
	color: #f36b24;
	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: #43557c;
	font-weight: 600;
	margin: 0;
	font-size: 16px;
	line-height: 1.3;
	text-transform: uppercase;
	font-family:'Oswald', sans-serif;
}
.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: #D3D9E7;
}
.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 #43557c;
	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: #43557c;
	font-weight: 600;
	text-align: center;
	font-size: 16px;
	font-family:'Oswald', sans-serif;
}
.food-social-text {
	color: #43557c;
	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;
	margin-bottom: unset !important;
}
.hide-internal-splash {
	display: none;
}

/******* EVENTS *******/
.events-module {
	padding-top: 20px;
	padding-bottom: 40px;
}
.events-module .events-filter-container {
	background: #3c3c3c;
	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: #f36b24;
}
.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: #f36b24;
	margin: 0 12px 22px;
	height: 607px;
	/*border-bottom: 0 solid #f36b24;*/
}
@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 #43557c;
	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 {
	background: #f36b24 none repeat scroll 0 0;
	color: #ffffff;
	float: left;
	text-transform: uppercase;
	font-family: "Arimo", sans-serif;
	letter-spacing: 0.7px;
	font-weight: 500;
	padding: 9px 14px 8px 14px;
	border: 0px solid #f05b47;
	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: #f36b24;
}
.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: white;
	text-align: center;
}
#start_event_date {
	margin-right: 20px;
}
.date-range input {
	border-radius: 0;
	background: #3c3c3c;
	color: white;
	border: 1px solid #f05b47;
}
@media(min-width: 1500px){
	.date-range input {
		min-width: 190px;
	}
}
.date-range input::placeholder {
	color: white;
}
[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 {
	background: #3c3c3c none repeat scroll 0 0;
	border: 1px solid #f05b47;
	color: white;
	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 {
	background: #3c3c3c;
}
.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: #f05b47 none repeat scroll 0 0;
	border-color: #f05b47;
	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 #fff;
	height: 41px;
	width: 100%;
	color: white;
	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 #fff;
	height: 41px;
	width: 100%;
	color: white;
	font-size: 16px;
	font-weight: 300;
	padding: 0 5px;
}
.events-module #keyword::placeholder {
	color: white;
}
.events-module .search-box {
	height: 41px;
	width: 80%;
}
.events-module label {
	max-width: 100%;
	margin-bottom:0;
}
.events-module .sort-title {
	color: #f36b24;
	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: #f36b24;
	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: #ffa70f;
	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 #f36b24, 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: #f36b24;
}
.events-module .events-show-more:focus {
	background: white;
	color: #f36b24;
}
#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: #f36b24 !important;
	border: 1px solid #f36b24 !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: #43557c;
}
.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: #231f20;
	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: #231f20 !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: #43557c !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: 45px !important;
line-height: 1.2;
font-weight: 600;
}

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

#imgoingcalendar-wrapper {
	min-height: 600px !important;
}

.event-carousel-img.item.active {
    xdisplay: flex;
    xflex-direction: row;
    xjustify-content: center;
    xalign-items: center;;
}

#HOME-SECTION, #BLUE-SECTION {
	top: 0;
	margin-bottom: 0;
	padding-bottom: 75px;
}

@media (max-width: 991px) {
	section#HOME-CAROUSEL {
		margin-top: 30px;
		overflow: hidden;
		height: 100%;
	}
	.event-carousel-img.item.active {
		display: flex;
		flex-direction: column;
	}
	.col-md-7.background-banner-image {
	    width: 100%;
	    height: 400px !important;
	}
	#home-carousel-banner .carousel-inner > div .col-md-5 {
		top: 0;
		transform: none;
		text-align: center;
		padding-bottom: 20px;
	}
	#HOME-SECTION, #BLUE-SECTION {
		xtop: 0;
		xmargin-bottom: 0;
	}
	.home-solutions-left {
		height:325px;
	}
	.home-solutions-left > div {
		padding: 25px;
		transform: none;
		top: 50%;
		left: 50%;
		translate: -50% -50%;
	}
	#home-solutions-carousel .event-carousel-img > div {
		padding: 25px;
	}
}

#home-solutions-carousel .event-carousel-img.item:nth-child(1) {
	background-color: #dd751e;}
#home-solutions-carousel .event-carousel-img.item:nth-child(2) {
	background-color: #ffa70f;}
#home-solutions-carousel .event-carousel-img.item:nth-child(3) {
	background-color: #75c9d3;}	
#home-solutions-carousel .event-carousel-img.item:nth-child(4) {
	background-color: #007cc3;}	
#home-solutions-carousel .event-carousel-img.item:nth-child(5) {
	background-color: #ffa70f;}


@media (max-width: 767px) {
	#home-solutions-carousel .container .row {
		flex-direction: column;
	}		
	#home-solutions-carousel .event-carousel-img {
		height: 100%;
		text-align: center;
	}
	.homeContent {
		background-image: none;
	}
	.homeContent h2.home-new-title {
		text-align: center;
	}
	#JoinOurTeam {
		background-image: none;
		padding: 0 !important;
		min-height: 0;
	}
	#JoinOurTeam .bluebox {
		background-color: #75C9D3;
		text-align: center;
	}
	#ConnectWithUs .container {
		flex-direction: column;
		text-align: center;
	}
	#ConnectWithUs .left {
		text-align: center;
	}
	#ConnectWithUs img.connectShapes {
		margin: 15px auto;
	}
	#FOOTER {
		text-align: center;
	}
	#FOOTER .logo {
		margin-left: auto;
		margin-right: auto;
	}
}

#home-carousel-banner .carousel-indicators {
	text-align: center;
	bottom: 40px;
	width: 58.33333333%;
	margin: 0;
	padding: 0;	
	left: 0;
	margin-left: 100px;
}
@media (max-width: 1200px) {
	#home-carousel-banner .carousel-indicators {
		bottom: 40px;
	}
	#home-carousel-banner .event-carousel-img {
		height: 575px;
	}
}
@media (max-width: 991px) {
	.homeHeaderImgOverlay {
		width: 300px;
		z-index: -9999;
		opacity: .2;
	}
	.homeHeaderImgOverlayTop {
		opacity: .2;
	}
	.homeHeaderImgOverlayBottom {
		opacity: .2;
	}
	#home-carousel-banner .event-carousel-img {
		height: 500px;
	}
	#HOME-CAROUSEL #home-carousel-banner .event-carousel-img {
		height: 100%;
	}	
	#home-carousel-banner .carousel-indicators {
		top: 345px;
		width: 100%;
		margin-left: 0;
	}	
	#HOME-CAROUSEL #home-carousel-banner .carousel-indicators {
		top: 350px;
	}	
	#home-solutions-carousel #home-carousel-banner .carousel-indicators {
		top: auto;
	}
	table tr {
		display: block;
	}
	table td {
		display: block;
		width: 100% !important;
	}
}
@media (max-width: 767px) {
	.homeHeaderImgOverlay {
		z-index: -999999;
		opacity: .2;
	}
	.homeHeaderImgOverlayTop {
		opacity: .2;
	}
	.home-solutions-left {
		text-align: center;
	}
	#home-solutions-carousel #home-carousel-banner .carousel-indicators {
		top: auto;
	}
	h2 {
		text-align: center;
	}
	#MASONRY .col-md-12 {
		padding: 0;
	}
}

a.social-bottom-icon {
	font-size: 22px;
	margin-right: 10px;
}
a.social-bottom-icon:hover {
	color: #ffa70f !important;
	transition:  .2s all ease;
}








section.page-template-section > div:last-child {
     display:flex;
     gap:50px;
     align-items:top;
    padding-right: 10%;
}
section.page-template-section > div:last-child h1 {
     color:#75c9d3 !important;
     font-size:24px;
     font-style:oblique;
     flex:1;
     text-align:right;
     line-height:1;
     margin:0;
}
section.page-template-section > div:last-child div {
     flex:1;
     margin-bottom:20px;
}
section.page-template-section > div:last-child div p {
     padding:0 0 10px 0;
}
#sectionTitle1 > div:last-child, 
#sectionTitle2 > div:last-child, 
#sectionTitle3 > div:last-child {
     gap:0;
}
#sectionTitle1 h1, 
#sectionTitle2 h1, 
#sectionTitle3 h1 {
     color:#fdb431 !important;
     font-size:40px;
     text-align:center;
     margin:0;
     padding:20px 0;
     font-style:normal;
}
#sectionTitle1 div, 
#sectionTitle2 div, 
#sectionTitle3 div {
     flex:0;
}
section.page-template-section p {
     xcolor:#ffffff;
}
#box1, #box2, #box3, #box4 {
	padding-top: 40px !important;
	padding-bottom: 10px !important;
	margin: 20px 0;
}
#box1, #box3 {
	left: -400px;
	padding-left: 600px !important;
	padding-right: 100px;
}
#box2, #box4 {
	left: 400px;
	padding-left: 100px !important;
	padding-right: 600px !important;
}
#box1 {
	background-color: #003896;
}
#box2 {
	background-color: #75c9d3;
}
#box3 {
	background-color: #ffa70f;
}
#box4 {
	background-color: #dd751e;
}
#box1 > div:last-child, 
#box2 > div:last-child, 
#box3 > div:last-child, 
#box4 > div:last-child {
	display: block;
}
#box1 h1, #box2 h1, #box3 h1, #box4 h1 {
	color: #ffffff !important;
	text-align: left;
	font-style: normal;
}
#box1 p, #box2 p, #box3 p, #box4 p {
	margin: 10px 0;
	color: #ffffff;
}
#box1 a, #box2 a, #box3 a, #box4 a {
	color: #ffffff;
	padding: 5px 20px;
	border: 2px solid #ffffff;
	border-radius: 20px;
}
@media (max-width:1200px) {
	#box1, #box3 {
		left: -200px;
		padding-left: 400px !important;
		padding-right: 100px;
	}
	#box2, #box4 {
		left: 200px;
		padding-left: 100px !important;
		padding-right: 400px !important;
	}
}
@media (max-width:991px) {
	#box1, #box3 {
		left: -150px;
		padding-left: 300px !important;
		padding-right: 100px;
	}
	#box2, #box4 {
		left: 150px;
		padding-left: 100px !important;
		padding-right: 300px !important;
	}
}
@media (max-width:767px) {
	#box1, #box3 {
		left: 0;
		padding-left: 25px !important;
		padding-right: 25px;
	}
	#box2, #box4 {
		left: 0;
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
	section.page-template-section > div:last-child {
	    display:block;
	}
	section.page-template-section > div:last-child h1 {
	    text-align:center;
	    margin-bottom:10px;
	}    
}

.fourButtons {
	display: grid;
	grid-template-columns:1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-template-areas: 
		"first second"
		"third fourth";
}
.fourButtons a {
	aspect-ratio: 1;
	color: #ffffff;
	text-align: center;
   padding-top: 50%;
   font-size: 24px;
}
.fourButtons a:hover {
	xbackground-blend-mode: overlay;
   background-size: 100%, cover;
}
.fourButtons a:nth-child(1) {
	grid-area: first;
	background-color: #dd751e;
}
.fourButtons a:nth-child(1):hover {
	background-image: 
		linear-gradient(rgba(221,117,30,0.8),rgba(221,117,30,0.8)),
		url("/media-library/splashes-billboards/CROPPED-1697145238.jpg");
}
.fourButtons a:nth-child(2) {
	grid-area: second;
	background-color: #ffa70f;
}
.fourButtons a:nth-child(2):hover {
	background-image: 
		linear-gradient(rgba(255,167,15,0.8),rgba(255,167,15,0.8)),
		url("/media-library/splashes-billboards/CROPPED-1697145322.jpg");
}
.fourButtons a:nth-child(3) {
	grid-area: third;
	background-color: #75c9d3;
}
.fourButtons a:nth-child(3):hover {
	background-image: 
		linear-gradient(rgba(117,201,211,0.8),rgba(117,201,211,0.8)),
		url("/media-library/splashes-billboards/CROPPED-1697145295.jpg");
}
.fourButtons a:nth-child(4) {
	grid-area: fourth;
	background-color: #003896;
}
.fourButtons a:nth-child(4):hover {
	background-image: 
		linear-gradient(rgba(0,56,150,0.8),rgba(0,56,150,0.8)),
		url("/media-library/splashes-billboards/CROPPED-1697145268.jpg");
}

#header-nav-top .same-line-flex {
    display: flex !important;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
}

/* === about us team gallery === */
.pseudoindex {
	z-index: 2;
}
.profile-information {
	overflow: hidden;
	opacity: 0;
	-webkit-transition: width 0.5s, height 0.5s, left 0.5s ease, right 0.5s ease; /* For Safari 3.1 to 6.0 */
	transition: width 0.5s, height 0.5s, left 0.5s ease, right 0.5s ease, opacity 0.3s ease;
	background-color: #008CBA;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
@media(min-width:768px) {
	.pseudocell:nth-child(3n) .profile-information {
		right: 0;
	}

	.pseudocell:nth-child(3n - 1) .fadecaption {
		left: unset;
	}
	.pseudocell:nth-child(3n - 1) .profile-information {
		right: 0;
	}

	.pseudocell:nth-child(3n - 2) .profile-information {
		left: 0;
		right: 0;
	}
}
.profile-information .profile-information-flex p, .profile-information-flex h1, .profile-information-flex h2, .profile-information-flex h3, .profile-information-flex h4, .profile-information-flex h5, .profile-information-flex h6, .profile-information-flex span {
	color: white;
	margin-bottom: 5px;
}
.profile-information .profile-email {
	margin-bottom: 15px;
}
.pseudocell.pseudocell-add .profile-information {
	opacity: 1;
	left: unset;
	padding: 20px;
	height: unset;
	min-height: 100%;
}
.pseudocell.info-hide .profile-information {
	display: flex;
	align-items: center;
	padding: 20px;
	height: unset;
	min-height: 100%;
}
@media(max-width: 500px){
	.pseudocell.info-hide .profile-information {
		opacity: 1;
		left: unset;
		right: 100%;
		display: flex;
		align-items: center;
		padding: 20px;
		height: unset;
		min-height: 100%;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.profile-information {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
	.pseudocell.info-hide .profile-information {
		right: unset;
	}
	.pseudocell.info-hide .profile-information .profile-name {
		font-weight: bold;
	}
	.profile-email {
		padding-bottom: 15px;
	}
	.job-title {
		padding-bottom: 5px;
		font-size: 18px;
	}
	.profile-name {
		margin-top: 0;
		padding-bottom: 7px;
	}
}
.profile-information .profile-information-flex p.job-title {
	margin-bottom: 0;
}
.pseudocell {
	position:relative;
	display:inline-block;
	width:362px;
	height:483px;
	margin-bottom:20px;
	cursor: pointer;
}
.pseudocell:nth-child(3n-2), .pseudocell:nth-child(3n-1) { /* Every third (1st, 4th, 7th, etc); and (2nd, 5th, 8th, etc) */
	margin-right:20px;
}
.pseudocell img {
	display:block;
	width:100%;
	max-width:100%;
	position: relative;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.pseudocell .pseudocell-image {
	object-fit: cover;
	height: 100%;
	border-radius: 50em;
    	height: auto;
}
.image-index {
	z-index: 1;
}
.pseudocell .img-top {
	z-index: 3;
}

.fadecaption {
	-webkit-transition: width 0.5s ease, height 0.5s ease, left 0.5s ease, right 0.5s ease;
	transition: width 0.5s ease, height 0.5s ease, left 0.5s ease, right 0.5s ease, all 0.5s ease;
	position: relative;
	width: 100%;
	right: 0;
	left: 0;
	transform-style: preserve-3d;
	height: 100%;
}

.fadecaption .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #008CBA;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
@media(max-width: 500px){
	.pseudocell.pseudocell-add .fadecaption {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
}

.overlay-index {
	z-index: 2;
}

.pseudocell:not(.pseudocell-add) .fadecaption:hover .overlay {
	opacity:1;
}

.fadecaption .overlay h3 {
	color: white;
	font-size: 20px;
	line-height:22px;
	position: absolute;
	width:100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -45%);
	-ms-transform: translate(-50%, -45%);
	text-align: center;
	margin:0;
	padding:0;
}

.fadecaption .overlay p {
	color: white;
	font-size: 16px;
	line-height:18px;
	position: absolute;
	width:100%;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -65%);
	-ms-transform: translate(-50%, -65%);
	text-align: center;
	margin:0;
	padding:0;
}

.pseudocells .pseudocell:nth-child(1n) .fadecaption .overlay {
	background-color: #dd751e;
  	border-radius: 50em;
  	height: 75%;
   	width: 100%;
}
.pseudocells .pseudocell:nth-child(2n) .fadecaption .overlay {
	background-color: #ffa70f;
}
.pseudocells .pseudocell:nth-child(3n) .fadecaption .overlay {
	background-color: #75c9d3;
}
.pseudocells .pseudocell:nth-child(4n) .fadecaption .overlay {
	background-color: #003896;
}

.noBreak {
	white-space: nowrap;
}
.breadcrumb-flex {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width:1199px) {
	.pseudocell {
		width:297px;
		height:396px;
	}
}
@media screen and (max-width:991px) {
	.pseudocell {
		width:224px;
		height:298px;
	}
	.fadecaption .overlay h3 {
		top: 40%;
		left: 50%;
		transform: translate(-50%, -40%);
		-ms-transform: translate(-50%, -40%);
	}

	.fadecaption .overlay p {
		top: 70%;
		left: 50%;
		transform: translate(-50%, -70%);
		-ms-transform: translate(-50%, -70%);
	}
}
@media screen and (max-width:764px) {
	.pseudocell {
		width:47.5%;
		height:auto;
	}
	.pseudocell:nth-child(3n-2), .pseudocell:nth-child(3n-1) { /* Every third (1st, 4th, 7th, etc); and (2nd, 5th, 8th, etc) */
		margin-right:0;
	}
	.pseudocell:nth-child(odd) {
		margin-right:2%;
	}
	.fadecaption {
		position:relative;
	}
	.fadecaption .overlay {
		opacity:1 !important;
		position: absolute;
		top: 75%;
		bottom: 0;
		left: 0;
		right: 0;
		height: 25% !important;
		width: 100%;
		opacity: 0;
	}

	.fadecaption .overlay h3 {
		top:20%;
	}

	.fadecaption .overlay p {
		top:73%;
	}

}
@media screen and (max-width:500px) {
	.pseudocell {
		width:100%;
	}
	.pseudocell:nth-child(odd) {
		margin-right:0;
	}
	.fadecaption .overlay h3 {
		top:30%;
	}

	.fadecaption .overlay p {

	}
}
@media screen and (max-width:400px) {
}
#emp-modal .modal-dialog {
	min-width: 700px;
	width: 80%;
	max-width: 1070px;
}
@media (max-width: 767px) {
	#emp-modal .modal-dialog {
		width: auto;
		min-width: 0;
	}
}
#emp-modal .modal-content {
	background-image: url(/img/bio-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 200px auto;
	padding: 0 50px 50px;
	border: none;
	box-shadow: none;
	border-radius: 0;
}
#emp-modal .modal-header {
	border-bottom: none;
	position: absolute;
	right: 0;
	z-index: 1;
}
#emp-modal .modal-header .close {
	margin-right: 35px;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	color: #dd751e;
	opacity: 1;
	margin-top: 10px;
}
#emp-modal h2 {
	margin-bottom: 0;
}
#emp-modal h3#user-profile-job_title {
	margin-top: 0;
	font-size: 28px;
	color: #75c9d3;
}
#emp-modal hr {
	display: none;
}
#emp-modal .modal-footer {
	border-top: none;
}
#emp-modal .btn {
	background-color: #ffa70f;
	color: #ffffff;
	border-radius: 20px;
	border: none !important;
	padding: 10px 30px;
}

.theButton {
	display: inline-block;
	color: #ffffff;
	padding: 15px 36px;
	border: 2px solid #ffffff;
	border-radius: 30px;
	font-size: 16px;
	letter-spacing: .5px;
	font-weight: 600;
	line-height: 1;
	transition: .2s all ease;
}
.theButton:hover {
	background-color: #ffffff;
	color: #003896;
}
.theButton-blue {
	display: inline-block;
	color: #ffffff;
	padding: 15px 36px;
	border: 2px solid #ffffff;
	border-radius: 30px;
	font-size: 16px;
	letter-spacing: .5px;
	font-weight: 600;
	line-height: 1;
	transition: .2s all ease;
	background-color: #ffa70f;
}
.theButton-blue:hover {
	color: #003896;
}


.locitem {
display:flex;
gap:20px;
margin-bottom:40px;
margin-top: 30px;
}
.locitem .photo {
	position: relative;
}
.locitem .photo .image-caption-wrapper:before {
	content: "";
	background-image: url(/img/map-pin.png);
	background-repeat: no-repeat;
	width: 50px;
	height: 72px;
	display: block;
	background-size: 100%;
	position: absolute;
	left: 125px;
	top: -20px;
}
.locitem .location {
	padding-top: 50px;
}
.locitem .photo .image-caption-wrapper {
width:300px;
height:300px;
overflow:hidden;
border-radius:150px;
}
.locitem .photo .image-caption-wrapper img {
object-fit:cover;
height:300px;
}
@media (max-width: 767px) {
	.page-content {
		margin-top: 40px !important;
	}
	.locitem {
		flex-direction: column;
		text-align: center;
		gap: 0;
	}
	.locitem .photo {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.locitem .photo .image-caption-wrapper:before {
		left: 50%;
		transform: translateX(-50%);
	}
	.locitem .location {
		padding-top: 0;
		margin-bottom: 20px;
	}	
	.hidden-div .modal-body {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	#emp-modal .modal-content {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	#emp-modal p {
		font-size: 12px;
		line-height: 1.5;
	}
}

.noBreak {
	white-space: nowrap;
}

img {
	pointer-events: none;
}

#articles .article-box {
	box-shadow: none;
	background-color: transparent;
}

.hidden-div div#emp-modal {
    backdrop-filter: brightness(0.3);
}

.hidden-div .modal-body {
    position: relative;
    padding: 50px;
}
#footer-nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap:35px;
   justify-content:right;
}
#footer-nav li {
    font-weight: 700;
    margin-bottom: 5px;
    display: inline-block;
}
#footer-nav a {
    transition: .2s all ease;
}
#footer-nav a:hover {
   color: #ffbd4a;
}
.row.copyrightBar {
    background: #daf1f4;
    padding: 1rem;
    padding-top:15px
}
.copyrightBar p, .copyrightBar ul {
    margin-bottom:0;
}
.row.copyrightBar {
    margin: 0px;
}
h2.blog-headline-title {
    color: #003896;
}

.JobInfoContainer {
    display: flex;
    justify-content: space-around;
}

.individualCareerContainer:hover {
	opacity: .5;
}
#JOB-OPENINGS .career-btn {
    display: flex;
    justify-content: space-around;
}
.applyLaterForm {
	margin-top: 200px;
	width: 50vw;
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
}
.applyLaterForm .h-captcha {
	margin-top: 10px;
}
@media (max-width: 600px) {
.applyLaterForm {
	margin-top: 200px;
	width: 90vw;
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
}
}
.referDiv {
	font-size: 12px;
	cursor: pointer;
	text-decoration: underline;
	color: blue;
}

.referDiv:hover {
	color: darkblue;
	text-decoration: none;
}

/*Career Feed*/

div#jobFilters {
    background: #daf1f4;
    padding: 30px;
    margin-bottom: 20px;
}
.careerDropDowns {
    display: flex;
    justify-content: space-around;
}
div#individualCareerContainer {
    margin-bottom: 20px;
	cursor: pointer;
}