#page-login-index {
	background-color: #002744;
}

#snap-feature-spots {
	padding: 2em 4% 0;
	overflow: hidden
}

.snap-feature-spots-heading {
	color: #AE0004;
}

.snap-feature {
    padding-top: 10px;
    background-color: #fff;
}

.snap-feature-block {
    background: #002744;
    padding-bottom: 9999px;
    margin-bottom: -9999px;
}

#snap-feature-spots .snap-feature-image {
    max-width: 100%;
}

.snap-feature-title.h5 {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
    padding-top: 30px;
    position: relative;
    z-index: 9;
}

p.snap-feature-text {
    color: #fff;
	text-align: center;
   	position: relative;
    z-index: 9;
}

.snap-feature .text_to_html {
    color: #fff;
	font-size: 16px;
	font-weight: 200;
	text-align: center;
    padding: 0 30px 30px;
    position: relative;
    z-index: 9;
}

/*Header*/
#page-login-index #mr-nav {
    /*display: none;*/
}

body#page-login-index #page-header {
	display: none;
}

/*Page - Homepage: Carousel*/
#snap-site-carousel .carousel-caption {
	top: initial;
    right: 0;
    bottom: 0;
	width: 30%;
}
@media (max-width: 995px) {
	#snap-site-carousel .carousel-caption {
		width: 100%;
		padding-bottom: 25px;
	}
}

/*Video*/
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
}

.carousel-slide .video-wrapper {
	position: absolute;
    padding-bottom: 56.25%;
    height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.video-wrapper .video-object, .video-wrapper > iframe, .video-wrapper > object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
}



/*Footer*/
body#page-login-index #page {
    position: absolute;
    top: 63px;
    right: 0;
    bottom: 83.5px;
	background-size: cover;
}

body#page-login-index #moodle-footer {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;	
}

body #moodle-footer {
    background: #002744;
    color: #fff;
    border-top: 0px;
    padding-top: 15px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 75%;
    font-weight: normal;
}

#moodle-footer p {
    margin-bottom: 0;
    text-align: center;
}

footer .one-half p {
    color: #fff;
    font-size: 14px;
}

footer .social {
    text-align: right;
}

footer .social li {
    list-style-type: none;
    display: inline;

}

#mrooms-footer {
    display: none;
}

#moodle-footer .list-unstyled {
    display: none;
}

#moodle-footer a, #moodle-footer a:hover {
    color: #fff !important;
}

body #page-footer {
    min-height: 10px;
    display: none;
}

#page-footer {
    margin: 0 0;
    padding: 0 0;
}

.TDrow {
  display: flex;
}

.TDcolumn {
  flex: 50%;
}