/************************************************

Stylesheet: Global Stylesheet

*************************************************/

/*********************
GENERAL STYLES
*********************/

@import url("https://use.typekit.net/ink6kcr.css");

html,
body {
  font-size: 18px;
  background: #fff;
  scroll-behavior: smooth;
}

@media print, screen and (min-width: 40em) {
  html,
  body {
    font-size: 18px;
  }
}

.grid-container {
  padding-left: .9375rem;
  padding-right: .9375rem;
  max-width: 60rem;
}

.grecaptcha-badge {
  display: none;
}

.page-id-171 .grecaptcha-badge {
  display: block;
}

html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
blockquote p {
  font-family: 'Paralucent', sans-serif;
  color: #4E5252;
  position: relative;
  line-height: 1.25;
}

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


b,
strong {
  font-weight: 600;
}

.subtitle {
  font-family: 'Paralucent', sans-serif;
}

p,
.entry-content li {
	font-weight: 500;
}

.entry-content ul {
  margin-left: 0;
}

.entry-content li {
  margin-bottom: .25rem;
}

.entry-content ul li {
  list-style-type: none;
  position: relative;
  padding-left: 1.5rem;
}

.entry-content ul li::before {
  display: inline-block;
  position: absolute;
  top: -.057rem;
  left: 0;
  content: '\F0054';
  font-family: "Material Design Icons";
  font-size: 1.1em;
  margin-right: 0.5rem;
  font-weight: 500;
}

.entry-content ol li ul li {
  padding-left: .5rem;
}

.entry-content ol li ul li::before {
  content: '';
}

p {
  color: #4E5252;
}

h1,
h2,
h3,
h4,
h5 {
  color: #4E5252;
  font-weight: 600;
}


h1,
.site-title,
h2 {
  font-size: 1.75em;
  margin-bottom: 1rem;
  position: relative;
}

h1,
.site-title {
  color: #FF8300;
  margin-bottom: 2rem;
}

h3 {
  margin-bottom: 1.5rem;
  font-size: 1.15em;
}

h4 {
  font-size: 1em;
  color: #4E5252;
}

h5 {
  font-size: 1.25em;
}

blockquote,
.wp-block-quote {
  font-size: 1em;
  margin: 0;
  padding: 1rem;
  border-left: none;
}

blockquote p,
.wp-block-quote p {
  color: #4E5252;
  margin: 0;
  font-weight: 500;
  line-height: 1.25;
}

.showMobile {
    display:none;
}

.content {
  /* margin-top: 7rem; */
  position: relative;
}

@media print, screen and (min-width: 40em) {
  h1,
  .site-title,
  h2 {
    font-size: 2.8em;
  }
  h3 {
    font-size: 1.25em;
  }
}

.wp-block-columns {
  position: relative;
  margin-bottom: 0;
}

hr,
.wp-block-separator {
  border-color: #CBC9CC;
  width: 100%;
  border-top: none;
  margin-left: 0;
}

hr.aligncenter,
.wp-block-separator.aligncenter {
  margin-left: auto;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.full-width .grid-container {
  max-width: 60rem;
}

.table--unstyled tbody,
.table--unstyled tfoot,
.table--unstyled thead,
.table--unstyled tr,
.table--unstyled td,
.table--unstyled th {
  border: none;
  background: transparent !important;
}

.table--unstyled td,
.table--unstyled th {
  padding: 0;
}
/* Flex Styles */

.flex-top-left {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-top-right {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-bottom-left {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-bottom-right {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-center {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-stretch {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-content: stretch;
  align-content: stretch;
}

@media print, screen and (max-width: 39.5em) {
  .flex-top-left--small {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-top-right--small {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-bottom-left--small {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .flex-bottom-right--small {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .flex-center--small {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/*********************
LINKS & BUTTONS
*********************/

a,
a:link,
a:active,
a:focus,
a:visited,
a p,
a span,
a h1,
a h2,
a h3,
a h4,
a h5,
a h6 {
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a,
a:link,
a:visited {
  color: #FF8300;
}

a:hover,
a:active,
a:focus {
  color: #4E5252;
}

.link--white a,
.link--white a:link,
.link--white a:visited {
  color: #fff;
}

.link--white a:hover,
.link--white a:active,
.link--white a:focus {
  color: #f8f8f8;
}

a.btn,
.btn a,
input[type="submit"],
.wp-block-latest-posts__post-excerpt a,
a.wp-block-button__link {
  display: block;
  padding: .15rem .75rem .4rem 1rem;
  margin: 1rem 0;
  color: #FF8300;
  background: transparent;
  border: 2px solid #FF8300;
  border-radius: 2em;
  font-size: 1.25em;
  font-weight: 600;
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}

@media print, screen and (min-width: 40em) {
  a.btn,
  .btn a,
  input[type="submit"],
  .wp-block-latest-posts__post-excerpt a,
  a.wp-block-button__link {
    border-radius: .25em 2em 2em .25em;
  }
}

a.btn::after,
.btn a::after,
input[type="submit"]::after,
.wp-block-latest-posts__post-excerpt a::after,
.wp-block-button__link:after {
  display: inline-block;
  content:'\F0054';
  font-family:"Material Design Icons";
  font-size: 1.1em;
  margin-left: .5rem;
  transform: translateY(0.115rem);
  font-weight: 500;
}

input[type="submit"] {
  padding: .75rem 1.25rem;
}


@media print, screen and (min-width: 40em) {
  a.btn,
  .btn a,
  input[type="submit"],
  .wp-block-latest-posts__post-excerpt a,
  a.wp-block-button__link {
    display: inline-block;
  }
}

@media print, screen and (max-width: 39.5em) {
  .wp-block-buttons>.wp-block-button {
    display: block;
    width: 100%;;
  }
  a.btn,
  .btn a,
  input[type="submit"],
  .wp-block-latest-posts__post-excerpt a {
    margin: 1rem 0 !important;
  }
}

.wp-block-latest-posts__post-excerpt a {
  display: block;
  width: fit-content;
}

a.btn--light,
.btn--light a {
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
}

.is-content-justification-left .btn a,
input[type="submit"] {
  margin-left: 0;
}

input.btn,
input[type="submit"] {
  margin: 0;
}

.btn a:hover,
.btn a:focus,
.btn a:active,
a.btn:hover,
a.btn:focus,
a.btn:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
.wp-block-latest-posts__post-excerpt a:hover,
.wp-block-latest-posts__post-excerpt a:focus,
.wp-block-latest-posts__post-excerpt a:active,
a.wp-block-button__link:hover,
a.wp-block-button__link:focus,
a.wp-block-button__link:active {
  color: #fff;
  background-color: #FF8300;
  border-color: #FF8300;
}

.btn--light a:hover,
a.btn--light:hover {
  color: #4E5252;
  background-color: #fff;
  border-color: #fff;
}

/*********************
NAVIGATION & MENUS
*********************/

.nav__container {
  padding:.625rem;
  position: relative;
  width: 100vw;
  z-index: 20;
  top: 0;
}

.nav__container .grid-container {
  max-width: 75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.nav__container .grid-container,
.nav__container .grid-x {
  height: 100%;
}
/* 
.admin-bar .nav-container {
  top: 32px;
} */

.nav__container h1 {
  margin: 0;
  padding: 0;
}

.footer .custom-logo-link {
  text-align: left;
  display: block;
  margin-bottom: 1rem;
}

.custom-logo {
  width: 8.15rem;
  height: 4.5rem;
}

.footer .custom-logo {
  margin-left: 0;
  margin-right: 0;
}

@media print, screen and (min-width: 40em) {
  .nav__container {
    padding: 0;
    height: 7rem;
    top: 0;
    left: 0;
  }
  /* .admin-bar .nav__container {
    top: 32px;
  } */
  .footer .custom-logo-link {
    text-align: left;
    margin-bottom: 0;
  }
  .custom-logo{  
    display: block;
    margin: 0 0.9375rem;
  }
}

#main-nav {
  position: relative;
  display: block;
  text-align: center;
  height: 5rem;
}

#main-nav>li {
  position: relative;
  text-align: center;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#main-nav li a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  color: #4E5252;
  padding: 0 1.25rem;
  font-size: 1.25em;
  font-weight: 600;
  z-index: 1;
}

.menu .active>a {
  background: transparent;
}

#main-nav>li.is-dropdown-submenu-parent a {
  padding: 0 2.5rem 0 1.25rem;
}

#main-nav .submenu {
  position: absolute;
  left: -1px;
  top: 5rem;
  width: 200%;
  border: none;
  background: #f8f8f8;
  padding: 1.5rem;
  border-left: 1px solid #CBC9CC;
  border-right: 1px solid #CBC9CC;
  border-bottom: 1px solid #CBC9CC;
}


#main-nav.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
  display: block;
  position: absolute;
  border: none;
  content: '\f0140';
  font-family: 'Material Design Icons';
  top: 43%;
  right: 2rem;
}

.off-canvas .menu>li.is-dropdown-submenu-parent>a::after,
.off-canvas .menu>li.is-accordion-submenu-parent>a::after {
  display: inline-block;
  position: absolute;
  border: none;
  content: '\f0140';
  font-family: 'Material Design Icons';
  margin-left: .35rem;
  margin-top: -.5rem;
  right: 2rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

#main-nav.dropdown.menu>li.is-dropdown-submenu-parent:hover>a::after,
.off-canvas .menu>li.is-dropdown-submenu-parent[aria-expanded=true]>a::after,
.off-canvas .menu>li.is-accordion-submenu-parent[aria-expanded=true]>a::after {
  content: '\f0143';
  font-family: 'Material Design Icons';
}

.accordion-menu .is-accordion-submenu {
  background: #f8f8f8;
}
.accordion-menu .is-accordion-submenu a {
padding: 1.5rem 2rem;
}

.accordion-menu .is-accordion-submenu ul li a {
padding: 1.5rem 2rem;
}

#main-nav.dropdown.menu>li.opens-left>.is-dropdown-submenu,
.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
  top: 100% !important;
}

#main-nav.dropdown.menu>li.opens-left>.is-dropdown-submenu,
.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
  left: 0;
  right: auto;
}

#main-nav.dropdown.menu>li.opens-left>.is-dropdown-submenu a,
.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu a {
  text-align: left;
  padding: .25rem 0 !important;
  display: block !important;
}

#footer-links {
  position: relative;
  text-align: left;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#footer-links li {
  position: relative;
  margin: 0;
  display: block;
}

#footer-links li a {
  color: #fff;
  padding: 0.625rem;
  font-size: 1em;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

#footer-links li.active>a {
  color: #fff;
}

#main-nav>li a:hover,
#main-nav>li a:focus {
  background: transparent;
  color: #FF8300;
  position: relative;
}

#footer-links>li a:hover,
#footer-links>li a:focus {
  background: transparent;
  color: #fff;
  position: relative;
}

#footer-links>li a:hover,
#footer-links>li a:focus,
#footer-links>li:hover::before {
  opacity: .85;
}

.link--social::before {
  font-family: 'Material Design Icons';
  margin-right: .5rem;
}

.link--facebook::before {
  content:'\F020C';
}

.link--linkedin::before {
  content:'\F033B';
}

.link--google-maps::before {
  content:'\F05F5';
}

.link--instagram::before {
  content: '\F02FE';
}

@media print, screen and (min-width: 40em) {
  #footer-links {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-auto-flow: column;
    grid-gap: .25rem;
    gap: .25rem;
  }
  #footer-links li {
    margin: 0 2rem 0 0;
    width: fit-content;
  }
  #footer-links li.lang-item {
    margin: 0 .5rem 0 0;
  }
  #footer-links li a {
    padding: 0;
  }
}

@media print, screen and (min-width: 40em) {
  #main-nav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/* Hamburger */

.nav__hamburger {
  text-align: right;
}

.hamburger {
  padding: 11px 0 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger__box {
  width: 2.25rem;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger__inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger__inner, .hamburger__inner::before, .hamburger__inner::after {
    width: 2.25rem;
    height: 3px;
    border-radius: 3px;
    background-color: #4E5252;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger__inner::before, .hamburger__inner::after {
    content: "";
    display: block; }
  .hamburger__inner::before {
    top: -10px; }
  .hamburger__inner::after {
    bottom: -10px; }


.hamburger--spin .hamburger__inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger__inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger__inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger__inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger__inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger__inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.off-canvas {
  background: #4E5252;
  padding: 0;
  box-shadow: none !important;
}

.off-canvas,
.off-canvas-content {
  -webkit-transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.admin-bar .off-canvas {
  padding: calc(32px + 2rem) 0 2rem 0;
}

.menu.accordion-menu {
  margin-top: 0;
  margin-bottom: 2rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.accordion-menu li a {
  color: #fff;
  font-size: 1.25em;
  line-height: 1.25;
  font-weight: 600;
  padding: 1.5rem;
  /* border-top: 1px solid #CBC9CC;
  border-bottom: 1px solid #CBC9CC; */
  margin-top: -1px;
}

.accordion-menu li a:hover,
.accordion-menu li.active a {
  background: transparent;
}

.off-canvas .widget {
  margin: 1rem 2rem;
}

.off-canvas h1,
.off-canvas h2,
.off-canvas h3,
.off-canvas h4,
.off-canvas h5,
.off-canvas h6,
.off-canvas p,
.off-canvas figcaption {
  color: #4E5252 !important;
}

.off-canvas p a {
  text-decoration: underline;
}

.off-canvas p {
  font-size: .9em;
}

.off-canvas .menu .active>a,
.off-canvas a:hover {
  color: #FF8300;
}

/*********************
POSTS & CONTENT STYLES
*********************/

.banner {
  border-radius: .5rem;
  width: 97.5%;
  height: 35rem;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -48.75%;
  margin-right: -48.75%;
  padding: 2rem;
  margin-bottom: 6rem;
}

.home .banner {
  height: 25rem;
}

.banner .wp-block-columns {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media print, screen and (min-width: 40em) {
  .banner {
    height: 30rem;
  }
}

@media print, screen and (min-width: 79.5em) {
  .banner {
    width: 75rem;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: -8.4375rem;
  }
}

.banner>.wp-block-group__inner-container,
.banner>.wp-block-group__inner-container>.wp-block-group,
.banner>.wp-block-group__inner-container>.wp-block-group>.wp-block-group__inner-container {
  width: 100%;
  height: 100%;
}


@media print, screen and (min-width: 40em) {
  .banner>.wp-block-group__inner-container>.wp-block-group>.wp-block-group__inner-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .page-id-8 .banner>.wp-block-group__inner-container>.wp-block-group>.wp-block-group__inner-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: space-between;
    align-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
  } 
}

@media print, screen and (max-width: 39.5em) {
  .banner .wp-block-columns-is-layout-flex {
    gap: 0 !important;
  }
}

.banner .wp-block-image {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
  transform: translateX(0) scale(1.2);
  margin-top: 4rem;
}

.home .banner .wp-block-image {
  transform: translateX(0) scale(1.75);
}

@media print, screen and (max-width: 39.5em) {
  body:not(.page-id-8) .wp-block-group__inner-container {
    position: relative;
  }
  .banner .wp-block-image {
    max-height: 80%;
  }
}

@media print, screen and (min-width: 40em) {
  .banner .wp-block-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    transform: scale(1.1);
    margin-top: 0;
  }
  .page-id-8 .banner .wp-block-image {
    left: 50%;
    transform: translateX(-50%) scale(1.1);
  }

  .home .banner .wp-block-image {
    left: 50%;
    transform: translateX(-50%) scale(1.5);
  }

}

.banner .wp-block-image img {
  height: 100%;
  width: auto
}

.banner h1,
.banner h2,
.banner h3,
.banner h4,
.banner h5,
.banner h6,
.banner p {
  color: #fff;
  text-shadow: 0 6px 6px rgba(23, 23, 24, 0.25);
  line-height: 1.25;
}

@media print, screen and (max-width: 39.5em) {
  .banner h1,
  .banner h2,
  .banner h3,
  .banner h4,
  .banner h5,
  .banner h6,
  .banner p {
    text-align: center !important;
  }
}

.box {
  position: relative;
  border-radius: .5rem;
  background: #FFF9F2;
  padding: 2rem;
}

.box h1,
.box h2,
.box h3,
.box h4,
.box h5,
.box h6 {
  font-weight: 700;
}

.box .link--overlay, .link--overlay a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: +1;
}

.box .wp-block-image {
  display: block;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.box:hover .wp-block-image {
  animation: tada; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 1s; /* don't forget to set a duration! */
  animation-iteration-count: 1;
}

.box--blue {
  background-color: #E5F8FC;
  color: #00C1E8;
}

.box--blue h1,
.box--blue h2,
.box--blue h3,
.box--blue h4,
.box--blue h5,
.box--blue h6,
.box--blue p,
.box--blue a {
  color: #00C1E8;
}

.box--yellow {
  background-color: #FEFBBE;
}

.box--yellow h1,
.box--yellow h2,
.box--yellow h3,
.box--yellow h4,
.box--yellow h5,
.box--yellow h6,
.box--yellow p,
.box--yellow a {
  color: #4E5252;
}

.box--purple {
  background-color: #F8EFFF;
  color: #A874FE;
}

.box--purple h1,
.box--purple h2,
.box--purple h3,
.box--purple h4,
.box--purple h5,
.box--purple h6,
.box--purple p,
.box--purple a {
  color: #A874FE;
}


.wp-block-button,
.wp-block-buttons {
  position: relative;
}

.box .wp-block-button,
.box .wp-block-buttons {
  display: block;
  width: 100%;
  width: calc(100% + 2rem);
}

.box a.btn,
.box .btn a,
.box input[type="submit"],
.box .wp-block-latest-posts__post-excerpt a,
.box a.wp-block-button__link {
  display: block;
  pointer-events: none;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: -2rem;
  padding: .75rem 1.25rem;
  width: 100%;
  background: #FF8300;
  color: #fff;
  border-radius: 0 0 .5rem .5rem;
  text-align: left;
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.box:hover a.btn,
.box:hover .btn a,
.box:hover input[type="submit"],
.box:hover .wp-block-latest-posts__post-excerpt a,
.box:hover a.wp-block-button__link {
  padding: .75rem 1.5rem;
}

.box a.btn::after,
.box .btn a::after,
.box input[type="submit"]::after,
.box .wp-block-latest-posts__post-excerpt a::after,
.box .wp-block-button__link:after {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.box:hover a.btn::after,
.box:hover .btn a::after,
.box:hover input[type="submit"]::after,
.box:hover .wp-block-latest-posts__post-excerpt a::after,
.box:hover a.wp-block-button__link::after {
  right: 1.5rem;
}

.box--blue a.btn,
.box--blue .btn a,
.box--blue input[type="submit"],
.box--blue .wp-block-latest-posts__post-excerpt a,
.box--blue a.wp-block-button__link {
  color: #E5F8FC;
  background-color: #00C1E8;
  border-color: #00C1E8;
}

.box--blue a.btn::after,
.box--blue .btn a::after,
.box--blue input[type="submit"]::after,
.box--blue .wp-block-latest-posts__post-excerpt a::after,
.box--blue .wp-block-button__link:after {
  color: #E5F8FC;
}

.box--yellow a.btn,
.box--yellow .btn a,
.box--yellow input[type="submit"],
.box--yellow .wp-block-latest-posts__post-excerpt a,
.box--yellow a.wp-block-button__link {
  color: #FEFBBE;
  background-color: #4E5252;
  border-color: #4E5252;
}

.box--yellow a.btn::after,
.box--yellow .btn a::after,
.box--yellow input[type="submit"]::after,
.box--yellow .wp-block-latest-posts__post-excerpt a::after,
.box--yellow .wp-block-button__link:after {
  color: #FEFBBE;
}

.box--purple a.btn,
.box--purple .btn a,
.box--purple input[type="submit"],
.box--purple .wp-block-latest-posts__post-excerpt a,
.box--purple a.wp-block-button__link {
  color: #F8EFFF;
  background-color: #A874FE;
  border-color: #A874FE;
}

.box--purple a.btn::after,
.box--purple .btn a::after,
.box--purple input[type="submit"]::after,
.box--purple .wp-block-latest-posts__post-excerpt a::after,
.box--purple .wp-block-button__link:after {
  color: #F8EFFF;
}

/* Accordions */

.c-accordion__title {
  border-radius: .5rem;
  background: #FF8300;
  color: #fff;
  padding: 1rem;
  margin-bottom: .5rem;
}

.c-accordion__title::after {
  content: '\F0045';
  font-family: 'Material Design Icons';
  right: 1rem;
  color: #fff;
}

.is-open .c-accordion__title::after {
  content: '\F005D';
}

.c-accordion__content {
  padding: 1rem;
}

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 600;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #FF8300;
  color: #fff;
}

.footer .grid-container {
  max-width: 75rem;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a {
  color: #fff;
  font-weight: 600;
}

.footer .source-org {
  text-align: right;
}

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

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