/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .cta button {
	all: inherit;
}
.cta button:hover, 
.cta button:focus {
	background-color: unset;
	border-color: unset;
	border-radius: unset;
}
.cta ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cta .clicky-menu ul {
    position: absolute;
    left: inherit;
	top: inherit;
	background-color: #A8F2BB;
    margin-top: -10px;
	box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
	padding: 15px 0!important;
    border-bottom: 10px solid #0a56b4;
}
.cta .clicky-menu ul li {
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 4px 0;
}
.cta .clicky-menu ul a {
    color: #0E4F5D;
    font-weight: 400;
    line-height: 1.25;
	display: block;
    padding: 5px 20px;
	text-decoration: none;
}
.cta .clicky-menu ul a:hover {
    background-color: rgba(255,255,255,.7) !important;
    color: #0E4F5D;
    list-style: disc!important;
}
.start_course_btn {
	/* outline: #A8F2BB dotted 5px; */
	padding: 10px !important;
	color: #0E4F5D !important;
	font-weight: bold !important;
	text-decoration: none;
	margin: -10px 0 0 0 !important
}
.start_course_btn:hover,
.start_course_btn:focus,
.start_course_btn[aria-expanded=true] {
	/* outline: #A8F2BB dotted 5px; */
	outline: #0E4F5D dotted 5px;
	color: #0E4F5D !important;
}
.course_container {
	padding: 15px;
}
.course-list-container {
	width: 70%;
	min-height: 16rem;
	background-color: #FFF;
	display: flex;
	margin: 0 auto 15px auto;
	position: relative;
}
.course-title {
	color: #0E4F5D;
}
.course-img {
	width: 25%;
	min-width: 25%;
	max-width: 25%;
	height: 100%;
	padding: 10px;
}
.course-img img {
	height: 100%;
	object-fit: contain;
	border: thin solid #ddd;
}
.course-detail-img {
	float: left;
    margin: 0 20px 20px 0;
}
.course-details {
	width: auto;
	padding: 15px;
}
.course-details p {
	font-size: 1.5rem;
}
.details-footer {
	font-size: 1.7rem;
	display: flex;
	flex-wrap: wrap;
	border-top: solid thin #CCC;
    padding: 20px 0 10px 0;
}
.details-footer .modules {
	display: none;
}
.details-footer > div {
	flex: 1 1 auto;
	font-size: 1.3rem !important;
}
.details-footer > div > img {
	height: 25px;
	vertical-align: bottom;
    margin-right: 10px;
	float: left;
}
.news__post {
	height: auto;
}
.course_list_item {
	height: auto !important;
}
.course_list_item .post--text {
	margin: 10px 0 0 0 !important;
}
.news__post .news__post--link:before,
.news__post .news__post--link:hover:before {
    height: 100%;
}
.cta {
	z-index: 10;
	flex: 0 0 auto !important
}
.content__summary {
	width: 100%;
	display: inline-block;
}
@media only screen and (min-width: 952px) {
	.hero__text {
		width: 90%;
	}
}
@media only screen and (min-width: 1200px) {
	.hero__text {
		width: 75%;
	}
}
.view_course_btn {
	/* outline: #A8F2BB dotted 5px; */
	padding: 10px;
	color: #0E4F5D;
	font-weight: bold;
	text-decoration: none;
	margin: 10px 0;
	font-size: xx-large;
}
.view_course_btn:hover {
	/* outline: #A8F2BB dotted 5px; */
	outline: #0E4F5D dotted 5px;
	color: #0E4F5D;
}
hr.course-divider {
	border: 1px solid #0E4F5D;
	margin: 15px 0;
}
div.impact-course {
	background-color: #A8F2BB;
	border-radius: 5px 60px;
	padding: 20px 40px;
	text-align: left;
	width: 100%;
}
div.impact-course h4,
div.impact-course h5 {
	text-align: left;
	width: 100%;
}

div.impact-course h5 {
	margin: 30px 0 10px 0;
}
div.impact-course p {
	font-size: 1.3rem;
	margin-bottom: 1rem;
}
div.course__cta {
	border-top: #555 1px solid;
    width: 100%;
    text-align: center;
    margin: 30px 0;
    padding-top: 30px;
}
div.course__cta .button {
	font-size: x-large;
}
.course_detail_buttons {
	display: flex;
	justify-content: space-evenly;
}
.course__availability {
	margin: 30px 0 !important;
    font-size: 2rem;
    color: #0E4F5D;
	text-align: center !important;
}

/* REGISTRATION PAGE */
.registration__form {
	margin: 50px 0 !important;
	/* display: flex; */
	max-width: 100%;
}
.registration__form--label {
	margin: 0 15px 15px 0;
	font-weight: bold;
	align-self: center;
	display: block;
}
.registration__form--input {
	margin-right: 15px;
}
.registration__form--input.input-large {
	width: 400px;
}
.registration__form--submit {
	display: block;
	margin: 30px 0;
}
.registration__form--valid_email {
	color: #777;
    font-size: 1.8rem;
    font-style: italic;
	margin-bottom: 20px;
}
.registration__form--valid_email .svg-inline--fa {
	background-color: #A8F2BB;
    border-radius: 15px;
    color: #0E4F5D;
    padding: 4px;
    font-size: 3rem;
    margin-left: 10px;
}
.ae-loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #333333;
	transition: opacity 0.75s, visibility 0.75s;
	opacity: 0.6;
	z-index: 100;
}

.ae-loader--hidden {
	opacity: 0;
	visibility: hidden;
}

.ae-loader > .msg {
	z-index: 102;
    font-size: x-large;
    color: white;
    position: relative;
    top: 80px;
    width: 0px;
    height: 0px;
    white-space: nowrap;
}

.ae-loader::after {
	content:"";
	background: url('ae-logo-transparent-120.png') CENTER CENTER NO-REPEAT;
	width: 140px;
	height: 140px;
	z-index: 101;
	animation: loading 1.5s linear infinite;
}

@keyframes loading {
	from {
		transform: rotate(0turn);
	}
	to {
		transform: rotate(1turn);
	}
}
  