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


html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;

}

header {
  position:fixed;
  padding: 24px 0px 0px 24px;
  top: 0;
  left: 0;
  width: 100%;  
}

img {
	width:auto;
	max-width:100%;
	height:auto;
	vertical-align:middle;
}

footer {
	padding: 30px 20px;
	
}

body {
    background-color: #1f2f56;
    color: black;
    font-family:darkmode-on, sans-serif;
}

a:link { 
	font: bold;
	color:#c6c29c;
	text-decoration: none;
	}

a:visited { 
	font:normal;
	color:#6e8977;
	}

a:hover { 
	color:#949ca0;
	font: bold;
	}



/* Style the navigation menu */
.topnav {
  overflow: hidden;
  /* background-color: #333; */
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
  position:relative;
}


/* Style the active link (or home/logo) */
.active {
  /* background-color: #4CAF50; */
  color: white;
}

h1 {
    font-size: 120px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: freight-text-pro, serif;
}

h2 {
	font-size: 75px;
	margin-bottom: 0px;	
	font-family: freight-text-pro, serif;
}

h3 {
	color: #6e8977;
	font-size: 60px;
	font-weight: 200;
	margin-bottom:20px;
	font-family: freight-text-pro, serif;
}

h4 {
	color: #6e8977;
	font-size: 45px;
	font-weight: 200;
	/** margin-top: 20px; **/
	margin-bottom: 10px;
	padding-left: 10px;
	font-family:freight-text-pro, serif;
}

h5 {
	color: #6e8977;
	font-size: 30px;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: freight-text-pro, serif;
}

h6 {
	color: #6e8977;
	font-size: 20px;
	font-weight: 200;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: freight-text-pro, serif;
}

h7 {
	font-size: 2em;
	margin-bottom: 0px;	
	font-family: freight-text-pro, serif;
}

p {
	color: black;
	font-size: 30px;
	font-weight: 400;
	margin-top: 25px;
	margin-bottom: 25px;
	font-family: darkmode-on, sans-serif;
}


th {
	text-align:center;
	font-size:30px;
}

td {
	text-align:center;
	font-size: 32px;
}

tr:nth-child(even){
	background-color: #DDDDDD;
}

tr:hover {
	background-color: #CCCCCC;
}

.small-text {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 35px;
	font-family: darkmode-on, sans-serif;
}


.hero {
	background-image: url("/images/MEHeader.jpg");
	background-size:cover;
	background-position: center;
	color: white;
	text-align: center;
	width: 100%;
}

.hero img {
	width:200px;
	padding: 0px 0px 20px 0px;
}

.hero h1 {
	margin-top:20px;			/** Section added on Jan. 12 **/
}

.heroicons {
	text-align: left;
	
}

.heroicons img {
	width:150px;
	align:left;
	padding: 0px 0px 20px 20px;
	
}

.heroicons a:hover { 
	opacity: .8;
	}

.hero p {
	font-style:italic;
	text-align: right;
}

.hero p a:link {
	padding: 5px;
}

.hero p a:visited {
	color: white;
}

.hero p a:hover {
	color: #acb7bf;
}

.lang {
	position: absolute;
	top: 10;
	right: 0;
	padding: 5px 20px;
	color: white;
	font-style: regular;
	font-size: 6rem;
	text-align: right;
}

.lang a:visited {
	color:white;
}

.lang a:hover {
	opacity: .8;
}

.hero a:link { 
	color:white;
	}


.hero a:hover { 
	color: #acb7bf;
	font: bold;
	}


.title {
	margin-top: 5px;
	padding: 20px 20px 20px 20px;
	color: white;
	background-color: #c6c29c;
	text-align: center;
	width: 100%;
}

.title p {
	text-align: left;
}

.title p {
	text-align: left;
}
.title h4 {
	text-align: right;
}

.titlereturn {
	padding: 0px 0px 0px 20px;
	background-color: #1f2f56;
	text-align: left;
	width: 100%;
}

.button {
	border: 2px #ffffff solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

.activebutton {
	border: 2px #ffffff solid;
	background-color:#c6c29c;
	padding: 8px 30px;
	border-radius: 30px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

.list-nav ul {
  	list-style-type: none;
	text-align:center;
  	padding:20px;
  	margin: 0;
	font-size: 24px;
}

.list-nav ul li {
	background-color: #1f2f56;
	opacity:.8;
	text-align: center;
	display: block;
	padding: 8px;
}
.list-nav ul li a {
	text-decoration: none;
	text-align: center;
	color: #f1f3f2;
	dispay: block;
}

.list-nav ul li a:hover {
  	background-color: #949ca0;
}


/* Main Info Boxes */
.info-box-1 {
	background-color:#f1f3f2;
	color: Black;
	padding: 30px 20px 30px ;
	text-align: left;
	vertical-align: middle;
	height: auto;
}

.info-box-1 img {
	width: 100%;
}

.info-box-1 a img:hover {
	opacity: .8;
}

.info-box-1 li {
	font-size:30px;
	text-align: center;
	color: black;
	dispay: block;
	padding:10px;
	text-decoration:none;
	list-style-type:none;
	
}

.info-box-1 h3 {
	text-align: center;
}

.info-box-1 h4 {
	/** padding: 10px 10px 10px 10px; **/
	text-align: center;
}

.info-box-1 h6 {
	text-align: center;
}

.info-box-ad {
	display: block;
	background-color:#f1f3f2;
	color: #ffffff;
	padding: 10px ;
	text-align: center;
	vertical-align: middle;
	/**height: 500px;**/
}

.info-box-ad img {
	vertical-align: middle;
	max-height: 100%;
}

.QFFields td {
	text-align: left;
	padding: 2px;
	text-size: 120px;
}

.QFTitles {
	text-align: right;
	font-weight:bold;
	text-size: 60px;
	padding: 2px 10px;
}

.info-box-short {
	background-color:#f1f3f2;
	color: #ffffff;
	padding: 20px 20px 30px ;
	text-align: center;
	vertical-align: middle;
	height: 400px;
}

.info-box-short img {
	width: 100%;
}

.info-box-short a img:hover {
	opacity: .8;
}

.info-box-vertical {
	background-color:#f1f3f2;
	color: #ffffff;
	padding: 30px 20px 30px ;
	text-align: center;
	vertical-align: middle;
	height: auto;
}

.info-box-vertical img {
	width: 100%;
}

.info-box-vertical a img:hover {
	opacity: .8;
}

.info-box-smallpic {
	background-color:#f1f3f2;
	color: #ffffff;
	padding: 30px 20px 30px ;
	text-align: center;
	vertical-align: middle;
	height: 500px;
}

.info-box-smallpic img {
	height: 50%;
}

.info-box-smallpic a img:hover {
	opacity: .8;
}

.info-box-tall {
	background-color:#f1f3f2;
	color: black;
	padding: 30px 20px 30px ;
	text-align: center;
	vertical-align: middle;
	height: auto;
}

.info-box-tall {
	font-size: 24px;
}

.info-box-tall img {
	width: 100%;
	height: inherit;
}

.info-box-tall a img:hover {
	opacity: .8;
	height:inherit;
}


.info-box-social {
	background-color:#f1f3f2;
	color: #ffffff;
	padding: 30px 20px 30px ;
	text-align: center;
	vertical-align: middle;
	height: 800px;
}

.info-box-map {
	background-color:#f1f3f2;
	color: #ffffff;
	padding: 30px 20px 30px;
	text-align: center;
	height: 500px; 
    overflow:hidden;
    position:relative;
}

.info-box-map iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.info-box-bigmap {
	background-color:#f1f3f2;
	color: #ffffff;
	padding: 30px 20px 30px;
	text-align: center;
	height: 1000px; 
    overflow:hidden;
    position:relative;
}

.info-box-bigmap iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.info-box-sign {
	background-color:#f1f3f2;
	font-size: 24px;
	text-orientation: left;
	padding: 10px;
	height: auto;
}

.info-box-sign h3 {
	text-align: center;
}

.info-box-sign h4 {
	text-align: center;
}
.info-box-sign ul {
	padding: 30px;
}

.info-box-biglist {
	background-color:#f1f3f2;
	color: #1f2f56;
	padding: 10px;
	text-align: center;
	height: auto; 
    overflow:hidden;
	font-family: darkmode-on, sans-serif;
   
}

.info-box-biglist img {
	width: 98%;
}

.info-box-biglist a img:hover {
	opacity: .8;
}

.info-box-biglist h3 {
	padding: 40px 5px 0px;
}


.info-box-biglist ul li {
	list-style: none;
	padding: 5px 5px;
	font-size: 30px;
	font-family: darkmode-on, sans-serif;
}

.info-box-biglist p ul li {
	list-style:circle;
	padding: 5px 5px;
	font-size: 30px;
	text-align:left;
}

.info-box-bigbullets {
	background-color:#f1f3f2;
	color: #1f2f56;
	padding: 10px;
	text-align: left;
	height: auto; 
    overflow:hidden;
	font-family: darkmode-on, sans-serif;
   
}

.info-box-bigbullets h3 {
	text-align: center;
   
}

.info-box-bigbullets h4 {
	text-align: center;
   
}

.info-box-bigbullets ul {
	list-style-type: circle;
	padding: 20px 20px;
	font-size: 20px;
}


.info-box-biglist ol {
	text-align:left;
	list-style:decimal;
	padding: 5px 5px 5px 30px;
	font-size: 20px;
	color: #1f2f56;
}

.info-box-biglist a {
	list-style: none;
	padding: 5px;
	font-size: 30px;
}

.info-box-biglist p {
	text-align: left;
}

.VideoWrapper {
	
	position: relative;
	padding-bottom: 56.25%;
	/* Equals 16:9. */
	height: 0;
}

.VideoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.info-box-listhead {
	background-color:#f1f3f2;
	color: #ffffff;
	padding: 30px 20px 30px;
	text-align: center;
	height: 300px; 
    overflow:hidden;
}

.info-box-listhead img {
	height: 80%;
}

.info-box-listhead a img:hover {
	opacity: .8;
}

.info-box-listhead p {
	text-align: left;
	font-size: 1em;
}

/*.info-box-listhead a {
	line-height: 2;
} */

.info-box-listmap {
	background-color:#f1f3f2;
	color: #ffffff;
	padding: 30px 20px 30px;
	text-align: center;
	height: 300px; 
   overflow:hidden;  
    position:relative; 
}

.info-box-listmap iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.info-box-list {
	background-color:#f1f3f2;
	color: #1f2f56;
	padding: 20px 50px 20px 50px;
	text-align: left;
	vertical-align: middle;
	height: auto;
}

.info-box-list h3 {
	text-align: center;
}

.info-box-list ol {
	font-size: 24px;
	line-height:2;
}

.info-box-list p {
	text-align:center;
	line-height:2;
}

.info-box-fulllist {
	background-color:#f1f3f2;
	color: #1f2f56;
	font-family: darkmode-on, sans-serif;
	padding: 20px;
	text-align: left;
	vertical-align: middle;
	height: auto;
	width:auto;
	font-size: 24px;
}

/* Footer Boxes */
.footer-box-full {
	margin-bottom: 5px;
	background-color:#949ca0;
	height: auto;
	padding: 10px;
	width: 100%;
}

.footer-box-full img {
	height: 70px;
	padding: 10px;
}

.footer-box-full a img:hover {
	opacity: .8;
}

.footer-box-left {
	background-color:#6e8977;
	height: auto;
	padding: 10px;
}
	
.footer-box-left img {
	height: 100px;
	padding: 10px;
}

.footer-box-left a img:hover {
	opacity: .8;
}

.footer-box-right {
	text-align: right;
	background-color: #6e8977;
	height: auto;
	padding: 35px 35px 35px 35px;
}
	
.footer-box-right img {
	height: 70px;
	padding: 10px;
}

.footer-box-right a img:hover {
	opacity: .8;
}

.footer-box-right a:hover {
	opacity: .8;
	background-color: #949ca0;
}

.footer-text  {
	color: #f1f3f2;
	font-size: 33px;
	padding: 5px;
	text-align:right;
	font-family: darkmode-on, sans-serif;
}

.footer-text a:link  {
	color: #c6c29c;
}

.footer-text a:hover  {
	color: #f1f3f2;
}

.footerbutton {
	border: 2px #ffffff solid;
	background-color:#c6c29c;
	padding: 8px 30px;
	border-radius: 30px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

footer a:link { 
	font-weight:normal;
	color:black;
	text-decoration: none;
	text-align: right;
	}

footer a:visited { 
	color:white;
	}

footer a:hover { 
	/** text-decoration:underline; **/
	color: dimgray;
	}

.row:before .row:after {
	content: "";
	display: table;
} 


/** Added new section while trying to get gallery to fit together cleaner (Oct. 5, 2019)**/
/** .row {
  display: -ms-flexbox; 
  display: flex;
  -ms-flex-wrap: wrap; 
  flex-wrap: wrap;
  padding: 0 4px;
} **/

.row:after {
	clear:both;
} 

.col {
	width: 100%;
} 

/*Tablet View*/
@media (min-width: 992px){			/*was 768 then 820*/
	.site-nav ul li {
		display:inline-block;
	}
	.list-nav ul li {
		display:inline-block;
	}
	.site-nav ul {
		text-align: center;
		font-size: 20px;
	}
	.col-md-one-half {
		width: 50%;
		padding: .5%;
	}
	.col-md-two-thirds {
		width: 66.66%;
		padding: .5%;
	}
	.col-md-one-quarter {
		width: 25%;
		padding: .5%;
	}
	.col-md-three-quarter {
		width: 75%;
		padding: .5%;
	}
	.col-md-foot-one-half {
		width: 50%;
	}
	
	.col {
		float:left;
	}
	
	/* Style navigation menu links */
	.topnav a {
  	font-size: 50px;
	}
	
	
	.hero {
	background-position: center;
	padding: 10px 20px 50px 20px;
}

	.info-box-1 {
	height: 500px;
}
	
	.info-box-tall {
	height: 500 px;
}
	h1 {
	font-size: 100px;
}

h2 {
	font-size: 50px;
}

h3 {
	font-size: 40px;
}

h4 {
	font-size: 30px;
}

p {
	font-size: 20px;
}
th {
	text-align:center;
	font-size:24px;
}
td {
	text-align:center;
	font-size: 24px;
}	
	
.small-text {
	font-size: 16px;
}
	.list-nav ul {
	font-size: 16px;
}
	.info-box-1 li {
	font-size:20px;	
}	
	.QFTitles {
	text-size: 40px;
}
	.info-box-tall {
	font-size: 16px;
}
	.info-box-sign {
	font-size: 16px;
}
	.info-box-list ol {
	font-size: 16px;
}
	
	.info-box-fulllist {
	font-size: 20px;
}
	
	.footer-text  {
	font-size: 22px;
}
	
.lang {
	font-size: 3rem;
}
	
.heroicons img {
	width:100px;
}
	
.footer-box-left img {
	height: 70px;
}
	
}
	

/*Desktop View*/
@media (min-width: 1200px){  /*was 1024-->*/
	.site-logo {
		float: left;
	}
	.site-nav {
		float: right;
	}
	.site-nav ul {
		font-size: 20px;
	}
	
	.list-nav ul li {
		display:inline-block;
		text-align: center;
	}
	.col-lg-one-third {
		width: 33.33%;
		padding: .5%;
	}
	.col-lg-one-quarter {
		width: 25%;
		padding: .5%;
	}
	.col-lg-two-thirds  {
		width: 66.66%;
		padding: .5%;
	}
	.col-lg-three-quarter {
		width: 75%;
		padding: .5%;
	}
	.col-lg-one-half {
		width: 50%;
		padding: .5%;
	}
	.col-lg-foot-one-half {
		width: 50%;
	}
	.col {
		float:left;
	}
	
	/* Style navigation menu links */
	.topnav a {
  	font-size: 24px;
	}
	
	.hero {
	background-position: center;
	padding: 10px 20px 50px 20px;
}

	
	.info-box-1 {
	height: 500px;
}
	
	.info-box-tall {
	height: 500 px;
}
	h1 {
	font-size: 100px;
}

h2 {
	font-size: 50px;
}

h3 {
	font-size: 40px;
}

h4 {
	font-size: 30px;
}

p {
	font-size: 20px;
}
	
th {
	font-size:20px;
}
td {
	text-align:center;
	font-size: 16px;
}
	.small-text {
	font-size: 16px;
}
	.list-nav ul {
	font-size: 16px;
}
	.info-box-1 li {
	font-size:20px;	
}
	.QFTitles {
	text-size: 40px;
}
	.info-box-tall {
	font-size: 16px;
}
	.info-box-sign {
	font-size: 16px;
}
	.info-box-biglist ul li {
	font-size: 20px;
}
	
	.info-box-fulllist {
	font-size: 16px;
}
	
.info-box-biglist a {
	font-size: 20px;
	padding:0;
}
	.info-box-list ol {
	font-size: 16px;
}
.info-box-vertical {
	height: 500px;
}

.info-box-vertical img {
	width: auto;
	height: 80%;
}

.info-box-vertical a img:hover {
	width: auto;
	opacity: .8;
}	
	
	
	
.footer-text  {
	font-size: 22px;
}
	
	body {
		max-width: 1440px;    /** Added on Jan. 12 **/
		margin-left: auto;
		margin-right: auto;
	}
	
	
}

/*Oversize View*/
@media (min-width: 1440px){         /** Section added on Jan. 12 **/
	.site-nav ul li {
		display:inline-block;
	}
	.list-nav ul li {
		display:inline-block;
	}
	.site-nav ul {
		text-align: center;
		font-size: 20px;
	}
	

	}

.cookie-consent-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f8f9fa;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    color: black;
    padding: 15px;
    font-size: 14px;
    text-align: center;
    z-index: 1000;
}

.cookie-consent-button {
    border: none;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}

.cookie-consent-button:hover {
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

.cookie-consent-button:active {
    opacity: .5;
}

.cookie-consent-button.btn-success {
    background-color: #34a853;
    color: white;
}

.cookie-consent-button.btn-grayscale {
    background-color: #dfe1e5;
    color: black;
}

.cookie-consent-button.btn-outline {
    background-color: #e6f4ea;
    color: #34a853;
}

.cookie-consent-options {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.cookie-consent-options label {
    margin: 0 10px;
    font-size: 14px;
}

.cookie-consent-options input {
    margin-right: 5px;
}

