@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lora&display=swap');
@font-face {
  font-family: "Praetorian";
  src: url("../fonts/praetorian.ttf");
}
h1 {
  font-family: 'sans-serif';
  font-size: calc(24px + 1.5vw);
  line-height: 1.2em;
  margin: 2vw 0 1vw;
}
h2 {
  font-family: 'sans-serif';
  font-size: calc(18px + 1vw);
  line-height: 1.2em;
  margin: 2vw 0 2vw;
  font-weight: 500;
}
h3 {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: calc(8px + 0.5vw);
  line-height: 1.2em;
  margin: 2vw 0 1vw;
}
h4 {
  font-weight: 700;
}
a {
  color: #0f4c6e;
}
a:visited {
  color: #0a354c;
}
a:hover {
  color: #061d2b;
}
.btn {
  display: inline-block;
  color: white;
  padding: 10px 20px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease;
  cursor: pointer;
}
.btn:hover, .btn:visited {
  color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-outline {
  border: 2px solid;
  background-color: transparent;
}
.btn.btn-primary {
  background-color: #0f4c6e;
  border-color: #0f4c6e;
  color: white;
}
.btn.btn-primary:hover {
  background-color: #092d41;
  border-color: #0f4c6e;
  color: white;
}
.btn.btn-primary.btn-o {
  background-color: transparent;
  color: #0f4c6e;
}
.btn.btn-primary.btn-o:hover {
  background-color: #0f4c6e;
  border-color: #061d2b;
  color: white;
}
.btn.btn-secondary {
  background-color: #4dc2d6;
  border-color: #4dc2d6;
  color: white;
}
.btn.btn-secondary:hover {
  border-color: #4dc2d6;
  background-color: #2dadc3;
  color: white;
}
.btn.btn-secondary.btn-o {
  background-color: transparent;
  color: #4dc2d6;
}
.btn.btn-secondary.btn-o:hover {
  background-color: #4dc2d6;
  border-color: #289bae;
  color: white;
}
.btn.btn-tertiary {
  background-color: #ff982e;
  border-color: #ff982e;
  color: white;
}
.btn.btn-tertiary:hover {
  border-color: #ff982e;
  background-color: #ffb161;
  color: white;
}
.btn.btn-tertiary.btn-o {
  background-color: transparent;
  color: #ff982e;
}
.btn.btn-tertiary.btn-o:hover {
  background-color: #ff982e;
  border-color: #ffbe7b;
  color: white;
}
.bform_inquiry input, textarea, button {
  font-family: 'serif';
}
main {
  font-size: calc(12px + 0.25vw);
  line-height: 2em;
  font-weight: lighter;
}
main h1 {
  font-size: calc(14px + 2vw);
  font-weight: 300;
  margin-bottom: 2%;
  text-transform: uppercase;
}
main h2 {
  font-size: calc(8px + 1.75vw);
  font-weight: lighter;
  text-transform: uppercase;
  margin-bottom: 2%;
}
main h3 {
  font-size: calc(6px + 1vw);
  text-transform: none;
  font-weight: 300;
}
main .lead, main h1 ~ p {
  font-size: 1.4em;
  margin-bottom: 1.4em;
}
main .btn.btn-outline {
  color: inherit;
  border: 1px solid rgba(255, 255, 255, 0.75);
  font-weight: 400;
  background: transparent;
}
main .btn.btn-outline:hover {
  background: #0f4c6e;
}
main a:not([class]) {
  font-weight: 300;
  color: black;
  text-decoration: none;
  border-bottom: 1px solid black;
}
main .text-shadow {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.75);
}
main .text-white {
  color: white;
}
main .text-white h1, main .text-white h2, main .text-white h3, main .text-white h4, main .text-white h5, main .text-white h6, main .text-white a, main .text-white span {
  color: white;
}
main .text-center {
  text-align: center;
}
main .dark-bg {
  background-color: #343434;
}
main section.fifty_section.dark-bg > div:first-child {
  width: 80%;
}
main .border-bottom {
  border-bottom: 1px solid #4dc2d6;
}
main .border-right {
  border-right: 1px solid white;
}
main .border-left {
  border-left: 1px solid white;
}
main .border-top {
  border-top: 1px solid #4dc2d6;
}
main .no-padd {
  padding: 0;
}
main .padd-v {
  padding: 5vw 0;
}
main .text-right {
  text-align: right;
}
main .boxed-row {
  max-width: 1200px;
  margin: auto;
}
main .center-v {
  align-items: center;
}
main.pageBuilder-main section.full-height-section:first-child {
  height: calc(100vh - 125px);
}
section.hero_section {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 5vw 0;
}
section.hero_section .hero-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
section.hero_section .hero-content-wrap {
  position: relative;
  z-index: 1;
}
section.hero_section.full-height-section {
  height: 100vh;
}
section.hero_section.full-height-section .hero-content-wrap {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.fifty_section {
  display: flex;
  padding: 0;
}
section.fifty_section > div {
  padding: 5vw;
  width: 50%;
}
section.fifty_section .fifty-image {
  background-size: cover;
  background-position: center;
}
section.flexible-row, section.flexible-row .container {
  display: flex;
  flex-flow: row wrap;
}
section.flexible-row .flexible-col, section.flexible-row .container .flexible-col {
  flex: 1;
  padding: 0 2%;
  background-position: center;
  background-size: cover;
}
section {
  background-position: center;
  background-size: cover;
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  margin-bottom: 0;
  margin-top: 25vh;
}
body * {
  box-sizing: border-box;
}
.site > *:not(#masthead) {
  opacity: 0;
}
body.crux-loaded .site > *:not(#masthead) {
  transition: 0.1s all;
  opacity: 1;
}
body.crux-loaded header#masthead {
  transition: 0.3s all;
}
header#masthead {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #ededed;
  padding: 2em 2em 0;
}
header#masthead .mobile-nav-trigger {
  display: none;
}
header#masthead:after, header#masthead:before {
  display: none;
}
header#masthead .site-branding {
  flex: 4;
  text-align: center;
}
header#masthead .social-media, header#masthead .sub-nav {
  flex: 1;
}
header#masthead .sub-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
header#masthead nav#site-navigation {
  background: #4dc2d6;
  margin: 2em -2em 0;
  width: 100vw;
  padding: 0 2em;
}
header#masthead nav#site-navigation ul#primary-menu {
  display: flex;
  justify-content: center;
}
header#masthead nav#site-navigation ul#primary-menu li {
  padding: 0.5em 1em;
  text-transform: capitalize;
}
header#masthead nav#site-navigation ul#primary-menu li ul.sub-menu {
  background: white;
}
header#masthead.shrink {
  top: -142px;
}
ul.crux-social-media {
  padding: 0;
  list-style: none;
  margin: 0;
}
div#content {
  display: flex;
  flex-flow: row wrap;
}
div#content div#breadcrumbs {
  background: #ededed;
  padding: 4px 2em;
  width: 100%;
}
div#content div#primary {
  flex: 4;
}
div#content main#main {
  padding: 0 2em;
}
div#content aside#secondary {
  flex: 1;
  padding: 2em;
}
.crux-banner {
  padding-top: 20%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.crux-banner .banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 2em;
}
.crux-banner.banner-slides {
  padding-top: 0;
}
.crux-banner .crux-banner-slide {
  padding-top: 20%;
  position: relative;
  background-position: center;
  background-size: cover;
}
.crux-banner .crux-banner-slide .slide-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#page .owl-theme .owl-dots {
  height: 0;
  margin: -1.5em 0 1.5em;
  position: relative;
}
aside#secondary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
}
div.modal .modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  background: white;
  transform: translate(-50%, -50%);
  padding: 2em;
  max-width: 90vw;
  max-height: 90vh;
  overflow: auto;
}
div.modal.active {
  opacity: 1;
  pointer-events: all;
}
footer#colophon {
  background: #ededed;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: center;
  padding: 2em;
}
footer#colophon:after, footer#colophon:before {
  display: none;
}
footer#colophon .footer-links, footer#colophon .site-info {
  width: 25%;
}
footer#colophon .footer-branding {
  width: 50%;
  text-align: center;
}
footer#colophon ul#footer-menu {
  text-align: right;
  list-style: none;
}
footer#colophon .disclaimer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: -2em;
}
footer#colophon .disclaimer a {
  padding: 0 0 0 1em;
}
@media (max-width: 782px) {
  header#masthead ul#primary-menu {
    flex-flow: column;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s all;
  }
  header#masthead ul#primary-menu ul.sub-menu {
    position: relative;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s all;
  }
  header#masthead ul#primary-menu ul.sub-menu ul {
    display: none;
  }
  header#masthead ul#primary-menu li.focus ul.sub-menu {
    max-height: 25vh;
  }
  header#masthead .mobile-nav-trigger {
    display: block;
    padding: 18px;
    order: -2;
    background-color: transparent;
    border: none;
    transition: 0.3s all;
  }
  header#masthead .mobile-nav-trigger:focus {
    outline: none;
  }
  header#masthead .mobile-nav-trigger span {
    display: block;
    height: 4px;
    width: 45px;
    background-color: white;
    transition: 0.3s all;
  }
  header#masthead .mobile-nav-trigger span:not(:last-child) {
    margin-bottom: 6px;
  }
  header#masthead .mobile-nav-trigger.active {
    margin-left: -1.2em;
  }
  header#masthead .mobile-nav-trigger.active span:nth-child(1) {
    transform: rotate(45deg) translate(30%);
  }
  header#masthead .mobile-nav-trigger.active span:nth-child(2) {
    width: 0;
  }
  header#masthead .mobile-nav-trigger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(30%);
  }
  header#masthead.mobile-active ul#primary-menu {
    max-height: 75vh;
  }
}
/*# sourceMappingURL=cruxStyles.css.map */