/* Reset
------------------------------------------------------------ */

* {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}


ol,
ul {
  list-style: none;
  margin: 0;
}

ul li {
  margin: 0;
  padding: 0;
}

h1 {
  margin-bottom: 5px;
  color: #fff;
  font-size: 18px;
}

h2 {
  color: #FFFFFF;
  font-size: 18px;
  padding: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

h3 {
  color: #000099;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  height: auto;
  width: auto;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 10px;
}

a {
  outline: none;
  border: none;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

p {
  margin: 0 0 10px;
  line-height: 1.4em;
  font-size: 1.2em;
}

img {
  display: inline-block;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
  box-sizing: border-box;
}

.red_headlines {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #C00;
}


/* Structure */

body {
  background-color: #406FB6;
}

#wrapper {
  max-width: 1500px;
  margin: auto;
  text-align: center;
  width: 90%;
}
/* Contain1 to 7 are to prevent Cumulative Layout shift caused by the header images */
/* header image */
.contain1 {
          object-fit: cover;
          width: 100%;
          height:450px;
}
/* header image-smaller */
.contain2 {
          object-fit: cover;
          width: 100%;
          height:175px;
}  
/* site logo */  
.contain3 {
          object-fit: cover;
          width: 100%;
          height:150px;
}
/* site logo -smaller */
.contain4 {
          object-fit: cover;
          width: 100%;
          height:95px;
}  

/* map-button */ 
.contain5 {
          object-fit: cover;
          width: 100%;
          height:200px;
}
/* map-button-smaller */ 
.contain6 {
          object-fit: cover;
          width: 100%;
          height: 125px;
}
  /* white bar under nav */
.contain7 {
          object-fit: cover;
          width: 100%;
          height: 5px;
}

.headline {
  padding: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #406fb6;
  color: #FFF;
}

.subheadline {
  margin: auto;
  padding: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #406fb6;
  color: #FFF;
  width: 100%;
}
#img1 {display:block;}
#img2 {display:none;}
#img3 {display:block;}
#img4 {display:none;}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
    	margin-top: 50px;
}

.grid_column1 {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  padding: 12px;

}
#img3 {display:block;}
#img4 {display:none;}

.grid_column2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 12px;

}
.subheadline {
  margin: auto;
  padding: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #406fb6;
  color: #FFF;
  width: 100%;
}

.directory {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 5px;
  padding: 12px;
  background-color: #ECECFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #406FB6;
  font-weight: bold;
}
.directory_col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 5px;
  margin-right: 5px;
  padding: 12px;
  background-color: #ECECFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #406FB6;
  font-weight: bold;
}

.directory_col2 {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
  margin-top: 5px;
  padding: 12px;
  background-color: #ECECFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #406FB6;
  text-align: left;
}

.images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
  margin-right: 5px;
}

.image2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box_topbottom {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	background-color:#406fb6;
	padding: 6px;
	text-align: center;
	border-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #406FB6;
	border-right-color: #ececff;
	border-bottom-color: #406FB6;
	border-left-color: #ececff;
    width: 98%;
}
.splitbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ececff;
	font-weight: bold;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #406FB6;
    width: 98%;
}
.box1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #036;
	font-weight: bold;
	background-color:#ececff;
	padding: 6px;
	text-align: left;
	border-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #406FB6;
	border-right-color: #406FB6;
	border-bottom-color: #406FB6;
	border-left-color: #406FB6;
}

.box2 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #036;
	font-weight: bold;
	padding: 6px;
	background-color:#ececff;
	text-align: left;
	border: medium solid #406FB6;
}
.box3 {
	-webkit-box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #036;
	font-weight: bold;
	padding: 6px;
	background-color:#ececff;
	text-align: left;
	border: medium solid #406FB6;
}
.boxbottom {
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	align-items: center;
    justify-content: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	background-color: #406fb6;
	padding: 10px;
	text-align: center;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #406FB6;
	border-right-color: #406FB6;
	border-bottom-color:#406FB6;
	border-left-color: #406fb6;
	width: 98%;
}

.top-button {
	display: none;
}

.footer {
  padding: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #406fb6;
  color: #FFF;
}
/*! responsive-nav.js 1.0.39 by @viljamis */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.nav-toggle {
  margin-bottom: 5px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}
/*!End of responsive-nav.js 1.0.39 by @viljamis */


@media screen and (max-width: 480px) {
  #img1 {display: none;}
  #img2 {display: block;}
  #img3 {display: none;}
  #img4 {display: block;}
  
  .grid {
    background-color: #FFF;
	display: block;
    width: 100%;
	  	margin-top: 70px;
  }
  #img3 {display:none;}
  #img4 {display:block;}
  
  .grid_column1 {
	display: block;
    width: 100%;
  }
  .grid_column2 {
    width: 100%;
  }
  .directory {
	display: block;
    width: 100%;
  }
  .directory_col1 {
    font-size: 16px;
	display: block;
    width: 100%;
    margin-top: 5px;
  }
  .directory_col2 {
    font-size: 18px;
	display: block;
    width: 100%;
    margin-top: 5px;
  }
  .images {
	display: block;
    width: 100%;
  }
  .image1 {
	display: block;
    width: 100%;
  }
  .image2 {
	display: block;
    width: 100%;
  }
    .top-button {
	display: block;
	width: 100%;
}
}