/* CUSTOMIZED SITE BASE CSS */

p {
	margin-bottom: 1em;
	line-height: 1.5em;
}

.text-center { 
	text-align: center;
}

.fsize8 { font-size: 8pt; }
.fsize9 { font-size: 9pt; }
.fsize10 { font-size: 10pt; }
.fsize11 { font-size: 11pt; }
.fsize12 { font-size: 12pt; }

.Footer-logo { width: 80px; }

.Footer a { color: #FFF; }

.t-Pac {
	/*font-family: Arial, Lucida Grande, sans-serif;*/
}

.u-padding-r-all > *, .u-margin-r-all > *, .u-padding-r-top > *, .u-margin-r-top > *, .u-padding-r-bottom > *, .u-margin-r-bottom > *, .u-padding-r-left > *, .u-margin-r-left > *, .u-padding-r-right > *, .u-margin-r-right > *, .Accordion--default .Accordion-header > *, .Entrypoint-item > *, .Form-input.Form-input:focus + [role="tooltip"] > *, .Hero-content > *, .Leads-link > *, .Linklist-link > *, .Linklist a > *, .Megamenu--default .Megamenu-subnavGroup > li > *, .Megamenu--default .Megamenu-area > *, .Table td > *, .Table th > *, .Timeline-point > *, .Timeline-point-content > *, .Timeline-content > *, .Footer-block > *, .Footer-links > *, .Header-owner > *, .Spid-button > img > *, .Spid-idp > * {
	font-size: large;
}

.newsListContainer {
	width: 99%;
}

.newsListImgContainer {
	min-height: 240px;
	max-height: 240px;
	overflow: hidden;
	background: #F0F0F0;
}

.newsListImgContainer img {
	position: relative;
	top: 50%;
}

img.u-sizeAuto {
	width: auto !important;
	height: auto !important;
	max-width: 760px;
	max-height: 550px;
}

.img-center {
	text-align: center;
}

.Grid--withGutter > .Grid-cellwithpadding {
	padding: 1em 2em 1em 2em;
}

.u-md-size11of12 {
	width: 99% !important;
}

.main ul, .main ol { padding-left: 40px; list-style: inherit; }
.main ul { list-style: circle; }
.main ol { list-style: decimal; }

/* GALLERY */

.fullCarousel {
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	transition: all 250ms linear;
	top: 0;
	left: 0;
}

.Hero {
	border: 2px solid #F9F9F9;
	/*height: auto !important;*/
}

.Hero-content {
	/*opacity: 1 !important;
	background-color: rgba(255,255,255,0.92) !important;*/
}

.herobg {
	min-height: 30em; background-position: center center; background-repeat: no-repeat; background-size: 100% auto;	
}

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

	.Header-logo img {
		height: auto;
		width: auto;
		max-height: 9.5rem;
		max-width: 9.5rem;
		transition: all 250ms linear;
	}

	/*
	.Hero-content {
		margin-left: 1em !important;
		width: 35% !important;
		transition: all 250ms linear;
	}
	*/
}


@media screen and (min-width: 992px) and (max-width: 1365px) {

	img.u-sizeAuto {
		width: auto !important;
		height: auto !important;
		max-width: 650px;
		max-height: 450px;
	}

	.Header-logo img {
		height: auto;
		width: auto;
		max-height: 9.5rem;
		max-width: 9.5rem;
		transition: all 250ms linear;
	}

	.u-text-h2 {
    	font-size: 3.0rem !important;
	}

	/*
	.Hero-content {
		margin-left: 1em !important;
		width: 35% !important;
		transition: all 250ms linear;
	}
	*/
}


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

	.hideonresize {
		display: none;
		transition: all 250ms linear;
	}

	.Header-logo img {
		height: auto;
		width: auto;
		max-height: 9.5rem;
		max-width: 9.5rem;
		transition: all 250ms linear;
	}

	.u-text-h2 {
    	font-size: 2.8rem !important;
	}

	/*
	.Hero-content {
		margin-left: 1em !important;
		width: 50% !important;
		transition: all 250ms linear;
	}
	*/
}


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

	img.u-sizeAuto {
		width: auto !important;
		height: auto !important;
		max-width: 440px;
		max-height: 280px;
	}

	.Header-logo img {
		max-width: 7rem !important;
		max-height: 7rem !important;
		transition: all 250ms linear;
	}

	.u-text-h2 {
    	font-size: 2.5rem !important;
	}

	.Hero {}

	.hideonresize {
		display: none;
		transition: all 250ms linear;
	}

	.herobg {
		min-height: 10em;
	}

	/*
	.Hero-content {
		bottom: 0% !important;
		display: block;
		transition: all 250ms linear;
	}
	*/
}

