﻿.main {
	margin-top: 110px;
	height: calc(100vh - 110px);
	display: flex;
	flex-direction: column;
}

.learner-dashboard {
	margin-top: 25px;
	display: flex;
	flex-direction: column;
}

img.mf-image,
.u-video-poster {
	overflow: hidden;
}

.u-overlap.u-overlap-transparent .u-header,
.mf-image,
.u-gradient {
	color: #111111;
}

.mf-expanded-width {
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.mf-image,
.u-background-effect-image,
.mf-video-poster {
	object-fit: cover;
	display: block;
	vertical-align: middle;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#bgvid {
	object-fit: cover;
	/*width: 100vw;*/
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.box-search form {
	width: 100%;
}

.box-search .search-input,
.box-search .search-input {
	background: transparent;
	border-radius: 0.8rem;
	height: 65px;
	border: 1px solid white;
	width: 100%;
	display: block;
	position: relative;
	margin: 20px 0;
	overflow: hidden;
	color: #fff;
}

	.box-search .search-input input,
	.box-search .search-input input {
		width: 100%;
		height: 100%;
		display: block;
		padding: 0 64px 0 25px;
		border: 0;
		font-size: 20px;
		font-style: italic;
		background: transparent;
		color: #fff;
	}

		.box-search .search-input input::placeholder,
		.box-search .search-input input::-webkit-input-placeholder {
			color: #fff;
		}

		.box-search .search-input input::-ms-placeholder {
			color: #fff;
		}

		.box-search .search-input input:-moz-placeholder,
		.box-search .search-input input::-moz-placeholder {
			color: #fff;
			opacity: 1;
		}

		.box-search .search-input input[type="submit"],
		.box-search .search-input input[type="submit"] {
			width: 69px;
			height: 59px;
			position: absolute;
			right: 0;
			top: 0;
			text-indent: -9999px;
			padding: 0;
			box-shadow: none;
			cursor: pointer;
			background-image: url(/Content/Images/icons/ico_lens.png);
			background-position: top 68px left 50%;
			background-repeat: repeat-y;
			background-size: 75px;
		}


/* Page Overlay */
.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	background-color: var(--blue);
	overflow-x: hidden;
	/*padding-top: 60px;*/
	transition: 0.5s;
	display: flex;
	flex-direction: row;
	z-index: 101;
}

	.overlay .close {
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 36px;
		width: 56px;
		height: 56px;
		display: flex;
		justify-content: center;
		align-content: flex-start;
		line-height: 38px;
		background-color: var(--yellow);
		color: var(--blue);
	}
.overlay-content {
	color: #fff;
	/*margin: 60px auto;*/
	/*margin-top: 60px;*/
	border: 10px solid var(--yellow);
	width: 100%;
	overflow-x: scroll;
}

/* -- Countdown timers -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

.next-release {
	text-transform: uppercase;
	font-size: 1.5rem;
}

	.next-release h3 {
		text-align: center;
	}

	.next-release ul {
		display: flex;
		list-style: none;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.next-release li {
		margin-right: 2%;
	}



/* News */
/* Offset anchor - https://frugalwp.com/blog/the-best-way-for-setting-html-bookmark-scroll-offset/*/
#current-article::before, #course-actions::before {
	display: block;
	height: 110px;
	margin-top: -110px;
	content: '';
}

/* Our Training*/

.card-img-top {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



/* ADmin Portals */
section.padding {
	padding: 60px 0;
}

.sticky-margin {
	margin-top: 75px;
}

.card {
	transition: box-shadow 0.3s !important;
}

	.card:hover {
		box-shadow: 0 0 11px rgba(33, 33, 33, 0.8);
	}


/* Footer Styles*/

/*.sticky-footer-wrapper {
	min-height: 100%;
	margin-bottom: -105px
	--min-height: calc(100vh - 105px)
}*/

.sticky-footer-wrapper {
	flex: 1 0 auto;
}


.footer {
	flex-shrink: 0;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	color: var(--orange);
}

/*.footer, .sticky-footer-push {
	height: 105px;
}*/


/*
.footer {
	height: 105px;
}*/

/* Terms links styles in overlay */
.terms-links li {
	background-color: var(--blue);
}

	.terms-links li.list-group-item {
		border: none;
	}

	.terms-links a {
		color: #fff;
		text-decoration: none;
	}

.terms-links a:hover {
	color: var(--orange);
}

/**** Small devices (landscape phones, 576px and up) **/
@media (min-width: 576px) {
}

/**** Medium devices (tablets, 768px and up) **/
@media (min-width: 768px) {

}

/**** Large devices (desktops, 992px and up) **/
@media (min-width: 992px) {


/**** Extra large devices (large desktops, 1200px and up) **/
@media (min-width: 1200px) {

	.card-img-top {
		width: 100%;
		height: 10vw;
		object-fit: cover;
	}
}




