@import url("fonts.css?v=08052021005");
@import url("navigation.css?v=08052021005");
@import url("header.css?v=08052021005");
@import url("footer.css?v=08052021005");
@import url("buttons.css?v=08052021005");
@import url("forms.css?v=08052021005");
@import url("content.css?v=08052021005");
@import url("semantic.custom.css?v=08052021005");

html,
body {
  font-size: 100%;
  width: 100%;
  height: 100%;
}

body {
  background: #fff;
  color: #000;
  height: 100%;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.2px;
  -webkit-text-size-adjust: 100%;
}

#root {
  height: 100%;
}

#body-container {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

* {
  font-family: "Overpass", sans-serif;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.4;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

p {
  line-height: 1.4;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.strong,
.bold {
  font-weight: 600;
}

.green {
  color: #0b589b;
}

.green:hover {
  color: #0b589b;
}

.fixed-width {
  display: inline-block;
  min-width: 110px;
}

.fixed-width-small {
  display: inline-block;
  min-width: 80px;
}

.fixed-width-large {
  display: inline-block;
  width: 160px;
}

.strong.italic,
.bold.italic,
.italic {
  font-style: italic;
}

.thin {
  font-weight: 300;
}

.padded-horizontal {
  padding: 0px 140px;
}

a:not(.button):not(.custom-btn),
a:not(.button):not(.custom-btn):active,
a:not(.button):not(.custom-btn):visited {
  text-decoration: none;
  color: #0b589b;
  border-bottom: 0.5px solid rgba(250, 158, 12, 0.3);
  padding-bottom: 2px;
  animation-timing-function: ease;
}

a:not(.button):not(.custom-btn):hover {
  color: #20173e;
  border-bottom: 1px solid rgba(117, 108, 158, 0.25);
  padding-bottom: 2px;
}

h1 {
  font-family: "Overpass", sans-serif;
  color: #0b589b;
  font-weight: normal;
  font-size: 26px;
  font-weight: 400;
  display: block;
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
  letter-spacing: 0.5px;
  line-height: 1.1;
  text-transform: uppercase;
}

h1.large {
  font-size: 50px;
}

.headline-subtext {
  color: #0b589b;
  font-weight: normal;
  font-size: 35px;
  font-weight: 300;
  display: block;
  margin-top: -5px;
}

.headline-subtext.large {
  font-size: 26px;
}

h2 {
  color: #0b589b;
  font-weight: normal;
  font-size: 22px;
  font-weight: 300;
  display: block;
  text-transform: uppercase;
}

h3 {
  font-family: "Overpass", sans-serif;
  color: #0b589b;
  font-weight: 400;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.1;
  display: block;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: normal;
}

h4 {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.2px;
  margin: 0;
  padding: 0;
}

.uppercase {
  text-transform: uppercase;
}

.centered {
  text-align: center;
}

.left-aligned {
  text-align: left;
}

.right-aligned {
  text-align: right;
}

.right-floated {
  float: right;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.hyphen {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.section-top {
  margin-top: 50px;
}

.section-bottom {
  margin-bottom: 50px;
}

.section-top-medium {
  margin-top: 25px;
}

.section-bottom-medium {
  margin-bottom: 25px;
}

.section-top-small {
  margin-top: 10px;
}

.section-bottom-small {
  margin-bottom: 10px;
}

.no-spacing-bottom {
  margin-bottom: -180px;
}

.section-block {
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block !important;
}

.block {
  display: block !important;
}

.subtitle {
  font-size: 12px;
}

.small {
  font-size: 12px;
}

.medium {
  font-size: 14px;
}

.element_hidden {
  visibility: hidden !important;
  display: none !important;
}

.mobile_only {
  display: none;
}

.desktop_only {
  display: block;
}

.rounded {
  border-radius: 4px;
  overflow: hidden;
}

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

@media screen and (max-width: 991px) {
  body {
    font-size: 15px;
  }

  h1,
  h1.large {
    font-size: 28px;
  }

  h1.filled {
    padding: 15px 20px;
    border-radius: 8px;
  }

  .headline-subtext,
  .headline-subtext.large {
    font-size: 19px;
    margin-top: 0px;
  }

  h2 {
    font-size: 18px;
  }

  .section-bottom {
    margin-bottom: 20px;
  }

  .padded-horizontal {
    padding: 0px 0px;
  }

  .mobile-hyphen {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }

  .mobile_hide {
    display: none;
  }

  .mobile_only {
    display: block;
  }

  .desktop_only {
    display: none;
    content: none;
    width: 0px;
    height: 0px;
    visibility: hidden;
  }

  .no-spacing-bottom {
    margin-bottom: -100px;
  }
}

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