.no-scroll { overflow: hidden; height: 100%; }
.visible { display:block; }
/* college block */
#AddCollegeButton {
    color: #CB4D0B;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 10px;
    display: inline-block;
    background: none;
    border: none;
    font: inherit;
}
#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;
}
/* 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: 70%;
}

.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: 17px!important;
}
/* repetori list */
.performance-listing p { margin-bottom: 15px; }

.performance-listing {
	display: grid;
	grid-template-columns: 35% 65%;
	margin-bottom: 35px;
}
.performance-listing p:nth-of-type(odd), .performance-listing h4 {
    color: #044881;
    font: normal normal 700 16px myriad-pro;
    letter-spacing: 0px;
}

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

/* instrument radios/checkboxes */
.instrument-inputs { display:none; }
.instrument-inputs input[type="radio"] { display:none; }
.instrument-inputs.visible input[type="radio"] { display:inline; }
.instrument-inputs label span:first-child {
    color: #004881;
    min-width: 200px;
}
.instrument-inputs label {
    display: flex;
}
.content-with-icon i {
	font-size:18px;
	color:#044881;
	margin-right: 10px;
}

/* spinner image */
/*
#loadingSpinner, #smallloadingSpinner {	
	display:none;
	height: 100%; 
	text-align: center; 
	position: unset;
	background: transparent;
	height: auto;
}
#smallloadingSpinner {
	max-width: 500px;
	padding: 0;
}
#loadingSpinner {
    padding: 30px 0;
    width: 100%;
}
#loadingSpinner svg {
    stroke: #004881;
    margin-bottom: 20px;
}
*/

/* video url */
.preview-border { border: dashed 2px #AEAEAE; }
.video-preview-container p {
    margin: 10px;
    text-align: center;
    color: #333;
}

.video-url {
	width: 100%;
	padding: 8px;
	margin-bottom: 10px;
}
.video-preview-container {
	min-height: 300px;
	max-width: 500px;
	margin: 20px 0;
	display: flex;
	flex-direction:column;
	align-items: center;
	justify-content: center;
}
.video-preview-container i {
    font-size: 35px;
    color: #AEAEAE;
}
.video-preview-container iframe {
	max-width: 100%;
	/* height: auto; */
	margin-bottom: 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-right: 20px; }

.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;
}

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


