@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../font-awesome/webfonts/fa-solid-900.woff2") format("woff2");
}

html,
body,
div,
span,
h1,
h5,
p,
a,
img,
strong,
article,
footer,
header,
main,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

article,
footer,
header,
main,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

.site-header,
.site-header-main,
.site-content,
.site-footer,
.entry-content,
.builder-section,
.site-content .container {
  zoom: 1;
}

.site-header:before,
.site-header-main:before,
.site-content:before,
.site-footer:before,
.entry-content:before,
.builder-section:before,
.site-content .container:before,
.site-header:after,
.site-header-main:after,
.site-content:after,
.site-footer:after,
.entry-content:after,
.builder-section:after,
.site-content .container:after {
  display: table;
  content: "";
}

.site-header:after,
.site-header-main:after,
.site-content:after,
.site-footer:after,
.entry-content:after,
.builder-section:after,
.site-content .container:after {
  clear: both;
}

p,
h1,
h5 {
  word-wrap: break-word;
  word-break: break-word;
}

body {
  color: #2c2c2c;
  background-color: #e0e0e0;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.5px;
  text-rendering: optimizeLegibility;
}

.site-wrapper,
.site-main {
  width: 100%;
  margin: 0 auto;
}

.container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 32px;
  padding: 0 3.2rem;
}

p {
  margin-bottom: 22px;
  margin-bottom: 2.2rem;
}

a {
  color: #fa3c3c;
  font-weight: bold;
  text-decoration: none;
}

.site-header {
  float: left;
  width: 100%;
  color: #ffffff;
}

.site-header-main {
  float: left;
  width: 100%;
  padding: 44px 0 22px;
  padding: 4.4rem 0 2.2rem;
  background-color: rgba(0, 4, 68, 1);
}

.header-layout-3 .site-navigation {
  float: left;
  width: 100%;
  max-width: 100%;
  text-align: left;
}

.site-title {
  margin: 0;
  color: #ffffff;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
}

.site-title a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

.site-description {
  display: block;
  margin: 11px 0 22px;
  margin: 1.1rem 0 2.2rem;
  font-family: "Roboto Slab", Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}

@media screen and (min-width: 800px) {
  .site-branding {
    float: left;
    max-width: 50%;
  }
}

a.custom-logo-link {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 11px;
  margin-bottom: 1.1rem;
}

img.custom-logo,
img {
  max-width: 100%;
  height: auto;
}

.site-navigation {
  margin-bottom: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (min-width: 800px) {
  .site-navigation {
    float: right;
    max-width: 50%;
  }
}

.menu-toggle {
  display: block;
  width: 100%;
  margin: 22px 0 0;
  margin: 2.2rem 0 0;
  padding: 10px 14px;
  padding: 1rem 1.4rem;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background-color: #171717;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 2.5px;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.menu-toggle:before {
  padding-right: 6px;
  padding-right: 0.6rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c9";
}

@media screen and (min-width: 800px) {
  .menu-toggle {
    display: none;
  }
}

.site-content {
  float: left;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(224, 224, 224, 1);
}

.site-footer {
  float: left;
  width: 100%;
  padding: 44px 0;
  padding: 4.4rem 0;
  color: #ffffff;
  background-color: rgba(0, 4, 68, 1);
}

.site-footer *:not(select) {
  border-color: #b9bcbf !important;
}

.site-footer .site-info {
  text-align: center;
}

@media screen and (min-width: 800px) {
  .site-footer .site-info {
    float: left;
  }
}

.site-footer .site-info,
.site-footer .site-info a {
  color: inherit;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 800px) {
  .site-footer .site-info,
  .site-footer .site-info a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.footer-text {
  clear: both;
  margin-bottom: 5.5px;
  margin-bottom: 0.55rem;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0;
  word-spacing: 0;
  text-align: center;
  text-transform: none;
}

@media screen and (min-width: 800px) {
  .footer-text {
    text-align: left;
  }
}

h5 {
  clear: both;
  margin: 11px 0;
  margin: 1.1rem 0;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.screen-reader-text {
  position: absolute;
  top: 0;
  left: -10000em;
}

.screen-reader-text:focus {
  display: block;
  z-index: 100000;
  top: 7px;
  left: 6px;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  color: #0073aa;
  background: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}

.entry-content {
  clear: both;
}

.builder-section-content {
  position: relative;
  z-index: 2;
}

.page-template-template-builder-php .site-content > .container {
  width: 100%;
  max-width: none;
  padding: 0;
}

.page-template-template-builder-php .site-main {
  width: 100%;
}

.builder-section-text .builder-section-content {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 32px;
  padding: 0 3.2rem;
}

.builder-section {
  position: relative;
  margin-bottom: 44px;
  margin-bottom: 4.4rem;
}

#builder-section-banner_230,
#builder-section-text_197 {
  margin-bottom: 0;
}

.builder-section-text.has-background {
  padding: 52px 0 22px;
  padding: 5.2rem 0 2.2rem;
}

.builder-text-row:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

.builder-text-column {
  float: left;
  width: 100%;
  min-height: 1px;
}

@media screen and (min-width: 800px) {
  .builder-text-column {
    margin-right: 3.3333333333%;
  }

  .builder-text-columns-2 .builder-text-column {
    width: 48.3333333333%;
  }

  .builder-text-columns-2 .builder-text-column:nth-child(2n+2) {
    margin-right: 0;
  }
}

.builder-text-column:last-of-type {
  margin-right: 0;
}

.site-content .container {
  clear: both;
  padding-bottom: 44px;
  padding-bottom: 4.4rem;
}

.page-template-template-builder-php .site-content > .container {
  padding: 0;
}

.site-main {
  float: left;
}
