/* Breakpoints */
/* Layout */
/* Theme colors */
/* Button colors */
/* Text link colors */
/* Text colors */
/* Helper colors */
/* Typography */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*
  Dependency-free breakpoint mixin
  http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
*/
.cft-grid {
  display: grid;
  grid-gap: 30px;
}

.cft-inline-grid {
  margin-left: -30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cft-inline-grid > .cft-gi {
  width: 100%;
  padding-left: 30px;
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/** * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) * Richard Clark (http://richclarkdesign.com) * http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"], button {
  -webkit-appearance: none;
  border-radius: 0;
}

input, textarea, select, a {
  outline: none;
}

sticky,
.bypostauthor,
.gallery-caption {
  display: normal;
}

.alignnone {
  margin: 0 auto 1em;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter, div.aligncenter {
  display: block;
  clear: both;
  margin: 0em auto 1em !important;
}

img,
img[class*="align"],
img[class*="wp-image-"] {
  max-width: 100% !important;
  height: auto;
  width: auto;
  display: block;
}

article img.wp-post-image {
  margin-bottom: 1em;
}

img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

img.alignright {
  margin-left: 0 0 1em 1em;
}

img.alignleft {
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin: 0 auto 1em;
}

img#wpstats {
  display: block;
  margin: 0 auto;
}

img[class*="align"],
img[class*="wp-image-"],
.gallery .gallery-icon img {
  border: none;
}

.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
  text-align: center;
}

.wp-caption img {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  position: relative;
  font-size: 14px;
  line-height: 21px;
  padding: 5px 0;
}

.gallery {
  margin: 0 auto;
}

.gallery .gallery-item {
  margin: 0;
  float: left;
  text-align: center;
  width: 33%;
}

.gallery a img {
  border: none;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body,
input,
textarea,
button,
select {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "source-sans-3", sans-serif;
  color: #000;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
  font-family: "source-sans-3", serif;
  font-weight: 500;
  margin-bottom: 10px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  font-weight: inherit;
}

h1, .h1 {
  font-size: 30px;
  line-height: 38px;
  font-size: 3rem;
  line-height: 3.8rem;
}

h2, .h2 {
  font-size: 26px;
  line-height: 34px;
  font-size: 2.6rem;
  line-height: 3.4rem;
}

h3, .h3 {
  font-size: 24px;
  line-height: 32px;
  font-size: 2.4rem;
  line-height: 3.2rem;
}

h4, .h4 {
  font-size: 20px;
  line-height: 28px;
  font-size: 2rem;
  line-height: 2.8rem;
}

h5, .h5 {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

h6, .h6 {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

p {
  margin: 0 0 1em 0;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

blockquote {
  font-size: 20px;
  line-height: 28px;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #777;
  font-style: italic;
  margin: 0 0 30px;
  padding: 15px 30px;
  border-left: 1px solid #ebebeb;
}
blockquote p {
  margin-bottom: 0;
}
blockquote p + cite {
  margin-top: 15px;
}
blockquote cite {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #777;
}
blockquote cite:before {
  content: "\2014 \0020";
}

hr {
  clear: both;
  border-top: solid #ebebeb;
  border-width: 1px 0 0;
  margin: 20px 0;
}
hr.hr-small {
  margin: 30px 0;
}
hr.hr-clear {
  border-top: 0 none;
}

.btn, .btn-secondary,
a.btn-secondary,
a.btn,
a.btn-secondary {
  display: inline-block;
  padding: 6px 8px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  color: #fff !important;
  border: none;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  font-family: "source-sans-3", serif;
  -moz-transition: 0.2s all ease-in;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  background-color: #d99d2f;
}
.btn.small, .small.btn-secondary,
a.btn.small,
a.small.btn-secondary {
  padding: 4px 5px;
  font-size: 13px;
  line-height: 24px;
  font-size: 1.3rem;
  line-height: 2.4rem;
}
.btn.full, .full.btn-secondary,
a.btn.full,
a.full.btn-secondary {
  width: 100%;
}
.btn:hover, .btn-secondary:hover,
a.btn:hover,
a.btn-secondary:hover {
  background-color: #b48021;
  color: #fff;
}
.btn:active, .btn-secondary:active,
a.btn:active,
a.btn-secondary:active {
  background-color: #896119;
  color: #fff;
}
.btn[disabled], [disabled].btn-secondary, .btn.disabled, .disabled.btn-secondary,
a.btn[disabled],
a[disabled].btn-secondary,
a.btn.disabled,
a.disabled.btn-secondary {
  cursor: default;
  color: #ababab;
  background-color: #dfdfdf;
}

.ghost {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}
.ghost:hover {
  background: #fff;
  color: #c20606;
}

.btn-secondary,
a.btn-secondary {
  background-color: #424242;
}
.btn-secondary:hover,
a.btn-secondary:hover {
  background-color: #292929;
  color: #fff;
}
.btn-secondary:active,
a.btn-secondary:active {
  background-color: #0f0f0f;
  color: #fff;
}

.text-link {
  display: inline;
  border: 0 none;
  background: none;
  text-decoration: underline;
  padding: 0;
  margin: 0;
}

.visual-link {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 62.5%;
}
.visual-link.long {
  padding-bottom: 56.25%;
}
.visual-link.square {
  padding-bottom: 100%;
}
.visual-link .visual-link-image {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 1;
}
.visual-link .visual-link-caption {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  padding: 15px;
  font-family: "source-sans-3", sans-serif;
  font-weight: 600;
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.visual-link .visual-link-caption > *:last-child {
  margin-bottom: 0;
}
.visual-link:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.visual-link:hover .visual-link-image {
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.single-slide {
  height: 300px;
  position: relative;
}
.single-slide .background-image {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
@media screen and (min-width: 798px) {
  .single-slide {
    height: 600px;
  }
}

.hero {
  position: relative;
}
.hero .banner-caption-wrap {
  position: absolute;
  right: auto;
  bottom: 50px;
  border: solid 1px #000;
}
.hero .banner-caption-wrap h3:last-of-type {
  margin-bottom: 0;
}

.expander-title {
  position: relative;
}
.expander-title i, .expander-title svg {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.expander-title.open i, .expander-title.open svg {
  -moz-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.expander-content {
  display: none;
}

a.menu-toggle {
  display: block;
  width: 25px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
@media screen and (min-width: 800px) {
  a.menu-toggle {
    display: none;
  }
}
a.menu-toggle span.bars {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
a.menu-toggle span.bars:before, a.menu-toggle span.bars:after {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
  display: block;
  top: -7px;
  position: absolute;
}
a.menu-toggle span.bars:after {
  top: 7px;
}
a.menu-toggle.closer {
  z-index: 12;
}
a.menu-toggle.closer span.bars {
  background: transparent;
}
a.menu-toggle.closer span.bars:before {
  top: 0;
  transform: rotate(-45deg);
}
a.menu-toggle.closer span.bars:after {
  top: 0;
  transform: rotate(45deg);
}

#wpadminbar {
  opacity: .3;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  -webkit-transform: translateZ(0);
  position: absolute;
  pointer-events: none;
}
#wpadminbar ul li {
  pointer-events: all;
}

#wp-admin-bar-top-secondary {
  display: none;
}

html[lang="en-us"] {
  margin-top: 0 !important;
}

#wpadminbar:focus, #wpadminbar:hover {
  opacity: 1 !important;
}

@media screen and (min-width: 50.125em) {
  #wpadminbar {
    position: fixed;
    top: 0;
  }
}
.wrap, header.banner .header-items, footer.site-footer {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

body.menu-open {
  /*
  overflow: hidden;
  overflow: hidden!important;
  width: 100vw;
  display: block;
  position: relative;
  .wrap, header.banner .header-items, footer.site-footer{
  	@include transform(translate($navWidth));
  }
  */
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1000px;
}
.container.thin {
  max-width: 800px;
}
.container .container {
  padding: 0;
}

.site-section {
  padding: 30px 0;
}
@media screen and (min-width: 800px) {
  .site-section {
    padding: 60px 0;
  }
}
.site-section.collapse-top {
  padding-top: 0;
}
.site-section.collapse-bottom {
  padding-bottom: 0;
}
.site-section.collapse {
  padding: 0;
}

.content-text > *:last-child {
  margin-bottom: 0;
}
.content-text ul, .content-text ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
.content-text ul li:not(:last-child), .content-text ol li:not(:last-child) {
  margin-bottom: 8px;
}
.content-text ul.spaced li:not(:last-child), .content-text ol.spaced li:not(:last-child) {
  margin-bottom: 16px;
}
.content-text a {
  color: #d99d2f;
  text-decoration: none;
}
.content-text a:hover {
  color: #b48021;
}

.hero {
  background: #dedede;
  position: relative;
}
.hero .hero-caption {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  z-index: 10;
  padding: 100px 0;
}
@media screen and (min-width: 798px) {
  .hero .hero-caption {
    padding: 150px 0;
  }
  #frontpage .hero .hero-caption {
    padding: 200px 0;
  }
}
.hero .hero-caption h2 {
  font-weight: bold;
  font-size: 38px;
  line-height: 42px;
  font-size: 3.8rem;
  line-height: 4.2rem;
}
@media screen and (min-width: 798px) {
  .hero .hero-caption h2 {
    font-size: 43px;
    line-height: 50px;
    font-size: 4.3rem;
    line-height: 5rem;
  }
}
.hero .hero-caption h3 {
  margin-top: 30px;
  font-size: 20px;
  line-height: 24px;
  font-size: 2rem;
  line-height: 2.4rem;
}
@media screen and (min-width: 798px) {
  .hero .hero-caption h3 {
    font-size: 26px;
    line-height: 30px;
    font-size: 2.6rem;
    line-height: 3rem;
  }
}

.video-background {
  position: relative;
  overflow: hidden;
}
.video-background:after {
  content: "";
  background: rgba(67, 71, 128, 0.3);
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.video-background video#bgvid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  width: 100%;
  height: 100%;
  margin-bottom: -7px;
  object-fit: cover;
}

@media screen and (min-width: 700px) {
  .cft-grid.manual-page-grid {
    grid-gap: 60px;
    grid-template-columns: 200px 1fr;
    align-items: top;
    align-content: flex-start;
    justify-content: top;
  }
  .cft-grid.manual-page-grid .cft-gi {
    grid-row: 1;
  }
  .cft-grid.manual-page-grid .cft-gi:nth-child(2) {
    grid-column: 1;
  }
  .cft-grid.manual-page-grid .cft-gi:nth-child(1) {
    grid-column: 2;
  }
}

.box {
  padding: 15px;
  background: #dfdfdf;
  border-radius: 10px;
}

.page-header {
  margin-bottom: 30px;
}

@media screen and (min-width: 700px) {
  .manual-nav {
    position: sticky;
    top: 60px;
  }
}
.manual-nav nav {
  position: fixed;
  z-index: 100;
  top: 40px;
  left: 0;
  bottom: 0;
  background: #b48021;
  padding: 20px 35px;
  transform: translateX(-110%);
  transition: all 200ms ease;
}
body.menu-open .manual-nav nav {
  transform: translateX(0%);
}
.manual-nav nav #menu-primary-nav li a {
  color: #fff;
}
@media screen and (min-width: 700px) {
  .manual-nav nav #menu-primary-nav li a {
    color: #000;
  }
}
.manual-nav nav #menu-primary-nav li:not(:last-child) {
  margin-bottom: 7px;
}
.manual-nav nav #menu-primary-nav li .sub-menu {
  display: none;
}
@media screen and (min-width: 700px) {
  .manual-nav nav {
    transform: none;
    position: relative;
    background: none;
    opacity: 1;
    top: 0;
    visibility: visible;
    padding: 0;
  }
}

.mobile-header {
  position: fixed;
  top: 0;
  background: #d99d2f;
  left: 0;
  right: 0;
  height: 40px;
  z-index: 101;
}

body {
  padding-top: 40px;
}

@media screen and (min-width: 700px) {
  body {
    padding-top: 0;
  }
  body .mobile-header {
    display: none;
  }
}
@media screen and (min-width: 700px) {
  .contact-info {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #c6c6c6;
  }
}
.contact-info .contact {
  line-height: 16px;
}
.contact-info .contact a {
  color: #000;
  text-decoration: underline;
  font-size: 12px;
  line-height: 14px;
}
.contact-info .contact:not(:last-child) {
  margin-bottom: 15px;
}

@media (prefers-color-scheme: dark) {
  body {
    background: #191919;
    color: #fff;
  }

  .box {
    background: #2e2e2e;
  }

  .manual-nav nav #menu-primary-nav li a {
    color: #fff;
  }

  .contact-info .contact a {
    color: #fff;
  }
}

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