


.OrangeButton {
	color:#fff!important;
	background-color:#CE4C09;
	padding: 13px 20px;
	font-weight:bold;
	display:inline-block;
	text-decoration: none !important;
}
.OrangeButton:hover, .OrangeButton:active, .OrangeButton:focus {
	background-color: #9f3600;
	text-decoration:none;
}
a.OrangeButton span, a.OrangeButton i {
	margin-left: 10px;
}

.no-scroll { overflow: hidden; height: 100%; }

div:has(.g-recaptcha-bubble-arrow) {
	top: 250px !important;
	/* left: 25% !important; */
}

/* headings */
.blue-heading {
	color: #004881;
	font:normal normal 900 20px myriad-pro !important;
	margin-bottom: 10px;
}
.submission-heading { 
	font: normal normal 700 27px myriad-pro;
	margin-bottom: 20px;
}
.modal-main .contact-heading {
	margin-top: 35px;
}
.modal-side-nav h3, .contact-heading {
	/* 	margin-top: 35px; */
	margin-bottom: 20px;
	padding-bottom: 7px;
	border-bottom: 3px solid #D9D9D9;
	color: #000000;
}

/* Buttons */
.cta-btns { display:flex; }
.finish-btn { 
	max-width: 50% !important;
	min-width: unset;
	margin-left: 20px;
}
.submit-another-btn { max-width: 50%!important;}
.SubmitButton:hover { cursor:pointer; }
.SubmitButton { 
	padding: 10px 80px!important;
	margin: 30px auto 0 auto;
	max-width: 350px;
	min-width: unset;
}

/* blue tiles */
.blue-tile-container {
	display:grid;
	grid-template-columns: repeat(5, 1fr);
	grid-auto-rows: 170px;
	grid-gap:20px;
	margin-top: 50px;
}
.blue-tile {
	background-color:#044881;
	padding:20px;
	color:#fff;
	height:100%;
}
.blue-tile img {
	display: block;
	margin-bottom: 20px;
}
.tile-link:hover .blue-tile, .tile-link:focus .blue-tile { background-color: #C85C24; }
.tile-link:hover { text-decoration:none; }

/* red alert message  */
.alert-message-container {
	display:flex;
	justify-content:center;
	margin:50px 0;
}
.alert-message-container div {
	padding:10px 20px;
	background-color:#FFE4E4;
	color:#333;
	text-align: center;
}
.alert-message-container p {
	margin: 0;
	text-align: left;
}
.red-alert-icon {
	color:#C20707;
	margin-right:10px;
}

/* modal */
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
}
.modal-content {
	background-color: white;
	width: 300px;
	width:60vw;
	min-height: 90vh;
	display: flex;
	position: relative;
	padding: 25px 25px 0 25px;
	max-height: calc(80vh - 50px);

	flex-direction: column;
}
.content-body {
	display: flex;
	flex: 1;
	overflow: hidden;
	/* 	height:auto; */
	/* 	height: calc(80vh - 50px); */
}
.close {
	color: #000;
	font-size: 28px;
	font-weight: bold;
	z-index: 3;
	border: none;
	background-color: transparent;
	box-shadow: none;
	padding: 5px;
	margin: 0;
}
.close:hover,
.close:focus, 
.close:active {
	background-color:transparent;
	color: #004881!important;
	text-decoration: none;
	cursor: pointer;
	box-shadow:none;
}
.close-btn[disabled] {
	background-color: transparent;
	color: #333;
}

/* sticky header */
.main-sticky-alert, .side-sticky-alert { display: none; /* Default hidden */ }
.visible { display: block; /* Show when sticky alert should be visible */ }
.side-sticky-alert { bottom: 0; }
.sticky-scroll-down-alert .fa-chevron-down { margin-left: 10px; }

.sticky-header:after {
	content: "";
	width: 100%;
	height: 5px;
	background-color: #F36B25;
	display: block;
	position: relative;
	margin: var(--margin-var);
	margin-top: 15px;
}
.sticky-header {
	width: 100%;
	background-color: #fff;
	z-index: 2;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	letter-spacing: -1.4px;
	color: #313F48;
}
.sticky-header h2 {
	display: inline-block;
	flex: 2;
	margin: 0;
}
.sticky-scroll-down-alert {
	position: sticky;
	/* 	bottom: -21px; */
	bottom:0;
	background-color: #B3D5E7;
	color: #000;
	padding: 10px 15px;
	text-align: center;
	z-index: 2;
	transition: opacity 0.3s;
	width: fit-content;
	margin: 0 auto;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 13px;
	font-weight: bold;
}

/* left main content */
.modal-main {
	flex: 2;
	padding: 20px 0 0 0;
	height:auto;
	overflow-y: auto;
	/* 	height: 100%; */
	/* overflow-y:scroll; */
}
.modal-main .alert-message-container {
	margin: -20px 0 20px 0;
	width: 100%;
}
.modal-main .alert-message-container > div {
	width: 100%;
	display: flex;
	padding: 20px;
}
.modal-main ul li, .modal-main ol li {
	padding: 5px;
}

/* right modal side nav  */
.modal-side-nav {
	background: #F5F7F8;
	position: sticky; 
	height: auto;
	display: flex;
	flex-direction: column;
	margin-left: 5px;
	flex: 1;
}
.modal-side-nav p > a,
.modal-main p > a,
.modal-side-nav > a,
.modal-side-content > a {
	color: #0073AE;
	font-weight: bold;
	text-decoration: underline;
}
.modal-side-nav p > a:hover,
.modal-main p > a:hover,
.modal-side-nav > a:hover,
.modal-side-content > a:hover {
	color: #c99768;
}
.modal-side-content {
	padding: 20px 20px 0 20px;    
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow-y: auto;
}
.modal-side-content > a { display:block; margin: 5px 0; }

/* contact blocks */
.contact-block {
	margin-top: auto;
	display: flex;
	flex-direction: column;
	color: #004881;
}
.contact-block p { margin-bottom: 10px; }
.contact-block ul { list-style: none; }
.contact-block ul li { margin-left: 0px; }

.contact-block ul li a,
.contact-block ul li div,
.department-card ul li a,
.department-card ul li div{
	display: block;
	padding: 5px 5px 5px 25px;
	font: normal normal normal 14px myriad-pro;
	letter-spacing: 0.3px;
	color: #004881;
	position:relative;
}

.contact-block ul li a:before,
.contact-block ul li div:before,
.department-card ul li a:before,
.department-card ul li div:before {
	content: "";
	width: 6px;
	background-color: #004881;
	height: 15px;
	position: absolute;
	display: block;
	vertical-align: middle;
	margin-top: -1px;
	margin-left: -15px;
}

.department-card-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 25px;
}
.department-card-container.definitions {
	padding:10px 15px 30px 15px;
}
.department-card {
	color: #004881;
	padding: 10px 20px;
}
.department-card > p { display: block; position: relative }
.department-card ul { list-style-type: none; }
.department-card ul li { 
	margin: 0; 
	padding: 0;
}
.department-card > p::before {
	content: "";
	width: 6px;
	background-color: #F36B25;
	height: 60px;
	position: absolute;
	display: block;
	margin-left: -15px;
}
.definitions .department-card {
	padding: 5px;
}
.definitions .department-card p {
	padding: 13px 0px 0 21px;
}
.definitions .department-card > div {
	font-size:18px;
	font-weight:bold;
}
.definitions .department-card span {
	display: block;
	margin-top: 10px;
	font: normal normal normal 14px myriad-pro;
	font-weight:bold;
}
.definitions .department-card > p::before {margin-left: -20px;height:100%!important;}

/* form */
/*
#MyClarkFormContainer {
display: flex;
flex-direction: column;
width: 100%;
}

#MyClarkFormContainer > .row {
display: flex;
flex-wrap: wrap;
}
*/

/*  Buttons and links */
.right-arrow-link {
	background-color: #D1E5F0;
	padding: 20px;
	padding-right: 20px;
	margin: 15px 0;
	display: block;
	text-decoration: none !important;
	color: #044881 !important;
	font-size: 18px;
	position: relative;
}
.right-arrow-link::after {
	content: '\f061';
	position: absolute;
	right: 26px;
	top: 17px;
	font-size: 28px;
	line-height: 1;
	font-family: 'Font Awesome 6 Pro';
	color: #044881;
}
.right-arrow-link:hover, .right-arrow-link:focus, .right-arrow-link:hover::after, .right-arrow-link:focus::after {
	background-color: #044881;
	color: #fff !important;
}
.left-arrow-link::before {
	content: '\f060';
	position: absolute;
	left: 5px;
	bottom: 4px;
	font-size: 18px;
	line-height: 1;
	font-family: 'Font Awesome 6 Pro';
	color: #044881;
}
.left-arrow-link {
	position: absolute;
	left: 15px;
	bottom: 20px;
	font-weight: bold;
	padding: 5px 5px 5px 30px;
}
.left-arrow-link:focus::before { color: #fff !important; }

/* submit button container */
#SubmitContainer { margin-top: 40px; margin-bottom:50px;}
#SubmitContainer span {
	text-align: center;
	width: 100%;
	display: inline-block;
	margin: 20px 0;
	font-size: 14px;
}
#SubmitContainer p { text-align: center; }


/* More resources section */
#MoreResourcesContainer { margin-bottom: 70px; }

.more-resources-links {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 10px 25px;
}
.styled-links li {
	margin: 0;
	list-style-type:none;
	padding: 5px 25px 5px 0;
}
.styled-links > li:before{
	content: "";
	width: 6px;
	background-color: #004881;
	height: 20px;
	position: absolute;
	display: block;
	vertical-align: middle;
	margin-top: 3px;
	margin-left: -15px;
}
.styled-links li a {
	font-weight:bold;
	font-size: 20px;
	color: #044881;
}

.styled-links li > a:hover { color:#004881!important; }
.styled-links > li:has(a:hover)::before { background-color: #F36B25!important; }

.mobile-side-nav-btn { display:none; }



/**************************************************************************************/
/* breakpoints */
@media only screen and (min-width:1200px){
	.sticky-scroll-down-alert { bottom: 0; }
}
@media only screen and (max-width:1400px){
	.blue-tile-container {grid-template-columns: repeat(4, 1fr);}	
	.modal-content { width: 70vw; }
}
@media only screen and (max-width:1200px){
	.blue-tile-container {grid-template-columns: repeat(3, 1fr);}
	.more-resources-links { grid-template-columns: repeat(1, 1fr); }
	.modal-side-nav {flex: 2;}
	.modal-main {flex: 3;}
}
@media only screen and (max-width:1050px){
	.blue-tile-container {grid-template-columns: repeat(2, 1fr); }
	.modal-content { width: 85vw; }
}
@media only screen and (max-width:850px){
	.blue-tile-container {grid-template-columns: repeat(1, 1fr);}
	.modal-side-nav {flex: 2;}
	.modal-main {flex: 3;}
	.right-arrow-link { font-size: 16px; }
	.OrangeButton { width: 100%; padding: 10px 35px; }
	.department-card-container { grid-template-columns: 1fr; }	

	.right-arrow-link::after {
		right: 15px;
		top: 21px;
		font-size: 20px;
	}
	.definitions .department-card {
		padding: 10px;
	}
	.department-card-container.definitions {
		padding: 0 0 25px 0;
	}
}
@media only screen and (max-width:768px){
	.content-body {flex-direction: column;}
	.show-modal-side-nav { right: 0!important;; }
	.input-group {margin-left: 25px !important;}
	.input-group::before { left: -37px; }
	#SubmitContainer { margin-left: 25px;}
	.cta-btns { flex-direction: column; }
	.sticky-header h2 { font-size: 30px; }
	.sticky-header { align-items: flex-start; }
	.sticky-scroll-down-alert { /* bottom: -21px;*/ bottom: 0; }

	.modal-content {        
		height: 90vh;
		width:100%;
		max-height: unset; 
		padding: 20px 0 0 15px;
	}
	.modal-content-overlay { position:relative; }
	.modal-content-overlay::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.3);
		z-index: 3;
	}
	.modal-main {
		position: unset;
		flex: 2;
		width: 100%;
		padding: 15px 40px 0 0!important;
	}
	.modal-side-nav {
		position: absolute;
		width: 80%;
		/* 	min-height: 400px; */
		/* 	max-height: 400px; */
		flex: 2;
		right: -80%;
		top: 115px;
		z-index: 1001;
	}
	.mobile-side-nav-btn {
		display:flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		left: -36px;
		top: 0;
		width: 35px;
		height: 75px;
		background-color: #0073AE;
		border-top-left-radius: 7px;
		border-bottom-left-radius: 7px;
		z-index: 1001;
		border: none;
		box-shadow: none;
	}
	.modal-side-content {
		overflow-y: auto;
		display: flex;
		flex-direction: column;
		/* 	max-height: 500px; */
		min-height: 400px;
	}
	.close-btn-icon {
		color: #fff;
		font-size: 25px;
	}
	.close-btn {		
		padding: 5px;
		margin: 0 10px;
	}
	.info-btn-icon {
		font-size: 30px;
		--fa-primary-color: #ffffff;
		--fa-primary-opacity: 1;
		--fa-secondary-color: #044881;
		--fa-secondary-opacity: 1;
	}
	.submit-another-btn, .finish-btn {
		max-width: 100% !important;
		margin: 5px 0;
	}
}

@media only screen and (max-width:385px){
	.modal-side-content { max-height: 430px; }
}

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

/* scroll bar */
.modal-main {
	padding-right:20px;
	/* Firefox scrollbar styles */
	scrollbar-width: auto; 
	scrollbar-color: #D9D9D9 transparent; 
}
/* For WebKit browsers */
.modal-main::-webkit-scrollbar {
	width: 15px; 
	margin: 5px 15px;
}
.modal-main::-webkit-scrollbar-thumb {
	background: #D9D9D9; 
	border-radius: 15px; 
}
.modal-main::-webkit-scrollbar-track { background: transparent; }

/* Hide the scrollbar arrows (for WebKit browsers) */
.modal-main::-webkit-scrollbar-button { display: none; }
.modal-main::-webkit-scrollbar-thumb:hover { background: #B3B3B3; }





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

/* override template landing page styles */
.BreadCrumb span a:focus { color: #fff !important; }
#RightNavContainer .RightContainerOption { padding: 10px 35px; }
div.BreadCrumb { color: #333!important; }
#MainContent { padding:0 2vw !important; }
#MainContent h1, .BreadCrumb, .BreadCrumb span a { color: #333!important;}


.RightContainerOption p {
	font-size: 16px !important;
	color: #004881;
	margin-bottom:15px;
}
#LandingHero {
	background-color: #f5f7f8 !important;
	height: 300px!important;
}
.no-style-list a {
	display: block;
	color: #044881;
	font: bold normal normal 16px myriad-pro;
	margin: 13px 0;
}
.RightContainerOption ul li div {
	display: block;
	padding: 5px 5px 5px 25px;
	font: normal normal normal 14px myriad-pro;
	letter-spacing: 0.3px;
	color: #004881;
}
.RightContainerOption ul li div:before{
	content: "";
	width: 6px;
	background-color: #004881;
	height: 15px;
	position: absolute;
	display: block;
	vertical-align: middle;
	margin-top: -1px;
	margin-left: -15px;
}

@media only screen and (max-width:850px) {
	h1 {font-size: 45px!important;}
}

@media only screen and (max-width:768px){
	#RightNavContainer { margin-top: 0!important; }
	#TopPageContent { padding: 0!important; }
	h1 {  margin-top: -200px!important; }

	#RightNavMenuButton.RightNavButtonSelected  {
		top: 310px !important;
		padding: 0px 8px 0px 20px;
	}
	#RightNavContainer {
		top: 305px!important;
		overflow: auto;
		height: calc(100% - 300px)!important;
		padding-top: 0;
		margin-top: 0;
		padding: 00!important;
	}
	#TopRightNav {
		margin: 0!important;
		background-color: #F5F7F8!important;
	}
}

@media only screen and (min-width:769px){
	#TopPageContent { padding: 0 50px 0 0 !important; }
	#RightNavContainer { margin-top: -170px!important; }
}