@charset "utf-8";

body {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
	overflow: auto;
	overflow-x: hidden;
	line-height: 0;
	color: #000000;
	font-family: EB Garamond, serif;
	font-size: 1.25rem;
	text-decoration: none;
}

p {
	padding: 0.25rem 0rem 0.25rem 0rem;
}

* {
    box-sizing: border-box;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

hr {
    background-color: transparent;
    border-top: 1px solid #01407F;
}

.container {
	margin-top: 8.25rem;
	width: 100%;
	height: 57.5rem;
	position: relative;
	text-align: center;
}

.container .content {
	position: absolute;
	top: 30rem;
	width: 100%;
	z-index: 2;
	padding: 1rem;
}

.container .slide {
	z-index: 1;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	transition: opacity 1.5s ease-in-out;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
    }

.container .slide.show {
	opacity: 1;
}

main {
	text-align: center;
}

#intro {
	display: inline-block;
	width: 75%;
	padding: 2rem 2rem 2rem 2rem;
	line-height: 1.25;
	text-align: left;
}

#introhr {
	width: 100%;
	padding: 0.5rem 0rem 0rem 0rem;
}

#title {
	text-align: center;
	line-height: 0.5;
	width: 100%;
}

#titlehr {
	width: 5rem;
	display: inline-block;
}

section {
	display: inline-block;
	width: 75%;
	padding: 0.5rem 0.25rem 0rem 0.25rem;
	line-height: 1.25;
}

.links {
	display: inline-table;
	width: 100%;
	padding: 0rem;
}

.cell {
	display: table-cell;
	width: 50%;
	padding: 0rem 2rem 1rem 2rem;
}

.cell .desc {
	text-align: left;
	padding: 0rem 0.5rem 0.5rem 0.5rem;
}

.cell .image {
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.image img {
	width: 100%;
	border-radius: 1rem;
}

.mgt-caption-bottom .mgt-caption {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    text-align: center;
    line-height: 1.5;
    background-color: transparent;
    background-color: #01407F;
	color: #FFFFFF;
	font-family: EB Garamond, serif;
	font-size: 1.25rem;
}


@media all and (min-width: 3400px) {
.container {
   margin-top: 7rem;
}
}

@media all and (max-width: 1180px) {
.container {
   margin-top: 0;
}
.container {
	height: 50rem;
}
.container .content {
	top: 18rem;
}
#intro, section {
	width: 100%;
}
}

@media all and (max-width: 868px) {
.container {
	height: 46.5rem;
}
.container .content {
	top: 15rem;
}
.container .content {
	padding: 0rem;
}
#intro {
	padding: 1rem 1rem 0rem 1rem;
}
section {
	padding: 0rem 0rem 1rem 0rem;
}
.cell {
	padding: 0rem 0.5rem 0rem 0.5rem;
}
}

@media all and (max-width: 668px) {
.container {
	height: 47.5rem;
}
.container .content {
	top: 10rem;
}
.links, .cell, .desc {
	display: block;
	width: 100%;
}
.cell {
	padding: 0rem 0.5rem 1rem 0.5rem;
}
section {
	padding: 0rem;
}
}

@media all and (max-width: 468px) {
.container {
	height: 57.5rem;
}
.container .content {
	top: 8rem;
}
}