  /*
Theme Name: ºÚÁÏÍø
Theme URI: https://limb.co
Description: LIMB Theme - ºÚÁÏÍø (July 2023)
Author: LIMB
Author URI: https://limb.co
*/
/* TOC:
Universal
Utility
Scaffolding / Grid
Backgrounds & Colors
Typography
Buttons
Header
Mega Menu
Banners
Stats
Taggable Carousel
Featured Events
Featured Articles
Testimonials
Accordion
Nav Bar
Nav Drawer
Single Image
Single Video
Image Carousel
Image Slider
Footer
*/

.wb-richtext {
    width: 100%;
}

.wb-accordion {
	width: 100%;
}

.wb-text-color--white.wb-bg--purple a {
    color: white !important;
}

.wb-columns.wb-text-color--white.wb-bg--purple .btn:hover {
    background: #ffffffd1 !important;
}

.wb-columns .fa, 
.wb-columns .far, 
.wb-columns .fas {
    font-family: "Font Awesome 5 Free" !important;
}

.wb-mega-menu .mega-landing-text {
	color: white;
    display: block;
    font-size: 14px;
    line-height: 1.6em;
    padding-bottom: 2em;
    padding-top: 1em;
    padding-right: 8em;
    opacity: .7;
}
.wb-mega-menu a.has_children_btn {
    padding-right: 0.8em;
    background-image: url('/wp-content/themes/woodbury/new/images/icon-caret-large-white.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 0.3em;
}
.wb-columns * {
    font-family: "IBM Plex Sans", sans-serif !important;
}
.wb-columns .btn {
    background: #472B80 !important;
    border-color: #472B80 !important;
    color: white !important;
    font-size: 14px !important;
    font-weight: 600;
    letter-spacing: .15em;
    text-align: center !important;
	margin-right: 1em;
	white-space: normal;
}
.wb-columns .btn:hover {
	background: #270c5f !important;
	border-color: #270c5f !important;
	opacity: 1 !important;
	text-decoration: none !important;
}
.wb-columns .btn:focus {
	opacity: 1 !important;
	text-decoration: none !important;
}
.wb-columns .btn:active {
	opacity: 1 !important;
	text-decoration: none !important;
}
.wb-columns .btn:visited {
	opacity: 1 !important;
	text-decoration: none !important;
}
.wb-columns .btn.btn-primary {
	padding: 1em 2em !important;
}
.wb-columns .btn.btn-primary.btn-lg {
	padding: 1.3em 3em !important;
}
.wb-columns .btn.btn-primary.btn-sm {
	padding: .7em 1.4em !important;
}
.wb-columns .btn.btn-primary.btn-block {
}
.wb-columns.wb-text-color--white .btn {
    background: white !important;
    border-color: white !important;
    color: #472B80 !important;
}
.wb-columns.wb-text-color--white .wb-accordion .btn {
    background: #472B80 !important;
    border-color: #472B80 !important;
    color: white !important;
    font-size: 14px !important;
    font-weight: 600;
    letter-spacing: .15em;
    text-align: center !important;
}
.wb-columns.wb-text-color--white .wb-accordion .btn:hover {
	background: #270c5f !important;
	border-color: #270c5f !important;
	opacity: 1 !important;
	text-decoration: none !important;
}
.wb-cta-banner.wb-text-color--white .wb-button {
	background: none !important;
	border-color: white !important;
	border-width: solid 1px;
}
.wb-cta-banner.wb-text-color--white .wb-button:hover {
	background: white !important;
	border-color: white !important;
	border-width: solid 1px;
	color: #472B80 !important;
	
}
.wb-text-color--white .wb-testimonial__author {
    color: white;
}

/* ---------------------------------------- Universal */
*,
:after,
:before {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}

*:focus {
  outline: 0;
}

body,
html {
  margin: 0;
}

body {
  width: 100%;
  top: 0;
  left: 0;
  overflow-x: hidden;
}
/* ---------------------------------------- Scaffolding / Grid */
.wb-columns {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 45px;
  padding-bottom: 45px;
  max-width: 100%;
  position: relative;
  padding-left: calc(50vw - 628px);
  padding-right: calc(50vw - 628px);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #1A1A1A;
  font-family: "IBM Plex Sans", sans-serif;
}

.wb-columns--no-padding {
  padding: 0;
}

.wb-columns--no-side-padding {
  padding-left: 0;
  padding-right: 0;
}

.wb-columns--no-right-padding {
  padding-right: 0;
}

.wb-columns--no-top-bottom-padding,
.wb-columns--no-bottom-top-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.wb-columns--no-top-padding {
  padding-top: 0;
}

.wb-columns--no-bottom-padding {
  padding-bottom: 0 !important;
}

.wb-columns--tall-padding {
  padding-top: 70px;
  padding-bottom: 70px;
}

.wb-columns--half-gap .wb-column{
  padding-left: 8px;
  padding-right: 8px;
}

.wb-grid-block .wb-column {
    margin: initial;
}

.wb-column {
  padding: 30px 16px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.wb-column[class*=bg--] {
  padding: 60px;
  margin-left: 30px;
  margin-right: 30px;
}

.wb-column--center {
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}

.wb-column--center-left {
  text-align: left;
  justify-content: center;
}

.wb-column--center-right {
  text-align: right;
  justify-content: center;
}

.wb-column--center-bottom {
  text-align: center;
  justify-content: end;
}

.wb-column--center .wb-button {
  margin-left: auto;
  margin-right: auto;
}

.wb-column--center-top {
  text-align: center;
}

.wb-column--left {
  align-content: flex-start;
}

.wb-column--left-middle {
  align-items: center;
}

.wb-column--left-bottom {
  justify-content: flex-end;
}

.wb-column--right {
  align-content: flex-end;
}

.wb-column--right .wb-button {
  margin-right: 0;
}

.wb-column--right-middle {
  align-items: center;
  text-align: right;
  justify-content: center;
}

.wb-column--right-middle .wb-button {
  margin: auto 0 auto auto;
}

.wb-column--right-bottom {
  justify-content: flex-end;
  align-content: flex-end;
}

.wb-column--right-bottom .wb-button {
  margin: auto 0 0 auto;
}

.wb-column--no-padding {
  padding: 0;
}

.wb-column--no-side-padding {
  padding-left: 0;
  padding-right: 0;
}

.wb-column--no-right-padding {
  padding-right: 0;
}

.wb-column--no-top-bottom-padding,
.wb-column--no-bottom-top-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.wb-column--no-top-padding {
  padding-top: 0;
}

.wb-column--no-bottom-padding {
  padding-bottom: 0;
}

.wb-column--narrow {
  max-width: 520px;
}

.m0 {
  width: 0;
  padding: 0;
}

.m1 {
  width: 8.33%;
}

.m2 {
  width: 16.66%;
}

.m3 {
  width: 25%;
}

.m4 {
  width: 33.33%;
}

.m5 {
  width: 41.66%;
}

.m6 {
  width: 50%;
}

.m7 {
  width: 58.33%;
}

.m8 {
  width: 66.66%;
}

.m9 {
  width: 75%;
}

.m10 {
  width: 83.33%;
}

.m11 {
  width: 91.66%;
}

.m12 {
  width: 100%;
}

@media (min-width: 768px) {
  .t0 {
    width: 0;
    padding: 0;
  }
  .t1 {
    width: 8.33%;
  }
  .t2 {
    width: 16.66%;
  }
  .t3 {
    width: 25%;
  }
  .t4 {
    width: 33.33%;
  }
  .t5 {
    width: 41.66%;
  }
  .t6 {
    width: 50%;
  }
  .t7 {
    width: 58.33%;
  }
  .t8 {
    width: 66.66%;
  }
  .t9 {
    width: 75%;
  }
  .t10 {
    width: 83.33%;
  }
  .t11 {
    width: 91.66%;
  }
  .t12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .d0 {
    width: 0;
    padding: 0;
  }
  .d1 {
    width: 8.33%;
  }
  .d2 {
    width: 16.66%;
  }
  .d3 {
    width: 25%;
  }
  .d4 {
    width: 33.33%;
  }
  .d5 {
    width: 41.66%;
  }
  .d6 {
    width: 50%;
  }
  .d7 {
    width: 58.33%;
  }
  .d8 {
    width: 66.66%;
  }
  .d9 {
    width: 75%;
  }
  .d10 {
    width: 83.33%;
  }
  .d11 {
    width: 91.66%;
  }
  .d12 {
    width: 100%;
  }
}
/* ---------------------------------------- Backgrounds & Colors */
.wb-bg--white,
.wb-bg--white:after,
.wb-bg--white:before {
  background-color: white;
  border-color: white;
}

.wb-bg--black,
.wb-bg--black:after,
.wb-bg--black:before {
  background-color: black;
  border-color: black;
}

.wb-bg--light-purple,
.wb-bg--light-purple:after,
.wb-bg--light-purple:before {
  background-color: #EAE7F0;
  border-color: #EAE7F0;
}
.wb-bg--light-purple .wb-accordion__title{
  background-color: white;
}

.wb-bg--purple,
.wb-bg--purple:after,
.wb-bg--purple:before {
  background-color: #472B80;
  border-color: #472B80;
}

.wb-bg--image {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

.wb-bg--image.wb-bg--white:after,
.wb-bg--image.wb-bg--black:after,
.wb-bg--image.wb-bg--light-purple:after,
.wb-bg--image.wb-bg--purple:after,
.wb-bg--video.wb-bg--white:after,
.wb-bg--video.wb-bg--black:after,
.wb-bg--video.wb-bg--light-purple:after,
.wb-bg--video.wb-bg--purple:after {
  content: "";
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.wb-bg--image.wb-bg--black:after,
.wb-bg--video.wb-bg--black:after {
  opacity: 0.6;
}

.wb-bg--image > * {
  position: relative;
  z-index: 3;
}

.wb-bg--video {
  overflow: hidden;
}

.wb-bg--video video {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.wb-bg--video > * {
  position: relative;
  z-index: 3;
}

.wb-text-color--white,
.wb-text-color--white *,
.wb-text-color--white form input[type=text],
.wb-text-color--white form input[type=tel],
.wb-text-color--white form input[type=number],
.wb-text-color--white form input[type=email],
.wb-text-color--white form input[type=password],
.wb-text-color--white form textarea,
.wb-text-color--white form input::placeholder,
.wb-text-color--white form textarea::placeholder,
.wb-text-color--white .wb-richtext ol li:before,
.wb-text-color--white .wb-stats__caption,
.wb-text-color--white .wb-featured-events__time{
  color: white;
}
.wb-text-color--white p,
.wb-text-color--white h1,
.wb-text-color--white h2,
.wb-text-color--white h3,
.wb-text-color--white h4,
.wb-text-color--white h5,
.wb-text-color--white h6 {
  color: white !important;
}
.wb-text-color--white hr {
  border-top-color: white;
}
.wb-text-color--white form input[type=text],
.wb-text-color--white form input[type=tel],
.wb-text-color--white form input[type=number],
.wb-text-color--white form input[type=email],
.wb-text-color--white form input[type=password],
.wb-text-color--white form textarea {
  border-color: white;
}
.wb-text-color--white .wb-richtext ul li:before{
  background-color: white;
}
.wb-text-color--white .wb-accordion__title{
  border:1px solid rgba(255, 255, 255, 0.5);
}
.wb-text-color--white .wb-accordion__title span{
  color: #472B80;
  transition: color .5s ease-in-out;
}
.wb-text-color--white .wb-accordion__item.active .wb-accordion__title span,
.wb-text-color--white .wb-accordion__title:hover span{
  color: white;
}
.wb-text-color--white .wb-accordion__content p{
  color: #1A1A1A !important;
}
.wb-text-color--white .wb-button--link {
  color: white !important;
}
.wb-text-color--white .wb-button--link:after {
  filter: brightness(0) invert(1);
}
.wb-text-color--white .glide__arrow{
  background-color: rgba(255, 255, 255, 0.1);
}
.wb-text-color--white .wb-testimonial__quote:before{
  opacity: .15;
}
.wb-text-color--white .wb-image-carousel .glide__arrow:after{
  background-image: url("/wp-content/themes/woodbury/new/images/icon-caret-large-white.svg");
}

.wb-text-color--purple,
.wb-text-color--purple *{
  color: #472B80 !important;
}

/* ---------------------------------------- Typography */
.wb-richtext h1 {
  font-size: 2.5em;
  line-height: 1em;
  font-weight: bold;
  color: #472B80;
}
.wb-richtext h1 + p {
  margin-top: 15px;
}
.wb-richtext h2 {
  font-size: 2.1875em;
  line-height: 1.22em;
  color: #472B80;
  font-weight: 500;
}
.wb-richtext h3 {
  font-size: 1.875em;
  line-height: 1.22em;
  font-weight: 400;
  color: #888888;
}
.wb-richtext h3 + p {
  margin-top: 12px;
}
.wb-richtext h4 {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #472B80;
}
.wb-richtext h4 + p {
  margin-top: 12px;
}
.wb-richtext h5 {
  font-size: 0.9375em;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #472B80;
}
.wb-richtext h6 {
  font-size: 0.75em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #1A1A1A;
}
.wb-richtext h1,
.wb-richtext h2,
.wb-richtext h3,
.wb-richtext h4,
.wb-richtext h5,
.wb-richtext h6 {
  padding: 0;
  margin: 0;
  z-index: 2;
}
.wb-richtext p {
  margin: 0 0 35px 0;
  font-size: 1em;
  line-height: 1.7em;
  font-weight: 400;
}
.wb-richtext p a {
  color: #a8c6c8;
  text-decoration: none;
  transition: color 0.25s ease-in-out;
}
.wb-richtext p a:hover,
.wb-richtext p a:active,
.wb-richtext p a:focus {
  color: #007fc1;
  text-decoration: underline;
}
.wb-richtext p:last-child {
  margin-bottom: 0;
}
.wb-richtext * + p {
  margin-top: 20px;
}
.wb-richtext p + p {
  margin-top: -18px;
}
.wb-richtext p + .button {
  margin-top: 0px;
}
.wb-richtext p + h2,
.wb-richtext p + h3 {
  margin-top: 42px;
}
.wb-richtext p + h4 {
  margin-top: 45px;
}
.wb-richtext p + ol {
  margin-top: -25px;
}
.wb-richtext a {
  transition: all 0.5s ease-in-out;
}
.wb-richtext a:hover,
.wb-richtext a:active,
.wb-richtext a:focus {
  outline: 0;
  opacity: 0.75;
}
.wb-richtext hr {
  width: 100%;
  border: 0;
  border-top: 1px solid #D3D3D3;
  margin: 45px 0;
}
.wb-richtext hr + p {
  margin-top: -5px;
}
.wb-richtext ul {
  margin: 0;
  padding: 0;
}
.wb-richtext ul + h4 {
  margin-top: 35px;
}
.wb-richtext ul li {
  margin: 0 0 11px 0;
  padding: 0 0 0 28px;
  position: relative;
  font-size: 1em;
  line-height: 1.7em;
  list-style-type: none;
}
.wb-richtext ul li:before {
  content: "";
  height: 8px;
  width: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #472B80;
}
.wb-richtext ul:last-child li:last-child {
  margin-bottom: 0;
}
.wb-richtext ul + ol {
  margin-top: 30px;
}
.wb-richtext ol {
  margin: 0;
  padding: 0;
  counter-reset: numbers;
}
.wb-richtext ol li {
  margin: 0 0 11px 0;
  padding: 0 0 0 28px;
  position: relative;
  font-size: 1em;
  line-height: 1.7em;
  list-style-type: none;
  counter-increment: numbers;
  display: block;
}
.wb-richtext ol li:before {
  content: counter(numbers);
  color: #472B80;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.wb-richtext ol:last-child li:last-child {
  margin-bottom: 0;
}

h2.wb-h2--small {
  font-size: 1.875em;
  font-weight: bold;
}

h2.wb-h2--large {
  font-size: 2.5em;
  font-weight: bold;
}

.wb-blockquote {
  font-size: 1.25em;
  line-height: 1.58em;
  color: #472B80;
  padding-left: 20px;
  position: relative;
  margin-left: 0;
  margin-top: 0;
}
.wb-blockquote:before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #EAE7F0;
  position: absolute;
  left: 0;
  top: 0;
}
.wb-blockquote + p {
  margin-top: 45px;
}

@media (min-width: 768px) {
  h2.wb-h2--small {
    font-size: 2.375em;
  }
  h2.wb-h2--large {
    font-size: 3.125em;
    font-weight: bold;
  }
  .wb-blockquote {
    font-size: 1.5em;
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .wb-blockquote:before {
    height: 86%;
    top: 9%;
  }
}
/* ---------------------------------------- Buttons */
.wb-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -16px;
}
.wb-buttons .wb-button {
  margin-right: 16px;
  margin-bottom: 16px;
}

.wb-button {
  background-color: #472B80;
  font-weight: 400;
  font-size: 0.9375em;
  line-height: 1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  padding: 13px 16px;
  cursor: pointer;
  margin-right: auto;
  text-align: center;
  position: relative;
  border: 1px solid #472B80;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
}
.wb-button:hover, .wb-button:active, .wb-button:focus {
  border-color: #472B80;
  background-color: #ffffff;
  color: #472B80 !important;
}
.wb-button--large {
  font-size: 0.875em;
  padding: 17px 30px;
  font-weight: bold;
}
.wb-button--white {
  background-color: white;
  color: #472B80;
  font-weight: bold;
}
.wb-button--white:hover, .wb-button--white:active, .wb-button--white:focus {
  color: white;
  border-color: white;
  background-color: transparent;
}
.wb-button--white-outline {
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  color: white;
  font-weight: 300;
  letter-spacing: 0.2em;
}
.wb-button--white-outline:hover, .wb-button--white-outline:active, .wb-button--white-outline:focus {
  color: #472B80;
  border-color: white;
  background-color: white;
}
.wb-button--link {
  background-color: transparent !important;
  border: 0;
  font-size: 1.125em;
  color: #472B80;
  text-transform: none;
  letter-spacing: 0;
  position: relative;
  padding: 5px 35px 5px 0;
  top: 1px;
  margin-left: auto;
  margin-right: 0;
  transition: opacity 0.5s ease-in-out;
}
.wb-button--link:after {
  content: "";
  width: 13px;
  height: 13px;
  display: block;
  background: url("/wp-content/themes/woodbury/new/images/icon-caret.svg") left center no-repeat transparent;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 8px;
}
.wb-button--link:hover, .wb-button--link:active {
  opacity: 0.5;
}

@media (min-width: 768px) {
  .wb-buttons {
    margin-bottom: -30px;
  }
  .wb-buttons .wb-button {
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
.wb-heading-button {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  position: relative;
}
.wb-heading-button h3 {
  padding: 0;
  margin: 0;
  font-size: 1.875em;
  line-height: 1.22em;
  font-weight: 400;
  color: #888888;
}
.wb-heading-button + .wb-featured-events,
.wb-heading-button + .wb-featured-articles {
  margin-top: 35px;
}
.wb-heading-button .wb-button {
  margin-left: 0;
  margin-right: auto;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .wb-heading-button {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wb-heading-button .wb-button {
    margin-left: auto;
    margin-right: 0;
    margin-top: auto;
  }
}
.wb-menu-trigger {
  width: 34px;
  padding: 0;
  z-index: 99;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  transition: opacity 0.5s ease-in-out;
  position: relative;
  top: 0;
}
.wb-menu-trigger span, .wb-menu-trigger:before, .wb-menu-trigger:after {
  background-color: white;
  border-radius: 0;
  content: "";
  display: block;
  height: 2px;
  margin: 7px 0;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.wb-menu-trigger:hover span, .wb-menu-trigger:hover:before, .wb-menu-trigger:hover:after {
  background-color: white;
  opacity: 0.5;
}
.wb-menu-trigger.active:before {
  transform: translateY(7px) rotate(134deg);
}
.wb-menu-trigger.active:after {
  transform: translateY(-11px) rotate(-134deg);
}
.wb-menu-trigger.active span {
  transform: scale(0);
}

@media (min-width: 1200px) {
  .wb-menu-trigger {
    width: 43px;
  }
}
.glide__arrow {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #472B80;
  border: 0;
  display: block;
  position: absolute;
  transform: rotate(180deg);
  font-size: 0;
  cursor: pointer;
  transition: opacity 0.5s ease-in-out;
}
.glide__arrow:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/wp-content/themes/woodbury/new/images/icon-caret-white.svg") center center no-repeat transparent;
  background-size: 8px;
}
.glide__arrow--prev:after {
  transform: rotate(180deg);
  left: 0;
}
.glide__arrow--next:after {
  left: 1px;
}
.glide__arrow:hover, .glide__arrow:active {
  opacity: 0.75;
}

@media (min-width: 767px) {
  .glide__arrow {
    width: 53px;
    height: 53px;
  }
  .glide__arrow:after {
    top: 1px;
    left: 1px;
  }
  .glide__arrow--next:after {
    left: 0px;
  }
}
/* ---------------------------------------- Header */
.wb-header {
  margin: 0 auto;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  padding: 0 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  font-family: "IBM Plex Sans", sans-serif;
}
.wb-header a {
  text-decoration: none;
}
.wb-header__container {
  max-width: 1199px;
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: auto;
  position: relative;
  padding-top: 25px;
}
.wb-header__logo {
  position: absolute;
  left: 0;
  width: 130px;
  display: flex;
  align-items: center;
}
.wb-header__logo-default {
  width: 100%;
  position: absolute;
}
.wb-header__logo-emblem {
  opacity: 0;
  width: 48px;
  height: 48px;
}
.wb-header__logo-tagline {
  opacity: 0;
  font-size: 0.625em;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.3em;
  text-transform: uppercase;
  color: white;
  width: 60px;
  margin-left: 20px;
}
.wb-header__utility {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  margin-right: 15px;
}
.wb-header__utility a {
  font-size: 0.8125em;
  letter-spacing: 0.075em;
  color: white;
  margin-right: 0;
  transition: opacity 0.5s ease-in-out;
}
.wb-header__utility a:hover, .wb-header__utility a:active {
  opacity: 0.5;
}
.wb-header__nav {
  display: none;
}
.wb-header__nav-btn {
  display: none;
}
.wb-header__search-link {
  width: 25px;
  height: 25px;
  margin-right: 16px;
  transform: scale(0.8);
  transition: opacity 0.5s ease-in-out;
}
.wb-header__search-link img {
  width: 100%;
  height: 100%;
}
.wb-header__search-link:hover, .wb-header__search-link:active {
  opacity: 0.5;
}
.wb-header__search-form {
  display: none;
}
.wb-header__menu-trigger {
  top: -5px;
}

@media (min-width: 768px) {
  .wb-header__utility {
    margin-right: 35px;
  }
  .wb-header__search-link {
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .wb-header__container {
    padding-top: 70px;
    flex-wrap: wrap;
  }
  .wb-header__logo {
    width: 160px;
  }
  .wb-header__utility {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .wb-header__utility a {
    margin-right: 30px;
  }
  .wb-header__search-link {
    display: none;
    margin-right: 50px;
    transform: scale(1);
  }
  .wb-header__search-form {
    position: relative;
    top: -3px;
    width: auto;
    display: block;
  }
  .wb-header__search-field {
    position: relative;
  }
  .wb-header__search-field input[type=text] {
    border: 1px solid rgba(255, 255, 255, 0.48);
    height: 30px;
    padding: 0 15px;
    font-size: 1em;
    width: 180px;
    border-radius: 30px;
    background-color: transparent;
  }
  .wb-header__search-field input[type=text]::placeholder {
    font-size: 0.8125em;
    letter-spacing: 0.075em;
    color: white;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
  }
  .wb-header__search-field button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    position: absolute;
    right: 7px;
    top: 7px;
    transition: opacity 0.5s ease-in-out;
	line-height: 0;
  }
  .wb-header__search-field button img {
    width: 13px;
    height: 13px;
  }
  .wb-header__search-field button:hover {
    opacity: 0.5;
  }
  .wb-header__nav {
    margin-left: auto;
    margin-right: 45px;
    display: block;
    /* First Level */
    /* Second+ Level */
  }
  .wb-header__nav > ul {
    display: flex;
  }
  .wb-header__nav > ul > li {
    margin: 0;
    padding: 0 25px;
    display: block;
    position: relative;
    white-space: nowrap;
    list-style-type: none;
  }
  .wb-header__nav > ul > li:first-child {
    padding-left: 0;
  }
  .wb-header__nav > ul > li:last-child {
    padding-right: 0;
  }
  .wb-header__nav > ul > li:before {
    display: none;
  }
  .wb-header__nav > ul > li > a {
    display: block;
    padding: 15px 0 15px 0;
    margin-top: -6px;
    font-size: 0.875em;
    line-height: 1em;
    font-weight: 600;
    font-style: normal;
    position: relative;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    transition: opacity 0.5s ease-in-out;
  }
  .wb-header__nav > ul > li > a:hover, .wb-header__nav > ul > li > a:active {
    text-decoration: none;
    color: white;
    opacity: 0.5;
  }
  .wb-header__nav > ul > li > a:focus {
    color: white;
  }
  .wb-header__nav > ul > li:hover > ul {
    max-height: 800px;
    opacity: 1;
    pointer-events: all;
  }
  .wb-header__nav > ul > li > ul {
    position: absolute;
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 5px 0;
    max-height: 0;
    transition: all 1s ease-in-out;
    opacity: 0;
    pointer-events: none;
  }
  .wb-header__nav > ul > li > ul li {
    padding: 0;
    margin: 0;
  }
  .wb-header__nav > ul > li > ul li a {
    color: #472B80;
    font-size: 0.875em;
    line-height: 1em;
    font-weight: 400;
    padding: 5px 15px;
    display: inline-block;
  }
  .wb-header__nav > ul > li > ul li a:hover, .wb-header__nav > ul > li > ul li a:active {
    opacity: 0.5;
  }
  .wb-header__nav > ul > li > ul li:before {
    display: none;
  }
  .wb-header__nav-btn {
    display: block;
  }
  .wb-header__nav-btn + .wb-header__nav-btn {
    padding-left: 0;
  }
  .wb-header__nav-btn > a {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    padding: 8px 18px !important;
    line-height: 0.9em !important;
    position: relative;
    margin-top: 0 !important;
    transition: all 0.5s ease-in-out !important;
  }
  .wb-header__nav-btn > a:hover, .wb-header__nav-btn > a:active {
    opacity: 1 !important;
    background-color: white;
    color: #472B80 !important;
  }
  .wb-header__menu-trigger {
    top: -3px;
  }
}
body.wb-scrolling .wb-header {
  background-color: #472B80;
  box-shadow: 0px 10px 14px -7px rgba(0, 0, 0, 0.25);
}
body.wb-scrolling .wb-header .wb-header__container {
  padding-top: 0;
  height: 74px;
  align-items: center;
}
body.wb-scrolling .wb-header .wb-header__nav {
  margin-top: 5px;
}
body.wb-scrolling .wb-header .wb-header__logo-default {
  display: none;
}
body.wb-scrolling .wb-header .wb-header__logo-emblem {
  opacity: 1;
}
body.wb-scrolling .wb-header .wb-header__logo-tagline {
  opacity: 1;
}
body.wb-scrolling .wb-header .wb-header__utility {
  display: none;
}
body.wb-scrolling .wb-header .wb-header__search-link {
  display: block;
  margin-left: auto;
}
body.wb-scrolling .wb-header .wb-header__menu-trigger {
  top: 0;
}

@media (min-width: 1200px) {
  body.wb-scrolling .wb-header .wb-header__search-link {
    margin-left: 0;
  }
}
/* ---------------------------------------- Mega Menu */
.wb-mega-menu {
  position: fixed;
  width: 100%;
  left: 0;
  height: 0;
  top: 0;
  overflow-y: auto;
  background-color: #472B80;
  pointer-events: none;
  opacity: 0;
  margin-top: 0;
  padding: 0 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  font-family: "IBM Plex Sans", sans-serif;
}
.wb-mega-menu:after{
  content: '';
  display: block;
  position: fixed !important;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  opacity: 0.95 !important;
  z-index: 2;
  min-height: 100vh;
}
.wb-mega-menu.active {
  pointer-events: all;
  opacity: 1;
  min-height: 100vh;
  z-index: 999999;
}
.wb-mega-menu video {
  min-height: 100vh;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  object-fit: cover;
}
.wb-mega-menu ul {
  padding: 0;
  margin: 0;
}
.wb-mega-menu ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.wb-mega-menu ul li:before {
  display: none;
}
.wb-mega-menu a {
  color: white;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  text-decoration: none;
}
.wb-mega-menu h6 {
  color: white;
  font-size: 0.75em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 0;
  margin: 0;
}
.wb-mega-menu__header {
  height: 74px;
  width: 100%;
  max-width: 1231px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 0 16px;
}
.wb-mega-menu__header-emblem {
  margin-right: auto;
  display: flex;
  align-items: center;
}
.wb-mega-menu__header-emblem img {
  width: 48px;
}
.wb-mega-menu__header-emblem span {
  font-size: 0.625em;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: white;
  max-width: 80px;
  line-height: 1.3em;
  margin-left: 20px;
}
.wb-mega-menu__menu-trigger {
  margin-left: auto;
}
.wb-mega-menu__columns {
  max-width: 1199px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0;
  padding-top: 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.wb-mega-menu__column--1 {
  width: 100%;
  position: relative;
}
.wb-mega-menu__column--1 > ul {
  margin-bottom: 20px;
}
.wb-mega-menu__column--1 > ul > li {
  width: 100%;
  margin-bottom: 26px;
  position: static;
}
.wb-mega-menu__column--1 > ul > li:before {
  display: none;
}
.wb-mega-menu__column--1 > ul > li > a {
  font-weight: 300;
  font-size: 2.125em;
}
.wb-mega-menu__column--1 > ul > li > button {
  display: none;
}
.wb-mega-menu__column--1 > ul > li > ul {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  padding-top: 40px;
}
.wb-mega-menu__column--1 > ul > li > ul > li {
  margin: 0 0 20px 0;
  position: static;
}
.wb-mega-menu__column--1 > ul > li > ul > li:before {
  display: none;
}
.wb-mega-menu__column--1 > ul > li > ul > li.mega-menu__back-container {
  margin-top: -5px;
}
.wb-mega-menu__column--1 > ul > li > ul > li a {
  font-size: 1.25em;
}
.wb-mega-menu__column--1 > ul > li > ul > li > ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  padding-top: 40px;
}
.wb-mega-menu__column--1 > ul > li > ul > li > ul > li {
  margin: 0 0 20px 0;
  line-height: 1em;
  width: 100%;
}
.wb-mega-menu__column--1 > ul > li > ul > li > ul > li:before {
  display: none;
}
.wb-mega-menu__column--1 > ul > li > ul > li > ul > li a {
  font-size: 0.875em;
  line-height: 1.5em;
  display: block;
  transition: none;
}
.wb-mega-menu__back-container {
  top: 0;
  position: absolute !important;
}
.wb-mega-menu__back {
  border: 0;
  background-color: transparent;
  border-radius: 0;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 400;
  font-size: 0.75em;
  padding: 0;
  z-index: 3;
  cursor: pointer;
}
.wb-mega-menu__column--2 {
  width: 100%;
}
.wb-mega-menu__shortcuts-small {
  margin-top: 15px;
}
.wb-mega-menu__shortcuts-small ul li {
  margin-bottom: 10px;
}
.wb-mega-menu__shortcuts-small ul li a {
  font-size: 1.25em;
}
.wb-mega-menu__shortcuts-large {
  margin-top: 28px;
}
.wb-mega-menu__shortcuts-large ul li a {
  font-size: 1.125em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: bold;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 11px 0;
  display: block;
}
.wb-mega-menu__shortcuts-large ul li:last-child a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.wb-mega-menu__social-media {
  display: flex;
  align-items: center;
  width: 33.5%;
  margin-top: 38px;
  margin-bottom: 50px;
}
.wb-mega-menu__social-media a {
  margin-right: 22px;
  display: flex;
}
.wb-mega-menu__social-media a:hover img, 
.wb-mega-menu__social-media a:active img {
  opacity: 0.5;
}
.wb-mega-menu__social-media img {
  max-height: 16px;
  max-width: 16px;
  margin: auto;
  transition: opacity 0.5s ease-in-out;
}
body.wb-mega-menu-open {
  overflow: hidden;
  height: 100%;
}
body.wb-mega-menu-open header, body.wb-mega-menu-open main, body.wb-mega-menu-open footer {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .wb-mega-menu__column--1 a{
    transition: none !important;
  }
  .wb-mega-menu__column--1 > ul.active > li{
    opacity: 0;
  }
  .wb-mega-menu__column--1 > ul.active > li.active{
    opacity: 1;
  }
  .wb-mega-menu__column--1 > ul.active > li.active > a{
    opacity: 0;
  }
  .wb-mega-menu__column--1 > ul.active > li.active > ul{
    opacity: 1;
    pointer-events: all;
  }
  .wb-mega-menu__column--1 > ul.active > li.active > ul.active > li{
    opacity: 0;
  }
  .wb-mega-menu__column--1 > ul.active > li.active > ul.active > li.active{
    opacity: 1;
  }
  .wb-mega-menu__column--1 > ul.active > li.active > ul.active > li.active > a{
    opacity: 0;
  }
  .wb-mega-menu__column--1 > ul.active > li.active > ul.active > li.active > ul{
    opacity: 1;
    pointer-events: all;
  }
  .wb-mega-menu__column--1 > ul > li > ul > li > ul{
    margin-top: 5px;
  }
}
@media (min-width: 1200px) {
  .wb-mega-menu{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .wb-mega-menu a:hover, 
  .wb-mega-menu a:active {
    opacity: 0.5;
  }
  .wb-mega-menu a.active {
    opacity: 1;
  }
  .wb-mega-menu__header {
    height: 190px;
  }
  .wb-mega-menu__header-emblem img {
    width: auto;
  }
  .wb-mega-menu__header-emblem span {
    margin-left: 50px;
    font-size: 0.8125em;
  }
  .wb-mega-menu__columns {
    display: flex;
    flex-wrap: wrap;
    padding-top: 190px;
    padding-bottom: 100px;
	flex-direction: row;
  }
  .wb-mega-menu__column--1 {
    width: 75%;
  }
  .wb-mega-menu__column--1 > ul {
    margin-bottom: 0;
  }
  .wb-mega-menu__column--1 > ul:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: white;
    display: block;
    position: absolute;
    left: 33.33%;
    top: 0;
    margin-left: -50px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
  .wb-mega-menu__column--1 > ul > li {
    width: 33.33%;
  }
  .wb-mega-menu__column--1 > ul > li > a {
    min-height: 44px;
  }
  .wb-mega-menu__column--1 > ul > li > ul {
    left: 33.33%;
    width: 33.33%;
    padding-top: 0;
    transition: opacity 0.5s ease-in-out;
  }
  .wb-mega-menu__column--1 > ul > li > ul > li > ul {
    left: 100%;
    padding-top: 0;
    transition: opacity 0.5s ease-in-out;
  }
  .wb-mega-menu__column--1 > ul > li > ul > li > ul > li {
    max-width: 180px;
  }
  .wb-mega-menu__column--1 > ul > li > ul > li > ul:hover > li > a {
    opacity: 0.5;
  } 
  .wb-mega-menu__column--1 > ul > li > ul > li > ul > li a:hover, 
  .wb-mega-menu__column--1 > ul > li > ul > li > ul > li a:active {
    opacity: 1 !important;
    font-weight: bold;
  }
  /* start */
  .wb-mega-menu__column--1 ul.active:after {
    opacity: 0.4;
  }
  .wb-mega-menu__column--1 ul.active > li > a {
    opacity: 0.5;
    pointer-events: all;
  }
  .wb-mega-menu__column--1 ul.active > li > a:hover, 
  .wb-mega-menu__column--1 ul.active > li > a:active {
    opacity: 1;
  }
  .wb-mega-menu__column--1 ul > li.active > a {
    opacity: 1;
    font-weight: bold;
    pointer-events: all;
  }
  .wb-mega-menu__column--1 ul > li.active > ul {
    opacity: 1;
    pointer-events: all;
  }
  /* end */
  .wb-mega-menu__back {
    display: none;
  }
  .wb-mega-menu__column--2 {
    width: 25%;
  }
  .wb-mega-menu__shortcuts-large {
    margin-top: 68px;
  }
  .wb-mega-menu__social-media {
    margin-top: 88px;
    margin-bottom: 0;
  }
}
/* ---------------------------------------- Banners */
.wb-home-banner {
  height: 100vh;
  min-height: 500px;
  padding-top: 100px;
  padding-bottom: 0;
}
.wb-home-banner h1 {
  font-size: 3.125em;
  line-height: 1em;
  max-width: 600px;
  padding: 0;
  margin: 0;
}
.wb-home-banner__buttons {
  margin-top: 60px;
  margin-bottom: -16px;
}
.wb-home-banner__buttons .wb-button {
  margin-right: 30px;
  font-size: 1.125em;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .wb-home-banner {
    min-height: 768px;
  }
  .wb-home-banner h1 {
    font-size: 5em;
  }
  .wb-home-banner__buttons {
    margin-bottom: -30px;
    margin-top: 60px;
  }
  .wb-home-banner__buttons .wb-button {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .wb-home-banner h1 {
    max-width: 100%;
  }
}
.wb-page-banner {
  min-height: 330px;
  background-color: #472B80;
  position: relative;
  overflow: hidden;
}
.wb-page-banner h1 {
  font-size: 2.5em;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 0;
}
.wb-page-banner__subtitle {
  font-size: 0.75em;
  line-height: 1.3em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.wb-page-banner__subtitle + h1 {
  margin-top: 13px;
}

@media (max-width: 1199px) {
  .wb-page-banner {
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .wb-page-banner h1 {
    font-size: 3.125em;
  }
  .wb-page-banner__subtitle + h1 {
    margin-top: 23px;
  }
}
@media (min-width: 1200px) {
  .wb-page-banner {
    min-height: 430px;
  }
  .wb-page-banner h1 {
    font-size: 3.75em;
  }
}
.wb-program-banner {
  min-height: 430px;
  background-color: #472B80;
  position: relative;
  overflow: hidden;
}
.wb-program-banner h1 {
  font-size: 2.0625em;
  line-height: 1.2em;
  padding: 0 25px;
}
.wb-program-banner__subtitle {
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0 25px;
}
.wb-program-banner__subtitle + h1 {
  margin-top: 21px;
  margin-bottom: 15px;
}
.wb-program-banner__pager {
  position: absolute;
  width: 100%;
  bottom: 85px;
  left: 0;
}
.wb-program-banner__prev, .wb-program-banner__next {
  left: 12px;
  width: 28px;
  height: 28px;
  font-size: 0;
  background: url("/wp-content/themes/woodbury/new/images/icon-caret-large-white.svg") center center no-repeat transparent;
  background-size: contain;
  display: block;
  position: absolute;
  transform: rotate(180deg);
  cursor: pointer;
  transition: opacity 0.5s ease-in-out;
  z-index: 2;
}
.wb-program-banner__prev:hover, .wb-program-banner__prev:active, .wb-program-banner__next:hover, .wb-program-banner__next:active {
  opacity: 0.75;
}
.wb-program-banner__next {
  transform: rotate(0deg);
  right: 12px;
  left: auto;
}

@media (min-width: 767px) {
  .wb-program-banner h1 {
    font-size: 2.6875em;
    line-height: 1.4em;
  }
  .wb-program-banner__subtitle {
    font-size: 1.125em;
  }
}
.wb-cta-banner {
  padding-top: 70px;
  padding-bottom: 70px;
}
.wb-cta-banner h2 {
  font-size: 2.125em;
  line-height: 1.3em;
  font-weight: bold;
  margin: 0 0 25px;
  color: #472B80;
}
.wb-cta-banner p {
  max-width: 520px;
  margin: 0 0 45px 0;
  font-size: 1.125em;
  line-height: 1.7em;
  font-weight: 400;
}
.wb-cta-banner .wb-button {
  font-size: 0.875em;
  padding: 21px 41px;
  font-weight: bold;
  border-radius: 30px;
}

@media (min-width: 768px) {
  .wb-cta-banner h2 {
    font-size: 2.375em;
    font-weight: bold;
  }
}
/* ---------------------------------------- Stats */
.wb-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -95px;
}
.wb-stats__item {
  text-align: center;
  margin-bottom: 95px;
}
.wb-stats__figure {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.wb-stats__number, .wb-stats__prefix, .wb-stats__suffix {
  font-size: 4.4375em;
  color: #B9AAD8;
  position: relative;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.wb-stats__number:before, .wb-stats__prefix:before, .wb-stats__suffix:before {
  content: attr(data-outline);
  color: transparent;
  -webkit-text-stroke: #B9AAD8 1px;
  position: absolute;
  margin-top: 5px;
  margin-left: 5px;
}
.wb-stats__suffix {
  font-size: 2.5em;
  position: relative;
  top: -20px;
}
.wb-stats__suffix:before {
  margin-top: 13px;
  margin-left: 5px;
}
.wb-stats__caption {
  font-size: 0.6875em;
  line-height: 1.8em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  max-width: 240px;
  margin: auto;
  color: #472B80;
}

/* ---------------------------------------- Featured Pages */
.wb-featured-pages {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-bottom: -8px;
}
.wb-featured-pages.glide {
    display: block;
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
}
.wb-featured-pages .glide__track {
  position: relative;
}
.wb-featured-pages .glide__slides .wb-featured-pages__item {
  padding: 0;
  margin-bottom: 0;
}
.wb-featured-pages .glide__arrow {
  width: 48px;
  height: 48px;
}
.wb-featured-pages .glide__arrow--prev {
  display: none;
}
.wb-featured-pages .glide__arrow--next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  background-color: white;
}
.wb-featured-pages .glide__arrow--next:after {
  background-image: url("/wp-content/themes/woodbury/new/images/icon-caret.svg");
}
.wb-featured-pages__categories {
  margin-bottom: 24px;
}
.wb-featured-pages__categories button {
  border: 1px solid rgba(67, 45, 123, 0.5);
  border-radius: 30px;
  font-size: 0.6875em;
  color: #432D7B;
  padding: 6px 10px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  font-weight: bold;
  margin-right: 4px;
  margin-bottom: 8px;
  background-color: transparent;
}
.wb-featured-pages__categories button:hover, .wb-featured-pages__categories button:active, .wb-featured-pages__categories button.active {
  background-color: #432D7B;
  color: white;
  border-color: #432D7B;
}
.wb-featured-pages__item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.wb-featured-pages__item a {
  height: 230px;
  display: block;
  position: relative;
}
.wb-featured-pages__item a:after {
  content: "";
  background-color: #472B80;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  display: block;
  transition: opacity 0.4s ease-in-out;
}
.wb-featured-pages__item a:hover:after, .wb-featured-pages__item a:active:after {
  opacity: 0.75;
}
.wb-featured-pages__item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.wb-featured-pages__title {
  font-size: 1em;
  line-height: 1.3em;
  color: white;
  font-weight: bold;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  padding: 0 0 16px 16px;
  max-width: 210px;
  white-space: normal;
}

@media (min-width: 1200px) {
  .wb-featured-pages__categories {
    margin-bottom: 24px;
  }
  .wb-featured-pages__categories button {
    margin-right: 10px;
    margin-bottom: 16px;
    font-size: 0.8125em;
    padding: 6px 20px;
  }
  .wb-featured-pages .glide__arrow {
    width: 65px;
    height: 65px;
  }
  .wb-featured-pages .glide__arrow--next {
    right: 50px;
  }
  .wb-featured-pages__title {
    padding: 0 0 30px 30px;
    font-size: 1.25em;
  }
}
/* ---------------------------------------- Featured Events */
.wb-featured-events {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: -30px;
}
.wb-featured-events__item {
  padding: 0 16px;
  margin-bottom: 30px;
}
.wb-featured-events a {
  display: block;
  color: #472B80;
  text-decoration: none;
}
.wb-featured-events a:hover .wb-featured-events__image:after, .wb-featured-events a:active .wb-featured-events__image:after {
  opacity: 0.75;
}
.wb-featured-events__image {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 218px;
}
.wb-featured-events__image:after {
  content: "";
  background-color: #472B80;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: block;
  transition: opacity 0.4s ease-in-out;
}
.wb-featured-events__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
}
.wb-featured-events__title {
  font-size: 1.25em;
  font-weight: 400;
  margin: 20px 0 12px 0;
}
.wb-featured-events__info {
  font-size: 0.9375em;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.wb-featured-events__time {
  font-size: 0.875em;
  letter-spacing: 0.2em;
  color: #838383;
  text-transform: uppercase;
  position: relative;
  top: -2px;
}

/* ---------------------------------------- Featured Articles */
.wb-featured-articles {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: -16px;
}
.wb-featured-articles__item {
  padding: 0 16px;
  margin-bottom: 16px;
}
.wb-featured-articles a {
  height: 300px;
  width: 100%;
  display: block;
  position: relative;
}
.wb-featured-articles a:after {
  content: "";
  background-color: #472B80;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  display: block;
  transition: opacity 0.4s ease-in-out;
}
.wb-featured-articles a:hover:after, .wb-featured-articles a:active:after {
  opacity: 0.75;
}
.wb-featured-articles img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
  min-height: 250px;
}
.wb-featured-articles__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 16px 16px 16px;
  color: white;
  z-index: 2;
}
.wb-featured-articles__title {
  font-size: 1.125em;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.3em;
}
.wb-featured-articles__info {
  font-size: 0.6875em;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .wb-featured-articles a {
    min-height: auto;
    height: 388px;
  }
  .wb-featured-articles__caption {
    padding: 0 30px 30px 30px;
  }
  .wb-featured-articles__title {
    margin-bottom: 20px;
    font-size: 1.25em;
  }
  .wb-featured-articles__info {
    font-size: 0.875em;
  }
}
/* ---------------------------------------- Testimonials */
.wb-testimonial {
  position: relative;
}
.wb-testimonial.glide {
  padding: 0 50px;
}
.wb-testimonial.glide .testimonial__item {
  margin-bottom: 0;
}
.wb-testimonial .glide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 27px;
}
.wb-testimonial .glide__arrow--prev {
  left: 0;
}
.wb-testimonial .glide__arrow--next {
  right: 0;
}
.wb-testimonial__item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 45px;
  white-space: normal;
}
.wb-testimonial__item:last-child {
  margin-bottom: 0;
}
.wb-testimonial__image {
  height: 250px;
  width: 250px;
  flex-shrink: 0;
  margin: auto auto 60px auto;
}
.wb-testimonial__image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.wb-testimonial__quote {
  margin-left: 0;
  position: relative;
  top: -13px;
}
.wb-testimonial__quote p {
  font-size: 1.25em;
  line-height: 1.45em;
  color: #472B80;
  font-weight: 300;
  margin: 0 0 18px 0;
  position: relative;
}
.wb-testimonial__quote:before {
  content: "";
  background: url("/wp-content/themes/woodbury/new/images/icon-quote.svg") center center no-repeat transparent;
  background-size: contain;
  width: 35px;
  height: 30px;
  display: block;
  position: absolute;
  top: -35px;
  left: 0;
}
.wb-testimonial__author {
  font-size: 1.125em;
  color: #472B80;
  font-weight: 400;
}

@media (min-width: 767px) {
  .wb-testimonial.glide {
    padding: 0 70px;
  }
  .wb-testimonial__quote {
    margin-left: 50px;
  }
  .wb-testimonial__quote:before {
    left: -50px;
    top: -45px;
    width: 55px;
    height: 50px;
  }
  .wb-testimonial .glide__arrow--prev:after{
    left: 0;
  }
  .wb-testimonial .glide__arrow--next:after{
    left: 2px;
  }
}

@media (min-width: 1200px) {
  .wb-testimonial.glide {
    padding: 0 130px;
  }
  .wb-testimonial__item {
    flex-wrap: nowrap;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .wb-testimonial__image {
    margin: 0;
  }
  .wb-testimonial__quote {
    margin-left: 90px;
  }
  .wb-testimonial__quote p {
    font-size: 2em;
  }
  .wb-testimonial .glide__arrow {
    margin-top: 0;
  }
}

/* ---------------------------------------- Accordion */
.wb-accordion__item {
  margin-bottom: 18px;
}
.wb-accordion__item.active .wb-accordion__title {
  background-color: #472B80;
  color: white;
}
.wb-accordion__item.active .wb-accordion__title:after {
  transform: rotate(-135deg);
  filter: brightness(0) invert(1);
}
.wb-accordion__item.active .wb-accordion__content {
  max-height: 900px;
  transition: max-height 0.5s ease-in-out;
  border-color: #E9E7EF;
  opacity: 1;
}
.wb-accordion__title {
  background-color: #EAE7F0;
  color: #472B80;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 500;
  min-height: 60px;
  display: flex;
  align-items: center;
  padding: 0 50px 0 16px;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.wb-accordion__title:after {
  content: "";
  background: url("/wp-content/themes/woodbury/new/images/icon-plus.svg") center center no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  transition: all 0.25s ease-in-out;
}
.wb-accordion__title:hover{
  background-color: #472B80;
  color: white !important;
}
.wb-accordion__title:hover:after {
  filter: brightness(0) invert(1);
}
.wb-accordion__content {
  background-color: white;
  border: 1px solid transparent;
  max-height: 0;
  position: relative;
  overflow: hidden;
  opacity: 0;
}
.wb-accordion__content p {
  margin: 0;
}
.wb-accordion__content * + p {
  margin-top: 15px;
}
.wb-accordion__content * + .wb-button {
  margin: 25px 0 0 0;
}
.wb-accordion__content-inner {
  padding: 25px 16px 40px 16px;
}

@media (min-width: 768px) {
  .wb-accordion__title {
    padding: 0 50px 0 25px;
  }
  .wb-accordion__title:after {
    right: 25px;
  }
  .wb-accordion__content-inner {
    padding: 25px 25px 40px 25px;
  }
}

/* ---------------------------------------- Nav Bar */
.wb-nav-bar {
  background-color: #EAE7F0;
  padding-top: 0;
  padding-bottom: 0;
}
.wb-nav-bar ul {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
}
.wb-nav-bar li {
  padding: 0;
  margin: 0;
  line-height: 1.4em;
  list-style-type: none;
}
.wb-nav-bar li:before {
  display: none;
}
.wb-nav-bar li.active a {
  opacity: 1;
}
.wb-nav-bar li.active a:hover, .wb-nav-bar li.active a:active {
  opacity: 0.5;
}
.wb-nav-bar a {
  color: #472B80;
  font-weight: 500;
  font-size: 1em;
  opacity: 0.4;
  transition: opacity 0.5s ease-in-out;
  text-decoration: none;
  padding: 5px 0;
  display: block;
}
.wb-nav-bar a:hover, .wb-nav-bar a:active {
  opacity: 1;
}

@media (min-width: 768px) {
  .wb-nav-bar ul {
    display: flex;
    text-align: left;
  }
  .wb-nav-bar li {
    margin: 0 40px 0 0;
  }
  .wb-nav-bar a {
    padding: 0;
  }
  body.wb-scrolling .wb-nav-bar {
    position: fixed;
    top: 74px;
    left: 0;
    z-index: 99;
    width: 100%;
    display: block;
  }
  body.wb-scrolling .wb-nav-bar .wb-column {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

/* ---------------------------------------- Nav Drawer */
.wb-nav-drawer {
  margin-top: -46px;
  position: relative;
  z-index: 10;
  border-top: 1px solid rgba(255, 255, 255, 0.38);
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  overflow: hidden;
  max-height: 46px;
}
.wb-nav-drawer.active {
  background-color: #472B80;
  border-top-color: #472B80;
  max-height: 900px;
}
.wb-nav-drawer.active .wb-nav-drawer__buttons button {
  opacity: 0.5;
}
.wb-nav-drawer.active .wb-nav-drawer__buttons button.active, .wb-nav-drawer.active .wb-nav-drawer__buttons button:hover, .wb-nav-drawer.active .wb-nav-drawer__buttons button:active {
  opacity: 1;
}
.wb-nav-drawer .wb-column {
  padding-top: 0;
  padding-bottom: 0;
}
.wb-nav-drawer__heading {
  display: none;
  position: absolute;
  z-index: 3;
  height: 90px;
  flex-direction: column;
  justify-content: center;
}
.wb-nav-drawer__subtitle {
  text-transform: uppercase;
  font-weight: bold;
  color: #472B80;
  letter-spacing: 0.2em;
  font-size: 0.75em;
}
.wb-nav-drawer__pagetitle {
  color: #472B80;
  font-size: 1.375em;
  font-weight: 500;
}
.wb-nav-drawer__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 43px;
  z-index: 2;
}
.wb-nav-drawer__buttons:after {
  content: "";
  height: 1px;
  width: 1000%;
  background-color: white;
  opacity: 0.38;
  left: -500%;
  top: 46px;
  position: absolute;
}
.wb-nav-drawer__buttons button {
  background-color: transparent;
  border: 0;
  font-size: 0.625em;
  font-weight: bold;
  color: white;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  position: relative;
  padding: 20px;
  margin: 0 5px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}
.wb-nav-drawer__buttons button:after {
  content: "";
  width: 11px;
  height: 11px;
  display: block;
  background: url("/wp-content/themes/woodbury/new/images/icon-caret-white.svg") center center no-repeat transparent;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 20px;
  transform: rotate(90deg);
}
.wb-nav-drawer__buttons button:hover, .wb-nav-drawer__buttons button:active {
  opacity: 0.75;
}
.wb-nav-drawer__buttons button.active {
  opacity: 1;
}
.wb-nav-drawer__groups {
  background-color: #472B80;
  padding: 46px 0;
  position: relative;
}
.wb-nav-drawer__group {
  position: relative;
  max-height: 0;
  overflow: hidden;
}
.wb-nav-drawer__group.active {
  max-height: 900px;
  transition: max-height 0.5s ease-in-out;
}
.wb-nav-drawer__group ul {
  display: block;
  text-align: center;
}
.wb-nav-drawer__group li {
  padding: 0;
  margin: 0;
	list-style: none;
}
.wb-nav-drawer__group li:before {
  display: none;
}
.wb-nav-drawer__group li.active a {
  opacity: 1;
}
.wb-nav-drawer__group a {
  color: white;
  font-weight: 600;
  font-size: 1em;
  opacity: 0.4;
  padding: 5px 0;
  transition: opacity 0.5s ease-in-out;
}
.wb-nav-drawer__group a:hover, .wb-nav-drawer__group a:active {
  opacity: 1;
}

@media (min-width: 768px) {
  .wb-nav-drawer__group ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
    text-align: left;
  }
  .wb-nav-drawer__group a {
    padding: 0;
  }
  .wb-nav-drawer__group--2-columns ul {
    grid-template-columns: 1fr 1fr;
  }
  .wb-nav-drawer__group--3-columns ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .wb-nav-drawer__group--4-columns ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .wb-nav-drawer__buttons button {
    margin: 0 20px;
    font-size: 0.75em;
	line-height: 1em;
  }
  .wb-nav-drawer__buttons button:after {
    top: 21px;
  }
  body.wb-scrolling .wb-nav-drawer {
    position: fixed;
    top: 74px;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #472B80;
    margin-top: 0;
    max-height: 90px;
    display: block;
  }
  body.wb-scrolling .wb-nav-drawer.active {
    max-height: 900px;
  }
  body.wb-scrolling .wb-nav-drawer__heading {
    display: flex;
  }
  body.wb-scrolling .wb-nav-drawer__buttons {
    height: 90px;
    justify-content: flex-end;
    overflow: hidden;
  }
  body.wb-scrolling .wb-nav-drawer__buttons:before {
    content: "";
    height: 90px;
    width: 1000%;
    left: -500%;
    position: absolute;
    background-color: #EAE7F0;
  }
  body.wb-scrolling .wb-nav-drawer__buttons:after {
    display: none;
  }
  body.wb-scrolling .wb-nav-drawer__buttons button {
    color: #472B80;
  }
  body.wb-scrolling .wb-nav-drawer__buttons button:after {
    background-image: url("/wp-content/themes/woodbury/new/images/icon-caret.svg");
  }
}

@media (min-width: 1200px) {
  .wb-nav-drawer__group--4-columns ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

/* ---------------------------------------- Single Image */
.wb-single-image{
  width: 100%;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.wb-single-image.wb-d-11 {
  padding-top: 100%;
}
@media (max-width: 768px) {
	.wb-single-image{
	  padding-top: 50% !important;
	}
}
.wb-single-image img{
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.wb-single-image--fill img{
  width: 100%;
}
.wb-single-image + .wb-richtext{
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .wb-single-image + .wb-richtext{
    margin-top: 30px;
  }
}

/* ---------------------------------------- Single Video */
.wb-single-video{
  width: 100%;
  cursor: pointer;
  position: relative;
}
.wb-single-video.active:after,
.wb-single-video.active:before,
.wb-single-video.active img{
  opacity: 0;
  pointer-events: none;
}
.wb-single-video:hover:after{
  background-color: #6b5499;
}
.wb-single-video:after{
  content: '';
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #472B80;
  border: 0;
  display: block;
  position: absolute;
  font-size: 0;
  cursor: pointer;
  transition: opacity 0.5s ease-in-out;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .5s ease-in-out;
}
.wb-single-video:before {
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("/wp-content/themes/woodbury/new/images/icon-caret-large-white.svg") center center no-repeat transparent;
  background-size: 8px;
  z-index: 2;
  margin-top: 1px;
  margin-left: 1px;
  transition: opacity .75s ease-in-out;
}
.wb-single-video video{
  width: 100%;
}
.wb-single-video img{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: opacity .75s ease-in-out;
}
@media(min-width: 1200px){
  .wb-single-video video{
    max-height: 100vh;
    height: 700px;
  }
  .wb-single-video:after,
  .wb-single-video:before{
    width: 80px;
    height: 80px;
  }
  .wb-single-video:before{
    background-size: 10px;
  }
}

/* ---------------------------------------- Image Carousel */
.wb-image-carousel {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: -8px;
}
.wb-image-carousel.glide {
    display: block;
    margin-bottom: 0;
    padding-left: 35px;
    padding-right: 35px;
}
.wb-image-carousel .glide__track {
  position: relative;
}
.wb-image-carousel .glide__slides .wb-featured-pages__item {
  padding: 0;
  margin-bottom: 0;
}
.wb-image-carousel .glide__slides{
    overflow: hidden;
}
.wb-image-carousel .glide__arrow {
  width: 48px;
  height: 48px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-color: transparent;
  left: auto;
  right: auto;
}
.wb-image-carousel .glide__arrow:after{
  background: url("/wp-content/themes/woodbury/new/images/icon-caret-large.svg") center center no-repeat transparent;
  background-size: 10px;
}
.wb-image-carousel .glide__arrow--prev{
    left: 0;
}
.wb-image-carousel .glide__arrow--next {
    right: 0;
}
/*.wb-image-carousel.glide .wb-image-carousel__item{
  padding: 0;
}*/

.wb-featured-pages__items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    overflow: hidden;
}
.wb-featured-pages__items.glider{
    display: block;
}
.wb-featured-pages__track {
    position: relative;
}
.wb-featured-pages .glide__arrow.inactive{
    display: none;
}


.wb-image-carousel__item {
  padding: 0 16px;
  margin-bottom: 16px;
}
.wb-image-carousel__item a {
  height: 230px;
  display: block;
  position: relative;
}
.wb-image-carousel__item a:after {
  content: "";
  background-color: #472B80;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: block;
  transition: opacity 0.4s ease-in-out;
}
.wb-image-carousel__item a:hover:after, 
.wb-image-carousel__item a:active:after {
  opacity: 0.75;
}
.wb-image-carousel__item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.glightbox-clean .gslide-title{
  margin-top: 0;
  margin-bottom: 5px;
  color: #472B80;
  font-weight: bold;
  font-family: "IBM Plex Sans", sans-serif;
}

@media (min-width: 1200px) {
  .wb-image-carousel.glide {
    padding-left: 0;
    padding-right: 0;
  }
  .wb-image-carousel .glide__arrow {
    width: 65px;
    height: 65px;
  }
  .wb-image-carousel .glide__arrow:after{
    background-size: 12px;
  }
    .wb-image-carousel .glide__arrow--prev{
        left: -50px;
    }
    .wb-image-carousel .glide__arrow--next {
        right: -50px;
    }
}

/* ---------------------------------------- Image Slider */
.wb-image-slider img{
  width: 100%;
}
.wb-image-slider .glide__arrow {
  width: 48px;
  height: 48px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-color: transparent;
  left: auto;
  right: auto;
}
.wb-image-slider .glide__arrow:after{
  background: url("/wp-content/themes/woodbury/new/images/icon-caret-large.svg") center center no-repeat transparent;
  background-size: 12px;
}
.wb-image-slider .glide__arrow--prev{
    left: 0;
}
.wb-image-slider .glide__arrow--next {
    right: 0;
}
@media (min-width: 1200px) {
  .wb-image-slider.glide {
    padding-left: 0;
    padding-right: 0;
  }
  .wb-image-slider .glide__arrow {
    width: 65px;
    height: 65px;
  }
    .wb-image-slider .glide__arrow--prev{
        left: -50px;
    }
    .wb-image-slider .glide__arrow--next {
        right: -50px;
    }
}
/* ---------------------------------------- Content */

.wb-content .content__module {
  margin: 0 auto;
  /*display: flex;*/
  flex-wrap: wrap;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 45px;
  padding-bottom: 45px;
  max-width: 100%;
  position: relative;
  padding-left: calc(50vw - 628px);
  padding-right: calc(50vw - 628px);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #1A1A1A;
  font-family: "IBM Plex Sans", sans-serif;
}

/* ---------------------------------------- Footer */
.wb-footer {
  padding: 0 16px;
  background-color: #472B80;
  color: white;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  font-family: "IBM Plex Sans", sans-serif;
  display: flex; 
}
.wb-footer h6 {
  font-size: 0.75em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.wb-footer ul {
  margin: 0;
  padding: 0;
}
.wb-footer ul li {
  margin: 0 0 11px 0;
  padding: 0 0 0 28px;
  position: relative;
  font-size: 1em;
  line-height: 1.7em;
  list-style-type: none;
}
.wb-footer a {
  color: white !important;
  text-decoration: none;
}
.wb-footer hr {
  width: 100%;
  border: 0;
  border-top: 1px solid #D3D3D3;
  margin: 45px 0;
}
.wb-footer__container {
  max-width: 1199px;
  width: 100%;
  margin: auto;
}
.wb-footer__top {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0 30px 0;
}
.wb-footer__logo {
  width: 160px;
}
.wb-footer__address {
  margin-top: 30px;
  margin-bottom: 30px;
}
.wb-footer__address-title {
  font-size: 1.375em;
}
.wb-footer address {
  font-size: 1.0625em;
  font-style: normal;
  margin-top: 11px;
}
.wb-footer__address-tel {
  font-size: 0.875em;
  letter-spacing: 0.2em;
  font-weight: bold;
}
.wb-footer__nav {
  margin-top: -6px;
}
.wb-footer__nav h6 {
  color: white;
  margin-bottom: 20px;
}
.wb-footer__nav h6:first-child {
  margin-top: -3px;
  position: relative;
  top: -1px;
}
.wb-footer__nav ul li {
  padding: 0;
  margin-bottom: 17px;
}
.wb-footer__nav ul li a {
  font-size: 1.25em;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.wb-footer__nav ul li a:hover, .wb-footer__nav ul li a:active {
  opacity: 0.5;
}
.wb-footer__nav ul li:before {
  display: none;
}
.wb-footer__buttons {
  margin-top: 30px;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 16px;
  margin-top: 40px;
}
.wb-footer__buttons .wb-button {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1.375em;
  font-weight: bold;
  padding: 16px;
  text-transform: none;
  letter-spacing: 0;
}
.wb-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.wb-footer__utility {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.wb-footer__social-media {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.wb-footer__social-media a {
  margin-right: 30px;
  display: flex;
}
.wb-footer__social-media a:hover img, .wb-footer__social-media a:active img {
  opacity: 0.5;
}
.wb-footer__social-media img {
  max-height: 22px;
  max-width: 22px;
  margin: auto;
  transition: opacity 0.5s ease-in-out;
}
.wb-footer__sub-links a {
  margin-right: 20px;
  font-size: 0.875em;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.wb-footer__sub-links a:hover, .wb-footer__sub-links a:active {
  opacity: 0.5;
}
.wb-footer hr {
  border-top-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 15px;
  margin-top: 40px;
}
.wb-footer__copyright {
  font-size: 0.75em;
  margin: 0;
  color: white;
}
.wb-footer__emblem {
  display: none;
}

@media (min-width: 767px) {
  .wb-footer__top {
    padding-top: 80px;
  }
  .wb-footer__address {
    margin-top: 50px;
  }
  .wb-footer__emblem {
    position: relative;
    display: block;
  }
  .wb-footer__emblem img {
    position: absolute;
    top: 22px;
    right: 0;
  }
}

@media (min-width: 1200px) {
  .wb-footer__top {
    padding-bottom: 110px;
  }
  .wb-footer__buttons {
    display: block;
    margin-top: 0;
  }
  .wb-footer__buttons .wb-button {
    width: 100%;
  }
  .wb-footer__buttons .wb-button + .wb-button {
    margin-top: 40px;
  }
  .wb-footer__social-media {
    width: 33.5%;
    margin-bottom: 0;
  }
  .wb-footer__bottom {
    padding-bottom: 70px;
  }
}