/* STEALING GRAPHICS FOR HEADER -- via deploy-time pass of buildutils/python/process_vhosts.py
/* url(/graphics/headers/HLAClogoheader.png);*/
/* url(/graphics/images/HLACSearchIcon.png);*/

body {
	margin: 0;
	font: normal 16px/20px 'Open Sans', Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	color: #000033;
	background-color:#FFF;
	}

a, a:visited, a:active  {
	color: #01598b;
	text-decoration: underline;
	background-color: inherit;
    }
a:hover {
    color: #328cc8;
    text-decoration: none;
	background-color: inherit;
    }

#mastertable {
	max-width:1700px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	font: normal 16px/20px 'Open Sans', Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	color: #000033;
	}

#toptable {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 50px;
	padding-left: 5px;
	}

#reducetable {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	}

.languageLinkPadding {
	float: right;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}
@media all and (max-width: 1175px) {
	.languageLinkPadding {
		padding-top: 0px;
		margin-top: -10px;
	}
}
.index,
.CMSHead,
.CMSContainer,
.LACFooter,
.standardFooter {
	padding: 5px;
}

.light.standardFooter {
	color: #595959 !important;
}

.index {
	margin-bottom: 0;
	background-color: #13294b;
}

.welcomeLAC {
	text-align:center;
	max-width:940px;
	margin:auto;
}
.welcomeLAC a {
	color: white;
	font-size:120%;
	font-weight:bold;
}
.welcomeHead,
.welcomeSubHead,
.welcomeContact {
	color:white;
}
.welcomeHead {
	line-height:125%;
	font-size:170%;
	margin:auto;
	margin-top:35px;
	margin-bottom:10px;
}
.welcomeSubHead {
	font-size:115%;
}
.welcomeLAC > div > div {
	line-height:1.5;
}
.welcomeContact {
	margin:20px 0;
	font-size:130%;
}

.CMSHead {
	background-color:#091c40;
	text-align:center;
	color:white;
	text-transform:uppercase;
}
.CMSHead > h1 {
	font-size:200%;
	margin:15px 0;
}
.CMSHead span {
	color:#6ab334;
}
.CMSContainer {
	margin-bottom:10px;
	padding-bottom:100px;
	background-color:#13294b;
	position:relative;
	top:-1px;
}

.cmsArray {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-evenly;
	max-width:960px;
	margin:auto;
	margin-top:30px;
}
.cmsTile {
	flex:1 1 300px;
	margin:7px 2px;
	max-width:305px;
	height: 300px;
	border: 1px solid white;
	background-color: #888b8d;
	color:white;
}
.cmsTileInner {
	height: 100%;
	position: relative;
	background-size: cover;
	background-position: center;
	overflow: hidden; /* trims overlays at edges */
}
.cmsTileInner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,.55) 0%,
    rgba(0,0,0,.35) 50%,
    rgba(0,0,0,0) 100%
  );
  pointer-events: none;
  z-index: 0;
}

.cmsTileTitle {
  position: absolute;
  top: 0; left: 0; right: 0;
  padding: 20px 15px 50px;
  color: #fff;
  text-align: center;
  font-size: 110%;
  line-height: 1.4;
  font-weight: bold;
  z-index: 0;
  text-shadow: 0 1px 2px rgba(0,0,0,.35);
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .60) 32%, rgba(0, 0, 0, 0) 53%);
}

.sticky .cmsTileTitle {
	font-size:130%;
}
.cmsSuperTitle {
	font-size:130%;
	color:inherit;
}
.cmsSubTitle {
	font-size:90%;
	font-weight:bold;
	color:inherit;
}
.cmsLink {
	position:absolute;
	bottom:20px;
	left:50%;
}
.cmsLink a {
	display:block;
	margin:auto;
	width:110px;
	padding:15px;
	color:white;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	background-color:#13294b;
	position:relative;
	left:-50%;
}
.cmsLink a:hover {
	background-color:#20447d;
}

h1 {
	font-size: 22px;
	}

#paintTitle {
	color: #328cc8;
	border-bottom: solid 1px #328cc8;
	background-color: inherit;
	}

.paintTitle {
	color: #328cc8;
	border-bottom: solid 1px #328cc8;
	background-color: inherit;
	}

.paintTitle2 {
	color: #328cc8;
	border-bottom: solid 1px #328cc8;
	background-color: inherit;
	}

.paintTitleH2 {
	color: #328cc8;
	border-bottom: solid 1px #328cc8;
	font-size: 16px;
	background-color: inherit;
	}

.footerstrip
{
	background-color: inherit;
}

.LACFooter {
	padding-bottom:40px;
	padding-top:30px;
	background-color:#e2e2e2;
	}
.LACFooter > div:first-child {
	display:flex;
	flex-wrap:wrap;
	max-width:1125px;
	margin: 0 auto;
	}
.LACFooter > div:first-child > div {
	flex:1 1 400px;
	}
.LACFooter a {
	color:#13294b;
	}
.footerNav {
	display:flex;
	flex-wrap:wrap;
	align-content: flex-start;
	line-height:175%;
	}
.footerNav > div {
	flex:1 1 13%;
    padding: 0 20px;
	}
.footerNav > div:last-child {
	flex-basis:90px;
	}
.footerNav ul {
    margin: 0;
    padding: 0;
	}
.footerNav li {
    white-space: nowrap;
    list-style-type: none;
	}
.footNavHead {
	color:#13294b;
	font-weight:700;
	}

.standardFooter {
	font-size:75%;
	line-height:2.5;
	background-color:#e2e2e2;
	}
.standardFooter a {
	color:black;
}
.standardFooter img {
	background-color:#FFF;
}
.LACSponsor {
	background-color:white;
	padding:10px;
}
/*Text Search Styling*/

.LACTextSearchContainer form > div {
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	margin: 10px 0;
}

.LACTextSearchContainer .tsTextboxClass {
	border:none;
	height:36px;
	width: calc(100% - 60px);
}

.LACTextSearchContainer .tsSubmitClass {
	height:34px;
	width:initial;
	background:white;
	border:none;
	padding:2px 10px 4px 0;
}
.tsSuggest {
	flex-basis: 100%;
	background: white;
	color: #111;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: -25px;
	z-index:99;
}
.tsSuggest > ul {
	margin: 2px;
	padding: 0px;
	list-style-type: none;
	-webkit-columns: 4 150px;
	-moz-columns: 4 150px;
	columns: 4 150px;
}
.tsMessage {
	margin-bottom:-10px;
}
.tsPlaceholder {
	font-style: normal !important;
	font-weight: bold;
	padding-left: 14px !important;
}

.textWrapper {
	background:url(/graphics/images/HLAChero.jpg) no-repeat;
	background-size: cover;
	background-position-x: center;
	background-position-y: top;
}

.textContainer {
	width:94%;
	padding: 10% 3%;
}
.textFlex {
	display:flex;
	flex-direction:column;
	color:white;
	background-color: rgba(9,28,64,0.8);
	padding:2%;
	max-width: 750px;
	margin: 0 auto;
}
.textTitle {
	font-size: 52px;
	font-weight:700;
	line-height: 45px;
	padding: 10px 0;
	margin-left: -3px;
}
.bottomLinks {
	display: flex;
	flex-wrap: wrap;
}
.searchTips {
	padding-top:10px;
	text-decoration:underline;
	display: inline-block;
}
.searchTips a {
	color:white;
	font-size: 14px;
}

@media all and (max-width: 600px) {
	.textContainer .textTitle {
		display:none;
	}
	.LACTextSearchContainer .tsTextboxClass {
		width:80%
	}
	.LACTextSearchContainer .tsLabel {
		width:100%;
	}
	.searchTips {
		padding-top:2px;
	}
}

/*CMS Styling*/
.cmsTiles {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	max-width: 1200px;
}
.cmsTiles > div {
	flex: 1 1 390px;
    min-height: 390px;
    max-width: 390px;
    margin: 5px;
    background-size: cover !important;
}
.plate {
	color:#FFF;
	overflow: hidden;
	height:100%;
	max-height:40ch;
}
.plateContent {
	display: flex !important;
    flex-wrap: wrap;
    height: 60%;
    align-items: flex-end;
    padding-top: 30%;
}
.plateContent > span {
	flex:1 1 100%;
}
.plateTitle {
	font-weight:bold;
	font-size:200%;
	line-height:115%;
	padding-bottom:5px;
}
.plateIntro {
	font-size:90%;
	padding-bottom:5px;
}
.cmsTiles a span {
	display:block;
}
.cmsTiles .cmsArticles a {
	text-decoration:none;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.9));
	background-position: center bottom;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: calc(100% - 40px);
	padding:20px;
}
.cmsTiles .cmsArticles a:hover {
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
	background-size: 100% 233%;
}
.cmsTiles .cmsArticles a > span {
	flex: 1 1 auto;
}
.cmsTiles .cmsStickies a {
	text-decoration:none;
	color:#FFF;
	text-align:center;
	display:block;
	height: calc(100% - 40px);
	padding:20px;
}
.stickyPlate {
	display:flex !important;
	flex-direction:column;
	justify-content:center;
	height:100%;
}
.stickyPlate > span {
	flex: 1 1 auto;
}
.stickyHeadSpace {
	height:15%;
}
.stickyTitle {
	font-size:140%;
	line-height:140%;
	font-weight:700;
	height:40%;
}
.stickyButtonWrapper {
	height:20%;
}
.stickyButton {
	padding:15px;
	border:1px solid #FFF;
	border-radius:6px;
	width:50%;
	font-size: 110%;
	margin:5px auto;
}
.cmsStickies a:hover .stickyButton {
	background-color:#FFF;
	color:#328cc8;
}

.SFnavcontainer {
	font-size:90%;
}

.trainings-row {
    display: flex;
    justify-content: center;
}

.trainings-container {
	max-width: 780px;
	padding: 0 20px;
}

.trainings-container .header {
	font-size: 24px;
	line-height: 1.2;
}

.trainings-container ul {
	padding-left: 20px;
	margin: 10px 0 16px;
}

.trainings-container ul li {
	margin-bottom: 10px;
}

.panels {
    display: flex;
    flex-wrap: wrap;
	gap: 1rem;
    justify-content: center;
    margin: 0 auto;
    max-width: 1200px;
}
.colPanel {
    background-color: #20447D;
    padding: 22px 20px 30px;
    text-align: center;
    border: 1px solid white;
    max-width: 420px;
}

.colPanel p {
	color: #fff;
	font-size: 15px;
}
.colPanel p.panelTitle {
	font-weight: bold;
	font-size: 22px;
    margin: 0;
	line-height: normal;
}

.colPanel .panelBtn {
	margin-top: 30px;
}
.colPanel .panelBtn a{
    padding: 8px 27px;
    border-radius: 6px;
    font-size: 18px;
    margin: 5px auto;
    font-weight: bold;
    background-color: #fff;
	color:#20447D;
	text-transform: uppercase;
	text-decoration: none;
}

.colPanel #bell.panelBtn a{
    background: url(/graphics/images/Bell_icon.svg) no-repeat;
    background-position-y: center;
    background-position-x: 183px;
    background-color: #fff;
    padding-right: 57px;
}
.colPanel .panelBtn a:hover,
.colPanel #bell.panelBtn a:hover {
	background-color: #E9A821;
	color: #000;
}
