@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Regular.woff2") format("woff2"),
       url("fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RobotoB";
  src: url("fonts/Roboto-Bold.woff2") format("woff2"),
       url("fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tomorrow";
  src: url("fonts/Tomorrow-Regular.woff2") format("woff2"),
       url("fonts/Tomorrow-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Birthstone";
  src: url("fonts/Birthstone-Regular.woff2") format("woff2"),
       url("fonts/Birthstone-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


/* Global Settings */
:root {
  --site-bg-color: #181b20;
  --content-bg-color: #ffffff;
  --content-text-color: #575757;
  --content-text-hover-color: #003aa8;
  --wrap-bg-color: #ffffff;
  --h1-color: #003aa8;
  --h2-color: #001947;
  --h3-color: #003aa8;
  --h4-color: #003aa8;
  --footer-bg-color: #eceaea;
  --footer2-bg-color: #001947;
  --footer-top-border: #001a4a;
  --footer-text-color: #001947;
  --footer-text-hover-color: #ecb943;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html, body {
  width: 100%;
  height: 100%;
}

* { margin: 0; padding: 0; }

body {
background-color: var(--site-bg-color);
font-family: Roboto, sans-serif;
font-size: 20px;
color: var(--content-text-color);
text-decoration: none;
font-weight: 400;
text-align: left;
}

.hidden {
     opacity:0;
}
.visible {
     opacity:1;
}

.wrapper {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
max-width: 1920px;
width: 100%;
height: auto;
margin: 0 auto;
background-color: var(--wrap-bg-color);
}

/* CONSTANTS */
h1 {
font-family: "Tomorrow", sans-serif;
font-size: 1.8em;
color: var(--h1-color);
text-decoration: none;
margin: 0 0 24px 0;
text-transform: uppercase;
text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
h2 {
font-family: "RobotoB", sans-serif;
font-size: 1.4em;
color: var(--h2-color);
text-decoration: none;
font-weight: 400;
text-align: center;
padding: 3px;
margin: 0 0 10px 0;
background-color: #f1f1f1;
border: #e4e4e4 1px solid;
}
h3 {
font-family: "RobotoB", sans-serif;
font-size: 1.1em;
color: var(--h3-color);
text-decoration: none;
font-weight: 400;
margin: 0 0 10px 0;
}
h4 {
font-family: "RobotoB", sans-serif;
font-size: 1.1em;
color: var(--h4-color);
text-decoration: none;
font-weight: 700;
margin: 0 0 10px 0;
}

p {
font-family: "Roboto", sans-serif;
font-size: 1.1em;
color: var(--content-text-color);
text-decoration: none;
font-weight: 400;
margin: 0 0 10px 0;
margin-bottom: 18px;
}
p.sectionTitle {
font-family: "RobotoB", sans-serif;
font-size: 1.1em;
color: #003aa8;
text-decoration: none;
font-weight: 400;
margin: 0 0 10px 0;
margin-bottom: 18px;
}
p.script {
font-family: "Birthstone", sans-serif;
font-size: 2.75em;
color: #2a2a2a;
text-decoration: none;
font-weight: 500;
margin: 0 0 10px 0;
margin-bottom: 18px;
}
a:link, a:visited {
font-family: "Roboto", sans-serif;
font-size: 1em;
color: #444444;
text-decoration: underline;
font-weight: 700;
}
a:active, a:hover {
font-family: "Roboto", sans-serif;
font-size: 1em;
color: var(--content-text-hover-color);
text-decoration: underline;
font-weight: 700;
transition: all 0.75s;
}
b {
font-family: "RobotoB", sans-serif;
font-size: 1em;
color: #444444;
text-decoration: none;
font-weight: 400;
}

input {
margin: 3px 0 10px 0;
}
input, select, textarea {
box-sizing: border-box;
outline: none;
}
textarea { resize: none; }
input[type="text"] {
-webkit-appearance: none;
appearance: none;
}
iframe { width: 100%; height: auto; }


/* TOP BAR */
.topBar {
display: flex;
flex-flow: row wrap;
box-sizing: border-box;
clear: both;
overflow: hidden;
width: 100%;
height: auto;
background-color: #001133;
font-family: "Roboto", sans-serif;
font-size: .8em;
color: #ffffff;
text-decoration: none;
font-weight: 400;
padding: 14px 25px;
border-bottom: #273042 1px solid;
}
  .topBar a:link, .topBar a:visited {
  font-family: "RobotoB", sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  }
  .topBar a:active, .topBar a:hover {
  color: #ecb943;
  transition: all 0.5s;
  }
  .topBarleft {
  display: block;
  box-sizing: border-box;
  float: left;
  width: 75%;
  height: auto;
  }
  .topBarleft span.pipe {
  color: #596387;
  margin: 0 14px;
  }
  .topBarleft i.fa-solid {
  font-size: 1em;
  color: #ecb943;
  }
  span.topBnextline1, span.topBnextline2 {
  display: inline-block;
  }

  .topBarright {
  display: block;
  box-sizing: border-box;
  float: right;
  text-align: right;
  width: 25%;
  height: auto;
  }
    .topBarright i.fa-brands {
    font-size: 1.3em;
    color: #ecb943;
    }
    .topBarright i.fa-brands:hover {
    color: #ffffff;
    transition: all 0.75s;
    cursor: pointer;
    }


/* HEADER */
.headerArea {
position: relative;
display: flex;
flex-direction: row;
align-items: center;
gap: 8px;
box-sizing: border-box;
clear: both;
overflow: visible;
width: 100%;
height: auto;
background-color: #001847;
z-index: 100;
}
  .headCol-left {
    flex-basis: 30%;
  }
    .headCol-left img {
    display: block;
    width: 50%;
    height: auto;
    margin: 0 auto;
    }
    .headCol-left img:hover {
    cursor: pointer;
    opacity: .7;
    transition: all .75s;
    }
  .headCol-right {
    flex-basis: 70%;
  }

.pagePhoto {
display: block;
box-sizing: border-box;
clear: both;
overflow: visible;
width: 100%;
height: auto;
border-bottom: #001847 2px solid;
}
  .pagePhoto img {
  display: block;
  width: 100%;
  height: auto;
  }


/* CONTENT AREA */
.contentArea {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
width: 100%;
height: auto;
background-color: var(--content-bg-color);
}
  .content {
  display: block;
  clear: both;
  overflow: hidden;
  box-sizing: border-box;
  max-width: 1400px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px 8px;
  }
  .content a[href^="tel:"] {
    color: #0b2b5d;
    font-weight: bold;
    text-decoration: none;
  }
  .content a[href^="tel:"]:hover {
    color: #ecb943;
    font-weight: bold;
    text-decoration: none;
  }
  .content ul {
  margin: 20px 0;
  }
  .content li {
  margin: 0 0 6px 40px;
  }
hr {
  border: none;
  height: 1px;
  background-color: #eeeeee;
  width: 75%;
  margin: 10px auto;
}


/* FOOTER AREA */
.footerArea {
display: block;
box-sizing: border-box;
overflow: hidden;
clear: both;
width: 100%;
height: auto;
padding: 15px 0 15px 0;
margin-top: 10px;
background-color: var(--footer-bg-color);
background-image: url('images/bg-trees2.jpg');
background-position: right center;
background-repeat: no-repeat;
background-size: auto 100%;
border-top: #001a4a 5px solid;
}
.foot1 {
display: block;
box-sizing: border-box;
overflow: hidden;
float: left;
width: auto;
height: auto;
text-align: left;
padding: 0 10px 10px 20px;
}
  .foot1 img {
  display: block;
  width: 100%;
  height: auto;
  }
  .foot1 img:hover {
  opacity: 0.5;
  transition: all 0.5s;
  }

.foot2 {
display: block;
box-sizing: border-box;
overflow: hidden;
float: left;
width: 28.33%;
height: auto;
text-align: left;
padding: 0 0 15px 25px;
font-family: "Roboto", sans-serif;
font-size: .75em;
color: var(--footer-text-color);
text-decoration: none;
font-weight: 400;
line-height: 24px;
}
  span.footColTitle {
  display: block;
  width: 100%;
  text-align: left;
  font-family: "RobotoB", sans-serif;
  font-size: 1.2em;
  color: #c68f36;
  text-decoration: none;
  font-weight: 400;
  }
  .foot2 a:link, .foot2 a:visited {
  font-family: "RobotoB", sans-serif;
  font-weight: 600;
  color: var(--footer-text-color);
  text-decoration: none;
  }
  .foot2 a:active, .foot2 a:hover {
  color: var(--footer-text-hover-color);
  transition: all 0.5s;
  }

.foot3 {
display: block;
box-sizing: border-box;
overflow: hidden;
float: left;
width: 28.33%;
height: auto;
text-align: left;
font-family: "Roboto", sans-serif;
font-size: .75em;
color: var(--footer-text-color);
text-decoration: none;
font-weight: 400;
line-height: 24px;
}
.foot3 i.fa {
font-size: .85em;
}
.foot3  a:link, .foot3  a:visited {
font-family: "Roboto", sans-serif;
font-size: .8em;
color: var(--footer-text-color);
text-decoration: none;
font-weight: 400;
}
.foot3  a:active, .foot3  a:hover {
color: var(--footer-text-hover-color);
transition: all 0.5s;
}

.foot4 {
display: block;
box-sizing: border-box;
overflow: hidden;
float: right;
width: 28.33%;
height: auto;
text-align: left;
font-family: "Roboto", sans-serif;
font-size: .75em;
color: var(--footer-text-color);
text-decoration: none;
font-weight: 400;
line-height: 24px;
}
.foot4 i.fa {
font-size: .85em;
}
.foot4  a:link, .foot4  a:visited {
font-family: "Roboto", sans-serif;
font-size: .8em;
color: var(--footer-text-color);
text-decoration: none;
font-weight: 400;
}
.foot4  a:active, .foot4  a:hover {
color: var(--footer-text-hover-color);
transition: all 0.5s;
}

.footerArea2 {
display: block;
box-sizing: border-box;
overflow: hidden;
clear: both;
width: 100%;
height: auto;
padding: 10px 30px 10px 30px;
background-color: var(--footer2-bg-color);
border-bottom: var(--footer-top-border) 2px solid;
}
  .fA1 {
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  float: left;
  width: 50%;
  height: auto;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: .7em;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  }
  .fA2 {
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  float: left;
  width: 50%;
  height: auto;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: .7em;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  }
    .fA2  a:link, .fA2  a:visited {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    }
    .fA2  a:active, .fA2  a:hover {
    color: #ecb943;
    transition: all 0.5s;
    }

/* BACK TO TOP */
#back-top {
  position: fixed;
  bottom: 30px;
  margin-left: 85%;
  z-index: 1000;
}
#back-top a {
  width: 100px;
  height: auto;
  display: block;
  padding: 3px;
  text-align: center;
  color: #ecb943;
  font-family: "RobotoB", sans-serif;
  font-size: 1.75em;
  font-weight: 400;
  background-color: transparent;
  transition: all 0.75s;
}
#back-top a:link, #back-top a:visited {
  color: #ecb943;
}
#back-top a:hover {
  color: #0c0487;
  transition: all 0.75s;
}



/* MEDIA QUERIES */
@media screen and (max-width: 1260px) {
  .topBarleft {
  order: 2;
  width: 100%;
  text-align: center;
  margin-top: 5px;
  }
  .topBarright {
  order: 1;
  width: 100%;
  }
}
@media screen and (max-width: 1237px) {
  .headerArea {
  flex-direction: column;
  }
  .headCol-left {
  display: block;
  width: 100%;
  order: 1;
  }
    .headCol-left img {
    width: 25%;
    }
  .headCol-right {
  position: relative;
  z-index: 800;
  display: block;
  background-color: #001133;
  border-top: #273042 1px solid;
  border-bottom: #273042 1px solid;
  width: 100%;
  order: 2;
  }
  .gen-nav {
  background-color: #001133;
  }
  .gen-nav > ul {
  justify-content: center;
  }
}
@media screen and (max-width: 1216px) {
  body {
  font-size: 18px;
  }
  .footerArea {
  background-size: auto 65%;
  background-position: right bottom;
  }
  .foot1 {
  float: none;
  clear: both;
  width: 100%;
  padding: 0 10px 2px 10px;
  }
    .foot1 img {
    width: 125px;
    margin: 0 auto;
    }
  .foot2 {
  width: 33.33%;
  }
  .foot3, .foot4 {
  padding-left: 9%;
  width: 33.33%;
  }
}
@media screen and (max-width: 950px) {
  span.pipe:nth-child(5) {
  display: none;
  }
  span.topBnextline2 {
  display: block;
  margin-top: 5px;
  }
}
@media screen and (max-width: 850px) {
  .gen-nav > ul {
  justify-content: left;
  }
  h1 {
  font-size: 1.6em;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }
  p.script {
  font-size: 2.2em;
  }
}
@media screen and (max-width: 675px) {
  body {
  font-size: 16px;
  }
  .footerArea {
  padding: 10px 0 10px 0;
  }
  .foot2 {
  float: none;
  clear: both;
  width: 100%;
  padding: 0 0 10px 0;
  text-align: center;
  line-height: normal;
  }
  .foot2 span.footColTitle {
  text-align: center;
  }
  .foot3 {
  width: 50%;
  line-height: normal;
  }
  .foot4 {
  width: 50%;
  padding-left: 10%;
  line-height: normal;
  }
}
@media screen and (max-width: 600px) {
  .headCol-left img {
  width: 50%;
  }
  .pagePhoto {
  height: auto;
  }
}
@media screen and (max-width: 603px) {
  .foot1 img {
  width: 72px;
  margin: 0 auto;
  }
  .footerArea2 {
  display: flex;
  flex-direction: column;
  }
  .fA1 {
  order: 2;
  float: none;
  clear: both;
  width: 100%;
  text-align: center;
  padding-top: 8px;
  }
  .fA2 {
  order: 1;
  float: none;
  clear: both;
  width: 100%;
  text-align: center;
  }
}
@media screen and (max-width: 560px) {
  span.pipe:nth-child(3) {
  display: none;
  }
  span.topBnextline1 {
  display: block;
  margin-top: 5px;
  }
}