:root {
	--logo-dark: #0c3a5c;
	--logo-light: #1c91d2;
	--ccga-gold: #f0ca00;
	--ccga-green: #afbc22;
	--ccga-grey: #5f6062;
	--action-color: #FFFFCC;
	--blue-back: #105A93;
	--link-color: #1c91d2;
}
body {
	padding: 0;
	margin: 0;
	background: #fff;
	font-family: 'Montserrat', Arial, sans-serif;
	color: #333;
}
strong, bold {
	font-family: 'MontserratBold', Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
}
em {
	font-family: 'MontserratItalic', Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
}
strong em {
	font-family: 'MontserratBoldItalic', Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
}
h1, h2, h3 {
	padding: 0;
	margin: 5px 0 10px 0;
}
h2, h3 {
	margin-bottom: 5px;
}
h5 {
	font-size: 130%;
	font-style: italic;
	color: #0085cc;
	margin: 5px 0 10px 0;
	font-weight: bold;
}
h6 {
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0 5px 0;
	font-size: 120%;
	letter-spacing: .1em;
}
#pageContainer {
	position: relative;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	box-sizing: border-box;
/*	background: rgb(1,25,87);
	background: -moz-linear-gradient(rgba(255,255,255,1) 35%, #ccc);
	background: -webkit-linear-gradient(rgba(255,255,255,1) 35%, #ccc);
	background: linear-gradient(rgba(255,255,255,1) 35%, #ccc);
/*	background: url('../images/abstract.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; */
}
#overlay {
	position: fixed;
	display: none;
	height: 100vh;
	width: 100vw;
	background: rgba(200,200,210,0.6);
	z-index: 15;
	animation: backBlur forwards .5s ease-in-out;
}
@keyframes backBlur {
	from { -webkit-backdrop-filter: blur(0px); backdrop-filter: blur(0px); background: rgba(100,100,110,0); }
	to { -webkit-backdrop-filter: blur(9px); backdrop-filter: blur(9px); background: rgba(100,100,110,0.4); }
}
.opop, .opop2 {
	position: fixed;
	display: none;
	max-height: 80vh;
	max-width: 95vw;
	overflow: hidden;
	overflow-y: auto;
	background: #fff;
	padding: 25px;
	border-radius: 4px;
	box-shadow: 2px 2px 2px #000;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0.95);
	z-index: 20;
	line-height: 1.7em;
	transition: all 0.2s ease-in-out;
}
.opop2 {
	padding: 0;
	overflow: hidden;
	height: 85vh;
	min-width: 60vw;
	box-sizing: border-box;
	z-index: 24;
	padding: 0;
	border-bottom: 5px ridge #ddd;
	background: #fff;
}
.opop.spop, .opop2.spop {
	box-shadow: 25px 25px 20px rgba(0,0,0,0.4);
	transform: translate(-50%,-50%) scale(1);
	transition: all 0.4s ease-in-out;
}
.opop2bar {
	width: 100%;
	height: 30px;
	background: #ddd;
	position: sticky;
	top: 0;
	margin: 0;
	z-index: 25;
	box-shadow: inset 0 3px 5px rgba(255,255,255,0.8), inset 0 -3px 5px rgba(0,0,0,0.4), 0 2px 3px rgba(0,0,0,0.7);
	text-align: right;
	box-sizing: border-box;
}
.opop2button {
	background: #ddd;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	padding: 0;
	display: inline-block;
	border-left: 2px solid #999;
	cursor: pointer;
	box-shadow: inset 0 3px 5px rgba(255,255,255,0.8), inset 0 -3px 5px rgba(0,0,0,0.4);
	box-sizing: border-box;
}
.opop2button:hover {
	background: #e6f6ff;	
}
.opop2button:active {
	transform: translateY(1px);
	box-shadow: inset 0 -3px 5px rgba(255,255,255,0.8), inset 0 3px 5px rgba(0,0,0,0.4), 0 1px 1px #000;
}
.opop2Content {
	border-right: 5px ridge #ddd;
	border-left: 5px ridge #ddd;
	padding: 25px;
	width: 100%;
	overflow-y: auto;
	box-sizing: border-box;
}
label.uniform {
	display: inline-block;
	width: 200px;
	text-align: right;
	margin-right: 15px;
}
a, a.outlink {
	text-decoration: none;
	color: var(--link-color);
	font-weight: bold;
}
a:hover, a.outlink:hover {
	background: var(--link-color);
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
a:active, a.outlink:active {
	background: #003965;
	text-shadow: none;
}
/*#header1Div {
	position: absolute;
	top:0;
	left: 0;
	background: var(--logo-dark);
	height: 40px;
	width: 100vw;
	box-sizing: border-box;
} */
#header2Div, #faderDiv {
	position: absolute;
	top: 0;
	left: 0;
	height: 130px;
	width: 100vw;
	box-sizing: border-box;
	z-index: 2;
}
#faderDiv {
	z-index: 0;
	background-image: linear-gradient(to right, #fff 35%, var(--logo-dark) 65%);
	animation-name: slideRight;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}
@keyframes slideRight {
	from { left: 1920px;}
	to { left: 0;}
}
#headerDivContent {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 130px;
	width: 1200px;
	box-sizing: border-box;
	line-height: 130px;
}
#logoImg {
	height: 115px;
	margin-left: -65px;
	margin-top: 10px;
	cursor: pointer;
}
#deptDiv {
	position: absolute;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1.2em;
	font-size: 200%;
	color: #fff;
}
#breadCrumbDiv {
	position: absolute;
	width: 1200px;
	box-sizing: border-box;
	top: 130px;
	left: 50%;
	transform: translateX(-50%);
	height: 75px;
	padding: 0 25px 0 25px;
	background: #fff;
	box-shadow: 0 10px 10px 5px rgba(255,255,255,0.8);
	z-index: 2;
}
#bcContent {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1.2em;
	box-sizing: border-box;
}
#mainContentDiv {
	overflow: hidden;
	position: absolute;
	height: calc(100% - 205px);
	top: 205px;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
	box-sizing: border-box;
	z-index: 1;
	transition: all .5s ease-in-out;
	padding: 25px;
	width: 1200px;
	background: #fff;
	overflow-y: auto;
}
#mainContentDiv.expanded {
	width: 100vw;
}
#footer {
	display: inline-block;
	position: fixed;
	width: 30px;
	bottom: 0;
	left: 0;
	background: rgba(0,84,128,0.7);
	color: #fff;
	padding: 5px 0px 5px 5px;
	text-shadow: 1px 1px 1px #000;
	overflow: hidden;
	white-space: nowrap;
	border-radius: 0 5px 0 0;
	z-index: 3;
}
#ftShow {
	cursor: pointer;
	vertical-align: center;
	margin: 3px 5px 3px 5px;
}
.categoryDiv {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	min-height: 250px;
	margin: 25px 20px 25px 0;
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
	text-align: left;
	opacity: 0;
	transform: scale(0.9);
	box-shadow: inset -2px -2px 8px -4px rgba(0,0,0,0.3);
}
.categoryDiv.open {
	opacity: 1;
	transform: scale(1);
	transition: all .3s ease-in-out;
}	
.summaryDiv, .summary2Div {
	display: inline-block;
	vertical-align: top;
	width: 60%;
	margin: 0 35px 35px 0;
	box-sizing: border-box;
	font-size: 110%;
}
.summary2Div {
	width: 35%;
	background: #eee;
	padding: 20px;
	font-size: 90%;
	margin: 0;
}
.summaryDiv > hr {
	border: 5px solid var(--logo-dark);
	border-radius: 10px 0 10px 0;
}
.faqAnswer {
	display: none;
	padding: 20px 25px 20px 25px;
	box-sizing: border-box;
	margin-bottom: 10px;
	background: #f6f6ff;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.25);
}

button.goldLarge {
	background: var(--ccga-gold);
	box-sizing: border-box;
	padding: 15px 40px 15px 40px;
	font-size: 120%;
	border: none;
	cursor: pointer;
}
#subTicket {
	position: absolute;
	top: 50%;
	right: -65px;
	transform: translateY(-50%);
}

#submenu1 {
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
#submenu1 > li {
	width: calc(25% - 9px);
	background: var(--ccga-green);
	display: inline-block;
	box-sizing: border-box;
	margin-right: 7px;
	text-align: center;
	font-size: 115%;
	padding: 10px 0 10px 0;
	cursor: pointer;
	color: #000;
}

#submenu2 {
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
#submenu2 > li {
	width: calc(33% - 4px);
	background: var(--logo-dark);
	display: inline-block;
	box-sizing: border-box;
	margin-right: 7px;
	text-align: center;
	font-size: 140%;
	padding: 80px 0 80px 0;
	cursor: pointer;
	color: #fff;
}
#submenu1 > li:last-child, #submenu2 > li:last-child {
	margin-right: 0px;
}
.popMenu {
	display: none;
	position: absolute;
	padding: 0;
	margin: 0;
	width: 200px;
	z-index: 15;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	box-sizing: border-box;
}
.popMenu > li {
	display: inline-block;
	width: 200px;
	background: var(--ccga-grey);
	margin: 0;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	box-sizing: border-box;
}
.fa-caret-right {
	transform: rotate(0deg);
	transition: all .1s ease-in-out;
}
.fa-caret-right.turndown {
	transform: rotate(90deg);
	transition: all .1s ease-in-out;
}

#welcomeDiv {
	position: relative;
	background: var(--logo-dark);
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	width: 100%;
	height: 250px;
	margin: 20px 0 20px 0;
}
#welcomeDivContent {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
}

button.goldLarge:hover, #submenu1 > li:hover, .popMenu > li:hover {
	filter: brightness(1.15);
/*	box-shadow: inset 1px 3px 3px rgba(255,255,255,0.8), inset -1px -3px 3px rgba(0,0,0,0.4);
	transition: all .1s ease-in-out; */
}
button.goldLarge:active, #submenu1 > li:active, .popMenu > li:active {
	filter: brightness(0.95);
/*	box-shadow: inset -1px -3px 3px rgba(255,255,255,0.8), inset 1px 3px 3px rgba(0,0,0,0.4);
	transition: all 0s; */
}
#submenu2 > li:hover {
	filter: brightness(1.6);
}
#submenu2 > li:active {
	filter: brightness(1.2);
}


@media (max-width: 1200px) {
	#headerDivContent, #breadCrumbDiv, #mainContentDiv {
		width: 100vw;
	}
	#logoImg {
		margin-left: 15px;
	}
	#subTicket {
		right: 15px;
	}
}
@media (max-width: 1000px) {
	.categoryDiv {
		width: 95%;
		margin: 25px 0 25px 0;
	}
	#faderDiv {
		background: #fff;
	}
	#deptDiv {
		color: #000;
	}
}
@media (max-width: 700px) {
	.summaryDiv, .summary2Div {
		width: 100%;
	}
}
@media (max-width: 650px) {
	#deptDiv {
		max-width: 50%;
		text-align: right;
	}
}