#course-modal {
    height: 85%;
    max-width: unset;
}

.upcoming-course-modal {
    height: 100%;
    display: grid;
    grid-template-columns: 75px auto;
    grid-template-rows: auto 1fr 50px;
}

.upcoming-course-description-modal {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2;
    overflow: auto;
	position: relative;
}

.upcoming-course-description-modal p {
    line-height: 1.5em;
	white-space: pre-line;
}

.upcoming-course-description-modal h4::after {
    content: ' ';
    display: block;
    margin: 10px 0;
    width: 40px;
    height: 5px;
    background: #f2e400;
}

.date-div-modal {
    text-align: center;
}

.date-div-modal .month {
    margin: 3px 0em 0.2em 0em;
}

.date-div-modal .day {
    margin: 0.2em 0em 0em 0em;
}

.course-sign-up {
    line-height: 40px;
    margin: 5px 0px;
    border: 1px solid;
    grid-column: 1/3;
    padding: 0em 1em;
    text-align: center;
    background: #f2e400;
    color: black;
    cursor: pointer;
}

.sign-up-container {
    height: 100%;
}

.hidden {
    display: none;
}

.back-btn {
    text-align: center;
    border: 1px solid;
    margin: 5px 0px;
    line-height: 40px;
    cursor: pointer;
}

#close-btn a {
	display: block;
}

.full-column {
	grid-column: 1/3;
}

.grid-column-unset {
    grid-column: unset !important;
    margin: 5px;
}

.sign-up-successful-container {
	position: absolute;
    top: 40%;
    transform: translate(0%, -50%);
	width: 100%;
}

.sign-up-successful-container h2 {
	text-align: center;
}

.thumb-up {
	max-width: 60%;
	display: block;
	margin: auto;
}




label.error {
	
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bolder;
}

.form-style-2{
	padding: 20px 0px 10px 0px;
	font: 13px Arial, Helvetica, sans-serif;
}
.form-style-2-heading{
	font-weight: bold;
	font-style: italic;
	border-bottom: 2px solid #ddd;
	margin-bottom: 20px;
	font-size: 12px;
	padding-bottom: 3px;
}
input {
    width: 100%;
    border: 1px solid;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    font-size: 14px;
}

.countrycode {
	width: 45px !important;
}

#phone {
	width: calc(100% - 76px) !important;
	display: inline-block;
}

.disabled {
	display: none;
}

.blocker {
	z-index: 20 !important;
	padding: 0 !important;
}

@media only screen and (min-width: 850px) {
	#course-modal {
		width: 70%;
	}

	.thumb-up {
		max-width: 40%;
	}
}

@media only screen and (min-width: 1000px) {
	#course-modal {
		width: 60%;
	}

	.thumb-up {
		max-width: 35%;
	}
}

@media only screen and (min-width: 1200px) {
	#course-modal {
		width: 45%;
	}
}
