#MainContent ul > ul,
#MainContent ul > ol{
    margin: 0 0 0 20px;
}
.smallGreenBanner {
    background-color: #C2E4A6; */
    padding: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    margin-bottom: 40px;
    padding: 20px 20px 10px 20px;
    align-items: flex-start;
	max-width:800px;
}

.smallGreenBanner a {
    font-weight: bold;
    color: #006294;
}

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

.TitleUnderline { margin-top:30px; margin-bottom:15px; }

#MyClarkForm p a,
#MyClarkForm ul > ul li a {
    color: #0073AE !important;
    font-weight: bold;
    text-decoration: underline;
}

#MyClarkForm p a:focus,
#MyClarkForm ul > ul li a:focus{
    color: #fff !important;
}

.SubmitButton:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.checkbox-group.required label::after {
	content: "*";
	position: absolute;
	right: -15px;
	/* left: 0; */
	color: #C20707;
	font-size: 25px;
	font-weight: bold;
}

.checkbox-group.required label {
    position: relative;
}

/* college block */
#AddCollegeButton {
    color: #CB4D0B;
    font-weight: bold !important;
    margin: 0 0 10px 20px;
    padding: 15px 10px;
    display: inline-block;
    background: none;
    border: none;
    font: inherit;
}
#AddCollegeButton:hover,
#AddCollegeButton:focus {
    text-decoration:underline;
	background-color:#f5f7f8; 
}
#AddCollegeButton i {
    color: #fff;
}
#AddCollegeButton .add-more-icon {
	background-color: #CB4D0B;
    padding: 5px 7px; 
    border-radius: 4px;
    margin-right: 15px;
}
button.RemoveCollegeButton {
    position: absolute;
    right: -7px;
    top: -8px;
    color: #fff;
    background-color: #044881;
    padding: 4px 2px;
    border-radius: 5px;
    font-size: 20px;
    box-shadow: none;
    border: none;
}
.college-block {
    position: relative;
}
.college-block  .fieldset-container .fieldset-input-group {
    display: grid;
    grid-template-columns: 230px auto;
    /* align-items: center; */
    align-items: start;
    margin-bottom: 15px;
}

.college-block .fieldset-container .fieldset-input-group .input-label {
    color: #044881;
    font-weight: bold;
    font-size: 17px!important;
    margin: 0;
}
.college-block .fieldset-container fieldset.fieldset-input-group {
	 display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 1rem;
}
.college-block .fieldset-container fieldset.fieldset-input-group .input-label {
	  grid-column: 1;
    display: block;
    float: left;
    width: 215px;
    margin: 0;
    padding: 0;
    line-height: 1.3 !important;
}
.college-block .fieldset-container .radio-container {
	    grid-column: 2;
    display: flex;
    gap: 2.5rem;
}
.college-block .fieldset-container .fieldset-input-group input[type="radio"] {
	width:22px!important;
}
/* fields */
.input-group-container {
    background-color: #D7DDEB;
    padding: 25px 30px;
    margin-bottom: 25px;
    margin-top: 10px;
}

.conditional-panel {
    background-color: #D7DDEB;
    padding: 10px 20px 5px 20px;
    margin-bottom: 25px;
    margin-top: 10px;
    max-width: 50%;
}

.conditional-panel label.input-label,
.conditional-panel h3.input-label,
.date-row.js-date-row label.input-label,
#hybrid-title,
#online-title {
    color: #044881;
    font: normal normal 700 17px myriad-pro !important;
    letter-spacing: 0.20px;
    margin-bottom: 4px;
    line-height: 1.8 !important;
}
.date-row.js-date-row {
    margin-left: 30px;
    margin-bottom: 30px;
    margin-top: -10px;
}

.college-block fieldset.fieldset-container > legend.input-label {
    font-size: 20px !important;
    color: #333;
}

.college-block .fieldset-container .fieldset-input-group input {
    width: 100% !important;
    max-width: 100% !important;
}

/* payment radio section */
#PayByCCDesc, #PayByCheckDesc { padding-left: 30px; }
.radio-desc p { margin-bottom: 10px; }
.radio-desc tr { background: unset !important; }

.radio-desc {
	color: #044881;
	font-weight: bold;
	background: transparent;
}
.radio-desc th,
.radio-desc td {
	margin-right: 10px;
	vertical-align: baseline;
	font-size: 15px;
	padding: 0 10px 10px 0;
}
.radio-desc th {
	color: #333;
	text-align: right;
	width: 105px;
}
.radio-desc td {
	color: #044881;
	margin-right: 10px;
}

/* inputs */
#MyClarkForm input[type="text"],
input[type="number"],
input[type="date"],
input[type="email"],
input[type="tel"], 
.input-group select {
	max-width: 500px;
}

.input-group select option:hover {
	color: #fff !important;
	background-color: #044881 !important;
}

.input-group select option:nth-of-type(odd) {
	background-color: #F3F3F3;
}
.input-group select option {
	color: #3B3E3F;
	font-weight: bold;
	padding: 10px;
}


.validation-error-message {
	text-align: center;
	color: darkred!important;
	font-weight: bold;
	margin: auto;
}

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

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

/* Submit button */
#SubmitContainer { margin-top: 40px; }
#SubmitContainer { text-align: center; }
.SubmitButton { padding: 10px 80px!important; margin: 35px auto 0 auto;}

#SubmitContainer span {
	text-align: center;
	width: 100%;
	display: inline-block;
	margin: 20px 0;
	font-size: 14px;
}

/* buttons */
.finish-btn { flex-grow: 1; }
.submit-another-btn { flex-grow: 1; margin: 0px; }

.submit-another-btn, .finish-btn {
	min-width: unset;
	max-width: unset;
	width: unset;
}

.OrangeButton {
	min-width: 250px;
	max-width: unset;
}
.BlueButton {
	padding: 15px 40px;
	border: 2px solid #004881;
	font: normal normal normal 15px myriad-pro;
	letter-spacing: 0.3px;
	color: #fff;
	background-color: #004881;
	margin:10px 0!important;
}
.BlueButton:hover,
.BlueButton:focus,
.BlueButton:active {
	background-color:#fff;
	color:#004881;
	cursor:pointer;
}

/* Submission Message */ 
.submission-heading { font: normal normal 700 27px myriad-pro; margin-bottom: 20px;}
.cta-btns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 700px;
}
/* .cta-btns {
    display: flex;
    max-width: 700px;
    gap: 15px;
} */
.cta-btns button {
	min-width:unset!important;
/* 	max-width: unset!important; */
	box-shadow:none!important;
}
.cta-btns .PrimaryBtn.OrangeButton:hover,
.cta-btns .PrimaryBtn.OrangeButton:focus,
.cta-btns .PrimaryBtn.OrangeButton:active {
    background-color: #fff;
	color: #c6571d!important;
}
.cta-btns .SecondaryBtn.OrangeBorderButton:hover,
.cta-btns .SecondaryBtn.OrangeBorderButton:focus,
.cta-btns .SecondaryBtn.OrangeBorderButton:active {
    background-color: #c6571d;
	color:#fff!important;
}
/* Login in */
#LoginError {
	padding: 30px;
	border: 1px solid red;
	background: #f4f4f4;
	border-radius: 0.5vw;
	display: block;
	font-size: 22px;
	font-weight: bold;
}

#SubmitMessage { } 

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

/* modal */
.popup {
    max-width: 600px;
    background-color: #D7DDEB;
    padding: 25px 30px;
    position: relative;
}

.pop-up-container.hide,
.hide {
    display: none;
}

.pop-up-container {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}
.blue-heading {
    color: #044881;
    font: normal normal 700 17px myriad-pro !important;
    letter-spacing: 0.20px;
    margin-bottom: 12px;
    line-height: 1.8 !important;
    background-color: transparent;
}

.modal-visible { display:flex!important; }

.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 { display: none; }
.visible { display: block; }
.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;
}
.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 h3 {
	margin-bottom: 20px;
	padding-bottom: 7px;
	border-bottom: 3px solid #D9D9D9;
	color: #000000;
	width:30%;
}

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

/* 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; }

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


/* breakpoints */
@media only screen and (max-width:768px) {
	.OrangeButton { width: 100%; }
	.input-group { margin: 0 25px; }
/* 	.input-group::before { left: -37px; } */
	.performance-listing { grid-template-columns: 1fr 1fr; }
	.radio-desc th { width: 85px; }
	#PayByCCDesc, #PayByCheckDesc { padding-left: 0px; }
	.instrument-inputs label { flex-direction: column; }
}

@media only screen and (max-width:500px) {
	.performance-listing { grid-template-columns: 1fr; }
	.performance-listing p:nth-of-type(odd) { margin-bottom: 5px; }
}

@media only screen and (min-width:1200px){
	.sticky-scroll-down-alert { bottom: 0; }
}
@media only screen and (max-width:1400px){
	.modal-content { width: 70vw; }
}
@media only screen and (max-width:1200px){
	.modal-main {flex: 3;}
}
@media only screen and (max-width:1050px){
	.modal-content { width: 85vw; }
}
@media only screen and (max-width:850px){
	.modal-main {flex: 3;}
	.right-arrow-link { font-size: 16px; }
	.OrangeButton { width: 100%; padding: 10px 35px; }

	.right-arrow-link::after {
		right: 15px;
		top: 21px;
		font-size: 20px;
	}
}
@media only screen and (max-width:768px){
	.modal-main h3 { width: 80%; }
	.cta-btns { flex-direction: column; }

	.sticky-header h2 { font-size: 30px; }
	.sticky-header { align-items: flex-start;  padding-right: 15px;}
	.sticky-scroll-down-alert { /* bottom: -21px;*/ bottom: 0; }

	.modal-content {        
		height: 90vh;
		width:100%;
		max-height: unset; 
		padding: 20px 0 0 15px;
	}
	.modal-main {
		position: unset;
		flex: 2;
		width: 100%;
		padding: 15px 15px 0 0 !important;
	}
	.close-btn-icon {
		color: #fff;
		font-size: 25px;
	}
	.close-btn {		
		padding: 5px;
		margin: 0 10px;
	}
	.submit-another-btn, .finish-btn {
		max-width: 100% !important;
		margin: 5px 0;
	}
	.instrument-inputs input[type="radio"],
	.instrument-inputs input[type="checkbox"] { 
		margin-top: 3px; 
	}
}


