/* CONTAINERS */

#page-wrapper {
  /* max-width: 849px; */
  min-width: 650px;
  margin: 0px auto;
  background-color: #fefcf7;
}
#footer-wrapper {
  background: #203d75;
  /* border-bottom-left-radius: 25px; */
  /* border-bottom-right-radius: 25px; */
  box-sizing: border-box;
  /* box-shadow: 0px 30px 30px #3c6aa5; */
  display: table;
  /* max-width: 1200px; */
  /* min-width: 961px; */
  /* margin: 0px auto 15px auto; */
  /* padding: 55px 10px; */
  width: 100%;
  position: relative;
  margin-bottom: 0px;
  height: 100%;
}
#footer-col1 {
  display: table-cell;
  width: 33%;
  max-width: 310px;
  text-align: center;
}
#footer-col2 {
  display: table-cell;
  width: 33%;
  max-width: 310px;
  vertical-align: top;
  padding: 10px;
  text-align: center;
}
#footer-col3 {
  display: table-cell;
  width: 33%;
  max-width: 310px;
  text-align: center;
}
#header-wrapper {
  min-height: 175px;
  width: 100%;
}
#header-box {
  background: transparent;
  display: table;
  margin: 0px;
  min-height: 125px;
  max-height: 125px;
  overflow: hidden;
  width: 100%;
}
#header-logo {
  display: table-cell;
  min-width: 150px !important;
  width: 150px;
  vertical-align: top;
}
#header-wordmark {
  display: table-cell;
  max-width: 800px !important;
  padding-left: 15px;
  vertical-align: top;
}
#header-contact {
  display: table-cell;
  width: 200px;
  vertical-align: top;
}
#header-logo img {
  width: 100%;
  max-width: 150px;
}
#content-wrapper {
  width: 90%;
  margin: auto;
  margin-bottom: 25px;
  padding: 0px;
}
#content-wrapper td {
  color: #000;
  font-size: 2em;
  line-height: 1.3em;
}
#content-wrapper hr {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: 30px;
  margin-left: 30px;
}
#content-wrapper-2-col-parent {
  display: table;
  width: 100%;
}
#content-wrapper-l-col {
  display: table-cell;
  padding-right: 25px;
  width: 75%;
}
#content-wrapper-r-col {
  display: table-cell;
  min-width: 300px;
  width: 25%;
}
/* UL ELEMENTS */
#hideEL {
  display: inline;
  padding-right: 20px;
}
#primary-navigation ul {
  display: none;
  list-style: none;
}
#primary-navigation li {
  display: none;
  list-style: none;
}
#mobile-navigation ul {
  font-size: 1.2em;
  color: #203d75;
  text-transform: uppercase;
  list-style: none;
  text-align: left;
}
#mobile-navigation li {
  font-size: 1.2em;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  color: #203d75;
  text-transform: uppercase;
  text-align: left;
  list-style: none;
  padding-left: 15px;
  padding-top: 2px;
}
#mobile-navigation li:hover {
  background: #76a6d7;
  border-top: 1px solid #203d75;
  border-bottom: 1px solid #203d75;
}
#mobile-navigation br {
  display: none;
}
#menutoggle {
  background: transparent;
  border: 0px;
  font-family: "Times New Roman", "Times", Serif;
  color: #203d75;
  font-size: 1.6em;
  text-transform: uppercase;
  display: flex;
  justify-content: right;
  height: 35px;
  width: 100%;
  margin-left: auto;
}
#mobile-navigation {
  display: none;
}
/* BASIC FONTING */
#footer-col2 h2 {
  font-size: 1.3em;
  line-height: 1.5em;
}
#header-wordmark h1 {
  font-size: 4.5em;
  margin-top: 10px;
}
#header-contact {
  font-weight: normal;
}
p.bio {
  display: block;
  padding: 0px;
  width: 100%;
}
div.2col-wrapper {
  display: inline;
  width: 100%;
}
div.block-left {
  display: block;
  border-right: 0px dotted #cccccc;
  border-bottom: 0px dotted #cccccc;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
div.block-right {
  display: block;
  border-right: 0px dotted #cccccc;
  border-bottom: 0px dotted #cccccc;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
#mobile-address {
  display: none;
}

#footermap {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  margin: 0px auto;
}
#footermap iframe {
  width: 150px !important;
  height: 150px !important;
}
.footermap {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 15px;
  margin: 0px auto;
  position: relative;
}
ul {
  margin-left: 26px !important;
}

ul#nav-logo {
  margin-left: 0px !important;
}

#nav-logo img {
  height: 95px;
  width: 95x;
}

.display-row-col {
  width: 100%;
  text-align: center;
}

.display-row-col p {
  width: 100%;
  text-align: left;
}

.display-row-col-text {
  width: 100%;
  align-self: center;
  padding-top: 20px;
}

.image-text-display-row {
  flex-direction: column;
  align-items: center;
  text-align: left;
}

.display-row-col.order-1 {
  order: 0;
}

.display-row-col.order-2 {
  order: 1;
}

.display-row-col-text.order-1 {
  order: 0;
}

.display-row-col-text.order-2 {
  order: 1;
}

h2.hp-header {
  /* margin-top: -150px; */
}

.hero-text h2 {
  color: #203d75;
  position: absolute;
  top: 20%;
  left: 10%;
  font-size: 2rem;
}

.hero-text p {
  color: #203d75;
  position: absolute;
  top: 53%;
  left: 10%;
  font-size: 1rem;
}

.hero-text-right h2 {
  color: #203d75;
  position: absolute;
  top: 10%;
  left: 66%;
  font-size: 2rem;
}

.hero-text-right p {
  color: #203d75;
  position: absolute;
  top: 37%;
  left: 66%;
  font-size: 0.75rem;
  margin-top: 1px;
}

.hero-text-two-line-header h2 {
  color: #203d75;
  position: absolute;
  top: 40px;
  left: 90px;
  font-size: 2rem;
  line-height: 1;
}

.hero-text-two-line-header p {
  color: #203d75;
  position: absolute;
  top: 95px;
  left: 90px;
  font-size: 1rem;
  margin-top: 40px;
}

.hero-text-two-line-header-faq h2 {
  color: #203d75;
  position: absolute;
  top: 20%;
  left: 20%;
  font-size: 2rem;
  line-height: 1;
}

.hero-text-two-line-header-faq p {
  color: #203d75;
  position: absolute;
  top: 30%;
  left: 20%;
  font-size: 1rem;
  margin-top: 40px;
  padding-left: 0px;
}

.hero-text-two-line-header-long h2 {
  color: #203d75;
  position: absolute;
  top: 10%;
  left: 5%;
  font-size: 2rem;
  line-height: 1;
}

.hero-text-two-line-header-long p {
  color: #203d75;
  position: absolute;
  top: 30%;
  left: 5%;
  font-size: 1rem;
  margin-top: 40px;
  max-width: 300px;
  padding-left: 0px;
}

.hide p {
  max-width: 500px;
}

div#faq6 {
  max-width: 500px;
  margin: auto;
}

p {
  padding-left: 5px;
  width: 100%;
}

.learn-more {
  padding-top: 10px;
}

.what-is-picture {
  padding-bottom: 40px;
}

.mobile-text-padding {
  padding-top: 35px;
}
