/************** OVERALL PAGE *******************/
.page-content {
	background-color: #fff;
/*
	background-size: 15px 15px;
	background-image: repeating-linear-gradient(45deg, rgba(11, 35, 65, 0.02) 0, rgba(11, 35, 65, 0.02) 3px, #fff 0, #fff 50%);
*/
/*		 background: #f6f6f6;*/
/*
	position: relative;
	isolation: isolate;
*/
	
}
.content_row{
	max-width: 2500px;
	margin: 0 auto;
}
#gdpr .alert p {
    font-size: .9em;
	color: #fff !important;
}
h1 {
	font-size: 2rem;
	font-weight: 800;
	text-transform: uppercase;
}
h2.section-header {
	font-size: 2rem;
	border-bottom: 3px solid #e86100;
}
h3.section-header {
		font-size: 1.6rem;
}
h4.section-header {
	font-size: 1.3rem;
}
p {
	font-size: 1.25rem;
	font-weight: 300;
}
/***********************************************/

/*************** TITLE(HEADERS) STYLES ******************/
.two-bars, .bar-right-bottom {
	margin: 45px 0 24px;
}

/********************************************************/

/************** BACKGROUND WRAPPERS/SEPARATORS ********************/
.plain-white-bg {
	background-color: #fff;
}
.white-bg {
	background-color: rgba(255, 255, 255, 0.6);
}
.grey-bg {
	background-color: rgba(225, 225, 225, .4);
}
.vertical {
    height: 35vh !important;
    width: 1.5px !important;
    border-width:0 !important;
    background-color:rgba(0, 0, 0, .2) !important;
	color: rgba(0, 0, 0, .2);
	margin: 0 auto;

}
/*******************************************************/

/************ ACCORDION STYLE **********/
.accordion-item {
	border-color: #6d7b8d;
	border-bottom-style: dotted;
	border-width: .5px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.accordion-button::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23cc4e0b' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E");
	background-size: 1.75rem;
	width: 1.75rem;
	height: 1.75rem;
}

.accordion-button:hover::after  {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='%230b2341' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E");
	background-size: 1.75rem;
	width: 1.75rem;
	height: 1.75rem;
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='%230b2341' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8'/%3E%3C/svg%3E");
	background-size: 1.75rem;
	width: 1.75rem;
	height: 1.75rem;
	border-bottom: none;	
	position: relative;
	z-index: 5;
}

.accordion-button:not(.collapsed){
	box-shadow: none;
}

.accordion-button:not(.collapsed)::after .accordion-item  {
	border-color: #0b2341;
}

.accordion-button {
	font-size: 1.4rem;
}

.accordion-button h5 {
	color: #0b2341;
	font-size: 1.3rem;
}
.accordion-flush .accordion-item {
	vertical-align: middle;
	position: relative;
	border-radius: 4px;
	transform:  translateZ(0);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transition-property: color;
	-webkit-transition-property: color;
	-moz-transition-property: color;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	
}

.accordion-flush .accordion-item::before {
	content: "";
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	right: 99.5%;
	bottom: 0;
	background: #0b2341;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	
	transform-origin: 0 50%;
	-webkit-transition-origin: 0 50%;
	-moz-transition-origin: 0 50%;
	
	transition-property: transform;
	-webkit-transition-property: transform;
	-moz-transition-property: transform;
	
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	
	transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
}
.accordion-flush .accordion-item:hover::before {
	transform: scaleX(1);
}

.accordion-button {
	background: #fff;
	vertical-align: middle;
	color: #0b2341;
	
  	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  	position: relative;
  	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
	.accordion-button:not(.collapsed) {
	vertical-align: middle;
	color: #0b2341;
  	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  	position: relative;
  	
}

.accordion-button.collapsed::before {
	content: "";
  	position: absolute;
  	top: 0;
	bottom: 0;
	right: 100%;
  	left: 0;
	background-color: #f6f6f6;
	opacity: 0;
	z-index: -1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
	
.accordion-button:not(.collapsed)::before{
	content: "";
  	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
  	left: 0;
	background-color: #f6f6f6;
	opacity: 1;
	z-index: -1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	 		
}
.accordion-body {
	background-color: #f6f6f6;
}
.accordion-button:hover {
	color: #0b2341;
}
.accordion-button.collapsed:hover::before {
	left: 0;
	right: 0;
	opacity: 1;
}

.accordion-button:focus {
   box-shadow: none;
   border-color: #f6f6f6;
}

/*********************************************************************/

/************************* DIAGONAL CORNERS *************************/

.sect-diagonal{
	background: transparent;
	position: relative;
	isolation: isolate;
}
.sect-diagonal:before {
	content: '';
	background: #0b2341;
	clip-path: polygon(100% 0, 50% 0, 50% 100%, 100% 100%);
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	inset: 1;
	transform: skew(var(--skew-angle));
	transform-origin: bottom;
	border: none;
}
.sect-diagonal:after {
	content: '';
	background: #d8dbe4;
	clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
	position: absolute;
 	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	inset: 0;
	transform: skew(var(--skew-angle));
	transform-origin: bottom;
	border: none;
}
.footer-info, .footer-title {
	position: relative !important;
	z-index: 5 !important;
	color: #fff !important;
}

/**********************************************************************/

/******************** RESPONSIVE SIZING ******************************/

@media screen and (min-width: 768px) {
/*
	.page-content {
		border-right: 0.9375rem solid #e7e9ec;
        border-left: 0.9375rem solid #e7e9ec;
	}
*/
}
@media (min-width: 1200px) {
	.two-bars h2.section-header, .bar-right-bottom h1.title {
		border-bottom: none;
	}
	.two-bars h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem; 
/*  letter-spacing: 1px;*/
  font-weight: 800;
  color: #0b2341;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 20px 0;
  grid-gap: 22px;
}
	
	.bar-right-bottom h1 {
		text-align: left;
  		text-transform: uppercase;
  		font-size: 2.5rem; 
  		font-weight: 800;
  		color: #0b2341;
  		display: grid;
  		grid-template-columns: 0fr auto 1fr;
  		grid-template-rows: 35px 0;
  		grid-gap: 0px 5px;
	}
	.bar-right-bottom h1:after, .bar-right-bottom h1:before {
		content: '';
		display: block;
		border-bottom: 3px solid #0b2341;
		background-color: transparent;
	}

.two-bars h2:after,.two-bars h2:before{
  content: " ";
  display: block;
  border-bottom: 3px solid  #e86100;
  background-color: transparent;
}
	
	
}

@media (min-width: 1440px) {
	.parking-map {
		height: 450px;
	}
}

@media screen and (min-width: 2500px) {
		h2.section-header {
			font-size: 1.75rem !important;
		}
		h3.section-header {
		font-size: 1.45rem !important;
		}
}

@media screen and (max-width: 1440px) {
	.two-bars {
		margin: 45px 0 0px 0;
	}
	.bar-right-bottom {
		margin: 45px 0 0px 0;
	}
	.parking-map {
		height: 450px;
	}
}


	
@media screen and (max-width: 1200px) {	
	.page-content .content_row {
			padding: 2% 5%;
	}
	.sect-diagonal:before {
		clip-path: polygon(100% 20%, 0 20%, 0 100%, 100% 100%)!important;
		width: 100% !important;	
		z-index: -1;
	}
	.sect-diagonal:after {
		clip-path: polygon(0 0, 100% 0%, 100% 50%, 0 50%) !important;
		 width: 100% !important;	
		z-index: -1;
	}
	.footer-info, .footer-title {
		position: relative !important;
		z-index: 5 !important;
	}
		
	.footer-title {
		color: #fff !important;
	}
	.parking-map {
		height: 400px;
	}
	
	h1 {
		font-size: 1.75rem;
		
	}
	h2.section-header {
    	font-size: 1.75rem;
	}
	h3.section-header {
		font-size: 1.3rem;
	}
}
	
@media screen and (max-width: 996px) {	
	.sect-diagonal:before {
		clip-path: polygon(100% 40%, 0 40%, 0 100%, 100% 100%)!important;
		width: 100% !important;	
		z-index: -1;
	}
	.sect-diagonal:after {
		clip-path: polygon(0 0, 100% 0%, 100% 51%, 0 51%) !important;
		width: 100% !important;	
		z-index: -1;
	}
	.footer-info, .footer-title {
		position: relative !important;
		z-index: 5 !important;
	}
	.footer-title {
		color: #fff !important;
	}
	.parking-map {
		height: 400px;
	}
		
}

@media screen and (max-width: 768px) {

	
	.sect-diagonal:before {
		clip-path: polygon(100% 45%, 0 45%, 0 100%, 100% 100%)!important;
		width: 100% !important;	
		z-index: -1;
	}
	.sect-diagonal:after {
		clip-path: polygon(0 0, 100% 0%, 100% 55%, 0 55%) !important;
		width: 100% !important;	
		z-index: -1;
	}
	.parking-map {
		height: 400px;
	}
	
}

@media screen and (max-width: 556px) {

	.sect-diagonal:before {
		clip-path: polygon(100% 45%, 0 45%, 0 100%, 100% 100%)!important;
		width: 100% !important;	
		z-index: -1;
	}
	.sect-diagonal:after {
		clip-path: polygon(0 0, 100% 0%, 100% 65%, 0 65%) !important;
		width: 100% !important;	
		z-index: -1;
	}
	.parking-map {
		height: 250px;
	}
	
}

@media screen and (max-width: 390px) {
		
	.sect-diagonal:before {
		clip-path: polygon(100% 40%, 0 40%, 0 100%, 100% 100%)!important;
		width: 100% !important;	
		z-index: -1;
	}
	.sect-diagonal:after {
		clip-path: polygon(0 0, 100% 0%, 100% 70%, 0 70%) !important;
		width: 100% !important;	
		z-index: -1;
	}
	.parking-map {
		height: 250px;
	}
	
}
/*********************************************************************/