@charset "UTF-8";
/*---- Fonts -------*/
/*---- Color -------*/
.lightblue,
.lightblue p {
  color: #6BEDF7;
}

.white,
.white p {
  color: #fff;
}

hr.white {
  background: rgba(255, 255, 255, 0.8);
}

.orange {
  color: #FB511E;
}

.green-bg {
  background: #5FC43D;
}
.green-bg h1 {
  color: #fff;
}

.orange-bg {
  background: #FB511E;
}
.orange-bg h1 {
  color: #fff;
}

.blue-bg {
  background: #5056EA;
}
.blue-bg h1 {
  color: #fff;
}

.green {
  color: #5FC43D !important;
}

.orange {
  color: #FB511E !important;
}

.blue {
  color: #5056EA !important;
}

.darkprimary {
  color: #5FC43D;
}

.darkprimary-bg {
  background: #5FC43D;
  color: #fff;
}

.lighterblue-bg {
  background: #97F969;
}

.black-bg {
  background: #000;
}
.black-bg .hero-title,
.black-bg .secondary-text,
.black-bg .secondary-text p {
  color: #fff;
}

.module-padding-vertical {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 1024px) {
  .module-padding-vertical {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 720px) {
  .module-padding-vertical {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.module-padding-horizontal {
  padding-left: 5rem;
  padding-right: 5rem;
}
@media only screen and (max-width: 1024px) {
  .module-padding-horizontal {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 720px) {
  .module-padding-horizontal {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.module-content ul {
  list-style: initial;
}
.module-content ol {
  list-style-type: decimal;
}
.module-content ul,
.module-content ol {
  margin-top: 1.6875rem;
  margin-left: 2em;
  color: #000;
  font-weight: 500;
  font-size: 1.375rem;
  padding: 0.5rem 0;
  line-height: 1.7272;
}

.padding-left-5 {
  padding-left: 5rem;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 2000px;
  margin: 0 auto;
}
.flex-container.space-between {
  justify-content: space-between;
}
.flex-container .flex-1-2 {
  width: 50%;
}
.flex-container .flex-1-3 {
  width: 33.3333333333%;
}
@media only screen and (max-width: 1024px) {
  .flex-container .flex-1-3 {
    width: 40%;
  }
}
.flex-container .flex-2-3 {
  width: 66.6666666667%;
}
@media only screen and (max-width: 1024px) {
  .flex-container .flex-2-3 {
    width: 60%;
  }
}
.flex-container .flex-1-4 {
  width: 25%;
}
.flex-container .flex-1-4.image-flex {
  min-height: 20rem;
}
.flex-container .flex-3-4 {
  width: 75%;
}
.flex-container .flex-col {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .flex-container .flex-col {
    width: 100%;
    margin-bottom: 0rem;
  }
}
.flex-container .padding-2 {
  padding-right: 2rem;
}
.flex-container .padding-10 {
  padding-right: 10rem;
}
@media only screen and (max-width: 720px) {
  .flex-container .padding-10 {
    padding-right: 2rem;
  }
}

.padding-4 {
  padding: 4rem;
}

.padding-2-4 {
  padding: 2rem 4rem;
}

.padding-0-4 {
  padding: 0rem 4rem;
}

.flex-padding {
  padding: 5rem 5rem 10rem;
}
@media only screen and (max-width: 1024px) {
  .flex-padding {
    padding: 3rem 2rem 8rem;
  }
}
@media only screen and (max-width: 720px) {
  .flex-padding {
    padding: 2rem;
    margin: 0;
  }
}
.flex-padding .bottom {
  width: calc(100% - 10rem);
}
@media only screen and (max-width: 720px) {
  .flex-padding .bottom {
    width: 100%;
  }
}

.max-width {
  max-width: 1000px;
  margin: 0 auto;
}
.max-width.flex-padding {
  padding-bottom: 5rem;
}

.flex-base {
  padding: 6rem 0;
}
@media only screen and (max-width: 720px) {
  .flex-base {
    padding: 3rem 0;
  }
}

hr {
  background: #5FC43D;
  opacity: 0.3;
  border: 0;
  height: 1px;
}
hr.orange {
  background: #FB511E;
}

.long-line {
  width: 150%;
}

.bold-hr {
  height: 3px;
}

.half-width {
  width: 40%;
  margin: 0 0 1.5rem;
}

.bottom {
  position: absolute;
  bottom: 5rem;
}
@media only screen and (max-width: 720px) {
  .bottom {
    position: relative;
    margin-top: 1rem;
    bottom: 0;
  }
}

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

.justify-center {
  justify-content: center;
}

.grid {
  display: grid;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width: 720px) {
  .grid-cols-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.gap-6 {
  gap: 1.5rem;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: none;
  background: #fff;
  color: #333;
  overflow-x: hidden;
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 89%;
  }
}
@media only screen and (max-width: 720px) {
  html {
    font-size: 84%;
  }
}

ol,
ul {
  list-style: none;
}

body {
  height: 100%;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}

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

/* CLEAR & FLOATS */
.clear {
  clear: both !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.container {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
}

img {
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.15);
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
}
h1.lightprimary,
h2.lightprimary,
h3.lightprimary,
h4.lightprimary,
h5.lightprimary {
  color: #97F969;
}
h1.darkprimary,
h2.darkprimary,
h3.darkprimary,
h4.darkprimary,
h5.darkprimary {
  color: #5FC43D;
}

h1 {
  font-size: 8rem;
  text-transform: uppercase;
  font-family: "nudista-web", sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 720px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  text-transform: uppercase;
  font-size: 2.75rem;
  font-weight: bold;
  margin: 0 0 1rem;
  padding-bottom: 1rem;
  font-family: "nudista-web", sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 2.75rem;
  }
}
@media only screen and (max-width: 720px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 2rem;
  color: #5FC43D;
  margin: 0.75rem 0;
}

h4,
h4 p {
  font-size: 1.4rem;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-weight: 500;
  margin: 0.65rem 0;
}

h5 {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0.5rem 0;
}

h6 {
  text-transform: uppercase;
  font-size: 0.9rem;
  color: #aaa;
  font-weight: 500;
  margin: 0.3rem 0;
}

label {
  color: #5FC43D;
  font-weight: bold;
}

p {
  color: #000;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  padding: 0.5rem 0;
  line-height: 1.7272;
}

a {
  text-decoration: underline;
  color: #5FC43D;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.9;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase,
.lowercase a {
  text-transform: lowercase;
}

.secondary-text,
.secondary-text p,
.secondary-text a {
  font-family: "kopius", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 1.5rem;
  color: #000;
  line-height: 140%;
  display: block;
  margin-top: 1rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .secondary-text,
.secondary-text p,
.secondary-text a {
    font-size: 1.25rem;
  }
}
.secondary-text span,
.secondary-text p span,
.secondary-text a span {
  display: flex;
}

.text-double,
.text-double p,
.text-double a {
  font-family: "kopius", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 1.5rem;
  color: #000;
  line-height: 140%;
  display: inline-block;
  margin-top: 1rem;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .text-double,
.text-double p,
.text-double a {
    font-size: 1.25rem;
  }
}

.last-word {
  display: inline-block;
  text-decoration: underline;
}

.secondary-text.black {
  color: #fff;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.screen-reader-text:focus {
  clip: auto !important;
  display: block;
  height: auto;
  left: 5px;
  top: 5px;
  width: auto;
  z-index: 100;
}

.top-nav {
  background: #000;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 1024px) {
  .top-nav .top-nav-menu {
    text-align: center;
    width: 100%;
  }
  .top-nav .top-nav-menu #menu-top-nav {
    margin-top: 4px;
  }
}
.top-nav .slogan {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .top-nav .slogan {
    width: 100%;
    text-align: center;
  }
}
.top-nav li {
  display: inline-block;
  margin-left: 2rem;
}
.top-nav li a {
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  opacity: 1;
  text-decoration: none;
}
.top-nav li a:hover, .top-nav li a:focus {
  opacity: 0.9;
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  .top-nav li:first-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .header-is-sticky .header {
    position: fixed;
    top: 0;
  }
}

header.header {
  color: #fff;
  z-index: 999;
  width: 100%;
  transition-duration: 0.5s !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  filter: drop-shadow(0 4px 20px rgba(32, 57, 89, 0.3));
}
header.header li {
  display: inline-block;
  margin-left: 2rem;
}
header.header li a {
  color: white;
  font-size: 0.875rem;
  font-weight: bold;
  opacity: 1;
  text-decoration: none;
}
header.header li a:hover, header.header li a:focus {
  opacity: 0.9;
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  header.header {
    background: #5FC43D;
    padding: 0;
  }
}
header.header .main-nav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  header.header .main-nav {
    padding: 0;
    box-shadow: 0 0px 10px #555;
  }
}
header.header .flex-container.header-nav {
  align-items: center;
}
header.header .flex-container .flex-padding {
  padding: 0 3rem;
}
header.header .flex-container .logo img {
  max-width: 125px;
  box-shadow: none;
}
@media only screen and (max-width: 1024px) {
  header.header .flex-container .logo {
    -webkit-transform: scale(0.7);
    /* Saf3.1+, Chrome */
    -moz-transform: scale(0.7);
    /* FF3.5+ */
    -ms-transform: scale(0.7);
    /* IE9 */
    -o-transform: scale(0.7);
    /* Opera 10.5+ */
    transform: scale(0.7);
    padding: 0;
  }
}
@media only screen and (max-width: 720px) {
  header.header .flex-container .logo {
    -webkit-transform: scale(0.6);
    /* Saf3.1+, Chrome */
    -moz-transform: scale(0.6);
    /* FF3.5+ */
    -ms-transform: scale(0.6);
    /* IE9 */
    -o-transform: scale(0.6);
    /* Opera 10.5+ */
    transform: scale(0.6);
    padding: 0;
  }
}
header.header .flex-container .main-menu li a {
  color: #000;
  font-size: 1.25rem;
}
header.header .flex-container .main-menu .menu-item-has-children {
  position: relative;
  padding-right: 2.5rem;
}
@media only screen and (max-width: 1024px) {
  header.header .flex-container .main-menu .menu-item-has-children {
    padding: 0;
  }
}
header.header .flex-container .main-menu .menu-item-has-children:before {
  content: "";
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 15px;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  z-index: 1;
  top: 2px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  header.header .flex-container .main-menu .menu-item-has-children:before {
    display: none;
  }
}
header.header .flex-container .main-menu .menu-item-has-children:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #5FC43D;
  position: absolute;
  right: 0;
  top: 6px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  header.header .flex-container .main-menu .menu-item-has-children:after {
    display: none;
  }
}
header.header .flex-container .main-menu .sub-menu {
  height: 0;
  overflow: hidden;
  position: absolute;
  z-index: 99;
  width: 10rem;
  top: 2.5rem;
}
@media only screen and (max-width: 1024px) {
  header.header .flex-container .main-menu .sub-menu {
    position: relative;
    top: 0;
    width: 100%;
  }
}
header.header .flex-container .main-menu .sub-menu li {
  margin-left: 0;
  width: 100%;
}
header.header .flex-container .main-menu .sub-menu li a {
  background: #000;
  color: #fff;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #333;
  font-size: 1rem;
  display: block;
  width: 100%;
}
header.header .flex-container .main-menu .sub-menu.is-open {
  padding: 0;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  header.header .flex-container .main-menu {
    display: none;
    position: absolute;
    top: 6.5rem;
    background: #000;
    width: 100%;
    padding: 0;
    left: 0;
  }
  header.header .flex-container .main-menu li {
    display: block;
    margin: 0;
  }
  header.header .flex-container .main-menu li a {
    width: 100%;
    margin: 0;
    display: block;
    text-align: center;
    font-size: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1rem 0;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
  }
}
header.header .flex-container .main-menu .icon {
  color: #5FC43D;
  vertical-align: bottom;
  font-size: 120%;
  margin-left: 0.375rem;
}
header.header #pull {
  display: none;
  height: 30px;
  position: absolute;
  right: 3rem;
  top: 7.5rem;
  width: 30px;
  color: #000;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  header.header #pull {
    display: block;
  }
}
@media only screen and (max-width: 720px) {
  header.header #pull {
    display: block;
  }
}
header.header .secondary-links {
  margin-top: 1rem;
}
header.header .secondary-links a {
  color: white;
  font-size: 1rem;
  display: inline-block;
  margin-left: 3rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}
header.header .secondary-links a:hover {
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 1024px) {
  header.header .secondary-links a {
    width: 100%;
    margin: 0;
    display: block;
    text-align: center;
    font-size: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0.75rem 0;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
  }
}

.main-navigation {
  position: relative;
}
.main-navigation a {
  cursor: pointer;
}

@media (min-width: 1024px) {
  #menu-main-menu .has-children {
    position: relative;
  }
  #menu-main-menu .has-children:after {
    content: "";
    position: absolute;
    left: 0;
    width: 160px;
    top: 100%;
    height: 20px;
  }
  #menu-main-menu .has-children .is-open {
    height: 0;
  }
  #menu-main-menu .has-children .sub-menu {
    transition-property: all;
    transition-delay: 1s;
  }
  #menu-main-menu .has-children:hover .sub-menu,
#menu-main-menu .has-children .sub-menu:hover {
    padding: 0;
    height: auto;
  }
}
z.site-footer {
  margin-top: 280px;
}

.stay-in-touch-module {
  justify-content: center;
  margin-top: -120px;
}
@media only screen and (max-width: 768px) {
  .stay-in-touch-module {
    margin-top: 0;
  }
}
.stay-in-touch-module .stay-in-touch-inner {
  position: relative;
}
.stay-in-touch-module .stay-in-touch-inner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("/wp-content/themes/hickok/img/icons/logo_shapes-white.svg");
  background-color: #FB511E;
  background-repeat: repeat;
  background-size: contain;
}
.stay-in-touch-module .stay-in-touch-label {
  position: relative;
  margin: 0 auto;
  padding-top: 55px;
  width: 55%;
}
@media only screen and (max-width: 720px) {
  .stay-in-touch-module .stay-in-touch-label {
    width: 80%;
  }
}
.stay-in-touch-module form {
  position: relative;
  margin: 0 auto;
  padding-bottom: 35px;
  width: 55%;
}
@media only screen and (max-width: 720px) {
  .stay-in-touch-module form {
    width: 80%;
  }
}
.stay-in-touch-module .stay-in-touch-headline {
  font-family: "nudista-web", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  font-size: 2.75rem;
  line-height: 1.15;
}
.stay-in-touch-module .stay-in-touch-description {
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.7272;
  margin-bottom: 18px;
}
.stay-in-touch-module .stay-in-touch-input,
.stay-in-touch-module .ginput_container input {
  padding: 14px 32px !important;
  border-radius: 0;
  border: 0 none;
  background-color: #fff;
  width: 100%;
  font-size: 1.125rem !important;
  color: #000;
  line-height: 1.777;
  margin-bottom: 14px !important;
}
.stay-in-touch-module .ginput_container_consent {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.stay-in-touch-module .ginput_container_consent input {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0 !important;
  accent-color: #5fc43d;
}
.stay-in-touch-module .ginput_container_consent label {
  color: white;
  font-weight: 500;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.7272;
}
.stay-in-touch-module .gform_wrapper.gravity-theme .gform_footer {
  padding: 0 !important;
  margin: 0 !important;
  width: fit-content;
}
.stay-in-touch-module .gform_wrapper.gravity-theme .gform_footer::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg class='icon icon-right-arrow' role='image' viewBox='0 0 57 30' xmlns='http://www.w3.org/2000/svg' style='stroke: white; font-size: 170%25;stroke-width: 3.5;height: 0.7em;'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M41.5 28.5l12.81-13.267L41.587 2.057'%3E%3C/path%3E%3Cpath d='M51.726 15.278H3.45' stroke-linecap='square'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  width: 57px;
  background-repeat: no-repeat;
  display: inline-flex;
  transition: transform 200ms;
  margin-top: 53px;
}
.stay-in-touch-module .gform_wrapper.gravity-theme .gform_footer:hover::after {
  transform: translateX(1rem);
}
.stay-in-touch-module .stay-in-touch-button,
.stay-in-touch-module .gform_wrapper.gravity-theme .gform_footer input.gform_button {
  background: transparent !important;
  border: 0 none;
  text-align: left;
  width: 90%;
  color: #fff;
  padding: 30px 0;
  cursor: pointer;
  font-family: "kopius", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 140%;
  display: block;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}

.site-footer {
  background: #000;
  padding-top: 4rem;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-weight: 300;
  font-size: 1rem;
  margin-top: calc(120px - 3rem + 1.5rem);
}
@media only screen and (max-width: 768px) {
  .site-footer {
    padding-top: 0;
    margin-top: 1.5rem;
  }
}
.site-footer .footer-row {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 720px) {
  .site-footer .footer-row {
    margin-bottom: 0rem;
  }
}

.footer-nav {
  padding-top: 5rem;
}

.flex-container .footer-nav-group {
  margin-bottom: 3.25rem;
}
@media only screen and (max-width: 1024px) {
  .flex-container .footer-nav-group {
    width: 50%;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 720px) {
  .flex-container .footer-nav-group {
    width: 100%;
  }
}

.footer-nav-label {
  padding: 0;
  margin-bottom: 1rem;
  line-height: 1.25;
  font-size: 1.875rem;
  color: #fff;
  font-family: "nudista-web", sans-serif;
  font-weight: 700;
}

.footer-nav-menu {
  font-size: 1.25rem;
}
.footer-nav-menu a {
  color: #fff;
  display: inline-block;
  padding: 0.25rem 0;
  text-decoration: none;
}
.footer-nav-menu a:hover, .footer-nav-menu a:focus {
  text-decoration: underline;
}

.footer-info {
  background-color: #F3F3F3;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media only screen and (max-width: 720px) {
  .footer-info {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
.footer-info a {
  color: #000;
}
@media only screen and (max-width: 720px) {
  .footer-info p {
    font-size: 1.375rem;
  }
}

.footer-social-links li {
  display: inline-block;
}
.footer-social-links li:first-child a {
  padding-left: 0;
}
.footer-social-links a {
  font-size: 1.75rem;
  display: block;
  padding-left: 0.6875rem;
  padding-right: 0.6875rem;
}

.footer-copyright {
  text-align: center;
  order: 2;
}

.footer-contact-us {
  text-align: right;
  order: 3;
}

@media only screen and (max-width: 1024px) {
  .flex-container .footer-social-links,
.flex-container .footer-copyright,
.flex-container .footer-contact-us {
    text-align: center;
    order: 0;
    width: 100%;
  }
}

.the-main-content {
  display: flex;
  flex-wrap: wrap;
}
.the-main-content .the-content {
  color: #888;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  font-weight: 500;
}
.the-main-content .the-content a {
  color: #5FC43D;
}
.the-main-content .the-content ol, .the-main-content .the-content ul {
  margin-left: 1.5rem;
  padding: 0.5rem 0;
}
.the-main-content .the-content ol li, .the-main-content .the-content ul li {
  padding-left: 0.5rem;
}
.the-main-content .the-content ol {
  list-style-type: decimal;
}
.the-main-content .the-content ul {
  list-style: initial;
}
.the-main-content .the-content li {
  font-weight: 300;
  color: #777;
  padding: 0.1rem 0;
}
.the-main-content .the-content table {
  border: 1px solid #ccc;
  width: 100%;
}
.the-main-content .the-content table td {
  border: 1px solid #ccc;
  padding: 1rem;
}
.the-main-content .the-content strong {
  font-weight: 600;
}
.the-main-content .the-content em {
  font-style: italic;
}
.the-main-content .the-content .alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.the-main-content .the-content .alignright {
  float: right;
  margin: 0 0px 20px 20px;
}
.the-main-content h2 {
  margin-bottom: 0;
}
.the-main-content img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
}

.content-container {
  max-width: 60rem;
  margin: 0 auto;
  padding: 4rem 8rem 8rem;
}
@media only screen and (max-width: 1024px) {
  .content-container {
    padding: 4rem;
  }
}
@media only screen and (max-width: 720px) {
  .content-container {
    padding: 2rem;
  }
}
.content-container.with-sidebar {
  max-width: none;
  width: 70%;
}
@media only screen and (max-width: 720px) {
  .content-container.with-sidebar {
    width: 100%;
  }
}

.meta {
  margin: 2rem 0;
}

.sidebar-right {
  width: 30%;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 720px) {
  .sidebar-right {
    width: 100%;
    padding: 4rem 2rem;
  }
}
.sidebar-right h2 {
  margin: 0;
  padding: 0;
  font-size: 2rem;
  font-family: freight-text-pro, serif;
}
.sidebar-right h6 {
  border-bottom: 2px solid #ddd;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.sidebar-right hr {
  background: #333;
  opacity: 0.1;
  height: 2px;
}
.sidebar-right li {
  list-style: none;
  margin: 5px 0;
  display: block;
}
.sidebar-right li a {
  padding: 5px 0;
  font-size: 1.2rem;
  margin: 0px 0;
  display: inline-block;
  opacity: 0.5;
  border-bottom: 2px solid transparent;
}
.sidebar-right li.current_page_item a, .sidebar-right li.current_page_item ul a:hover, .sidebar-right li:hover a, .sidebar-right li:hover ul a:hover {
  border-bottom: 2px solid;
  opacity: 1;
}
.sidebar-right li.current_page_item ul a, .sidebar-right li:hover ul a {
  opacity: 0.5;
  border-bottom: 2px solid transparent;
}

.with-label {
  margin: 0 0 1rem;
}

svg {
  fill: currentColor;
}

.icon {
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
}

.icon-right-arrow {
  margin-left: 1rem;
  position: relative;
  height: 0.7em;
  stroke-width: 3.5;
  font-size: 170%;
  transition: transform 200ms;
}
a:hover .icon-right-arrow, a:focus .icon-right-arrow, button:hover .icon-right-arrow, button:focus .icon-right-arrow {
  transform: translateX(1rem);
}

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

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

form input[type=text],
form.form1 input[type=text] {
  border: 1px solid #eee !important;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 500;
}
form input[type=submit],
form .button-submit,
form.form1 input[type=submit],
form.form1 .button-submit {
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  background: #5FC43D !important;
  padding: 10px 20px 9px;
  font-size: 1rem;
  border: 1px solid transparent;
  margin: 0;
  text-transform: uppercase;
  font-weight: 200;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 500;
}
form .wdform_row,
form.form1 .wdform_row {
  width: 100%;
}
form .wdform_section,
form.form1 .wdform_section {
  width: 100%;
}
form .wdform-field,
form.form1 .wdform-field {
  display: block !important;
  width: 100% !important;
}
form .wdform-element-section,
form.form1 .wdform-element-section {
  width: 100% !important;
}
form .wdform_column,
form.form1 .wdform_column {
  width: 100%;
}
form .wdform-required,
form .wdform-label,
form.form1 .wdform-required,
form.form1 .wdform-label {
  display: none;
}
form#form1 input[type=text],
form#form1 textarea,
form.form1#form1 input[type=text],
form.form1#form1 textarea {
  border: 1px solid #eee;
  padding: 20px 10px !important;
  font-family: initial;
  font-size: 1.2rem !important;
}
form#form1 textarea,
form.form1#form1 textarea {
  padding-top: 10px !important;
  height: 150px !important;
}

.wpforms-container label {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.input-field,
.input-textarea,
.wpforms-container input,
.wpforms-container textarea {
  border-radius: 0;
  border: 0 none;
  background-color: #fff;
  width: 100%;
  font-size: 1.125rem;
  color: #000;
  line-height: 1.777;
  padding: 14px 14px 11px;
  margin-bottom: 14px;
}

.input-button,
.wpforms-container button {
  background-color: transparent;
  border: 0 none;
  text-align: right;
  width: 100%;
  color: #fff;
  padding: 30px 0;
  cursor: pointer;
}
.input-button::after,
.wpforms-container button::after {
  top: 30%;
}

.wpforms-container .wpforms-field-hp {
  display: none !important;
  position: absolute !important;
  left: -9000px !important;
}

.wpforms-field-row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 720px) {
  .wpforms-field-row {
    flex-wrap: wrap;
  }
}

.wpforms-one-half {
  width: 49%;
}
@media only screen and (max-width: 720px) {
  .wpforms-one-half {
    width: 100%;
  }
}

.ginput_container :where(input, textarea) {
  padding: 14px 32px !important;
  border-radius: 0;
  border: 0 none;
  background-color: #fff;
  width: 100%;
  font-size: 1.125rem !important;
  color: #000;
  line-height: 1.777;
  margin-bottom: 14px !important;
  font-family: "proxima-nova", sans-serif;
}

.gform_wrapper.gravity-theme .gform_footer {
  padding: 0 !important;
  margin: 0 !important;
  width: fit-content;
}
.gform_wrapper.gravity-theme .gform_footer::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg class='icon icon-right-arrow' role='image' viewBox='0 0 57 30' xmlns='http://www.w3.org/2000/svg' style='stroke: white; font-size: 170%25;stroke-width: 3.5;height: 0.7em;'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M41.5 28.5l12.81-13.267L41.587 2.057'%3E%3C/path%3E%3Cpath d='M51.726 15.278H3.45' stroke-linecap='square'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  width: 57px;
  background-repeat: no-repeat;
  display: inline-flex;
  transition: transform 200ms;
  margin-top: 53px;
}
.gform_wrapper.gravity-theme .gform_footer:hover::after {
  transform: translateX(1rem);
}

.gform_wrapper.gravity-theme .gform_footer input.gform_button {
  background: transparent !important;
  border: 0 none;
  text-align: left;
  width: 90%;
  color: #fff;
  padding: 30px 0;
  cursor: pointer;
  font-family: "kopius", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 140%;
  display: block;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}

.gform_confirmation_message {
  color: #fff;
  font-size: 18px;
}

body img.gform_ajax_spinner {
  display: none !important;
}

.ginput_container_consent {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.ginput_container_consent input {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0 !important;
}
.ginput_container_consent label {
  color: white;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  line-height: 1.7272;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.opacity-0 {
  opacity: 0;
}

.delay-150 {
  transition-delay: 150ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.transform-gpu {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-12 {
  --tw-translate-y: 3rem;
}

.js .js\:opacity-0 {
  opacity: 0;
}

/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  tap-highlight-color: transparent;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.rotating {
  display: block;
  transform-style: preserve-3d;
  transform: rotateX(0) rotateY(0) rotateZ(0);
  transition: 0.5s;
  -webkit-transform-origin-x: 50%;
}

.rotating.flip {
  position: relative;
}

.rotating .front,
.rotating .back {
  left: 0;
  top: 0;
  backface-visibility: hidden;
}

.rotating .front {
  position: absolute;
  display: block;
  transform: translate3d(0, 0, 1px);
}

.rotating.flip .front {
  z-index: 1;
}

.rotating .back {
  display: block;
  opacity: 0;
}

.rotating.spin {
  transform: rotate(360deg) scale(0);
}

.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;
  transform: rotateY(180deg) translate3d(0, 0, 0);
}

.rotating.flip.up .back {
  transform: rotateX(180deg) translate3d(0, 0, 0);
}

.rotating.flip.cube .front {
  transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
}

.rotating.flip.cube .back {
  transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}

.rotating.flip.cube.up .back {
  transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-15%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes nofade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
#hero {
  position: relative;
}

.hero-banner {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  color: #fff;
}
.hero-banner.background-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.hero-banner.background-placeholder .center {
  opacity: 0;
}
@media (min-width: 1800px) {
  .hero-banner.background-placeholder .center {
    margin-bottom: 6rem;
  }
}
.hero-banner .hero-title,
.hero-banner .secondary-text,
.hero-banner .secondary-text p {
  color: #fff;
}
.hero-banner .hero-summary {
  color: #fff;
  padding-right: 3rem;
}
@media only screen and (max-width: 1024px) {
  .hero-banner {
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 720px) {
  .hero-banner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .hero-banner .flex-container {
    display: block;
  }
}
.hero-banner .flex-2-3 img {
  height: auto;
  width: 100%;
}
.hero-banner .flex-2-3 img:nth-child(2),
.hero-banner .flex-2-3 :nth-child(2) img {
  position: absolute;
  left: -10vw;
  width: 40%;
  bottom: -20%;
}
.hero-banner .flex-2-3 img:nth-child(3),
.hero-banner .flex-2-3 :nth-child(3) img {
  position: absolute;
  right: 1.5%;
  width: 33%;
  top: 3%;
}
.hero-banner.vertical .flex-2-3 img {
  width: 50%;
}
.hero-banner.vertical .flex-2-3 img:nth-child(2),
.hero-banner.vertical .flex-2-3 :nth-child(2) img {
  position: absolute;
  right: 10vw;
  left: auto;
  width: 50%;
  bottom: -35%;
}
.hero-banner .flex-1-3 {
  position: relative;
  z-index: 9;
}
.hero-banner .flex-padding {
  padding-top: 0;
}
.hero-banner .page-section {
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  font-weight: 500;
}
.hero-banner .subtitle {
  color: #fff;
  font-size: 7.5rem;
}
.hero-banner .subtitle span {
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .hero-banner .subtitle {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 720px) {
  .hero-banner .subtitle {
    font-size: 3rem;
  }
}

.home .hero-title {
  color: #000;
}

.home .hero-banner {
  padding-top: 4rem;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 720px) {
  .home .hero-banner {
    padding-bottom: 4rem;
  }
  .home .hero-banner.has-arrow {
    padding-bottom: 7rem;
  }
}
@media (min-width: 1800px) {
  .home .hero-banner.background-placeholder .center {
    margin-bottom: 0;
  }
}
.home .hero-banner .hero-title {
  text-align: center;
}
.home .hero-banner .subtitle {
  font-size: 4rem;
}
@media only screen and (max-width: 1024px) {
  .home .hero-banner .subtitle {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 720px) {
  .home .hero-banner .subtitle {
    margin-top: 0;
    font-size: 2rem;
  }
}
.home-arrow {
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.home-arrow .icon {
  color: white;
  transform: rotate(90deg);
  font-size: 2.4rem;
}

.text-placeholder {
  color: transparent;
}

.typer {
  position: absolute;
}

.text-learn {
  border-bottom: 1px solid #97F969;
  border-top: 1px solid #97F969;
}
.text-learn p {
  padding: 0;
}
.text-learn .flex-padding {
  padding: 5rem;
}
.text-learn .learn-more {
  font-size: 1.4rem;
}

@media (min-width: 1536px) {
  .image-text .module-padding-horizontal {
    padding-left: 7rem;
  }
}
@media only screen and (max-width: 1024px) {
  .image-text {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 720px) {
  .image-text {
    margin-bottom: 1rem;
  }
}
.image-text img {
  width: 100%;
  height: auto;
}
.image-text p {
  padding: 0;
}
.image-text .flex-1-3 {
  z-index: 11;
}
.image-text .flex-2-3 {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .image-text .flex-2-3 {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 720px) {
  .image-text .flex-2-3 {
    margin-bottom: 4rem !important;
  }
}
.image-text .flex-2-3.many-images {
  padding-right: 5rem;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 1024px) {
  .image-text .flex-2-3.many-images {
    padding-right: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .image-text .flex-2-3.many-images {
    margin-bottom: 12.5rem;
  }
}
@media only screen and (max-width: 720px) {
  .image-text .flex-2-3.many-images {
    padding-right: 3rem;
  }
}
.image-text .flex-2-3.many-images img:nth-child(2),
.image-text .flex-2-3.many-images :nth-child(2) img {
  width: 40%;
  position: absolute;
  bottom: -15%;
  z-index: 5;
  left: -4vw;
}
.image-text .flex-2-3.many-images img:nth-child(3),
.image-text .flex-2-3.many-images :nth-child(3) img {
  width: 50%;
  top: 30%;
  position: absolute;
  right: -5%;
  z-index: 9;
}
.image-text .flex-2-3.two-images {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 720px) {
  .image-text .flex-2-3.two-images {
    padding-right: 3rem;
  }
}
.image-text .flex-2-3.two-images img:nth-child(2),
.image-text .flex-2-3.two-images :nth-child(2) img {
  width: 40%;
  position: absolute;
  bottom: -15%;
  z-index: 5;
  right: -4vw;
}
@media only screen and (max-width: 1024px) {
  .image-text .flex-2-3.two-images img:nth-child(2),
.image-text .flex-2-3.two-images :nth-child(2) img {
    left: 40%;
  }
}
.image-text .left-image .module-title {
  margin-left: -16rem;
  padding-top: 25%;
}
@media only screen and (max-width: 1024px) {
  .image-text .left-image .module-title {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .image-text .left-image .module-title {
    padding-top: 0;
  }
}
@media only screen and (max-width: 720px) {
  .image-text .left-image .module-title {
    margin-left: 0;
  }
}
.image-text .right-image .module-title {
  margin-right: -16rem;
  padding-top: 25%;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 768px) {
  .image-text .right-image .module-title {
    margin-right: -8rem;
    padding-top: 0;
  }
}
@media only screen and (max-width: 720px) {
  .image-text .right-image .module-title {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .image-text .right-image .flex-1-3 {
    order: 2;
  }
  .image-text .right-image .flex-2-3 {
    order: 1;
  }
}
.image-text .right-image .two-images img:nth-child(2),
.image-text .right-image .two-images :nth-child(2) img {
  width: 40%;
  position: absolute;
  bottom: -15%;
  z-index: 5;
  left: -4vw;
}

.image-flex {
  min-height: 30rem;
}
@media only screen and (max-width: 720px) {
  .image-flex {
    min-height: 18rem;
  }
}

.arrow-left:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid #fff;
  position: absolute;
  left: -30px;
  z-index: 1;
}
@media only screen and (max-width: 720px) {
  .arrow-left:before {
    display: none;
  }
}

.arrow-right:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #fff;
  position: absolute;
  right: -30px;
  z-index: 1;
}
@media only screen and (max-width: 720px) {
  .arrow-right:before {
    display: none;
  }
}

.text-image {
  padding: 0;
}
@media only screen and (max-width: 720px) {
  .text-image .flex-col:nth-child(1) {
    order: 2;
  }
  .text-image .flex-col:nth-child(2) {
    order: 1;
  }
}

@media only screen and (max-width: 720px) {
  .image-top-text .flex-col:nth-child(1) {
    order: 1;
  }
  .image-top-text .flex-col:nth-child(2) {
    order: 3;
  }
  .image-top-text .flex-col:nth-child(3) {
    order: 2;
  }
  .image-top-text .flex-col:nth-child(4) {
    order: 4;
  }
}
.image-top-text p {
  padding: 0;
}

.arrow-top:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid;
  position: absolute;
  top: -30px;
  z-index: 1;
  color: #97F969;
}
@media only screen and (max-width: 720px) {
  .arrow-top:before {
    display: none;
  }
}

.image-top-text-3 p {
  padding: 0;
}
@media only screen and (max-width: 720px) {
  .image-top-text-3 .flex-col:nth-child(1) {
    order: 1;
  }
  .image-top-text-3 .flex-col:nth-child(2) {
    order: 3;
  }
  .image-top-text-3 .flex-col:nth-child(3) {
    order: 5;
  }
  .image-top-text-3 .flex-col:nth-child(4) {
    order: 2;
  }
  .image-top-text-3 .flex-col:nth-child(5) {
    order: 4;
  }
  .image-top-text-3 .flex-col:nth-child(6) {
    order: 6;
  }
}

@media only screen and (max-width: 1024px) {
  .images-4 .flex-container .flex-col {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 720px) {
  .images-4 .flex-container .flex-col {
    margin-bottom: 0;
  }
}

html {
  scroll-behavior: smooth;
}

.black-box-module {
  padding-top: 5rem;
}
.black-box-module .flex-1-2 {
  background: #000;
  color: #fff;
  position: relative;
  left: 10%;
  margin-top: 10%;
  z-index: 9;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1024px) {
  .black-box-module .flex-1-2 {
    margin-bottom: 5rem;
    width: 80%;
    left: 10%;
  }
}
.black-box-module .flex-1-2 p {
  color: #fff;
}
@media only screen and (max-width: 720px) {
  .black-box-module .flex-container {
    padding: 0 1rem;
  }
}
.black-box-module .module-title.black {
  color: #fff;
}
.black-box-module .flex-3-4 {
  position: absolute;
  width: auto !important;
  z-index: 0;
  line-height: 0;
  top: 0;
  bottom: 45%;
  background-image: url("/wp-content/themes/hickok/img/icons/logo_shapes-white.svg");
  background-repeat: repeat;
  background-size: contain;
}
.black-box-module .flex-3-4.blue-bg {
  background-image: url("/wp-content/themes/hickok/img/icons/logo_shapes-blue.svg");
}
@media only screen and (max-width: 1024px) {
  .black-box-module .flex-3-4 {
    width: 80%;
  }
}
@media only screen and (max-width: 720px) {
  .black-box-module .left-content .flex-1-2 {
    left: auto;
    margin: 1rem 0 0;
    padding: 2rem 1.5rem;
    width: 100%;
  }
}
.black-box-module .left-content .flex-3-4 {
  left: 20%;
  right: -100% !important;
}
.black-box-module .right-content .flex-1-2 {
  left: 10%;
  width: 80%;
}
.black-box-module .right-content .flex-1-2 .module-content {
  max-width: 80%;
}
@media only screen and (max-width: 1024px) {
  .black-box-module .right-content .flex-1-2 .module-content {
    max-width: 100%;
  }
}
@media only screen and (max-width: 720px) {
  .black-box-module .right-content .flex-1-2 {
    left: auto;
    margin: 1rem 0 0;
    padding: 2rem 1.5rem;
    width: 100%;
  }
}
.black-box-module .right-content .flex-3-4 {
  right: 20%;
  left: -100% !important;
}
.black-box-module a.with-arrow {
  margin-top: 1rem;
}
.black-box-module img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  box-shadow: none;
}

.project-info-box .inner {
  padding: 70px 95px;
  background-color: black;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  grid-gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .project-info-box .inner {
    padding: 35px 45px;
  }
}
@media only screen and (max-width: 1024px) {
  .project-info-box .inner {
    display: block;
  }
}
.js .project-info-box .inner {
  grid-auto-rows: 20px;
}
.project-info-box .flex-1-3 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 1024px) {
  .project-info-box .flex-1-3 {
    width: 100%;
  }
}
.project-info-box .info-title {
  color: #5FC43D;
  text-transform: uppercase;
  font-size: 1.875rem;
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 0.8rem;
}
.project-info-box p,
.project-info-box a {
  color: #fff;
  font-size: 1.375rem;
}

.project-info-details .content p {
  line-height: 1.2;
  white-space: pre-wrap;
}
@media only screen and (max-width: 1024px) {
  .project-info-details {
    margin-bottom: 20px;
  }
}

.all-projects-module .all-projects-list {
  margin-left: -13px;
  margin-right: -13px;
  width: 100% !important;
}
@media only screen and (max-width: 720px) {
  .all-projects-module .all-projects-list {
    margin-left: auto;
    margin-right: auto;
  }
}
.all-projects-module .filter-form {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .all-projects-module .filter-form {
    flex-wrap: wrap;
  }
}
.all-projects-module .form-item {
  margin-right: 11px;
  flex: 1 1;
}
.all-projects-module .form-item.wider-form-item {
  flex: 2 2;
}
.all-projects-module .form-item.narrower-form-item {
  margin-right: 0;
  flex: 0 0;
  width: 120px;
}
@media only screen and (max-width: 1024px) {
  .all-projects-module .form-item.narrower-form-item {
    margin-left: 11px;
  }
}
@media only screen and (max-width: 1024px) {
  .all-projects-module .form-item {
    margin-bottom: 11px;
    margin-right: 0;
    flex: 0 0 auto;
    width: 100%;
  }
}
.all-projects-module .dropdown {
  position: relative;
}
.all-projects-module .dropdown select {
  background-color: #ffffff;
  border: 3px solid #000;
  border-radius: 0;
  cursor: pointer;
  appearance: none;
  padding: 12px 13px 12px;
  min-width: 160px;
  width: 100%;
  font-family: "nudista-web", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  color: #000000;
  line-height: 1.272727;
  padding-right: 55px;
}
.all-projects-module .dropdown select::-ms-expand {
  display: none;
}
.all-projects-module .dropdown .icon {
  color: #5FC43D;
  position: absolute;
  z-index: 0;
  top: 20%;
  right: 15px;
  font-size: 2.1875rem;
  pointer-events: none;
}
.all-projects-module .project-search {
  appearance: none;
  padding: 13px 0 13px 22px;
  border: 3px solid #000;
  border-radius: 0;
  font-family: "nudista-web", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  width: 100%;
}
.all-projects-module .submit-button {
  background-color: #000;
  border: 3px solid #000;
  font-family: "nudista-web", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  text-transform: lowercase;
  color: #fff;
  text-align: center;
  padding: 12px 22px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .all-projects-module .submit-button {
    margin-right: 11px;
    width: 100%;
  }
}
.all-projects-module .project {
  width: 33.333%;
  padding: 13px;
}
.all-projects-module .project.opacity-0 {
  opacity: 0;
}
@media only screen and (max-width: 720px) {
  .all-projects-module .project {
    width: 100%;
  }
}
.all-projects-module .project:nth-child(2), .all-projects-module .project:nth-child(8n) {
  width: 66.6666%;
}
@media only screen and (max-width: 720px) {
  .all-projects-module .project:nth-child(2), .all-projects-module .project:nth-child(8n) {
    width: 100%;
  }
}
.all-projects-module .project a {
  display: block;
  color: #000;
}
.all-projects-module img {
  display: block;
  width: 100%;
  height: auto;
  max-width: auto;
}
.all-projects-module .project-name {
  display: flex;
  font-family: "kopius", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  font-style: italic;
  padding: 18px 0;
  align-items: center;
}
@media only screen and (max-width: 720px) {
  .all-projects-module .project-name {
    padding: 10px 0;
  }
}
.all-projects-module .project-name span {
  display: flex;
}
.all-projects-module .with-arrow::after {
  top: 31%;
}
.all-projects-module .load-more {
  background: 0 0;
  border: 0;
  text-align: left;
  cursor: pointer;
  margin: 3rem auto 0px;
  text-decoration: underline;
}

.all-people-module .filter-form {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .all-people-module .filter-form {
    flex-wrap: wrap;
  }
}
.all-people-module .form-item {
  margin-right: 11px;
  flex: 1 1;
}
.all-people-module .form-item.wider-form-item {
  flex: 2 2;
}
.all-people-module .form-item.narrower-form-item {
  margin-right: 0;
  flex: 0 0;
  width: 120px;
}
@media only screen and (max-width: 1024px) {
  .all-people-module .form-item.narrower-form-item {
    margin-left: 11px;
  }
}
@media only screen and (max-width: 1024px) {
  .all-people-module .form-item {
    margin-bottom: 11px;
    margin-right: 0;
    flex: 0 0 auto;
    width: 100%;
  }
}
.all-people-module .dropdown {
  position: relative;
}
.all-people-module .dropdown select {
  background-color: #ffffff;
  border: 3px solid #000;
  border-radius: 0;
  cursor: pointer;
  appearance: none;
  padding: 12px 13px 12px;
  min-width: 160px;
  width: 100%;
  font-family: "nudista-web", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  color: #000000;
  line-height: 1.272727;
  padding-right: 55px;
}
.all-people-module .dropdown select::-ms-expand {
  display: none;
}
.all-people-module .dropdown .icon {
  color: #5FC43D;
  position: absolute;
  z-index: 0;
  top: 20%;
  right: 15px;
  font-size: 2.1875rem;
  pointer-events: none;
}
.all-people-module .people-search-term {
  appearance: none;
  padding: 13px 0 13px 22px;
  border: 3px solid #000;
  border-radius: 0;
  font-family: "nudista-web", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  width: 100%;
}
.all-people-module .submit-button {
  background-color: #000;
  border: 3px solid #000;
  font-family: "nudista-web", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  text-transform: lowercase;
  color: #fff;
  text-align: center;
  padding: 12px 22px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .all-people-module .submit-button {
    margin-right: 11px;
    width: 100%;
  }
}
.all-people-module .all-people-list {
  justify-content: center;
  margin-left: -13px;
  margin-right: -13px;
}
.all-people-module .person {
  width: 20%;
  padding: 13px;
}
@media only screen and (max-width: 1024px) {
  .all-people-module .person {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  .all-people-module .person {
    width: 33.33%;
  }
}
@media only screen and (max-width: 720px) {
  .all-people-module .person {
    width: 50%;
  }
}
.all-people-module .person a {
  display: block;
  color: #000;
}
.all-people-module .person-image {
  display: block;
  width: 100%;
  max-width: auto;
}
.all-people-module .person-name {
  padding-bottom: 1.875rem;
  display: block;
  font-size: 1.375rem;
  display: flex;
  align-items: center;
}
.all-people-module .aspect-ratio {
  display: block;
  position: relative;
}
.all-people-module .aspect-ratio::before {
  background: #f3f3f3;
  content: "";
  display: block;
  padding-top: 133.3333333333%;
  position: relative;
}
.all-people-module .aspect-ratio img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.all-people-module .with-arrow::after {
  top: 31%;
}

.stats-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  flex-direction: row;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 720px) {
  .stats-box {
    display: block;
  }
}

.stat-box-title {
  font-family: "nudista-web", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.stat-box {
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 31.25rem;
  position: relative;
  padding-bottom: clamp(12px, 8.5vw, 7.5rem);
  padding-top: clamp(12px, 8.5vw, 7.5rem);
}
@media only screen and (max-width: 720px) {
  .stat-box {
    padding-bottom: 7.5rem;
    padding-top: 7.5rem;
  }
}
@media only screen and (max-width: 720px) {
  .stat-box {
    position: static;
    display: block;
    width: auto;
  }
}
.stat-box:nth-child(odd) {
  top: -40px;
  z-index: 20;
}
.stat-box:nth-child(even) {
  bottom: -40px;
  z-index: 10;
}

.stat-box-stat {
  font-family: "nudista-web", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3.625rem;
  font-size: clamp(12px, 3.6vw, 3.625rem);
  font-weight: bold;
}
@media only screen and (max-width: 720px) {
  .stat-box-stat {
    font-size: 3.625rem;
  }
}

p.stat-box-description {
  color: #fff;
  line-height: 1.3333;
  width: 100%;
  display: block;
}

.full-width-image.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
@media only screen and (max-width: 720px) {
  .full-width-image.grid {
    grid-template-columns: 1fr;
  }
}
.full-width-image img {
  width: 100%;
  height: auto;
}

.picture-grid-title {
  text-align: center;
  margin-bottom: 2rem;
}

.picture-grid-description {
  text-align: center;
  margin-bottom: 55px;
}

.picture-grid-items {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.picture-grid-items .picture-grid-item {
  width: 20%;
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .picture-grid-items .picture-grid-item {
    width: 40%;
    max-width: 320px;
  }
}
@media only screen and (max-width: 720px) {
  .picture-grid-items .picture-grid-item {
    width: 100%;
    max-width: 320px;
  }
}
.picture-grid-items.constrain-picture-grid-items img {
  width: 320px;
  height: 420px;
  object-fit: cover;
}

.picture-grid-item {
  text-decoration-color: #000;
}
@media only screen and (max-width: 720px) {
  .picture-grid-item {
    padding: 0 1.5rem 1.4rem;
  }
}
.picture-grid-item .aspect-ratio {
  display: block;
  position: relative;
}
.picture-grid-item .aspect-ratio::before {
  background: #f3f3f3;
  content: "";
  display: block;
  padding-top: 131.25%;
  position: relative;
}
.picture-grid-item .aspect-ratio img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.contact-form .contact-form-bg {
  position: relative;
}
.contact-form .contact-form-bg::before {
  content: "";
  position: absolute;
  right: 0;
  left: -100%;
  top: 0;
  bottom: 0;
  background-image: url("/wp-content/themes/hickok/img/icons/logo_shapes-white.svg");
  background-repeat: repeat;
  background-size: contain;
  background-color: #5FC43D;
}
.contact-form .contact-form-inner {
  position: relative;
  margin: 0 auto;
  padding: 55px 0 35px;
  width: 55%;
}
@media only screen and (max-width: 720px) {
  .contact-form .contact-form-inner {
    width: 85%;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
  }
}
.contact-form p,
.contact-form .contact-form-title,
.contact-form .contact-form-description p {
  color: #fff;
}
.contact-form .contact-form-title {
  text-align: center;
}
.contact-form .contact-form-description {
  padding-bottom: 24px;
}

.award-carousel-module {
  justify-content: flex-end;
}
.award-carousel-module .carousel-items {
  position: relative;
  padding-top: 5.5rem;
  padding-bottom: 8.125rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
.award-carousel-module .carousel-items::before {
  content: "";
  position: absolute;
  left: 0;
  right: -100%;
  top: 0;
  bottom: 0;
  background: url("/wp-content/themes/hickok/img/icons/logo_shapes-white.svg");
  background-color: #FB511E;
  background-repeat: repeat;
}
@media only screen and (max-width: 720px) {
  .award-carousel-module .carousel-items {
    padding-top: 1.375rem;
    padding-bottom: 3rem;
  }
}
.award-carousel-module .carousel-item {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.award-carousel-module .top-text,
.award-carousel-module .headline,
.award-carousel-module .bottom-text {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #fff;
}
.award-carousel-module .top-text {
  margin-bottom: 0.75rem;
}
.award-carousel-module .headline {
  margin-bottom: 1.5rem;
}
.award-carousel-module .flickity-page-dots {
  bottom: 4.25rem;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 720px) {
  .award-carousel-module .flickity-page-dots {
    bottom: 0.5rem;
  }
}
.award-carousel-module .flickity-page-dots .dot {
  background: transparent;
  opacity: 1;
  padding: 10px;
  border: 2px solid transparent;
  position: relative;
}
.award-carousel-module .flickity-page-dots .dot::after {
  content: "•";
  color: #fff;
  position: absolute;
  font-size: 28px;
  top: -6px;
  left: 5px;
}
.award-carousel-module .flickity-page-dots .dot.is-selected {
  border-color: #fff;
}

.testimonial-carousel-module .carousel-items {
  padding-bottom: 8.125rem;
  padding-top: 8.125rem;
}
@media only screen and (max-width: 720px) {
  .testimonial-carousel-module .carousel-items {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
.testimonial-carousel-module .carousel-item {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.testimonial-carousel-module .carousel-item blockquote {
  display: block;
  padding: 0 1rem 1rem;
}
.testimonial-carousel-module .text,
.testimonial-carousel-module .credit {
  margin: 0;
  padding: 0;
}
.testimonial-carousel-module .text {
  max-width: 850px;
  margin: 0 auto;
}
.testimonial-carousel-module .credit {
  font-size: 1.125rem;
  color: #FB511E;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.625;
  margin-top: 1.75rem;
}
.testimonial-carousel-module .flickity-slider {
  display: flex;
  align-items: center;
}
.testimonial-carousel-module .flickity-page-dots {
  bottom: 4.25rem;
}
.testimonial-carousel-module .flickity-page-dots li:only-child {
  display: none;
}
@media only screen and (max-width: 720px) {
  .testimonial-carousel-module .flickity-page-dots {
    bottom: 0.5rem;
  }
}
.testimonial-carousel-module .flickity-page-dots .dot {
  background: transparent;
  opacity: 1;
  padding: 10px;
  border: 2px solid transparent;
  position: relative;
}
.testimonial-carousel-module .flickity-page-dots .dot::after {
  content: "•";
  color: #000;
  position: absolute;
  font-size: 28px;
  top: -6px;
  left: 5px;
}
.testimonial-carousel-module .flickity-page-dots .dot.is-selected {
  border-color: #000;
}

.two-column-text-module .item {
  margin-bottom: 40px;
}
.two-column-text-module .item .item-title a {
  margin-top: 0;
}
.two-column-text-module .flex-1-2 {
  width: 49%;
}
@media only screen and (max-width: 720px) {
  .two-column-text-module .flex-1-2 {
    width: 100%;
  }
}
.two-column-text-module img {
  max-width: 100%;
  width: 100%;
  max-height: 380px;
  display: block;
  margin: 0 auto 25px;
  object-fit: cover;
}

[data-module=two-column-image-module] img {
  margin: 0;
}

.three-column-text-module .green,
.three-column-text-module .green a {
  color: #5FC43D;
}
.three-column-text-module .orange,
.three-column-text-module .orange a {
  color: #FB511E;
}
.three-column-text-module .blue,
.three-column-text-module .blue a {
  color: #5056EA;
}
.three-column-text-module .black,
.three-column-text-module .black a {
  color: black;
}
.three-column-text-module .columns {
  display: flex;
}
@media only screen and (max-width: 720px) {
  .three-column-text-module .columns {
    display: block;
  }
}
.three-column-text-module .left-column,
.three-column-text-module .center-column,
.three-column-text-module .right-column {
  width: 33.333%;
}
@media only screen and (max-width: 720px) {
  .three-column-text-module .left-column,
.three-column-text-module .center-column,
.three-column-text-module .right-column {
    width: 100%;
  }
}

.location-module .location {
  display: flex;
  flex-direction: column;
  padding: 0 2rem 5rem;
}
@media only screen and (max-width: 1024px) {
  .location-module .location {
    width: 100%;
  }
}
.location-module .description {
  padding-bottom: 40px;
}
.location-module .location-detail-title {
  font-family: "nudista-web", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}
.location-module img {
  height: auto;
  width: 100%;
  margin-bottom: 2.375rem;
}
.location-module a {
  color: #000;
}
.location-module li {
  color: #000;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 120%;
}
@media only screen and (max-width: 720px) {
  .location-module li {
    font-size: 1rem;
  }
}

.centered-text p {
  padding-bottom: 44px;
}

.flex-container .flex-1-2.news-item {
  width: calc(50% - 3rem);
}
.flex-container .flex-1-2.news-item img {
  width: 100%;
  height: auto;
}
.flex-container .flex-col.news-item {
  margin-bottom: 1.5rem;
}
.flex-container .flex-col.news-item.full-width {
  background: none;
  border-bottom: 1px solid #97F969;
  margin-bottom: 1rem;
  width: 100%;
}
.flex-container .flex-col.news-item.full-width .news-teaser {
  padding: 0rem 0rem 4rem;
}
.flex-container .flex-col.news-item.full-width .learn-more {
  width: 100%;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .flex-container .flex-col.news-item {
    width: 100%;
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 720px) {
  .flex-container .flex-col.news-item {
    width: 100%;
    margin-right: 0 !important;
  }
}
.flex-container .flex-col.news-item a {
  color: #000;
}
.flex-container .flex-col.news-item .news-teaser {
  padding: 1rem 0rem 1rem;
  position: relative;
  font-family: "kopius", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 1.5rem;
  color: #000;
  line-height: 140%;
  padding-top: 1rem;
}
@media only screen and (max-width: 1024px) {
  .flex-container .flex-col.news-item .news-teaser {
    font-size: 1.25rem;
  }
}
.flex-container .flex-col.news-item .news-teaser.with-arrow:after {
  top: 1rem;
}
.flex-container .flex-col.news-item h3 a {
  font-size: 1.6rem;
  color: #5FC43D;
  line-height: 140%;
}
.flex-container .flex-col.news-item .entry-content {
  color: #9B9B9B;
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
}
.flex-container .flex-col.news-item .news-meta {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  margin: 10px 0;
}
.flex-container .flex-col.news-item .news-meta .news-date {
  color: #bbb;
  float: right;
  font-weight: 600;
}
.flex-container .flex-col.news-item .arrow-top:before {
  color: #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid;
  top: -15px;
}
.flex-container .flex-col.news-item .learn-more {
  font-size: 1rem;
  position: absolute;
  width: calc(100% - 4rem);
  bottom: 2rem;
  left: 2rem;
  font-weight: 400;
}

.item-thumb {
  position: relative;
  width: 100%;
  line-height: 0;
  min-height: 3.125rem;
}
.item-thumb .term-tag {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background: #000;
  padding: 0.75rem 3rem;
  line-height: 1.5;
}

.news-module-header h2 {
  display: inline-block;
  margin-left: 0.75rem;
}
@media only screen and (max-width: 720px) {
  .news-module-header h2 {
    margin-bottom: 0;
  }
}
.news-module-header .view-all {
  width: auto;
  float: right;
  margin-top: 1rem;
}
@media only screen and (max-width: 720px) {
  .news-module-header .view-all {
    float: none;
    text-align: left;
    margin: 0 0 2rem;
  }
}

.view-all {
  text-align: right;
  padding-right: 5rem;
  color: #bbb;
}

.flex-container.news-releases .flex-1-2.news-item:nth-child(even) {
  margin-right: 3rem;
}
.flex-container.news-releases .flex-1-2.news-item:nth-child(odd) {
  margin-right: 0;
}
.flex-container.news-releases .flex-1-2.news-item:first-child {
  width: 100%;
}
.flex-container.news-releases .flex-1-2.news-item:first-child .item-thumb {
  height: 60vh;
}
@media only screen and (max-width: 1024px) {
  .flex-container.news-releases .flex-1-2.news-item:first-child .item-thumb {
    height: 30vh;
  }
}
@media only screen and (max-width: 720px) {
  .flex-container.news-releases .flex-1-2.news-item:first-child .item-thumb {
    height: 30vh;
  }
}
.flex-container.news-releases .flex-1-2.news-item:first-child .arrow-top:before {
  color: #FAFBFB;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid;
  top: -30px;
}

.news-module .filter-form {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.news-module .flex-col.news-item {
  margin-right: 3rem;
}
@media only screen and (max-width: 720px) {
  .news-module .flex-col.news-item {
    width: 100%;
    margin-left: 0 !important;
  }
}

.darkprimary-bg {
  background: #539439;
}
.darkprimary-bg h2 {
  color: #fff;
}
.darkprimary-bg .view-all {
  color: rgba(255, 255, 255, 0.6);
}

.pager {
  display: flex;
  display: -webkit-flex;
  color: #bbb;
  padding: 2rem 0;
}
.pager .previous-page,
.pager .next-page {
  width: 50%;
  color: #bbb;
}
.pager .previous-page a,
.pager .next-page a {
  color: #bbb;
  position: relative;
  font-size: 1.4rem;
  line-height: 100%;
  padding-right: 4rem;
}
.pager .previous-page a:after,
.pager .next-page a:after {
  content: "→";
  position: absolute;
  top: 0;
  font-size: 2rem;
  font-family: arial;
}
.pager .next-page {
  text-align: right;
}
.pager .next-page a:after {
  right: 0;
}
.pager .previous-page a {
  padding-left: 4rem;
}
.pager .previous-page a:after {
  left: 0;
  content: "←";
}

.search-newsroom {
  background: #333;
  color: #fff;
}
.search-newsroom form {
  position: relative;
}
.search-newsroom form input[type=text] {
  background: none;
  outline: none;
  border: none !important;
  border-bottom: 3px solid rgba(255, 255, 255, 0.5) !important;
  width: 100%;
  font-size: 1.2rem;
  padding-bottom: 1rem;
  color: rgba(255, 255, 255, 0.9);
}
.search-newsroom .search-btn {
  background: url(../images/search_icon.png) no-repeat;
  font-size: 0;
  border: none;
  padding: 0.6rem 0.6rem 0.8rem;
  position: absolute;
  right: 0;
  top: 5px;
}

.media-contact {
  color: #539439;
  font-weight: 400;
  opacity: 0.8;
}
.media-contact div {
  padding: 5px 0;
}
.media-contact h6 {
  border: none;
}
.media-contact .contact-email a,
.media-contact .contact-phone a {
  text-decoration: underline;
  opacity: 0.7;
}

.news-social a {
  opacity: 0.5;
}
.news-social a:hover {
  opacity: 1;
}
.news-social a.twitter {
  margin-left: 25%;
}
.news-social a.linkedin {
  margin-left: 45%;
}
.news-social .rss-feed {
  text-align: right;
}

.newsroom-meta {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  color: #bbb;
  font-size: 0.9rem;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.newsroom-meta .author {
  display: inline-block;
  text-decoration: underline;
  margin-left: 2rem;
}
.newsroom-meta h6 {
  display: inline-block;
  color: #bbb;
}

.share-buttons .addtoany_list a {
  padding: 0.5rem;
  margin: 0 0.5rem;
}
.share-buttons .addtoany_list img {
  margin: 0;
}

.single-member .hero-banner {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .single-member .hero-banner .flex-container {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .single-member .hero-banner .flex-col {
    width: 100%;
  }
}
.single-member .hero-banner .details {
  padding-left: 50px;
}
@media only screen and (max-width: 1024px) {
  .single-member .hero-banner .details {
    padding-left: 0;
  }
}
.single-member .hero-banner .job-title,
.single-member .hero-banner p {
  color: #fff;
}
.single-member .hero-banner .subtitle {
  font-size: 1.75rem;
  color: #fff;
}
.single-member .hero-banner img {
  width: 100%;
  height: auto;
  top: -50px;
}
@media only screen and (max-width: 1024px) {
  .single-member .hero-banner img {
    position: static;
  }
}
.single-member .hero-title {
  position: relative;
  z-index: 10;
  font-size: 6.25rem;
  margin-left: -12rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1024px) {
  .single-member .hero-title {
    margin-top: 4rem;
    margin-left: 0;
    position: static;
    font-size: 5rem;
  }
}
@media only screen and (max-width: 720px) {
  .single-member .hero-title {
    font-size: 3rem;
  }
}
.single-member .padding-left-5 {
  padding-left: 5rem;
  padding-right: 5rem;
}
@media only screen and (max-width: 1024px) {
  .single-member .padding-left-5 {
    padding-left: 0;
    padding-right: 0;
  }
}

.member-info-box .inner {
  padding: 70px 25px 70px 75px;
  background-color: #5056EA;
  display: grid;
  grid-template-columns: 40% 1fr 1fr;
  gap: 4%;
}
@media only screen and (max-width: 1024px) {
  .member-info-box .inner {
    padding: 35px 45px;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.member-info-box .member-info-col .info-title:first-child {
  margin-top: 0;
}
.member-info-box .info-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.875rem;
  font-weight: 700;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 1.2rem;
}
.member-info-box .info-title:not(:first-child) {
  margin-top: 2.5rem;
}
.member-info-box p,
.member-info-box li,
.member-info-box a {
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.4;
}
.member-info-box p:not(:last-child),
.member-info-box li:not(:last-child),
.member-info-box a:not(:last-child) {
  margin-bottom: 0.8rem;
}
.member-info-box ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.member-info-box ul li {
  margin-bottom: 0.5rem;
}
.member-info-box ul li:last-child {
  margin-bottom: 0;
}
.member-info-box div > *:not(:first-child) {
  margin-bottom: 1.5rem;
}

.members-module .news-module-header {
  text-align: center;
}
.members-module .news-posts {
  display: grid;
  grid-template-columns: repeat(auto-fill, 285px);
  gap: 2rem;
  justify-content: center;
}
.members-module .max-width {
  max-width: 1450px;
}
.members-module .flex-col.member .secondary-text {
  font-size: 1.5rem;
  margin-top: 1rem;
}
.members-module .flex-col.member .secondary-text:after {
  right: 0;
  left: auto;
}
.members-module .flex-col.member .item-thumb {
  height: 40vh;
}
.members-module .flex-col.member .news-meta {
  width: 80%;
}

.event-dates h6 {
  font-size: 1rem;
}

.location-teaser {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 500;
  color: #bbb;
  margin-bottom: 1rem;
}

.events-item .entry-title {
  margin-bottom: 0;
}

.event-cal {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 1rem;
  width: 6rem;
  margin-right: 2rem;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0.7rem;
}
.event-cal .event-month {
  width: 100%;
  display: inline-block;
  background: #FB511E;
  color: #fff;
  padding: 2px;
}
.event-cal .event-day {
  background: #ECF0F1;
  font-size: 3rem;
  color: #FB511E;
  width: 100%;
  display: inline-block;
  padding: 5px;
}

.flex-container.events-horizontal .flex-col.news-item.full-width {
  width: calc(100% - 8rem);
}

.single-post .blog-hero {
  text-align: center;
}
.single-post .hero-title {
  font-size: 1.75rem;
}
.single-post .the-main-content {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 720px) {
  .single-post .the-main-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.single-post .the-main-content h4 {
  font-size: 32px;
  font-weight: 700;
}
.single-post .the-main-content p {
  padding: 20px 0;
}
.single-post .post-meta-data {
  margin-bottom: 3rem;
}
.single-post .post-date {
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #000;
}
.single-post .post-author {
  font-size: 1.125rem;
}
@media only screen and (max-width: 720px) {
  .single-post .post-author {
    padding: 10px 0 !important;
  }
}
@media only screen and (max-width: 720px) {
  .single-post .share-tools .label {
    padding: 10px 0 !important;
  }
}
.single-post .post-meta-data,
.single-post .tags-label {
  margin-left: 75px;
  margin-right: 35px;
  width: 15%;
  text-transform: none;
}
@media only screen and (max-width: 720px) {
  .single-post .post-meta-data,
.single-post .tags-label {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.single-post .post,
.single-post .the-tags {
  width: 45%;
}
@media only screen and (max-width: 720px) {
  .single-post .post,
.single-post .the-tags {
    width: 100%;
  }
}
.single-post .tags {
  padding-top: 32px;
  width: 100%;
}
.single-post .the-tags a {
  display: inline-block;
  padding: 15px 35px;
  margin-right: 20px;
  margin-bottom: 18px;
  background-color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.single-post blockquote {
  display: inline-block;
  font-weight: 100;
  font-size: 2rem;
  max-width: 600px;
  line-height: 1.4;
  position: relative;
  margin: 0;
  padding: 0.5rem;
  margin-left: 5rem;
}
.single-post blockquote p {
  position: relative;
  font-size: 2rem;
  color: inherit;
}
.single-post blockquote p::before, .single-post blockquote p::after {
  position: absolute;
  color: #f1efe6;
  font-size: 8rem;
  width: 4rem;
  height: 4rem;
}
.single-post blockquote p::before {
  content: "“";
  left: -5rem;
  top: -4rem;
}
.single-post blockquote p::after {
  content: "”";
  right: -5rem;
  bottom: 3rem;
}
.single-post blockquote cite {
  line-height: 3;
  text-align: center;
  font-size: 1rem;
  width: 100%;
  display: inline-block;
}

.project-gallery-instructions {
  text-align: center;
}

.share-tools .label {
  text-transform: uppercase;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
}
.share-tools .link {
  display: flex;
  font-size: 1.5rem;
}
.share-tools .flex-container {
  gap: 1rem;
}

.next-page {
  display: block;
  text-align: center;
}
.next-page a {
  font-family: "kopius", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 1.5rem;
  color: #000;
  line-height: 140%;
}
@media only screen and (max-width: 1024px) {
  .next-page a {
    font-size: 1.25rem;
  }
}

.load-more {
  background: 0 0;
  border: 0;
  text-align: left;
  cursor: pointer;
  margin: 3rem auto 0px;
  text-decoration: underline;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-col {
  flex-direction: column;
}

.items-end {
  align-items: flex-end;
}

.w-full {
  width: 100%;
}

.font-proxima {
  font-family: "proxima-nova", sans-serif !important;
}
.font-proxima-all * {
  font-family: "proxima-nova", sans-serif !important;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0;
}

.inset-x-0 {
  left: 0;
  right: 0;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 100%;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.duration-300 {
  transition-duration: 300ms;
}

.translate-y-0 {
  transform: translateY(0px);
}

.translate-y-full {
  transform: translateY(100%);
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mt-0 {
  margin-top: 0;
}

.news-module.featured-locations .flex-col.news-item {
  width: calc(33.3333333333% - 1.5rem);
  margin: 0 0.75rem 1.5rem;
}
.news-module.featured-locations .flex-col.news-item:first-child {
  margin-left: 0.75rem;
}
.news-module.featured-locations .entry-content.location-details {
  color: #000;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
}
.news-module.featured-locations .entry-content.location-details .location-size {
  margin-left: 2rem;
}

.locations-header {
  margin-left: 0.75rem;
}

@media print {
  @page {
    size: A4;
    margin: 6rem 2rem;
  }
  header.header {
    padding: 0.5rem 0 !important;
    position: static !important;
  }

  .hero-banner:after {
    display: none;
  }

  p, h1, h2, h3, h4, h5, h6, li {
    color: #000 !important;
  }

  .hero-banner {
    padding: 0 !important;
    background: none !important;
  }

  .content-container.with-sidebar {
    width: 100% !important;
  }

  .content-container {
    padding: 2rem !important;
  }

  .sidebar-right, .newsroom-meta, .post-meta, .meta, footer {
    display: none !important;
  }

  .flex-container, .hero-banner.short_hero, .hero-banner.long_hero {
    height: auto !important;
  }

  .main-menu {
    display: none;
  }

  .flex-padding {
    padding: 0 2rem !important;
  }

  .hero-banner .flex-padding {
    width: 100%;
  }

  h1 {
    font-size: 2rem !important;
  }
}

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