@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&display=swap');

:root {
  --theme-color-blue: #003058;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  /*scroll-padding-top: 60px;*/
}

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  background: #FFFFFF;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 22px;
}

h4 {
}

h5 {
}

h6 {
}

a {
  text-decoration: none;
  transition: all ease-in-out 0.12s;
}

a:hover {
}

sup, sub {
  position: relative;
  top: -0.4em;
  vertical-align: baseline;
}

sub {
  top: 0.4em;
}

p.quote {
  margin: 2rem;
  padding: 1rem 2rem;
  border-left: 4px solid var(--theme-color-blue);
}

#wrapper {
  text-align: center;
}

#container {
}

#inner {
}

#header {
}

#header-outer {
}

#header-inner {
}

#header-main {
	display: flex;
	align-items: center;
}

#header-main > div {
	width: 100%;
}

#header-left {
}

#logo {
}

#logo a {
  display: block;
  padding: 15px 0;
}

#logo a img {
  display: block;
}

#header-right {
  text-align: right;
}

#header-buttons {
  float: right;
  margin: 0 0 0 60px;
}

#header-buttons a {
	display: inline-block;
	margin: 0 5px;
	color: var(--theme-color-blue);
	font-size: 32px;
	vertical-align: middle;
}

#navigation {
	border: 1px solid #DFDFDF;
	border-width: 1px 0;
}

#content {
}

#footer {
  padding: 40px 0;
  color: #FFFFFF;
  font-size: 14px;
  background: #22263F;
}

#footer-outer {
}

#footer-inner {
}

#footer ul {
  padding: 0;
  list-style: none;
}

#footer ul li {
}

ul.ul-contact li {
  margin: 0 0 8px 0;
}

#footer a {
  color: #FFFFFF;
  text-decoration: none;
}

#footer a:hover {
}

#footer p.footer-heading {
  font-size: 16px;
  font-weight: 700;
}

#footer-bottom {
  color: #FFFFFF;
  background: #22263F;
}

#footer-bottom span.powered-by,
#footer-bottom span.powered-by a,
#footer-bottom span.powered-by a:hover {
}

#back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  background: #313131;
  border-radius: 6px;
  opacity: 0.75;
  cursor: pointer;
}

#back-to-top::after {
  display: block;
  margin: -1px 0 0 0;
}

.clear-floats::after {
  content: "";
  display: block;
  clear: both;
}

/* Layout Classes */

div.div-outer {
  width: 1280px;
  margin: 0 auto;
  text-align: left;
}

div.div-inner {
  box-sizing: border-box;
}

/* Navigation Menu Styles */

#navigation-mobile {
  display: none;
}

#navigation-main ul {
  display: block;
  position: relative;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#navigation-main ul:after {
  content: "";
  clear: both;
  display: block;
}

#navigation-main ul li {
  float: left;
  margin: 0px;
  padding: 0px;
}

#navigation-main ul li:hover > ul,
#navigation-main ul li.over > ul {
  visibility: visible;
  opacity: 1;
}

#navigation-main ul li a {
  display: block;
  padding: 15px 25px;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  text-decoration: none;
  white-space: nowrap;
}

#navigation-main ul li a span {
  position: relative;
  display: block;
}

#navigation-main ul li a span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  bottom: -5px;
  transition: all ease-in-out 0.2s;
}

#navigation-main ul li a.nav-current {
  color: var(--theme-color-blue);
  text-decoration: none;
}

#navigation-main ul li a.nav-current span {
  border-bottom: 1px solid #FFFFFF;
}

#navigation-main ul li a.nav-current span::after {
  width: 100%;
  background: var(--theme-color-blue);
}

#navigation-main ul li a:hover,
#navigation-main ul li:hover > a,
#navigation-main ul li > a:hover {
  color: var(--theme-color-blue);
  text-decoration: none;
}

#navigation-main ul li a.nav-top:hover span::after,
#navigation-main ul li:hover > a.nav-top span::after,
#navigation-main ul li.over > a.nav-top span::after,
#navigation-main ul li > a.nav-top:hover span::after {
  width: 100%;
  background: var(--theme-color-blue);
}

#navigation-main ul li a.nav-parent:hover,
#navigation-main ul li:hover > a.nav-parent,
#navigation-main ul li.over > a.nav-parent,
#navigation-main ul li > a.nav-parent:hover {
  background: #E1E1E1;
}

#navigation-main ul li a span {
}

#navigation-main ul li.nav-divider {
  display: none;
}

#navigation-main ul ul {
  /*display: none;*/
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: auto;
  background: #E1E1E1;
  border-radius: 0px;
  box-shadow: 2px 2px 2px rgb(1, 1, 1);
  box-shadow: 2px 2px 2px rgba(1, 1, 1, 0.33);
  z-index: 99999;
  transition: all ease-in-out .12s;
}

#navigation-main ul ul li {
  float: none;
  position: relative;
  border-bottom: 1px solid #CCCCCC;
}

#navigation-main ul ul li:last-of-type {
  border: 0px;
}

#navigation-main ul ul li a {
  display: block;
  height: auto;
  color: #343434;
  line-height: normal;
  text-decoration: none;
}

#navigation-main ul ul li a.nav-parent-sub {
  position: relative;
  padding-right: 45px;
}

#navigation-main ul ul li a.nav-parent-sub::after {
  position: absolute;
  right: 15px;
  content: "\f054";
  margin: 1px 0px 0px 0px;
  color: #999999;
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
}

#navigation-main ul ul li:hover > a,
#navigation-main ul ul li > a:hover {
  color: #52E793;
  background: #F6F6F6;
}

#navigation-main ul ul ul {
  position: absolute;
  left: 100%;
  top: 0px;
  background: #F6F6F6;
}

#navigation-main ul ul li:last-of-type ul {
  left: 100%;
  right: auto;
}

#navigation-main ul ul ul li {
}

#navigation-main ul ul ul li a {
}

#navigation-main > ul > li:last-of-type > ul {
  right: 0px;
}

#navigation-main > ul > li:last-of-type > ul li ul {
  left: auto;
  right: 100%;
  box-shadow: -2px 2px 2px rgb(1, 1, 1);
  box-shadow: -2px 2px 2px rgba(1, 1, 1, 0.33);
}

@media only screen and (max-width: 1024px) {
  #navigation-mobile {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 10px;
    text-align: right;
    cursor: pointer;
  }

  #navigation-mobile-label {
    float: left;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 40px;
  }

  a#navigation-mobile-link {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #FFFFFF;
    font-family: monospace, sans-serif;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    background: #1A1A1A;
    border: 1px solid #474747;
  }

  a#navigation-mobile-link span:before {
    content:'\2261';
  }

  #navigation.mobile-menu-open a#navigation-mobile-link span::before {
    content: '\00D7';
  }

  #navigation-main {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 300px;
    margin-left: -300px;
    text-align: left;
    background: #353535;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 999;
    transition: all 0.3s ease 0s;
    overflow-x: hidden;
    overflow-y: auto;
  }

  #navigation.mobile-menu-open #navigation-main {
    display: block;
    position: fixed;
    margin-left: 0px !important;
    transition: all 0.3s ease 0s;
  }

  #navigation-main ul {
    visibility: visible !important;
    opacity: 1 !important;
  }

  #navigation-main ul li {
    position: relative;
    display: block;
    float: none;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #666666;
  }

  #navigation-main ul li:hover > ul,
  #navigation-main ul li.over > ul {
  }

  #navigation-main ul li a {
    height: auto;
    padding: 10px;
    color: #FFFFFF;
    line-height: normal;
    white-space: normal;
  }
  
  #navigation-main ul li a span::after {
  	display: none;
  }

  #navigation-main ul li a:hover,
  #navigation-main ul li:hover > a,
  #navigation-main ul li > a:hover {
    color: #CCCCCC;
  }

  #navigation-main ul li a.nav-parent:hover,
  #navigation-main ul li:hover > a.nav-parent,
  #navigation-main ul li.over > a.nav-parent,
  #navigation-main ul li > a.nav-parent:hover {
    background: none !important;
  }

  #navigation-main ul li a.nav-parent::after {
    display: none;
  }

  #navigation-main ul li a.nav-current {
    color: #CCCCCC;
  }

  #navigation-main ul li a.nav-current span {
    border: 0;
  }

  #navigation-main ul li span.accordion-toggle {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 24px;
    height: 24px;
    font-size: 20px;
    line-height: normal;
    text-align: center;
    z-index: 99;
    cursor: pointer;
  }

  #navigation-main ul li span.accordion-toggle::after {
    position: absolute;
    top: 10px;
    right: 15px;
    margin: 0px;
    content: "\f078";
    color: #B22222;
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
  }

  #navigation-main ul li span.accordion-toggle-open {
  }

  #navigation-main ul li span.accordion-toggle-open::after {
    content: "\f077";
  }

  #navigation-main ul li.nav-divider span {
    display: none;
    border: 0;
  }

  #navigation-main ul li ul,
  #navigation-main ul li ul ul,
  #navigation-main ul li ul ul ul {
    display: block;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    padding: 0;
    background: transparent;
    box-shadow: 0px 0px 0px;
  }

  #navigation-main ul ul li {
    padding: 0 0 0 25px;
    border-bottom: 1px solid #666666;
  }

  #navigation-main ul ul li:first-child {
    border-top: 1px solid #666666;
  }

  #navigation-main ul ul li a {
    color: #FFFFFF;
  }

  #navigation-main ul ul li:hover > a,
  #navigation-main ul ul li > a:hover {
    color: #CCCCCC;
    background: none !important;
  }

  #navigation-main ul ul {
    display: block;
    margin: 0px 0px 0px 30px;
  }
}

/* Home Page Styles */

#content-outer.div-outer {
  width: auto;
}

#content-main {
}

.home-section {
	padding: 80px 0;
}

#home-boxes {
}

#home-boxes-outer {
}

#home-boxes-inner {
}

#home-boxes-main {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(2, 1fr);
}

.home-box {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding: 35px 40px 0 40px;
  text-align: center;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
}

.home-box-content {
  padding: 0 0 100px 0;
}

.home-box-icon {
	font-size: 72px;
}

.home-box-button {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}

/* Interior Page Styles */

#content {
}

#content-main {
}

#content-main-top {
  position: relative;
  width: 100%;
  height: 300px;
  text-align: center;
}

#content-main-top-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

#content-main-top-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

#content-main-top-image::after {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 98;
}

#content-main-top-heading {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 99;
}

#content-main-top-heading-outer {
  height: 100%;
}

#content-main-top-heading-inner {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

#content-main-top-heading h1 {
  display: table-cell;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

#content-main-bottom {
  padding: 40px 0;
}

#content-main-bottom-outer {
}

#content-main-bottom-inner {
}

#main {
}

/* Form Styles */

form {
  position: relative;
}

div.form-hidden {
  display: none;
}

div.form-section {
  margin: 0px 0px 30px 0px;
}

div.form-input {
  margin: 0px 0px 20px 0px;
}

div.column div.form-input:last-of-type {
  margin: 0px;
}

form span.form-label {
  display: block;
  margin: 0px 0px 4px 0px;
  font-size: 14px;
  font-weight: bold;
}

form span.form-label-inline {
  display: inline-block;
  margin: 0px 0px 0px 4px;
}

form input,
form select,
form textarea,
form button {
  padding: 12px;
  max-width: 100%;
  font-family: inherit;
  font-size: inherit;
  box-sizing: border-box;
}

form select {
  padding: 11px 12px;
}

div.select-wrapper {
  clear: both;
  position: relative;
}

div.select-wrapper select {
  padding-right: 30px;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAJCAYAAADtj3ZXAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAEBSURBVHjaYjxz5sxkBgYGQyAONzY2fspAAJw9e1YESK0G4jsAAcQEJByA2BqIVwElBAlo5AdSK6F67AECCKQ5EmQKEFtBDRDCo3ExEDsB8SMgjgEIIMb///+DJLSBnM1ArAjEu4A4FOiFT0gaOaBO9QHiFyAaKH8WIIBANjMAGVdBGqASbkC8EKiBHaqRFUjNg2p8B8QhII0gOYAAAtuMZAPI7+uAWAzqxDIgbgDidCB+D8RRQI07YOoBAghFM9QAeyC1FoiFgfgBECsA8VcgDgJq3IWsFiCAMDRDDXCDuoAbiH8AcQRQ40Z0dQABxIQtZKE2xALxRSBOxaYRBAACDAAYJlaV0VZ/aQAAAABJRU5ErkJggg==');
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  cursor: pointer;
}

/*div.select-wrapper::after {
  content: "\f107";
  position: absolute;
  right: 10px;
  top: 13px;
  color: #CCCCCC;
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
}*/

form input.input-text,
form select.input-text,
form textarea.input-text {
  width: 300px;
  border: 1px solid #CCCCCC;
  transition: all 0.2s ease-in-out;
}

form input.input-full,
form select.input-full,
form textarea.input-full {
  width: 100%;
}

form input.input-half,
form select.input-half {
  width: 50%;
}

form input.input-small,
form select.input-small,
form textarea.input-small {
  width: 44%;
}

form input.input-smallest,
form select.input-smallest,
form textarea.input-smallest {
  width: auto;
}

form textarea {
  width: 100%;
  height: 200px;
}

form input:not([type="submit"]):not([type="button"]):focus,
form select:focus,
form textarea:focus {
  outline: none;
  border: 1px solid rgba(0, 133, 217, 0.75);
  box-shadow: 0 0 0 0.2rem rgba(0, 133, 217, 0.75);
}

form input.input-price-sign {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='16px' width='85px'><text x='2' y='13' fill='gray' font-size='15' font-family='arial'>$</text></svg>");
  background-position: 5px center;
  background-repeat: no-repeat;
  padding-left: 20px !important;
}

form span.form-note {
  color: #CC0000;
  font-size: 12px;
  font-style: italic;
}

form span.form-note-block {
  display: block;
  margin: 4px 0px 0px 0px;
}

span.form-required {
  color: #CC0000;
}

span.form-note {
  color: #CC0000;
  font-style: italic;
}

.info,
.okay,
.success,
.warning,
.error {
  position: relative;
  padding: 10px 15px 10px 45px;
  border-radius: 3px;
}

.info::before,
.okay::before,
.success::before,
.warning::before,
.error::before {
  position: absolute;
  left: 15px;
  margin-right: 12px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
}

.info {
  color: #31708F;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.info::before {
  content: "\f05a";
}

.okay,
.success {
  color: #4F8A10;
  background-color: #DFF2BF;
}

.okay::before,
.success::before {
  content: "\f058";
}

.warning {
  color: #9F6000;
  background-color: #FEEFB3;
}

.warning::before {
  content: "\f06a";
}

.error {
  color: #D8000C;
  background-color: #FFBABA;
}

.error::before {
  content: "\f057";
}

/* Social Media Styles */

.social-media {
}

.social-media a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 5px 0 0;
  color: #FFFFFF;
  font-size: 19px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  background: #828282;
  border-radius: 50%;
}

.social-media a i.fa {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}

/* Button Styles */

.button {
  display: inline-block;
  padding: 10px 40px;
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  background: #454545;
  border: 0;
  cursor: pointer;
  transition: all ease-in-out 0.12s;
}

.button:hover {
  color: #454545;
  background: #FFFFFF;
}

.button-blue {
  color: #FFFFFF;
  background: var(--theme-color-blue);
}

.button-blue:hover {
  color: var(--theme-color-blue);
  background: #FFFFFF;
}

.button-blue-border:hover {
  box-shadow: inset 0 0 0 1px var(--theme-color-blue);
}

.button-block {
  display: block;
  padding: 0;
  text-align: center;
}

.button-large {
  padding: 20px 80px;
}

.button-round {
  border-radius: 4px;
}

.button-pill {
  border-radius: 100vmax;
}

/* Image Styles */

img.img-box {
  display: block;
  padding: 2px;
  border: 1px solid #CCCCCC;
}

/* Font Styles */

.text-small {
  font-size: 12px !important;
}

.text-medium {
  font-size: 20px !important;
}

.text-large {
  font-size: 28px !important;
}

.text-x-large {
  font-size: 36px !important;
}

.text-bold {
  font-weight: 700;
}

.text-italic {
  font-style: italic;
}

/* Misc Styles */

.no-margin {
  margin: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.float-left {
  float: left;
  margin: 0 35px 20px 0;
}

.float-right {
  float: right;
  margin: 0 0 20px 35px;
}

.clear-floats {
  color: inherit;
}

.clear-floats::after {
  content: "";
  display: block;
  clear: both;
}

embed, iframe, object {
  max-width: 100%;
}

/* Screen Reader Text */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  word-wrap: normal !important;
}

/* Responsive Embed Styles */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Responsive Styles */

@media only screen and (max-width: 1600px) {
  div.div-outer {
    width: auto;
  }

  div.div-inner {
    padding: 0px 30px;
  }
}

@media only screen and (max-width: 1440px) {
  #header-right {
    padding: 0;
  }

  #navigation {
    float: none;
  }
}

@media only screen and (max-width: 1280px) {
}

@media only screen and (max-width: 1152px) {
  #logo a img {
    max-width: 400px;
    margin: 7px auto 0;
  }
}

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 28px;
  }

  #wrapper {
  }

  #logo a {
    display: inline-block;
  }

  #logo a img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  #home-boxes-main {
    grid-template-columns: repeat(1, 1fr);
  }

  #left {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .hide-on-tablet {
    display: none;
  }

  .show-on-tablet {
    display: block;
  }

  .align-left-tablet {
    text-align: left !important;
  }

  .align-center-tablet {
    text-align: center !important;
  }

  .align-right-tablet {
    text-align: right !important;
  }
}

@media only screen and (max-width: 640px) {
  #logo {
    margin: auto;
    padding: 0 40px;
  }
}

@media only screen and (max-width: 568px) {
  .float-left,
  .float-right {
    float: none;
    margin: 1rem 0;
  }

  .text-medium {
    font-size: 16px !important;
  }

  .text-large {
    font-size: 20px !important;
  }

  .text-x-large {
    font-size: 24px !important;
  }

  .hide-on-mobile {
    display: none;
  }

  .show-on-mobile {
    display: block;
  }

  .align-left-mobile {
    text-align: left !important;
  }

  .align-center-mobile {
    text-align: center !important;
  }

  .align-right-mobile {
    text-align: right !important;
  }
}

@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 360px) {
}

@media only screen and (max-width: 320px) {
}