@charset "UTF-8";
/* 

Theme Name:   Base12 Theme
Theme URI: 		https://base12systems.com
Description:  Base12 Essential Elements template.
Author:				Jeremy Kron
Version:      0.0.1

*/
/*  MAIN SASS FILE
=================================================================== /// */
/* 
:::::::::: VARIABLES :::::::::
*/
/* breakpoints */
/* 
:::::::::: COLORS :::::::::
*/
/* ___ theme ___ */
@import url("https://use.typekit.net/mou0ohr.css");
@import url("https://use.typekit.net/wdh4oar.css");
.black {
  color: #161819 !important;
}

.white {
  color: #f1f4f6 !important;
}

.dark-grey {
  color: #595d5e !important;
}

.mid-grey {
  color: #adb2b5 !important;
}

.light-grey {
  color: #d8dfe5 !important;
}

.blue {
  color: #31aadf !important;
}

.yellow {
  color: #e3b236 !important;
}

.red {
  color: #9d2465 !important;
}

.purple {
  color: #614485 !important;
}

.green {
  color: #73bd4c !important;
}

.text-A {
  color: #595d5e !important;
}

.text-B {
  color: #f1f4f6 !important;
}

.link-A {
  color: #73bd4c !important;
}

.link-B {
  color: #e3b236 !important;
}

/* svg fills */
.fill-blue {
  fill: #31aadf;
}

.fill-yellow {
  fill: #e3b236;
}

.fill-red {
  fill: #9d2465;
}

.fill-purple {
  fill: #614485;
}

.fill-green {
  fill: #73bd4c;
}

.fill-black {
  fill: #161819;
}

.fill-white {
  fill: #f1f4f6;
}

.fill-light-grey {
  fill: #d8dfe5;
}

.fill-mid-grey {
  fill: #adb2b5;
}

.fill-dark-grey {
  fill: #595d5e;
}

/* ___ backgrounds ___ */
.bg-black {
  background-color: #161819 !important;
  color: #f1f4f6;
}

.bg-white {
  background-color: #f1f4f6 !important;
  color: #595d5e;
}

.bg-light-grey {
  background-color: #d8dfe5 !important;
  color: #595d5e;
}

.bg-lighter-grey {
  background-color: #e7ecef !important;
  color: #595d5e;
}

.bg-mid-grey {
  background-color: #adb2b5 !important;
  color: #595d5e;
}

.bg-dark-grey {
  background-color: #595d5e !important;
  color: #f1f4f6;
}

.bg-darker-grey {
  background-color: #4d5051 !important;
  color: #f1f4f6;
}

.bg-blue {
  background-color: #31aadf !important;
  color: #f1f4f6;
}

.bg-yellow {
  background-color: #e3b236 !important;
  color: #f1f4f6;
}

.bg-red {
  background-color: #9d2465 !important;
  color: #f1f4f6;
}

.bg-purple {
  background-color: #614485 !important;
  color: #595d5e;
}

.bg-green {
  background-color: #73bd4c !important;
  color: #595d5e;
}

/* ___ borders ___ */
.border-black-thin {
  border: #161819 1px solid;
}

.border-top-black-thin {
  border-top: #161819 1px solid;
}

.border-bottom-black-thin {
  border-bottom: #161819 1px solid;
}

.border-white-thin {
  border: #f1f4f6 1px solid;
}

.border-top-white-thin {
  border-top: #f1f4f6 1px solid;
}

.border-bottom-white-thin {
  border-bottom: #f1f4f6 1px solid;
}

.border-light-grey-thin {
  border: #d8dfe5 1px solid;
}

.border-top-light-grey-thin {
  border-top: #d8dfe5 1px solid;
}

.border-bottom-light-grey-thin {
  border-bottom: #d8dfe5 1px solid;
}

.border-mid-grey-thin {
  border: #adb2b5 1px solid;
}

.border-top-mid-grey-thin {
  border-top: #adb2b5 1px solid;
}

.border-bottom-mid-grey-thin {
  border-bottom: #adb2b5 1px solid;
}

.border-dark-grey-thin {
  border: #595d5e 1px solid;
}

.border-top-dark-grey-thin {
  border-top: #595d5e 1px solid;
}

.border-bottom-dark-grey-thin {
  border-bottom: #595d5e 1px solid;
}

.border-blue-thin {
  border: #31aadf 1px solid;
}

.border-top-blue-thin {
  border-top: #31aadf 1px solid;
}

.border-bottom-blue-thin {
  border-bottom: #31aadf 1px solid;
}

.border-yellow-thin {
  border: #e3b236 1px solid;
}

.border-top-yellow-thin {
  border-top: #e3b236 1px solid;
}

.border-bottom-yellow-thin {
  border-bottom: #e3b236 1px solid;
}

.border-red-thin {
  border: #9d2465 1px solid;
}

.border-top-red-thin {
  border-top: #9d2465 1px solid;
}

.border-bottom-red-thin {
  border-bottom: #9d2465 1px solid;
}

.border-purple-thin {
  border: #614485 1px solid;
}

.border-top-purple-thin {
  border-top: #614485 1px solid;
}

.border-bottom-purple-thin {
  border-bottom: #614485 1px solid;
}

.border-green-thin {
  border: #73bd4c 1px solid;
}

.border-top-green-thin {
  border-top: #73bd4c 1px solid;
}

.border-bottom-green-thin {
  border-bottom: #73bd4c 1px solid;
}

/* ___ system ___ */
/* families */
html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  margin: 0;
  font-family: quiche-sans, sans-serif;
}
body.bg-reset {
  background: unset;
}

h1 {
  font-size: 60px;
  line-height: 72px;
  font-weight: 600;
}
@media (max-width: 767px) {
  h1 {
    font-size: 48px;
    line-height: 60px;
  }
}
@media (max-width: 419px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

h2 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 300;
}
@media (max-width: 767px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 419px) {
  h2 {
    font-size: 32px;
    line-height: 36px;
  }
}

h3 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
}
@media (max-width: 767px) {
  h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 419px) {
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

h4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 419px) {
  h4 {
    font-size: 20px;
    line-height: 24px;
  }
}

h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

h6 {
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
}

p, ul, ol {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

p {
  margin: 0 auto 1rem;
}
p:last-child {
  margin-bottom: 0;
}
p.intro {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}
p a {
  text-decoration: underline;
}
p a:hover {
  background: #fcf7e9;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

strong {
  font-weight: 600;
}

blockquote {
  background: linear-gradient(45deg, #d8dfe5, #f1f4f6, #f1f4f6, #d8dfe5);
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem auto;
  color: #595d5e;
}
blockquote p {
  font-size: 32px;
  line-height: 40px;
  font-style: oblique;
  font-weight: 300;
}
blockquote p::before {
  content: "“";
  font-size: 40px;
}
blockquote p::after {
  content: "”";
  font-size: 40px;
}

table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 767px) {
  table {
    display: block;
  }
}
table tr {
  background: #b5e1f4;
}
@media (max-width: 767px) {
  table tr {
    display: inline-block;
    width: 95%;
    padding: 1rem;
  }
}
table tr:first-child {
  background: #31aadf;
  border-bottom: #f1f4f6 2px solid;
}
table tr:nth-child(even) {
  background: #e2f3fa;
}
table tr th,
table tr td {
  padding: 0.5rem 1rem;
  text-align: left;
}
@media (max-width: 767px) {
  table tr th,
  table tr td {
    display: block;
    width: 100%;
    padding: 0;
  }
}
table tr th {
  color: #f1f4f6;
}
table tr td {
  color: #595d5e;
}
table caption {
  caption-side: bottom;
  text-align: right;
  padding: 0.5rem 0;
}

a {
  color: #73bd4c;
  text-decoration: none;
}

@media (min-width: 1024px) {
  :hover {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
}

button,
input[type=button],
input[type=submit] {
  display: block;
  margin: 2rem auto 1rem;
  background: #73bd4c;
  color: #f1f4f6;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 23px;
  line-height: 23px;
  letter-spacing: 2px;
  text-align: center;
  border: #adb2b5 1px solid;
  border-radius: 12px;
  padding: 1rem 2rem;
  cursor: pointer;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  background: #5c9c3a;
}
button.bg-blue:hover,
input[type=button].bg-blue:hover,
input[type=submit].bg-blue:hover {
  background: #1e8ebf;
}
button.bg-red:hover,
input[type=button].bg-red:hover,
input[type=submit].bg-red:hover {
  background: #741a4a;
}
button.bg-yellow:hover,
input[type=button].bg-yellow:hover,
input[type=submit].bg-yellow:hover {
  background: #ca991c;
}
button.bg-green:hover,
input[type=button].bg-green:hover,
input[type=submit].bg-green:hover {
  background: #5c9c3a;
}
button.bg-black:hover,
input[type=button].bg-black:hover,
input[type=submit].bg-black:hover {
  background: #000;
}
button.bg-white,
input[type=button].bg-white,
input[type=submit].bg-white {
  color: #161819;
}
button.bg-white:hover,
input[type=button].bg-white:hover,
input[type=submit].bg-white:hover {
  background: #FFF;
}

.video {
  width: 100%;
}
.video .aspect-ratio {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.video .aspect-ratio video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

audio {
  visibility: hidden;
}

.videoSection {
  position: relative;
  height: 100vh;
}

.videoFeature {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  text-align: center;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
@media (max-width: 767px) {
  .videoFeature {
    min-height: 90vh;
  }
}

.videoFeature video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 105%;
  opacity: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .videoFeature video {
    min-height: unset;
    width: 100%;
  }
}
.videoFeature img {
  position: absolute;
  width: 100%;
  height: auto;
  width: 100%;
  opacity: 1;
}

.imageSection .imageFeature {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  text-align: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 980px) {
  .imageSection .imageFeature {
    position: relative;
    height: auto;
  }
}
.imageSection .imageFeature img {
  position: relative;
  width: auto;
  height: 100vh;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .imageSection .imageFeature img {
    width: 100%;
    height: auto;
  }
}

header {
  padding: 1rem 0;
}
@media (max-width: 1399px) {
  header {
    padding: 1rem;
  }
}
header #hdr-logo {
  width: 25%;
}
@media (max-width: 767px) {
  header #hdr-logo {
    width: 50%;
  }
}
header #hdr-logo img {
  width: auto;
  height: auto;
  max-width: 200px;
}
header #mobile-nav-bars {
  display: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  header #mobile-nav-bars {
    position: relative;
    display: block;
    width: 50%;
  }
  header #mobile-nav-bars .inner {
    position: absolute;
    width: 40px;
    right: 1rem;
    top: -1rem;
  }
  header #mobile-nav-bars .inner span {
    display: block;
    width: 100%;
    height: 4px;
    background: linear-gradient(-90deg, #161819, #b38819, #161819);
    margin: 0.45rem 0;
    border-radius: 2px;
  }
}
header #mobile-nav-close {
  display: none;
  position: relative;
  width: 50%;
  cursor: pointer;
}
header #mobile-nav-close .inner {
  position: absolute;
  width: 40px;
  right: 0.4rem;
  top: -1.4rem;
  border-radius: 50%;
  padding: 0 0.5rem 0.35rem 0.5rem;
  background: radial-gradient(rgba(22, 24, 25, 0), rgba(22, 24, 25, 0), #46772c);
  text-align: center;
  font-size: 36px;
  font-weight: 300;
}
header #mobile-nav-close .inner span {
  color: #46772c;
}
header #main-menu {
  width: 75%;
  text-align: right;
}
@media (max-width: 767px) {
  header #main-menu {
    display: none;
    width: 80%;
    text-align: left;
    position: absolute;
    top: 115px;
    right: 0;
    background: linear-gradient(180deg, rgba(22, 24, 25, 0.8), #161819);
  }
}
@media (max-width: 419px) {
  header #main-menu {
    top: 92px;
  }
}
header #main-menu ul {
  list-style-type: none;
  font-family: pirulen, sans serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 2px;
}
header #main-menu ul li {
  display: inline-block;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  header #main-menu ul li {
    display: block;
    padding: 0.5rem 1rem;
  }
}
header #main-menu ul a {
  color: #161819;
  text-decoration: none;
}
header #main-menu ul a:hover {
  color: #73bd4c;
}
@media (max-width: 767px) {
  header #main-menu ul a {
    color: #f1f4f6;
  }
  header #main-menu ul a:hover {
    color: #73bd4c;
  }
}
header #main-menu .menu .menu-item {
  position: relative;
}
header #main-menu .menu .menu-item .sub-menu {
  display: none;
  position: absolute;
  width: 100%;
  background: linear-gradient(180deg, rgba(173, 178, 181, 0), rgba(173, 178, 181, 0.9), rgba(22, 24, 25, 0.9));
  right: 0;
  margin: 0.5rem 0 0;
  padding: 1rem;
}
@media (max-width: 767px) {
  header #main-menu .menu .menu-item .sub-menu {
    display: block;
    position: relative;
    background: none;
    margin: 0;
  }
}
header #main-menu .menu .menu-item .sub-menu li {
  display: block;
  padding: 1rem 0;
  text-align: center;
}
@media (max-width: 767px) {
  header #main-menu .menu .menu-item .sub-menu li {
    text-align: left;
    padding: 0.5rem 1rem;
  }
  header #main-menu .menu .menu-item .sub-menu li::before {
    content: "• ";
    color: #d8dfe5;
  }
}
header #main-menu .menu .menu-item .sub-menu li a {
  color: #f1f4f6;
}
header #main-menu .menu .menu-item .sub-menu li a:hover {
  color: #161819;
}
@media (max-width: 767px) {
  header #main-menu .menu .menu-item .sub-menu li a:hover {
    color: #9fd284;
  }
}
header#content-header {
  background: #f1f4f6;
  border-bottom: #adb2b5 2px dotted;
}
header#content-header.imgHdr {
  background-size: cover;
  min-height: 100vh;
  position: relative;
}
header#content-header.imgHdr .headline {
  position: absolute;
  top: 40%;
  width: 100%;
  margin: 0 auto;
  font-size: 72px;
  line-height: 84px;
  font-weight: 300;
}
@media (max-width: 767px) {
  header#content-header.imgHdr .headline {
    font-size: 38px;
    line-height: 46px;
  }
}
header#content-header.imgHdr .headline #headline {
  display: block;
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

footer {
  width: 100%;
  background: #9d2465;
  color: #f1f4f6;
}
footer p {
  padding: 0.5rem 1rem;
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
}
footer p#ftr-copyright {
  text-align: center;
}
footer a {
  color: #f1f4f6;
}
footer a:hover {
  background: none;
  color: #d8dfe5;
}

form {
  background: #e7ecef;
  margin: 1rem;
  padding: 2rem;
  border-radius: 4px;
}

input,
textarea,
select {
  display: inline-block;
  margin: 1rem 0;
  border: none;
  border-radius: 4px;
  padding: 0.2rem 0.3rem;
  background: #FFF;
  font-family: quiche-sans, sans-serif;
  font-size: 21px;
  color: #161819;
}

input[type=email],
input[type=text],
input[type=password],
input[type=number],
textarea,
select {
  width: 100%;
}

/* 
:::::::::: BASE STYLES :::::::::
*/
.mobile {
  display: none !important;
}
@media (max-width: 980px) {
  .mobile {
    display: block !important;
  }
}

.desktop {
  display: none;
}
@media (min-width: 981px) {
  .desktop {
    display: block;
  }
}

.hide {
  display: none;
}

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

.anchor {
  position: relative;
}
.anchor a {
  position: absolute;
  left: 0;
  top: -196px;
}

.flip-x {
  transform: scaleX(-1);
}

.flip-y {
  transform: scaleY(-1);
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.pad {
  padding: 2rem;
}

.pad-v {
  padding: 2rem 0;
}

.pad-h {
  padding: 0 2rem;
}

.pad-top {
  padding-top: 2rem;
}

.pad-bottom {
  padding-bottom: 2rem;
}

.pad-left {
  padding-left: 2rem;
}

.pad-right {
  padding-right: 2rem;
}

.flex-container {
  max-width: 1399px;
  margin: 0 auto;
}
.flex-container .row {
  display: flex;
  align-items: center;
  width: 100%;
}
.flex-container .row.one-col .col {
  width: 100%;
}
.flex-container .row.two-col .col {
  width: 50%;
}
.flex-container .row.three-col .col {
  width: 33.333%;
}
.flex-container .row.four-col .col {
  width: 25%;
}
.flex-container .row.five-col .col {
  width: 20%;
}
.flex-container .row.six-col .col {
  width: 16.66%;
}

section.container {
  max-width: 1399px;
  margin: 0 auto;
}
section.container .inner-container {
  max-width: 1399px;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  section.container .inner-container {
    padding: 0 2rem;
  }
}
section.container .inner-container .inner-col .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -2rem;
}
@media (max-width: 767px) {
  section.container .inner-container .inner-col .row {
    display: block;
    margin: 0 auto;
  }
}
section.container .inner-container .inner-col .row.align-top {
  align-items: flex-start;
}
section.container .inner-container .inner-col .row.align-bottom {
  align-items: flex-end;
}
section.container .inner-container .inner-col .row.wrap-2 .column {
  width: 50%;
}
section.container .inner-container .inner-col .row.wrap-3 .column {
  width: 33.3%;
}
section.container .inner-container .inner-col .row.wrap-4 .column {
  width: 25%;
}
section.container .inner-container .inner-col .row.wrap-5 .column {
  width: 20%;
}
section.container .inner-container .inner-col .row.wrap-6 .column {
  width: 16.66%;
}
section.container .inner-container .inner-col .row.wrap-7 .column {
  width: 14.28%;
}
section.container .inner-container .inner-col .row.wrap-8 .column {
  width: 12.5%;
}
section.container .inner-container .inner-col .row.wrap-9 .column {
  width: 11.1%;
}
section.container .inner-container .inner-col .row.wrap-10 .column {
  width: 10%;
}
section.container .inner-container .inner-col .row.wrap-11 .column {
  width: 9.09%;
}
section.container .inner-container .inner-col .row.wrap-12 .column {
  width: 8.33%;
}
@media (max-width: 767px) {
  section.container .inner-container .inner-col .row[class*=wrap-] .column {
    width: 100%;
  }
}
@media (max-width: 767px) {
  section.container .inner-container .inner-col .row .column {
    width: 100%;
  }
}
section.container .inner-container .inner-col .row .column .column-inner {
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  section.container .inner-container .inner-col .row .column .column-inner {
    padding: 1rem 0;
  }
}
section.container .inner-container .inner-col .row .column .column-inner img {
  display: block;
  margin: 0 auto;
}

.plx {
  position: relative;
  width: 100%;
  height: 100vh;
  background: center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
@media (max-width: 419px) {
  .plx {
    background-attachment: unset;
    background-size: 100% 100%;
    background-repeat: repeat-y;
    height: auto;
    padding: 0 0 4rem;
  }
}

.plx-cast {
  background: rgba(49, 170, 223, 0.5);
}

.plx-item {
  clear: both;
  width: 100%;
  height: 70vh;
  max-width: 1399px;
  margin: 0 auto;
}
.plx-item .inner {
  width: 100%;
}
.plx-item .inner.left {
  float: left;
  width: 70%;
}
@media (max-width: 980px) {
  .plx-item .inner.left {
    float: none;
  }
}
.plx-item .inner.right {
  float: right;
  width: 70%;
}
@media (max-width: 980px) {
  .plx-item .inner.right {
    float: none;
  }
}
.plx-item .inner p {
  font-family: pirulen, sans serif;
  font-size: 36px;
  line-height: 52px;
}

.bubble {
  postion: relative;
}
.bubble .inner {
  position: absolute;
  bottom: 10%;
  right: 10%;
  background: rgba(241, 244, 246, 0.8);
  padding: 2rem;
  color: #595d5e;
}
.bubble .inner h3 {
  font-family: pirulen, sans serif;
  font-weight: 400;
  text-transform: uppercase;
}
.bubble .inner p {
  font-family: quiche-sans, sans-serif;
  font-weight: 100;
  font-size: 30px;
  line-height: 36px;
}
.bubble .inner .byline {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

#pxl-002 {
  background-color: #e3b236;
}

#pxl-003 {
  background-color: #31aadf;
}

#pxl-004 {
  background-color: #161819;
}

#ill-001 img {
  opacity: 0.1;
}

#ill-001-1 img {
  opacity: 0.3;
}

#ill-001-2 img {
  opacity: 0.5;
}

#ill-001-3 img {
  opacity: 0.7;
}

#ill-001-4 img,
#ill-001-5 img,
#ill-001-6 img {
  opacity: 0.5;
}

#ill-002,
#ill-002-1,
#ill-002-2 {
  background-size: contain;
}

#ill-002-1 img {
  opacity: 0.5;
}

#ill-002-2 img {
  opacity: 0.85;
}

#ill-004 img,
#ill-005 img {
  opacity: 0.6;
}

#ill-004-1 {
  background-size: contain;
  background-position: left center;
}

#ill-006-1 img {
  opacity: 0.5;
}

#ill-007 img,
#ill-008 img {
  opacity: 0.75;
}

#ill-008-1 img {
  opacity: 0.35;
}

#vid-001-0 img {
  opacity: 0.35;
}

.wp-video {
  width: 100% !important;
  margin: 1rem auto 1.5rem;
}

.page-body {
  min-height: 80vh;
  max-width: 1399px;
  margin: 0 auto;
  padding-bottom: 4rem;
}
@media (max-width: 1399px) {
  .page-body {
    padding: 0 2rem 4rem;
  }
}

/*# sourceMappingURL=style.css.map */
