.alignnone {
  margin-bottom: 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.sticky {
  display: block; }

.gallery-caption {
  display: block; }

.bypostauthor {
  display: block; }

/* SCSS HEX */
/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #222;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  background: #fff; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-container {
  padding: 0px; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.accordion {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5; }

.accordion-item {
  border-bottom: 1px solid #e5e5e5; }

/* Thumb */
.accordion-thumb {
  margin: 0;
  padding: .8rem 0;
  cursor: pointer;
  font-weight: normal; }

.accordion-thumb::after {
  content: '';
  display: inline-block;
  position: relative;
  top: 7px;
  float: right;
  height: 7px;
  width: 7px;
  margin-right: 1rem;
  margin-left: .5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out; }

/* Panel */
.accordion-panel {
  margin: 0;
  padding-bottom: .8rem;
  display: none; }

/* Active */
.accordion-item.is-active .accordion-thumb::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/*-----Helpers-----*/
.background-contrast {
  background-color: #eee; }

.background-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

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

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

.unstyled {
  list-style-type: none;
  padding-left: 0; }

p.big {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -.01em; }

.last {
  margin-right: 0 !important; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*-----Fix Flash of Unstyled Text-----*/
.wf-loading {
  opacity: 0.0; }

.wf-active {
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  opacity: 1; }

.wf-inactive {
  opacity: 1; }

* {
  outline: none;
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "League Spartan", sans-serif;
  font-size: 19px;
  line-height: 1.4;
  color: #0C1618; }

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

h1, h2, h3, h4, h5, p, ul {
  margin-top: 0; }

h1, h2, h3 {
  line-height: 1; }

h1 {
  font-size: 60px;
  text-transform: uppercase; }

h2 {
  text-transform: uppercase; }
  h2.small {
    font-size: 30px;
    color: #d1ac00; }

p {
  margin-bottom: 15px; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out; }
  a:hover {
    text-decoration: underline; }
  a.button, .search-form a.search-submit {
    background: #004643;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px; }
    a.button:hover, .search-form a.search-submit:hover {
      text-decoration: none; }

hr {
  border: 1px solid #004643;
  margin: 30px 0; }

.cta-wrap {
  margin-right: 15px; }
  .cta-wrap a {
    background: #004643;
    border: 1px solid #004643;
    color: #fff;
    padding: 10px 30px;
    display: inline-block; }
    .cta-wrap a:hover {
      text-decoration: none; }
  .cta-wrap--alt a {
    background: transparent;
    border-color: #fff; }

.site-container {
  max-width: 1260px;
  padding: 0 30px;
  margin: auto; }
  @media (min-width: 1800px) {
    .site-container {
      max-width: 1500px; } }
  .site-container--narrow {
    max-width: 800px; }

.dj-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: inset 1px 1px 1px 9999px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 1px 1px 9999px rgba(0, 0, 0, 0.3);
  padding: 170px 0 100px;
  text-align: center; }
  .dj-banner__heading {
    margin: 0;
    color: #fff; }

.section {
  padding: 100px 0; }
  @media (max-width: 899px) {
    .section {
      padding: 50px 0; } }

.grid {
  display: grid; }
  @media (max-width: 899px) {
    .grid {
      grid-template-columns: repeat(1, 1fr); } }
  @media (max-width: 899px) {
    .grid--halves .grid__photo {
      height: 280px; }
    .grid--halves.reverse .grid__photo {
      grid-column-start: 1;
      grid-row-start: 1; } }
  .grid--halves {
    grid-template-columns: repeat(2, 1fr); }
  .grid--thirds {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 75px; }
  .grid__photo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .grid__content {
    padding: 100px; }
    @media (max-width: 899px) {
      .grid__content {
        padding: 30px; } }
  .grid__form {
    padding: 50px; }

/*-----Forms-----*/
.gform_wrapper {
  margin: 0 !important; }
  .gform_wrapper li {
    list-style-type: none;
    padding-right: 0 !important; }
  .gform_wrapper .gfield,
  .gform_wrapper .ginput_container {
    margin: 0 !important; }
  .gform_wrapper textarea, .gform_wrapper input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
    font-family: "League Spartan", sans-serif;
    display: block !important;
    padding: 12px !important;
    width: 100% !important;
    border: 1px solid #999;
    font-size: 18px !important;
    border-radius: 0; }
  .gform_wrapper .gform_fields > li:first-of-type input:not([type="submit"]) {
    margin-top: 0 !important; }
  .gform_wrapper .gfield_checkbox label {
    display: initial !important; }
  .gform_wrapper textarea {
    margin-bottom: 0;
    height: 100px !important; }
  .gform_wrapper .gform_footer.top_label {
    margin-top: 0 !important;
    padding-top: 0 !important; }
  .gform_wrapper .button, .gform_wrapper .search-form .search-submit, .search-form .gform_wrapper .search-submit {
    margin-top: 15px !important;
    text-decoration: none;
    display: inline-block;
    line-height: 1.4;
    padding: 10px 30px;
    border: 1px solid #fff;
    font-size: 19px;
    font-family: "League Spartan", sans-serif;
    background: #004643;
    color: #fff;
    -webkit-appearance: none !important;
    -webkit-transition-duration: 0.2s;
    /* Safari */
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out; }
    .gform_wrapper .button:hover, .gform_wrapper .search-form .search-submit:hover, .search-form .gform_wrapper .search-submit:hover {
      background: #d1ac00;
      cursor: pointer; }
  .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
    margin-bottom: 0 !important;
    margin-top: 0 !important; }

.gform_confirmation_message * {
  font: 400 45px/43px "League Spartan", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #0C1618 !important; }

.search-form .search-field {
  -webkit-appearance: none;
  padding: 5px;
  border: 1px solid #ddd;
  height: 38px;
  border-radius: 4px;
  width: calc(100% - 110px); }

.search-form .search-submit {
  border: none;
  font-size: 18px;
  font-family: "League Spartan", sans-serif;
  position: relative;
  top: 3px; }
  .search-form .search-submit:hover {
    cursor: pointer; }

@media (max-width: 899px) {
  .gform_wrapper .button, .gform_wrapper .search-form .search-submit, .search-form .gform_wrapper .search-submit {
    width: auto !important; } }

.header {
  padding: 10px 50px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10; }
  .header__logo {
    height: 60px; }
  .header nav {
    float: right;
    clear: right; }
    .header nav ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .header nav li {
      float: left; }
      .header nav li a {
        text-decoration: none;
        display: block; }
      .header nav li ul {
        display: none;
        position: absolute;
        padding: 10px;
        margin-left: -10px;
        z-index: 99;
        max-width: 200px; }
      .header nav li:hover ul {
        display: block; }
      .header nav li li {
        float: none; }
        .header nav li li a {
          color: #0C1618; }

@media (max-width: 899px) {
  #nav-toggle {
    display: block;
    position: absolute;
    top: 7px;
    left: 15px;
    width: 40px;
    height: 40px; }
  #outer-wrapper {
    position: relative;
    transition: transform .25s;
    -webkit-backface-visibility: hidden; }
  #nav-toggle:after {
    display: inline-block;
    content: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='45' height='45' fill='%23fff' viewBox='0 0 32 32'%3E%3Cpath d='M28.068 14.114h-24.136c-1.041 0-1.131 0.843-1.131 1.886s0.091 1.886 1.131 1.886h24.136c1.041 0 1.131-0.843 1.131-1.886s-0.091-1.886-1.131-1.886zM28.068 21.657h-24.136c-1.041 0-1.131 0.843-1.131 1.886s0.091 1.886 1.131 1.886h24.136c1.041 0 1.131-0.843 1.131-1.886s-0.091-1.886-1.131-1.886zM3.932 10.343h24.136c1.041 0 1.131-0.843 1.131-1.886s-0.091-1.886-1.131-1.886h-24.136c-1.041 0-1.131 0.843-1.131 1.886s0.091 1.886 1.131 1.886z'%3E%3C/path%3E%3C/svg%3E"); }
  #nav-toggle.nav-open:after {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='45' height='45' fill='%23fff' viewBox='0 0 32 32'%3E%3Cpath d='M22.958 21.043l-4.413-5.043 4.413-5.043c0.75-0.75 0.75-1.966 0-2.715s-1.966-0.749-2.715 0l-4.243 4.85-4.242-4.848c-0.75-0.75-1.966-0.75-2.715 0s-0.749 1.966 0 2.715l4.411 5.042-4.413 5.043c-0.749 0.75-0.749 1.963 0 2.712 0.75 0.75 1.966 0.75 2.715 0l4.243-4.846 4.242 4.846c0.75 0.75 1.966 0.75 2.715 0s0.75-1.962 0.002-2.712z'%3E%3C/path%3E%3C/svg%3E"); }
  header nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    float: none;
    background: rgba(37, 78, 112, 0.95);
    margin: 0;
    padding: 50px 0;
    overflow: hidden;
    -webkit-transition-duration: 1.5s;
    /* Safari */
    transition-duration: 1.5s;
    transition-timing-function: ease-in-out; }
    header nav #primary-menu {
      position: absolute;
      top: 50%;
      text-align: center;
      transform: translateY(-50%);
      width: 100%; }
    header nav li {
      float: none;
      margin: 0 0 20px 0; }
      header nav li.cta-wrap a, header nav li.cta-wrap--alt a {
        background: transparent;
        border: 1px solid #fff;
        width: 150px; }
      header nav li a {
        padding: 7.5px 30px;
        font-size: 19px; }
      header nav li ul {
        display: block;
        position: static;
        background: transparent;
        padding: 0;
        margin: 0; }
      header nav li li {
        margin: 0; }
        header nav li li a {
          color: #fff;
          font-size: 16px; }
          header nav li li a:hover {
            color: rgba(255, 255, 255, 0.5); }
  body.nav-open {
    overflow: hidden; }
    body.nav-open nav {
      display: block; } }

.dj-footer {
  padding: 30px;
  background: #004643;
  color: #fff;
  text-align: center; }
  .dj-footer__social li {
    display: inline-block;
    margin: 0 5px;
    width: 40px; }
  .dj-footer__social a {
    text-decoration: none;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out; }
    .dj-footer__social a:hover {
      opacity: .7; }
  .dj-footer__links {
    padding: 15px;
    display: flex;
    justify-content: center;
    gap: 35px;
    background: #d1ac00; }

@media (max-width: 899px) {
  .dj-footer__links {
    flex-direction: column;
    gap: 20px; } }

.dj-hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0;
  background-position: center top; }
  @media (min-width: 600px) {
    .dj-hero__content {
      width: 60%; } }
  .dj-hero h1 {
    font-size: 90px;
    margin: 0 0 10px;
    position: relative;
    z-index: 5;
    text-transform: uppercase;
    color: #fff; }
    .dj-hero h1 span.bottom-border {
      display: block;
      background: #004643;
      height: 30px;
      position: relative;
      margin-left: -15px;
      margin-top: -30px;
      width: calc(100% - 15px);
      z-index: -5; }
  .dj-hero__title, .dj-hero__mobile-title {
    font-size: 30px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-family: maecenas-heavies, serif; }
  .dj-hero__mobile-title {
    display: none; }
  .dj-hero__subheading {
    font-size: 30px;
    color: #fff; }
  .dj-hero__mobile-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(68, 100, 125, 0.1) 54%, rgba(125, 185, 232, 0) 100%); }

.dj-about {
  padding: 100px 0; }
  .dj-about__heading {
    font-size: 24px;
    font-family: maecenas-heavies, serif;
    color: #004643; }
  .dj-about__content p {
    font-size: 28px;
    line-height: 1.6; }
  .dj-about__content p:last-of-type {
    margin-bottom: 0; }

@media (max-width: 899px) {
  .dj-hero {
    padding: 75px 0; }
    .dj-hero h1 {
      font-size: 60px;
      color: #fff; }
    .dj-hero__subheading {
      font-size: 22px; }
  .dj-about {
    padding: 50px 0; }
    .dj-about__content p {
      font-size: 18px; } }

@media (max-width: 599px) {
  .dj-hero {
    padding: 225px 0 25px;
    background-position: right center;
    position: relative; }
    .dj-hero .site-container {
      position: relative;
      z-index: 5; }
    .dj-hero h1 {
      font-size: 36px;
      background: rgba(37, 78, 112, 0.5);
      padding: 10px; }
      .dj-hero h1 span.bottom-border {
        display: none; }
    .dj-hero__title {
      display: none; }
    .dj-hero__mobile-title {
      display: block;
      font-size: 18px; }
    .dj-hero__subheading {
      font-size: 22px; }
    .dj-hero__mobile-overlay {
      display: block; } }
