@font-face {
  font-family: 'Gotu';
  src: url(Gotu-Regular.ttf);
}

html,
body {
  overflow-x: hidden;
}

body {
  position: relative;
  background: #76a6d7;
  margin: 0px;
  padding: 0px;
  font-size: 10px;
  font-family: 'Gotu', 'Times New Roman', 'Times', Serif;
  font-weight: normal;
  line-height: 1.5;
}

/* CONTAINERS */
#page-wrapper {
  /* background: #faf9f6; */
  background: #fefcf7;
  border: 1px solid #568ec8;
  /* border-top-left-radius: 25px;
  border-top-right-radius: 25px; */
  box-sizing: border-box;
  box-shadow: 0px 0px 30px #3c6aa5;
  display: block;
  /* max-width: 1200px; */
  min-width: 961px;
  margin: 0px auto 0px auto;
  /* padding: 10px; */
  /* width: 80%; */
}
#footer-wrapper {
  background: #0a3978;
  /* background: #3d0763 repeat-x scroll bottom left; */
  /* border: 1px solid #568ec8; */
  /* 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: 80px;
  height: 300px;
}
#header-wrapper {
  display: block;
  margin: 0px auto 0px auto;
  min-height: 175px;
  padding: 0px;
  width: 100%;
}
#header-box {
  background: transparent;
  display: table;
  margin: 0px;
  min-height: 125px;
  max-height: 125px;
  overflow: hidden;
  width: 100%;
}
#navigation-box #header-logo {
  display: table-cell;
  min-width: 50px !important;
  width: 50px !important;
  vertical-align: top;
}
#header-wordmark {
  display: table-cell;
  max-width: 775px !important;
  padding-left: 15px;
  vertical-align: top;
}
#header-contact {
  color: #203d75;
  display: table-cell;
  width: 225px;
  vertical-align: top;
  font-weight: bold;
  font-size: 1.75em;
  line-height: 1.7em;
}
#header-logo img {
  width: 100%;
  max-width: 136px;
}
#navigation-box {
  background: #fff repeat-x scroll bottom left;
  /* border-top-left-radius: 25px;
  border-top-right-radius: 25px; */
  /* border-bottom: 3px double #cccccc; */
  display: flex;
  flex-direction: row;
  margin: 0px;
  min-height: 35px;
  text-align: center;
  align-items: center;
  width: 100%;
}

#navigation-box li {
  align-content: center;
}

#nav-logo {
  display: flex;
  align-content: center;
  padding-left: 20px;
}

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

#special-box {
  border-radius: 0px !important;
  /* border: 1px solid #ccc; */
  border-top: 2px solid #0a3978;
  border-bottom: 2px solid #0a3978;
  overflow: hidden !important;
  background: white !important;
  position: relative;
  z-index: 1;
  display: block;
}
#content-wrapper {
  display: block;
  margin: 0px;
  padding: 2% 10%;
  background-color: #fefcf7;
}
#content-wrapper td {
  color: #000;
  font-size: 2em;
  line-height: 1.3em;
}
#content-wrapper-2-col-parent {
  display: table;
  margin: 0px;
  width: 100%;
}
#content-wrapper-l-col {
  display: table-cell;
  margin: 0px;
  width: 75%;
  padding-right: 25px;
}
#content-wrapper-r-col {
  display: table-cell;
  margin: 0px;
  min-width: 320px;
  width: 25%;
}
#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: middle;
  padding: 10px;
  text-align: center;
}
#footer-col3 {
  display: table-cell;
  width: 33%;
  max-width: 310px;
  text-align: center;
}
#footermap {
  display: block;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  border-radius: 0px !important;
  position: relative;
  overflow: hidden;
}
.footermap {
  display: block;
  width: 100%;
  height: 300px;
  max-width: 300px;
  min-width: 150px;
  max-height: 300px;
  margin: 0 auto;
  border-radius: 0px !important;
}

div.2col-wrapper {
  display: inline;
  width: 100%;
}
div.block-left {
  display: inline;
  border-right: 0px dotted #cccccc;
  width: 100%;
}
div.block-right {
  display: inline;
  width: 100%;
}
div.block-right p,
div.block-left p {
  margin: 0px auto;
}
div.block-right img,
div.block-left img {
  max-width: 500px;
  margin-bottom: 20px;
  display: block;
  float: none;
}

/* UL ELEMENTS */
#hideEL {
  display: none;
}
ul#primary-navigation {
  display: flex;
  list-style: none;
  padding: 5px;
  text-align: left;
}
#primary-navigation li {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 15px;
  font-size: 1.9em;
  font-weight: bolder;
  list-style: none;
  padding: 5px 10px 5px 10px;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 2px;
  text-transform: uppercase;
  color: #203d75;
}
#primary-navigation li a:hover {
  /* background: #76a6d7; */
  border: 1px solid #203d75;
  border-radius: 15px;
}
#primary-navigation li .selected {
  /* background: #76a6d7; */
  border: 1px solid #203d75;
  border-radius: 15px !important;
}
#menutoggle {
  display: none;
}
#mobile-navigation {
  display: none;
}
/* BASIC FONTING */
h1,
h2,
h3,
h4,
h5 {
  color: #203d75;
  margin-left: auto;
  margin-right: auto;
  width: 92%;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 3em;
}
h3 {
  font-size: 1.9em;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1.5em;
}
p,
blockquote {
  color: #000;
  font-size: 2em;
  /* line-height: 1.3em; */
  margin: 0px auto 15px auto;
  width: 92%;
}
ol {
  margin: 0px auto 15px auto;
  width: 85%;
}
blockquote {
  margin-top: 50px;
  font-style: italic;
  margin-bottom: 25px;
}
em {
  font-weight: bold;
  font-style: italic;
  color: #203d75;
}
p.bio {
  padding-left: 200px;
  width: 80%;
}
#content-wrapper li,
#content-wrapper td p {
  color: #000;
  font-size: 2em;
  line-height: 1.3em;
}
#content-wrapper table {
  width: 100%;
  border: 3px double #568ec8;
  max-width: 800px;
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
}
tr.shaded {
  border-top: 1px solid #76a6d7;
  border-bottom: 1px solid #76a6d7;
  background: #e6f3ff;
}
#navigation-box a {
  color: #203d75;
  text-decoration: none;
  /* font-size: larger; */
  padding: 3px;
}
#footer-col2 h2 {
  color: #fff;
  font-size: 2.2em;
  line-height: 2em;
  margin: 0px auto 0px auto;
  width: 85%;
}
#footer-col2 a {
  color: #ffffff;
  text-decoration: none;
}
#header-box a {
  color: #0a3978;
  text-decoration: none;
}
#content-wrapper a {
  color: #0a3978;
  text-decoration: none;
}
#content-wrapper a:hover {
  color: #3c6aa5;
  text-decoration: none;
}
#header-wordmark h1 {
  font-size: 4.8em;
  transform: scale(1, 1.1);
  font-weight: 400;
  font-style: normal !important;
  line-height: 0.9em !important;
  margin: 5px 0px 0px 0px;
}
#header-wordmark h1 > br {
  margin: 0px;
  display: block;
}
#header-contact p {
  font-weight: bolder;
  font-size: 1.6em;
  line-height: 1.7em;
  padding: 0px;
  margin: initial;
  width: initial;
}
#footer-wrapper p {
  margin: initial;
  width: initial;
}

#home1,
#home2 {
  display: block;
  width: 85%;
  min-width: 300px;
  margin: 0px auto 24.9px auto;
  border-radius: 15px;
}

/* SPECIAL */
div.faq-block {
  border-bottom: 0px dotted #cccccc;
  margin-bottom: 25px;
  padding: 10px 0px 10px 0px;
  display: table;
  width: 100%;
}
div.faq-question {
  display: table-cell;
  width: 25%;
  padding: 0px;
  vertical-align: top;
}
div.faq-answer {
  display: table-cell;
  width: 75%;
  padding-left: 50px;
  vertical-align: top;
}
div.faq-question h3 {
  font-size: 3.7em;
  font-weight: normal;
  font-style: italic;
  text-align: center;
  margin: 0px 0px 50px 0px;
}
div.faq-answer p {
  margin: 0px;
}
#address {
  display: inline;
}
#header-contact h1 {
  display: none;
  font-size: 2.2em;
  line-height: 1em;
  text-align: center;
  margin: 5px 0px 5px 0px;
}
.hide {
  display: none;
}
div.picbox {
  display: block;
  width: 85%;
  max-width: 600px;
  min-width: 300px;
  margin: 0px auto 25px auto;
  padding: 0px;
  overflow: hidden;
}
div.picbox img {
  width: 100%;
  max-width: 600px;
  min-width: 100px;
}
div.mec3col {
  display: table;
  box-sizing: border-box;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
div.mec3col-1 {
  display: table-cell;
  width: 175px;
  vertical-align: top;
}
div.mec3col-2 {
  display: table-cell;
  vertical-align: top;
  padding-left: 45px;
  padding-right: 45px;
}
div.mec3col-3 {
  display: table-cell;
  width: 95px;
  vertical-align: top;
}

img.img-border {
  border-radius: 25px;
  border: 2px solid #203d75;
  width: 70%;
}

.desktop-hero-space {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  z-index: 0;
}

.secondary-navigation {
  background: #203d75;
  border: 1px solid #ffff;
  border-radius: 15px;
  font-size: 1.6em;
  padding: 10px 15px;
  margin: 0px 0px 25px auto;
  text-transform: uppercase;
  color: #ffffff !important;
  cursor: pointer;
}

.secondary-navigation:hover {
  background: #fff;
  border: 1px solid #203d75;
  color: #203d75 !important;
}

.footer-cta {
  background: white;
  border: 1px solid #ffff;
  border-radius: 15px;
  font-size: 1.6em;
  padding: 10px 15px;
  /* margin: 0px 0px 40px auto; */
  text-transform: uppercase;
  color: #203d75 !important;
  cursor: pointer;
  text-decoration: none;
}

.image-text-display-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 40px;
}

.display-row-col {
  width: 50%;
}

.display-row-col-text .image-text {
  text-align: left;
}

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

.display-row-col-text {
  width: 50%;
  align-self: left;
}

.hp-credentials {
  padding-bottom: 30px;
  display: flex;
  flex-direction: row;
  max-width: 500px;
  justify-content: space-between;
}

.hp-credentials-ahoova {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  margin-bottom: 35px;
  margin-top: 35px;
}

.h2-split h2 {
  margin-top: 0px;
}

h2.hp-header {
  font-size: 4em;
  margin-top: 20px;
  margin-bottom: 0px;
}

.footer-text {
  padding: 20px;
}

.footer-text h2 {
  color: white;
}

#logo-text {
  padding: 15px;
  font-family: 'Times New Roman', Times, serif;
  color: #203d75;
  text-align: left;
  font-size: 1.75em;
  max-width: 180px;
}

#logo-text p {
  color: #203d75;
  display: inline;
  margin: 0px;
  line-height: 1;
  text-align: left;
  font-size: 1.75em;
}

.hp-hero {
  margin-top: -60px;
  /* background-image: url("..images/slides/homepage.webp");
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  background-color: #3c6aa5; */
  /* border-bottom: 2px solid #0a3978;
  border-top: 2px solid #0a3978; */
}

.hero-text h2 {
  color: #203d75;
  position: absolute;
  top: 8%;
  left: 6%;
  font-size: 4rem;
}

.hero-text p {
  color: #203d75;
  position: absolute;
  top: 41%;
  left: 6%;
  font-size: 2rem;
  margin-top: 10px;
}

.hero-text-right h2 {
  color: #203d75;
  position: absolute;
  top: 8%;
  left: 56%;
  font-size: 4rem;
}

.hero-text-right p {
  color: #203d75;
  position: absolute;
  top: 41%;
  left: 56%;
  font-size: 2rem;
  margin-top: 10px;
}

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

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

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

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

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

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

.service-line {
  display: flex;
  align-items: center;
  width: 35%;
  min-width: 140px;
  margin-left: 15px;
  margin-bottom: 5px;
}
.service-icon {
  width: 30px;
}

.service-part {
  margin-left: 10px;
  margin-bottom: 0px;
  text-align: left;
}

.service-time {
  width: 210px;
  margin-bottom: 0px;
}

.service-line-resource {
  display: flex;
  align-items: center;
  min-width: 140px;
  margin-left: 15px;
  margin-bottom: 5px;
}

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

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

#content-wrapper hr {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-right: 30px;
  margin-left: 30px;
}

.html5-video-player:not(.ytp-transparent) {
  background-color: #3d0763 !important;
}

h2.hp-other-header {
  font-size: 3.5em;
  margin-top: 0px;
}

h2.hp-sub-header {
  font-size: 3em;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 0px;
}

.hp-credentials-description {
  display: flex;
}

.cred-section {
  width: 33%;
}

.office-image {
  width: 100%;
}

.image-text-display-row p {
  margin-left: 0px !important;
}
.hero-image {
  width: 100%;
  height: auto;
}

.hero-image-location {
  height: auto;
}

.sticky-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
  z-index: 1000;
  align-items: center;
  background: white;
  border-top: 2px solid #203d75;
  border-bottom: 2px solid #203d75;
  font-size: 1.6em;
  cursor: pointer;
  color: white !important;
}

.sticky-banner:hover {
  background: #203d75;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  color: white !important;
}

.sticky-banner:hover p {
  color: white !important;
}

.sticky-banner a {
  text-decoration: none;
}

.sticky-banner p {
  margin-bottom: 0px;
  color: #203d75 !important;
}

.copyright p {
  color: white;
  text-align: center;
  font-size: 12px;
  padding-top: 15px;
}

.footer-text p {
  color: white;
  text-align: center;
}

.footer-section {
  margin-bottom: 30px;
}
