.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:-webkit-grab;cursor:grab}.carousel.is-dragging{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;-webkit-user-select:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;-webkit-filter:var(--carousel-button-svg-filter, none);filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;-webkit-transform-origin:top left;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{-webkit-animation:fancybox-rotate 2s linear infinite;animation:fancybox-rotate 2s linear infinite;-webkit-transform-origin:center center;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-animation:fancybox-dash 1.5s ease-in-out infinite;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@-webkit-keyframes fancybox-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fancybox-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{-webkit-animation:.15s ease backwards fancybox-fadeIn;animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{-webkit-animation:.15s ease both fancybox-fadeOut;animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{-webkit-animation:.15s ease both fancybox-fadeIn;animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{-webkit-animation:.1s ease both fancybox-fadeOut;animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{-webkit-animation:.2s ease both fancybox-zoomInUp;animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{-webkit-animation:.15s ease both fancybox-zoomOutDown;animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{-webkit-animation:.15s ease both fancybox-throwOutUp;animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{-webkit-animation:.15s ease both fancybox-throwOutDown;animation:.15s ease both fancybox-throwOutDown}@-webkit-keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-fadeOut{to{opacity:0}}@-webkit-keyframes fancybox-zoomInUp{from{-webkit-transform:scale(0.97) translate3d(0, 16px, 0);transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{-webkit-transform:scale(1) translate3d(0, 0, 0);transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomInUp{from{-webkit-transform:scale(0.97) translate3d(0, 16px, 0);transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{-webkit-transform:scale(1) translate3d(0, 0, 0);transform:scale(1) translate3d(0, 0, 0);opacity:1}}@-webkit-keyframes fancybox-zoomOutDown{to{-webkit-transform:scale(0.97) translate3d(0, 16px, 0);transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-zoomOutDown{to{-webkit-transform:scale(0.97) translate3d(0, 16px, 0);transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@-webkit-keyframes fancybox-throwOutUp{to{-webkit-transform:translate3d(0, -30%, 0);transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{-webkit-transform:translate3d(0, -30%, 0);transform:translate3d(0, -30%, 0);opacity:0}}@-webkit-keyframes fancybox-throwOutDown{to{-webkit-transform:translate3d(0, 30%, 0);transform:translate3d(0, 30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{-webkit-transform:translate3d(0, 30%, 0);transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:-webkit-grab;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:-webkit-grab;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.fancybox__image{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-user-select:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{-webkit-animation:.15s ease-in backwards fancybox-fadeIn;animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;-webkit-user-select:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{-webkit-animation:.15s ease-in backwards fancybox-fadeIn;animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-timing-function:linear;z-index:30;-webkit-user-select:none;user-select:none}.fancybox__container:-webkit-full-screen::backdrop{opacity:0}.fancybox__container:fullscreen::-webkit-backdrop{opacity:0}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&medium-large=48em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: normal;
  line-height: 1.5;
  color: #4A4A4A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #005896;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #004c81;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 81.25rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #000000;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000000;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-large-text-left {
    text-align: left;
  }
  .medium-large-text-right {
    text-align: right;
  }
  .medium-large-text-center {
    text-align: center;
  }
  .medium-large-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-container.fluid {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-x > .medium-large-shrink, .grid-x > .medium-large-full, .grid-x > .medium-large-1, .grid-x > .medium-large-2, .grid-x > .medium-large-3, .grid-x > .medium-large-4, .grid-x > .medium-large-5, .grid-x > .medium-large-6, .grid-x > .medium-large-7, .grid-x > .medium-large-8, .grid-x > .medium-large-9, .grid-x > .medium-large-10, .grid-x > .medium-large-11, .grid-x > .medium-large-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-x > .medium-large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-large-12, .grid-x > .medium-large-11, .grid-x > .medium-large-10, .grid-x > .medium-large-9, .grid-x > .medium-large-8, .grid-x > .medium-large-7, .grid-x > .medium-large-6, .grid-x > .medium-large-5, .grid-x > .medium-large-4, .grid-x > .medium-large-3, .grid-x > .medium-large-2, .grid-x > .medium-large-1, .grid-x > .medium-large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-large-shrink {
    width: auto;
  }
  .grid-x > .medium-large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-large-3 {
    width: 25%;
  }
  .grid-x > .medium-large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-large-6 {
    width: 50%;
  }
  .grid-x > .medium-large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-large-9 {
    width: 75%;
  }
  .grid-x > .medium-large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xlarge-12, .grid-x > .xlarge-11, .grid-x > .xlarge-10, .grid-x > .xlarge-9, .grid-x > .xlarge-8, .grid-x > .xlarge-7, .grid-x > .xlarge-6, .grid-x > .xlarge-5, .grid-x > .xlarge-4, .grid-x > .xlarge-3, .grid-x > .xlarge-2, .grid-x > .xlarge-1, .grid-x > .xlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xlarge-shrink {
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xxlarge-12, .grid-x > .xxlarge-11, .grid-x > .xxlarge-10, .grid-x > .xxlarge-9, .grid-x > .xxlarge-8, .grid-x > .xxlarge-7, .grid-x > .xxlarge-6, .grid-x > .xxlarge-5, .grid-x > .xxlarge-4, .grid-x > .xxlarge-3, .grid-x > .xxlarge-2, .grid-x > .xxlarge-1, .grid-x > .xxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xxlarge-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .cell {
    width: calc(100% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.25rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.25rem);
  }
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.25rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x > .medium-large-auto {
    width: auto;
  }
  .grid-margin-x > .medium-large-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-large-1 {
    width: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-x > .medium-large-2 {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x > .medium-large-3 {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x > .medium-large-4 {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x > .medium-large-5 {
    width: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-x > .medium-large-6 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .medium-large-7 {
    width: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-x > .medium-large-8 {
    width: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-x > .medium-large-9 {
    width: calc(75% - 1.25rem);
  }
  .grid-margin-x > .medium-large-10 {
    width: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-x > .medium-large-11 {
    width: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-x > .medium-large-12 {
    width: calc(100% - 1.25rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x > .medium-large-auto {
    width: auto;
  }
  .grid-margin-x > .medium-large-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-large-1 {
    width: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-large-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-large-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .medium-large-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-large-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-large-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .medium-large-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-large-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-large-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .medium-large-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-large-11 {
    width: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-large-12 {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 2.5rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 2.5rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(100% - 2.5rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-padding-x > .cell {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-padding-x > .cell {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-large-up-1 > .cell {
    width: 100%;
  }
  .medium-large-up-2 > .cell {
    width: 50%;
  }
  .medium-large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-large-up-4 > .cell {
    width: 25%;
  }
  .medium-large-up-5 > .cell {
    width: 20%;
  }
  .medium-large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-large-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  .xlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xlarge-up-4 > .cell {
    width: 25%;
  }
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  .xlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xxlarge-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.25rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.25rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.25rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.25rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
  .grid-margin-x.medium-large-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.medium-large-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.medium-large-up-3 > .cell {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x.medium-large-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.medium-large-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.medium-large-up-6 > .cell {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x.medium-large-up-7 > .cell {
    width: calc(14.2857142857% - 1.25rem);
  }
  .grid-margin-x.medium-large-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x.medium-large-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x.medium-large-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x.medium-large-up-3 > .cell {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x.medium-large-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }
  .grid-margin-x.medium-large-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x.medium-large-up-6 > .cell {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 2.5rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 2.5rem);
  }
  .grid-margin-x.medium-large-up-7 > .cell {
    width: calc(14.2857142857% - 2.5rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }
  .grid-margin-x.medium-large-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 2.5rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.2857142857% - 2.5rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.2857142857% - 2.5rem);
  }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .small-margin-collapse > .medium-large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-large-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-large-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-large-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .medium-large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-large-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-large-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-large-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-large-margin-collapse > .medium-large-1 {
    width: 8.3333333333%;
  }
  .medium-large-margin-collapse > .medium-large-2 {
    width: 16.6666666667%;
  }
  .medium-large-margin-collapse > .medium-large-3 {
    width: 25%;
  }
  .medium-large-margin-collapse > .medium-large-4 {
    width: 33.3333333333%;
  }
  .medium-large-margin-collapse > .medium-large-5 {
    width: 41.6666666667%;
  }
  .medium-large-margin-collapse > .medium-large-6 {
    width: 50%;
  }
  .medium-large-margin-collapse > .medium-large-7 {
    width: 58.3333333333%;
  }
  .medium-large-margin-collapse > .medium-large-8 {
    width: 66.6666666667%;
  }
  .medium-large-margin-collapse > .medium-large-9 {
    width: 75%;
  }
  .medium-large-margin-collapse > .medium-large-10 {
    width: 83.3333333333%;
  }
  .medium-large-margin-collapse > .medium-large-11 {
    width: 91.6666666667%;
  }
  .medium-large-margin-collapse > .medium-large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-large-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-large-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-large-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .medium-large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .medium-large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .medium-large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .medium-large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .medium-large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .medium-large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .medium-large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .medium-large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .medium-large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .medium-large-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .medium-large-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .medium-large-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .medium-large-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .medium-large-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .medium-large-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .medium-large-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .medium-large-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .medium-large-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .medium-large-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .medium-large-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .medium-large-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-large-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-large-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-large-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-large-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .medium-large-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .medium-large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-large-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .medium-large-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .medium-large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-large-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .medium-large-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .medium-large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-large-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .medium-large-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .medium-large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .medium-large-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-large-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-large-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .medium-large-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-large-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-large-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .medium-large-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-large-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-large-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .medium-large-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-large-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.25rem / 2);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.25rem / 2);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.25rem / 2);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.25rem / 2);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.25rem / 2);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.25rem / 2);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.25rem / 2);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.25rem / 2);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.25rem / 2);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.25rem / 2);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.25rem / 2);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.25rem / 2);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.25rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.25rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.25rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.25rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.25rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.25rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.25rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.25rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.25rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.25rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.25rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.25rem / 2);
  }
}
@media print, screen and (min-width: 48em) {
  .medium-large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-large-offset-0 {
    margin-left: calc(0% + 1.25rem / 2);
  }
  .medium-large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-large-offset-1 {
    margin-left: calc(8.3333333333% + 1.25rem / 2);
  }
  .medium-large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-large-offset-2 {
    margin-left: calc(16.6666666667% + 1.25rem / 2);
  }
  .medium-large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-large-offset-3 {
    margin-left: calc(25% + 1.25rem / 2);
  }
  .medium-large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-large-offset-4 {
    margin-left: calc(33.3333333333% + 1.25rem / 2);
  }
  .medium-large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-large-offset-5 {
    margin-left: calc(41.6666666667% + 1.25rem / 2);
  }
  .medium-large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-large-offset-6 {
    margin-left: calc(50% + 1.25rem / 2);
  }
  .medium-large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-large-offset-7 {
    margin-left: calc(58.3333333333% + 1.25rem / 2);
  }
  .medium-large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-large-offset-8 {
    margin-left: calc(66.6666666667% + 1.25rem / 2);
  }
  .medium-large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-large-offset-9 {
    margin-left: calc(75% + 1.25rem / 2);
  }
  .medium-large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-large-offset-10 {
    margin-left: calc(83.3333333333% + 1.25rem / 2);
  }
  .medium-large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-large-offset-11 {
    margin-left: calc(91.6666666667% + 1.25rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 2.5rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 2.5rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 2.5rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 2.5rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 2.5rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 2.5rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 2.5rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 2.5rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 2.5rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 2.5rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 2.5rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 2.5rem / 2);
  }
}
@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 2.5rem / 2);
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 2.5rem / 2);
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 2.5rem / 2);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 2.5rem / 2);
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 2.5rem / 2);
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 2.5rem / 2);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 2.5rem / 2);
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 2.5rem / 2);
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 2.5rem / 2);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 2.5rem / 2);
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 2.5rem / 2);
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 2.5rem / 2);
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 2.5rem / 2);
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 2.5rem / 2);
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 2.5rem / 2);
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 2.5rem / 2);
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 2.5rem / 2);
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 2.5rem / 2);
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 2.5rem / 2);
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 2.5rem / 2);
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 2.5rem / 2);
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 2.5rem / 2);
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 2.5rem / 2);
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 2.5rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-y > .medium-large-shrink, .grid-y > .medium-large-full, .grid-y > .medium-large-1, .grid-y > .medium-large-2, .grid-y > .medium-large-3, .grid-y > .medium-large-4, .grid-y > .medium-large-5, .grid-y > .medium-large-6, .grid-y > .medium-large-7, .grid-y > .medium-large-8, .grid-y > .medium-large-9, .grid-y > .medium-large-10, .grid-y > .medium-large-11, .grid-y > .medium-large-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-y > .medium-large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-large-12, .grid-y > .medium-large-11, .grid-y > .medium-large-10, .grid-y > .medium-large-9, .grid-y > .medium-large-8, .grid-y > .medium-large-7, .grid-y > .medium-large-6, .grid-y > .medium-large-5, .grid-y > .medium-large-4, .grid-y > .medium-large-3, .grid-y > .medium-large-2, .grid-y > .medium-large-1, .grid-y > .medium-large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-large-shrink {
    height: auto;
  }
  .grid-y > .medium-large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-large-3 {
    height: 25%;
  }
  .grid-y > .medium-large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-large-6 {
    height: 50%;
  }
  .grid-y > .medium-large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-large-9 {
    height: 75%;
  }
  .grid-y > .medium-large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-large-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xlarge-12, .grid-y > .xlarge-11, .grid-y > .xlarge-10, .grid-y > .xlarge-9, .grid-y > .xlarge-8, .grid-y > .xlarge-7, .grid-y > .xlarge-6, .grid-y > .xlarge-5, .grid-y > .xlarge-4, .grid-y > .xlarge-3, .grid-y > .xlarge-2, .grid-y > .xlarge-1, .grid-y > .xlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xxlarge-12, .grid-y > .xxlarge-11, .grid-y > .xxlarge-10, .grid-y > .xxlarge-9, .grid-y > .xxlarge-8, .grid-y > .xxlarge-7, .grid-y > .xxlarge-6, .grid-y > .xxlarge-5, .grid-y > .xxlarge-4, .grid-y > .xxlarge-3, .grid-y > .xxlarge-2, .grid-y > .xxlarge-1, .grid-y > .xxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-padding-y > .cell {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-padding-y > .cell {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.5rem);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.25rem);
  }
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.25rem);
  }
  .grid-margin-y > .medium-large-auto {
    height: auto;
  }
  .grid-margin-y > .medium-large-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-large-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-large-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-large-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .medium-large-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-large-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-large-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .medium-large-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-large-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-large-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .medium-large-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-large-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-large-12 {
    height: calc(100% - 1.25rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.5rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.5rem);
  }
  .grid-margin-y > .medium-large-auto {
    height: auto;
  }
  .grid-margin-y > .medium-large-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-large-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-large-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-large-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .medium-large-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-large-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-large-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .medium-large-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-large-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-large-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .medium-large-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-large-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-large-12 {
    height: calc(100% - 2.5rem);
  }
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2.5rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 2.5rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 2.5rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-large-grid-frame {
    width: 100%;
  }
  .medium-large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xlarge-grid-frame {
    width: 100%;
  }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xxlarge-grid-frame {
    width: 100%;
  }
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xxlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-y.medium-large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y.xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .cell .grid-y.medium-large-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.5rem);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.25rem);
  }
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.25rem);
  }
  .grid-margin-y > .medium-large-auto {
    height: auto;
  }
  .grid-margin-y > .medium-large-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-large-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-large-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-large-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .medium-large-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-large-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-large-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .medium-large-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-large-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-large-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .medium-large-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-large-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-large-12 {
    height: calc(100% - 1.25rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.5rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.5rem);
  }
  .grid-margin-y > .medium-large-auto {
    height: auto;
  }
  .grid-margin-y > .medium-large-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-large-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-large-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-large-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .medium-large-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-large-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-large-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .medium-large-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-large-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-large-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .medium-large-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-large-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-large-12 {
    height: calc(100% - 2.5rem);
  }
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2.5rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 2.5rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 2.5rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem);
  }
}
@media print, screen and (min-width: 48em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.5rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.5rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.5rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.25rem);
  }
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y.medium-large-grid-frame {
    height: calc(100vh + 1.25rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 2.5rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 2.5rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 2.5rem);
  }
}
.accordion {
  margin-left: 0;
  background: #ffffff;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #005896;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #ffffff;
  color: #4A4A4A;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #005896;
}
.tabs.primary > li > a {
  color: #ffffff;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #0063a8;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #005896;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #ffffff;
  color: #004c81;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #005896;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #ffffff;
  color: #4A4A4A;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.align-left {
  justify-content: flex-start;
}

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

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

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

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

.align-self-bottom {
  align-self: flex-end;
}

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

.align-self-middle {
  align-self: center;
}

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

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-large-order-1 {
    order: 1;
  }
  .medium-large-order-2 {
    order: 2;
  }
  .medium-large-order-3 {
    order: 3;
  }
  .medium-large-order-4 {
    order: 4;
  }
  .medium-large-order-5 {
    order: 5;
  }
  .medium-large-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    order: 1;
  }
  .xlarge-order-2 {
    order: 2;
  }
  .xlarge-order-3 {
    order: 3;
  }
  .xlarge-order-4 {
    order: 4;
  }
  .xlarge-order-5 {
    order: 5;
  }
  .xlarge-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    order: 1;
  }
  .xxlarge-order-2 {
    order: 2;
  }
  .xxlarge-order-3 {
    order: 3;
  }
  .xxlarge-order-4 {
    order: 4;
  }
  .xxlarge-order-5 {
    order: 5;
  }
  .xxlarge-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

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

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-large-flex-container {
    display: flex;
  }
  .medium-large-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-large-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-large-flex-dir-row {
    flex-direction: row;
  }
  .medium-large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-large-flex-dir-column {
    flex-direction: column;
  }
  .medium-large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: flex;
  }
  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: flex;
  }
  .xxlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xxlarge-flex-dir-row {
    flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 47.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 48em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 48em) {
  .hide-for-medium-large {
    display: none !important;
  }
}

@media screen and (max-width: 47.99875em) {
  .show-for-medium-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .hide-for-medium-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 47.99875em), screen and (min-width: 64em) {
  .show-for-medium-large-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.acf-block-training-hours-map .grid-x-small, .acf-block-course-intro-hours .grid-x-small {
  display: flex;
  flex-flow: row wrap;
}
@media print, screen and (min-width: 64em) {
  .acf-block-training-hours-map .grid-x-small, .acf-block-course-intro-hours .grid-x-small {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
  .acf-block-training-hours-map .grid-x-small > .cell, .acf-block-course-intro-hours .grid-x-small > .cell {
    flex: 0 0 auto;
    width: calc(50% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}

.course-grid {
  display: flex;
  flex-flow: row wrap;
}
@media print, screen and (min-width: 64em) {
  .course-grid {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .course-grid > .course-grid__item {
    flex: 0 0 auto;
    width: calc(50% - 3rem);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

.acf-block-student-success-stories .grid,
.block-student-success-stories .grid {
  display: flex;
  flex-flow: row wrap;
}
@media print, screen and (min-width: 48em) {
  .acf-block-student-success-stories .grid,
  .block-student-success-stories .grid {
    margin-right: 0.375rem;
    margin-left: 0.375rem;
  }
  .acf-block-student-success-stories .grid > .grid__item,
  .block-student-success-stories .grid > .grid__item {
    flex: 0 0 auto;
    width: calc(50% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}

.acf-block-latest-news .grid {
  display: flex;
  flex-flow: row wrap;
}
@media print, screen and (min-width: 64em) {
  .acf-block-latest-news .grid {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .acf-block-latest-news .grid > .grid-item {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 1rem);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

/*
0E1F37
*/
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

body {
  font-family: "Gotham SSm A", "Gotham SSm B";
}
body h1,
body .h1 {
  color: #252B33;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  body h1,
  body .h1 {
    font-size: 2.25rem;
  }
}
body h2,
body .h2 {
  color: #252B33;
  font-size: 1.875rem;
  line-height: 1.2;
  margin-bottom: 32px;
}
body h3,
body .h3 {
  color: #252B33;
  font-size: 1.375rem;
  line-height: 1.18181818;
  font-weight: 300;
}
body h4,
body .h4 {
  color: #252B33;
  font-size: 1.1875rem;
  letter-spacing: 0.34px;
  line-height: 1.52631579;
  font-weight: 300;
}
body h5,
body .h5 {
  color: #454C54;
  font-size: 1rem;
  line-height: 1.5625;
  font-weight: 300;
}
h1.gb-headline-border-top,
h2.gb-headline-border-top,
h3.gb-headline-border-top {
  position: relative;
}
h1.gb-headline-border-top:before,
h2.gb-headline-border-top:before,
h3.gb-headline-border-top:before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #000;
  display: block;
  margin-bottom: 35px;
}

p.drop-cap::first-letter {
  color: #424242;
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 60px;
  float: left;
  padding-right: 0.125em;
}

.entry-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.entry-content ul::before, .entry-content ul::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.entry-content ul::after {
  clear: both;
}
.entry-content ul li {
  padding-left: 32px;
  position: relative;
  min-height: 20px;
  margin-bottom: 20px;
}
.entry-content ul li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg height='16' viewBox='0 0 18 16' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 5.30607527 6.28295699 6.19392473 8.50134411-11.5' fill='none' stroke='%23005896' stroke-width='3' transform='translate(1.141815 1.5)'/%3E%3C/svg%3E");
  width: 18px;
  height: 16px;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
}

body .site,
body .inside-header,
body .inside-navigation {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
body.full-width-content .site {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body .featured-image {
  padding-left: 0;
  padding-right: 0;
}

:root {
  --wp--style--block-gap: initial!important;
}

.site-content {
  max-width: 2600px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 75em) {
  .gb-container[id]::before {
    content: "";
    display: block;
    height: 114px;
    margin-top: -114px;
    visibility: hidden;
  }
}
.blue_content {
  color: #005896;
}

.fancybox__container {
  z-index: 100002;
}

.fancybox__content > .carousel__button.is-close {
  background-color: transparent;
  box-shadow: none;
  right: -7px;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none;
  box-shadow: none;
}

.modal {
  position: relative;
}
.modal .carousel__button.is-close {
  box-shadow: none !important;
  top: 20px;
  right: 20px;
  color: #000;
}
.modal .carousel__button.is-close svg {
  box-shadow: none;
  filter: none;
  width: 38px;
  height: 38px;
}

.modal-full-width .fancybox__backdrop {
  background-color: #fff;
}
.modal-full-width .fancybox__slide {
  padding: 0;
}
.modal-full-width .modal {
  width: 100%;
  height: 100%;
  padding: 0;
  min-height: 100vh;
}
.modal-full-width .modal-wrap {
  background-color: #fff;
  padding: 90px 60px;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.modal-full-width .modal-wrap:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  border: 2px solid #000;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  z-index: 2;
}
.modal-full-width .modal-content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.modal-appointment .fancybox__content {
  padding: 0;
}

.gform_wrapper .ginput_container_select {
  position: relative;
}
.gform_wrapper .ginput_container_select select {
  -webkit-appearance: none;
}
.gform_wrapper .ginput_container_select:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg height='8' viewBox='0 0 13 8' width='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2.64067147 9.21910385c.14129817.13354961.33483949.20397307.52075815.20397307.18591865 0 .37908813-.07042346.52029335-.20397307l5.52568831-5.22575497c.14120522-.13354961.21566564-.30938847.21566564-.49243672 0-.18269657-.07446042-.35853542-.21566564-.49252463l-5.52568831-5.22566705c-.29012606-.27439654-.75092544-.27439654-1.0410515 0-.29012606.27439653-.29012606.71021314 0 .98460967l5.00493016 4.73358201-5.00493016 4.73358201c-.2825034.27439654-.2825034.71742254 0 .98460968z' fill-rule='evenodd' transform='matrix(0 1 -1 0 10.08059 -1.536442)'/%3E%3C/svg%3E");
  background-size: 13px 8px;
  background-position: center;
  background-repeat: no-repeat;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff "ajax-loader.gif" center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: "slick.eot";
  src: "slick.eot?#iefix" format("embedded-opentype"), "slick.woff" format("woff"), "slick.ttf" format("truetype"), "slick.svg#slick" format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.facetwp-map-filtering {
  display: none;
}

.facet-label {
  color: #121314;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 14px;
  padding-bottom: 10px;
}

.facetwp-sort {
  margin-bottom: 40px;
}

.facetwp-type-search .facetwp-icon {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: auto;
  opacity: 1;
  height: auto;
}
.facetwp-type-search .facetwp-icon:before {
  background-image: url("data:image/svg+xml,%3Csvg height='13' viewBox='0 0 13 13' width='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.8766612 12.2927536-3.35639068-3.3027559c.87893078-.95493288 1.41897468-2.21784629 1.41897468-3.60755021-.0004248-2.97283293-2.44906-5.38244749-5.469835-5.38244749-3.02077501 0-5.4694102 2.40961456-5.4694102 5.38244749 0 2.97283294 2.44863519 5.38244751 5.4694102 5.38244751 1.30518399 0 2.50226998-.4514456 3.44256747-1.20197155l3.36941173 3.31577695c.1641756.1617328.4307139.1617328.5948895 0 .1645579-.1617115.1645579-.424214.0003823-.5859468zm-7.407251-2.35597974c-2.55590477 0-4.62786444-2.03903534-4.62786444-4.55432637 0-2.51529102 2.07195967-4.55432636 4.62786444-4.55432636 2.55592601 0 4.6278644 2.03903534 4.6278644 4.55432636 0 2.51529103-2.07193839 4.55432637-4.6278644 4.55432637z' transform='translate(-.000059)'/%3E%3C/svg%3E");
  background-position: center 50%;
  background-size: contain;
  width: 13px;
  height: 13px;
}
.facetwp-type-search .facetwp-search {
  border: none;
  border-bottom: 1px solid #979797;
  outline: none;
  width: 100%;
}

.facetwp-facet-load_more {
  margin-top: 24px;
  text-align: center;
}

.facetwp-load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  line-height: 1;
  text-decoration: none;
  padding: 9px 20px;
  border-radius: 17.5px;
  min-width: 190px;
  text-align: center;
  background-color: transparent;
  border: 2px solid #EA7024;
  color: #EA7024;
}
.facetwp-load-more:hover {
  background-color: #EA7024;
  color: #fff;
}

.facetwp-sort-select,
.facetwp-dropdown {
  border: none;
  border-bottom: 1px solid #979797;
  width: 100%;
  padding-left: 5px !important;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-appearance: none;
  padding-right: 30px;
}

.facetwp-type-dropdown {
  position: relative;
}
.facetwp-type-dropdown:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg height='8' viewBox='0 0 13 8' width='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2.64067147 9.21910385c.14129817.13354961.33483949.20397307.52075815.20397307.18591865 0 .37908813-.07042346.52029335-.20397307l5.52568831-5.22575497c.14120522-.13354961.21566564-.30938847.21566564-.49243672 0-.18269657-.07446042-.35853542-.21566564-.49252463l-5.52568831-5.22566705c-.29012606-.27439654-.75092544-.27439654-1.0410515 0-.29012606.27439653-.29012606.71021314 0 .98460967l5.00493016 4.73358201-5.00493016 4.73358201c-.2825034.27439654-.2825034.71742254 0 .98460968z' fill-rule='evenodd' transform='matrix(0 1 -1 0 10.08059 -1.536442)'/%3E%3C/svg%3E");
  background-size: 13px 8px;
  background-position: center;
  background-repeat: no-repeat;
}

.facetwp-location {
  border: none !important;
  border-bottom: 1px solid #979797 !important;
  width: 100% !important;
  padding-left: 10px !important;
}

.facetwp-input-wrap {
  width: 100%;
}

.facetwp-sort input::-moz-placeholder, .facetwp-sort select::-moz-placeholder, .facetwp-facet input::-moz-placeholder, .facetwp-facet select::-moz-placeholder {
  color: #979797;
  font-size: 1rem;
}

.facetwp-sort input::placeholder,
.facetwp-sort select::placeholder,
.facetwp-facet input::placeholder,
.facetwp-facet select::placeholder {
  color: #979797;
  font-size: 1rem;
}
.facetwp-sort select,
.facetwp-facet select {
  color: #979797;
}
.facetwp-sort .noUi-connect,
.facetwp-facet .noUi-connect {
  background: #B0B0B0;
}
.facetwp-sort .facetwp-counter,
.facetwp-facet .facetwp-counter {
  display: none;
}

.facetwp-slider-reset {
  display: none !important;
}

.facetwp-radio,
.facetwp-checkbox {
  color: #4A4A4A;
  font-size: 14px;
}

.facetwp-toggle {
  color: #4A4A4A;
  font-size: 14px;
}

.blog .facetwp-type-pager .facetwp-pager,
.category .facetwp-type-pager .facetwp-pager {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog .facetwp-type-pager .facetwp-pager .prev,
.category .facetwp-type-pager .facetwp-pager .prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.blog .facetwp-type-pager .facetwp-pager .next,
.category .facetwp-type-pager .facetwp-pager .next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.blog .facetwp-type-pager .facetwp-pager .facetwp-page,
.category .facetwp-type-pager .facetwp-pager .facetwp-page {
  text-decoration: none;
  font-weight: 500;
  font-size: 1.125rem;
}
.blog .facetwp-type-pager .facetwp-pager .facetwp-page.active,
.category .facetwp-type-pager .facetwp-pager .facetwp-page.active {
  color: #EA7024;
}

/**
 * Forms
 * ======================================== */
body .gform_wrapper .gfield_label,
body .gform_wrapper .ginput_complex label {
  color: #252B33;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 16px !important;
  margin-bottom: 10px !important;
}
body .gform_wrapper ::-moz-placeholder {
  color: #979797 !important;
  font-size: 16px;
  line-height: 20px;
  padding-left: 0;
}
body .gform_wrapper ::placeholder {
  color: #979797 !important;
  font-size: 16px;
  line-height: 20px;
  padding-left: 0;
}
body .gform_wrapper .gsection {
  border-bottom: 0 !important;
}
body .gform_wrapper .ginput_container_textarea {
  margin-top: 10px !important;
}
body .gform_wrapper .gform_footer .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  line-height: 1;
  text-decoration: none;
  padding: 9px 20px;
  border-radius: 17.5px;
  min-width: 190px;
  text-align: center;
  background-color: #EA7024;
  border: 2px solid #EA7024;
  color: #fff;
  line-height: 1 !important;
}
body .gform_wrapper .gform_footer .button:hover {
  background-color: #ED8545;
  border-color: #ED8545;
  color: #fff;
}
body .gform_wrapper .gform_page_footer .gform_next_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  line-height: 1;
  text-decoration: none;
  padding: 9px 20px;
  border-radius: 17.5px;
  min-width: 190px;
  text-align: center;
  background-color: #EA7024;
  border: 2px solid #EA7024;
  color: #fff;
  line-height: 1 !important;
}
body .gform_wrapper .gform_page_footer .gform_next_button:hover {
  background-color: #ED8545;
  border-color: #ED8545;
  color: #fff;
}
body .gform_wrapper .gfield_select {
  margin-top: 20px;
}
body .gform_wrapper .gfield_textarea {
  margin-top: 20px;
}
body .gform_wrapper .gform_button_select_files {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  line-height: 1;
  text-decoration: none;
  padding: 9px 20px;
  border-radius: 17.5px;
  min-width: 190px;
  text-align: center;
  background-color: transparent;
  border: 2px solid #EA7024;
  color: #EA7024;
  padding: 6px 20px;
}
body .gform_wrapper .gform_button_select_files:hover {
  background-color: #EA7024;
  color: #fff;
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=file],
.gform_wrapper textarea,
.gform_wrapper select {
  background: transparent;
  color: #979797;
  font-size: 16px;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password] {
  border: none;
  border-bottom: solid 1px #979797;
  padding: 0 10px 3px 0 !important;
}
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=url]:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=number]:focus,
.gform_wrapper input[type=password]:focus {
  border-color: #005896 !important;
}
.gform_wrapper textarea {
  border: 1px solid #979797;
  padding: 0 10px 15px !important;
  width: 100%;
}
.gform_wrapper textarea:focus {
  border-color: #005896 !important;
}
.gform_wrapper select {
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-bottom: solid 1px #979797;
  font-size: 16px;
  padding-left: 0 !important;
}
.gform_wrapper select:focus {
  border-color: #005896 !important;
}
.gform_wrapper .gform_wrapper div.validation_error {
  color: #c89797;
  border-color: #c89797;
}
.gform_wrapper .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper .gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper .gform_wrapper li.gfield_error ul.gfield_radio {
  color: #c89797;
}
.gform_wrapper .gform_wrapper .gfield_error .gfield_label {
  color: #c89797;
}
.gform_wrapper .gform_wrapper .validation_message {
  color: #c89797;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: normal;
}
.gform_wrapper .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .gform_wrapper .gfield_select[multiple=multiple] {
  background: transparent !important;
  border-bottom: solid 1px #979797;
}
.gform_wrapper .gform_wrapper li.gfield.gfield_error,
.gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: transparent !important;
  border: none !important;
}
.gform_wrapper .gform_wrapper li.gfield.gfield_error input[type=text],
.gform_wrapper .gform_wrapper li.gfield.gfield_error input[type=url],
.gform_wrapper .gform_wrapper li.gfield.gfield_error input[type=email],
.gform_wrapper .gform_wrapper li.gfield.gfield_error input[type=tel],
.gform_wrapper .gform_wrapper li.gfield.gfield_error input[type=number],
.gform_wrapper .gform_wrapper li.gfield.gfield_error input[type=password],
.gform_wrapper .gform_wrapper li.gfield.gfield_error select {
  border-bottom: solid 1px #c89797 !important;
}
.gform_wrapper .gform_wrapper li.gfield.gfield_error textarea {
  border-color: #c89797 !important;
}
.gform_wrapper .privacy-policy-disclaimer {
  padding-bottom: 20px;
  font-size: 10px;
  line-height: 15px;
}
.gform_wrapper .privacy-policy-disclaimer a {
  color: #005896;
  text-decoration: underline;
}

.gform_required_legend {
  display: none !important;
}

.modal-content .gform_heading + form {
  margin-top: 60px !important;
}

@media screen and (min-width: 75em) {
  /* This code makes the GeneratePress Menu sticky. */
  body {
    padding-top: 110px !important;
  }
  body .site-header {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 11px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .admin-bar .site-header {
    top: 32px; /* fix the offset for admin bar when logged in */
  }
  .site-content {
    padding-top: 0;
  }
}
.site-header {
  position: relative;
  box-shadow: 0 11px 12px 0 rgba(0, 0, 0, 0.1);
}
.site-header .header-top {
  display: none;
}
@media screen and (min-width: 75em) {
  .site-header .header-top {
    background: linear-gradient(270deg, rgba(236, 236, 236, 0.7) 0%, rgba(255, 255, 255, 0.8) 100%);
    display: block;
  }
  .site-header .header-top .inside-header {
    padding-top: 0;
    padding-bottom: 0;
    height: 35px;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 75em) {
  .site-header .site-logo {
    position: relative;
    top: -16px;
  }
}
.site-header .inside-header {
  position: relative;
  padding: 0;
}
@media print, screen and (max-width: 74.99875em) {
  .site-header .inside-header {
    justify-content: center;
    padding: 20px 0;
  }
  .site-header .inside-header .site-logo {
    padding-left: 20px;
  }
  .site-header .inside-header .header-image {
    max-width: 166px;
  }
  .site-header .inside-header .gp-icon {
    width: 36px;
  }
  .site-header .inside-header .gp-icon svg {
    width: auto;
    height: auto;
  }
  .site-header .main-navigation.toggled .main-nav > ul {
    display: flex;
  }
  .site-header .main-navigation.sub-menu-right.toggled {
    overflow: auto;
    height: calc(100vh - 90px);
  }
  .site-header #site-navigation {
    flex-basis: auto;
    margin-top: 0;
  }
  .site-header .menu > li {
    order: 2;
  }
  .site-header .menu > li.menu-button {
    order: 0;
  }
  .site-header .menu > li.menu-button-reversed {
    order: 1;
  }
  .site-header .menu > li > a {
    background-color: #0D485D;
    color: #fff !important;
  }
  .site-header .menu > li > a svg {
    width: 24px !important;
  }
}
@media screen and (min-width: 75em) {
  .site-header .header-widget {
    position: absolute;
    top: -32px;
    right: 0;
    height: 32px;
    padding: 0;
  }
}
.site-header .mobile-phone {
  color: #005896;
  margin-left: 20px;
  margin-right: auto;
}
.site-header .mobile-phone a {
  display: flex;
  align-items: center;
}
@media (min-width: 1100px) {
  .site-header .mobile-phone {
    display: none;
  }
}

.single-post-hero {
  margin-bottom: 0 !important;
  padding: 50px 0 !important;
  position: relative;
}
.single-post-hero .grid-container {
  position: relative;
  z-index: 3;
  padding: 0 25px !important;
  /* @include breakpoint(xlarge) {
      padding-bottom: 40px;
      padding-top: 40px;
  } */
}
@media (min-width: 1199px) {
  .single-post-hero .grid-container {
    padding: 0 40px !important;
  }
}
.single-post-hero .grid-container .grid-x {
  min-height: 250px;
}
.single-post-hero .background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0 !important;
}
.single-post-hero .background-image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.single-post-hero .background-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 88, 150, 0.7) 0%, rgba(13, 72, 93, 0.8) 100%);
}
.single-post-hero header {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.single-post-hero header h1 {
  margin-bottom: 16px !important;
}
.single-post-hero header p {
  margin-bottom: 0px !important;
}
.single-post-hero header h5 {
  margin-bottom: 10px !important;
}
.single-post-hero header h5 a {
  color: #fff;
  text-decoration: none;
}
.single-post-hero header h5 a:hover {
  color: #ED8545;
}
.single-post-hero header #breadcrumbs {
  margin-bottom: 0 !important;
}
.single-post-hero header .acf-button-wrapper {
  margin-top: 20px;
}
.single-post-hero header .sub_title {
  margin-bottom: 0 !important;
}
.single-post-hero h1, .single-post-hero h5, .single-post-hero p, .single-post-hero span, .single-post-hero .sub_title, .single-post-hero a {
  color: #fff;
}
.single-post-hero .hero-bottom {
  margin-top: -9%;
  position: relative;
}
.single-post-hero .hero-bottom img {
  width: 100%;
  position: relative;
  bottom: -10px;
}

.body_text_below_banner_section {
  background-color: #fff;
  padding: 50px 250px 30px;
}
.body_text_below_banner_section p {
  color: black !important;
}

.site-footer {
  margin-top: 35px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .site-footer .gb-button-wrapper {
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .site-footer {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer h3 {
    text-align: center;
  }
  .site-footer .wp-block-navigation {
    align-items: center;
  }
  .site-footer .wp-block-navigation__container {
    align-items: center;
    margin: 0 auto;
  }
  .site-footer .wp-block-navigation a {
    text-align: center;
  }
}
.site-footer .wp-block-navigation, .site-footer .wp-block-navigation .wp-block-page-list, .site-footer .wp-block-navigation__container, .site-footer .wp-block-navigation__responsive-container-content {
  gap: 10px !important;
}
@media screen and (min-width: 1025px) {
  .site-footer .footer-line > .gb-inside-container {
    position: relative;
    padding-top: 60px;
  }
  .site-footer .footer-line > .gb-inside-container:before {
    content: "";
    width: 1220px;
    max-width: 100%;
    height: 1px;
    background-color: #D7D5D5;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .site-footer .footer-line h3 {
    font-size: 0.9375rem;
    line-height: 1.73333333;
    color: #4A4A4A;
    font-weight: 700;
    text-transform: uppercase;
  }
}
.site-footer > div:first-child {
  margin-bottom: 30px;
}
.site-footer a {
  text-decoration: none;
}
.site-footer nav ul li a {
  color: #4A4A4A !important;
  font-size: 15px;
}
.site-footer nav ul li a:hover {
  color: #979797 !important;
}
.site-footer .footer-column-1 .gb-inside-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.site-footer .footer-column-1 .gb-inside-container > *:last-child {
  margin-top: auto;
  position: relative;
  top: -24px;
}
.site-footer .copyright {
  position: relative;
}
.site-footer .copyright:before {
  content: "";
  width: 1220px;
  max-width: 100%;
  height: 1px;
  background-color: #D7D5D5;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.page-id-1994 .site-footer .gb-container-aef0f1ca {
  display: none; 
}


@media (max-width: 1199px) {
  body.open-menu {
    overflow: hidden;
  }
}
@media print, screen and (max-width: 74.99875em) {
  body .mian-navigation {
    margin-bottom: -20px !important;
  }
}
body .main-navigation .main-nav ul li {
  padding: 0;
}
@media print, screen and (max-width: 74.99875em) {
  body .main-navigation .main-nav ul li a {
    font-size: 1.125rem;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 70px !important;
  }
  body .main-navigation .main-nav ul li a .dropdown-menu-toggle {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: 0 !important;
  }
  body .main-navigation .main-nav ul li ul li a {
    font-size: 1.125rem;
  }
  body .main-navigation .main-nav ul li ul ul ul {
    background-color: #ececec;
  }
}
@media (min-width: 1025px) {
  body .main-navigation .main-nav ul li.has-larger-menu .active .has-dropdown::after {
    transform: rotate(180deg);
  }
}
@media (min-width: 1025px) {
  body .main-navigation .main-nav ul li.has-larger-menu .sub-menu .sub-menu {
    display: none;
    height: 100%;
    position: relative;
    left: 0;
    opacity: 1;
    float: none;
    padding-bottom: 6px;
    margin-bottom: 10px;
    background: #f5f5f5;
    padding-top: 5px;
  }
}
body .main-navigation .main-nav ul .sub-menu .sub-menu {
  min-width: 200px;
  box-shadow: none;
  width: 100%;
}
@media print, screen and (max-width: 74.99875em) {
  body .main-navigation .main-nav ul li.menu-button a {
    background-color: #EA7024;
  }
}
@media screen and (min-width: 75em) {
  body .main-navigation .main-nav ul li.menu-button {
    padding-right: 0;
  }
  body .main-navigation .main-nav ul li.menu-button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    line-height: 1;
    text-decoration: none;
    padding: 9px 20px;
    border-radius: 17.5px;
    min-width: 190px;
    text-align: center;
    background-color: #EA7024;
    border: 2px solid #EA7024;
    color: #fff;
    color: #fff !important;
    min-width: 130px;
    line-height: 1;
  }
  body .main-navigation .main-nav ul li.menu-button a:hover {
    background-color: #ED8545;
    border-color: #ED8545;
    color: #fff;
  }
}
body .main-navigation .main-nav ul ul li a {
  padding: 5px 20px;
}
@media screen and (min-width: 75em) {
  body .main-navigation .main-nav > ul > li > .sub-menu {
    background-color: #fff;
    box-shadow: 0 3px 16px 0 rgba(12, 0, 51, 0.2);
    border-top: 5px solid #a9ca3f;
    padding: 15px 0;
    max-height: calc(100dvh - 114px);
    min-width: 250px;
    overflow-y: auto !important;
  }
  body .main-navigation .main-nav > ul > li.menu-item-type-post_type_archive:first-child > .sub-menu,
  body .main-navigation .main-nav > ul > li.menu-item-type-post_type > .sub-menu {
    padding: 0;
  }
  body .main-navigation .main-nav > ul > li.menu-item-type-post_type_archive > .sub-menu {
    padding: 15px 0;
  }
  body .main-navigation .main-nav > ul > li:last-child > .sub-menu {
    padding: 15px 0px;
    left: inherit;
    right: 4px;
    transform: none;
  }
  body .main-navigation .main-nav > ul > li.menu-item-type-post_type_archive.menu-item-object-course .gb-button-wrapper {
    margin-top: 10px;
  }
}

@media screen and (min-width: 75em) {
  .menu-item-has-children > a > .dropdown-menu-toggle {
    display: none;
  }
  .main-navigation .main-nav ul li.menu-item-has-children > a {
    padding-right: 15px !important;
  }
  .main-navigation .main-nav ul#menu-primary > li > a {
    padding: 20px 15px !important;
  }
  .main-navigation .main-nav > ul > li.menu-item-has-children > .sub-menu li.menu-item-has-children > a {
    padding-right: 40px !important;
  }
  .main-navigation .menu > li.menu-item-has-children > ul:before {
    content: "";
    height: 24px;
    top: -27px;
    position: absolute;
    left: 0;
    right: 0;
  }
}
.secondary-navigation .menu-toggle {
  display: none !important;
}

.has-dropdown {
  position: absolute;
  content: "";
  right: 10px;
  top: 3px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  z-index: 1;
  display: block;
}
@media (max-width: 1199px) {
  .has-dropdown {
    display: none;
  }
}
.has-dropdown::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  background-image: url("data:image/svg+xml,%3Csvg height='8' viewBox='0 0 13 8' width='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2.64067147 9.21910385c.14129817.13354961.33483949.20397307.52075815.20397307.18591865 0 .37908813-.07042346.52029335-.20397307l5.52568831-5.22575497c.14120522-.13354961.21566564-.30938847.21566564-.49243672 0-.18269657-.07446042-.35853542-.21566564-.49252463l-5.52568831-5.22566705c-.29012606-.27439654-.75092544-.27439654-1.0410515 0-.29012606.27439653-.29012606.71021314 0 .98460967l5.00493016 4.73358201-5.00493016 4.73358201c-.2825034.27439654-.2825034.71742254 0 .98460968z' fill-rule='evenodd' transform='matrix(0 1 -1 0 10.08059 -1.536442)'/%3E%3C/svg%3E");
  background-size: 13px 8px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s;
}

.kenya .hide-for-kenya {
  display: none; }
.pakistan .hide-for-pakistan {
  display: none; }
.show-for-kenya,
.show-for-pakistan {
  display: none;
}

.kenya .show-for-kenya {
  display: block; }
.kenya-landing-page .show-for-kenya {
  display: block; }
.pakistan .show-for-pakistan {
  display: block; }

nav .main-nav .mega-menu .mega-menu-sidebar {
  display: none;
  padding: 25px;
}
nav .main-nav .mega-menu .mega-menu-sidebar > a {
  display: none;
}
nav .main-nav .mega-menu .mega-menu-sidebar .gb-button:not(.gb-button-primary, .gb-button-reversed) {
  padding-left: 0;
  font-size: 1.1875rem;
  letter-spacing: 0.34px;
  color: #252B33;
  text-align: left !important;
}
nav .main-nav .mega-menu .mega-menu-sidebar .gb-button:not(.gb-button-primary, .gb-button-reversed):hover {
  color: #005896;
}
nav .main-nav .mega-menu .mega-menu-sidebar .gb-button-primary, nav .main-nav .mega-menu .mega-menu-sidebar .gb-button-reversed {
  line-height: 1 !important;
  padding: 9px 20px !important;
  margin-top: 0 !important;
  color: #fff !important;
  min-width: 212px;
}
nav .main-nav .mega-menu .mega-menu-sidebar .gb-button-primary{
	padding: 9px 10px!important;
}
nav .main-nav .mega-menu .mega-menu-sidebar nav ul a {
  position: relative;
  padding-left: 0;
  font-size: 1.1875rem;
  letter-spacing: 0.34px;
}
nav .main-nav .mega-menu .mega-menu-sidebar nav ul a:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg height='14' viewBox='0 0 9 14' width='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m.24246249 12.9727157c.15744654.1488124.37310687.2272843.58027337.2272843s.42241249-.0784719.57975545-.2272843l6.15719555-5.82298409c.15734296-.14881242.24031314-.34474715.24031314-.5487152 0-.20357618-.08297018-.3995109-.24031314-.54881316l-6.15719555-5.82288615c-.32328332-.30575613-.83674549-.30575613-1.16002882 0-.32328332.30575614-.32328332.79138036 0 1.0971365l5.57692219 5.27456281-5.57692219 5.27456279c-.31478949.3057562-.31478949.7994137 0 1.0971365z' fill='%23252B33' fill-rule='evenodd' transform='translate(.303997)'/%3E%3C/svg%3E");
  background-size: contain;
  width: 9px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
nav .main-nav .mega-menu .mega-menu-sidebar .featured {
  color: #005896;
}
nav .main-nav .mega-menu .mega-menu-sidebar p {
  margin-bottom: 0px;
}
nav .main-nav .mega-menu .mega-menu-sidebar .types {
  text-align: left;
}
nav .main-nav .mega-menu .mega-menu-sidebar .types:after {
  content: "";
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-top: 24px;
  width: 64px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg height='6' viewBox='0 0 64 6' width='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23a9ca3f' fill-rule='evenodd'%3E%3Crect height='4.9388' rx='2.4694' width='55.890752' y='.5'/%3E%3Ccircle cx='61.271719' cy='3' r='2.5'/%3E%3C/g%3E%3C/svg%3E");
}
nav .main-nav .mega-menu nav ul {
  position: static;
  display: block;
  opacity: 1;
  visibility: visible;
  width: 100%;
  box-shadow: 0 0 0;
  left: 0;
  height: auto;
  pointer-events: all;
}

nav .main-nav .mega-menu .mega-menu-column > .sub-menu {
  position: static;
  display: block;
  opacity: 1;
  visibility: visible;
  width: 100%;
  box-shadow: 0 0 0;
  left: 0;
  height: auto;
  pointer-events: auto;
  transform: scale(1);
}

nav .main-nav .mega-menu ul.toggled-on > .sub-menu {
  pointer-events: auto;
}

nav .main-nav .mega-menu .mega-menu-column > a {
  display: none;
}

@media screen and (min-width: 75em) {
  nav .inside-navigation {
    position: static;
  }
  nav .main-nav .mega-menu {
    position: static;
  }
  nav .main-nav .mega-menu .mega-menu-sidebar {
    background-color: #ececec;
    display: block;
  }
  nav .main-nav .mega-menu > ul {
    position: absolute;
    max-width: 1600px;
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
  }
  nav .main-nav .mega-menu.mega-menu-col-2 > ul {
    position: absolute;
    max-width: 840px;
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
  }
  nav .main-nav .mega-menu > ul {
    visibility: hidden;
    opacity: 0;
  }
  nav .main-nav .mega-menu:hover > ul {
    visibility: visible;
    opacity: 1;
    left: 50% !important;
    transform: translateX(-50%);
  }
  nav .main-nav .mega-menu .mega-menu-column > ul > li {
    margin-top: 10px;
  }
  nav .main-nav .mega-menu .mega-menu-column > ul > li:first-child {
    margin-top: 15px;
  }
  nav .main-nav .mega-menu .mega-menu-column > ul > li > a {
    color: #005896;
    font-size: 1.125rem;
  }
  nav .main-nav .mega-menu > ul > li {
    display: inline-block;
    width: 25%;
    vertical-align: top;
  }
  nav .main-nav .mega-menu.mega-menu-col-2 > ul > li {
    width: 50%;
  }
  nav .main-nav .mega-menu.mega-menu-col-2 > ul > li.mega-menu-column:first-child {
    width: 40%;
  }
  nav .main-nav .mega-menu.mega-menu-col-2 > ul > li.mega-menu-sidebar {
    width: 60%;
  }
  nav .main-nav .mega-menu > ul > li.mega-menu-column .sub-menu li .has-dropdown {
    display: none;
  }
  nav .main-nav .mega-menu.mega-menu-col-3 > ul > li {
    width: 33.3333%;
  }
  nav .main-nav .mega-menu.mega-menu-col-2 > ul > li.mega-menu-sidebar .gb-button-wrapper {
    display: inline-flex;
    margin-top: 15px;
  }
  nav .main-nav .mega-menu.mega-menu-col-2 > ul > li.mega-menu-sidebar .gb-button-wrapper + .gb-button-wrapper {
    margin-left: 13px;
  }
  nav .main-nav .mega-menu.mega-menu-col-5 > ul > li {
    width: 20%;
  }
  nav .main-nav .mega-menu > ul > li:hover > a,
  nav .main-nav .mega-menu > ul > li:focus > a,
  nav .main-nav .mega-menu > ul > li[class*=current-] > a,
  nav .main-nav .mega-menu ul ul {
    background-color: transparent !important;
    color: inherit;
  }
  nav .main-nav .mega-menu ul .sub-menu {
    float: none;
    position: static;
    display: block;
    opacity: 1;
    visibility: visible;
    width: 100%;
    box-shadow: 0 0 0;
    left: 0;
    height: auto;
    pointer-events: auto;
    transform: scale(1);
  }
  nav .main-nav .mega-menu ul.toggled-on .sub-menu {
    pointer-events: auto;
  }
  nav .main-nav .mega-menu .sub-menu .menu-item-has-children .dropdown-menu-toggle {
    display: none;
  }
}
body .secondary-navigation .secondary-menu-bar-items {
  order: -1;
}
body .secondary-navigation .navigation-search.nav-search-active {
  left: auto;
  width: 400px;
  max-width: 100%;
  background-color: #D7D7D7;
  right: 465px;
}
body .secondary-navigation a[href^="tel:"] {
  color: #005896 !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
}
body .secondary-navigation li {
  position: relative;
}
body .secondary-navigation li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 17px;
  transform: translateY(-50%);
  width: 1px;
  background-color: #979797;
}
@media print, screen and (max-width: 74.99875em) {
  body .secondary-navigation li.menu-button {
    padding: 5px 20px;
  }
  body .secondary-navigation li.menu-button a {
    background-color: #EA7024;
  }
}
@media screen and (min-width: 75em) {
  body .secondary-navigation li.menu-button {
    padding: 5px 20px;
  }
  body .secondary-navigation li.menu-button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    line-height: 1;
    text-decoration: none;
    padding: 9px 20px;
    border-radius: 17.5px;
    min-width: 190px;
    text-align: center;
    background-color: #EA7024;
    border: 2px solid #EA7024;
    color: #fff;
    color: #fff !important;
    min-width: 130px;
    line-height: 1 !important;
    padding: 7px 20px !important;
    border-radius: 17.5px;
  }
  body .secondary-navigation li.menu-button a:hover {
    background-color: #ED8545;
    border-color: #ED8545;
    color: #fff;
  }
}

/**
 * Forms
 * ======================================== */
body .gform_wrapper .gfield_label,
body .gform_wrapper .ginput_complex label {
  color: #252B33;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 16px !important;
  margin-bottom: 10px !important;
}
body .gform_wrapper ::-moz-placeholder {
  color: #979797 !important;
  font-size: 16px;
  line-height: 20px;
  padding-left: 0;
}
body .gform_wrapper ::placeholder {
  color: #979797 !important;
  font-size: 16px;
  line-height: 20px;
  padding-left: 0;
}
body .gform_wrapper .gsection {
  border-bottom: 0 !important;
}
body .gform_wrapper .ginput_container_textarea {
  margin-top: 10px !important;
}
body .gform_wrapper .gform_footer .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  line-height: 1;
  text-decoration: none;
  padding: 9px 20px;
  border-radius: 17.5px;
  min-width: 190px;
  text-align: center;
  background-color: #EA7024;
  border: 2px solid #EA7024;
  color: #fff;
  line-height: 1 !important;
}
body .gform_wrapper .gform_footer .button:hover {
  background-color: #ED8545;
  border-color: #ED8545;
  color: #fff;
}
body .gform_wrapper .gform_page_footer .gform_next_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  line-height: 1;
  text-decoration: none;
  padding: 9px 20px;
  border-radius: 17.5px;
  min-width: 190px;
  text-align: center;
  background-color: #EA7024;
  border: 2px solid #EA7024;
  color: #fff;
  line-height: 1 !important;
}
body .gform_wrapper .gform_page_footer .gform_next_button:hover {
  background-color: #ED8545;
  border-color: #ED8545;
  color: #fff;
}
body .gform_wrapper .gfield_select {
  margin-top: 20px;
}
body .gform_wrapper .gfield_textarea {
  margin-top: 20px;
}
body .gform_wrapper .gform_button_select_files {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  line-height: 1;
  text-decoration: none;
  padding: 9px 20px;
  border-radius: 17.5px;
  min-width: 190px;
  text-align: center;
  background-color: transparent;
  border: 2px solid #EA7024;
  color: #EA7024;
  padding: 6px 20px;
}
body .gform_wrapper .gform_button_select_files:hover {
  background-color: #EA7024;
  color: #fff;
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=file],
.gform_wrapper textarea,
.gform_wrapper select {
  background: transparent;
  color: #979797;
  font-size: 16px;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password] {
  border: none;
  border-bottom: solid 1px #979797;
  padding: 0 10px 3px 0 !important;
}
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=url]:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=number]:focus,
.gform_wrapper input[type=password]:focus {
  border-color: #005896 !important;
}
.gform_wrapper textarea {
  border: 1px solid #979797;
  padding: 0 10px 15px !important;
  width: 100%;
}
.gform_wrapper textarea:focus {
  border-color: #005896 !important;
}
.gform_wrapper select {
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-bottom: solid 1px #979797;
  font-size: 16px;
  padding-left: 0 !important;
}
.gform_wrapper select:focus {
  border-color: #005896 !important;
}
.gform_wrapper .gform_wrapper div.validation_error {
  color: #c89797;
  border-color: #c89797;
}
.gform_wrapper .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper .gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper .gform_wrapper li.gfield_error ul.gfield_radio {
  color: #c89797;
}
.gform_wrapper .gform_wrapper .gfield_error .gfield_label {
  color: #c89797;
}
.gform_wrapper .gform_wrapper .validation_message {
  color: #c89797;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: normal;
}
.gform_wrapper .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .gform_wrapper .gfield_select[multiple=multiple] {
  background: transparent !important;
  border-bottom: solid 1px #979797;
}
.gform_wrapper .gform_wrapper li.gfield.gfield_error,
.gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: transparent !important;
  border: none !important;
}
.gform_wrapper .gform_wrapper li.gfield.gfield_error input[type=text],
.gform_wrapper .gform_wrapper li.gfield.gfield_error input[type=url],
.gform_wrapper .gform_wrapper li.gfield.gfield_error input[type=email],
.gform_wrapper .gform_wrapper li.gfield.gfield_error input[type=tel],
.gform_wrapper .gform_wrapper li.gfield.gfield_error input[type=number],
.gform_wrapper .gform_wrapper li.gfield.gfield_error input[type=password],
.gform_wrapper .gform_wrapper li.gfield.gfield_error select {
  border-bottom: solid 1px #c89797 !important;
}
.gform_wrapper .gform_wrapper li.gfield.gfield_error textarea {
  border-color: #c89797 !important;
}
.gform_wrapper .privacy-policy-disclaimer {
  padding-bottom: 20px;
  font-size: 10px;
  line-height: 15px;
}
.gform_wrapper .privacy-policy-disclaimer a {
  color: #005896;
  text-decoration: underline;
}

.gform_required_legend {
  display: none !important;
}

.modal-content .gform_heading + form {
  margin-top: 60px !important;
}

.single-post .a2a_kit .a2a_svg {
  background-color: #1068a7 !important;
  border-radius: 0 !important;
}
.single-post .a2a_kit a:nth-child(even) .a2a_svg {
  background-color: #3f98d6 !important;
}
.single-post .a2a_kit a span {
  padding: 4px;
  width: 36px;
  height: 36px;
}
.single-post .a2a_vertical_style {
  top: 30%;
  left: 0;
  padding: 0 !important;
}
.single-post .a2a_vertical_style a {
  padding: 0 !important;
}
.single-post .a2a_vertical_style a:nth-child(even) .a2a_svg {
  background-color: #3f98d6 !important;
}
.single-post .a2a_vertical_style a span {
  padding: 4px;
  width: 36px;
  height: 36px;
}
.single-post .a2a_default_style {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
@media (max-width: 980px) {
  .single-post .a2a_vertical_style {
    display: none;
  }
}
@media (min-width: 981px) {
  .single-post .a2a_default_style {
    display: none;
  }
}

.single-tribe_events .a2a_kit a {
  padding: 0 8px 0 0 !important;
}
.single-tribe_events .a2a_kit .a2a_svg {
  background-color: #005896 !important;
  border-radius: 50% !important;
  padding: 4px;
}
@media print, screen and (min-width: 48em) {
  .single-tribe_events .share {
    display: grid;
    grid-template-columns: 120px auto;
    gap: 10px;
    align-items: center;
  }
  .single-tribe_events .share h4 {
    margin-bottom: 0;
  }
}

[class*=acf-block] .wrap {
  max-width: 100%;
}

/* .inside-article [class*="acf-block"] {
	.grid-container {
		padding-right: 30px;
    	padding-left: 30px;
		@media (min-width: 769px) {
			padding-right: 40px;
    		padding-left: 40px;
		}

	}
} */
[class*=acf-block] .grid-container {
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (min-width: 48em) {
  [class*=acf-block] .grid-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.gb-inside-container > .acf-block {
  margin-top: 0;
}

.pulse {
  display: block;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  text-decoration: none;
}
.pulse:hover span {
  background-color: #000;
}
.pulse span {
  display: block;
  position: relative;
  width: 76px;
  height: 76px;
  border-radius: 50%;
}
.pulse span::after, .pulse span::before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #fff;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: pulse 1.5s linear infinite;
  backface-visibility: hidden;
  opacity: 0;
}
.pulse span::after {
  animation-delay: 0.5s;
}

body.home .acf-block-popular-courses .course-list {
  margin-bottom: 3rem !important;
}
body.home .acf-block-latest-news .entry-meta:empty {
  display: none;
}
body.home .acf-block-latest-news h2 {
  margin-bottom: 30px !important;
}
body.home .acf-block-latest-news .cell {
  margin: 0;
}
@media (max-width: 1024px) {
  body.home .acf-block-latest-news .cell {
    width: 100%;
  }
}
body.home .acf-block-latest-news .cell .grid {
  margin-bottom: -30px;
}
body.home .acf-block-latest-news .cell .grid .grid-item {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1) !important;
  margin-bottom: 30px;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  body.home .acf-block-latest-news .cell .grid .grid-item {
    width: 100%;
  }
}
body.home .acf-block-latest-news .cell .grid .grid-item .grid-item__content {
  padding: 30px !important;
}
body.home .acf-block-latest-news .cell .grid .grid-item .grid-item__content h3 {
  margin: 20px 0 0 0 !important;
}
body .acf-block-popular-tabs .wrap {
  max-width: 100% !important;
  padding: 0 20px;
}
body .acf-block-popular-tabs .wrap .popular-tab {
  display: flex;
  justify-content: center;
}
body .acf-block-popular-tabs .wrap .popular-tab .tablinks {
  margin: 0 15px;
  flex: 1;
  max-width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  body .acf-block-popular-tabs .wrap .popular-tab .tablinks {
    padding: 9px 4px !important;
    font-size: 14px;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.acf-button-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  clear: both;
  /* > *:not(:first-child) {
  	margin-top: 18px;
  } */
}
.acf-button-wrapper.stacked {
  flex-direction: column;
  align-items: center;
}
.acf-button-wrapper.stacked > .acf-button {
  margin-top: 18px;
}
.acf-button-wrapper.align-center {
  justify-content: center;
}

.acf-button-wrapper .gb-button,
.gb-button-wrapper .gb-button {
  min-width: 190px;
  line-height: 1;
}
.acf-button-wrapper .gb-button.pm-orange-bg,
.gb-button-wrapper .gb-button.pm-orange-bg {
  display: inline-block;
  height: 31px;
  line-height: 31px;
  border-radius: 20px !important;
  min-width: 190px;
  background-color: #ea7024;
  border: 0;
  font-size: 14px !important;
  padding: 0 20px !important;
  color: #FFF;
  transition: all 0.3s;
  border: none !important;
}
.acf-button-wrapper .gb-button.pm-orange-bg:hover,
.gb-button-wrapper .gb-button.pm-orange-bg:hover {
  background: #ec7e3a;
}
.acf-button-wrapper .gb-button.reversed, .acf-button-wrapper .gb-button.gb-button-reversed,
.gb-button-wrapper .gb-button.reversed,
.gb-button-wrapper .gb-button.gb-button-reversed {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  line-height: 1;
  text-decoration: none;
  padding: 9px 20px;
  border-radius: 17.5px;
  min-width: 190px;
  text-align: center;
  background-color: transparent;
  border: 2px solid #EA7024;
  color: #EA7024;
}
.acf-button-wrapper .gb-button.reversed:hover, .acf-button-wrapper .gb-button.gb-button-reversed:hover,
.gb-button-wrapper .gb-button.reversed:hover,
.gb-button-wrapper .gb-button.gb-button-reversed:hover {
  background-color: #EA7024;
  color: #fff;
}
.acf-button-wrapper .gb-button.gb-button-icon,
.gb-button-wrapper .gb-button.gb-button-icon {
  min-width: 0;
}
.acf-button-wrapper .gb-button.gb-button-icon, .acf-button-wrapper .gb-button.gb-button-phone-number, .acf-button-wrapper .gb-button.gb-button-more-arrow,
.gb-button-wrapper .gb-button.gb-button-icon,
.gb-button-wrapper .gb-button.gb-button-phone-number,
.gb-button-wrapper .gb-button.gb-button-more-arrow {
  box-shadow: none;
  border: none;
  min-width: none;
  text-align: left;
}
.acf-button-wrapper .gb-button.gb-button-phone-number,
.gb-button-wrapper .gb-button.gb-button-phone-number {
  font-size: 1.75rem !important;
  line-height: 1.21428571;
  color: #005896;
  position: relative;
  padding-left: 40px;
}
.acf-button-wrapper .gb-button.gb-button-phone-number:before,
.gb-button-wrapper .gb-button.gb-button-phone-number:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg height='29' viewBox='0 0 34 29' width='34' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath d='m0 0h32.5714286v28.5h-32.5714286' fill='%23fff' fill-rule='evenodd'/%3E%3C/mask%3E%3Cpath d='m28.5 20.939992v1.1047487c-.3318112 2.4408809-2.7595693 4.3778736-5.7695621 4.4189948-2.1558521.0295827-4.7004745-1.1391187-6.7516152-2.2094974-5.5531422-2.8978786-10.6997143-9.1264518-11.90739413-15.58923172v-1.47299827c.72500072-2.79390947 1.83103805-5.20668064 5.40129218-5.15549395.85156285.82131928 1.22781195 1.72132123 1.84134965 2.82324669.44487.79910156 1.6356094 2.30524229 1.5958363 3.0687464-.0929268 1.78736065-2.94542285 2.07606835-3.06891603 3.55974585-.06960302.8365402 1.10517803 2.3571655 1.59583633 3.0687464.6242175.9052802 1.3822398 1.8807733 2.0868629 2.5777469.7885886.7803209 4.2324034 3.7358919 5.6468054 3.5597459 1.3144781-.1636256 1.9044466-2.988959 3.437186-3.0687464.6417717-.0332652 2.020206.9575716 2.9461593 1.4729982 1.2086619.6729148 2.3633109 1.35344 2.9461594 1.8412479' fill='%23005896' fill-rule='evenodd' mask='url(%23a)' transform='translate(.75)'/%3E%3C/svg%3E");
  width: 34px;
  height: 29px;
}
.acf-button-wrapper .acf-button,
.gb-button-wrapper .acf-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  line-height: 1;
  text-decoration: none;
  padding: 9px 20px;
  border-radius: 17.5px;
  min-width: 190px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  line-height: 1;
  text-decoration: none;
  padding: 9px 20px;
  border-radius: 17.5px;
  min-width: 190px;
  text-align: center;
  background-color: #EA7024;
  border: 2px solid #EA7024;
  color: #fff;
}
.acf-button-wrapper .acf-button:hover,
.gb-button-wrapper .acf-button:hover {
  background-color: #ED8545;
  border-color: #ED8545;
  color: #fff;
}
.acf-button-wrapper .acf-button.reversed,
.gb-button-wrapper .acf-button.reversed {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  line-height: 1;
  text-decoration: none;
  padding: 9px 20px;
  border-radius: 17.5px;
  min-width: 190px;
  text-align: center;
  background-color: transparent;
  border: 2px solid #EA7024;
  color: #EA7024;
}
.acf-button-wrapper .acf-button.reversed:hover,
.gb-button-wrapper .acf-button.reversed:hover {
  background-color: #EA7024;
  color: #fff;
}
.acf-button-wrapper .acf-button.black-reversed,
.gb-button-wrapper .acf-button.black-reversed {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  line-height: 1;
  text-decoration: none;
  padding: 9px 20px;
  border-radius: 17.5px;
  min-width: 190px;
  text-align: center;
  background-color: transparent;
  border: 2px solid #252B33;
  color: #252B33;
}
.acf-button-wrapper .acf-button.black-reversed:hover,
.gb-button-wrapper .acf-button.black-reversed:hover {
  background-color: #252B33;
  color: #fff;
}
.acf-button-wrapper .acf-button.white,
.gb-button-wrapper .acf-button.white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  line-height: 1;
  text-decoration: none;
  padding: 9px 20px;
  border-radius: 17.5px;
  min-width: 190px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #fff;
  color: #252B33;
}
.acf-button-wrapper .acf-button.white:hover,
.gb-button-wrapper .acf-button.white:hover {
  background-color: #252B33;
  border-color: #252B33;
  color: #fff;
}
.acf-button-wrapper .acf-button.white-reversed,
.gb-button-wrapper .acf-button.white-reversed {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  line-height: 1;
  text-decoration: none;
  padding: 9px 20px;
  border-radius: 17.5px;
  min-width: 190px;
  text-align: center;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.acf-button-wrapper .acf-button.white-reversed:hover,
.gb-button-wrapper .acf-button.white-reversed:hover {
  background-color: #fff;
  border-color: #fff;
  color: #252B33;
}

.gb-button-wrapper-group,
.acf-button-wrapper-group {
  display: inline-flex;
  align-items: center !important;
  justify-content: center !important;
  --gap: 20px;
  gap: var(--gap);
}
@supports not (gap: 10px) {
  .gb-button-wrapper-group > *,
  .acf-button-wrapper-group > * {
    margin: var(--gap) 0 0 var(--gap);
  }
}
@media (min-width: 768px) {
  @supports not (gap: 10px) {
    .gb-button-wrapper-group,
    .acf-button-wrapper-group {
      display: inline-flex;
      flex-wrap: wrap;
      margin: calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));
      width: calc(100% + var(--gap));
    }
    .gb-button-wrapper-group > *,
    .acf-button-wrapper-group > * {
      margin: var(--gap) 0 0 var(--gap);
    }
  }
}

.gb-button-link {
  text-decoration: underline !important;
}

.link-arrow {
  position: relative;
  padding-right: 16px;
  text-transform: capitalize;
  text-decoration: none;
}
.link-arrow:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg height='14' viewBox='0 0 9 14' width='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m.24246249 12.9727157c.15744654.1488124.37310687.2272843.58027337.2272843s.42241249-.0784719.57975545-.2272843l6.15719555-5.82298409c.15734296-.14881242.24031314-.34474715.24031314-.5487152 0-.20357618-.08297018-.3995109-.24031314-.54881316l-6.15719555-5.82288615c-.32328332-.30575613-.83674549-.30575613-1.16002882 0-.32328332.30575614-.32328332.79138036 0 1.0971365l5.57692219 5.27456281-5.57692219 5.27456279c-.31478949.3057562-.31478949.7994137 0 1.0971365z' fill='%23252B33' fill-rule='evenodd' transform='translate(.303997)'/%3E%3C/svg%3E");
  background-size: contain;
  width: 9px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.link-arrow--blue:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg height='14' viewBox='0 0 9 14' width='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m.24246249 12.9727157c.15744654.1488124.37310687.2272843.58027337.2272843s.42241249-.0784719.57975545-.2272843l6.15719555-5.82298409c.15734296-.14881242.24031314-.34474715.24031314-.5487152 0-.20357618-.08297018-.3995109-.24031314-.54881316l-6.15719555-5.82288615c-.32328332-.30575613-.83674549-.30575613-1.16002882 0-.32328332.30575614-.32328332.79138036 0 1.0971365l5.57692219 5.27456281-5.57692219 5.27456279c-.31478949.3057562-.31478949.7994137 0 1.0971365z' fill='%23005896' fill-rule='evenodd' transform='translate(.303997)'/%3E%3C/svg%3E");
  background-size: contain;
  width: 9px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.link-arrow--orange:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg height='14' viewBox='0 0 9 14' width='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m.24246249 12.9727157c.15744654.1488124.37310687.2272843.58027337.2272843s.42241249-.0784719.57975545-.2272843l6.15719555-5.82298409c.15734296-.14881242.24031314-.34474715.24031314-.5487152 0-.20357618-.08297018-.3995109-.24031314-.54881316l-6.15719555-5.82288615c-.32328332-.30575613-.83674549-.30575613-1.16002882 0-.32328332.30575614-.32328332.79138036 0 1.0971365l5.57692219 5.27456281-5.57692219 5.27456279c-.31478949.3057562-.31478949.7994137 0 1.0971365z' fill='%23EA7024' fill-rule='evenodd' transform='translate(.303997)'/%3E%3C/svg%3E");
  background-size: contain;
  width: 9px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.link-arrow--orange-hover:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg height='14' viewBox='0 0 9 14' width='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m.24246249 12.9727157c.15744654.1488124.37310687.2272843.58027337.2272843s.42241249-.0784719.57975545-.2272843l6.15719555-5.82298409c.15734296-.14881242.24031314-.34474715.24031314-.5487152 0-.20357618-.08297018-.3995109-.24031314-.54881316l-6.15719555-5.82288615c-.32328332-.30575613-.83674549-.30575613-1.16002882 0-.32328332.30575614-.32328332.79138036 0 1.0971365l5.57692219 5.27456281-5.57692219 5.27456279c-.31478949.3057562-.31478949.7994137 0 1.0971365z' fill='%23ED8545' fill-rule='evenodd' transform='translate(.303997)'/%3E%3C/svg%3E");
  background-size: contain;
  width: 9px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.link-arrow--white:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg height='14' viewBox='0 0 9 14' width='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m.24246249 12.9727157c.15744654.1488124.37310687.2272843.58027337.2272843s.42241249-.0784719.57975545-.2272843l6.15719555-5.82298409c.15734296-.14881242.24031314-.34474715.24031314-.5487152 0-.20357618-.08297018-.3995109-.24031314-.54881316l-6.15719555-5.82288615c-.32328332-.30575613-.83674549-.30575613-1.16002882 0-.32328332.30575614-.32328332.79138036 0 1.0971365l5.57692219 5.27456281-5.57692219 5.27456279c-.31478949.3057562-.31478949.7994137 0 1.0971365z' fill='%23fff' fill-rule='evenodd' transform='translate(.303997)'/%3E%3C/svg%3E");
  background-size: contain;
  width: 9px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.gb-button-arrow {
  min-width: 0 !important;
  position: relative;
  padding-right: 16px;
}
.gb-button-arrow:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg height='14' viewBox='0 0 9 14' width='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m.24246249 12.9727157c.15744654.1488124.37310687.2272843.58027337.2272843s.42241249-.0784719.57975545-.2272843l6.15719555-5.82298409c.15734296-.14881242.24031314-.34474715.24031314-.5487152 0-.20357618-.08297018-.3995109-.24031314-.54881316l-6.15719555-5.82288615c-.32328332-.30575613-.83674549-.30575613-1.16002882 0-.32328332.30575614-.32328332.79138036 0 1.0971365l5.57692219 5.27456281-5.57692219 5.27456279c-.31478949.3057562-.31478949.7994137 0 1.0971365z' fill='%23005896' fill-rule='evenodd' transform='translate(.303997)'/%3E%3C/svg%3E");
  background-size: contain;
  width: 9px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.link-cover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.get-involved {
  justify-content: center;
}
.get-involved .gb-button {
  font-size: 1.1875rem !important;
  letter-spacing: 0.34px;
  margin-left: 14px;
  margin-right: 14px;
  margin-bottom: 30px;
}

.archive .block-course-list .facetwp-facet-load_more .facetwp-load-more {
  height: 36px;
  line-height: 36px;
  border-radius: 20px;
  min-width: 130px;
  background-color: #ea7024;
  border: 0;
  font-size: 14px;
  padding: 0 20px;
  color: #FFF;
  transition: all 0.3s;
  letter-spacing: normal;
  text-transform: capitalize;
}
.archive .block-course-list .facetwp-facet-load_more .facetwp-load-more:hover {
  background: #ec7e3a;
}

.pm-orange-bg {
  display: inline-block;
  height: 31px;
  line-height: 31px;
  border-radius: 20px !important;
  min-width: 190px;
  background-color: #ea7024;
  border: 0;
  font-size: 14px !important;
  padding: 0 20px !important;
  color: #FFF;
  transition: all 0.3s;
  border: none !important;
}
.pm-orange-bg:hover {
  background: #ec7e3a;
}

body .wp-block-gallery.gallery-1-2, body .wp-block-gallery.gallery-2-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 20px;
}
body .wp-block-gallery.gallery-1-2 .wp-block-image, body .wp-block-gallery.gallery-2-1 .wp-block-image {
  width: 100% !important;
}
body .wp-block-gallery.gallery-1-2 .wp-block-image picture, body .wp-block-gallery.gallery-2-1 .wp-block-image picture {
  height: 150px;
}
@media (min-width: 768px) {
  body .wp-block-gallery.gallery-1-2 .wp-block-image picture, body .wp-block-gallery.gallery-2-1 .wp-block-image picture {
    height: 300px;
  }
}
body .wp-block-gallery.gallery-1-2 .wp-block-image img {
  aspect-ratio: 1;
}
body .wp-block-gallery.gallery-1-2 .wp-block-image:first-child {
  grid-row-start: span 2;
}
body .wp-block-gallery.gallery-1-2 .wp-block-image:first-child img {
  aspect-ratio: 1/2;
}
@supports not (aspect-ratio: auto) {
  body .wp-block-gallery.gallery-1-2 .wp-block-image:first-child img {
    height: 300px;
  }
  @media (min-width: 768px) {
    body .wp-block-gallery.gallery-1-2 .wp-block-image:first-child img {
      height: 620px;
    }
  }
}
body .wp-block-gallery.gallery-2-1 .wp-block-image img {
  aspect-ratio: 1;
}
body .wp-block-gallery.gallery-2-1 .wp-block-image:nth-child(2) {
  grid-row-start: span 2;
}
body .wp-block-gallery.gallery-2-1 .wp-block-image:nth-child(2) img {
  aspect-ratio: 1/2;
}
@supports not (aspect-ratio: auto) {
  body .wp-block-gallery.gallery-2-1 .wp-block-image:nth-child(2) img {
    height: 300px;
  }
  @media (min-width: 768px) {
    body .wp-block-gallery.gallery-2-1 .wp-block-image:nth-child(2) img {
      height: 620px;
    }
  }
}

.wp-block-pullquote {
  padding: 0;
  font-family: Georgia;
  font-size: 24px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1.225;
}
.wp-block-pullquote blockquote {
  border: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  max-width: 800px;
}
.wp-block-pullquote p {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
}
@media (min-width: 768px) {
  .wp-block-pullquote {
    font-size: 40px;
  }
  .wp-block-pullquote p {
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    line-height: inherit;
  }
}

/* @import 'elements/list';*/
h1.gb-headline-border-top:before, h1.border-top:before,
h2.gb-headline-border-top:before,
h2.border-top:before,
h3.gb-headline-border-top:before,
h3.border-top:before {
  content: "";
  display: block;
  margin-bottom: 24px;
  width: 64px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg height='6' viewBox='0 0 64 6' width='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23a9ca3f' fill-rule='evenodd'%3E%3Crect height='4.9388' rx='2.4694' width='55.890752' y='.5'/%3E%3Ccircle cx='61.271719' cy='3' r='2.5'/%3E%3C/g%3E%3C/svg%3E");
}
h1.gb-headline-border-bottom, h1.border-bottom,
h2.gb-headline-border-bottom,
h2.border-bottom,
h3.gb-headline-border-bottom,
h3.border-bottom {
  text-align: left;
}
h1.gb-headline-border-bottom:after, h1.border-bottom:after,
h2.gb-headline-border-bottom:after,
h2.border-bottom:after,
h3.gb-headline-border-bottom:after,
h3.border-bottom:after {
  content: "";
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-top: 24px;
  width: 64px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg height='6' viewBox='0 0 64 6' width='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23a9ca3f' fill-rule='evenodd'%3E%3Crect height='4.9388' rx='2.4694' width='55.890752' y='.5'/%3E%3Ccircle cx='61.271719' cy='3' r='2.5'/%3E%3C/g%3E%3C/svg%3E");
}
h1.gb-headline-border-bottom-center, h1.border-bottom-center,
h2.gb-headline-border-bottom-center,
h2.border-bottom-center,
h3.gb-headline-border-bottom-center,
h3.border-bottom-center {
  position: relative;
  text-align: center;
  text-align: center;
}
h1.gb-headline-border-bottom-center:after, h1.border-bottom-center:after,
h2.gb-headline-border-bottom-center:after,
h2.border-bottom-center:after,
h3.gb-headline-border-bottom-center:after,
h3.border-bottom-center:after {
  content: "";
  display: block;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 88px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg height='7' viewBox='0 0 88 7' width='88' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23a9ca3f' fill-rule='evenodd'%3E%3Crect height='6' rx='3' width='67.9' x='10.037803' y='.5'/%3E%3Ccircle cx='84.474979' cy='3.537175' r='3.037175'/%3E%3Ccircle cx='3.525022' cy='3.537175' r='3.037175'/%3E%3C/g%3E%3C/svg%3E");
}
h1.gb-headline-border-bottom-center.headline-quote-mark, h1.border-bottom-center.headline-quote-mark,
h2.gb-headline-border-bottom-center.headline-quote-mark,
h2.border-bottom-center.headline-quote-mark,
h3.gb-headline-border-bottom-center.headline-quote-mark,
h3.border-bottom-center.headline-quote-mark {
  position: relative;
}
h1.gb-headline-border-bottom-center.headline-quote-mark:before, h1.border-bottom-center.headline-quote-mark:before,
h2.gb-headline-border-bottom-center.headline-quote-mark:before,
h2.border-bottom-center.headline-quote-mark:before,
h3.gb-headline-border-bottom-center.headline-quote-mark:before,
h3.border-bottom-center.headline-quote-mark:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg height='86' viewBox='0 0 122 86' width='122' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m57 0h-29.7l-15.9 24.6c-6.3 9.6-11.4 20.1-11.4 30.9 0 19.2 12.6 29.4 27.6 29.4 15.6 0 27.6-11.1 27.6-26.4 0-13.8-9.3-22.2-20.1-24.3zm63.9 0h-29.7l-15.9 24.6c-6.3 9.6-11.4 20.1-11.4 30.9 0 19.2 12.6 29.4 27.6 29.4 15.6 0 27.6-11.1 27.6-26.4 0-13.8-9.3-22.2-20.1-24.3z' fill='%23ececec' transform='translate(.292442 .8)'/%3E%3C/svg%3E");
  width: 122px;
  height: 86px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  margin-top: -30px;
  margin-left: -80px;
}
h1.border-top-center,
h2.border-top-center,
h3.border-top-center {
  position: relative;
  text-align: center;
  text-align: center;
}
h1.border-top-center:before,
h2.border-top-center:before,
h3.border-top-center:before {
  content: "";
  display: block;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 88px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg height='7' viewBox='0 0 88 7' width='88' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23a9ca3f' fill-rule='evenodd'%3E%3Crect height='6' rx='3' width='67.9' x='10.037803' y='.5'/%3E%3Ccircle cx='84.474979' cy='3.537175' r='3.037175'/%3E%3Ccircle cx='3.525022' cy='3.537175' r='3.037175'/%3E%3C/g%3E%3C/svg%3E");
}

.archive .social-share a,
.blog .social-share a,
.search-results .social-share a {
  padding: 0;
  margin: 0 0 0 5px;
}
.archive .social-share a span,
.blog .social-share a span,
.search-results .social-share a span {
  background-color: #EA7024 !important;
  border-radius: 50%;
  padding: 5px;
}
.archive .paging-navigation,
.blog .paging-navigation,
.search-results .paging-navigation {
	display: block;
}
.archive .nav-links,
.blog .nav-links,
.search-results .nav-links {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
.archive .nav-links .prev,
.blog .nav-links .prev,
.search-results .nav-links .prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.archive .nav-links .next,
.blog .nav-links .next,
.search-results .nav-links .next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.archive .nav-links .page-numbers,
.blog .nav-links .page-numbers,
.search-results .nav-links .page-numbers {
  text-decoration: none;
  color: #005896;
  font-size: 18px;
  letter-spacing: 0.7px;
  line-height: 22px;
  padding: 3px;
}
@media (min-width: 768px) {
  .archive .nav-links .page-numbers,
  .blog .nav-links .page-numbers,
  .search-results .nav-links .page-numbers {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.archive .nav-links .page-numbers:hover,
.blog .nav-links .page-numbers:hover,
.search-results .nav-links .page-numbers:hover {
  color: #474447;
}

.page article {
  max-width: 100%;
  margin: 0 auto;
}
.page article .entry-title {
  color: #252B33;
  font-size: 1.875rem;
  line-height: 1.2;
}
.page .page-header-image {
  display: none;
}

.container-border-radius {
  overflow: hidden;
}

.container-background-image img {
  opacity: 0;
  visibility: hidden;
}

.max-width-400 {
  max-width: 400px;
}

.max-width-450 {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1024px) {
  .home .acf-block-home-hero + .gb-container-margin-top {
    margin-top: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .home .custom-process {
    margin-top: 200px;
  }
}
.home .home-testimonials {
  position: relative;
  /* &:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 200px;
      background-color: $white;
  } */
}
.home .home-testimonials > .gb-inside-container {
  padding-bottom: 0;
  position: relative;
  z-index: 3;
}

.home-recent-posts .post-content {
  background-color: #FFFFFF;
  box-shadow: 0 11px 12px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
}
.home-recent-posts .post-content .entry-date {
  font-size: 0.9375rem;
  line-height: 1.2;
  color: #4A4A4A;
}
.home-recent-posts .post-content h3 {
  color: #454C54;
  font-size: 1.375rem;
  letter-spacing: 0;
  line-height: 1.18181818;
}
.home-recent-posts .post-content h3 a {
  text-decoration: none;
}
.home-recent-posts .post-content h3 a:hover {
  color: #005896;
}

.about-hero {
  overflow: hidden;
}

.about-our-why {
  overflow: hidden;
}
.about-our-why > .gb-inside-container {
  background-color: rgba(236, 58, 90, 0.8);
}
.about-our-why > .gb-inside-container a {
  border: none !important;
}

.single .social-share a {
  padding: 0;
  margin: 0 0 0 5px;
}
.single .social-share a span {
  background-color: #EA7024 !important;
  border-radius: 50%;
  padding: 5px;
}
.single .email-this {
  color: #454C54;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.single .email-this:hover {
  color: #005896;
}
.single .email-this .icon {
  margin-right: 10px;
}
.single .email-this .icon > * {
  display: block;
}
.single .video-wrapper {
  position: relative;
}
.single .video-wrapper a {
  position: relative;
  z-index: 3;
}
.single .video-wrapper .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.single .highlights {
  margin-top: 60px;
}
.single .highlights__box {
  margin-top: 60px;
}
@media only screen and (min-width: 640px) {
  .single .highlights__box {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .single .highlights__box {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .single .highlights__box {
    -moz-column-count: 4;
         column-count: 4;
  }
}
.single .highlights__box .highlight {
  position: relative;
  z-index: 3;
}
.single .highlights__box .highlight div {
  display: block;
  margin-bottom: 1.5rem;
  text-decoration: none;
  position: relative;
  padding-left: 26px;
}
.single .highlights__box .highlight div .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.single .home-plans {
  margin-top: 90px;
}
.single .home-plans h2 {
  margin-bottom: 50px;
}
.single .home-plans .slick-prev {
  left: -90px;
}
.single .home-plans .slick-next {
  right: -90px;
}

.related-posts .grid__column,
.related-posts .slick__column {
  position: relative;
}
.related-posts .grid__thumbnail img,
.related-posts .slick__thumbnail img {
  display: block;
}
.related-posts .grid__content,
.related-posts .slick__content {
  padding: 20px 20px 30px;
}
.related-posts .grid__content .posted-on,
.related-posts .slick__content .posted-on {
  display: block;
  font-size: 15px;
  line-height: 1.13333333;
  color: #4A4A4A;
  margin-bottom: 40px;
}
.related-posts .grid__content a,
.related-posts .slick__content a {
  text-decoration: none;
}
.related-posts .grid__column {
  margin-bottom: 40px;
  background-color: #ffffff;
  box-shadow: 0 11px 12px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
@media (min-width: 640px) {
  .related-posts .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-columns: 1fr;
    gap: 20px;
  }
  .related-posts .grid__column {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .related-posts .grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-columns: 1fr;
  }
}
.related-posts .slick .slick-prev,
.related-posts .slick .slick-next {
  color: #4A4A4A;
}
.related-posts .slick .slick-prev {
  left: -90px;
}
.related-posts .slick .slick-next {
  right: -90px;
}
.related-posts .slick .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
.related-posts .slick .slick-track {
  display: flex !important;
  gap: 20px;
}
.related-posts .slick .slick-slide {
  height: inherit !important;
  margin-bottom: 40px;
  background-color: #ffffff;
  box-shadow: 0 11px 12px 0 rgba(0, 0, 0, 0.1);
}

.single-post article {
  max-width: 778px;
  margin: 0 auto;
  padding-top: 40px;
}
.single-post article .read {
  display: flex;
  align-items: center;
  margin-bottom: 1.875rem;
  font-size: 1rem;
  line-height: 1.1875;
  color: #0D485D;
}
.single-post article .read span {
  color: #005896;
  padding-left: 9px;
}
.single-post article .entry-title {
  color: #252B33;
  font-size: 1.875rem;
  line-height: 1.2;
}
.single-post .featured-image {
  margin: 0 auto 0 !important;
}
.single-post .cat-links {
  display: none;
}
.single-post .post-navigation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  margin-top: 30px;
}
.single-post .post-navigation a {
  font-size: 18px;
  text-decoration: none;
}
.single-post .post-navigation .nav-next {
  text-align: right;
}
.single-post .post-navigation .nav-next .gp-icon {
  margin-right: 0;
  margin-left: 0.6em;
}
.single-post .subscribe {
  margin-top: 50px;
}
.single-post .subscribe .gb-inside-container {
  background-color: #005896;
  border-radius: 8px;
  padding: 30px;
}
@media print, screen and (min-width: 48em) {
  .single-post .subscribe .gb-inside-container {
    padding: 60px 100px;
  }
}
.single-post .subscribe .gb-inside-container h3 {
  color: #fff;
  margin-bottom: 40px;
}
.single-post .subscribe .gb-inside-container .gform_wrapper .gform_validation_errors,
.single-post .subscribe .gb-inside-container .gform_wrapper .gfield_validation_message,
.single-post .subscribe .gb-inside-container .gform_wrapper .gform_wrapper .validation_message {
  background-color: transparent !important;
}
.single-post .subscribe .gb-inside-container .gform_wrapper .gfield_error [aria-invalid=true] {
  border: none !important;
  border-bottom: 1px solid #c02b0a !important;
}
.single-post .subscribe .gb-inside-container *,
.single-post .subscribe .gb-inside-container .gfield_label {
  color: #fff !important;
}
.single-post .subscribe .gb-inside-container .privacy-policy-disclaimer {
  padding-bottom: 0;
}
.single-post .subscribe .gb-inside-container .gform_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  line-height: 1;
  text-decoration: none;
  padding: 9px 20px;
  border-radius: 17.5px;
  min-width: 190px;
  text-align: center;
  background-color: #EA7024;
  border: 2px solid #EA7024;
  color: #fff;
}
.single-post .subscribe .gb-inside-container .gform_button:hover {
  background-color: #ED8545;
  border-color: #ED8545;
  color: #fff;
}
.single-post .related-posts {
  max-width: 996px;
  margin: 100px auto 0;
}
.single-post .related-posts h2 {
  padding: 0 25px;
}
@media print, screen and (min-width: 48em) {
  .single-post .related-posts .grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16PX;
  }
}
.single-post .related-posts .grid .grid-item {
  border-radius: 1px;
  background-color: #FFFFFF;
  box-shadow: 0 11px 12px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 60px;
}
.single-post .related-posts .grid .grid-item__content {
  padding: 30px 24px;
}
.single-post .related-posts .grid .grid-item__content h3 {
  margin-top: 40px;
}
.single-post .related-posts .grid .grid-item__content h3:hover {
  color: #005896;
}
.single-post .related-posts .grid .grid-item__content a {
  text-decoration: none;
}
.single-post .post-navigation {
  margin-top: 50px !important;
}
.single-post .social-share {
  margin-top: 40px;
  text-align: center;
}
.single-post .social-share .a2a_kit {
  display: flex;
  justify-content: center;
}

.single-post-hero {
  margin-bottom: 0;
  padding: 50px 0;
  position: relative;
}
.single-post-hero .grid-container {
  position: relative;
  z-index: 3;
  padding: 0 25px;
  /* @include breakpoint(xlarge) {
      padding-bottom: 40px;
      padding-top: 40px;
  } */
}
@media (min-width: 1199px) {
  .single-post-hero .grid-container {
    padding: 0 40px;
  }
}
.single-post-hero .grid-container .grid-x {
  min-height: 250px;
}
.single-post-hero .background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0 !important;
}
.single-post-hero .background-image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.single-post-hero .background-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 88, 150, 0.7) 0%, rgba(13, 72, 93, 0.8) 100%);
}
.single-post-hero header {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.single-post-hero header h1 {
  margin-bottom: 16px;
}
.single-post-hero header p {
  margin-bottom: 0px !important;
}
.single-post-hero header h5 {
  margin-bottom: 10px;
}
.single-post-hero header h5 a {
  color: #fff;
  text-decoration: none;
}
.single-post-hero header h5 a:hover {
  color: #ED8545;
}
.single-post-hero header #breadcrumbs {
  margin-bottom: 1em;
}
.single-post-hero header .acf-button-wrapper {
  margin-top: 20px;
}
.single-post-hero header .sub_title {
  margin-bottom: 0;
}
.single-post-hero h1, .single-post-hero h5, .single-post-hero p, .single-post-hero span, .single-post-hero .sub_title, .single-post-hero a {
  color: #fff;
}
.single-post-hero .hero-bottom {
  margin-top: -9%;
  position: relative;
}
.single-post-hero .hero-bottom img {
  width: 100%;
  position: relative;
  bottom: -10px;
}

/*@import 'home';
@import 'contact'; */
.blog,
.category {
  /* .featured-column {
  	.entry-title {
  		font-weight: 600;
  		font-size: 2.5rem;
  		line-height: 1.2;
  		letter-spacing: 0;
  	}

  	.entry-summary {
  		p:not(.read-more-button-container) {
  			font-size: 1.375rem;
  		}
  	}

  	&.resize-featured-image .post-image img {
  		width: auto;
  		height: auto;
  	}
  } */
}
.blog .site,
.category .site {
  background-color: #ececec;
  max-width: 100%;
}
.blog .site-content,
.category .site-content {
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 100px !important;
}
.blog .page-header,
.category .page-header {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .blog .archive-header h1,
  .category .archive-header h1 {
    margin-bottom: 0;
  }
}
.blog .archive-header form,
.category .archive-header form {
  margin-bottom: 20px;
}
.blog .archive-header form select,
.category .archive-header form select {
  border-top: none;
  border-right: none;
  border-left: none;
  padding: 10px;
  color: #979797;
}
.blog .archive-header form .facet-label,
.category .archive-header form .facet-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 16px;
}
.blog .archive-header form .button,
.category .archive-header form .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  line-height: 1;
  text-decoration: none;
  padding: 9px 20px;
  border-radius: 17.5px;
  min-width: 190px;
  text-align: center;
  background-color: #EA7024;
  border: 2px solid #EA7024;
  color: #fff;
  min-width: 0;
}
.blog .archive-header form .button:hover,
.category .archive-header form .button:hover {
  background-color: #ED8545;
  border-color: #ED8545;
  color: #fff;
}
.blog .archive-header form .button.reset,
.category .archive-header form .button.reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  line-height: 1;
  text-decoration: none;
  padding: 9px 20px;
  border-radius: 17.5px;
  min-width: 190px;
  text-align: center;
  background-color: transparent;
  border: 2px solid #EA7024;
  color: #EA7024;
  min-width: 0;
}
.blog .archive-header form .button.reset:hover,
.category .archive-header form .button.reset:hover {
  background-color: #EA7024;
  color: #fff;
}
@media screen and (max-width: 639px) {
  .blog .archive-header form .menu,
  .category .archive-header form .menu {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
  }
  .blog .archive-header form .menu select,
  .category .archive-header form .menu select {
    width: 100%;
  }
  .blog .archive-header form .menu > li,
  .category .archive-header form .menu > li {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 12px;
  }
  .blog .archive-header form .menu > li:nth-last-of-type(-n+2),
  .category .archive-header form .menu > li:nth-last-of-type(-n+2) {
    width: 120px;
    padding-top: 12px;
  }
}
@media screen and (min-width: 640px) {
  .blog .archive-header form .menu,
  .category .archive-header form .menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    align-items: flex-end;
    --gap: 16px;
    gap: var(--gap);
  }
  @supports not (gap: 10px) {
    .blog .archive-header form .menu > *,
    .category .archive-header form .menu > * {
      margin: var(--gap) 0 0 var(--gap);
    }
  }
}
@media screen and (min-width: 640px) and (min-width: 768px) {
  @supports not (gap: 10px) {
    .blog .archive-header form .menu,
    .category .archive-header form .menu {
      display: inline-flex;
      flex-wrap: wrap;
      margin: calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));
      width: calc(100% + var(--gap));
    }
    .blog .archive-header form .menu > *,
    .category .archive-header form .menu > * {
      margin: var(--gap) 0 0 var(--gap);
    }
  }
}
@media screen and (min-width: 1025px) {
  .blog .archive-header,
  .category .archive-header {
    display: flex;
    align-items: center;
  }
  .blog .archive-header form,
  .category .archive-header form {
    margin-left: auto;
  }
}
.blog .archive-heading,
.category .archive-heading {
  margin-bottom: 30px;
}
.blog .site-main,
.category .site-main {
  /* .generate-columns .inside-article {
  	display: flex;
  	flex-direction: column;
  } */
}
.blog .site-main .generate-columns-container > *:nth-child(1),
.category .site-main .generate-columns-container > *:nth-child(1) {
  order: 1;
}
.blog .site-main .generate-columns-container > *:nth-child(2),
.category .site-main .generate-columns-container > *:nth-child(2) {
  order: 2;
}
.blog .site-main .generate-columns-container > *:nth-child(3),
.category .site-main .generate-columns-container > *:nth-child(3) {
  order: 3;
}
.blog .site-main .generate-columns-container > *:nth-child(4),
.category .site-main .generate-columns-container > *:nth-child(4) {
  order: 4;
}
.blog .site-main .generate-columns-container > *:nth-child(5),
.category .site-main .generate-columns-container > *:nth-child(5) {
  order: 5;
}
.blog .site-main .generate-columns-container > *:nth-child(6),
.category .site-main .generate-columns-container > *:nth-child(6) {
  order: 6;
}
.blog .site-main .generate-columns-container > *:nth-child(7),
.category .site-main .generate-columns-container > *:nth-child(7) {
  order: 7;
}
.blog .site-main .generate-columns-container > *:nth-child(8),
.category .site-main .generate-columns-container > *:nth-child(8) {
  order: 8;
}
.blog .site-main .generate-columns-container > *:nth-child(9),
.category .site-main .generate-columns-container > *:nth-child(9) {
  order: 9;
}
.blog .site-main .generate-columns-container > *:nth-child(10),
.category .site-main .generate-columns-container > *:nth-child(10) {
  order: 10;
}
.blog .site-main .generate-columns-container > *:nth-child(11),
.category .site-main .generate-columns-container > *:nth-child(11) {
  order: 11;
}
.blog .site-main .generate-columns-container > *:nth-child(12),
.category .site-main .generate-columns-container > *:nth-child(12) {
  order: 12;
}
.blog .site-main .generate-columns-container > *:nth-child(13),
.category .site-main .generate-columns-container > *:nth-child(13) {
  order: 13;
}
.blog .site-main .generate-columns-container > *:nth-child(14),
.category .site-main .generate-columns-container > *:nth-child(14) {
  order: 14;
}
.blog .site-main .generate-columns-container > *:nth-child(15),
.category .site-main .generate-columns-container > *:nth-child(15) {
  order: 15;
}
.blog .site-main .generate-columns-container > *:nth-child(16),
.category .site-main .generate-columns-container > *:nth-child(16) {
  order: 16;
}
.blog .site-main .generate-columns-container > *:nth-child(17),
.category .site-main .generate-columns-container > *:nth-child(17) {
  order: 17;
}
.blog .site-main .generate-columns-container > *:nth-child(18),
.category .site-main .generate-columns-container > *:nth-child(18) {
  order: 18;
}
.blog .site-main .generate-columns-container > *:nth-child(19),
.category .site-main .generate-columns-container > *:nth-child(19) {
  order: 19;
}
.blog .site-main .generate-columns-container > *:nth-child(20),
.category .site-main .generate-columns-container > *:nth-child(20) {
  order: 20;
}
.blog .site-main .generate-columns-container > *:nth-child(21),
.category .site-main .generate-columns-container > *:nth-child(21) {
  order: 21;
}
.blog .site-main .generate-columns-container > *:nth-child(22),
.category .site-main .generate-columns-container > *:nth-child(22) {
  order: 22;
}
.blog .site-main .generate-columns-container > *:nth-child(23),
.category .site-main .generate-columns-container > *:nth-child(23) {
  order: 23;
}
.blog .site-main .generate-columns-container > *:nth-child(24),
.category .site-main .generate-columns-container > *:nth-child(24) {
  order: 24;
}
.blog .site-main .generate-columns-container > *:nth-child(25),
.category .site-main .generate-columns-container > *:nth-child(25) {
  order: 25;
}
.blog .site-main .generate-columns-container > *:nth-child(26),
.category .site-main .generate-columns-container > *:nth-child(26) {
  order: 26;
}
.blog .site-main .generate-columns-container > *:nth-child(27),
.category .site-main .generate-columns-container > *:nth-child(27) {
  order: 27;
}
.blog .site-main .generate-columns-container > *:nth-child(28),
.category .site-main .generate-columns-container > *:nth-child(28) {
  order: 28;
}
.blog .site-main .generate-columns-container > *:nth-child(29),
.category .site-main .generate-columns-container > *:nth-child(29) {
  order: 29;
}
.blog .site-main .generate-columns-container > *:nth-child(30),
.category .site-main .generate-columns-container > *:nth-child(30) {
  order: 30;
}
.blog .site-main .generate-columns-container .entry-header,
.category .site-main .generate-columns-container .entry-header {
  display: flex;
  flex-direction: column;
}
.blog .site-main .generate-columns-container .posted-on,
.category .site-main .generate-columns-container .posted-on {
  order: -1;
}
.blog .site-main .generate-columns-container .subscribe-form,
.category .site-main .generate-columns-container .subscribe-form {
  order: 5;
}
@media screen and (max-width: 1024px) {
  .blog .site-main .generate-columns-container .subscribe-form,
  .category .site-main .generate-columns-container .subscribe-form {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .blog .site-main .generate-columns-container .subscribe-form,
  .category .site-main .generate-columns-container .subscribe-form {
    display: block;
    order: 5;
  }
}
.blog .site-main .generate-columns-container .subscribe-form__wrap,
.category .site-main .generate-columns-container .subscribe-form__wrap {
  background-color: #005896;
  position: relative;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog .site-main .generate-columns-container .subscribe-form__wrap > *,
.category .site-main .generate-columns-container .subscribe-form__wrap > * {
  position: relative;
  z-index: 3;
}
.blog .site-main .generate-columns-container .subscribe-form h3,
.category .site-main .generate-columns-container .subscribe-form h3 {
  color: #fff;
  margin-bottom: 30px;
}
.blog .site-main .generate-columns-container .subscribe-form .gform_wrapper .gform_validation_errors,
.blog .site-main .generate-columns-container .subscribe-form .gform_wrapper .gfield_validation_message,
.blog .site-main .generate-columns-container .subscribe-form .gform_wrapper .gform_wrapper .validation_message,
.category .site-main .generate-columns-container .subscribe-form .gform_wrapper .gform_validation_errors,
.category .site-main .generate-columns-container .subscribe-form .gform_wrapper .gfield_validation_message,
.category .site-main .generate-columns-container .subscribe-form .gform_wrapper .gform_wrapper .validation_message {
  background-color: transparent !important;
}
.blog .site-main .generate-columns-container .subscribe-form .gform_wrapper .gfield_error [aria-invalid=true],
.category .site-main .generate-columns-container .subscribe-form .gform_wrapper .gfield_error [aria-invalid=true] {
  border: none !important;
  border-bottom: 1px solid #c02b0a !important;
}
.blog .site-main .generate-columns-container .subscribe-form *,
.blog .site-main .generate-columns-container .subscribe-form .gfield_label,
.category .site-main .generate-columns-container .subscribe-form *,
.category .site-main .generate-columns-container .subscribe-form .gfield_label {
  color: #fff !important;
}
.blog .site-main .generate-columns-container .subscribe-form .privacy-policy-disclaimer,
.category .site-main .generate-columns-container .subscribe-form .privacy-policy-disclaimer {
  padding-bottom: 0;
}
.blog .site-main .generate-columns-container .subscribe-form .gform_footer,
.category .site-main .generate-columns-container .subscribe-form .gform_footer {
  justify-content: center;
  padding-bottom: 0;
  margin-bottom: 0;
}
.blog .site-main .generate-columns-container .subscribe-form .gform_button,
.category .site-main .generate-columns-container .subscribe-form .gform_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  line-height: 1;
  text-decoration: none;
  padding: 9px 20px;
  border-radius: 17.5px;
  min-width: 190px;
  text-align: center;
  background-color: #EA7024;
  border: 2px solid #EA7024;
  color: #fff;
}
.blog .site-main .generate-columns-container .subscribe-form .gform_button:hover,
.category .site-main .generate-columns-container .subscribe-form .gform_button:hover {
  background-color: #ED8545;
  border-color: #ED8545;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .blog .featured-column,
  .category .featured-column {
    width: 100% !important;
  }
  .blog .featured-column .inside-article,
  .category .featured-column .inside-article {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    box-shadow: 0 11px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .blog .featured-column .inside-article:before,
  .category .featured-column .inside-article:before {
    display: none;
  }
  .blog .featured-column .inside-article h3,
  .category .featured-column .inside-article h3 {
    font-size: 1.875rem;
    line-height: 1.23333333;
  }
  .blog .featured-column .inside-article .post-image,
  .category .featured-column .inside-article .post-image {
    float: none;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    padding-bottom: 71%;
  }
  .blog .featured-column .inside-article .post-image a,
  .category .featured-column .inside-article .post-image a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .blog .featured-column .inside-article .post-image a img,
  .category .featured-column .inside-article .post-image a img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blog .featured-column .inside-article .read-more,
  .category .featured-column .inside-article .read-more {
    opacity: 1;
    visibility: visible;
    text-transform: capitalize;
    padding-right: 20px;
  }
  .blog .featured-column .inside-article .read-more:after,
  .category .featured-column .inside-article .read-more:after {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg height='14' viewBox='0 0 9 14' width='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m.24246249 12.9727157c.15744654.1488124.37310687.2272843.58027337.2272843s.42241249-.0784719.57975545-.2272843l6.15719555-5.82298409c.15734296-.14881242.24031314-.34474715.24031314-.5487152 0-.20357618-.08297018-.3995109-.24031314-.54881316l-6.15719555-5.82288615c-.32328332-.30575613-.83674549-.30575613-1.16002882 0-.32328332.30575614-.32328332.79138036 0 1.0971365l5.57692219 5.27456281-5.57692219 5.27456279c-.31478949.3057562-.31478949.7994137 0 1.0971365z' fill='%23005896' fill-rule='evenodd' transform='translate(.303997)'/%3E%3C/svg%3E");
    background-size: contain;
    width: 9px;
    height: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
.blog .post,
.category .post {
  padding-bottom: 0px !important;
}
.blog .post .inside-article,
.category .post .inside-article {
  background-color: #fff;
  box-shadow: 0 11px 12px 0 rgba(0, 0, 0, 0.1);
  padding-top: 0;
  padding-bottom: 0;
}
.blog .post .entry-title,
.category .post .entry-title {
  order: 1;
  margin-bottom: 30px;
}
.blog .post .entry-meta,
.category .post .entry-meta {
  margin-bottom: 20px;
}
.blog .post .read-more,
.category .post .read-more {
  opacity: 0;
  visibility: hidden;
  font-size: 1.1875rem;
  letter-spacing: 0.34px;
  text-transform: none;
  box-shadow: none;
  border: none;
  min-width: 0;
  text-align: left;
  position: relative;
  padding-right: 50px;
  text-decoration: none;
}
.blog .post .read-more:after,
.category .post .read-more:after {
  content: "";
}
.blog .post .read-more.blog,
.category .post .read-more.blog {
  opacity: 1;
  visibility: visible;
}
.blog .no-featured-image-padding .post-image,
.category .no-featured-image-padding .post-image {
  margin-bottom: 0 !important;
}
.blog .no-featured-image-padding .post-content,
.category .no-featured-image-padding .post-content {
  padding: 24px;
}
@media (min-width: 1025px) {
  .blog .no-featured-image-padding .post-content,
  .category .no-featured-image-padding .post-content {
    padding: 40px;
  }
}
.blog .webinar-slider-block, .blog .past-webinars,
.category .webinar-slider-block,
.category .past-webinars {
  display: none;
}

.category.category-upcoming-webinars .site {
  background-color: white;
  max-width: 100%;
}
.category.category-upcoming-webinars .site-content {
  display: none;
}
.category.category-upcoming-webinars .webinar-slider-block {
  display: block;
  padding: 0 25px;
}
.category.category-upcoming-webinars .webinar-slider-block section.info-panel-pod.marketing-info-section {
  display: flex;
  flex-wrap: wrap;
  max-width: 830px;
  margin: 0 auto 40px;
  background-color: #FFF;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}
.category.category-upcoming-webinars .webinar-slider-block section.info-panel-pod.marketing-info-section .left-col {
  flex: 0 0 280px;
  max-width: 280px;
}
.category.category-upcoming-webinars .webinar-slider-block section.info-panel-pod.marketing-info-section .right-col {
  flex: calc(100% - 280px);
  max-width: calc(100% - 280px);
  padding-left: 40px;
}
.category.category-upcoming-webinars .webinar-slider-block section.info-panel-pod.marketing-info-section h2 {
  padding: 0;
  font-family: "Montserrat Bold", Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
  font-size: 30px;
}
.category.category-upcoming-webinars .webinar-slider-block section.info-panel-pod.marketing-info-section .right-col p {
  color: #52595f;
}
.category.category-upcoming-webinars .webinar-slider-block section.info-panel-pod.marketing-info-section .right-col p:first-of-type {
  margin-bottom: 5px;
}
.category.category-upcoming-webinars .webinar-slider-block section.info-panel-pod.marketing-info-section .pm-orange-bg {
  display: inline-block;
  height: 31px;
  line-height: 32px;
  border-radius: 20px;
  min-width: 190px;
  background-color: #ea7024 !important;
  border: 0;
  font-size: 14px;
  padding: 0 20px;
  color: #FFF;
  transition: all 0.3s;
  text-align: center;
}
.category.category-upcoming-webinars .webinar-slider-block section.info-panel-pod.marketing-info-section .pm-orange-bg:hover {
  background: #ec7e3a !important;
}
@media (max-width: 991px) {
  .category.category-upcoming-webinars .webinar-slider-block section.info-panel-pod.marketing-info-section {
    padding: 25px;
  }
  .category.category-upcoming-webinars .webinar-slider-block section.info-panel-pod.marketing-info-section .right-col {
    padding-left: 25px;
  }
  .category.category-upcoming-webinars .webinar-slider-block section.info-panel-pod.marketing-info-section h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .category.category-upcoming-webinars .webinar-slider-block section.info-panel-pod.marketing-info-section {
    margin-bottom: 25px;
  }
  .category.category-upcoming-webinars .webinar-slider-block section.info-panel-pod.marketing-info-section .left-col {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .category.category-upcoming-webinars .webinar-slider-block section.info-panel-pod.marketing-info-section .right-col {
    text-align: center;
    padding: 25px 0 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .category.category-upcoming-webinars .webinar-slider-block section.info-panel-pod.marketing-info-section {
    padding: 25px 15px;
  }
  .category.category-upcoming-webinars .webinar-slider-block section.info-panel-pod.marketing-info-section h2 {
    font-size: 22px;
  }
}
.category.category-upcoming-webinars .past-webinars {
  display: block;
  padding-top: 70px;
  padding-bottom: 100px;
}
.category.category-upcoming-webinars .past-webinars .heading-line-center {
  text-align: center;
}
.category.category-upcoming-webinars .past-webinars .heading-line-center:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='7' width='88' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23a9ca3f' fill-rule='evenodd'%3E%3Crect height='6' rx='3' width='67.9' x='10.038' y='.5'/%3E%3Ccircle cx='84.475' cy='3.537' r='3.037'/%3E%3Ccircle cx='3.525' cy='3.537' r='3.037'/%3E%3C/g%3E%3C/svg%3E");
  content: "";
  display: block;
  height: 7px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  width: 88px;
}
.category.category-upcoming-webinars .past-webinars .grid-container {
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (min-width: 48em) {
  .category.category-upcoming-webinars .past-webinars .grid-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.category.category-upcoming-webinars .past-webinars .grid-container .grid-x {
  margin: 0 auto;
}
.category.category-upcoming-webinars .past-webinars .grid-container .grid {
  display: flex;
  flex-flow: row wrap;
}
.category.category-upcoming-webinars .past-webinars .grid-container .grid-item {
  flex: 0 0 auto;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: calc(25% - 1rem);
  border-radius: 1px;
  background-color: #FFFFFF;
  box-shadow: 0 11px 12px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 60px;
}
.category.category-upcoming-webinars .past-webinars .grid-container .grid-item__content {
  padding: 30px 24px;
  /* h3 {
      margin-top: 40px;

      a {
          color: $grey-3;
      }

      &:hover a {
          color: $blue;
      }
  } */
}
.category.category-upcoming-webinars .past-webinars .grid-container .grid-item__thumbnail {
  display: flex;
  padding: 15px 20px;
}
.category.category-upcoming-webinars .past-webinars .grid-container .grid-item__thumbnail .background-image {
  padding: 10px;
}
.category.category-upcoming-webinars .past-webinars .grid-container .grid-item__thumbnail .background-image img {
  height: auto;
  max-width: 60px;
}
.category.category-upcoming-webinars .past-webinars .grid-container .grid-item__thumbnail h4 {
  padding: 15px;
}
.category.category-upcoming-webinars .past-webinars .grid-container a {
  text-decoration: none;
}
.category.category-upcoming-webinars .past-webinars .responsive-wrap-grid {
  flex-wrap: wrap !important;
  margin: 0 -15px -30px;
}
@media (max-width: 1199px) {
  .category.category-upcoming-webinars .past-webinars .responsive-wrap-grid {
    margin: 0 -12px -24px;
  }
}
@media (max-width: 767px) {
  .category.category-upcoming-webinars .past-webinars .responsive-wrap-grid {
    margin: 0 0 -25px;
  }
}
.category.category-upcoming-webinars .past-webinars .responsive-wrap-grid .grid-item {
  margin: 0;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px 30px;
  position: relative;
  background: transparent;
  box-shadow: none;
}
@media (max-width: 1199px) {
  .category.category-upcoming-webinars .past-webinars .responsive-wrap-grid .grid-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 12px 24px;
  }
}
@media (max-width: 991px) {
  .category.category-upcoming-webinars .past-webinars .responsive-wrap-grid .grid-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .category.category-upcoming-webinars .past-webinars .responsive-wrap-grid .grid-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 25px;
  }
}
.category.category-upcoming-webinars .past-webinars .responsive-wrap-grid .grid-item .grid-item-inner {
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.category.category-upcoming-webinars .past-webinars .responsive-wrap-grid .grid-item .grid-item-inner .grid-item__content {
  padding: 25px;
}
.category.category-upcoming-webinars .past-webinars .responsive-wrap-grid .grid-item .grid-item-inner .grid-item__content p {
  margin-bottom: 0 !important;
}
.category.category-upcoming-webinars .past-webinars .responsive-wrap-grid .grid-item .grid-item-inner .grid-item__content .link-wrrapper {
  margin-top: 15px;
}
.category.category-upcoming-webinars .past-webinars .responsive-wrap-grid .grid-item .grid-item-inner .grid-item__media {
  position: relative;
  padding-bottom: 56.25%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.category.category-upcoming-webinars .past-webinars .responsive-wrap-grid .grid-item .grid-item-inner .grid-item__media iframe {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.category-pitman-blog .generate-columns-container .inside-article {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.category-pitman-blog .generate-columns-container .inside-article .post-image {
  float: none;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  padding-bottom: 71%;
}
.category-pitman-blog .generate-columns-container .inside-article .post-image a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.category-pitman-blog .generate-columns-container .inside-article .post-image a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category-pitman-blog .generate-columns-container .inside-article .post-content h3 a {
  display: block !important;
}
.category-pitman-blog .generate-columns-container .inside-article .post-content p {
  margin-bottom: 0;
}

#tribe-events-pg-template {
  max-width: 100%;
  padding: 0;
}

@media screen and (min-width: 75em) {
  .event-archive-hero {
    max-width: 1180px;
    margin: 0 auto !important;
  }
  .tribe-events-header,
  .tribe-events-calendar-list {
    max-width: 1100px;
    margin: 0 auto !important;
  }
}
.tribe-events-c-subscribe-dropdown__button svg {
  display: none !important;
}

.tribe-events-c-subscribe-dropdown {
  display: none;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown {
  display: block;
}

.tribe-events-calendar-list article {
  background-color: transparent;
  margin-top: 24px;
  width: 100%;
  position: relative;
  padding: 24px 15px 0;
  padding: 24px 0;
}
@media print, screen and (min-width: 64em) {
  .tribe-events-calendar-list article {
    display: grid;
    grid-template-columns: 100px auto;
    align-items: center;
  }
}
@media print, screen and (min-width: 48em) {
  .tribe-events-calendar-list article {
    padding: 24px 40px 0;
  }
}
.tribe-events-calendar-list article:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #D7D7D7;
  position: absolute;
  top: 0;
  left: 0;
}
.tribe-events-calendar-list article:first-child {
  margin-top: 0;
  padding-top: 0;
}
.tribe-events-calendar-list article:first-child:before {
  display: none;
}
.tribe-events-calendar-list article .large-date {
  background-color: #0D485D;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tribe-events-calendar-list article .large-date .month {
  color: #ffffff;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.18181818;
  text-align: center;
}
.tribe-events-calendar-list article .large-date .day {
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.19444444;
  text-align: center;
}
.tribe-events-calendar-list article .event-details {
  margin-top: 24px;
}
@media print, screen and (min-width: 64em) {
  .tribe-events-calendar-list article .event-details {
    margin-top: 0;
    padding-left: 24px;
  }
}
.tribe-events-calendar-list article .event-details h3 {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 48em) {
  .tribe-events-calendar-list article .event-meta {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, auto));
    gap: 24px;
    align-items: center;
  }
}
.tribe-events-calendar-list article .event-meta > div {
  color: #979797;
  margin-bottom: 18px;
  position: relative;
}
.tribe-events-calendar-list article .event-meta > div:before {
  content: "";
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.tribe-events-calendar-list article .event-meta .event-time {
  padding-left: 33px;
}
.tribe-events-calendar-list article .event-meta .event-time:before {
  background-image: url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 25 24' width='25' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%230d485d' stroke-width='1.5' transform='translate(1.5 1)'%3E%3Ccircle cx='11.1' cy='11.1' r='11.1'/%3E%3Cpath d='m11.1 3.18632812v8.31367188l3.8691406 2.9'/%3E%3C/g%3E%3C/svg%3E");
  width: 25px;
  height: 24px;
}
.tribe-events-calendar-list article .event-meta .event-venue {
  padding-left: 26px;
}
.tribe-events-calendar-list article .event-meta .event-venue:before {
  background-image: url("data:image/svg+xml,%3Csvg height='26' viewBox='0 0 18 26' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m165.470281 650.724479c-.081869-.306835-.248121-.633777-.371112-.920025-1.47172-3.536899-4.687398-4.804454-7.283897-4.804454-3.475884 0-7.304164 2.330732-7.815272 7.134918v.981521c0 .040961.014117.408918.03417.592977.286515 2.289556 2.093145 4.722852 3.442409 7.012408 1.451614 2.453028 2.957879 4.86611 4.450187 7.278176.920186-1.57407 1.837057-3.168835 2.736281-4.702157.245072-.449987.529556-.899706.774896-1.329212.163525-.28598.475921-.571961.618644-.838049 1.451561-2.65762 3.788014-5.335775 3.788014-7.973235v-1.083497c.000054-.285927-.354374-1.287715-.37432-1.349371zm-7.591375 4.927231c-1.021734 0-2.140096-.510894-2.692111-1.921813-.082243-.224593-.075613-.674686-.075613-.715915v-.633777c0-1.798662 1.527227-2.616606 2.85585-2.616606 1.635672 0 2.900714 1.308624 2.900714 2.944296 0 1.635619-1.353167 2.943815-2.98884 2.943815z' fill='none' stroke='%230d485d' stroke-width='1.5' transform='translate(-149 -644)'/%3E%3C/svg%3E");
  width: 18px;
  height: 26px;
}
.tribe-events-calendar-list article .event-meta .event-cost {
  padding-left: 35px;
}
.tribe-events-calendar-list article .event-meta .event-cost:before {
  background-image: url("data:image/svg+xml,%3Csvg height='27' viewBox='0 0 27 27' width='27' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(.502209 .984143)'%3E%3Cpath d='m13.6251173.87125902c-.5770912-.57546424-1.3645196-.88992429-2.1793733-.87040127l-8.33447002.21242907c-1.58392119.03951085-2.85872788 1.31408513-2.89823878 2.89823872l-.21219661 8.33423766c-.01929062.8148536.29493703 1.6022821.87016887 2.1796057l11.50510134 11.5046365c1.1625494 1.1599928 3.044429 1.1599928 4.2069784 0l8.5466667-8.5466666c1.1618521-1.1616197 1.1618521-3.0453587 0-4.2072108zm10.6632874 14.87073058-8.5466667 8.5464342c-.6974831.6960887-1.8267968.6960887-2.5242799 0l-11.50486906-11.5046365c-.34513908-.3465336-.5338616-.8188048-.52224079-1.3078099l.21219668-8.33423763c.02393889-.95035275.78859053-1.71523679 1.73894322-1.73894328l8.33423765-.21242908c.0151071-.0004648.0297494-.0004648.0448564-.0004648.4734333.00069726.9273435.18872252 1.262721.522938l11.5051015 11.50486899c.6958562.6974831.6958562 1.8267969 0 2.52428z'/%3E%3Cpath d='m7.77750808 4.91298895c-1.58206186 0-2.86453829 1.28247643-2.86477075 2.86453829 0 1.58206185 1.28270889 2.86453826 2.86453834 2.86453826 1.58206186 0 2.86453833-1.28247641 2.86453833-2.86453826-.0018594-1.58113219-1.28317374-2.86267895-2.86430592-2.86453829zm0 4.53910204c-.92501927 0-1.67456376-.74977689-1.67479622-1.67456375 0-.92478687.74977695-1.67456376 1.67456381-1.67456376.92478681 0 1.67456376.74977689 1.67456376 1.67456376-.00092967.92432199-.75000936 1.67340168-1.67433135 1.67456375z'/%3E%3C/g%3E%3C/svg%3E");
  width: 27px;
  height: 27px;
}
.tribe-events-calendar-list article .event-meta .event-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  line-height: 1;
  text-decoration: none;
  padding: 9px 20px;
  border-radius: 17.5px;
  min-width: 190px;
  text-align: center;
  background-color: #EA7024;
  border: 2px solid #EA7024;
  color: #fff;
  padding-top: 11px;
  padding-bottom: 11px;
  text-transform: uppercase;
  min-width: 0;
}
.tribe-events-calendar-list article .event-meta .event-button a:hover {
  background-color: #ED8545;
  border-color: #ED8545;
  color: #fff;
}
@media print, screen and (min-width: 64em) {
  .tribe-events-calendar-list article {
    padding: 24px 25px;
  }
}

body .tribe-events .tribe-events-c-subscribe-dropdown__button,
body .tribe-events .tribe-events-c-search__button {
  border-radius: 17.5px;
  background-color: #EA7024 !important;
  margin-right: 24px;
  padding: 9px 20px;
  font-size: 0.8125rem;
  line-height: 1;
  color: #fff !important;
  border: 2px solid #EA7024;
  font-weight: 400;
}
body .tribe-events .tribe-events-c-subscribe-dropdown__button button,
body .tribe-events .tribe-events-c-search__button button {
  color: #fff;
  line-height: 1;
}
body .tribe-events .tribe-events-c-subscribe-dropdown__button:hover,
body .tribe-events .tribe-events-c-search__button:hover {
  background-color: #ED8545 !important;
  border-color: #ED8545;
  color: #fff;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar form {
  background-color: #f7f7f7;
}

.tribe-events-c-events-bar__views {
  background-color: #DDDFE1;
}

.tribe-events-c-view-selector__list li:hover {
  background-color: transparent !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: 0 !important;
  padding-left: 0;
  padding-right: 0;
}

.tribe-events-c-top-bar__datepicker-button span {
  text-transform: none !important;
}

.tribe-events-meta-group .tribe-events-single-section-title {
  text-transform: none;
}

.gform_wrapper .gf_progressbar_wrapper {
  margin-bottom: 60px;
}
.gform_wrapper .radio-buttons .gfield_radio {
  width: 100% !important;
}
.gform_wrapper .radio-buttons .gfield_radio .gchoice label {
  background-color: transparent;
  border: 1px solid #252B33;
  color: #252B33;
  cursor: pointer;
  font-size: 0.75rem !important;
  font-weight: normal;
  border-radius: 17.5px;
  padding: 9px;
  text-align: center;
  line-height: 1;
  overflow: hidden;
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
  margin-bottom: 1.5rem;
}
.gform_wrapper .radio-buttons .gfield_radio .gchoice label:focus, .gform_wrapper .radio-buttons .gfield_radio .gchoice label:hover {
  background-color: #252B33;
  color: #fff;
}
.gform_wrapper .radio-buttons .gfield_radio .gfield-choice-input,
.gform_wrapper .radio-buttons .gfield_radio input {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.gform_wrapper .radio-buttons .gfield_radio .gfield-choice-input:checked + label,
.gform_wrapper .radio-buttons .gfield_radio input:checked + label {
  background-color: #252B33;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .radio-buttons.gf_list_2col .gfield_radio {
    grid-template-columns: 1fr;
  }
}

.page-template-thank-you .acf-block-why-train .text p {
  color: #000;
}

.success-stories-listing .site-main .single-post-hero {
  margin-bottom: 0;
  padding: 50px 0;
}
.success-stories-listing .site-main .single-post-hero .grid-container {
  padding: 0 25px;
}
@media (min-width: 1199px) {
  .success-stories-listing .site-main .single-post-hero .grid-container {
    padding: 0 40px;
  }
}
.success-stories-listing .site-main .single-post-hero header h5 {
  margin-bottom: 10px;
}
.success-stories-listing .site-main .single-post-hero header p {
  margin-bottom: 0 !important;
}
.success-stories-listing .site-main .single-post-hero header h1 {
  margin-bottom: 10px;
}
.success-stories-listing .site-main .single-post-hero header .sub_title {
  margin-bottom: 0;
}
.success-stories-listing .site-main .pm-inner-content-listing-section {
  margin-bottom: 0 !important;
}
.success-stories-listing .site-main .pm-inner-content-listing-section .body_text_below_banner_section {
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px 0 20px;
}
@media (min-width: 1199px) {
  .success-stories-listing .site-main .pm-inner-content-listing-section .body_text_below_banner_section {
    padding: 50px 0 20px;
  }
}
.success-stories-listing .site-main .pm-inner-content-listing-section .body_text_below_banner_section p {
  margin-bottom: 15px;
}
.success-stories-listing .site-main .pm-inner-content-listing-section .body_text_below_banner_section p:not(:last-child) {
  margin-bottom: 12px;
}
.success-stories-listing .site-main .pm-inner-content-listing-section .body_text_below_banner_section ul {
  margin-left: 18px;
  margin-bottom: 12px;
}
.success-stories-listing .site-main .pm-inner-content-listing-section .body_text_below_banner_section ul:last-child {
  margin-bottom: 0;
}
.success-stories-listing .site-main .pm-inner-content-listing-section .body_text_below_banner_section ul li a {
  text-decoration: none;
}
.success-stories-listing .site-main .pm-inner-content-listing-section .body_text_below_banner_section ul li:not(:last-child) {
  margin-bottom: 7px;
}
.success-stories-listing .site-main .all_success_story {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 25px;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 1199px) {
  .success-stories-listing .site-main .all_success_story {
    padding: 0 40px;
  }
}
@media (min-width: 600px) {
  .success-stories-listing .site-main .all_success_story {
    margin-bottom: 40px;
  }
}
.success-stories-listing .site-main .generate-columns-container {
  padding: 0 25px 50px;
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .success-stories-listing .site-main .generate-columns-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 25px;
         column-gap: 25px;
    row-gap: 25px;
  }
}
@media (min-width: 980px) {
  .success-stories-listing .site-main .generate-columns-container {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    max-width: 1300px;
    margin: 0px auto;
  }
}
@media (min-width: 1199px) {
  .success-stories-listing .site-main .generate-columns-container {
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
    padding: 0 40px 50px;
  }
}
.success-stories-listing .site-main .generate-columns-container article {
  display: block;
}
.success-stories-listing .site-main .generate-columns-container article:not(:last-child) {
  margin-bottom: 25px;
}
@media (min-width: 600px) {
  .success-stories-listing .site-main .generate-columns-container article {
    margin: 0;
  }
  .success-stories-listing .site-main .generate-columns-container article:not(:last-child) {
    margin-bottom: 0;
  }
}
.success-stories-listing .site-main .generate-columns-container article .inside-article {
  background-color: #fff;
  box-shadow: 0 11px 12px 0 rgba(0, 0, 0, 0.1);
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.success-stories-listing .site-main .generate-columns-container article .inside-article:before {
  display: none;
}
.success-stories-listing .site-main .generate-columns-container .post-image {
  float: none;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  padding-bottom: 71%;
}
.success-stories-listing .site-main .generate-columns-container .post-image a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.success-stories-listing .site-main .generate-columns-container .post-image a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.success-stories-listing .site-main .generate-columns-container .post-content {
  padding: 15px;
}
@media (min-width: 600px) {
  .success-stories-listing .site-main .generate-columns-container .post-content {
    padding: 20px;
  }
}
.success-stories-listing .site-main .generate-columns-container .post-content .entry-header {
  display: flex;
  flex-direction: column;
}
.success-stories-listing .site-main .generate-columns-container .post-content .entry-summary {
  margin-top: 0px;
}
.success-stories-listing .site-main .generate-columns-container .post-content .entry-summary p:not(.read-more-button-container) {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  margin: 0;
}
@media (min-width: 600px) {
  .success-stories-listing .site-main .generate-columns-container .post-content .entry-summary p:not(.read-more-button-container) {
    min-height: 77px;
  }
}
.success-stories-listing .site-main .generate-columns-container .post-content .entry-summary p:not(:last-child) {
  margin-bottom: 12px;
}
.success-stories-listing .site-main .generate-columns-container .post-content .entry-title {
  order: 1;
  margin-bottom: 20px;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.32;
}
.success-stories-listing .site-main .generate-columns-container .post-content .entry-meta {
  margin-bottom: 20px;
}
.success-stories-listing .site-main .generate-columns-container .post-content .read-more {
  opacity: 1;
  visibility: visible;
  font-size: 16px;
  letter-spacing: normal;
  text-transform: none;
  box-shadow: none;
  border: none;
  min-width: 0;
  text-align: left;
  position: relative;
  padding-right: 0;
  text-decoration: none;
  transition: all 0.5s;
}
.success-stories-listing .site-main .generate-columns-container .post-content .read-more:after {
  content: "";
}
.success-stories-listing .site-main .generate-columns-container .post-content .read-more:hover {
  color: #EA7024;
}

.site-footer {
  margin-top: 0;
  padding: 60px 0 0;
}
.site-footer .acf-block-certified-logos .text-center {
  color: #252B33;
  font-weight: 300;
  line-height: 1.2;
  font-size: 32px;
  margin-bottom: 20px;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .site-footer .acf-block-certified-logos .text-center {
    font-size: 36px;
    margin-bottom: 30px;
  }
}

.post-type-archive-course .site-content {
  padding-top: 0px !important;
  padding-bottom: 30px !important;
}
@media (min-width: 1024px) {
  .post-type-archive-course .site-content {
    padding: 0 40px !important;
  }
}
.post-type-archive-course .content-area {
  margin-bottom: 0;
  padding-top: 30px;
}
@media (min-width: 1025px) {
  .post-type-archive-course .content-area {
    margin-bottom: 30px;
    padding-top: 75px;
  }
}
.post-type-archive-course .sidebar .pm-white-form {
  margin-bottom: 30px;
}
@media (max-width: 1025px) {
  .post-type-archive-course .sidebar .pm-white-form {
    margin-bottom: 0;
  }
}
.post-type-archive-course .sidebar .pm-white-form h4 .facetwp-facet {
  margin-bottom: 0;
}
.post-type-archive-course .sidebar .pm-white-form .filter .facet-label {
  padding-bottom: 0;
}
.post-type-archive-course .sidebar .pm-white-form .filter input {
  padding: 10px 15px 10px 20px;
}
.post-type-archive-course .sidebar .pm-white-form .filter select {
  cursor: pointer;
  padding-left: 0;
}
.post-type-archive-course .sidebar .pm-white-form .filter .facetwp-facet {
  margin-bottom: 25px;
}
.post-type-archive-course .sidebar .pm-white-form .acf-button-wrapper {
  display: block;
  text-align: center;
}
.post-type-archive-course .sidebar .pm-white-form .acf-button-wrapper .acf-button {
  width: auto;
  min-width: 190px;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .post-type-archive-course .sidebar .pm-white-form .acf-button-wrapper .acf-button {
    width: 100%;
  }
}
.post-type-archive-course .hide-for-large {
  margin-bottom: 50px;
  padding: 0;
}
.post-type-archive-course .course-archive-hero {
  margin-top: 75px;
}
.post-type-archive-course .course-archive-hero h1 {
  margin-bottom: 50px;
  text-align: center;
}
.post-type-archive-course .course-archive-hero h1:after {
  content: "";
  display: block;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 88px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg height='7' viewBox='0 0 88 7' width='88' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23a9ca3f' fill-rule='evenodd'%3E%3Crect height='6' rx='3' width='67.9' x='10.037803' y='.5'/%3E%3Ccircle cx='84.474979' cy='3.537175' r='3.037175'/%3E%3Ccircle cx='3.525022' cy='3.537175' r='3.037175'/%3E%3C/g%3E%3C/svg%3E");
}
.post-type-archive-course .course-archive-hero > .gb-inside-container h1 ~ .gb-grid-wrapper {
  border-bottom: 1px solid #D7D7D7;
}
@media print, screen and (min-width: 64em) {
  .post-type-archive-course .course-archive-hero .course-archive-hero-text {
    padding-right: 84px;
  }
}
.post-type-archive-course .course-archive-hero figure {
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.post-type-archive-course .course-archive-hero h3 {
  font-size: 0.875rem;
  letter-spacing: 0.25px;
  line-height: 1.64285714;
}
.post-type-archive-course .site-content {
  flex-direction: column;
}
.post-type-archive-course .site-content .sidebar {
  padding-right: 25px;
}
@media (max-width: 1024px) {
  .post-type-archive-course .site-content .sidebar {
    order: -1;
    padding-right: 0;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .post-type-archive-course .site-content .sidebar {
    padding-right: 30px;
    padding-top: 25px;
  }
}
@media (min-width: 1366px) {
  .post-type-archive-course .site-content .sidebar {
    padding-right: 60px;
  }
}
@media print, screen and (min-width: 64em) {
  .post-type-archive-course .site-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
  .post-type-archive-course .site-content .content-area {
    order: 1;
  }
}
.post-type-archive-course .site-content .sidebar .facetwp-facet-course_count {
  color: #005896;
  font-weight: 500;
  margin-bottom: 72px;
}
.post-type-archive-course .site-content .sidebar .acf-button {
  width: 100%;
}
.post-type-archive-course .site-main article:first-child .inside-article {
  border-top: transparent;
}
@media print, screen and (min-width: 64em) {
  .post-type-archive-course .site-main article:first-child {
    margin-top: -40px;
    position: relative;
  }
}
.post-type-archive-course .request-info {
  background-color: #005896;
  margin-top: 44px;
  padding: 32px 26px 34px;
  text-align: center;
  border-radius: 8px;
}
.post-type-archive-course .request-info h3 {
  margin-top: 15px;
}
.post-type-archive-course .request-info .text {
  padding: 0px 0 22px;
}
.post-type-archive-course .request-info h3,
.post-type-archive-course .request-info p {
  color: #fff;
}
.post-type-archive-course .pm-sidebar-form-blue {
  background-color: #005896;
  margin-top: 44px;
  padding: 32px 26px 34px;
  border-radius: 8px;
  color: #FFF;
}
.post-type-archive-course .pm-sidebar-form-blue .gform_heading {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .post-type-archive-course .pm-sidebar-form-blue .gform_heading {
    margin-bottom: 30px;
  }
}
.post-type-archive-course .pm-sidebar-form-blue .gform_heading h2 {
  color: #FFF;
  margin-bottom: 20px;
  font-size: 22px;
}
.post-type-archive-course .pm-sidebar-form-blue .gform_heading .gform_description {
  font-size: 14px;
}
@media (min-width: 768px) {
  .post-type-archive-course .pm-sidebar-form-blue .gform_heading .gform_description {
    font-size: 16px;
  }
}
.post-type-archive-course .pm-sidebar-form-blue form .gform_body {
  margin-bottom: 30px;
}
.post-type-archive-course .pm-sidebar-form-blue form .gform_body .gform_fields .gfield_label {
  margin-bottom: 0 !important;
  color: #fff;
}
@media (min-width: 768px) {
  .post-type-archive-course .pm-sidebar-form-blue form .gform_body .gform_fields .gfield_label {
    margin-bottom: 4px !important;
  }
}
.post-type-archive-course .pm-sidebar-form-blue form .gform_body .gform_fields input {
  min-height: 25px;
  line-height: 25px;
  padding: 0 !important;
  border-color: #FFF;
  color: #FFF;
}
.post-type-archive-course .pm-sidebar-form-blue form .gform_body .gform_fields input:focus {
  outline: 0;
  color: #FFF !important;
  border-color: #FFF !important;
}
.post-type-archive-course .pm-sidebar-form-blue form .gform_body .gfield_checkbox .gchoice {
  position: relative;
}
.post-type-archive-course .pm-sidebar-form-blue form .gform_body .gfield_checkbox .gchoice input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.post-type-archive-course .pm-sidebar-form-blue form .gform_body .gfield_checkbox .gchoice input + label {
  cursor: pointer;
  padding-left: 26px;
  position: relative;
  font-size: 14px;
  max-width: 100%;
}
.post-type-archive-course .pm-sidebar-form-blue form .gform_body .gfield_checkbox .gchoice input + label::before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #Fff;
  top: 3px;
  left: 0;
}
.post-type-archive-course .pm-sidebar-form-blue form .gform_body .gfield_checkbox .gchoice input + label::after {
  content: "";
  position: absolute;
  display: block;
  border: 1px solid transparent;
  height: 10px;
  width: 5px;
  top: 4px;
  left: 5px;
  transform: rotate(34deg);
  border-top: 0;
  border-left: 0;
  transition: all 0.3s;
}
.post-type-archive-course .pm-sidebar-form-blue form .gform_body .gfield_checkbox .gchoice input:checked + label::after {
  border-color: #FFF;
}
.post-type-archive-course .pm-sidebar-form-blue form .gform_body .ginput_container_select::after {
  background-image: url(../images/pm-select-arrow-white.svg?56a7f11b9c5128a7fa869de8a05d6982) !important;
}
.post-type-archive-course .pm-sidebar-form-blue form .gform_body .ginput_container_select .gfield_select {
  color: white;
  border-color: #FFF;
  border-bottom-color: #fff !important;
}
.post-type-archive-course .pm-sidebar-form-blue form .gform_body .ginput_container_select .gfield_select option {
  color: #333;
}
.post-type-archive-course .pm-sidebar-form-blue form .gform_body .ginput_container_select .gfield_select:focus {
  outline: none;
  border-color: #FFF !important;
  color: #FFF !important;
}
.post-type-archive-course .pm-sidebar-form-blue form .gform_footer {
  justify-content: center;
  margin: 0;
  padding: 0;
  align-items: center;
}
.post-type-archive-course .pm-sidebar-form-blue form .gform_footer input {
  margin: 0;
  height: 34px;
  line-height: 34px !important;
  padding: 0 15px;
  border-radius: 22px;
  border: 0;
  letter-spacing: normal;
  text-transform: capitalize;
  font-size: 13px;
  min-width: 190px;
  color: #FFF;
}
.post-type-archive-course .pm-sidebar-form-blue form .gform_footer input:focus {
  outline: 0;
}
@media (min-width: 1025px) {
  .post-type-archive-course .pm-sidebar-form-blue form .gform_footer input {
    min-width: 100%;
  }
}

.facetwp-template article.course {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}
.facetwp-template article.course .inside-article {
  position: relative;
  padding: 20px 40px 20px 20px;
  border-top: 1px solid #FCF9F9;
  border-bottom: 1px solid #FCF9F9;
  /* border-top: 1px solid $grey-5;
  border-bottom: 1px solid $grey-5; */
}
@media print, screen and (min-width: 64em) {
  .facetwp-template article.course .inside-article {
    padding: 40px 70px 40px 40px;
  }
}
.facetwp-template article.course .inside-article:hover {
  background-color: #C7E8FF;
  border-color: #005896;
}
.facetwp-template article.course .inside-article header {
  display: flex;
  flex-direction: column;
}
.facetwp-template article.course .inside-article header h5 {
  margin-bottom: 10px;
}
.facetwp-template article.course .inside-article header h3 {
  order: 1;
  margin-bottom: 20px;
}
.facetwp-template article.course .inside-article header .course_description {
  order: 2;
}
.facetwp-template article.course .inside-article header a {
  text-decoration: none;
}
.facetwp-template article.course .inside-article header a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg height='31' viewBox='0 0 18 31' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m740.543986 81.8977596c.353246.3338741.837099.5099327 1.301896.5099327.464796 0 .94772-.1760586 1.300733-.5099327l13.814221-13.0643874c.353013-.333874.539164-.7734712.539164-1.2310918 0-.4567414-.186151-.8963386-.539164-1.2313116l-13.814221-13.0641676c-.725315-.6859913-1.877313-.6859913-2.602629 0-.725315.6859913-.725315 1.7755328 0 2.4615242l12.512326 11.833955-12.512326 11.833955c-.706258.6859914-.706258 1.7935564 0 2.4615242z' fill='%23005896' fill-rule='evenodd' transform='translate(-740 -52)'/%3E%3C/svg%3E");
  background-size: contain;
  width: 18px;
  height: 31px;
}
@media print, screen and (min-width: 64em) {
  .facetwp-template article.course .inside-article header a:after {
    right: 50px;
  }
}

@media print, screen and (min-width: 40em) {
  .course-details {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 30px;
    align-items: center;
  }
}
.course-details__type {
  display: grid;
  grid-template-columns: 32px auto;
  gap: 10px;
  align-items: center;
}
.course-details__time {
  display: flex;
  align-items: center;
}
.course-details__time svg {
  margin-right: 10px;
}
.course-details__time {
  margin-right: 10px;
}
.course-details__time i {
  font-style: normal;
  display: inline-block;
  padding: 0 10px;
}
.search-results .course-details__type {
  display: grid;
  grid-template-columns: 32px auto;
  gap: 10px;
  align-items: center; 
}
.search-results .course-details__type.diploma {
    background-color: rgba(250, 166, 29, 0.51);
    color: #ffffff;
    height: 32px;
    line-height: 32px;
    border-radius: 18px;
    font-size: 14px;
    padding: 0 20px; 
}
.search-results .course-details__type.course {
    background-color: #E7F3F8;
    color: #1383BC;
    height: 32px;
    line-height: 32px;
    border-radius: 18px;
    font-size: 14px;
    padding: 0 20px; 
}
.search-results .course-details__type.award {
    background-color: rgba(123, 59, 109, 0.1);
	color: #7B3B6D;
    height: 32px;
    line-height: 32px;
    border-radius: 18px;
    font-size: 14px;
    padding: 0  26.44px;
}
.tax-course_category .grid-container {
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (min-width: 48em) {
  .tax-course_category .grid-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.tax-course_category .category-block:not(.no-margin) {
  margin-top: 60px;
}
@media print, screen and (min-width: 64em) {
  .tax-course_category .category-block:not(.no-margin) {
    margin-top: 70px;
  }
}
.tax-course_category .category-block:not(.no-margin) h2 {
  margin-bottom: 40px;
}
.tax-course_category .site-main section:first-of-type {
  margin-top: 0 !important;
}

.course-category-hero {
  position: relative;
}
.course-category-hero .grid-container {
  padding: 20px 20px 80px;
  position: relative;
  z-index: 3;
}
@media print, screen and (min-width: 64em) {
  .course-category-hero .grid-container {
    padding-bottom: 140px;
	position: relative;
  }
}
.course-category-hero .grid-container form .gform_body .gform_fields .gfield_label {
  margin-bottom: 0 !important;
  color: #333;
}
@media (min-width: 768px) {
  .course-category-hero .grid-container form .gform_body .gform_fields .gfield_label {
    margin-bottom: 4px !important;
  }
}
.course-category-hero .grid-container form .gform_body .gform_fields input {
  min-height: 25px;
  line-height: 25px;
  padding: 0 !important;
  border-color: #333;
  color: #333;
}
.course-category-hero .grid-container form .gform_body .gform_fields input:focus {
  outline: 0;
  color: #333 !important;
  border-color: #333 !important;
}
.course-category-hero .grid-container form .gform_body .gfield_checkbox .gchoice {
  position: relative;
}
.course-category-hero .grid-container form .gform_body .gfield_checkbox .gchoice input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.course-category-hero .grid-container form .gform_body .gfield_checkbox .gchoice input + label {
  cursor: pointer;
  padding-left: 26px;
  position: relative;
  font-size: 14px;
  max-width: 100%;
  color: #333;
}
.course-category-hero .grid-container form .gform_body .gfield_checkbox .gchoice input + label::before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #333;
  top: 3px;
  left: 0;
}
.course-category-hero .grid-container form .gform_body .gfield_checkbox .gchoice input + label::after {
  content: "";
  position: absolute;
  display: block;
  border: 1px solid transparent;
  height: 10px;
  width: 5px;
  top: 4px;
  left: 5px;
  transform: rotate(34deg);
  border-top: 0;
  border-left: 0;
  transition: all 0.3s;
}
.course-category-hero .grid-container form .gform_body .gfield_checkbox .gchoice input:checked + label::after {
  border-color: #333;
}
.course-category-hero .grid-container form .gform_body .ginput_container_select .gfield_select {
  color: #333;
  border-color: #333;
  border-bottom-color: #333 !important;
}
.course-category-hero .grid-container form .gform_body .ginput_container_select .gfield_select option {
  color: #333;
}
.course-category-hero .grid-container form .gform_body .ginput_container_select .gfield_select:focus {
  outline: none;
  border-color: #333 !important;
  color: #333 !important;
}
.course-category-hero .grid-container form .gform_footer {
  justify-content: center;
  margin: 20px 0 0;
  padding: 0;
  align-items: center;
}
.course-category-hero .grid-container form .gform_footer input {
  margin: 0;
  height: 34px;
  line-height: 34px !important;
  padding: 0 15px;
  border-radius: 22px;
  border: 0;
  letter-spacing: normal;
  text-transform: capitalize;
  font-size: 14px;
  min-width: 190px;
  color: #FFF;
}
.course-category-hero .grid-container form .gform_footer input:focus {
  outline: 0;
}
.course-category-hero .subtitle {
  color: #fff;	
}
.course-category-hero .banner-content {
  padding:40px 0px;
  text-align:center;
}
.course-category-hero .background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.course-category-hero .background-image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.course-category-hero .background-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 88, 150, 0.7) 0%, rgba(13, 72, 93, 0.8) 100%);
}
.course-category-hero header {
  margin-top: 0;
  position: static;
  display: flex;
  flex-direction: column;
}
.course-category-hero header h1 {
  margin-bottom: 32px;
  order: 1;
}
.course-category-hero header h5 a {
  color: #fff;
  text-decoration: none;
}
.course-category-hero header h5 a:hover {
  color: #ED8545;
}
.course-category-hero h1,
.course-category-hero h5,
.course-category-hero .text p,
.course-category-hero .course-details {
  color: #fff;
}
.course-category-hero .text {
  max-width: 420px;
  margin-bottom: 40px;
}
.course-category-hero .card {
  max-width: 475px;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 11px 12px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 25px 30px;
  border-top: 8px solid #ececec;
  margin: 0 auto;
}
@media print, screen and (min-width: 64em) {
  .course-category-hero .card {
    margin-left: auto;
    padding: 40px 25px 40px;
    min-width: 475px;
  }
}
.course-category-hero .card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.course-category-hero .card ul::before, .course-category-hero .card ul::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.course-category-hero .card ul::after {
  clear: both;
}
.course-category-hero .card ul li {
  padding-left: 32px;
  position: relative;
  min-height: 20px;
  margin-bottom: 20px;
}
.course-category-hero .card ul li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg height='16' viewBox='0 0 18 16' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 5.30607527 6.28295699 6.19392473 8.50134411-11.5' fill='none' stroke='%23005896' stroke-width='3' transform='translate(1.141815 1.5)'/%3E%3C/svg%3E");
  width: 18px;
  height: 16px;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
}
.course-category-hero .card .gform_footer {
  justify-content: center;
}
.course-category-hero .card .privacy-policy-disclaimer {
  margin-top: 10px;
}
.course-category-hero .card .privacy-policy-disclaimer p {
  margin-bottom: 0;
  text-align: center;
}
.course-category-hero .hero-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.course-category-hero .hero-bottom img {
  width: 100%;
  position: relative;
  bottom: -10px;
}

.course-subcategory-hero {
  position: relative;
}
.course-subcategory-hero .grid-container {
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 75em) {
  .course-subcategory-hero .grid-container {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.course-subcategory-hero .grid-container .grid-x {
  min-height: 340px;
}
.course-subcategory-hero .background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.course-subcategory-hero .background-image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.course-subcategory-hero .background-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 88, 150, 0.7) 0%, rgba(13, 72, 93, 0.8) 100%);
}
.course-subcategory-hero header {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.course-subcategory-hero header h1, .course-subcategory-hero header p {
  margin-bottom: 10px;
}
.course-subcategory-hero header h5 {
  margin-bottom: 0px;
}
.course-subcategory-hero header h5 a {
  color: #fff;
  text-decoration: none;
}
.course-subcategory-hero header h5 a:hover {
  color: #ED8545;
}
.course-subcategory-hero header #breadcrumbs {
  margin-bottom: 1.5em;
}
.course-subcategory-hero header .acf-button-wrapper {
  margin-top: 20px;
}
.course-subcategory-hero h1, .course-subcategory-hero h5, .course-subcategory-hero p, .course-subcategory-hero span, .course-subcategory-hero .sub_title {
  color: #fff;
}
.course-subcategory-hero .hero-bottom {
  margin-top: -9%;
  position: relative;
}
.course-subcategory-hero .hero-bottom img {
  width: 100%;
  position: relative;
  bottom: -10px;
}

.course-categories {
  position: relative;
  z-index: 3;
  margin: 0 !important;
  padding: 25px 0 50px;
}
.course-categories .grid-x {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -15px -15px;
}
@media (max-width: 800px) {
  .course-categories .grid-x {
    margin: 0 0px -10px;
  }
}
.course-categories .grid-x .cell {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 15px;
}
@media (max-width: 800px) {
  .course-categories .grid-x .cell {
    padding: 0;
  }
}
.course-categories .grid-x .cell.medium-6 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin: 0;
  padding: 0 15px 15px;
}
@media (max-width: 1199px) {
  .course-categories .grid-x .cell.medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 800px) {
  .course-categories .grid-x .cell.medium-6 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 10px;
  }
}
.course-categories .grid-x .cell.medium-6 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.course-categories .grid-x .cell.medium-6 ul::before, .course-categories .grid-x .cell.medium-6 ul::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.course-categories .grid-x .cell.medium-6 ul::after {
  clear: both;
}
.course-categories .grid-x .cell.medium-6 ul li:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 800px) {
  .course-categories .grid-x .cell.medium-6 ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.course-categories .grid-x .cell.medium-6 ul li a {
  display: inline-block;
  word-wrap: break-word;
}
@media (max-width: 375px) {
  .course-categories .grid-x .cell.medium-6 ul li a {
    display: block;
  }
}
.course-categories .grid-x .cell.medium-6 ul li a::after {
  background-repeat: no-repeat !important;
  width: 7px;
  height: 11px;
  top: 8px;
  transform: none;
  transition: all 0.3s;
}
@media (max-width: 475px) {
  .course-categories .grid-x .cell.medium-6 ul li a::after {
    right: 0;
  }
}
.course-categories .grid-x .cell.medium-6 ul li a:hover::after {
  transform: translateX(4px);
}
@media print, screen and (min-width: 64em) {
  .course-categories .content-area {
    width: 66.66667%;
  }
  .course-categories .sidebar {
    width: 33.33333%;
  }
}
.related-course-category {
  padding: 50px 0 100px;
}
.related-course-category .heading-line-center {
  text-align: center;
}
.related-course-category .heading-line-center:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='7' width='88' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23a9ca3f' fill-rule='evenodd'%3E%3Crect height='6' rx='3' width='67.9' x='10.038' y='.5'/%3E%3Ccircle cx='84.475' cy='3.537' r='3.037'/%3E%3Ccircle cx='3.525' cy='3.537' r='3.037'/%3E%3C/g%3E%3C/svg%3E");
  content: "";
  display: block;
  height: 7px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  width: 88px;
}
.related-course-category .grid-container {
  padding: 0 40px;
}
@media (max-width: 1199px) {
  .related-course-category .grid-container {
    padding: 0 25px;
  }
}
.related-course-category .grid-container .grid-x {
  margin: 0 auto;
}
.related-course-category .grid-container .grid-x .cell {
  margin: 0 !important;
  width: 100% !important;
}
.related-course-category .grid-container .grid.related-course-category-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px -30px;
}
@media (max-width: 1199px) {
  .related-course-category .grid-container .grid.related-course-category-grid {
    margin: 0 -12px -24px;
  }
}
@media (max-width: 767px) {
  .related-course-category .grid-container .grid.related-course-category-grid {
    margin: 0 0 -25px;
  }
}
.related-course-category .grid-container .grid.related-course-category-grid .grid-item {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 15px 30px;
  position: relative;
}
@media (max-width: 1199px) {
  .related-course-category .grid-container .grid.related-course-category-grid .grid-item {
    padding: 0 12px 24px;
  }
}
@media (max-width: 991px) {
  .related-course-category .grid-container .grid.related-course-category-grid .grid-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .related-course-category .grid-container .grid.related-course-category-grid .grid-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 25px;
  }
}
.related-course-category .grid-container .grid.related-course-category-grid .grid-item .grid-item-inner {
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  padding: 25px;
  height: 100%;
}
.related-course-category .grid-container .grid.related-course-category-grid .grid-item .grid-item-inner .grid-item__content {
  margin-top: 15px;
  padding: 0;
}
.related-course-category .grid-container .grid.related-course-category-grid .grid-item .grid-item-inner .grid-item__content p {
  margin-bottom: 0 !important;
}
.related-course-category .grid-container .grid.related-course-category-grid .grid-item .grid-item-inner .grid-item__content .link-wrrapper {
  margin-top: 15px;
}
.related-course-category .grid-container .grid.related-course-category-grid .grid-item .grid-item-inner .grid-item__content .link-wrrapper a {
  transition: all 0.3s;
}
.related-course-category .grid-container .grid.related-course-category-grid .grid-item .grid-item-inner .grid-item__content .link-wrrapper a:hover {
  color: #ea7024;
}
.related-course-category .grid-container .grid.related-course-category-grid .grid-item .grid-item-inner .grid-item__thumbnail {
  display: flex;
  align-items: center;
  padding: 0;
}
.related-course-category .grid-container .grid.related-course-category-grid .grid-item .grid-item-inner .grid-item__thumbnail .background-image {
  margin-right: 15px;
}
.related-course-category .grid-container .grid.related-course-category-grid .grid-item .grid-item-inner .grid-item__thumbnail .background-image img {
  height: auto;
  max-width: 60px;
}
.related-course-category .grid-container .grid.related-course-category-grid .grid-item .grid-item-inner .grid-item__thumbnail h4 {
  margin: 0;
}
.related-course-category .grid-container .grid.related-course-category-grid .grid-item .grid-item-inner .grid-item__thumbnail h4 .link-cover::before {
  display: none !important;
}
.related-course-category .grid-container a {
  text-decoration: none;
}

.pm-course-listing-section.block-course-list {
  padding: 50px 0;
  margin-bottom: 0;
}
.pm-course-listing-section.block-course-list h2 {
  margin-bottom: 20px !important;
}
.pm-course-listing-section .pm-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1199px) {
  .pm-course-listing-section .pm-container {
    padding: 0 25px;
  }
}
.pm-course-listing-section .pm-container .title-wrapper {
  margin-bottom: 30px;
}
.pm-course-listing-section .pm-container .title-wrapper p {
  color: #005896;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  margin-bottom: 0;
}

.pm-course-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px -30px;
}
@media (max-width: 1199px) {
  .pm-course-grid {
    margin: 0 -12px -24px;
  }
}
@media (max-width: 767px) {
  .pm-course-grid {
    margin: 0 0 -25px;
  }
}
.pm-course-grid .facetwp-load-more {
  height: 36px;
  line-height: 36px;
  border-radius: 20px;
  min-width: 130px;
  background-color: #ea7024;
  border: 0;
  font-size: 14px;
  padding: 0 20px;
  color: #FFF;
  transition: all 0.3s;
  letter-spacing: normal;
  text-transform: capitalize;
}
.pm-course-grid .facetwp-load-more:hover {
  background: #ec7e3a;
}
.pm-course-grid .pm-course-item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px 30px;
}
@media (max-width: 1199px) {
  .pm-course-grid .pm-course-item {
    padding: 0 12px 24px;
  }
}
@media (max-width: 767px) {
  .pm-course-grid .pm-course-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 25px;
  }
}
.pm-course-grid .pm-course-item .pm-course-item-inner {
  background-color: #FFF;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  height: 100%;
}
@media (max-width: 991px) {
  .pm-course-grid .pm-course-item .pm-course-item-inner {
    padding: 25px;
  }
}
.pm-course-grid .pm-course-item .pm-course-item-inner .course-catagory {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
  color: #1383BC;
  line-height: 1.21;
}
.pm-course-grid .pm-course-item .pm-course-item-inner h3 {
  color: #252B33;
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 15px 0;
}
@media (max-width: 1199px) {
  .pm-course-grid .pm-course-item .pm-course-item-inner h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .pm-course-grid .pm-course-item .pm-course-item-inner h3 {
    font-size: 18px;
  }
}
.pm-course-grid .pm-course-item .pm-course-item-inner p {
  color: #4A4A4A;
  line-height: 1.25;
  margin: 0;
}
.pm-course-grid .pm-course-item .pm-course-item-inner .btn-tag-wrapper {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pm-course-grid .pm-course-item .pm-course-item-inner .btn-tag-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.pm-course-grid .pm-course-item .pm-course-item-inner .btn-tag-wrapper .btn-wrapper {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .pm-course-grid .pm-course-item .pm-course-item-inner .btn-tag-wrapper .btn-wrapper {
    margin-bottom: 10px;
  }
}
.pm-course-grid .pm-course-item .pm-course-item-inner .btn-tag-wrapper .btn-wrapper .pm-orange-bg-btn {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  min-width: 120px;
  background-color: #ea7024;
  border: 0;
  font-size: 14px;
  padding: 0 20px;
  color: #FFF;
  transition: all 0.3s;
  text-decoration: none;
}
.pm-course-grid .pm-course-item .pm-course-item-inner .btn-tag-wrapper .btn-wrapper .pm-orange-bg-btn:hover {
  background: #ec7e3a;
}
@media (max-width: 991px) {
  .pm-course-grid .pm-course-item .pm-course-item-inner .btn-tag-wrapper .btn-wrapper .pm-orange-bg-btn {
    height: 32px;
    line-height: 32px;
  }
}
@media (max-width: 375px) {
  .pm-course-grid .pm-course-item .pm-course-item-inner .btn-tag-wrapper .btn-wrapper .pm-orange-bg-btn {
    min-width: auto;
    width: 100%;
    text-align: center;
  }
}
.pm-course-grid .pm-course-item .pm-course-item-inner .btn-tag-wrapper .post-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  line-height: 36px;
  min-width: 120px;
  border-radius: 18px;
  font-size: 14px;
  padding: 0 20px;
}
@media (max-width: 375px) {
  .pm-course-grid .pm-course-item .pm-course-item-inner .btn-tag-wrapper .post-tag {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .pm-course-grid .pm-course-item .pm-course-item-inner .btn-tag-wrapper .post-tag {
    height: 32px;
    line-height: 32px;
  }
}
.pm-course-grid .pm-course-item .pm-course-item-inner .btn-tag-wrapper .post-tag.course {
  background-color: #E7F3F8;
  color: #1383BC;
}
.pm-course-grid .pm-course-item .pm-course-item-inner .btn-tag-wrapper .post-tag.award {
  background-color: rgba(123, 59, 109, 0.1);
  color: #7B3B6D;
}
.pm-course-grid .pm-course-item .pm-course-item-inner .btn-tag-wrapper .post-tag.seminar {
  background-color: rgba(132, 195, 65, 0.15);
  color: #84C341;
}
.pm-course-grid .pm-course-item .pm-course-item-inner .btn-tag-wrapper .post-tag.diploma {
  background-color: rgba(250, 166, 29, 0.1);
  color: #FAA61D;
}
.pm-course-grid .pm-course-item .pm-course-item-inner .btn-tag-wrapper .post-tag em {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.pm-course-grid .facetwp-facet-load_more {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 20px auto 0;
}

/* Our team section */
.gb-inside-container .our-team-section {
  padding-top: 0;
  padding-bottom: 60px;
}
@media (max-width: 575px) {
  .gb-inside-container .our-team-section {
    padding-bottom: 70px;
  }
}

.our-team-section {
  overflow: hidden;
  padding: 51px 0 70px;
}
.our-team-section .pm-container {
  padding: 0;
}
.our-team-section .title-wrapper {
  max-width: 865px;
  margin: 0 auto 36px;
  text-align: center;
}
.our-team-section .title-wrapper h2 {
  margin-bottom: 35px;
}
.our-team-section .title-wrapper p {
  margin-bottom: 0 !important;
}
.our-team-section .our-team-grid-outer .our-team-grid .slick-list {
  margin: 0 -15px;
}
.our-team-section .our-team-grid-outer .our-team-grid .our-team-item {
  padding: 0 15px;
}
.our-team-section .our-team-grid-outer .our-team-grid .our-team-item .our-team-inner {
  background-color: #FFF;
  border: 1px solid #DADADA;
  border-radius: 16px;
  padding: 30px;
  height: 100%;
}
@media (max-width: 767px) {
  .our-team-section .our-team-grid-outer .our-team-grid .our-team-item .our-team-inner {
    padding: 20px;
  }
}
.our-team-section .our-team-grid-outer .our-team-grid .our-team-item .our-team-inner .img-block {
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 25px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .our-team-section .our-team-grid-outer .our-team-grid .our-team-item .our-team-inner .img-block {
    margin-bottom: 15px;
  }
}
.our-team-section .our-team-grid-outer .our-team-grid .our-team-item .our-team-inner .img-block img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-team-section .our-team-grid-outer .our-team-grid .our-team-item .our-team-inner .content-block {
  text-align: center;
}
.our-team-section .our-team-grid-outer .our-team-grid .our-team-item .our-team-inner .content-block h3 {
  font-size: 20px;
  color: #454c54;
  line-height: 1.28;
  margin-bottom: 6px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .our-team-section .our-team-grid-outer .our-team-grid .our-team-item .our-team-inner .content-block h3 {
    font-size: 18px;
  }
}
.our-team-section .our-team-grid-outer .our-team-grid .our-team-item .our-team-inner .content-block p {
  font-size: 14px;
  line-height: 1.28;
  color: #454c54;
  margin-bottom: 0 !important;
}

.pm-gallary-section {
  padding: 50px 0 110px;
}
@media (max-width: 1199px) {
  .pm-gallary-section {
    padding: 60px 0;
  }
}
.pm-gallary-section .pm-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}
.pm-gallary-section .pm-container .pm-gallary-grid-main .slick-list {
  margin: 0 -10px -20px;
}
.pm-gallary-section .pm-container .pm-gallary-grid-main .pm-gallary-grid-item {
  padding: 0 10px;
}
.pm-gallary-section .pm-container .pm-gallary-grid-main .pm-gallary-grid-item .pm-gallary-inner {
  display: block;
  position: relative;
  padding-bottom: 76.86%;
  border-radius: 10px;
  overflow: hidden;
}
.pm-gallary-section .pm-container .pm-gallary-grid-main .pm-gallary-grid-item .pm-gallary-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pm-slider-section .slick-next, .pm-slider-section .slick-prev {
  z-index: 99;
  transform: translate(0);
  top: 105%;
  background-color: #9b9a9a;
  height: 35px;
  width: 35px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pm-slider-section .slick-prev {
  left: calc(50% - 25px);
  transform: translateX(-50%);
}
.pm-slider-section .slick-prev::before {
  content: " " !important;
  background-image: url(../images/slider-arrow-icon.svg?5d60a3bb14673c12ee144a0784d94747);
  width: 20px;
  height: 20px;
  background-size: 15px 9px;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(270deg);
  position: absolute;
  right: 9px;
  top: 8px;
  opacity: 1;
}
.pm-slider-section .slick-next {
  right: calc(50% - 65px);
  transform: translateX(-50%);
}
.pm-slider-section .slick-next::before {
  content: " " !important;
  background-image: url(../images/slider-arrow-icon.svg?5d60a3bb14673c12ee144a0784d94747);
  transform: rotate(-90deg);
  width: 20px;
  height: 20px;
  background-size: 15px 9px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 6px;
  top: 7px;
  transform: rotate(90deg);
  opacity: 1;
}
.pm-slider-section .slick-disabled {
  opacity: 50%;
  pointer-events: none;
}

.pm-course-listing-section.block-course-list + .tax-course_category .category-block:not(.no-margin) {
  margin-top: 20px;
}
.pm-gallary-main-section .pm-gallary-section .pm-container .pm-gallary-grid-main .pm-gallary-grid-item .pm-gallary-inner {
  padding-bottom: 125%; }
.inside-article .gb-button-wrapper-group {
  justify-content: flex-start !important;
  padding-bottom: 2em; }

.single-course .banner-content .gb-button-wrapper-group {
  padding-bottom: 2em; }
.tax-training-area .site.container .site-content {
  flex-direction: column;
}
.tax-training-area .grid-container {
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (min-width: 48em) {
  .tax-training-area .grid-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.tax-training-area .blocks section {
  margin-top: 50px;
}
.tax-training-area .blocks section > .acf-block-student-success-stories {
  margin-top: 90px;
}
.tax-training-area .blocks .block-student-success-stories {
  margin-top: 90px;
}
.tax-training-area .courses-diplomas {
  margin-top: 50px;
  text-align: center;
}
.tax-training-area .courses-diplomas .wrap {
  position: relative;
  padding: 60px 30px;
  border-radius: 70px 8px 70px 8px;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
@media print, screen and (min-width: 64em) {
  .tax-training-area .courses-diplomas .wrap {
    border-radius: 170px 8px 170px 8px;
    padding: 90px 60px;
  }
}
.tax-training-area .courses-diplomas .background-image {
  background-color: #005896;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  border-radius: 50px 50px 0 0;
  z-index: -1;
}
.tax-training-area .courses-diplomas .background-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.tax-training-area .courses-diplomas .background-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 88, 150, 0.7) 0%, rgba(13, 72, 93, 0.8) 100%);
}
.tax-training-area .courses-diplomas h2 {
  color: #fff;
}
.tax-training-area .training-events {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (min-width: 48em) {
  .tax-training-area .training-events {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.tax-training-area .training-events .wrap {
  border: 1px solid #D7D7D7;
  padding: 30px 16px;
}
@media print, screen and (min-width: 48em) {
  .tax-training-area .training-events .wrap {
    padding: 36px 16px;
  }
}
.tax-training-area .training-events article {
  background-color: transparent;
  margin-top: 24px;
  width: 100%;
  position: relative;
  padding: 24px 15px 0;
}
@media print, screen and (min-width: 64em) {
  .tax-training-area .training-events article {
    display: grid;
    grid-template-columns: 100px auto;
    align-items: center;
  }
}
@media print, screen and (min-width: 48em) {
  .tax-training-area .training-events article {
    padding: 24px 40px 0;
  }
}
.tax-training-area .training-events article:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #D7D7D7;
  position: absolute;
  top: 0;
  left: 0;
}
.tax-training-area .training-events article:first-child {
  margin-top: 0;
  padding-top: 0;
}
.tax-training-area .training-events article:first-child:before {
  display: none;
}
.tax-training-area .training-events article .large-date {
  background-color: #0D485D;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tax-training-area .training-events article .large-date .month {
  color: #ffffff;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.18181818;
  text-align: center;
}
.tax-training-area .training-events article .large-date .day {
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.19444444;
  text-align: center;
}
.tax-training-area .training-events article .event-details {
  margin-top: 24px;
}
@media print, screen and (min-width: 64em) {
  .tax-training-area .training-events article .event-details {
    margin-top: 0;
    padding-left: 24px;
  }
}
.tax-training-area .training-events article .event-details h3 {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 48em) {
  .tax-training-area .training-events article .event-meta {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, auto));
    gap: 24px;
    align-items: center;
  }
}
.tax-training-area .training-events article .event-meta > div {
  color: #979797;
  margin-bottom: 18px;
  position: relative;
}
.tax-training-area .training-events article .event-meta > div:before {
  content: "";
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.tax-training-area .training-events article .event-meta .event-time {
  padding-left: 33px;
}
.tax-training-area .training-events article .event-meta .event-time:before {
  background-image: url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 25 24' width='25' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%230d485d' stroke-width='1.5' transform='translate(1.5 1)'%3E%3Ccircle cx='11.1' cy='11.1' r='11.1'/%3E%3Cpath d='m11.1 3.18632812v8.31367188l3.8691406 2.9'/%3E%3C/g%3E%3C/svg%3E");
  width: 25px;
  height: 24px;
}
.tax-training-area .training-events article .event-meta .event-venue {
  padding-left: 26px;
}
.tax-training-area .training-events article .event-meta .event-venue:before {
  background-image: url("data:image/svg+xml,%3Csvg height='26' viewBox='0 0 18 26' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m165.470281 650.724479c-.081869-.306835-.248121-.633777-.371112-.920025-1.47172-3.536899-4.687398-4.804454-7.283897-4.804454-3.475884 0-7.304164 2.330732-7.815272 7.134918v.981521c0 .040961.014117.408918.03417.592977.286515 2.289556 2.093145 4.722852 3.442409 7.012408 1.451614 2.453028 2.957879 4.86611 4.450187 7.278176.920186-1.57407 1.837057-3.168835 2.736281-4.702157.245072-.449987.529556-.899706.774896-1.329212.163525-.28598.475921-.571961.618644-.838049 1.451561-2.65762 3.788014-5.335775 3.788014-7.973235v-1.083497c.000054-.285927-.354374-1.287715-.37432-1.349371zm-7.591375 4.927231c-1.021734 0-2.140096-.510894-2.692111-1.921813-.082243-.224593-.075613-.674686-.075613-.715915v-.633777c0-1.798662 1.527227-2.616606 2.85585-2.616606 1.635672 0 2.900714 1.308624 2.900714 2.944296 0 1.635619-1.353167 2.943815-2.98884 2.943815z' fill='none' stroke='%230d485d' stroke-width='1.5' transform='translate(-149 -644)'/%3E%3C/svg%3E");
  width: 18px;
  height: 26px;
}
.tax-training-area .training-events article .event-meta .event-cost {
  padding-left: 35px;
}
.tax-training-area .training-events article .event-meta .event-cost:before {
  background-image: url("data:image/svg+xml,%3Csvg height='27' viewBox='0 0 27 27' width='27' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(.502209 .984143)'%3E%3Cpath d='m13.6251173.87125902c-.5770912-.57546424-1.3645196-.88992429-2.1793733-.87040127l-8.33447002.21242907c-1.58392119.03951085-2.85872788 1.31408513-2.89823878 2.89823872l-.21219661 8.33423766c-.01929062.8148536.29493703 1.6022821.87016887 2.1796057l11.50510134 11.5046365c1.1625494 1.1599928 3.044429 1.1599928 4.2069784 0l8.5466667-8.5466666c1.1618521-1.1616197 1.1618521-3.0453587 0-4.2072108zm10.6632874 14.87073058-8.5466667 8.5464342c-.6974831.6960887-1.8267968.6960887-2.5242799 0l-11.50486906-11.5046365c-.34513908-.3465336-.5338616-.8188048-.52224079-1.3078099l.21219668-8.33423763c.02393889-.95035275.78859053-1.71523679 1.73894322-1.73894328l8.33423765-.21242908c.0151071-.0004648.0297494-.0004648.0448564-.0004648.4734333.00069726.9273435.18872252 1.262721.522938l11.5051015 11.50486899c.6958562.6974831.6958562 1.8267969 0 2.52428z'/%3E%3Cpath d='m7.77750808 4.91298895c-1.58206186 0-2.86453829 1.28247643-2.86477075 2.86453829 0 1.58206185 1.28270889 2.86453826 2.86453834 2.86453826 1.58206186 0 2.86453833-1.28247641 2.86453833-2.86453826-.0018594-1.58113219-1.28317374-2.86267895-2.86430592-2.86453829zm0 4.53910204c-.92501927 0-1.67456376-.74977689-1.67479622-1.67456375 0-.92478687.74977695-1.67456376 1.67456381-1.67456376.92478681 0 1.67456376.74977689 1.67456376 1.67456376-.00092967.92432199-.75000936 1.67340168-1.67433135 1.67456375z'/%3E%3C/g%3E%3C/svg%3E");
  width: 27px;
  height: 27px;
}
.tax-training-area .training-events article .event-meta .event-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  line-height: 1;
  text-decoration: none;
  padding: 9px 20px;
  border-radius: 17.5px;
  min-width: 190px;
  text-align: center;
  background-color: #EA7024;
  border: 2px solid #EA7024;
  color: #fff;
  padding-top: 11px;
  padding-bottom: 11px;
  text-transform: uppercase;
  min-width: 0;
}
.tax-training-area .training-events article .event-meta .event-button a:hover {
  background-color: #ED8545;
  border-color: #ED8545;
  color: #fff;
}

.training-area-hero {
  position: relative;
  /*  margin-bottom: -5%;

  @include breakpoint(xlarge) {
  	margin-top: -15%;
  } */
}
.training-area-hero .grid-container {
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 75em) {
  .training-area-hero .grid-container {
    padding-bottom: 90px;
    padding-top: 90px;
  }
}
.training-area-hero .grid-container .grid-x {
  min-height: 340px;
}
.training-area-hero .background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.training-area-hero .background-image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.training-area-hero .background-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 88, 150, 0.7) 0%, rgba(13, 72, 93, 0.8) 100%);
}
.training-area-hero .cell {
  max-width: 440px;
}
.training-area-hero header {
  position: relative;
  display: flex;
  flex-direction: column;
}
.training-area-hero header h1 {
  margin-bottom: 45px;
  order: 1;
}
.training-area-hero header h5 a {
  text-decoration: none;
  color: inherit;
}
.training-area-hero h1,
.training-area-hero h5,
.training-area-hero p {
  color: #fff;
}
.training-area-hero .text {
  margin-bottom: 35px;
}
.training-area-hero .hero-bottom {
  margin-top: -9%;
  position: relative;
}
.training-area-hero .hero-bottom img {
  width: 100%;
  position: relative;
  bottom: -10px;
}

body .schedule-call h2 {
  text-align: left;
}
body .schedule-call ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .schedule-call ul::before, body .schedule-call ul::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
body .schedule-call ul::after {
  clear: both;
}
body .schedule-call ul li {
  padding-left: 32px;
  position: relative;
  min-height: 20px;
  margin-bottom: 20px;
}
body .schedule-call ul li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg height='16' viewBox='0 0 18 16' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 5.30607527 6.28295699 6.19392473 8.50134411-11.5' fill='none' stroke='%23a9ca3f' stroke-width='3' transform='translate(1.141815 1.5)'/%3E%3C/svg%3E");
  width: 18px;
  height: 16px;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
}
body .schedule-call .gform_wrapper .gfield_label,
body .schedule-call .gform_wrapper .ginput_complex label {
  color: #fff;
}
body .schedule-call .gform_wrapper ::-moz-placeholder {
  color: #fff !important;
}
body .schedule-call .gform_wrapper ::placeholder {
  color: #fff !important;
}
body .schedule-call .gform_wrapper input[type=text],
body .schedule-call .gform_wrapper input[type=url],
body .schedule-call .gform_wrapper input[type=email],
body .schedule-call .gform_wrapper input[type=tel],
body .schedule-call .gform_wrapper input[type=number],
body .schedule-call .gform_wrapper input[type=password],
body .schedule-call .gform_wrapper input[type=file],
body .schedule-call .gform_wrapper textarea,
body .schedule-call .gform_wrapper select {
  background: transparent;
  color: #fff;
}
body .schedule-call .gform_wrapper input[type=text],
body .schedule-call .gform_wrapper input[type=url],
body .schedule-call .gform_wrapper input[type=email],
body .schedule-call .gform_wrapper input[type=tel],
body .schedule-call .gform_wrapper input[type=number],
body .schedule-call .gform_wrapper input[type=password] {
  border-bottom: solid 1px #fff !important;
}
body .schedule-call .gform_wrapper textarea {
  border: 1px solid #fff !important;
}
body .schedule-call .gform_wrapper textarea:focus {
  border-color: #fff !important;
}
body .schedule-call .gform_wrapper select {
  border-bottom: solid 1px #fff !important;
}
body .schedule-call .gform_wrapper select:focus {
  border-color: #fff !important;
}
body .schedule-call .gform_wrapper .privacy-policy-disclaimer p {
  text-align: center;
}
body .schedule-call .gform_wrapper .privacy-policy-disclaimer p,
body .schedule-call .gform_wrapper .privacy-policy-disclaimer a {
  color: #fff;
}
body .schedule-call .gform_wrapper .gform_footer {
  justify-content: center;
}

.post-type-archive-training-centre .page-header,
.tax-training-area .page-header {
  margin-top: 20px;
  text-align: center;
}
.post-type-archive-training-centre .facetwp-selections ul,
.tax-training-area .facetwp-selections ul {
  margin-left: 0;
}
.post-type-archive-training-centre .facetwp-selections .facetwp-selection-label,
.tax-training-area .facetwp-selections .facetwp-selection-label {
  display: none;
}
.post-type-archive-training-centre .location-filters,
.tax-training-area .location-filters {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 64em) {
  .post-type-archive-training-centre .location-filters .grid,
  .tax-training-area .location-filters .grid {
    display: inline-grid;
    grid-template-columns: auto auto;
    -moz-column-gap: 36px;
         column-gap: 36px;
    align-items: center;
    justify-content: center;
  }
}
.post-type-archive-training-centre .location-filters .grid .acf-button-wrapper,
.tax-training-area .location-filters .grid .acf-button-wrapper {
  margin-bottom: 40px;
}
.post-type-archive-training-centre .location-filters .grid .acf-button-wrapper .acf-button,
.tax-training-area .location-filters .grid .acf-button-wrapper .acf-button {
  text-transform: uppercase;
  letter-spacing: 1.1px;
}
@media only screen and (min-width: 768px) {
  .post-type-archive-training-centre .locations .facetwp-template,
  .tax-training-area .locations .facetwp-template {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .post-type-archive-training-centre .locations,
  .tax-training-area .locations {
    display: grid;
    grid-template-columns: 670px auto;
    gap: 1rem;
  }
  .post-type-archive-training-centre .locations .facetwp-template,
  .tax-training-area .locations .facetwp-template {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    max-height: 800px;
    padding-bottom: 30px;
    overflow: hidden;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .post-type-archive-training-centre .locations,
  .tax-training-area .locations {
    grid-template-columns: 560px auto;
  }
}
.post-type-archive-training-centre article,
.tax-training-area article {
  background-color: #fff;
  margin-bottom: 0.5rem;
  border-radius: 1px;
  background-color: #FCF9F9;
}
.post-type-archive-training-centre article.active,
.tax-training-area article.active {
  position: relative;
  background-color: #fff;
  box-shadow: 0 11px 12px 0 rgba(0, 0, 0, 0.1);
}
.post-type-archive-training-centre article.active:after,
.tax-training-area article.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid #005896;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1px;
}
.post-type-archive-training-centre article .panel,
.tax-training-area article .panel {
  position: relative;
  z-index: 3;
}
.post-type-archive-training-centre article .panel .details,
.tax-training-area article .panel .details {
  padding: 25px 25px 7px 25px;
  display: flex;
  flex-direction: column;
}
.post-type-archive-training-centre article .address-wrapper,
.tax-training-area article .address-wrapper {
  margin-bottom: 7px;
}
.post-type-archive-training-centre article .address-wrapper address,
.tax-training-area article .address-wrapper address {
  font-style: normal;
}
.post-type-archive-training-centre article .address,
.tax-training-area article .address {
  margin-bottom: 54px;
  padding-left: 30px;
  position: relative;
}
.post-type-archive-training-centre article .address svg,
.tax-training-area article .address svg {
  position: absolute;
  top: 0;
  left: 0;
}
.post-type-archive-training-centre article .appointment,
.tax-training-area article .appointment {
  text-align: right;
}
.post-type-archive-training-centre article .appointment a,
.tax-training-area article .appointment a {
  color: #005896;
}
.post-type-archive-training-centre article .buttons,
.tax-training-area article .buttons {
  border-top: 1px solid #D7D7D7;
  padding-top: 16px;
  margin-top: 15px;
}
.post-type-archive-training-centre article .buttons a,
.tax-training-area article .buttons a {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  text-decoration: none;
  color: #005896;
  margin-bottom: 18px;
}
.post-type-archive-training-centre article .buttons a svg,
.tax-training-area article .buttons a svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 20px;
  width: 20px;
}
.post-type-archive-training-centre article .buttons a svg.student-icon,
.tax-training-area article .buttons a svg.student-icon {
  height: 16px;
}
.post-type-archive-training-centre article .buttons a:first-child,
.tax-training-area article .buttons a:first-child {
  margin-right: 12px;
}
.post-type-archive-training-centre article .show-for-mobile,
.tax-training-area article .show-for-mobile {
  padding: 10px 24px 24px;
}
@media (min-width: 1025px) {
  .post-type-archive-training-centre article .show-for-mobile,
  .tax-training-area article .show-for-mobile {
    display: none;
  }
}
.post-type-archive-training-centre .locations,
.tax-training-area .locations {
  margin-bottom: 40px;
}
.post-type-archive-training-centre .map,
.tax-training-area .map {
  position: relative;
  height: 800px;
}
@media (max-width: 1024px) {
  .post-type-archive-training-centre .map,
  .tax-training-area .map {
    display: none;
  }
}
@media screen and (min-width: 81.3125em) {
  .post-type-archive-training-centre .map .facetwp-type-map,
  .tax-training-area .map .facetwp-type-map {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }
  .post-type-archive-training-centre .map .facetwp-type-map #facetwp-map,
  .tax-training-area .map .facetwp-type-map #facetwp-map {
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100% !important;
  }
}
.post-type-archive-training-centre .google-map,
.tax-training-area .google-map {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.post-type-archive-training-centre .google-map .marker,
.tax-training-area .google-map .marker {
  display: none;
}

.infoBox {
  position: relative;
  text-align: center;
}
.infoBox .info-box-top {
  background-image: url(../images/info-box-top.png?47e9ea4a4d0c739738bbf158582f5fde);
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px;
}
.infoBox .info-box-middle {
  background-image: url(../images/info-box-middle.png?6bbcafa51985f0a7177e7f63e842bf11);
  background-size: 100%;
  background-repeat: repeat-y;
  padding: 30px 30px 20px 30px;
  margin-top: -2px;
}
.infoBox .info-box-bottom {
  background-image: url(../images/info-box-bottom.png?a34ad93be1fc5fe29b3da5677b80c439);
  background-size: contain;
  background-repeat: no-repeat;
  height: 56px;
}
.infoBox > img {
  width: 24px;
  height: 24px;
  position: absolute !important;
  margin: 0 !important;
  top: 10px;
  right: 20px;
  z-index: 3;
}
.infoBox h3 {
  margin-bottom: 30px;
}
.infoBox .address {
  font-size: 15px;
  letter-spacing: 0.26px;
  line-height: 23px;
  margin-bottom: 20px;
}
.infoBox .acf-button-wrapper {
  justify-content: center;
}
.infoBox .acf-button-wrapper .acf-button {
  display: block;
  padding-top: 11px;
  padding-bottom: 11px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.post-type-archive-training-centre .location-filters {
  text-align: center;
}
.post-type-archive-training-centre .location-filters .grid {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 18px;
  padding: 40px 40px 10px;
  margin-bottom: 40px;
  border-top: 10px solid #ececec;
}
.post-type-archive-training-centre .location-filters .grid .filters {
  text-align: left;
}
@media print, screen and (min-width: 40em) {
  .post-type-archive-training-centre .location-filters .grid .filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}

.paging-navigation {
  width: 100%;
  grid-column-end: span 2;
  display: inherit;
}
.paging-navigation .nav-links {
  margin: 0 !important;
}
.paging-navigation .nav-links a {
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
}
.paging-navigation .nav-links span {
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
}

.tax-training-area .location-filters .grid {
  align-items: flex-end;
}
.tax-training-area .locations .locations-wrap .facetwp-template::-webkit-scrollbar {
  width: 0.5rem;
  border-radius: 2rem;
}
.tax-training-area .locations .locations-wrap .facetwp-template::-webkit-scrollbar-track {
  padding: 0.3rem 0.1rem;
  box-shadow: inset 0 0 1rem #cdcdcd;
  border-radius: 2rem;
}
.tax-training-area .locations .locations-wrap .facetwp-template::-webkit-scrollbar-thumb {
  background-color: #838383;
  outline: 0px solid #838383;
  border-radius: 2rem;
  width: 0.5rem;
}

.single-training-centre .site-content {
  flex-direction: column;
}

.single-course .course-hero {
  position: relative;
}
.single-course .course-hero form .gform_body .gform_fields .gfield_label {
  margin-bottom: 0 !important;
  color: #333;
}
@media (min-width: 768px) {
  .single-course .course-hero form .gform_body .gform_fields .gfield_label {
    margin-bottom: 4px !important;
  }
}
.single-course .course-hero form .gform_body .gform_fields input {
  min-height: 25px;
  line-height: 25px;
  padding: 0 !important;
  border-color: #333;
  color: #333;
}
.single-course .course-hero form .gform_body .gform_fields input:focus {
  outline: 0;
  color: #333 !important;
  border-color: #333 !important;
}
.single-course .course-hero form .gform_body .gfield_checkbox .gchoice {
  position: relative;
}
.single-course .course-hero form .gform_body .gfield_checkbox .gchoice input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.single-course .course-hero form .gform_body .gfield_checkbox .gchoice input + label {
  cursor: pointer;
  padding-left: 26px;
  position: relative;
  font-size: 14px;
  max-width: 100%;
  color: #333;
}
.single-course .course-hero form .gform_body .gfield_checkbox .gchoice input + label::before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #333;
  top: 3px;
  left: 0;
}
.single-course .course-hero form .gform_body .gfield_checkbox .gchoice input + label::after {
  content: "";
  position: absolute;
  display: block;
  border: 1px solid transparent;
  height: 10px;
  width: 5px;
  top: 4px;
  left: 5px;
  transform: rotate(34deg);
  border-top: 0;
  border-left: 0;
  transition: all 0.3s;
}
.single-course .course-hero form .gform_body .gfield_checkbox .gchoice input:checked + label::after {
  border-color: #333;
}
.single-course .course-hero form .gform_body .ginput_container_select .gfield_select {
  color: #333;
  border-color: #333;
  border-bottom-color: #333 !important;
}
.single-course .course-hero form .gform_body .ginput_container_select .gfield_select option {
  color: #333;
}
.single-course .course-hero form .gform_body .ginput_container_select .gfield_select:focus {
  outline: none;
  border-color: #333 !important;
  color: #333 !important;
}
.single-course .course-hero form .gform_footer {
  justify-content: center;
  margin: 20px 0 0;
  padding: 0;
  align-items: center;
}
.single-course .course-hero form .gform_footer input {
  margin: 0;
  height: 34px;
  line-height: 34px !important;
  padding: 0 15px;
  border-radius: 22px;
  border: 0;
  letter-spacing: normal;
  text-transform: capitalize;
  font-size: 14px;
  min-width: 190px;
  color: #FFF;
}
.single-course .course-hero form .gform_footer input:focus {
  outline: 0;
}
.single-course .course-hero .grid-container {
  padding: 20px 20px 60px;
  position: relative;
  z-index: 3;
}
@media print, screen and (min-width: 64em) {
  .single-course .course-hero .grid-container {
    padding-bottom: 140px;
	position: relative;
  }
}
@media (max-width: 767px) {
  .single-course .course-hero .grid-container {
    padding: 20px 20px 40px;
  }
}
.single-course .course-hero .grid-container .cell {
  margin-bottom: 40px;
}
.single-course .course-hero .background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.single-course .course-hero .background-image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.single-course .course-hero .background-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 88, 150, 0.7) 0%, rgba(13, 72, 93, 0.8) 100%);
}
.single-course .course-hero .banner-content {
	padding: 40px 0px;
	text-align: center;
}
.single-course .course-hero header {
  margin-top: 0;
  position: static;
  display: flex;
  flex-direction: column;
}
.single-course .course-hero header h1 {
  margin-bottom: 20px;
  order: 1;
}
.single-course .course-hero header h5 a {
  color: #fff;
  text-decoration: none;
}
.single-course .course-hero header h5 a:hover {
  color: #EA7024;
}
.single-course .course-hero .subtitle {
  color: #fff;
}
.single-course .course-hero h1,
.single-course .course-hero h5,
.single-course .course-hero .text p,
.single-course .course-hero .course-details {
  color: #fff;
}
.single-course .course-hero .course-details {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.single-course .course-hero .text {
  max-width: 420px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .single-course .course-hero .text {
    max-width: 100%;
    margin-bottom: 0;
  }
}
.single-course .course-hero .card {
  max-width: 475px;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 11px 12px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 25px 30px;
  border-top: 8px solid #ececec;
  margin: 0 auto;
}
@media print, screen and (min-width: 64em) {
  .single-course .course-hero .card {
    margin-left: auto;
    padding: 40px 25px 40px;
    min-width: 475px;
  }
}
.single-course .course-hero .card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-course .course-hero .card ul::before, .single-course .course-hero .card ul::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.single-course .course-hero .card ul::after {
  clear: both;
}
.single-course .course-hero .card ul li {
  padding-left: 32px;
  position: relative;
  min-height: 20px;
  margin-bottom: 20px;
}
.single-course .course-hero .card ul li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg height='16' viewBox='0 0 18 16' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 5.30607527 6.28295699 6.19392473 8.50134411-11.5' fill='none' stroke='%23005896' stroke-width='3' transform='translate(1.141815 1.5)'/%3E%3C/svg%3E");
  width: 18px;
  height: 16px;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
}
.single-course .course-hero .card ul li {
  font-size: 0.875rem;
}
.single-course .course-hero .card .gform_footer {
  justify-content: center;
}
.single-course .course-hero .card .privacy-policy-disclaimer {
  margin-top: 10px;
}
.single-course .course-hero .card .privacy-policy-disclaimer p {
  margin-bottom: 0;
  text-align: center;
}
.single-course .hero-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.single-course .hero-bottom img {
  width: 100%;
  position: relative;
  bottom: -10px;
}
.single-course .entry-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-course .entry-content ul::before, .single-course .entry-content ul::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.single-course .entry-content ul::after {
  clear: both;
}
.single-course .entry-content ul li {
  padding-left: 32px;
  position: relative;
  min-height: 20px;
  margin-bottom: 20px;
}
.single-course .entry-content ul li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg height='16' viewBox='0 0 18 16' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 5.30607527 6.28295699 6.19392473 8.50134411-11.5' fill='none' stroke='%23005896' stroke-width='3' transform='translate(1.141815 1.5)'/%3E%3C/svg%3E");
  width: 18px;
  height: 16px;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
}
.single-course .courses-block.block-faq .accordion_wrapper {
	padding-left: 0px;
}
@media print, screen and (min-width: 64em) {
	.single-course .courses-block.block-faq .accordion_wrapper {
		padding-left: 40px;
	}
}
.single-course .courses-block.block-faq .card {
	max-width: 475px;
	border-radius: 8px;
	background-color: #FFFFFF;
	box-shadow: 0 11px 12px 0 rgba(0, 0, 0, 0.1);
	padding: 30px 25px 30px;
	border-top: 8px solid #ececec;
	margin: 0 auto;
}
@media (max-width: 1023px) {
	.single-course .courses-block.block-faq .card {
		margin-bottom: 40px;
	}
}
.single-course .courses-block.block-faq form .gform_body .gform_fields input {
  min-height: 25px;
  line-height: 25px;
  padding: 0 !important;
  border-color: #333;
  color: #333;
}
.single-course .courses-block.block-faq form .gform_body .gform_fields input:focus {
  outline: 0;
  color: #333 !important;
  border-color: #333 !important;
}
.single-course .courses-block.block-faq form .gform_body .gfield_checkbox .gchoice {
  position: relative;
}
.single-course .courses-block.block-faq form .gform_body .gfield_checkbox .gchoice input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.single-course .courses-block.block-faq form .gform_body .gfield_checkbox .gchoice input + label {
  cursor: pointer;
  padding-left: 26px;
  position: relative;
  font-size: 14px;
  max-width: 100%;
  color: #333;
}
.single-course .courses-block.block-faq form .gform_body .gfield_checkbox .gchoice input + label::before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #333;
  top: 3px;
  left: 0;
}
.single-course .courses-block.block-faq form .gform_body .gfield_checkbox .gchoice input + label::after {
  content: "";
  position: absolute;
  display: block;
  border: 1px solid transparent;
  height: 10px;
  width: 5px;
  top: 4px;
  left: 5px;
  transform: rotate(34deg);
  border-top: 0;
  border-left: 0;
  transition: all 0.3s;
}
.single-course .courses-block.block-faq form .gform_body .gfield_checkbox .gchoice input:checked + label::after {
  border-color: #333;
}
.single-course .courses-block.block-faq form .gform_body .ginput_container_select .gfield_select {
  color: #333;
  border-color: #333;
  border-bottom-color: #333 !important;
}
.single-course .courses-block.block-faq form .gform_body .ginput_container_select .gfield_select option {
  color: #333;
}
.single-course .courses-block.block-faq form .gform_body .ginput_container_select .gfield_select:focus {
  outline: none;
  border-color: #333 !important;
  color: #333 !important;
}
.single-course .courses-block.block-faq form .gform_footer {
  justify-content: center;
  margin: 20px 0 0;
  padding: 0;
  align-items: center;
}
.single-course .courses-block.block-faq form .gform_footer input {
  margin: 0;
  height: 34px;
  line-height: 34px !important;
  padding: 0 15px;
  border-radius: 22px;
  border: 0;
  letter-spacing: normal;
  text-transform: capitalize;
  font-size: 14px;
  min-width: 190px;
  color: #FFF;
}
.single-course .courses-block.block-faq form .gform_footer input:focus {
  outline: 0;
}
.single-course .block-sidebar {
	margin-top: 30px;
}
@media print, screen and (min-width: 64em) {
	.single-course .block-sidebar .pm-course-grid .pm-course-item{
		flex: 0 0 100%;
		max-width: 100%;
	}
}
.single-course .block-sidebar .btn-wrapper{
	padding-top: 25px;
}
.single-course .block-sidebar .pm-course-grid{
	margin: 0px;
}
.single-course .block-sidebar .difference{
	flex-flow: wrap;
}
.single-course .block-sidebar .difference .grid-item {
	width: 50%;
	flex: 0 0 50%;
	padding: 0 15px 30px;
}
@media (max-width: 767px) {
	.single-course .block-sidebar .difference .grid-item {
		width: 100%;
		flex: 0 0 100%;
	}
}
.single-course .block-sidebar .difference .grid-item .grid-item-inner {
	border-radius: 10px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
	padding: 25px;
	height: 100%;
}
.single-course .block-sidebar .difference .grid-item .grid-item-inner .grid-item__thumbnail {
	display: flex;
}
.single-course .block-sidebar .difference .grid-item .grid-item-inner .grid-item__thumbnail .background-image {
	margin-right: 15px;
}
.single-course .block-sidebar .difference .grid-item .grid-item-inner .grid-item__thumbnail .background-image figure {
	background: #FEF6E8;
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
}
.single-course .block-sidebar .difference .grid-item:nth-child(odd) .grid-item-inner .grid-item__thumbnail .background-image figure {
	background: #E7F3F8;
}
.single-course .block-sidebar .difference .grid-item .grid-item-inner .grid-item__thumbnail .background-image figure img {
	width: 25px!important;
    height: 25px!important;
    margin: 0 auto;
}
.single-course .block-sidebar .sidebar_wrapper {
	padding-left: 0px;
}
@media print, screen and (min-width: 64em) {
	.single-course .block-sidebar .sidebar_wrapper {
		padding-left: 40px;
	}
}
.single-course .block-sidebar .sidebar_wrapper .traning_center {
	margin-bottom: 40px;
}
.single-course .block-sidebar .sidebar_wrapper .traning_center .accordion {
	background: #4983A9;
	border-radius: 50px;
	padding: 15px;
	color: #ffffff;
}
.single-course .block-sidebar .sidebar_wrapper .traning_center .accordion h3.heading-line-center{
	color: #ffffff;
	text-align: center;
}
.single-course .block-sidebar .sidebar_wrapper .traning_center .accordion h3.heading-line-center:after {
  content: "";
  display: block;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 88px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg height='7' viewBox='0 0 88 7' width='88' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23a9ca3f' fill-rule='evenodd'%3E%3Crect height='6' rx='3' width='67.9' x='10.037803' y='.5'/%3E%3Ccircle cx='84.474979' cy='3.537175' r='3.037175'/%3E%3Ccircle cx='3.525022' cy='3.537175' r='3.037175'/%3E%3C/g%3E%3C/svg%3E");
}
.single-course .block-sidebar .sidebar_wrapper .traning_center .accordion .accordion__item a {
    color: #ffffff;
    text-decoration: none; 
}
.single-course .block-sidebar .sidebar_wrapper .traning_center .accordion .accordion__item.first_child .accordion__title {
    border-top: 0 !important; 
}
.single-course .block-sidebar .sidebar_wrapper .traning_center .accordion .accordion__item .accordion__title {
  border-top: 1px solid #D7D7D7;
  font-weight: normal;
  margin-bottom: 0; 
}
.single-course .block-sidebar .sidebar_wrapper .traning_center .accordion .accordion__item .accordion__title a {
	display: block;
	padding: 24px 60px 24px 0;
	position: relative;
	font-weight: inherit;
	text-decoration: none;
	text-transform: inherit; 
}
.single-course .block-sidebar .sidebar_wrapper .traning_center .accordion .accordion__item .accordion__title a:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  margin-top: 0 !important;
  color: #ffffff;
  font-size: 2.5rem;
  content: "+"; 
}
.single-course .block-sidebar .sidebar_wrapper .traning_center .accordion .accordion__item .accordion__title a.active:before {
   content: "−"; 
}
.single-course .block-sidebar .sidebar_wrapper .traning_center .accordion .accordion__item .accordion__content {
  display: grid;
  grid-template-columns: auto 140px;
  gap: 24px; 
}
.single-course .block-sidebar .sidebar_wrapper .traning_center .accordion .accordion__item .accordion__content span a {
  font-size: 14px;
}
.single-course .block-sidebar .sidebar_wrapper .traning_center .accordion .accordion__item .accordion__content .link-arrow:after {
	background-image: url("data:image/svg+xml,%3Csvg height='14' viewBox='0 0 9 14' width='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m.24246249 12.9727157c.15744654.1488124.37310687.2272843.58027337.2272843s.42241249-.0784719.57975545-.2272843l6.15719555-5.82298409c.15734296-.14881242.24031314-.34474715.24031314-.5487152 0-.20357618-.08297018-.3995109-.24031314-.54881316l-6.15719555-5.82288615c-.32328332-.30575613-.83674549-.30575613-1.16002882 0-.32328332.30575614-.32328332.79138036 0 1.0971365l5.57692219 5.27456281-5.57692219 5.27456279c-.31478949.3057562-.31478949.7994137 0 1.0971365z' fill='%23ffffff' fill-rule='evenodd' transform='translate(.303997)'/%3E%3C/svg%3E");
}
.single-course .block-sidebar .sidebar_wrapper .pm-course-grid .btn-wrapper {
	padding-top: 0px;
}
.single-course .block-sidebar .sidebar_wrapper .acf-button{
	margin-bottom: 40px;
}
.single-tribe_events .tribe-events-single > .tribe_events {
  overflow: visible;
}
.single-tribe_events dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-tribe_events dd::before, .single-tribe_events dd::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.single-tribe_events dd::after {
  clear: both;
}
.single-tribe_events .hentry {
  margin-top: -100px;
  padding-top: 100px;
}
.single-tribe_events .cell {
  margin-bottom: 30px;
}
.single-tribe_events .large-6 h2 {
  text-align: left;
}
.single-tribe_events .large-6 h2:after {
  content: "";
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-top: 24px;
  width: 64px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg height='6' viewBox='0 0 64 6' width='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23a9ca3f' fill-rule='evenodd'%3E%3Crect height='4.9388' rx='2.4694' width='55.890752' y='.5'/%3E%3Ccircle cx='61.271719' cy='3' r='2.5'/%3E%3C/g%3E%3C/svg%3E");
}
.single-tribe_events .tribe-events-c-subscribe-dropdown__button-text {
  font-size: 0.875rem !important;
}
@media print, screen and (min-width: 64em) {
  .single-tribe_events .event-details {
    position: relative;
    transform: translateY(-33px);
  }
}
.single-tribe_events .event-details {
  background-color: #FCF9F9;
  border-radius: 8px;
  padding: 33px 40px;
}
.single-tribe_events .event-details .tribe-events-single-section-title,
.single-tribe_events .event-details dt {
  font-weight: 500;
  font-size: 1.125rem;
}
.single-tribe_events .event-details dd {
  margin-bottom: 30px;
}
.single-tribe_events .event-details .tribe-venue,
.single-tribe_events .event-details .tribe-venue-location {
  margin-bottom: 0;
}
.single-tribe_events .event-details address {
  font-style: normal;
}

.post-description-section {
  padding: 40px 0 80px;
}
@media (max-width: 767px) {
  .post-description-section {
    padding: 40px 0;
  }
}
.post-description-section .grid-container {
  padding: 0 40px;
}
@media (max-width: 1199px) {
  .post-description-section .grid-container {
    padding: 0 25px;
  }
}
.post-description-section .two-col-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .post-description-section .two-col-wrapper {
    flex-wrap: wrap;
  }
}
.post-description-section .two-col-wrapper .left-col {
  flex: 0 0 340px;
  max-width: 340px;
}
@media (max-width: 991px) {
  .post-description-section .two-col-wrapper .left-col {
    flex: 0 0 280px;
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .post-description-section .two-col-wrapper .left-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.post-description-section .two-col-wrapper .left-col .img-wrapper {
  margin-bottom: 30px;
}
.post-description-section .two-col-wrapper .left-col .img-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.post-description-section .two-col-wrapper .left-col .course-detail-block {
  background-color: rgb(13, 72, 93);
  padding: 20px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .post-description-section .two-col-wrapper .left-col .course-detail-block {
    padding: 15px;
  }
}
.post-description-section .two-col-wrapper .left-col .course-detail-block .title-listing .list-title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 8px;
  font-weight: 600;
  display: block;
}
@media (max-width: 1199px) {
  .post-description-section .two-col-wrapper .left-col .course-detail-block .title-listing .list-title {
    font-size: 18px;
  }
}
.post-description-section .two-col-wrapper .left-col .course-detail-block .title-listing ul {
  margin: 0 0 0 20px;
}
.post-description-section .two-col-wrapper .left-col .course-detail-block .title-listing ul li {
  color: #fff;
}
.post-description-section .two-col-wrapper .left-col .course-detail-block .title-listing ul li a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.post-description-section .two-col-wrapper .left-col .course-detail-block .title-listing ul li + li {
  margin-top: 3px;
}
.post-description-section .two-col-wrapper .left-col .course-detail-block .title-listing + .title-listing {
  margin-top: 15px;
}
.post-description-section .two-col-wrapper .right-col {
  flex: 0 0 calc(100% - 340px);
  max-width: calc(100% - 340px);
  padding-left: 60px;
}
@media (max-width: 1199px) {
  .post-description-section .two-col-wrapper .right-col {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .post-description-section .two-col-wrapper .right-col {
    flex: 0 0 calc(100% - 280px);
    max-width: calc(100% - 280px);
  }
}
@media (max-width: 767px) {
  .post-description-section .two-col-wrapper .right-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 30px 0 0;
  }
}
.post-description-section .two-col-wrapper .right-col article .gb-container .gb-inside-container {
  padding: 0;
}

.single-training-centre .site-content {
  flex-direction: column;
}

.exam-enquiries::before {
  display: none !important;
}
.exam-enquiries .gb-inside-container {
  color: #FFF;
  padding: 30px 25px !important;
}
@media (min-width: 1199px) {
  .exam-enquiries .gb-inside-container {
    padding: 40px !important;
  }
}
.exam-enquiries .gb-inside-container .gform_wrapper {
  max-width: 750px;
  margin: 0 auto;
}
.exam-enquiries .gb-inside-container .gform_wrapper .gform_heading {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .exam-enquiries .gb-inside-container .gform_wrapper .gform_heading {
    margin-bottom: 30px;
  }
}
.exam-enquiries .gb-inside-container .gform_wrapper .gform_heading h2 {
  color: #FFF;
  margin-bottom: 5px;
  font-size: 26px;
}
@media (min-width: 768px) {
  .exam-enquiries .gb-inside-container .gform_wrapper .gform_heading h2 {
    margin-bottom: 10px;
    font-size: 28px;
  }
}
@media (min-width: 1199px) {
  .exam-enquiries .gb-inside-container .gform_wrapper .gform_heading h2 {
    font-size: 30px;
  }
}
.exam-enquiries .gb-inside-container .gform_wrapper .gform_heading .gform_description {
  font-size: 14px;
}
@media (min-width: 768px) {
  .exam-enquiries .gb-inside-container .gform_wrapper .gform_heading .gform_description {
    font-size: 16px;
  }
}
.exam-enquiries .gb-inside-container .gform_wrapper form .gform_body {
  margin-bottom: 30px;
}
.exam-enquiries .gb-inside-container .gform_wrapper form .gform_body .gform_fields .gfield_label {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .exam-enquiries .gb-inside-container .gform_wrapper form .gform_body .gform_fields .gfield_label {
    margin-bottom: 4px !important;
  }
}
.exam-enquiries .gb-inside-container .gform_wrapper form .gform_body .gform_fields input {
  min-height: 25px;
  line-height: 25px;
  padding: 0 !important;
}
.exam-enquiries .gb-inside-container .gform_wrapper form .gform_body .gform_fields input:focus {
  outline: 0;
}
.exam-enquiries .gb-inside-container .gform_wrapper form .gform_body .gfield_checkbox .gchoice {
  position: relative;
}
.exam-enquiries .gb-inside-container .gform_wrapper form .gform_body .gfield_checkbox .gchoice input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.exam-enquiries .gb-inside-container .gform_wrapper form .gform_body .gfield_checkbox .gchoice input + label {
  cursor: pointer;
  padding-left: 26px;
  position: relative;
  font-size: 14px;
  max-width: 100%;
}
.exam-enquiries .gb-inside-container .gform_wrapper form .gform_body .gfield_checkbox .gchoice input + label::before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #Fff;
  top: 3px;
  left: 0;
}
.exam-enquiries .gb-inside-container .gform_wrapper form .gform_body .gfield_checkbox .gchoice input + label::after {
  content: "";
  position: absolute;
  display: block;
  border: 1px solid transparent;
  height: 10px;
  width: 5px;
  top: 4px;
  left: 5px;
  transform: rotate(34deg);
  border-top: 0;
  border-left: 0;
  transition: all 0.3s;
}
.exam-enquiries .gb-inside-container .gform_wrapper form .gform_body .gfield_checkbox .gchoice input:checked + label::after {
  border-color: #FFF;
}
.exam-enquiries .gb-inside-container .gform_wrapper form .gform_footer {
  justify-content: center;
  margin: 0;
  padding: 0;
  align-items: center;
}
.exam-enquiries .gb-inside-container .gform_wrapper form .gform_footer input {
  margin: 0;
  height: 40px;
  line-height: 40px !important;
  padding: 0 15px;
  border-radius: 22px;
  border: 0;
  letter-spacing: normal;
  text-transform: capitalize;
  font-size: 16px;
  min-width: 180px;
}
.exam-enquiries .gb-inside-container .gform_wrapper form .gform_footer input:focus {
  outline: 0;
}

form.has-blue-bg-form .gform_body {
  margin-bottom: 30px;
}
form.has-blue-bg-form .gform_body .gform_fields .gfield_label {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  form.has-blue-bg-form .gform_body .gform_fields .gfield_label {
    margin-bottom: 4px !important;
  }
}
form.has-blue-bg-form .gform_body .gform_fields input {
  min-height: 25px;
  line-height: 25px;
  padding: 0 !important;
}
form.has-blue-bg-form .gform_body .gform_fields input:focus {
  outline: 0;
}
form.has-blue-bg-form .gform_body .gfield_checkbox .gchoice {
  position: relative;
}
form.has-blue-bg-form .gform_body .gfield_checkbox .gchoice input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
form.has-blue-bg-form .gform_body .gfield_checkbox .gchoice input + label {
  cursor: pointer;
  padding-left: 26px;
  position: relative;
  font-size: 14px;
  max-width: 100%;
  color: #FFF;
}
form.has-blue-bg-form .gform_body .gfield_checkbox .gchoice input + label::before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #Fff;
  top: 3px;
  left: 0;
}
form.has-blue-bg-form .gform_body .gfield_checkbox .gchoice input + label::after {
  content: "";
  position: absolute;
  display: block;
  border: 1px solid transparent;
  height: 10px;
  width: 5px;
  top: 4px;
  left: 5px;
  transform: rotate(34deg);
  border-top: 0;
  border-left: 0;
  transition: all 0.3s;
}
form.has-blue-bg-form .gform_body .gfield_checkbox .gchoice input:checked + label::after {
  border-color: #FFF;
}
form.has-blue-bg-form .gform_footer {
  justify-content: center;
  margin: 0;
  padding: 0;
  align-items: center;
}
form.has-blue-bg-form .gform_footer input {
  margin: 0;
  height: 40px;
  line-height: 40px !important;
  padding: 0 15px;
  border-radius: 22px;
  border: 0;
  letter-spacing: normal;
  text-transform: capitalize;
  font-size: 16px;
  min-width: 180px;
}
form.has-blue-bg-form .gform_footer input:focus {
  outline: 0;
}

form.has-white-bg-form .gform_body .gform_fields .gfield_label {
  margin-bottom: 0 !important;
  color: #333;
}
@media (min-width: 768px) {
  form.has-white-bg-form .gform_body .gform_fields .gfield_label {
    margin-bottom: 4px !important;
  }
}
form.has-white-bg-form .gform_body .gform_fields input {
  min-height: 25px;
  line-height: 25px;
  padding: 0 !important;
  border-color: #333;
  color: #333;
}
form.has-white-bg-form .gform_body .gform_fields input:focus {
  outline: 0;
  color: #333 !important;
  border-color: #333 !important;
}
form.has-white-bg-form .gform_body .gfield_checkbox .gchoice {
  position: relative;
}
form.has-white-bg-form .gform_body .gfield_checkbox .gchoice input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
form.has-white-bg-form .gform_body .gfield_checkbox .gchoice input + label {
  cursor: pointer;
  padding-left: 26px;
  position: relative;
  font-size: 14px;
  max-width: 100%;
  color: #333;
}
form.has-white-bg-form .gform_body .gfield_checkbox .gchoice input + label::before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #333;
  top: 3px;
  left: 0;
}
form.has-white-bg-form .gform_body .gfield_checkbox .gchoice input + label::after {
  content: "";
  position: absolute;
  display: block;
  border: 1px solid transparent;
  height: 10px;
  width: 5px;
  top: 4px;
  left: 5px;
  transform: rotate(34deg);
  border-top: 0;
  border-left: 0;
  transition: all 0.3s;
}
form.has-white-bg-form .gform_body .gfield_checkbox .gchoice input:checked + label::after {
  border-color: #333;
}
form.has-white-bg-form .gform_body .ginput_container_select .gfield_select {
  color: #333;
  border-color: #333;
  border-bottom-color: #333 !important;
}
form.has-white-bg-form .gform_body .ginput_container_select .gfield_select option {
  color: #333;
}
form.has-white-bg-form .gform_body .ginput_container_select .gfield_select:focus {
  outline: none;
  border-color: #333 !important;
  color: #333 !important;
}
form.has-white-bg-form .gform_footer {
  justify-content: center;
  margin: 20px 0 0;
  padding: 0;
  align-items: center;
}
form.has-white-bg-form .gform_footer input {
  margin: 0;
  height: 34px;
  line-height: 34px !important;
  padding: 0 15px;
  border-radius: 22px;
  border: 0;
  letter-spacing: normal;
  text-transform: capitalize;
  font-size: 14px;
  min-width: 190px;
  color: #FFF;
}
form.has-white-bg-form .gform_footer input:focus {
  outline: 0;
}

body.post-type-archive-review {
  /* .acf-block-testimonials {
  	.testimonials {
  		display: flex;
  		flex-wrap: wrap;
  		max-width: 1300px;

  		.testimonial {
  			flex: 1 1 50%;
  		}
  	}
  } */
}
body.post-type-archive-review .hero-box {
  background-color: #fff;
  border: 2px solid #000;
  position: relative;
  padding: 40px 40px;
  max-width: 484px;
  margin: 0 auto 60px;
}
body.post-type-archive-review .hero-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  top: 10px;
  left: 10px;
}
body.post-type-archive-review .hero-box > * {
  position: relative;
  z-index: 3;
}
body.post-type-archive-review .hero-box h1 {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  body.post-type-archive-review .site-content {
    padding-top: 75px;
  }
}
@media (min-width: 980px) {
  body.post-type-archive-review .site-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 90px;
         column-gap: 90px;
  }
  body.post-type-archive-review .site-main article .inside-article {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 30px;
  }
  body.post-type-archive-review .site-main article .inside-article:before {
    display: none;
  }
}
body.post-type-archive-review .site-main article {
  margin-bottom: 60px;
}
body.post-type-archive-review .site-main .inside-article {
  margin-bottom: 40px;
}
body.post-type-archive-review .thumbnail {
  width: 88px;
  height: 88px;
  background-color: #005896;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
body.post-type-archive-review .thumbnail img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 88px;
  height: 88px;
}
body.post-type-archive-review .thumbnail .initials {
  color: #fff;
  font-size: 35px;
  letter-spacing: 0;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
}
body.post-type-archive-review .content blockquote {
  border: none;
  padding: 0;
  margin: 0;
}
body.post-type-archive-review .content blockquote > *:not(cite) {
  color: #4A4A4A;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.375;
}
body.post-type-archive-review .content blockquote cite p {
  color: #979797;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.5625;
  margin-bottom: 0;
}

.search-results .page-header {
  margin-top: 60px;
  margin-bottom: 60px;
}
.search-results article {
  position: relative;
  padding-top: 24px;
}
.search-results article h3 a {
  text-decoration: none;
}
.search-results article:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #D7D7D7;
  position: absolute;
  top: 0;
  left: 0;
}
.search-results article .acf-button-wrapper {
  margin-top: 20px;
}
.search-results article.tribe_events {
  background-color: transparent;
  margin-top: 24px;
  width: 100%;
  position: relative;
  padding: 24px 15px 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media print, screen and (min-width: 64em) {
  .search-results article.tribe_events {
    display: grid;
    grid-template-columns: 100px auto;
    align-items: center;
  }
}
@media print, screen and (min-width: 48em) {
  .search-results article.tribe_events {
    padding: 24px 40px 0;
  }
}
.search-results article.tribe_events:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #D7D7D7;
  position: absolute;
  top: 0;
  left: 0;
}
.search-results article.tribe_events:first-child {
  margin-top: 0;
  padding-top: 0;
}
.search-results article.tribe_events:first-child:before {
  display: none;
}
.search-results article.tribe_events .large-date {
  background-color: #0D485D;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.search-results article.tribe_events .large-date .month {
  color: #ffffff;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.18181818;
  text-align: center;
}
.search-results article.tribe_events .large-date .day {
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.19444444;
  text-align: center;
}
.search-results article.tribe_events .event-details {
  margin-top: 24px;
}
@media print, screen and (min-width: 64em) {
  .search-results article.tribe_events .event-details {
    margin-top: 0;
    padding-left: 24px;
  }
}
.search-results article.tribe_events .event-details h3 {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 48em) {
  .search-results article.tribe_events .event-meta {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, auto));
    gap: 24px;
    align-items: center;
  }
}
.search-results article.tribe_events .event-meta > div {
  color: #979797;
  margin-bottom: 18px;
  position: relative;
}
.search-results article.tribe_events .event-meta > div:before {
  content: "";
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.search-results article.tribe_events .event-meta .event-time {
  padding-left: 33px;
}
.search-results article.tribe_events .event-meta .event-time:before {
  background-image: url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 25 24' width='25' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%230d485d' stroke-width='1.5' transform='translate(1.5 1)'%3E%3Ccircle cx='11.1' cy='11.1' r='11.1'/%3E%3Cpath d='m11.1 3.18632812v8.31367188l3.8691406 2.9'/%3E%3C/g%3E%3C/svg%3E");
  width: 25px;
  height: 24px;
}
.search-results article.tribe_events .event-meta .event-venue {
  padding-left: 26px;
}
.search-results article.tribe_events .event-meta .event-venue:before {
  background-image: url("data:image/svg+xml,%3Csvg height='26' viewBox='0 0 18 26' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m165.470281 650.724479c-.081869-.306835-.248121-.633777-.371112-.920025-1.47172-3.536899-4.687398-4.804454-7.283897-4.804454-3.475884 0-7.304164 2.330732-7.815272 7.134918v.981521c0 .040961.014117.408918.03417.592977.286515 2.289556 2.093145 4.722852 3.442409 7.012408 1.451614 2.453028 2.957879 4.86611 4.450187 7.278176.920186-1.57407 1.837057-3.168835 2.736281-4.702157.245072-.449987.529556-.899706.774896-1.329212.163525-.28598.475921-.571961.618644-.838049 1.451561-2.65762 3.788014-5.335775 3.788014-7.973235v-1.083497c.000054-.285927-.354374-1.287715-.37432-1.349371zm-7.591375 4.927231c-1.021734 0-2.140096-.510894-2.692111-1.921813-.082243-.224593-.075613-.674686-.075613-.715915v-.633777c0-1.798662 1.527227-2.616606 2.85585-2.616606 1.635672 0 2.900714 1.308624 2.900714 2.944296 0 1.635619-1.353167 2.943815-2.98884 2.943815z' fill='none' stroke='%230d485d' stroke-width='1.5' transform='translate(-149 -644)'/%3E%3C/svg%3E");
  width: 18px;
  height: 26px;
}
.search-results article.tribe_events .event-meta .event-cost {
  padding-left: 35px;
}
.search-results article.tribe_events .event-meta .event-cost:before {
  background-image: url("data:image/svg+xml,%3Csvg height='27' viewBox='0 0 27 27' width='27' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(.502209 .984143)'%3E%3Cpath d='m13.6251173.87125902c-.5770912-.57546424-1.3645196-.88992429-2.1793733-.87040127l-8.33447002.21242907c-1.58392119.03951085-2.85872788 1.31408513-2.89823878 2.89823872l-.21219661 8.33423766c-.01929062.8148536.29493703 1.6022821.87016887 2.1796057l11.50510134 11.5046365c1.1625494 1.1599928 3.044429 1.1599928 4.2069784 0l8.5466667-8.5466666c1.1618521-1.1616197 1.1618521-3.0453587 0-4.2072108zm10.6632874 14.87073058-8.5466667 8.5464342c-.6974831.6960887-1.8267968.6960887-2.5242799 0l-11.50486906-11.5046365c-.34513908-.3465336-.5338616-.8188048-.52224079-1.3078099l.21219668-8.33423763c.02393889-.95035275.78859053-1.71523679 1.73894322-1.73894328l8.33423765-.21242908c.0151071-.0004648.0297494-.0004648.0448564-.0004648.4734333.00069726.9273435.18872252 1.262721.522938l11.5051015 11.50486899c.6958562.6974831.6958562 1.8267969 0 2.52428z'/%3E%3Cpath d='m7.77750808 4.91298895c-1.58206186 0-2.86453829 1.28247643-2.86477075 2.86453829 0 1.58206185 1.28270889 2.86453826 2.86453834 2.86453826 1.58206186 0 2.86453833-1.28247641 2.86453833-2.86453826-.0018594-1.58113219-1.28317374-2.86267895-2.86430592-2.86453829zm0 4.53910204c-.92501927 0-1.67456376-.74977689-1.67479622-1.67456375 0-.92478687.74977695-1.67456376 1.67456381-1.67456376.92478681 0 1.67456376.74977689 1.67456376 1.67456376-.00092967.92432199-.75000936 1.67340168-1.67433135 1.67456375z'/%3E%3C/g%3E%3C/svg%3E");
  width: 27px;
  height: 27px;
}
.search-results article.tribe_events .event-meta .event-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  line-height: 1;
  text-decoration: none;
  padding: 9px 20px;
  border-radius: 17.5px;
  min-width: 190px;
  text-align: center;
  background-color: #EA7024;
  border: 2px solid #EA7024;
  color: #fff;
  padding-top: 11px;
  padding-bottom: 11px;
  text-transform: uppercase;
  min-width: 0;
}
.search-results article.tribe_events .event-meta .event-button a:hover {
  background-color: #ED8545;
  border-color: #ED8545;
  color: #fff;
}

.pm-innerpage-banner-section {
  box-sizing: border-box;
  position: relative;
  padding: 50px 0;
  margin: 0 !important;
}
.pm-innerpage-banner-section .background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0 !important;
}
.pm-innerpage-banner-section .background-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.pm-innerpage-banner-section .background-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 88, 150, 0.7) 0%, rgba(13, 72, 93, 0.8) 100%);
}
.pm-innerpage-banner-section .pm-container {
  position: relative;
  z-index: 3;
  padding: 0 25px !important;
  max-width: 1300px;
  margin: 0 auto;
}
@media (min-width: 1199px) {
  .pm-innerpage-banner-section .pm-container {
    padding: 0 40px !important;
  }
}
.pm-innerpage-banner-section .banner-content {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 290px;
}
.pm-innerpage-banner-section .banner-content .breadcrumb {
  display: flex;
  justify-content: center;
  margin: 0 0 16px;
  list-style: none;
}
.pm-innerpage-banner-section .banner-content .breadcrumb li {
  color: #fff;
  position: relative;
}
.pm-innerpage-banner-section .banner-content .breadcrumb li:not(:last-child) {
  padding-right: 20px;
}
.pm-innerpage-banner-section .banner-content .breadcrumb li:not(:last-child):after {
  content: "/";
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
}
.pm-innerpage-banner-section .banner-content .breadcrumb li a {
  color: inherit;
  text-decoration: none;
}
.pm-innerpage-banner-section .banner-content .breadcrumb li a:hover {
  color: #ED8545;
}
.pm-innerpage-banner-section .banner-content h1 {
  color: #fff;
  margin-bottom: 32px;
}
.pm-innerpage-banner-section .banner-content .subtitle {
  color: #fff;
}
.pm-innerpage-banner-section .banner-content .date {
  color: #fff;
  margin-bottom: 16px;
}

body.single-post .pm-innerpage-banner-section {
  padding: 50px 0 0;
}
body.single-post .pm-innerpage-banner-section + .pm-post-content-section {
  padding: 20px 0 50px;
}
body.single-post .hero-bottom {
  position: relative;
  margin-top: -6%;
}
body.single-post .hero-bottom img {
  position: relative;
  width: 100%;
  bottom: -10px;
}
body.pm-blog-heading .site-content {
  padding-top: 34px !important;
}
body.pm-blog-heading .site-content .archive-header {
  flex-wrap: wrap;
  margin-bottom: 0;
  align-items: flex-start;
}
body.pm-blog-heading .site-content .archive-header .archive-heading {
  flex: 0 0 40%;
  max-width: 40%;
  padding-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 1025px) {
  body.pm-blog-heading .site-content .archive-header .archive-heading {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
body.pm-blog-heading .site-content .archive-header .archive-heading h1 {
  color: #252B33;
  font-size: 1.875rem;
  line-height: 1.2;
  margin-bottom: 32px;
}
body.pm-blog-heading .site-content .archive-header .archive-heading p {
  font-size: inherit;
  line-height: 1.6;
}
body.pm-blog-heading .site-content .archive-header .category-select {
  flex: 0 0 60%;
  max-width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1025px) {
  body.pm-blog-heading .site-content .archive-header .category-select {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 35px;
  }
}

.pm-has-common-grid-layout .pm-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1199px) {
  .pm-has-common-grid-layout .pm-container {
    padding: 0 25px;
  }
}
.pm-has-common-grid-layout .pm-blog-listing-section {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .pm-has-common-grid-layout .pm-blog-listing-section {
    padding: 30px 0;
  }
}
.pm-has-common-grid-layout .pm-blog-listing-section h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
  color: #252B33;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .pm-has-common-grid-layout .pm-blog-listing-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.pm-has-common-grid-layout .pm-blog-listing-main {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
}
@media (max-width: 991px) {
  .pm-has-common-grid-layout .pm-blog-listing-main {
    margin: 0 -12px -24px;
  }
}
@media (max-width: 768px) {
  .pm-has-common-grid-layout .pm-blog-listing-main {
    margin: 0 0 -25px;
  }
}
.pm-has-common-grid-layout .pm-blog-listing-main.has-two-col {
  margin: 0 -10px -20px;
}
@media (max-width: 768px) {
  .pm-has-common-grid-layout .pm-blog-listing-main.has-two-col {
    margin: 0 0 -20px;
  }
}
.pm-has-common-grid-layout .pm-blog-listing-main.has-two-col .pm-blog-listing-item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px 20px;
}
@media (max-width: 768px) {
  .pm-has-common-grid-layout .pm-blog-listing-main.has-two-col .pm-blog-listing-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 20px;
  }
}
.pm-has-common-grid-layout .pm-blog-listing-main.has-two-col .pm-blog-listing-item .content-block p {
  color: #333;
}
.pm-has-common-grid-layout .pm-blog-listing-main .pm-blog-listing-item {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 15px 30px;
}
@media (max-width: 991px) {
  .pm-has-common-grid-layout .pm-blog-listing-main .pm-blog-listing-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 12px 24px;
  }
}
@media (max-width: 768px) {
  .pm-has-common-grid-layout .pm-blog-listing-main .pm-blog-listing-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 25px;
  }
}
.pm-has-common-grid-layout .pm-blog-listing-main .pm-blog-listing-item .pm-blog-listing-inner {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 11px 12px 0 rgba(0, 0, 0, 0.1);
}
.pm-has-common-grid-layout .pm-blog-listing-main .pm-blog-listing-item .pm-blog-listing-inner .image-block {
  position: relative;
  padding-bottom: 71%;
}
.pm-has-common-grid-layout .pm-blog-listing-main .pm-blog-listing-item .pm-blog-listing-inner .image-block img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pm-has-common-grid-layout .pm-blog-listing-main .pm-blog-listing-item .pm-blog-listing-inner .content-block {
  padding: 30px;
}
@media (max-width: 768px) {
  .pm-has-common-grid-layout .pm-blog-listing-main .pm-blog-listing-item .pm-blog-listing-inner .content-block {
    padding: 25px;
  }
}
.pm-has-common-grid-layout .pm-blog-listing-main .pm-blog-listing-item .pm-blog-listing-inner .content-block .title-wrapper {
  margin-bottom: 15px;
}
.pm-has-common-grid-layout .pm-blog-listing-main .pm-blog-listing-item .pm-blog-listing-inner .content-block .title-wrapper h3 {
  font-size: 18px;
  line-height: 1.32;
  margin-bottom: 0;
  padding-top: 0;
}
.pm-has-common-grid-layout .pm-blog-listing-main .pm-blog-listing-item .pm-blog-listing-inner .content-block .title-wrapper .pm-date {
  margin-bottom: 7px;
}
.pm-has-common-grid-layout .pm-blog-listing-main .pm-blog-listing-item .pm-blog-listing-inner .content-block p:not(.pm-date) {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  margin-bottom: 0;
  min-height: 76px;
  color: #333 !important;
}
.pm-has-common-grid-layout .pm-blog-listing-main .pm-blog-listing-item .pm-blog-listing-inner .content-block .link-wrapper {
  margin-top: 15px;
}
.pm-has-common-grid-layout .pm-blog-listing-main .pm-blog-listing-item .pm-blog-listing-inner .content-block .link-wrapper a {
  font-size: 16px;
  color: #0D485D;
  transition: all 0.3s;
  text-decoration: none;
}
.pm-has-common-grid-layout .pm-blog-listing-main .pm-blog-listing-item .pm-blog-listing-inner .content-block .link-wrapper a:hover {
  color: #EA7024;
}
.pm-has-common-grid-layout .paging-navigation {
  justify-content: center;
}
.pm-has-common-grid-layout .paging-navigation .page-numbers {
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
  text-decoration: none;
  color: #005896;
  font-size: 18px;
  letter-spacing: 0.7px;
  line-height: 22px;
  padding: 3px;
}
.pm-has-common-grid-layout .paging-navigation .page-numbers.current {
  font-weight: 600;
  color: #005896;
}
.pm-has-common-grid-layout .paging-navigation .page-numbers svg {
  height: 28px;
  width: 28px;
}

.pm-innerpage-banner-section + article {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .pm-innerpage-banner-section + article {
    padding-top: 50px;
  }
}

.simple-text-section {
  padding: 100px 0;
}
.simple-text-section + .site-content {
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  .simple-text-section {
    padding: 60px 0;
  }
}
.simple-text-section .pm-container {
  max-width: 1300px;
  padding: 0 40px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .simple-text-section .pm-container {
    padding: 0 20px;
  }
}
.simple-text-section .pm-container .body_text_below_banner_section {
  padding: 0;
  background-color: transparent;
}
.simple-text-section .pm-container .body_text_below_banner_section h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
  color: #252B33;
  margin-bottom: 25px;
  text-align: left !important;
}
.simple-text-section .pm-container .body_text_below_banner_section h2 strong {
  font-weight: 300;
}
@media (max-width: 767px) {
  .simple-text-section .pm-container .body_text_below_banner_section h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.simple-text-section .pm-container .body_text_below_banner_section p {
  font-size: 16px !important;
  text-align: left !important;
}

.no-results.not-found form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.no-results.not-found form input:focus {
  outline: 0;
}
.no-results.not-found form .search-submit {
  margin-left: 15px;
}
.no-results.not-found form .search-submit .icon-search svg {
  width: 16px;
  height: 20px;
}

.schedule-call::before {
  display: none !important;
}

.gb-container-full-width.schedule-call > .gb-inside-container {
  padding: 120px 40px 60px !important;
}

.single-post figure.wp-block-image {
  margin-bottom: 30px;
}

.single-post h2.wp-block-heading {
  text-align: left;
}

.acf-block-training-hours-map .grid-container {
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .acf-block-training-hours-map .grid-container {
    padding: 0 25px;
  }
}
.acf-block-training-hours-map .grid-container .grid-x-small {
  margin: 0 -10px !important;
}
@media (max-width: 1024px) {
  .acf-block-training-hours-map .grid-container .grid-x-small {
    margin: 0 !important;
  }
}
.acf-block-training-hours-map .grid-container .grid-x-small > .cell {
  margin: 0 !important;
  padding: 0 10px;
  width: 50%;
}
@media (max-width: 1024px) {
  .acf-block-training-hours-map .grid-container .grid-x-small > .cell {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .acf-block-training-hours-map .grid-container .grid-x-small .content {
    border-radius: 0 !important;
    margin-top: 0 !important;
  }
}
.acf-block-training-hours-map .grid-container .grid-x-small .map-canvas-wrap {
  height: 100% !important;
}
@media (max-width: 1024px) {
  .acf-block-training-hours-map .grid-container .grid-x-small .map-canvas-wrap {
    margin-top: 40px;
    height: 472px !important;
  }
}
.acf-block-training-hours-map .grid-container .grid-x-small .map-canvas-wrap #map-canvas {
  height: 100% !important;
}
@media (max-width: 1024px) {
  .acf-block-training-hours-map .grid-container .grid-x-small .map-canvas-wrap #map-canvas {
    height: 472px !important;
  }
}

.single-training-centre .acf-block-training-photos .wrap {
  padding: 0 25px;
}
.single-training-centre.pm-two-col-checklist-page .entry-content ul {
  margin: 20px 0;
}
@media (max-width: 576px) {
  .single-training-centre.pm-two-col-checklist-page .entry-content ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.single-training-centre .entry-content > .gb-container {
  margin-top: 60px;
}
.single-training-centre .entry-content ul li {
  text-align: left;
  padding-left: 20px;
}
.single-training-centre .entry-content ul li::before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 12px;
  top: 6px;
}
@media (max-width: 1024px) {
  .single-training-centre .entry-content .acf-block-training-hero {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .single-training-centre .entry-content .acf-block-training-hero {
    margin-bottom: 120px;
  }
}
.single-training-centre .faq-outer .gb-inside-container {
  padding: 0 40px;
}
@media (max-width: 1199px) {
  .single-training-centre .faq-outer .gb-inside-container {
    padding: 0 25px;
  }
}
.single-training-centre .inside-article .gb-container ul {
  margin: 0 0 1.5em 1.2em;
}
.single-training-centre .inside-article .gb-container .pitman-article-image-content-block {
  padding-right: 10px;
  padding-top: 10px;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .single-training-centre .inside-article .gb-container .pitman-article-image-content-block {
    padding: 0 25px;
  }
}
.single-training-centre .inside-article .gb-container .pitman-article-image-content-block.pitman-article-image-block {
  padding-right: 25px;
  padding-left: 10px;
}
.single-training-centre .inside-article .gb-container .pitman-article-image-content-block.pitman-article-image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .single-training-centre .inside-article .gb-container .pitman-article-image-content-block.pitman-article-image-block {
    padding: 0 25px;
  }
}
.single-training-centre .inside-article .gb-container .pitman-article-image-content-block .gb-inside-container {
  padding-top: 0;
}
.single-training-centre .acf-block-training-content-blocks {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .single-training-centre .acf-block-training-content-blocks {
    padding: 0 20px;
  }
}
.single-training-centre .acf-block-training-content-blocks .wrap {
  margin-bottom: 0 !important;
}
.single-training-centre .acf-block-training-content-blocks p:first-child {
  margin-top: 50px !important;
}
.single-training-centre .acf-block-training-content-blocks div:first-child {
  margin-top: 50px !important;
}
.single-training-centre .acf-block-training-content-blocks p {
  margin: 0 !important;
}
.single-training-centre .acf-block-training-content-blocks p > img {
  margin-bottom: 15px;
}
.single-training-centre .acf-block-training-content-blocks p + p, .single-training-centre .acf-block-training-content-blocks p + ul, .single-training-centre .acf-block-training-content-blocks p + ol {
  margin-top: 15px !important;
}
.single-training-centre .acf-block-training-content-blocks div:not(:empty) {
  margin: 20px auto 10px;
}
.single-training-centre .acf-block-training-content-blocks div:empty {
  display: none !important;
}
.single-training-centre .acf-block .wrap {
  max-width: 100%;
}
.single-training-centre .acf-block .wrap h2, .single-training-centre .acf-block .wrap h3, .single-training-centre .acf-block .wrap h4, .single-training-centre .acf-block .wrap h5, .single-training-centre .acf-block .wrap h6 {
  padding-top: 30px;
  margin-bottom: 15px;
}
.single-training-centre .acf-block .wrap h1, .single-training-centre .acf-block .wrap h2 {
  text-transform: capitalize;
}
.single-training-centre .acf-block .wrap h2:first-child {
  padding-top: 0;
}
.single-training-centre .acf-block .wrap ul li {
  margin-bottom: 15px;
  text-align: left;
}
.single-training-centre .acf-block .wrap ul ul {
  margin-top: 15px;
}
.single-training-centre .acf-block .wrap ul ul li {
  margin-bottom: 10px;
}
.single-training-centre .acf-block .wrap ul ol li {
  padding-left: 0;
}
.single-training-centre .acf-block .wrap ul ol li::before {
  display: none;
}
.single-training-centre .acf-block .wrap ol li {
  margin-bottom: 15px;
  text-align: left;
}
.single-training-centre .acf-block .wrap ol ol {
  margin-top: 15px;
}
.single-training-centre .acf-block .wrap ol ol li {
  margin-bottom: 10px;
}
.single-training-centre .acf-block.acf-block-training-hero h1, .single-training-centre .acf-block.acf-block-training-hero h2, .single-training-centre .acf-block.acf-block-training-hero h3 {
  text-transform: none !important;
}
.single-training-centre .acf-block .team-member-section-editor {
  padding: 60px 0 0;
  max-width: 1170px;
  margin: 0 auto !important;
}
.single-training-centre .acf-block .team-member-section-editor .team-member-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 50px !important;
}
.single-training-centre .acf-block .team-member-section-editor .team-member-list:last-child {
  margin-bottom: 0 !important;
}
.single-training-centre .acf-block .team-member-section-editor .team-member-list:nth-child(even) {
  flex-direction: row-reverse;
}
.single-training-centre .acf-block .team-member-section-editor .team-member-list:nth-child(even) .right-part {
  padding-left: 0 !important;
  padding-right: 50px;
}
@media (max-width: 991px) {
  .single-training-centre .acf-block .team-member-section-editor .team-member-list:nth-child(even) .right-part {
    padding-right: 30px;
  }
}
.single-training-centre .acf-block .team-member-section-editor .team-member-list .left-part {
  flex: 0 0 290px;
  max-width: 290px;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .single-training-centre .acf-block .team-member-section-editor .team-member-list .left-part {
    flex: 0 0 260px;
    max-width: 260px;
  }
}
@media (max-width: 767px) {
  .single-training-centre .acf-block .team-member-section-editor .team-member-list .left-part {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.single-training-centre .acf-block .team-member-section-editor .team-member-list .left-part .left-part-innner {
  background-color: #FFF;
  border-radius: 16px;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .single-training-centre .acf-block .team-member-section-editor .team-member-list .left-part .left-part-innner {
    max-width: 290px;
    margin: 0 auto !important;
  }
}
.single-training-centre .acf-block .team-member-section-editor .team-member-list .left-part .left-part-innner img {
  border-radius: 6px;
}
.single-training-centre .acf-block .team-member-section-editor .team-member-list .right-part {
  flex: 0 0 calc(100% - 290px);
  max-width: calc(100% - 290px);
  padding-left: 50px;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .single-training-centre .acf-block .team-member-section-editor .team-member-list .right-part {
    flex: 0 0 calc(100% - 260px);
    max-width: calc(100% - 260px);
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .single-training-centre .acf-block .team-member-section-editor .team-member-list .right-part {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 30px 0 0 !important;
  }
}
.single-training-centre .acf-block .team-member-section-editor .team-member-list .right-part h3 {
  text-align: left;
  color: #252B33;
  padding: 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .single-training-centre .acf-block .team-member-section-editor .team-member-list .right-part h3 {
    text-align: center;
  }
}
.single-training-centre .acf-block .team-member-section-editor .team-member-list .right-part p {
  text-align: left;
}
@media (max-width: 767px) {
  .single-training-centre .acf-block .team-member-section-editor .team-member-list .right-part p {
    text-align: center;
  }
}
.single-training-centre .acf-block-popular-tabs h2 {
  margin-bottom: 25px !important;
}
.single-training-centre .acf-block-popular-tabs h2:after {
  display: none;
}
.single-training-centre .wp-block-gallery {
  margin-bottom: 15px;
  margin-top: 15px;
}
.single-training-centre .wp-block-image {
  margin-bottom: 15px;
}

.pitman-article-image-content-block .gb-grid-wrapper {
  margin: 0 -15px;
  box-sizing: border-box;
}
.pitman-article-image-content-block .gb-grid-wrapper .gb-grid-column {
  box-sizing: border-box;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .pitman-article-image-content-block .gb-grid-wrapper .gb-grid-column {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.pitman-article-image-content-block .gb-grid-wrapper .gb-grid-column h2 {
  text-align: left;
}

.pm-two-col-checklist-page .acf-block-seminar-and-workshop .grid-container {
  max-width: 880px;
}
.pm-two-col-checklist-page .acf-block-seminar-and-workshop .grid-container .seminar-workshop {
  padding-top: 50px;
}
.pm-two-col-checklist-page .acf-block-seminar-and-workshop .grid-container .seminar-workshop h2 {
  text-align: center;
}
.pm-two-col-checklist-page .acf-block-seminar-and-workshop .grid-container .seminar-workshop .two-col-flex-wrapper {
  display: flex;
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .pm-two-col-checklist-page .acf-block-seminar-and-workshop .grid-container .seminar-workshop .two-col-flex-wrapper {
    flex-wrap: wrap;
  }
}
.pm-two-col-checklist-page .acf-block-seminar-and-workshop .grid-container .seminar-workshop .two-col-flex-wrapper .left-content {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .pm-two-col-checklist-page .acf-block-seminar-and-workshop .grid-container .seminar-workshop .two-col-flex-wrapper .left-content {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.pm-two-col-checklist-page .acf-block-seminar-and-workshop .grid-container .seminar-workshop .two-col-flex-wrapper .right-content {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .pm-two-col-checklist-page .acf-block-seminar-and-workshop .grid-container .seminar-workshop .two-col-flex-wrapper .right-content {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.pm-two-col-checklist-page .acf-block-seminar-and-workshop .grid-container .seminar-workshop .two-col-flex-wrapper ul {
  -moz-column-count: 1;
       column-count: 1;
  gap: 0;
  margin-left: 0;
}
.pm-two-col-checklist-page .acf-block-seminar-and-workshop .grid-container .seminar-workshop .two-col-flex-wrapper ul li {
  margin-bottom: 12px;
}
.pm-two-col-checklist-page .acf-block-seminar-and-workshop .grid-container .seminar-workshop .bottom-content {
  text-align: center;
}

.hours_notes .hours-notes-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px -10px;
}
@media (max-width: 575px) {
  .hours_notes .hours-notes-wrapper {
    margin: 0 0 -15px;
  }
}
.hours_notes .hours-notes-wrapper .hours-notes-item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 7px 10px;
}
@media (max-width: 575px) {
  .hours_notes .hours-notes-wrapper .hours-notes-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 15px;
  }
}
.hours_notes .hours-notes-wrapper .hours-notes-item p {
  color: #FFF;
  margin-bottom: 8px;
}
.hours_notes .hours-notes-wrapper .hours-notes-item p a {
  color: #FFF;
  text-decoration: underline;
  transition: all 0.3s;
}
.hours_notes .hours-notes-wrapper .hours-notes-item p a:hover {
  color: #EA7024;
}

.white-color-text {
  color: #fff;
}

.blue-color-text {
  color: #315aa8;
}

.acf-block-trustit .ts-reviewText {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.acf-block-trustit div.ts-reviewList .ts-reviewReply {
  margin-bottom: 0 !important;
}

.single-training-centre .image-content-block {
  padding: 40px 40px 0;
}
@media (max-width: 1199px) {
  .single-training-centre .image-content-block {
    padding: 20px 25px 0;
  }
}
.single-training-centre .image-content-block figure img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .single-training-centre .image-content-block figure img {
    max-width: 400px;
  }
}
.single-training-centre .image-content-block .acf-block-training-content-blocks {
  padding: 0;
}
.single-training-centre .image-content-block .acf-block-training-content-blocks .wrap {
  margin: 0 !important;
}
.single-training-centre .image-content-block .acf-block-training-content-blocks .wrap ul {
  margin: 0 !important;
}
.single-training-centre .image-content-block .acf-block-training-content-blocks .wrap ul li:last-child {
  margin-bottom: 0;
}
.single-training-centre .image-content-block .acf-block-training-content-blocks .wrap p:first-child {
  margin-top: 0 !important;
}
.single-training-centre .image-content-block .acf-block-training-content-blocks .wrap p + p {
  margin-top: 10px !important;
}
@media (max-width: 767px) {
  .single-training-centre .image-content-block.image-right figure {
    margin-top: 30px;
  }
}
.single-training-centre .image-content-block.image-right figure img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .single-training-centre .image-content-block.image-right figure img {
    max-width: 400px;
  }
}
.single-training-centre .image-content-block.image-right .acf-block-training-content-blocks {
  padding: 0 40px 0 0;
}
@media (max-width: 991px) {
  .single-training-centre .image-content-block.image-right .acf-block-training-content-blocks {
    padding: 0 30px 0 0;
  }
}
@media (max-width: 767px) {
  .single-training-centre .image-content-block.image-right .acf-block-training-content-blocks {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .single-training-centre .image-content-block.image-left figure {
    margin-bottom: 30px;
  }
}
.single-training-centre .image-content-block.image-left .acf-block-training-content-blocks {
  padding: 0 0 0 40px;
}
@media (max-width: 991px) {
  .single-training-centre .image-content-block.image-left .acf-block-training-content-blocks {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 767px) {
  .single-training-centre .image-content-block.image-left .acf-block-training-content-blocks {
    padding: 0;
  }
}

.term-international .grid-container .international-content {
  text-align: center;
}
.term-international .grid-container .international-content h2 {
  margin-top: 60px;
}
.term-international .grid-container .website-link {
  max-width: 550px;
  margin: 0 auto 80px;
}
@media (max-width: 1199px) {
  .term-international .grid-container .website-link {
    margin: 0 auto 50px;
  }
}
.term-international .grid-container .website-link ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
}
.term-international .grid-container .website-link ul li {
  padding: 0 6px 13px;
}
.term-international .grid-container .website-link ul li a.pm-orange-bg {
  min-width: auto !important;
  border-radius: 9px !important;
}

.pm-post-content-section {
  padding: 70px 0;
}
.pm-post-content-section .pm-container {
  max-width: 858px;
}
.pm-post-content-section .pm-container article {
  padding-top: 0;
  max-width: 100%;
}

.pm-realted-post-section {
  padding: 30px 0 100px;
}
.pm-realted-post-section .pm-container {
  max-width: 1076px;
}
.pm-realted-post-section .pm-container .related-posts {
  margin: 0;
  max-width: 100%;
}
.pm-realted-post-section .pm-container .related-posts .pm-blog-listing-section {
  padding: 0;
}
.pm-realted-post-section .pm-container .related-posts .pm-blog-listing-section .pm-container {
  padding: 0;
}

.page-template-about .pm-about-content .gb-inside-container {
  padding: 50px 40px;
  max-width: 900px;
}
@media (max-width: 767px) {
  .page-template-about .pm-about-content .gb-inside-container {
    padding: 50px 25px;
  }
}
.page-template-about .pm-about-content + .gb-container-full-width {
  margin-top: 40px;
}

.block-faq .wrap {
  max-width: 810px;
  margin: 0 auto;
}
.block-faq h2 {
  text-align: left;
}
.block-faq h2:after {
  content: "";
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-top: 24px;
  width: 64px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg height='6' viewBox='0 0 64 6' width='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23a9ca3f' fill-rule='evenodd'%3E%3Crect height='4.9388' rx='2.4694' width='55.890752' y='.5'/%3E%3Ccircle cx='61.271719' cy='3' r='2.5'/%3E%3C/g%3E%3C/svg%3E");
}
.block-faq .accordion,
.block-faq .toggles {
  height: auto !important;
}
.block-faq .accordion__item,
.block-faq .toggles__item {
  position: relative !important;
  top: initial !important;
  left: initial !important;
}
.block-faq .accordion__title,
.block-faq .toggles__title {
  border-bottom: 1px solid #eff3f1;
  font-weight: normal;
  margin-bottom: 0;
  font-size: 1.125rem;
}
.block-faq .accordion__title a,
.block-faq .toggles__title a {
  display: block;
  padding: 24px 60px 24px 0;
  position: relative;
  font-weight: inherit;
  text-decoration: none;
  text-transform: inherit;
}
.block-faq .accordion__title a:before,
.block-faq .toggles__title a:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  margin-top: 0 !important;
  color: #005896;
  font-size: 2.5rem;
  content: "+";
}
.block-faq .accordion__title a.active:before,
.block-faq .toggles__title a.active:before {
  content: "−";
}
.block-faq .accordion__title a:hover, .block-faq .accordion__title a.active,
.block-faq .toggles__title a:hover,
.block-faq .toggles__title a.active {
  color: #005896;
}
.block-faq .accordion__content,
.block-faq .toggles__content {
  padding: 24px 60px 24px 0;
}
.block-faq .filter-button-group {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .block-faq .filter-button-group {
    display: flex;
    flex-wrap: wrap;
  }
}
.block-faq .filter-button-group li {
  cursor: pointer;
  margin-top: 24px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .block-faq .filter-button-group li {
    margin-right: 24px;
    flex: 0 1 auto;
    padding-top: 24px;
  }
}
.block-faq .filter-button-group li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  letter-spacing: 0.06875em;
  text-decoration: none;
  padding: 6px 0;
  border-radius: 20px;
  text-align: center;
}
.block-faq .filter-button-group li.active span {
  background-color: #EA7024;
  color: #fff;
  padding: 6px 20px;
}
.block-faq .filter-button-group li a {
  color: #4A4A4A;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.1875;
  text-transform: uppercase;
  text-decoration: none;
}

.block-course-list {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 75em) {
  .block-course-list {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.block-course-list .wrap {
  max-width: 810px;
  margin: 0 auto;
}
.block-course-list h2 {
  text-align: center;
  margin-bottom: 52px;
}
.block-course-list h2:after {
  content: "";
  display: block;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 88px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg height='7' viewBox='0 0 88 7' width='88' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23a9ca3f' fill-rule='evenodd'%3E%3Crect height='6' rx='3' width='67.9' x='10.037803' y='.5'/%3E%3Ccircle cx='84.474979' cy='3.537175' r='3.037175'/%3E%3Ccircle cx='3.525022' cy='3.537175' r='3.037175'/%3E%3C/g%3E%3C/svg%3E");
}
.block-course-list .facetwp-facet-course_count {
  color: #005896;
  font-weight: 500;
}

.block-roadmap h2 {
  text-align: center;
}
.block-roadmap h2:after {
  content: "";
  display: block;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 88px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg height='7' viewBox='0 0 88 7' width='88' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23a9ca3f' fill-rule='evenodd'%3E%3Crect height='6' rx='3' width='67.9' x='10.037803' y='.5'/%3E%3Ccircle cx='84.474979' cy='3.537175' r='3.037175'/%3E%3Ccircle cx='3.525022' cy='3.537175' r='3.037175'/%3E%3C/g%3E%3C/svg%3E");
}
.block-roadmap img {
  display: block;
  margin: 0 auto;
}

.block-introduction h2 {
  text-align: center;
  margin-bottom: 40px;
}
.block-introduction h2:after {
  content: "";
  display: block;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 88px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg height='7' viewBox='0 0 88 7' width='88' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23a9ca3f' fill-rule='evenodd'%3E%3Crect height='6' rx='3' width='67.9' x='10.037803' y='.5'/%3E%3Ccircle cx='84.474979' cy='3.537175' r='3.037175'/%3E%3Ccircle cx='3.525022' cy='3.537175' r='3.037175'/%3E%3C/g%3E%3C/svg%3E");
}
.block-introduction .text {
  margin: 0 auto 50px;
  max-width: 460px;
  text-align: center;
}

.archive .block-introduction .text {
  margin: 0 auto;
  max-width: 778px;
  text-align: center;
}
.archive .block-introduction .text p:last-child {
  margin-bottom: 0;
}
.archive .nav-links .next {
  position: relative;
  top: 11px;
}
.archive .nav-links .prev {
  position: relative;
  top: 11px;
}
.archive .nav-links .page-number {
  padding: 0;
}
.archive .nav-links a {
  display: block;
}
.archive .nav-links a svg {
  height: 28px;
  width: 28px;
}

.block-student-success-stories {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0D485D;
}
@media print, screen and (min-width: 64em) {
  .block-student-success-stories {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.block-student-success-stories h2 {
  text-align: left;
  margin-bottom: 22px;
}
.block-student-success-stories h2:after {
  content: "";
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-top: 24px;
  width: 64px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg height='6' viewBox='0 0 64 6' width='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23a9ca3f' fill-rule='evenodd'%3E%3Crect height='4.9388' rx='2.4694' width='55.890752' y='.5'/%3E%3Ccircle cx='61.271719' cy='3' r='2.5'/%3E%3C/g%3E%3C/svg%3E");
}
.block-student-success-stories h2,
.block-student-success-stories p {
  color: #fff;
}
.block-student-success-stories p {
  font-size: 1.3125rem;
  line-height: 1.76190476;
}
.block-student-success-stories .text {
  padding-top: 55px;
}
@media print, screen and (min-width: 64em) {
  .block-student-success-stories .text {
    padding-top: 45px;
  }
}
.block-student-success-stories .author {
  margin-bottom: 90px;
}
.block-student-success-stories .name {
  color: #fff;
  font-size: 1.1875rem;
  font-weight: 300;
  letter-spacing: 0.34px;
  line-height: 1.52631579;
}
.block-student-success-stories .large-8 {
  position: relative;
  z-index: 2;
}
.block-student-success-stories .large-8 img {
  max-width: 112px;
}
.block-student-success-stories .large-8 .quotation-mark {
  position: absolute;
  top: calc(100% - 30px);
  right: 0;
  z-index: -1;
  max-width: 50%;
}
@media print, screen and (min-width: 64em) {
  .block-student-success-stories .large-8 .quotation-mark {
    max-width: 100%;
  }
}
.block-student-success-stories .see-more {
  margin-bottom: 27px;
}
@media print, screen and (min-width: 64em) {
  .block-student-success-stories .see-more {
    padding: 0 12px;
  }
}
.block-student-success-stories .see-more a {
  color: #fff;
}
.block-student-success-stories .content {
  padding: 36px 32px;
}
.block-student-success-stories .content h3 {
  color: #252B33;
  font-size: 0.9375rem;
  letter-spacing: 0.26px;
  line-height: 1.93333333;
  margin-bottom: -5px;
}
.block-student-success-stories .content h4 {
  color: #979797;
  font-size: 0.9375rem;
  letter-spacing: 0;
  line-height: 1.93333333;
}
.block-student-success-stories .content img {
  max-width: 100px;
}
.block-student-success-stories .grid__item {
  margin-bottom: 12px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 11px 12px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}

.block-related-categories .wrap {
  position: relative;
  padding: 60px 0 60px;
}
@media print, screen and (min-width: 64em) {
  .block-related-categories .wrap {
    padding: 120px 0 40px;
  }
}
.block-related-categories.has-icon .wrap {
  margin-top: 120px;
}
.block-related-categories .circle {
  width: 140px;
  height: 140px;
  position: absolute;
  top: -40px;
}
@media (max-width: 1024px) {
  .block-related-categories .circle {
    top: -100px;
  }
}
@media (max-width: 767px) {
  .block-related-categories .circle {
    top: -80px;
  }
}
.block-related-categories .circle .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-related-categories .circle .icon svg {
  max-width: 100%;
  height: auto;
}
.block-related-categories .background-image {
  background-color: #005896;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 170px 0 170px 0;
  overflow: hidden;
}
.block-related-categories .background-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.block-related-categories .background-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 88, 150, 0.9);
}
.block-related-categories .grid-x {
  max-width: 810px;
  margin: 0 auto;
}
.block-related-categories h2 {
  text-align: left;
  margin-bottom: 50px;
}
.block-related-categories h2:after {
  content: "";
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-top: 24px;
  width: 64px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg height='6' viewBox='0 0 64 6' width='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23a9ca3f' fill-rule='evenodd'%3E%3Crect height='4.9388' rx='2.4694' width='55.890752' y='.5'/%3E%3Ccircle cx='61.271719' cy='3' r='2.5'/%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 767px) {
  .block-related-categories h2 {
    margin-bottom: 30px;
  }
}
.block-related-categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-related-categories ul::before, .block-related-categories ul::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.block-related-categories ul::after {
  clear: both;
}
@media print, screen and (min-width: 48em) {
  .block-related-categories ul {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.block-related-categories ul li:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .block-related-categories ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.block-related-categories ul li a:hover {
  color: #EA7024;
}
.block-related-categories .callout {
  margin-top: 40px;
}
@media print, screen and (min-width: 40em) {
  .block-related-categories .callout {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
}
.block-related-categories .callout > span {
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .block-related-categories .callout > span {
    font-size: 18px;
  }
}
.block-related-categories .callout .acf-button {
  font-size: 0.875rem;
  line-height: 1.21428571;
}
/*** Training cenre update on 19/07***/
.single-training-centre .acf-block-training-hours-map .grid-three-column h2.heading-line-center{margin-bottom: 32px;}
.acf-block-training-hours-map .grid-three-column.grid-container .grid-x-small > .cell {width: 33.33%}
.single-training-centre .acf-block-training-hours-map .grid-three-column .hours .cell.day {width: 40%;}
.single-training-centre .acf-block-training-hours-map .grid-three-column .hours .cell {width: 30%;}
.single-training-centre .hours_notes p{margin-bottom: 0px;}
@media screen and (min-width: 640px){
	.single-training-centre .acf-block-training-hours-map .grid-three-column .content {padding: 20px;}
}
@media screen and (max-width: 1300px){
	.acf-block-training-hours-map .grid-three-column.grid-container .grid-x-small > .cell.how-to-find-us{width: 100%;}
	.acf-block-training-hours-map .grid-three-column.grid-container .grid-x-small > .cell{width: 50%;}
	.how-to-find-us .acf-button-wrapper{margin-bottom: 40px;}
}
@media screen and (max-width: 1024px){
	.acf-block-training-hours-map .grid-three-column.grid-container .grid-x-small > .cell{width: 100%;}
}
.acf-block-student-spotlight .block-success-spotlight .success-spotlight-img-section img{
	position: relative;
	left: -20px;
}
.acf-block-student-spotlight .block-success-spotlight .success-spotlight-img-section{
	position: relative;
	display: inline-block;
 	padding: 0px;
 }
.acf-block-student-spotlight .block-success-spotlight .success-spotlight-img-section:after{  
	content: "";
	position: absolute;
	display: inline-block;
    width: 70px;
    height: 78px;
    background:url("/../../assets/images/top.png") 0 0 no-repeat;
    top: -30px;
    right: -20px;
  }
.acf-block-student-spotlight .block-success-spotlight .success-spotlight-img-section:before{ 
	content: "";
	position: absolute;
	display: inline-block;
    width: 78px;
    height: 70px;
    background:url("/../../assets/images/bottom.png") 0 0 no-repeat;
    bottom: -30px;
    right: -20px;
  }
 .acf-block-student-spotlight .block-success-spotlight > .wrap > .grid-container{
    max-width: 1300px;
  }
 .acf-block-student-spotlight .block-success-spotlight > .wrap > .grid-container > .grid-x {
 	align-items: center;
 }
.acf-block-student-spotlight .block-success-spotlight .success-spotlight-text-section {
    padding: 20px 40px 20px 40px;
}
.single-training-centre .acf-block-student-spotlight .block-success-spotlight > .wrap > .grid-container > h2{
	margin-bottom: 32px;
}
@media (max-width: 1024px) {
	.acf-block-student-spotlight .block-success-spotlight .success-spotlight-img-section:after, 
	.acf-block-student-spotlight .block-success-spotlight .success-spotlight-img-section:before{
		content: none;
	}
}
.page-id-10272 .ms-booking-button, .page-id-10280 .ms-booking-button, .page-id-10246 .ms-booking-button, .page-id-10197 .ms-booking-button{display: block;} 
.ms-button-enfield, .ms-button-watford{display: none;}
@media (max-width: 768px) {
	.pakistan-custom-banner h1{font-size: 2rem!important; margin-bottom: 32px;} 
	.pakistan-custom-banner p{font-size: 16px!important;}
}
/*# sourceMappingURL=style.css.map*/