@charset "UTF-8";
@import url("https://use.typekit.net/pij2euw.css");
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table.xdebug-error.xe-warning {
  display: none;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

html levi {
  display: none;
}

html .container {
  max-width: 1440px;
  width: 100%;
  padding: 0 25px;
  margin: 0 auto;
  display: block;
}

html .container.short {
  max-width: 900px;
}

html .wizy table {
  font-family: agenda,sans-serif;
  font-weight: 400;
  font-style: normal;
  border-collapse: collapse;
  width: 100%;
  font-family: agenda,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 28px;
}

html .wizy tr:nth-child(even) {
  background-color: #f2f2f2;
}

html .wizy tr:hover {
  background-color: #ddd;
}

html .wizy th {
  text-align: left;
  background-color: #313A5F;
  color: white;
  padding: 10px;
}

html .wizy td {
  padding: 10px;
}

html .wizy h2, html .wizy h3, html .wizy h4, html .wizy h5, html .wizy h6 {
  font-family: agenda,sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 35px 0 10px;
  display: block;
  color: #313A5F;
}

html .wizy h2 {
  font-size: 30px;
}

html .wizy h3 {
  font-size: 28px;
}

html .wizy h4 {
  font-size: 27px;
}

html .wizy h5 {
  font-size: 23px;
}

html .wizy h6 {
  font-size: 20px;
}

html .wizy.content {
  padding: 15px 0;
}

html .wizy.content ul li {
  padding-bottom: 20px;
}

html .wizy hr {
  display: block;
  border: 0px;
  width: 100%;
  margin: 15px auto;
  outline: none;
  background-color: #A65042;
  background-size: contain;
  background-repeat: no-repeat;
  height: 2px;
}

html .wizy img {
  display: block;
  width: 100%;
  margin: 20px 0;
  height: auto;
}

html .wizy img.alignleft {
  display: block;
  width: auto;
  margin: 40px 20px 20px 0;
  height: auto;
  float: left;
}

html .wizy ol {
  list-style: decimal;
  margin-left: 30px;
}

html .wizy ul {
  list-style: none;
  margin-left: 30px;
}

html .wizy ul li:before {
  content: "\2022";
  color: #313A5F;
  font-weight: bold;
  display: inline-block;
  width: 20px;
  margin-left: -20px;
  font-size: 23px;
  top: 4px;
  position: relative;
}

html .wizy p, html .wizy ul, html .wizy ol {
  font-family: agenda,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  padding: 15px 0;
}

html .wizy p em, html .wizy ul em, html .wizy ol em {
  font-style: italic;
}

html .wizy p strong, html .wizy p b, html .wizy ul strong, html .wizy ul b, html .wizy ol strong, html .wizy ol b {
  font-family: agenda,sans-serif;
  font-weight: 700;
  font-style: normal;
}

html .wizy p a, html .wizy ul a, html .wizy ol a {
  display: inline-block;
  color: #313A5F;
  text-decoration: none;
}

.parallax__container {
  clip: rect(0, auto, auto, 0);
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
}

.parallax__container .parallax {
  /* can be put in a seperate class for better control */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* --------------------------- */
  position: fixed;
  width: 100%;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

html a.button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 25px;
  text-align: center;
  font-family: agenda,sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 5px;
  margin: 20px 0 0;
  position: relative;
  z-index: 934;
}

html a.button.red {
  background-color: #A65042;
  color: #fff;
  border: 2px solid #A65042;
}

html a.button.white {
  background-color: #fff;
  color: #A65042;
  border: 2px solid #fff;
}

html a.button.white:hover {
  background-color: #A65042;
  color: #fff;
}

html a.button.trans {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

html a.button.trans:hover {
  background-color: #fff;
  color: #313A5F;
  border: 2px solid #fff;
}

html a.button.blue {
  background-color: #fff;
  color: #313A5F;
  border: 2px solid #313A5F;
}

html a.button.blue:hover {
  background-color: #313A5F;
  color: #fff;
  border: 2px solid #fff;
}

html a.button.bluerev {
  background-color: #313A5F;
  color: #fff;
  border: 2px solid #313A5F;
}

html a.button.bluerev:hover {
  background-color: #fff;
  color: #313A5F;
  border: 2px solid #313A5F;
}

html a.button:hover {
  background-color: #fff;
  color: #A65042;
  border: 2px solid #A65042;
}

html a.button.regs {
  border: 0px;
  padding: 0;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #A65042;
  background-color: transparent;
}

html a.button.regs.white {
  color: #fff;
}

html a.button.regs:hover {
  opacity: 0.7;
  background: transparent;
}

html a.button.regs:hover img {
  margin: 0 0 0 10px;
}

html a.button.regs img {
  display: inline-block;
  width: 8px;
  height: auto;
  margin: 0 0 0 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

html a.button.sub {
  border: 0px;
  padding: 0;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #484848;
}

html a.button.sub.white {
  color: #fff;
}

html a.button.sub:hover {
  opacity: 0.7;
  background: transparent;
}

html a.button.sub:hover img {
  margin: 0 0 0 10px;
}

html a.button.sub img {
  display: inline-block;
  width: 8px;
  height: auto;
  margin: 0 0 0 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.partnerscta {
  padding: 50px 0;
  text-align: center;
}

.partnerscta a.button.sub {
  margin: 15px auto 35px;
}

.partnerscta a.button.red {
  margin: 65px auto 35px;
}

.partnerscta .rowoficons img {
  display: inline-block;
  vertical-align: middle;
  max-width: 190px;
  height: auto;
  margin: 20px 20px 0;
}

.tiles {
  padding: 50px 0;
}

.tiles .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 1020px) {
  .tiles .container {
    display: block;
  }
}

.tiles .container .right {
  padding: 0 40px 30px;
  width: 75%;
  background-color: #313A5F;
}

@media (max-width: 1020px) {
  .tiles .container .right {
    display: block;
    width: 100%;
    padding: 30px;
  }
}

.tiles .container .right.wizy p, .tiles .container .right.wizy h3, .tiles .container .right.wizy ul, .tiles .container .right.wizy li {
  color: #fff;
}

.tiles .container .right.wizy ul li:before {
  color: #fff;
}

.tiles .container .right.wizy a.button.regs {
  display: inline-block;
  margin-right: 20px;
}

.tiles .container .left {
  width: 40%;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1020px) {
  .tiles .container .left {
    display: block;
    width: 100%;
  }
}

.tiles .container .left div {
  width: 50%;
  height: 50%;
  background-size: cover;
  border-top: 7px solid white;
  background-position: center;
  border-bottom: 0px;
  border-right: 7px solid white;
}

@media (max-width: 1020px) {
  .tiles .container .left div {
    display: block;
    height: 250px;
    width: 100%;
    border: 0px solid;
    margin-bottom: 5px;
  }
}

.tiles .container .left div:first-of-type {
  width: 100%;
  height: 50%;
  border-top: 0;
}

@media (max-width: 1020px) {
  .tiles .container .left div:first-of-type {
    display: block;
    width: 100%;
    height: 250px;
    border: 0px solid;
  }
}

/* Menu Appearance */
.pushy {
  position: fixed;
  width: 200px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #313A5F;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}

.pushy a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  color: #fff;
  font-family: agenda, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-size: 19px;
  text-transform: capitalize;
  padding: 15px;
}

.pushy ul:first-child {
  margin-top: 10px;
}

.pushy.pushy-left {
  left: 0;
}

.pushy.pushy-right {
  right: 0;
}

.pushy-content {
  visibility: hidden;
}

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}

.pushy-right {
  -webkit-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible;
}

/* Menu Transitions */
#container,
.pushy,
.push {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99), -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
  -webkit-transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */
}

.pushy-submenu > ul {
  padding-left: 15px;
  -webkit-transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.pushy-submenu > ul .pushy-link {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.pushy-submenu button {
  width: 100%;
  color: #b3b3b1;
  padding: 15px 30px;
  text-align: left;
  background: transparent;
  border: 0;
}

.pushy-submenu button:hover {
  color: #FFF;
}

.pushy-submenu > a,
.pushy-submenu > button {
  position: relative;
}

.pushy-submenu > a::after,
.pushy-submenu > button::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("../img/arrow.svg") no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

/* Submenu Movement */
.pushy-submenu-closed > ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.pushy-submenu-closed .pushy-link {
  opacity: 0;
}

.pushy-submenu-open {
  /* Submenu Icon */
}

.pushy-submenu-open > ul {
  max-height: 1000px;
  visibility: visible;
}

.pushy-submenu-open .pushy-link {
  opacity: 1;
}

.pushy-submenu-open > a::after,
.pushy-submenu-open > button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.eventsandnews {
  background-color: #F7F7F7;
  position: relative;
}

.eventsandnews .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 1020px) {
  .eventsandnews .container {
    display: block;
    padding: 0;
  }
}

.eventsandnews .container a.button.sp {
  margin: 0 auto !important;
}

.eventsandnews:before {
  content: '';
  width: 50%;
  height: 100%;
  background-color: #313A5F;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 1020px) {
  .eventsandnews:before {
    display: none;
    height: 0;
    width: 0;
  }
}

.eventsandnews .left {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 50px;
  position: relative;
  z-index: 3;
}

@media (max-width: 1020px) {
  .eventsandnews .left {
    display: block;
    width: 100%;
    background-color: #313A5F;
    padding: 25px;
  }
}

.eventsandnews .left h3 {
  font-family: agenda,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  text-align: center;
  margin: 20px 0 10px;
  color: #fff;
}

.eventsandnews .left h3, .eventsandnews .left p, .eventsandnews .left span, .eventsandnews .left a {
  color: #fff;
  text-decoration: none;
}

.eventsandnews .left hr {
  position: relative;
  display: block;
  margin: 10px auto 0;
  height: 3px;
  background-color: #fff;
  width: 80px;
  border: 0px;
}

.eventsandnews .left .eventer {
  padding: 25px 0;
  margin: 20px auto;
  display: block;
  max-width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 1020px) {
  .eventsandnews .left .eventer {
    max-width: 100%;
  }
}

.eventsandnews .left .eventer:hover {
  opacity: 0.5;
}

.eventsandnews .left .eventer h4 {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 30px;
  font-family: agenda,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  text-align: center;
}

.eventsandnews .left .eventer h4 span {
  display: block;
  font-size: 45px;
  line-height: 62px;
  text-align: center;
  font-family: agenda,sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 20px 0 0;
  line-height: 26px;
}

.eventsandnews .left .eventer p {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 30px;
  border-left: 2px solid #fff;
  font-family: agenda,sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 16px;
}

.eventsandnews .left .eventer p span {
  display: block;
  font-size: 20px;
  font-family: agenda,sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 20px 0 0;
  line-height: 26px;
}

.eventsandnews .right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 50px;
  position: relative;
  z-index: 3;
}

@media (max-width: 1020px) {
  .eventsandnews .right {
    width: 100%;
    display: block;
    background-color: #b3b3b1;
    padding: 25px;
  }
}

.eventsandnews .right h3 {
  font-family: agenda,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  text-align: center;
  margin: 20px 0 10px;
  color: #313A5F;
}

.eventsandnews .right hr {
  position: relative;
  display: block;
  margin: 10px auto 0;
  height: 3px;
  background-color: #42443E;
  width: 80px;
  border: 0px;
}

.eventsandnews .right .eventer {
  padding: 25px;
  max-width: 70%;
  margin: 25px auto;
  border-top: 1px solid #b3b3b3;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 1020px) {
  .eventsandnews .right .eventer {
    max-width: 100%;
  }
}

.eventsandnews .right .eventer:hover {
  opacity: 0.7;
}

.eventsandnews .right .eventer:last-of-type {
  border-bottom: 1px solid #b3b3b3;
}

.eventsandnews .right .eventer h4 {
  font-family: agenda,sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #42443E;
  font-size: 20px;
  line-height: 28px;
}

.eventsandnews .right .eventer h4 span {
  display: block;
  font-family: agenda,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  color: #354039;
  opacity: 0.6;
  margin: 0 0 10px;
}

.numbers {
  text-align: center;
  padding: 50px 0;
}

.numbers .container p {
  margin: 0 0 30px;
}

.numbers .container div {
  text-align: center;
  font-family: agenda,sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  width: 30%;
  margin: 25px 1%;
  text-transform: uppercase;
  color: #313A5F;
  font-size: 30px;
}

@media (max-width: 1020px) {
  .numbers .container div {
    width: 100%;
    display: block;
  }
}

.numbers .container div span {
  display: block;
  font-family: agenda,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 28px;
  padding: 15px 0;
  text-transform: capitalize;
}

.numbers .container a.button {
  margin: 0 auto;
}

.ctablock {
  background-size: cover;
  padding: 50px 0;
  position: relative;
  z-index: 90;
  text-align: center;
  border-bottom: 20px solid #A65042;
}

.ctablock::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #313A5F;
  opacity: 0.7;
  z-index: 8;
}

.ctablock .container {
  position: relative;
  z-index: 91;
}

.ctablock .container h4, .ctablock .container h3, .ctablock .container h2, .ctablock .container h5, .ctablock .container h6, .ctablock .container p {
  color: #fff;
}

.ctablock .container a.button.blue {
  margin: 0 auto;
}

.ctablock .container p {
  max-width: 95%;
  width: 60%;
  margin: 20px auto;
}

footer {
  padding: 30px 0 0 0;
}

footer .copyright {
  background-color: #313A5F;
  padding: 15px 0;
  margin: 0 0 0;
}

footer .copyright .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 900px) {
  footer .copyright .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

footer .copyright .container p {
  text-align: center;
  color: #fff;
  width: 33%;
  font-family: agenda,sans-serif;
  font-weight: 300;
  font-style: normal;
}

@media (max-width: 900px) {
  footer .copyright .container p {
    width: 100%;
    padding: 15px 0;
  }
}

footer .copyright .container p a {
  text-decoration: none;
  color: #fff;
}

footer .copyright .container p img {
  width: 25px;
  height: auto;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

footer .copyright .container p:first-of-type {
  text-align: left;
  width: 34%;
}

@media (max-width: 900px) {
  footer .copyright .container p:first-of-type {
    width: 100%;
    text-align: center;
  }
}

footer .copyright .container p:last-of-type {
  text-align: right;
}

@media (max-width: 900px) {
  footer .copyright .container p:last-of-type {
    width: 100%;
    text-align: center;
  }
}

footer .container.fun {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 900px) {
  footer .container.fun {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

footer .container.fun div {
  padding: 0 10px;
}

footer .container.fun div p.bold {
  font-family: agenda,sans-serif;
  font-weight: 700;
  font-style: normal;
}

footer .container.fun div a {
  color: #42443E;
}

footer .container.fun div a.button {
  color: #fff;
}

footer .container.fun div a.button:hover {
  color: #313A5F;
}

footer .container.fun div a.regs {
  color: #42443E;
}

footer .container.fun div ul {
  padding: 10px 0;
  margin: 0;
}

footer .container.fun div ul li:before {
  display: none;
}

footer .container.fun div h5 {
  color: #42443E;
  font-size: 17px;
  font-family: agenda,sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}

footer .container.fun .col.special {
  width: 20%;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 20px;
}

@media (max-width: 1080px) {
  footer .container.fun .col.special {
    display: none;
  }
}

@media (max-width: 900px) {
  footer .container.fun .col.special {
    display: block;
    margin-top: 40px;
    width: 100%;
  }
}

footer .container.fun .col.special h6, footer .container.fun .col.special p {
  position: relative;
  z-index: 200;
  color: #fff;
  margin: 0;
}

footer .container.fun .col.special p {
  margin: 0 0 30px;
}

footer .container.fun .col.special h6 {
  text-transform: capitalize;
  line-height: 30px;
  padding: 0 0 20px;
}

footer .container.fun .col.special:after {
  content: '';
  height: 100%;
  width: 100%;
  background: #313A5F;
  z-index: 199;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}

footer .container.fun .col.special a.button.trans {
  margin: 0 auto 0;
}

footer .container.fun .col.two, footer .container.fun .col.three, footer .container.fun .col.four {
  width: 18%;
  padding: 0 20px;
}

@media (max-width: 1080px) {
  footer .container.fun .col.two, footer .container.fun .col.three, footer .container.fun .col.four {
    width: 22%;
  }
}

@media (max-width: 900px) {
  footer .container.fun .col.two, footer .container.fun .col.three, footer .container.fun .col.four {
    width: 50%;
  }
}

footer .container.fun .col.one {
  text-align: center;
  width: 25%;
  margin-right: 20px;
  border-right: 2px solid #A65042;
}

@media (max-width: 900px) {
  footer .container.fun .col.one {
    width: 100%;
    border-right: 0px;
    margin-right: 0px;
  }
}

footer .container.fun .col.one p, footer .container.fun .col.one a {
  font-size: 18px;
}

footer .container.fun .col.one img.logo {
  width: 50%;
  margin: 0 auto 20px;
  display: block;
}

footer .container.fun .col.one a.addi {
  font-family: agenda,sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #42443E;
  text-decoration: none;
}

footer .container.fun .col.one a.button {
  margin: 20px auto 5px !important;
}

footer .container.fun .col.one form {
  margin: 20px 0 20px;
  text-align: center;
}

footer .container.fun .col.one form input[type=text] {
  background-color: #939393;
  padding: 5px 15px;
  border-radius: 20px;
  color: #fff;
  font-family: agenda,sans-serif;
  font-weight: 400;
  font-style: normal;
  outline: none;
  border: 0px;
  display: inline-block;
  margin: 0 auto;
  width: 80%;
  max-width: 150px;
  vertical-align: middle;
}

footer .container.fun .col.one form input[type=submit] {
  background-color: #939393;
  border: none;
  color: #fff;
  font-family: agenda,sans-serif;
  font-weight: 400;
  font-style: normal;
  outline: none;
  border: 0px;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 15px 5px 10px;
  margin-left: -25px;
  border-radius: 15px 15px 15px 15px;
}

.pushy-open-left .pushy {
  width: 1400px;
}

@media (max-width: 1430px) {
  .pushy-open-left .pushy {
    width: 98%;
  }
}

@media (max-width: 900px) {
  .pushy-open-left .pushy {
    width: 350px;
  }
}

.pushy.pushy-left .pushy-content {
  padding: 30px 0 30px 0;
}

.pushy.pushy-left .pushy-content .copyright {
  background-color: #313A5F;
  padding: 15px 0;
  margin: 40px 0 0;
}

.pushy.pushy-left .pushy-content .copyright .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 900px) {
  .pushy.pushy-left .pushy-content .copyright .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.pushy.pushy-left .pushy-content .copyright .container p {
  text-align: center;
  color: #fff;
  width: 33%;
  font-family: agenda,sans-serif;
  font-weight: 300;
  font-style: normal;
}

@media (max-width: 900px) {
  .pushy.pushy-left .pushy-content .copyright .container p {
    width: 100%;
    padding: 15px 0;
  }
}

.pushy.pushy-left .pushy-content .copyright .container p a {
  text-decoration: none;
  color: #fff;
}

.pushy.pushy-left .pushy-content .copyright .container p img {
  width: 25px;
  height: auto;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.pushy.pushy-left .pushy-content .copyright .container p:first-of-type {
  text-align: left;
  width: 34%;
}

@media (max-width: 900px) {
  .pushy.pushy-left .pushy-content .copyright .container p:first-of-type {
    width: 100%;
    text-align: center;
  }
}

.pushy.pushy-left .pushy-content .copyright .container p:last-of-type {
  text-align: right;
}

@media (max-width: 900px) {
  .pushy.pushy-left .pushy-content .copyright .container p:last-of-type {
    width: 100%;
    text-align: center;
  }
}

.pushy.pushy-left .pushy-content .container.fun {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 900px) {
  .pushy.pushy-left .pushy-content .container.fun {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.pushy.pushy-left .pushy-content .container.fun div {
  padding: 0 10px;
}

.pushy.pushy-left .pushy-content .container.fun div p, .pushy.pushy-left .pushy-content .container.fun div ul, .pushy.pushy-left .pushy-content .container.fun div li, .pushy.pushy-left .pushy-content .container.fun div h3, .pushy.pushy-left .pushy-content .container.fun div h4, .pushy.pushy-left .pushy-content .container.fun div h5, .pushy.pushy-left .pushy-content .container.fun div h6 {
  color: #fff;
}

.pushy.pushy-left .pushy-content .container.fun div p.bold {
  font-family: agenda,sans-serif;
  font-weight: 700;
  font-style: normal;
}

.pushy.pushy-left .pushy-content .container.fun div a {
  color: #fff;
}

.pushy.pushy-left .pushy-content .container.fun div a.button {
  color: #A65042;
}

.pushy.pushy-left .pushy-content .container.fun div a.button:hover {
  border: 2px solid #fff;
  color: #fff;
}

.pushy.pushy-left .pushy-content .container.fun div a.regs {
  color: #fff;
  border: 0 solid #fff;
}

.pushy.pushy-left .pushy-content .container.fun div a.regs:hover {
  border: 0 solid #fff;
}

.pushy.pushy-left .pushy-content .container.fun div ul {
  padding: 10px 0;
  margin: 0;
}

.pushy.pushy-left .pushy-content .container.fun div ul li:before {
  display: none;
}

.pushy.pushy-left .pushy-content .container.fun div h5 {
  opacity: 0.7;
  border-bottom: 2px solid #fff;
  font-size: 17px;
  font-family: agenda,sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
  max-width: 70%;
  padding: 0 0 10px 0;
}

.pushy.pushy-left .pushy-content .container.fun .col.special {
  width: 20%;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 20px;
}

@media (max-width: 1080px) {
  .pushy.pushy-left .pushy-content .container.fun .col.special {
    display: none;
  }
}

@media (max-width: 900px) {
  .pushy.pushy-left .pushy-content .container.fun .col.special {
    display: block;
    margin-top: 40px;
    width: 100%;
  }
}

.pushy.pushy-left .pushy-content .container.fun .col.special h6, .pushy.pushy-left .pushy-content .container.fun .col.special p {
  position: relative;
  z-index: 200;
  color: #fff;
  margin: 0;
}

.pushy.pushy-left .pushy-content .container.fun .col.special h6 {
  text-transform: capitalize;
  padding-bottom: 0;
  color: #fff;
}

.pushy.pushy-left .pushy-content .container.fun .col.special:after {
  content: '';
  height: 100%;
  width: 100%;
  background: #313A5F;
  z-index: 199;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}

.pushy.pushy-left .pushy-content .container.fun .col.special a.button.white {
  margin: 0 auto 0;
}

.pushy.pushy-left .pushy-content .container.fun .col.special a.button.white a.button:hover {
  color: #313A5F;
}

.pushy.pushy-left .pushy-content .container.fun .col.two, .pushy.pushy-left .pushy-content .container.fun .col.three, .pushy.pushy-left .pushy-content .container.fun .col.four {
  width: 18%;
  padding: 0 20px;
}

@media (max-width: 1080px) {
  .pushy.pushy-left .pushy-content .container.fun .col.two, .pushy.pushy-left .pushy-content .container.fun .col.three, .pushy.pushy-left .pushy-content .container.fun .col.four {
    width: 22%;
  }
}

@media (max-width: 900px) {
  .pushy.pushy-left .pushy-content .container.fun .col.two, .pushy.pushy-left .pushy-content .container.fun .col.three, .pushy.pushy-left .pushy-content .container.fun .col.four {
    width: 100%;
  }
}

.pushy.pushy-left .pushy-content .container.fun .col.one {
  text-align: center;
  width: 25%;
  margin-right: 20px;
  border-right: 2px solid #A65042;
}

@media (max-width: 900px) {
  .pushy.pushy-left .pushy-content .container.fun .col.one {
    width: 100%;
    border-right: 0px;
    margin-right: 0px;
  }
}

.pushy.pushy-left .pushy-content .container.fun .col.one p, .pushy.pushy-left .pushy-content .container.fun .col.one a {
  font-size: 18px;
}

.pushy.pushy-left .pushy-content .container.fun .col.one img.logo {
  width: 50%;
  margin: 0 auto 20px;
  display: block;
}

.pushy.pushy-left .pushy-content .container.fun .col.one a.addi {
  font-family: agenda,sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  text-decoration: none;
}

.pushy.pushy-left .pushy-content .container.fun .col.one a.button {
  margin: 20px auto 5px !important;
}

.pushy.pushy-left .pushy-content .container.fun .col.one form {
  margin: 20px 0 20px;
  text-align: center;
}

.pushy.pushy-left .pushy-content .container.fun .col.one form input[type=text] {
  background-color: #939393;
  padding: 5px 15px;
  border-radius: 20px;
  color: #fff;
  font-family: agenda,sans-serif;
  font-weight: 400;
  font-style: normal;
  outline: none;
  border: 0px;
  display: inline-block;
  margin: 0 auto;
  width: 80%;
  max-width: 150px;
  vertical-align: middle;
}

.pushy.pushy-left .pushy-content .container.fun .col.one form input[type=submit] {
  background-color: #939393;
  border: none;
  color: #fff;
  font-family: agenda,sans-serif;
  font-weight: 400;
  font-style: normal;
  outline: none;
  border: 0px;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 15px 5px 10px;
  margin-left: -25px;
  border-radius: 15px 15px 15px 15px;
}

.subhero {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(32, 32, 34, 0.8)), to(rgba(32, 32, 34, 0.8)));
  background: linear-gradient(180deg, rgba(32, 32, 34, 0.8) 100%, rgba(32, 32, 34, 0.8) 100%);
}

.subhero h1 {
  text-align: center;
  font-family: agenda,sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 45px;
  padding: 70px 0;
}

.subhero nav {
  position: absolute;
  top: 100px;
  right: 50px;
}

@media (max-width: 900px) {
  .subhero nav {
    display: none;
  }
}

.subhero nav ul#menu-main-menu li {
  position: relative;
  display: inline-block;
  margin: 0;
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.subhero nav ul#menu-main-menu li.menu-item-has-children:after {
  content: url("/wp-content/uploads/2022/10/Path.svg");
  position: relative;
  display: inline-block;
  margin-right: 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.subhero nav ul#menu-main-menu li.menu-item-has-children:hover:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.subhero nav ul#menu-main-menu li.menu-item-has-children a {
  padding-right: 5px;
}

.subhero nav ul#menu-main-menu li.button.trans {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 25px;
  text-align: center;
  font-family: agenda,sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 5px;
  margin: 20px 0 0;
  position: relative;
  z-index: 934;
  border: 2px solid #fff;
}

.subhero nav ul#menu-main-menu li.button.trans a {
  padding: 0;
}

.subhero nav ul#menu-main-menu li.button.trans:hover {
  background-color: #fff;
  color: #313A5F;
}

.subhero nav ul#menu-main-menu li.button.trans:hover a {
  color: #313A5F;
}

.subhero nav ul#menu-main-menu li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.subhero nav ul#menu-main-menu li a {
  color: #fff;
  font-family: agenda,sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  padding: 20px;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.subhero nav ul#menu-main-menu li ul.sub-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  position: absolute;
  top: 100%;
  padding: 15px 10px;
  margin: 0;
  text-align: left;
  text-transform: none;
  font-size: 1.1rem;
  width: 280px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  background-color: #313A5F;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.subcol {
  padding: 0 0;
  position: relative;
}

.subcol:after {
  content: '';
  height: 100%;
  top: 0;
  left: 0;
  background-color: #e2e2e2;
  width: 20%;
  position: absolute;
}

@media (max-width: 900px) {
  .subcol:after {
    width: 0px;
    height: 0px;
  }
}

.subcol .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  z-index: 99;
}

@media (max-width: 900px) {
  .subcol .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.subcol .container .right {
  width: 60%;
  padding: 40px 30px 80px 80px;
}

@media (max-width: 900px) {
  .subcol .container .right {
    width: 100%;
    padding: 25px 0;
  }
}

.subcol .container .right.wizy.emp {
  padding-top: 60px;
}

.subcol .container .right.wizy.emp h2 {
  font-family: agenda,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  padding: 0 0 10px;
  margin: 0;
}

.subcol .container .right.wizy.emp h3 {
  font-family: agenda,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  padding: 0;
  margin: 0;
}

.subcol .container .right.wizy.emp .employeespot {
  height: 380px;
  background-size: cover;
  background-position: center;
  margin: 40px 0 0;
}

.subcol .container .right.wizy.emp .contactbuttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.subcol .container .right.wizy.emp .contactbuttons a.buttonz {
  width: 50%;
  padding: 20px;
  text-align: center;
  font-family: agenda,sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.subcol .container .right.wizy.emp .contactbuttons a.buttonz:hover {
  opacity: 0.5;
}

.subcol .container .right.wizy.emp .contactbuttons a.buttonz img {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: auto;
  margin: 0 10px 0 0;
}

.subcol .container .right.wizy.emp .contactbuttons a.buttonz.phone {
  background-color: #F4F4F4;
  color: #313A5F;
  text-decoration: none;
}

.subcol .container .right.wizy.emp .contactbuttons a.buttonz.email {
  background-color: #313A5F;
  color: #fff;
  text-decoration: none;
}

.subcol .container .left {
  background-color: #e2e2e2;
  width: 22%;
  padding: 80px 30px;
}

@media (max-width: 900px) {
  .subcol .container .left {
    width: 100%;
    padding: 25px;
  }
}

.subcol .container .left h5 {
  color: #A65042;
  font-size: 17px;
  font-family: agenda,sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}

.subcol .container .left a {
  color: #42443E;
}

.subcol .container .left a.button {
  color: #fff;
}

.subcol .container .left a.button:hover {
  color: #313A5F;
}

.subcol .container .left a.regs {
  color: #42443E;
}

.subcol .container .left ul {
  padding: 10px 0;
  margin: 0;
}

.subcol .container .left ul li:before {
  display: none;
}

.recmember {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 35px 0 45px;
}

@media (max-width: 900px) {
  .recmember {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.recmember div:first-of-type {
  width: 40%;
  background-size: 40%;
  background-color: #dfdfdf;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 30px;
  min-height: 210px;
}

@media (max-width: 900px) {
  .recmember div:first-of-type {
    width: 100%;
    padding: 25px;
    min-height: 420px;
  }
}

.recmember div:last-of-type {
  width: 60%;
}

@media (max-width: 900px) {
  .recmember div:last-of-type {
    width: 100%;
    padding: 0 0 20px;
  }
}

.recmember div:last-of-type h4 {
  color: #42443E;
}

.recmember div:last-of-type h4 span {
  font-family: agenda,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

.boardmember {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 35px 0 45px;
}

@media (max-width: 900px) {
  .boardmember {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.boardmember div:first-of-type {
  width: 200px;
  background-size: cover;
  background-position: top center;
  padding-bottom: 50px;
  min-height: 220px;
}

@media (max-width: 900px) {
  .boardmember div:first-of-type {
    width: 100%;
    padding: 25px;
    min-height: 420px;
  }
}

.boardmember div:last-of-type {
  padding-left: 25px;
}

@media (max-width: 900px) {
  .boardmember div:last-of-type {
    width: 100%;
    padding: 0 0 20px;
  }
}

.boardmember div:last-of-type h4 {
  color: #42443E;
}

.boardmember div:last-of-type h4 span {
  font-family: agenda,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

.teammember {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 35px 0 45px;
  padding: 25px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #afafaf;
}

@media (max-width: 900px) {
  .teammember {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.teammember div:first-of-type {
  width: 200px;
  background-size: cover;
  background-position: top center;
  padding-bottom: 50px;
  min-height: 220px;
}

@media (max-width: 900px) {
  .teammember div:first-of-type {
    width: 100%;
    padding: 25px;
    min-height: 420px;
  }
}

.teammember div:last-of-type {
  padding-left: 25px;
  width: 65%;
}

@media (max-width: 900px) {
  .teammember div:last-of-type {
    width: 100%;
    padding: 0 0 20px;
  }
}

.teammember div:last-of-type h4 {
  color: #313A5F;
}

.teammember div:last-of-type h4 span {
  display: block;
  font-family: agenda,sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  padding: 6px 0 0;
}

.flip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 35px 0 45px;
  position: relative;
  padding: 25px 0;
  max-width: 1200px;
  margin: 30px auto;
}

.flip.blue {
  padding: 20px;
}

.flip.blue:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: -50px;
  background-color: #313A5F;
  z-index: 5;
}

@media (max-width: 900px) {
  .flip.blue:before {
    right: 0;
  }
}

.flip.blue div a, .flip.blue div p, .flip.blue div h2, .flip.blue div h3, .flip.blue div h4, .flip.blue div h5, .flip.blue div h6, .flip.blue div ul, .flip.blue div li {
  color: #fff;
}

.flip.blue div a:before, .flip.blue div p:before, .flip.blue div h2:before, .flip.blue div h3:before, .flip.blue div h4:before, .flip.blue div h5:before, .flip.blue div h6:before, .flip.blue div ul:before, .flip.blue div li:before {
  color: #fff;
}

.flip.blue div ul li {
  padding: 0 0 10px 0;
}

.flip.gray {
  padding: 20px;
}

.flip.gray:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 80px;
  background-color: rgba(231, 229, 229, 0.45);
  z-index: 5;
}

@media (max-width: 900px) {
  .flip.gray:before {
    left: 0;
  }
}

.flip.rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flip.rev.blue:before {
  left: -50px;
  right: initial;
}

@media (max-width: 900px) {
  .flip.rev.blue:before {
    left: 0;
  }
}

.flip.rev.gray:before {
  left: -50px;
  right: initial;
}

@media (max-width: 900px) {
  .flip.rev.gray:before {
    left: 0;
  }
}

.flip.rev div:last-of-type {
  padding-left: 0;
  padding-right: 50px;
}

@media (max-width: 900px) {
  .flip.rev div:last-of-type {
    padding-right: 0;
    padding: 25px;
  }
}

@media (max-width: 900px) {
  .flip {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.flip div {
  position: relative;
  z-index: 99;
}

.flip div:first-of-type {
  width: 35%;
  background-size: cover;
  background-position: top center;
  padding-bottom: 50px;
  min-height: 370px;
}

@media (max-width: 900px) {
  .flip div:first-of-type {
    width: 100%;
    padding: 25px;
    min-height: 420px;
  }
}

.flip div:last-of-type {
  padding-left: 25px;
  width: 65%;
}

@media (max-width: 900px) {
  .flip div:last-of-type {
    width: 100%;
    padding: 20px 0 20px;
  }
}

.flip div:last-of-type h2, .flip div:last-of-type h3, .flip div:last-of-type h4, .flip div:last-of-type h5, .flip div:last-of-type h6 {
  margin: 0;
  padding: 0 0 0;
}

.faq, .faqq {
  display: block;
  width: 100%;
  cursor: pointer;
  padding: 20px 10px 0;
  margin: 0 0 2px;
  border-top: 1px solid rgba(66, 68, 62, 0.3);
  position: relative;
}

@media (max-width: 800px) {
  .faq, .faqq {
    padding: 30px 10px;
  }
}

.faq:before, .faqq:before {
  content: '+';
  color: #B4A65C;
  font-family: agenda,sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 23px;
  margin: 0 12px 0 5px;
  position: absolute;
  left: -15px;
}

.minus:before, .minusq:before {
  content: '–';
  color: #B4A65C;
  font-family: agenda,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 23px;
  margin: 0 15px 0 8px;
}

.answers {
  display: none;
  padding: 0 0 0 0;
}

.faqsection, .faqsectionone, .faqsectiontwo {
  padding: 0;
  margin: 0 auto 50px;
  max-width: 900px;
}

.faqsection .wizy, .faqsectionone .wizy, .faqsectiontwo .wizy {
  padding: 0;
}

.faqsection .wizy h6.faq, .faqsectionone .wizy h6.faq, .faqsectiontwo .wizy h6.faq {
  font-family: agenda,sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3d3d3d;
  font-size: 20px;
}

.faqsection.gray, .faqsectionone.gray, .faqsectiontwo.gray {
  background: #f7f2f2;
}

.faqsection h4.center, .faqsectionone h4.center, .faqsectiontwo h4.center {
  font-size: 30px;
  margin: 0 0 50px;
  font-family: agenda,sans-serif;
  font-weight: 700;
  font-style: normal;
}

.paginate {
  text-align: center;
}

.paginate a, .paginate span {
  color: #313A5F;
  font-family: agenda,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 19px;
  text-align: center;
  text-decoration: none;
}

.iframevideo {
  position: relative;
  padding-bottom: 56.25%;
  margin: 30px 0;
}

.iframevideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bread {
  padding: 20px 0;
  font-family: agenda,sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
}

.bread span, .bread a {
  color: #42443E;
  font-family: agenda,sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-size: 17px;
}

.resblocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.resblocks div.catz {
  width: 31%;
  margin: 1%;
  height: 250px;
  position: relative;
  overflow: hidden;
}

.resblocks div.catz:hover h3 {
  top: 0;
}

.resblocks div.catz h3 {
  position: absolute;
  top: 140px;
  left: 0;
  height: 100%;
  text-align: center;
  width: 100%;
  background-color: rgba(49, 58, 95, 0.87);
  z-index: 20;
  margin: 0;
  color: #fff;
  padding: 20px;
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.resblocks div.catz a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 40;
}

header {
  background-color: white;
  padding: 10px 0;
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .container .leftlogo {
  width: 15%;
  text-align: center;
}

@media (max-width: 1020px) {
  header .container .leftlogo {
    width: 40%;
  }
}

header .container .leftlogo img {
  max-width: 80%;
  display: block;
  height: auto;
  margin: 0 auto;
}

header .container .leftlogo a.lower {
  display: block;
  color: #313A5F;
  font-family: agenda, sans-serif;
  font-weight: 400;
  text-decoration: underline;
  font-size: 15px;
  text-transform: capitalize;
  margin: 20px 0 0;
  font-style: italic;
}

header .container .rightnav {
  width: 85%;
  text-align: right;
}

@media (max-width: 1020px) {
  header .container .rightnav {
    width: 60%;
  }
}

header .container .rightnav ul li {
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

header .container .rightnav ul li:hover {
  opacity: 0.5;
}

header .container .rightnav ul li.menu-btn {
  display: none;
}

header .container .rightnav ul li.menu-btn a {
  font-size: 35px;
  display: block;
  padding-right: 20px;
  cursor: pointer;
}

header .container .rightnav ul li.button {
  padding: 13px;
  border: 2px solid;
  border-radius: 4px;
}

header .container .rightnav ul li.button:hover {
  background-color: #313A5F;
  opacity: 1;
}

header .container .rightnav ul li.button:hover a {
  color: #fff;
}

@media (max-width: 1020px) {
  header .container .rightnav ul li {
    display: none;
  }
  header .container .rightnav ul li.button {
    display: inline-block;
    vertical-align: middle;
  }
  header .container .rightnav ul li.menu-btn {
    display: inline-block;
    vertical-align: middle;
  }
}

header .container .rightnav ul li a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  color: #313A5F;
  font-family: agenda, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  font-size: 19px;
  text-transform: capitalize;
  padding: 0 15px;
}

@media (max-width: 1150px) {
  header .container .rightnav ul li a {
    padding: 0 5px;
  }
}

.confher {
  position: relative;
  padding: 100px 25px;
  text-align: center;
  margin: 10px 0 0;
}

.confher:after {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #313A5F;
  top: 0;
  z-index: 3;
  opacity: 0.85;
}

.confher .container {
  position: relative;
  z-index: 99;
}

.confher .container p {
  color: #fff;
  font-family: agenda, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-size: 32px;
  text-transform: uppercase;
  padding: 0 15px;
  font-style: italic;
}

@media (max-width: 1020px) {
  .confher .container p {
    font-size: 22px;
  }
}

.confher .container h1 {
  color: #fff;
  font-family: agenda, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  font-size: 40px;
  text-transform: capitalize;
  padding: 40px 15px 0;
  max-width: 770px;
  margin: 0 auto;
  display: block;
  line-height: 50px;
}

@media (max-width: 1020px) {
  .confher .container h1 {
    font-size: 25px;
    line-height: 30px;
    max-width: 98%;
  }
}

footer .horizoncta {
  background: rgba(231, 229, 229, 0.45);
  text-align: center;
  padding: 20px 0;
}

footer .horizoncta .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: none;
      flex-wrap: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1020px) {
  footer .horizoncta .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

footer .horizoncta .container .leftlogo {
  width: 15%;
  text-align: center;
}

@media (max-width: 1020px) {
  footer .horizoncta .container .leftlogo {
    width: 100%;
  }
}

footer .horizoncta .container .leftlogo img {
  max-width: 80%;
  display: block;
  height: auto;
  margin: 0 auto;
}

footer .horizoncta .container .leftlogo a {
  display: block;
  color: #313A5F;
  font-family: agenda, sans-serif;
  font-weight: 400;
  text-decoration: underline;
  font-size: 15px;
  text-transform: capitalize;
  margin: 20px 0 0;
  font-style: italic;
}

footer .horizoncta .container .deats {
  padding: 0 25px;
}

@media (max-width: 1020px) {
  footer .horizoncta .container .deats {
    margin: 25px 0;
  }
}

footer .horizoncta .container .deats p {
  color: #313A5F;
  font-family: agenda, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-size: 19px;
  text-transform: uppercase;
  padding: 0px 0 0;
  font-style: italic;
}

footer .horizoncta .container .deats h5 {
  color: #313A5F;
  font-family: agenda, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  font-size: 19px;
  text-transform: capitalize;
  padding: 20px 0;
  max-width: 770px;
  margin: 0 auto;
  display: block;
  line-height: 30px;
}

a.button.wild {
  margin: 0 auto;
}

.gal {
  padding: 30px 0;
}

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

.gal .container div {
  background-size: cover;
  width: 300px;
  display: inline-block;
  margin: 10px;
  position: relative;
  height: 250px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.gal .container div:hover {
  opacity: 0.7;
}

@media (max-width: 1020px) {
  .gal .container div {
    width: 180px;
    height: 200px;
  }
}

.gal .container div a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.wizy.content.container.short {
  padding: 20px;
}

div.full {
  width: 100%;
  display: block;
  height: 300px;
  background-position: center;
}

html body.page-id-200 .flip div:first-of-type {
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
}
/*# sourceMappingURL=main.css.map */