@charset "UTF-8";
/* CSS Document */

body {
	background-color: #f5f9e8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-size-adjust: none;
}

.theHolder {
	position:relative;
	left:0px;
	top:0px;
	width: 100%;
	height: auto;
	display:inline-block;
	box-sizing:border-box;
	overflow:hidden;
	text-align:center;
	/*
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
	*/
	font-size:0px;
	line-height:0px;
	-webkit-text-size-adjust: none;
    background-color:#f5f9e8;
    padding-bottom:40px;
}

.topSection {
    position:relative;
	left:0px;
	top:0px;
	width: 100%;
	height: auto;
	display:inline-block;
	box-sizing:border-box;
    background-color:#0094a5;
    padding-top:42px;
    padding-bottom:42px;
    padding-left:10px;
    padding-right:10px;
}

.topSection .theHeader {
    position:relative;
	left:0px;
	top:0px;
	width: 100%;
	height: auto;
	display:inline-block;
    max-width:323px;
}


.theHolder p {
    padding:0px;
    margin:0px;
    font-weight:normal;
    font-family:MuseoSans-700;
    color:#000;
    display:inline-block;
    box-sizing: border-box;
    font-size:30px;
    line-height: 36px;
    margin-top:60px;
    max-width:865px;
    padding-left:15px;
    padding-right:15px;
}

.theHolder p strong {
    font-weight:normal;
    color:#0094a5;
}

.theHolder p a {
    color:#a50e17 !important;
}

.theHolder .theButton {
    position:relative;
    left:0px;
    top:0px;
    width:308px;
    height:50px;
    font-family:MuseoSans-900;
    color:#FFF;
    display:inline-block;
    font-size:20px;
    line-height: 50px;
    border-radius:25px;
    background-color: #0094a5;
    margin-top:50px;
    text-decoration: none;
}

.theHolder .thumbBox {
    position:relative;
    left:0px;
    top:0px;
    width:100%;
    height:auto;
    display:inline-block;
    box-sizing: border-box;
    border:solid;
    border-width:2px;
    border-color:#0094a5;
    background-color:#FFF;
    margin-top:54px;
    max-width:982px;
}

.theHolder .thumbBox img {
    position: relative;
    left: 0px;
    top: 0px;
    width:100%;
    height: auto;
    display:inline-block;
    vertical-align: middle;
}

.theHolder .thumbBox img.img1 {
    max-width:421px
}

.theHolder .thumbBox img.img2 {
    max-width:494px
}

.theHolder .logo {
    position:relative;
    left:0px;
    top:0px;
    width:195px;
    height:auto;
    display:inline-block;
    margin-top:40px;
}

@media (max-width: 1020px) {
	.theHolder .thumbBox {
        max-width:450px;
    }
}

body > div:nth-child(1) > div.nav.aem-GridColumn--default--none.aem-GridColumn.aem-GridColumn--default--23.aem-GridColumn--offset--default--0 {
	min-height:70px;
}