/* From compiled.style.css */
/*
 * Plugin Styles
 */


/*
 * Shuffl - Quick Modal
 */
body.quickmodal-open {
  overflow: hidden;
}
body > .shuffl-quick-modal {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s;
}
body > .shuffl-quick-modal.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
body > .shuffl-quick-modal .modal-inner {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  text-align: left;
  height: auto;
  width: 500px;
  max-width: 80%;
  max-height: 80vh;
  padding: 30px;
  border-radius: 3px;
  overflow: scroll;
}
body > .shuffl-quick-modal .close-modal {
  position: absolute;
  text-decoration: none;
  line-height: 26px;
  font-size: 0;
  right: 0;
  top: 0;
  background: #717171;
  color: #fff;
  padding: 2px 10px;
  height: 30px;
}
body > .shuffl-quick-modal .close-modal::before {
  content: 'X';
  font-size: 18px;
  transform: scaleY(0.8);
  display: inline-block;
  opacity: 0.6;
  line-height: 26px;
}
body > .shuffl-quick-modal .close-modal:hover::before {
  opacity: 1;
}
body > .shuffl-quick-modal .close-modal::after {
  content: 'CLOSE';
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
}
.shuffl-notice {
  position: fixed;
  right: 32px;
  bottom: 32px;
  background: #fff;
  box-shadow: -1px 1px 7px 0 rgba(123, 123, 123, 0.1);
  padding: 15px 25px;
  border-radius: 2px;
  background: #deffd3;
  color: #32b537;
  z-index: 999999999;
}
/*
 * Shuffl - Begin Block Styles
 */




/*
 * Block - Gallery
 */


.section-gallery {
  margin: 50px 0;
  overflow: visible;
  --slider-height: 700px;
}
.section-gallery .slider-wrap {
  max-height: var(--slider-height);
  margin-bottom: 24px;
}
.section-gallery .slider-wrap img {
  height: var(--slider-height);
  object-fit: cover;
  object-position: center;
}
.section-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 0;
  border: none;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  background: none;
  border-width: 2px 2px 0 0;
}
.section-gallery .slick-arrow.slick-prev {
  left: -20px;
}
.section-gallery .slick-arrow.slick-next {
  right: -20px;
  transform: translateY(-50%) rotate(45deg);
}
.section-gallery .slider-nav {
  margin: 0 -12px;
}
.section-gallery .slider-nav .slick-slide {
  margin: 0 12px;
  opacity: 0.5;
  transition: opacity 0.5s;
}
.section-gallery .slider-nav .slick-slide.slick-current {
  opacity: 1;
}
.section-gallery .slider-nav img {
  height: 165px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 500px) {
  .section-gallery .slider-nav {
    display: none;
  }
}
@media (max-width: 1152px) {
  .section-gallery .slider-wrap img {
    height: 60vw;
  }
}




/*
 * Block - Content
 */


.section-content.layout-normal {
  margin: 80px 0;
}
.section-content.layout-normal .wrapper .container {
  position: relative;
  display: flex;
  align-items: center;
}
.section-content.layout-full .wrapper {
  position: relative;
}
.section-content .content-wrapper {
  width: 50%;
  padding: 0 90px;
  box-sizing: border-box;
  position: relative;
  flex: 1;
}
.section-content h4 ~ h2 {
  margin-top: -0.2em;
}
.section-content.align-left .content-wrapper {
  padding-left: 0 !important;
}
.section-content.align-left.layout-full .content-wrapper {
  padding-left: 0;
}
.section-content.align-left .aligned-image {
  object-position: right;
}
.section-content.align-right .content-wrapper {
  padding-right: 0 !important;
}
.section-content.align-right.layout-normal .wrapper .container {
  flex-direction: row-reverse;
}
.section-content.align-right .aligned-image {
  object-position: left;
}
.section-content .shuffl-video, .section-content .shuffl-gallery, .section-content .aligned-image {
  width: 50%;
  object-fit: cover;
  object-position: center;
  position: relative;
}
.section-content .shuffl-gallery img, .section-content .aligned-image {
  height: calc(var(--container-size) / 3);
}
.section-content .shuffl-gallery img {
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
}
.section-content .aligned-image.size-contain {
  object-fit: contain;
}
.section-content .aligned-image.size-auto {
  object-fit: auto;
}
@media (min-width: 1153px) {
  .section-content.layout-full .content-wrapper {
    flex: 0;
    padding: 160px 90px;
  }
  .section-content.layout-full.align-right .content-wrapper {
    margin-left: 50%;
    padding-right: 0;
  }
  .section-content.layout-full .aligned-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
  }
  .section-content.layout-full.align-left .aligned-image {
    left: unset;
    right: 0;
  }
}
@media (max-width: 1152px) {
  .section-content .container {
    display: block;
  }
  .section-content .content-wrapper {
    width: 100%;
    padding: 40px 0 0 0;
    margin: 0;
    flex-basis: 100%;
  }
  .section-content.layout-full .content-wrapper {
    padding: 50px 0;
  }
  .section-content .shuffl-video, .section-content .shuffl-gallery, .section-content .aligned-image {
    width: 100%;
    flex-basis: 100%;
    max-height: 80vw;
  }
  .section-content.align-right.layout-normal .wrapper .container, .section-content.layout-normal .container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}




/*
 * Block - Info Columns
 */


.section-columns {
  margin: 100px 0;
}
.section-columns h2 {
  text-align: center;
}
.section-columns .grid {
  display: grid;
  grid-template: auto / repeat(var(--column-count), auto);
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 40px;
}
.section-columns .inner-column img {
  width: 100%;
  height: calc(60vw / var(--column-count));
  object-fit: cover;
}
.section-columns .inner-content:last-child {
  margin-bottom: 0;
}
.section-columns .info-content {
  padding: 10px 0;
}
@media (max-width: 800px) {
  .section-columns .grid {
    grid-template: auto / auto;
  }
  .section-columns .inner-column img {
    height: 60vw;
  }
}




/*
 * Block - Banner
 */


.section-banner .wrapper {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-color: var(--secondary-color);
  position: relative;
}
.section-banner .wrapper .inner {
  max-width: var(--content-width);
  display: flex;
  flex-wrap: wrap;
  flex: var(--content-width);
  height: min-content;
}
.section-banner .wrapper .inner-content {
  line-height: 1.5;
}
.section-banner .wrapper .banner-bg {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: right center;
  display: block;
  max-height: 100%;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.section-banner .wrapper .inline-image {
  flex: 50%;
}
.section-banner .wrapper .inline-image img {
  width: auto;
  max-height: 480px;
  max-width: calc(var(--container-size) / 2);
}
.section-banner .wrapper[data-layout=left] .inline-image {
  text-align: right;
  padding-left: 40px;
}
@media (max-width: 1152px) {
  .section-banner .wrapper[data-layout=left] .inline-image {
    padding-left: 0;
  }
}
@media (min-width: 1153px) {
  .section-banner .wrapper[data-layout=right] .container {
    flex-direction: row-reverse;
  }
}
.section-banner .wrapper[data-layout=right] .inline-image {
  text-align: left;
  padding-right: 40px;
}
@media (max-width: 1152px) {
  .section-banner .wrapper[data-layout=right] .inline-image {
    padding-right: 0;
  }
}
@media (max-width: 1152px) {
  .section-banner .wrapper .container {
    flex-direction: column-reverse;
  }
  .section-banner .wrapper .inline-image {
    margin-bottom: 30px;
  }
  .section-banner .wrapper .inline-image img {
    max-width: 100%;
  }
  .section-banner .wrapper .inner {
    max-width: unset;
    flex: 100%;
    width: 100%;
  }
}
.section-banner .wrapper[data-layout=center] {
  text-align: center;
}
.section-banner .wrapper[data-layout=center] .inner {
  margin: 0 auto;
  max-width: unset;
  flex: 100%;
}
.section-banner .wrapper[data-layout=center] .inner-content {
  width: 100%;
  flex: 1;
}
.section-banner .container {
  display: flex;
  align-items: center;
  padding: var(--vertical-padding) var(--container-pad);
}
.section-banner h1 {
  flex-basis: 100%;
  margin-bottom: 20px;
}
.section-banner h4 {
  flex-basis: 100%;
}
.section-banner h4 ~ h1 {
  margin-top: -0.2em;
}
.section-banner .scroll-btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  color: inherit;
  height: calc(var(--arrow-height) + 40px);
  width: var(--arrow-width);
  z-index: 9999;
  text-align: center;
  text-decoration: none;
}
body.shuffl-fullpage .section-banner .wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
body.shuffl-fullpage .section-banner .container {
  flex-grow: 0;
  width: 100%;
}
body.shuffl-fullpage .section-banner .scroll-btn {
  padding-bottom: 50px;
}
.section-banner.show-arrow {
  --arrow-width: 80px;
  --arrow-height: 20px;
  margin-top: calc(var(--arrow-height) * -1);
}
.section-banner.show-arrow .wrapper {
  overflow: hidden;
  clip-path: polygon(0% calc(100% - var(--arrow-height)), 0% 0%, 100% 0%, 100% calc(100% - var(--arrow-height)), calc(50% + (var(--arrow-width) / 2)) calc(100% - var(--arrow-height)), 50% 100%, calc(50% - (var(--arrow-width) / 2)) calc(100% - var(--arrow-height)));
  top: var(--arrow-height);
}
.section-banner.show-arrow .wrapper .container {
  padding-bottom: calc(var(--vertical-padding) + var(--arrow-height));
}
@media (max-width: 1000px) {
  .section-banner .wrapper .inner {
    max-width: unset;
  }
}




/*
 * Footer - Variable Footer
 */


footer.shuffl-footer {
    padding: 40px 0;
}

footer.shuffl-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer.shuffl-footer .shuffl-footer-layout {
    width: 100%;
    border-spacing: 0;
}

footer.shuffl-footer .shuffl-footer-layout tr {
    display: flex;
}

footer.shuffl-footer .shuffl-footer-layout tr td {
    flex: 1;
    padding: 20px;
}

footer.shuffl-footer .shuffl-footer-layout tr td:first-child {
    padding-left: 0;
}

footer.shuffl-footer .shuffl-footer-layout tr td:last-child {
    padding-right: 0;
}

@media(max-width: 1200px) {
    footer.shuffl-footer .shuffl-footer-layout tr {
        display: block;
    }

    footer.shuffl-footer .shuffl-footer-layout tr td {
        display: block;
        min-width: unset!important;
        max-width: unset !important;
        text-align: center!important;
        padding: 0;
    }
}




/*
 * Header - Core Header
 */


@charset "UTF-8";
.shuffl-header {
  z-index: 99999999;
  padding: var(--vertical-padding) 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--primary-color);
  color: var(--primary-text-color);
  font-weight: var(--text-weight);
  transition: top 0.5s;
  /* Desktop */
  /* Mobile */
}
.shuffl-header .header-logo {
  max-width: var(--header-logo-width);
  height: 100%;
}
.shuffl-header .header-logo a {
  display: block;
  line-height: 1;
  height: 100%;
}
.shuffl-header .header-logo img {
  max-height: 60px;
  width: auto;
  height: 100%;
}
.shuffl-header a {
  color: var(--primary-text-color);
}
.shuffl-header a:hover {
  color: var(--link-hover-color);
}
.shuffl-header ul {
  list-style: none;
  padding: 0;
}
.shuffl-header.is-solid {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.shuffl-header .header-grid {
  display: grid;
  grid-template: auto / 50fr 50fr;
  grid-gap: 20px;
  align-items: center;
}
.shuffl-header .menu {
  display: block;
  list-style: none;
  position: relative;
  margin: 0;
}
.shuffl-header .menu a {
  transition: color 0.5s;
  font-size: 1em;
  display: block;
}
.shuffl-header[data-layout=logo-center] .header-grid {
  grid-template: auto / 38fr 24fr 38fr;
}
.shuffl-header[data-layout=logo-center] .header-logo {
  text-align: center;
}
@media (min-width: 1121px) {
  .shuffl-header .header-menu {
    text-align: right;
  }
  .shuffl-header .header-menu .menu li {
    display: inline-block;
    padding: 0 20px;
    position: relative;
  }
  .shuffl-header .header-menu .menu li:last-child {
    padding-right: 0;
  }
  .shuffl-header .header-left .menu li:first-child {
    padding-left: 0;
  }
  .shuffl-header .menu .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 200px;
    padding-top: 20px;
    text-align: left;
    background: var(--primary-color);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s, visibility 0s 0.5s;
  }
  .shuffl-header .menu li:hover .sub-menu {
    pointer-events: all;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s;
  }
  .shuffl-header .menu .sub-menu li {
    padding: 0;
    display: block;
    transition: background-color 0.5s;
  }
  .shuffl-header .menu .sub-menu a {
    line-height: 1;
    padding: 20px 30px;
  }
  .shuffl-header .header-menu-btn {
    display: none;
  }
  .shuffl-header .menu li.menu-item-has-children > a::after {
    content: '▼';
    font-size: 0.6em;
    padding-left: 10px;
    vertical-align: middle;
    display: inline-block;
    transition: transform 0.5s;
  }
  .shuffl-header .menu li.menu-item-has-children:hover > a::after {
    transform: scaleY(-1);
    margin-top: -0.6em;
  }
}
@media (max-width: 1120px) {
  .shuffl-header .menu a {
    line-height: 1;
    font-size: 1.5em;
    padding: 20px var(--container-pad);
    transition: color 0.5s, background-color 0.5s;
  }
  .shuffl-header .header-menu {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s 0.5s;
    background: #fff;
    position: fixed;
    left: 0;
    top: var(--header-height);
    right: 0;
    height: calc(100vh - var(--header-height));
  }
  .shuffl-header .header-menu-btn {
    text-align: right;
  }
  .shuffl-header .mobile-menu-btn {
    width: 28px;
    height: 28px;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
  }
  .shuffl-header .mobile-menu-btn > div {
    display: block;
    margin: 3px 0;
    height: 22px;
    width: 28px;
    border: 2px solid var(--primary-text-color);
    border-width: 2px 0;
    position: relative;
    transition: height 0.5s, border-width 0.1s, transform 0.5s, margin-top 0.5s;
  }
  .shuffl-header .mobile-menu-btn > div::before {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    background: var(--primary-text-color);
    margin-top: -1px;
    transition: all 0.5s;
  }
  .shuffl-header .menu .sub-menu > li > a {
    padding-left: 40px;
  }
  .shuffl-header .menu li > a:hover {
    background: var(--primary-color);
    color: var(--primary-text-color);
  }
}
body.resizing header .header-menu {
  transition: none;
}
/* Mobile */
@media (max-width: 1120px) {
  body.mobile-menu {
    overflow: hidden;
  }
  body.mobile-menu header#shuffl-header .mobile-menu-btn > div {
    height: 2px;
    border-width: 1px 0;
    transform: rotate(45deg);
    margin-top: 13px;
  }
  body.mobile-menu header#shuffl-header .mobile-menu-btn > div::before {
    transform: rotate(-90deg);
  }
  body.mobile-menu header#shuffl-header .header-menu {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    transition: opacity 0.5s;
  }
}

/* From compiled.style.frontend.css */
/*
 * Default Styles
 */

/* Container / Main */
@media (max-width: 1232px) {
    .container {
        padding: 0 20px;
        max-width: 100%;
    }
}

main {
    overflow: hidden;
}

/* main > * :not(.shuffl-section):first-child {
    margin-top: 50px;
}

main > * :not(.shuffl-section):last-child {
    margin-bottom: 50px;
}  */

.container {
    box-sizing: content-box;
}

.container.page-not-found {
    padding: 100px 0;
    text-align: center;
}

.container.page-not-found .btn {
    margin-top: 20px;
}

.container.with-margin {
    margin: 50px auto;
}
/*
 * Breadcrumbs
 */

.breadcrumbs {
    font-size: 0.8em;
}

.breadcrumbs .breadcrumb-item {
    display: inline-block;
    color: #484848;
}

.breadcrumbs .breadcrumb-item:not(:last-child)::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #bbbbbb;
    margin-top: -1px;
}
/*
 * WPCF7
 */

.wpcf7 span[role=alert] {
    padding: 5px 0 0 0;
    font-size: 0.9em;
}

.wpcf7 form .wpcf7-response-output {
    border: none;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    font-size: 1em;
    line-height: 1.2;
}

/*
 * Default Document Styles
 */
* {
    box-sizing: border-box;
}

.editor-styles-wrapper, body, html {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: var(--primary-color);
    color: var(--primary-text-color);
    font-size: var(--font-body-size);
    font-family: var(--font-body-family);
}

body.header-spacing {
    padding-top: var(--header-height);
}

p {
    line-height: var(--font-line-height);
}

p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

iframe {
    border: none;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading-family);
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0;
}

h1 {
    font-size: var(--h1-size);
    font-weight: var(--h1-weight);
}

h2 {
    font-size: var(--h2-size);
    font-weight: var(--h2-weight);
}

h3 {
    font-size: var(--h3-size);
    font-weight: var(--h3-weight);
}

h4 {
    font-size: var(--h4-size);
    font-weight: var(--h4-weight);
}

h5 {
    font-size: var(--h5-size);
    font-weight: var(--h5-weight);
}

h6 {
    font-size: var(--h6-size);
    font-weight: var(--h6-weight);
}

a {
    color: var(--link-color);
    transition: color 0.5s;
}

a:hover {
    color: var(--link-hover-color);
}

.acf-block-preview .button-wrapper, .shuffl-frontend .button-wrapper {
    margin-top: 1em;
}

.acf-block-preview button, .acf-block-preview input[type=submit], .acf-block-preview input[type=button], .shuffl-frontend button, .shuffl-frontend input[type=submit], .shuffl-frontend input[type=button] {
    -webkit-appearance: none;
    border-radius: 0;
    box-sizing: border-box;
    max-width: 100%;
}

.acf-block-preview .btn, .acf-block-preview .button, .shuffl-frontend .btn, .shuffl-frontend .button {
    text-decoration: none;
    background-color: var(--button-primary-color);
    color: var(--button-primary-text-color);
    font-family: var(--font-button-family);
    border-radius: var(--button-primary-round);
    margin-right: 0.5em;
    padding: 10px 37px;
    display: inline-block;
    text-align: center;
    transition: background-color 0.5s, color 0.5s, border 0.5s;
    vertical-align: middle;
    border: var(--button-primary-border);
}

.acf-block-preview .btn:last-child, .acf-block-preview .button:last-child, .shuffl-frontend .btn:last-child, .shuffl-frontend .button:last-child {
    margin-right: 0;
}

.acf-block-preview .btn:hover, .acf-block-preview .button:hover, .shuffl-frontend .btn:hover, .shuffl-frontend .button:hover {
    background-color: var(--button-primary-hover-color);
    color: var(--button-primary-hover-text-color);
    border-color: var(--button-primary-border-hover);
}

.acf-block-preview .btn-secondary, .acf-block-preview .button-secondary, .shuffl-frontend .btn-secondary, .shuffl-frontend .button-secondary {
    background-color: var(--button-secondary-color);
    color: var(--button-secondary-text-color);
    border-radius: var(--button-secondary-round);
    border: var(--button-secondary-border);
}

.acf-block-preview .btn-secondary:hover, .acf-block-preview .button-secondary:hover, .shuffl-frontend .btn-secondary:hover, .shuffl-frontend .button-secondary:hover {
    background-color: var(--button-secondary-hover-color);
    color: var(--button-secondary-hover-text-color);
    border-color: var(--button-secondary-border-hover);
}

.acf-block-preview .button-link, .shuffl-frontend .button-link {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    margin-top: 25px;
    position: relative;
    margin-right: 50px;
}

.acf-block-preview .button-link::after, .shuffl-frontend .button-link::after {
    content: '';
    display: block;
    position: absolute;
    border: solid var(--link-color);
    border-width: 0 2px 2px 0;
    width: 5px;
    height: 5px;
    left: 100%;
    margin-left: 10px;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
    transition: margin 0.5s;
}

.acf-block-preview .button-link:hover::after, .shuffl-frontend .button-link:hover::after {
    border-color: var(--link-hover-color);
    margin-left: 15px;
}

.acf-block-preview .button-link:last-child, .shuffl-frontend .button-link:last-child {
    margin-right: 10px;
}

.menu {
    font-family: var(--font-menu-family);
}

.menu a {
    text-decoration: none;
}

.shuffl-gallery .slick-track {
    display: flex;
    align-items: center;
}

.shuffl-gallery .slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 0;
    background: 0;
    border: 0;
    width: 14px;
    height: 14px;
    border: 2px solid var(--primary-text-color);
    border-width: 3px 3px 0px 0;
    margin: 0;
    transform: rotate(-135deg);
    cursor: pointer;
}

.shuffl-gallery .slick-arrow.slick-prev {
    left: -20px;
}

.shuffl-gallery .slick-arrow.slick-next {
    right: -20px;
    transform: rotate(45deg);
}

.shuffl-video {
    position: relative;
}

.shuffl-video:not(.with-controls) {
    cursor: pointer;
}

.shuffl-video:not(.with-controls)::before, .shuffl-video:not(.with-controls)::after {
    content: '';
    transition: opacity 2s;
    display: block;
    position: absolute;
    opacity: 0;
}

.shuffl-video:not(.with-controls)::before {
    width: 60px;
    height: 60px;
    border-radius: 40px;
    position: absolute;
    background: var(--primary-color);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.shuffl-video:not(.with-controls)[data-state="play"]::after {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 18px;
    background-color: var(--primary-text-color);
    box-shadow: 10px 0 0 var(--primary-text-color);
    margin-left: -5px;
    pointer-events: none;
}

.shuffl-video:not(.with-controls)[data-state="play"]:hover::before, .shuffl-video:not(.with-controls)[data-state="play"]:hover::after {
    opacity: 1;
}

.shuffl-video:not(.with-controls)[data-state="pause"]::before {
    opacity: 1;
}

.shuffl-video:not(.with-controls)[data-state="pause"]::after {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 18px;
    border-color: transparent transparent transparent var(--primary-text-color);
    margin-left: 3px;
    pointer-events: none;
    opacity: 1;
}

.shuffl-video video {
    max-width: 100%;
}
/*
 * Additional
 */

.small-text {
    display: inline-block;
    max-width: 13em;
    font-size: 0.75em;
    margin: 0 0 0 0.5em;
    vertical-align: middle;
}

/*
 * Loading Screen Styles
 */
body.is-loading {
    pointer-events: none;
}

#shuffl-loader {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999999999;
    background: #fff;
    display: flex;
    align-items: center;
}

#shuffl-loader img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 90vw;
    max-height: 90vh;
}

#shuffl-loader.completed {
    opacity: 0;
    pointer-events: none;
    transition: opacity 1s 1s;
}

#shuffl-loader .loading-svg {
    margin: 0 auto;
    max-width: 90vw;
    max-height: 90vh;
}

#shuffl-loader svg {
    max-width: 100%;
    max-height: 100%;
}


/*
 * W&I Fonts
 */

/*@font-face {
  font-family: 'CalibreMedium';
  src: url('../fonts/CalibreMedium.otf');
}

@font-face {
  font-family: 'CalibreRegular';
  src: url('../fonts/CalibreRegular.otf');
}

@font-face {
  font-family: 'CalibreSemibold';
  src: url('../fonts/CalibreSemibold.otf');
}*/
@font-face {
    font-family: 'CalibreMedium';
    font-weight: 400;
    src: url(https://www.writtenandillustrated.com.au/wp-content/themes/written-illustrated-2021/assets/fonts/Calibre-Medium.eot);
    src: url(https://www.writtenandillustrated.com.au/wp-content/themes/written-illustrated-2021/assets/fonts/Calibre-Medium.eot?#iefix) format('embedded-opentype'), url(https://www.writtenandillustrated.com.au/wp-content/themes/written-illustrated-2021/assets/fonts/Calibre-Medium.woff) format('woff'), url(https://www.writtenandillustrated.com.au/wp-content/themes/written-illustrated-2021/assets/fonts/Calibre-Medium.ttf) format('truetype'), url(https://www.writtenandillustrated.com.au/wp-content/themes/written-illustrated-2021/assets/fonts/Calibre-Medium.svg#CalibreMedium) format('svg');
}

@font-face {
    font-family: 'CalibreRegular';
    font-weight: 400;
    src: url(https://www.writtenandillustrated.com.au/wp-content/themes/written-illustrated-2021/assets/fonts/Calibre-Regular.eot);
    src: url(https://www.writtenandillustrated.com.au/wp-content/themes/written-illustrated-2021/assets/fonts/Calibre-Regular.eot?#iefix) format('embedded-opentype'), url(https://www.writtenandillustrated.com.au/wp-content/themes/written-illustrated-2021/assets/fonts/Calibre-Regular.woff) format('woff'), url(https://www.writtenandillustrated.com.au/wp-content/themes/written-illustrated-2021/assets/fonts/Calibre-Regular.ttf) format('truetype'), url(https://www.writtenandillustrated.com.au/wp-content/themes/written-illustrated-2021/assets/fonts/Calibre-Regular.svg#CalibreRegular) format('svg');
}

@font-face {
    font-family: 'CalibreSemibold';
    font-weight: 400;
    src: url(https://www.writtenandillustrated.com.au/wp-content/themes/written-illustrated-2021/assets/fonts/Calibre-Semibold.eot);
    src: url(https://www.writtenandillustrated.com.au/wp-content/themes/written-illustrated-2021/assets/fonts/Calibre-Semibold.eot?#iefix) format('embedded-opentype'), url(https://www.writtenandillustrated.com.au/wp-content/themes/written-illustrated-2021/assets/fonts/Calibre-Semibold.woff) format('woff'), url(https://www.writtenandillustrated.com.au/wp-content/themes/written-illustrated-2021/assets/fonts/Calibre-Semibold.ttf) format('truetype'), url(https://www.writtenandillustrated.com.au/wp-content/themes/written-illustrated-2021/assets/fonts/Calibre-Semibold.svg#CalibreSemibold) format('svg');
}

/* From addtoany.min.css */
.addtoany_content {
    clear: both;
    margin:16px auto
}

.addtoany_header {
    margin:0 0 16px
}

.addtoany_list {
    display: inline;
    line-height: 16px
}

.a2a_kit a:empty, .a2a_kit a[class^="a2a_button_"]:has(.a2a_s_undefined) {
    display:none
}

.addtoany_list a, .widget .addtoany_list a {
    border: 0;
    box-shadow: none;
    display: inline-block;
    font-size: 16px;
    padding: 0 4px;
    vertical-align:middle
}

.addtoany_list a img {
    border: 0;
    display: inline-block;
    opacity: 1;
    overflow: hidden;
    vertical-align:baseline
}

.addtoany_list a span {
    display: inline-block;
    float:none
}

.addtoany_list.a2a_kit_size_32 a {
    font-size:32px
}

.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
    height: 32px;
    line-height: 32px;
    width:32px
}

.addtoany_list a:not(.addtoany_special_service) > span {
    border-radius: 4px;
    display: inline-block;
    opacity:1
}

.addtoany_list a .a2a_count {
    position: relative;
    vertical-align:top
}

.site .a2a_kit.addtoany_list a:focus, .addtoany_list a:hover, .widget .addtoany_list a:hover {
    background: none;
    border: 0;
    box-shadow:none
}

.addtoany_list a:hover img, .addtoany_list a:hover span {
    opacity:.7
}

.addtoany_list a.addtoany_special_service:hover img, .addtoany_list a.addtoany_special_service:hover span {
    opacity:1
}

.addtoany_special_service {
    display: inline-block;
    vertical-align:middle
}

.addtoany_special_service a, .addtoany_special_service div, .addtoany_special_service div.fb_iframe_widget, .addtoany_special_service iframe, .addtoany_special_service span {
    margin: 0;
    vertical-align:baseline !important
}

.addtoany_special_service iframe {
    display: inline;
    max-width:none
}

a.addtoany_share.addtoany_no_icon span.a2a_img_text {
    display:none
}

a.addtoany_share img {
    border: 0;
    width: auto;
    height: auto
}


/* From design.css */
body {
  font-family: 'CalibreRegular';
  position: relative;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: 'CalibreMedium';
}

.single-post .wp-block-columns .wp-block-image {
  margin: 0;
  max-height: 500px;
  height: 100%;
}

.single-post .wp-block-columns figure {
    margin: 0;
    width: 100%;
    float: none;
    height: 100%;
}

.single-post .wp-block-columns figure img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: cover;
}

.section-columns {
  margin: 200px 0;
}

.shuffl-header .header-logo img {
  height: 64px;
}

.social-linkedin {
  width: 18px;
  height: 18px;
  display: inline-block;
  color: transparent;
  background: url(../core-site-images/linkedin-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  vertical-align: middle;
}

.social-insta {
  width: 18px;
  height: 18px;
  display: inline-block;
  color: transparent;
  background: url(../core-site-images/instagram-fill.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  vertical-align: middle;
}

.social-twitter {
  width: 18px;
  height: 18px;
  display: inline-block;
  color: transparent;
  background: url(../core-site-images/twitter.svg);
  background-repeat: no-repeat;
  fill: #000;
  background-size: contain;
  margin-left: 10px;
  vertical-align: middle;
}

.shuffl-header .mobile-menu-btn > div {
  border-color: #fff;
}

.shuffl-header .mobile-menu-btn > div::before {
  background: #fff;
}

/* Header */

.shuffl-header {
    position: absolute;
}

.shuffl-header .container {
  max-width: 100%;
  box-sizing: border-box;
}

.shuffl-header .header-grid {
  grid-template: auto / 64px 54fr 38fr;
}

.shuffl-header .header-menu {
  text-align: left;
}

.page-id-6 .shuffl-header .header-menu a {
    color: #ffffff;
}


/* Styling for Say Hello Button */

#menu-header-right {
  text-align: right;
}

#menu-header-right a {
  background-color: #ffffff;
  color: #000;
  line-height: 25px;
  text-align: center;
  line-height: 17px;
  padding: 14px 35px;
  display: inline-block;
}

/* button hover effect */

#menu-header-right a,
.shuffl-frontend .button {
  display: inline-block;
  position: relative;
  transition: all 1s ease-in-out, left 0s ease-in-out !important;
  clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% + 4px), 0px calc(100% + 4px));
  padding: 12px 38px;
}

#menu-header-right a:hover,
.button:hover {
  color: #FFFFFF;
}

#menu-header-right a::before,
.button::before {
  content: '';
  position: absolute;
  width: calc(120%);
  height: calc(92% + 4px);
  left: -126%;
  top: 0px;
  transform: skew(-20deg);
  transition: all 1s ease-in-out;
  z-index: -2;
}

#menu-header-right a::before {
  background: #9c2b27;
}

#menu-header-right a:hover::before,
.button:hover::before{
  left : -10%;
}

/* Recurring top banner  */

body:not(.home) .section-banner:first-child .inner {
  padding-top: 200px;
}

body:not(.home) .section-banner:first-child .inner h1, .blog .shuffl-layout #banner-1 h1 {
  font-size: 72px;
}

body:not(.home) .section-banner:first-child .inner .inner-content, .blog .shuffl-layout #banner-1 .inner .inner-content{
  max-width: 400px;
  font-size: 18px;
  color: #525252;
}

.blog .shuffl-layout #banner-1 .wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

@media(min-width: 1121px) {

    body:not(.home) #banner-1 .wrapper ,
    .blog .shuffl-layout #banner-1 .wrapper {
        --inline-image-height: 720px;
        min-height: var(--inline-image-height);
    }

    body:not(.home) #banner-1 .wrapper img ,
    .blog .shuffl-layout #banner-1 .wrapper img {
        --inline-image-width: 700px;
        left: unset;
        width: var(--inline-image-width);
        object-fit: cover;
        object-position: center center;
        clip-path: path('M658 720L442.93 655.917L467.953 610.917L56.725 665.228L-1.482 611.417L99.038 175.917L74.342 200.619L37.779 182.862L84.08 -1.083L700 -1.083L700 622.894Z');
    }

}

@media(max-width: 1120px) {

    body:not(.home) .section-banner:first-child .wrapper img ,
    .blog .shuffl-layout #banner-1 .wrapper img {
        position: relative;
        width: 100%;
        height: 600px;
        object-fit: cover;
        object-position: center top;
        clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 88% 100% , 54% 85%, 60% 75%, 15% 85% , 2% 75%, 0% 57.5%);
    }

    body:not(.home) .section-banner:first-child .wrapper {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }


    body:not(.home) .section-banner:first-child .wrapper .container {
        padding-top: 40px;
    }

    body:not(.home) .section-banner:first-child .wrapper .container .inner, .blog .shuffl-layout #banner-1 {
        padding-top: unset !important;
        justify-content: center;
    }

}

@media(max-width: 768px) {

    body:not(.home) .section-banner:first-child .wrapper,
    .blog .shuffl-layout #banner-1 .wrapper {
        min-height: unset;
    }

    body:not(.home) .section-banner:first-child .wrapper img ,
    .blog .shuffl-layout #banner-1 .wrapper img {
        height: 250px;
    }

}


/*  Recurring 'Bring it to life' banner */

#banner-3 .wrapper .inner {
  display: block;
}

#banner-3 .wrapper {
  height: 40vw;
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
}

#banner-3 h1 {
  font-size: 54px;
  max-width: 618px;
  margin: 0 auto;
}

#banner-3 .inner p {
  margin-bottom: 61px;
  margin-top: 32px;
}

#banner-3 .inner a {
  margin-left: 10px;
  margin-right: 10px;
  width: 178px;
}

#banner-3 .inner a:hover {
  color: #ffffff
}

#banner-3  a:nth-child(2) {
  background-color: #ffffff;
  color: #E1603B;
}

#banner-3  a:nth-child(2)::before {
  background: #B64525;
}

#banner-3  a:nth-child(3) {
  background-color: #ffffff;
  color: #BF403D;
}

#banner-3  a:nth-child(3)::before {
  background: #8F2320;
}

#banner-3  a:nth-child(4) {
  background-color: #ffffff;
  color: #447368;
}

#banner-3  a:nth-child(4)::before {
  background: #468B7A;
}

#banner-3  a:nth-child(5) {
  background-color: #ffffff;
  color: #242424;
}

#banner-3  a:nth-child(5)::before {
  background: #000000;
}

/* Home top Banner */

.section-banner .container {
  padding: 0 var(--container-pad);
  height: 100%;
  z-index: 10;
  position: relative;
  justify-content: space-between;
}

@media(max-width: 1152px) {
  .section-banner .wrapper .container {
    flex-direction: column;
  }

  .section-banner .wrapper .inline-image {
    margin-top: 93px;
  }
}

.page-id-6 #banner-1 .wrapper {
  height: 70.434vw;
  max-height: 1000px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right center;
  clip-path: polygon(0% 0%, 0% calc(100% - 148px), 33% calc(100% - 204px), 34.2% calc(100% - 158px), 55% calc(100% - 73px), 93.8% 100%, 100% calc(100% - 25px), 100% 0%);
  background-color: #9c2b28;
}

.page-id-6 #banner-1 .banner-bg {
  left: 50%;
  width: 50%;
  object-fit: cover;
  object-position: center right;
}

.page-id-6 #banner-1 .wrapper::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: -44px;
  right: 0;
  background: url(../core-site-images/banner-shape.svg);
  background-size: cover;
  background-position: bottom;
  z-index: 1;
}

.page-id-6 #banner-1 .wrapper .inner {
  max-width: 466px;
  font-size: 18px;
  line-height: 26px;
  margin-top: -150px;
}

.page-id-6 #banner-1 .wrapper .inner::before {
  content: '';
  width: 300px;
  height: 200px;
  background: url('../core-site-images/W-I.gif') no-repeat center;
  background-size: contain;
  z-index: 99999;
  margin-left: -39px;
  display: block;
}

.page-id-6 #banner-1 .wrapper .inner h4 {
  color: #5D0B0B;
  font-size: 20px;
  line-height: 30px;
  font-family: 'CalibreMedium';
}

.page-id-6 #banner-1 .wrapper .inner .inner-content {
}

.page-id-6 #banner-1 .inner-content a {
  background-color: #353535;
}

.page-id-6 #banner-1 .inner-content a::before {
  background-color: #000000 !important;
}


/* Square image banners */

#banner-2  {
  --vertical-padding: 95px;
}

.page-id-6 #banner-2 .wrapper .inline-image::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 630px;
  height: 630px;
  background-image: url(../core-site-images/greenShape.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}

.section-banner .wrapper .inline-image, .section-banner .wrapper[data-layout=right] .inline-image {position: relative;flex: 0;flex-basis: 464px;padding: 0;}

.section-banner .wrapper .inner-content {
}

#banner-2 .wrapper .inline-image img {
  width: 100%;
  height: auto;
  position: relative;
  object-fit: contain;
  object-position: center;
}

#banner-2 .wrapper {
  overflow: visible;
}

#banner-2 .inner {
  padding-top: 0px;
  /*   max-width: 464px; */
  flex: 1;
}

#banner-2 .inner h1 {
  font-size: 54px;
}

#banner-2 .inner .inner-content a:hover {
    background: #77B6A7;
}

#banner-2 .inner .inner-content a::before {
    background: #468B7A;
}



/*  Column Blocks */

.page-id-6 .section-columns h1 {
  text-align: center;
  font-size: 54px;
  line-height: 48px;
  margin-bottom: 65px;
}

.section-columns .grid {
    justify-items: center;
}

.page-id-6 .section-columns .inner-column {
  max-width: 300px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.page-id-6 .section-columns .inner-column img {
  object-fit: contain;
  max-height: 120px;
  max-width: 120px;
  margin-bottom: 40px;
}

.page-id-6 .section-columns .inner-column .inner-content {
  padding-bottom: 60px;
}

.page-id-6 .section-columns .inner-column  a:hover {
    background: #BF403D;
}

.page-id-6 .section-columns .inner-column  a::before {
    background: #8F2320;
}


/* Testimonials */

.section-testimonials {
  width: 100%;
  position: relative;
}

.section-testimonials .slick-slide {
  margin: 0 20px;
  opacity: 0;
  transition: opacity 0.5s;
}

.section-testimonials .slick-slide.slick-active {
  opacity: 1;
}

.section-testimonials h3 {
  font-size: 36px;
  max-width: 735px;
  margin: 0 auto;
}

.section-testimonials .item-wrapper .testimonial {
  opacity: 1;
  width: 100%;
}

.section-testimonials .testimonial::before {
  display: none;
}

.section-testimonials .testimonial {
  height: 460px;
  opacity: 1;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.12);
  margin: 0;
  position: relative;
}

.section-testimonials .testimonial .business-name {
  font-family: 'CalibreMedium';
  font-size: 24px;
  color: #77B6A7;
  margin-bottom: 30px;
}

.section-testimonials .testimonial .inner-content {
  width:  100%;
  height: 340px;
}

.section-testimonials .testimonial .inner-content span {
  font-size: 14px;
  line-height: 24px;
}

 .section-testimonials .testimonial .author-content {
   height: 106px;
   background-color: #77B6A7;
   color: #ffffff;
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   width: auto;
   margin: 0;
   float: none;
 }

.section-testimonials .testimonial .author-content .name {
  font-weight: bold;
  margin-top:30px;
}

.section-testimonials .testimonial .author-content span {
  padding-top: 5px;
  text-align:left;
  margin-left: 30px;
}

.section-testimonials .item-wrapper {
  width: 100%;
}

.section-testimonials .slick-list {
  overflow: visible;
}

.section-testimonials .wrapper {
  overflow: visible;
}

#testimonials-1 .wrapper .item-wrapper .slick-arrow {
    position: absolute;
    color: transparent;
    border: unset;
    border-width: unset;
    margin-top: unset;
    padding: unset;
    height: 51px;
    width: 51px;
    background-size: 8px 14px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #FFFFFFB3;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    background: url('../core-site-images/arrowL.svg') no-repeat center;
    top: 50%;
    left: -50px;
}

#testimonials-1 .wrapper .item-wrapper .slick-arrow.slick-disabled {
  opacity: 0.2;
}

 .slick-arrow.slick-prev {
    left: -35px;
    transform: translateY(-50%);
    z-index: 999999
}

 #testimonials-1 .wrapper .item-wrapper .slick-arrow.slick-next, .slick-arrow.slick-next {
    right: -50px;
    transform: translateY(-50%) rotateZ(180deg);
    left: unset;
}

.slick-list {
  width: 100% !important;
  height: 600px;
  padding-top: 50px;
}



/*  Who we are  2nd Banner */

.page-id-8 #banner-2 .wrapper .inline-image::before {
  content: '';
  position: absolute;
  transform: translateX(-95px) translateY(-80px);
  /* left: 150px; */
  width: 640px;
  height: 680px;
  background-image: url(../core-site-images/yellowScrib.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-id-8 #columns-1 a {
  background-color: #E1603B
}

/* Team  */

#team-1 {
    margin: 300px 0;
}
.people-wrap {
  display:flex;
  justify-content: center;
}

.people-wrap .team-person .team-thumb {
    max-width: 370px !important;
    height: 430px !important;
    object-fit: cover;
    position: relative;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

.page-id-8 .people-wrap .team-person::before {
  content: '';
  position: absolute;
  max-width: 640px;
  max-height: 680px;
  background-image: url(../core-site-images/redScrib.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

#team-1 h1 {
  text-align: center;
  font-size: 54px;
  max-width: 664px;
  margin: 200px auto;
}

section.section-team .team-info-wrap {
  text-align: center;
  background: transparent !important;
  color: #ffffff;
  width: 100%;
  position: relative;
  bottom: unset;
  left: unset;
}

.team-info-wrap a {
  background-color: transparent !important;
  color: #ffffff;
  font-size: 54px;
  text-decoration: underline 2px !important;
  text-underline-offset: 10px;
  margin-bottom: 30px;
  display: block;
}

@media(min-width: 1121px) {
    /** Desktop Styling **/
    .people-wrap .team-person:first-child {
        margin-right: 80px;
    }

    .people-wrap .team-person:last-child {
        margin-left: 80px;
    }

    .people-wrap .team-person {
      max-width: 459px !important;
    }

    .page-id-8 .people-wrap .team-person::before {
        transform:  translateX(-50%);
        left: 50%;
        width: 100%;
        height: 100%;
        bottom: -100px;
    }

    .page-id-8 .people-wrap .team-person:nth-child(2)::before {
      transform: translateX(-50%) rotateY(180deg);

    }

}

/* Pop Up Modal */

body.shuffl-frontend > .quick-modal .modal-inner {
  --modal-vertical-padding : 122px;
  width: 100%;
  max-width: 955px;
  padding: var( --modal-vertical-padding) 155px 0px;
  margin-bottom: var(--modal-vertical-padding);
  text-align: left;
  max-height: calc(100vh - 4*var(--container-pad));
  overflow: scroll;
}

.quick-modal .modal-inner .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: var(--modal-vertical-padding);
}

.quick-modal .modal-inner .content-wrapper .content-left {
  display: flex;
  width: 100%;
}

.quick-modal .modal-inner .content-wrapper .content-left img {
  height: 260px;
  width: 232px;
  z-index: 2;
}

.quick-modal .modal-inner .content-wrapper .content-left::before {
  content: '';
  position: absolute;
  left: 109px;
  top: 76px;
  width: 330px;
  height: 371px;
  background-image: url(../core-site-images/pinkScrib.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
}

.quick-modal .modal-inner .content-wrapper .content-left .inner-info {
  flex: 1;
  text-align: left;
  padding-left: 100px;
}

.quick-modal .modal-inner .content-wrapper .content-left .inner-info .inner-name {
  font-size: 54px;
  margin-bottom: 26px;
}

.quick-modal .modal-inner .content-wrapper .content-left .inner-info .inner-title {
  font-size: 18px;
  margin-bottom: 35px;
  font-family: 'CalibreMedium';
}

.quick-modal .modal-inner .content-wrapper .content-right {
  margin-top: 146px;
  font-size: 18px;
  line-height: 24px;
}

.quick-modal .modal-inner .close-wrap {
  text-align: right;
}

.quick-modal .modal-inner .close-wrap a {
  color: transparent;
  background-image: url(../core-site-images/closeX.svg);
  background-repeat: no-repeat;
  background-size: contain;
  text-align: right;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
}

.quick-modal .modal-inner .linkedin-link {
    text-decoration: none;
}

.quick-modal .modal-inner .in-the-press-section {
    margin-top: 50px;
}

.in-the-press-section h4 {
    font-size: 1.5em;
    line-height: calc(1em + 26px);
    margin-block-start: unset;
    margin-block-end: unset;
}

.in-the-press-section .link-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}

.in-the-press-section .link-item a {
    text-decoration: none;
    transition: opacity 0.5s;
}

.in-the-press-section .link-item a:hover {
    opacity: 0.6;
}

.in-the-press-section .link-item .press-name {
    font-size: 1.125em;
    max-width: 365px;
}

.in-the-press-section .link-item .read-more-link {
    font-size: 1em;
    position: relative;
}

/* Who we are: columns */

.page-id-8 .section-columns h1 {
  text-align: center;
  font-size: 54px;
  line-height: 48px;
}

.page-id-8 .section-columns .grid {
    justify-items: center;
    grid-gap: 80px;
}

.page-id-8 .section-columns .inner-column {
  max-width: 300px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.page-id-8 .section-columns .inner-column h4 {
  font-size: 24px;
  font-weight: bold;
  min-height: 50px;
}

.page-id-8 .section-columns .inner-column .inner-content {
  padding-bottom: 60px;
}

.page-id-8 .section-columns .inner-column  a::before {
    background: #B64525;
}

/* What we do: buttons */

.page-id-10 #banner-2 a, .page-id-10 #columns-1 a {
  background-color: #E1603B !important;
}
.page-id-10 #columns-1 a {
  margin-top: -280px;
}

.page-id-10 #banner-2 a::before, .page-id-10 #columns-1 a::before {
  background: #B64525 !important;
}


/* What we do: Top banner */

.section-banner:first-child .wrapper{
  min-height: 670px;
}

.section-banner:first-child .banner-bg {
  background-position: top right;
  object-fit: contain;
}

.page-id-10 #banner-1 .wrapper .inline-image img, .page-id-8  #banner-1 .wrapper .inline-image img, .blog .shuffl-layout #banner-1 .wrapper .inline-image img {
  top: 0px;
  right: 0px;
  position: absolute;
  max-height: 720px;
  max-width: 720px;
}

/* What we do: Second banner */

.page-id-10 #banner-2 {
  --vertical-padding: 100px;
}

.page-id-10 #banner-2 .button {
  margin-top: 37px;
}

.page-id-10 #banner-2 .wrapper .inline-image::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 640px;
  height: 780px;
  max-width: 110vw;
  max-height: calc(110vw * (78/64));

  background-image: url(../core-site-images/pinkScrib.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-id-10 #banner-2 .inner-content .p4 {
  color: #E1603B;
}

/* What we do: columns */

.page-id-10 .section-columns .container::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1359px;
  height: 100%;
  background-image: url(
  ../core-site-images/longGreenScrib.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media(max-width: 800px) {

  .page-id-10 .section-columns .container::before {
    transform: rotate(90deg);
  }

  .page-id-10 #columns-1 a {
    margin-top: 350px;
  }
}

 .section-columns h2 {
    font-family: 'CalibreRegular';
    text-align: center;
    font-size: 54px;
    line-height: 48px;
    position: relative;
    z-index: 9999;
    margin-block-end: 60px;
}

.page-id-10 .section-columns .grid {
  grid-gap: 20px;
  position: relative;
}

.page-id-10 .section-columns .inner-column {
  max-width: 365px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  max-height: 500px;
  position: relative;
}

.page-id-10 .section-columns .inner-column img {height: 100%;}

.page-id-10 .section-columns .inner-column h4 {
  font-size: 36px;
  transform: translateY(-185px);
  color: #ffffff;
}

.page-id-10 .section-columns .inner-column .inner-content {
  transform: translateY(-223px);
  color: #ffffff;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
}







/* Contact Page */

.page-id-14 main #columns-1 {
  background-image: url(../core-site-images/contactBanner.png);
  margin-top: 0px !important;
  padding-top: 200px;
  padding-bottom: 100px;
  color: #ffffff;
  background-size: cover;
}

.page-id-14 .inner-column {
  max-width: 475px;
  min-width: 70%;
  text-align: left;

}

/* .page-id-14 .inner-column:nth-child(2) {
  max-width: 600px;
} */

.page-id-14 .inner-column .inner-content .contact-info {
  margin-top: 100px;
}

.page-id-14 .inner-column .inner-content .contact-info a {
  color: #ffffff;
  text-decoration: none;
}

.page-id-14 main .social-links {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  margin-top: 20px;
}

.page-id-14 main .social-links .social-link {
  color: transparent;
  width: 30px;
  height: 30px !important;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-right: 5px;
}

.page-id-14 main .social-links .social-linkedin {
  background-image: url(../core-site-images/revlinkedin.svg);
}

.page-id-14 main .social-links .social-fb {
  background-image: url(../core-site-images/revfacebook.svg);
}

.page-id-14 main .social-links .social-insta {
  background-image: url(../core-site-images/revInstagram.svg);
}

.page-id-14 .inner-column h4 {
  font-size: 40px;
}

.page-id-14 #columns-1 form {
  background-color: #ffffff;
  position: relative;
  padding: 36px;
  color: black;
  font-family: inherit;

}

.page-id-14 #columns-1 form .form-input{
  text-align: left;
  font-size: 14px;
  transition: opacity 0.5s;
}

#columns-1 form .form-input p {
  margin-top:5px;
}

#columns-1 form .form-input:nth-child(5) {
  margin-bottom: 10px;
}

#columns-1 form .form-input input {
  border: 1px solid #CACACA;
  outline: none;
  color: #9d9d9c;
  padding: 15px 15px;
  margin-bottom: 3%;
  width: 100%;
}

#columns-1 .wpcf7-select {
  border: 1px solid #CACACA;
  color: #9d9d9c;
  width: 100%;
  padding: 15px;
}

.wpcf7 label[for="file-selector"] {
  width: 100%;
  color: #77B6A7;
  display: block;
  background: #F3F3F3;
  font-size: 14px;
  border-radius: 3px;
  border: 1px dashed #77B6A7;;
  line-height: 50px;
  /* margin-top: 20px; */
  background: url(../core-site-images/uploadBtn.svg) no-repeat;
  background-position: center right 10px;
  cursor: pointer;
  transition: color 0.5s, border 0.5s;
  padding-left: 15px;
}

.wpcf7 label[for="file-selector"] * {
    display: none;
}

.wpcf7 label[for="file-selector"]::before {
    content: 'Select File';
}

.wpcf7 textarea {
  font-family: inherit;
  border: 1px solid #CACACA;
  color: #9d9d9c;
  outline: none;
  resize: none;
  height: 107px;
  width: 100%;
  padding: 15px;
}

#columns-1 .wpcf7-submit {
  color: #ffffff;
  background-color: #77B6A7;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  height:40px;
  margin-top: 3%;
  border: none;
  transition: 0.5s, color 0.5s, border 0.5s;
}

/* Contact page links */

.section-links h1 {
  margin-left: 38px;
}

.section-links .link-tiles {
  display: inline-block;
  width: 100%;
}

.section-links .link-tiles {
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.section-links .link-tile:nth-child(2n) {
  margin: 0 0px;
}

.section-links .link-tile {
  flex-basis: 100%;
  display: flex;
  text-decoration: none;
}

.section-links .link-tile .link-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-basis: 100%;
  position: relative;
}

.section-links .link-tiles a {
    margin-top: 0px;
    background-color: transparent;
    color: black;
    position: relative;
    transition: color 1s;
}

.section-links .link-tiles .link-tile::before {
  content: '';
  background: url(../core-site-images/greenHover.svg) no-repeat;
  background-size: cover;
  width: 1450px;
  height: 105px;
  overflow: visible;
  position: absolute;
  margin-top: -8px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0.5s;
}

.section-links .link-tiles .link-tile:hover:before{
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s, visibility 0.5s;
}

.section-links .link-tiles .link-tile:hover, .section-links .link-tiles .link-tile h3 {
    transition: color 0.5s;
}

.section-links .link-tiles .link-tile:hover, .section-links .link-tiles .link-tile h3:hover  {
  color: #ffffff;
}


.section-links .link-tiles .link-inner span:nth-child(2)::after {
      content: '';
      background: url(../core-site-images/readMore.svg) no-repeat;
      height: 23px;
      width: 23px;
      position: absolute;
      margin-left: 5px;
      margin-top: -3px;
      transition: filter 0.5s;
}

.section-links .link-tiles .link-tile:hover .link-inner span:nth-child(2):after {
     filter: invert(100%) brightness(125%);
}

.section-links .link-tiles .link-inner h3 {
  text-decoration: none;
}

/* BLOG */

/* Archive & single Anchor tag */

.arrowContainer {
  display: flex;
}

.arrowContainer a {
  color: transparent;
  background: url(../core-site-images/arrowUp.svg) no-repeat;
  height: 36px;
  width: 36px;
  background-size: contain;
}

#archive-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    transition: opacity 1s;
    position: relative;
    min-height: 50px;
}

#archive-wrapper::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid;
  border-color: #8f2320 transparent #8f2320 #8f2320;
  position: absolute;
  left: 50%;
  top: 10px;
  z-index: 999;
  border-radius: 999px;
  animation: loading-spin 1s infinite linear;
  opacity: 0;
}

#archive-select {
    padding: 0 18px 30px;
}

#archive-select form {
    --select-element-height : 48px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

#archive-select form label{
    margin-bottom: 8px;
    font-size: 0.875em;
}

#archive-select form > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

#archive-select form > div:not(:last-child) {
    margin-right: 18px;
}

#archive-select form select {
    width: 248px;
    height: var(--select-element-height);
    padding-left: 20px;
    font-size: 1.125em;
    line-height: 1.125em;
    border: 1px solid #CDCDCD;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#archive-select form select::-ms-expand {
    display: none;
}

#archive-select form .select-wrap {
    position: relative;
}

#archive-select form .select-wrap::after {
    content:'';
    position: absolute;
    z-index: 2;
    pointer-events: none;
    width: 11px;
    height: 11px;
    background-image: url('../core-site-images/project-filter.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

#archive-select form input[type="submit"] {
    width: 168px;
    height: var(--select-element-height);
    border: none;
    color: #ffffff;
    font-size: 1em;
    line-height: 1em;
    background: #E1603B;
    display: inline-block;
    cursor: pointer;
}

#archive-label {
    padding: 0 18px 30px;
    font-size: 0.825em;
    line-height: 1em;
}

#archive-label .filter-label {
    text-transform: capitalize;
}


@keyframes loading-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg) }
}

.posts-loading #archive-wrapper {
  opacity: 0.4;
}

.posts-loading #archive-wrapper::before {
  opacity: 1;
}

.post-tile {
    flex-basis: 355px;
    margin-bottom: 20px;
    margin-left: 25px;
    background-position: center;
    background-size: cover;
     -webkit-transition: all 0.3s ease-in-out;
    position: relative;
    transition: opacity 0.5s;
    /* overflow: hidden; */
}

.post-wrapper {
  overflow: hidden;
}

.post-bg {
    height: 380px;
    background-position: 50% 50%;
    background-size: cover;
    transition: all 0.3s ease-out;
}

.post-bg:hover {
  transform: scale(1.1);
  /*background-size: 140% auto;*/
  transition: all 0.3s ease-in-out;
}


.post-tile {
  text-decoration: none !important;
  font-size: 24px;
  font-weight: lighter !important;
}

.post-inner h4 {
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 2px;
  font-size: 24px;
}

.loc-year {
  display: flex;

}

.loc-year p {
  height: 29px;
  margin: 5px;
  font-size: 16px;
}

.dot {
  height: 4px;
  width: 4px;
  background-color: #000;
  border-radius: 50%;
  margin-top: 12px;
}


@media(min-width: 1301px) {
    .post-tile:nth-child(4n),
    .post-tile:nth-child(4n+1) {
        flex-basis: 735px;
    }

    .post-tile:nth-child(4n) h3,
    .post-tile:nth-child(4n+1) h3 {
        max-width: calc(100% - 150px);
    }

    .post-tile:nth-child(4n+1),
    .post-tile:nth-child(4n+3) {
        margin-left: 0;
    }

    .post-tile:nth-child(4n) .post-btn,
    .post-tile:nth-child(4n+1) .post-btn {
        margin: 0;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
    }
}

/* Single Blog Post */

.single-post::before {
  content: '';
  position: absolute;
  top: -25px;
  right: 0;
  width: 340px;
  height: 400px;
  background-image: url(../core-site-images/cornerScrib.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.dot-single {
  height: 7px;
  width: 7px;
  background-color: #000;
  border-radius: 50%;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.single-post .single-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.single-post .single-data {
  margin-top: 200px;
  margin-bottom: 100px;
}

.single-post .back-to-projects {
  padding-left: 20px;
  background-image: url(../core-site-images/back-arrow.svg);
  background-repeat: no-repeat;
  background-position: left center;
  text-decoration: none;
  color: #525252;
  transition: opacity 0.5s;
}

.single-post .back-to-projects:hover {
  opacity: 0.8;
}

.back-to-projects.post-end {
    display: inline-block;
    margin: 80px 0;
}

.single-post .single-data h1 {
  font-size: 52px;
  padding-left: 100px;
  margin-top: 63px;
}

.single-post .single-data h4 {
  font-size: 52px;
  margin-top: 0px;
  padding-left: 100px;
}

.single-wrapper .feature-image {
  width: 100%;
  height: 700px;
  background-size: contain !important;
  background-repeat: no-repeat;
}


.single-wrapper .post-text {
  margin-top: 100px;
  margin-bottom: 100px;
  width: 100%;
  padding-right: 400px;
  margin-left: 100px;
  font-size: 18px;
  line-height: 28px;
  color: #525252;
}

.wp-block-columns {
  width: 100%;
}


.pagination-bar {
  color: #ffffff;
  background-color: #252325;
  padding: 100px 0;
  margin: 100px 0 !important;
  position: relative;
}

.pagination-bar::after,
.pagination-bar::before {
  content: '';
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  height: 100px;
  background: url(../core-site-images/shape-top.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.pagination-bar::after {
  top: unset;
  background-image: url(../core-site-images/shape-bottom.svg);
  bottom: -100px;
}

.pagination-bar a {
  color: #ffffff;
  font-size: 1em;
  text-decoration: none;
}

.pagination-bar .pre-pagination {
  font-size: 1.125em;
  display: block;
  margin-bottom: 70px;
  font-weight: 400;
}

.pagination-bar .next-post-information {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.pagination-bar .next-post-information > div {
    flex-basis: 100%;
    display:flex;
    justify-content: flex-start;
    align-items: center;
}

.pagination-bar .next-post-information h3 {
    margin-bottom: unset;
    display: inline-block;
    transition: color 0.5s;
    font-size: 3.375em;
}

.pagination-bar a.title-link:hover h3 {
    color: rgba(255,255,255,0.6);
}

.pagination-bar .seperator {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #ffffff;
    margin: 0 15px;
}

body.privacy-policy {
    padding-top: var(--header-height);
}

@media(max-width: 768px) {

    .pagination-bar .next-post-information h3 {
        font-size: 2.5em;
    }

}

@media(max-width: 600px) {

    .pagination-bar .next-post-information > div {
        display: block;
    }

    .pagination-bar .next-post-information h3 {
        display: block;
    }

    .pagination-bar .seperator {
        display: none;
    }
}

.arrowContainer {
  width: 100%;
  flex-direction: row-reverse;
}

.after-content-section {
    padding-left: 100px;
    width: 100%;
}

.after-content-section h3 {
    font-size: 24px;
}

.after-content-section .post-credits {
    margin-top: 120px;
}

.after-content-section .share {
  width:100%;
  margin: 60px 0;
}

hr {
  width:100%;
  margin-left:0;
  margin-top: 50px;
  margin-bottom: 50px;
}

.post-awards h3 {
  padding-top: 60px;
  border-top: 1px solid #979797;
}

.awards-container {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  font-size: 24px;
}

.award-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    width: 100%;
    padding-right: 26px;
}

.award-item p {
    margin-block-start: unset;
    margin-block-end: unset;
}

.award-item a {
    transition: opacity 0.5s;
}

.award-item a:hover {
    opacity: 0.6;
}

.award-year {
  margin-right: 20px;
}

.award-title {
  flex-grow: 1;
}

.awards-container a {
  flex-basis: 110px;
  margin-left: 20px;
  text-decoration: none;
  font-size: 24px;
  line-height: var(--font-line-height);
  position: relative;
  white-space: nowrap;
}

.awards-container a.link-tile::after,
.in-the-press-section a.read-more-link::after {
      content: '';
      background: url(../core-site-images/readMore.svg) no-repeat;
      height: 23px;
      width: 23px;
      position: absolute;
      margin-left: 5px;
      top: 50%;
      transform: translateY(-50%);
}

/** Add to any styling **/

.a2a_kit.addtoany_list .a2a_dd.addtoany_share_save.addtoany_share {
    display: none;
    pointer-events: none;
}

.a2a_kit.addtoany_list .a2a_button_linkedin,
.a2a_kit.addtoany_list .a2a_button_facebook,
.a2a_kit.addtoany_list .a2a_button_copy_link {
    height: 44px !important;
    width: 44px !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity 0.5s;
}

.a2a_kit.addtoany_list .a2a_button_linkedin:hover ,
.a2a_kit.addtoany_list .a2a_button_facebook:hover ,
.a2a_kit.addtoany_list .a2a_button_copy_link:hover {
    opacity: 0.6;
}

.a2a_kit.addtoany_list .a2a_button_linkedin,
.a2a_kit.addtoany_list .a2a_button_facebook {
    margin-right: 12px;
}

.a2a_kit.addtoany_list .a2a_button_linkedin {
    background-image: url('../core-site-images/linkedin.svg');
}

.a2a_kit.addtoany_list .a2a_button_facebook {
    background-image: url('../core-site-images/facebook.svg');
}

.a2a_kit.addtoany_list .a2a_button_copy_link {
    background-image: url('../core-site-images/share.svg');
}

.a2a_kit.addtoany_list .a2a_button_linkedin > span,
.a2a_kit.addtoany_list .a2a_button_facebook > span,
.a2a_kit.addtoany_list .a2a_button_copy_link > span {
    display: none;
}

/* footer */

footer.shuffl-footer {
  padding: 80px 0 40px 0;
}

footer span.contact-info {
    display: inline-block;
    line-height: var(--font-line-height);
}

footer p span.contact-info {
    margin: 0;
    display: inline;
}

footer p {
    margin: 5px 0;
}

footer a {
    text-decoration: none;
}

footer a:hover {
}

footer .row-1 .col-1 {
  line-height: 7px;
  font-size: 15px;
  padding-bottom: 20px !important;
}

footer .row-1 .col-1 img {
  max-width: 366px;
}

footer .social-links {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin: 50px 0 30px 0;
}

footer .social-links .social-link {
  color: transparent;
  width: 44px;
  height: 44px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-right: 5px;
  display: block;
}

footer .social-links .social-linkedin {
  background-image: url(../core-site-images/linkedin.svg);
}

footer .social-links .social-fb {
  background-image: url(../core-site-images/facebook.svg);
}

footer .social-links .social-insta {
  background-image: url(../core-site-images/instagram.svg);
}


footer.shuffl-footer .shuffl-footer-layout tr.row-3 td {
    padding: 0 0 25px 0;
}

footer .row-3 .col-1 > a {
  text-decoration: none;
}

footer .row-4 a {
  color: #363636;
}

footer .row-4 {
  color: #363636;
  border-top-width: 1px;
  border-top-style: solid;
  font-size: 12px;
}

footer .menu li {
    display: inline-block;
    margin-right: 10px;
}

footer .row-3 .menu li {
    font-weight: bold;
}

footer .menu a[href^="#"] {
    pointer-events: none;
}

@media(max-width: 1200px) {
  footer .row-4 {
    padding-top: 27px;
  }

  footer.shuffl-footer .shuffl-footer-layout tr.row-4 td {
    padding: 10px 0;
  }
}



@media(max-width: 600px) {
    footer .menu li:first-child {
        display: block;
        margin-bottom: 10px;
    }

    footer .menu li:nth-child(2)::before {
        display: none;
    }

    .form-row:not(.full-row) {
        flex-direction: column;
    }

    .wpcf7 .form-row:not(.full-row) .form-input {
        max-width: 100%;
    }


    .dot {
        font-size: 0;
        display: block;
        margin: 0;
        height: 6px;
    }

    footer {
        font-size: 14px;
    }
}


/* Mobile */

/* Home */


@media(max-width: 1232px) {

  .container {
    box-sizing: border-box;
    max-width: 100% !important;
  }

  #banner-3 .wrapper .container,
  .page-id-6 #banner-1 .wrapper .container {
    flex-direction: row;
  }

  .section-banner .container {
    padding: var(--vertical-padding) var(--container-pad);
  }

}

@media(min-width: 1121px) {
    body header#shuffl-header .header-menu .say-hello-mobile {
        display: none;
        visibility: hidden;
    }
}

@media(max-width: 1120px) {

body {
    padding-top: var(--header-height);
}

#shuffl-header {
    background: #ffffff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
}

.shuffl-header .mobile-menu-btn > div {
    border-color: #000;
}

.shuffl-header .mobile-menu-btn > div::before {
    background: #000;
}

body header#shuffl-header .header-menu {
  top: 0;
  height: 100%;
  background: #bf403d;
  padding-top: var(--header-height);
}

body header#shuffl-header .header-menu li {
  border-top: 1px solid #8f2320
}
body header#shuffl-header .header-menu li:last-child {
  border-bottom: 1px solid #8f2320
}

section.section-team .wrapper .team-person {
  flex-basis: 100% !important;
  margin-bottom: 150px !important;
}

section.section-team .wrapper .team-person:last-child {
    margin-bottom: 80px !important;
}

.page-id-8 .people-wrap .team-person::before {
    width: 100vw;
    height: calc(100vw * 1.0625);
    left: 50%;
    transform: translateX(-50%);
    bottom: -75px;
}

.page-id-8 .people-wrap .team-person:last-child::before {
    transform: translateX(-50%) rotateY(180deg);
}

section.section-team .wrapper .team-person .team-thumb {
    height: auto !important;
    width: 100%;
    max-width: 60%;
    min-width: 250px;
    margin: 0 auto;
}


.shuffl-header .header-logo {
  z-index: 9;
}

.header-menu-right {
  display: none;
}

.shuffl-header .header-grid {
  grid-template: auto / auto auto;
}

.page-id-10 .section-columns .grid {
    width: auto;
}

 .section-banner .wrapper .container {
    text-align: center;
    justify-content: center;
    padding: 50px var(--container-pad);
    align-items: center;
    padding-top: 120px;
  }

  .page-id-6 #banner-1 .wrapper .inner {
    justify-content: center;
    display: block;
    height: auto;
  }

  .page-id-6 #banner-1 .wrapper .inner::before {
    margin: 0 auto;
    height: 160px;
  }

  .page-id-6 .section-banner .wrapper .container .inner-content, .page-id-10 .section-banner .wrapper .container .inner-content, .page-id-8 .section-banner .wrapper .container .inner-content {
    flex-basis: 100%;
  }

  #banner-3 .wrapper {
    background-size: cover;
    height: 605px;
  }

  #banner-3 a {
    margin-bottom: 10px;
  }

  #banner-3 .wrapper .banner-bg {
      object-position: center;
      width: auto;
  }

  .page-id-6 #banner-1 .wrapper::before {
    background-image: url(../core-site-images/mobile-shape.svg);
  }

  .page-id-6 #banner-1 .banner-bg {
    left: 0;
    width: 100%;
    height: 100vw;
    bottom: 0;
    top: unset;
    object-position: top center;
  }

  .page-id-6 #banner-1 .wrapper {
    clip-path: polygon(0% 0%, 0% 98%, 78% 95%, 81% 98%, 100% 100%, 100% 0%);
    height: auto;
    min-height: unset;
    padding-bottom: 86vw;
    max-height: unset;
  }

  .page-id-6 #banner-2 .wrapper .inline-image::before {
      max-width: calc(100vw + 60px);
      max-height: calc(100vw + 60px);
  }

  /** Banner block mobile wrapping **/

  .page-id-10 #banner-2 .container,
  .page-id-8 #banner-2 .container {
      flex-direction: column-reverse;
  }

  .page-id-10 #banner-2 .container .inline-image,
  .page-id-8 #banner-2 .container .inline-image {
      margin-bottom: 200px;
  }

}

/*  Logo Carousel */

.section-wai-logos {
  margin-top: -100px;
  margin-bottom: 100px;
}

.section-wai-logos .slick-list {
  height: 150px;
}

.section-wai-logos .logo-item img {
    display: inline-block;
    object-position: center;
    object-fit: scale-down;
    height: 65px;
}

.section-wai-logos .logo-slider .slick-arrow {
  position: absolute;
  color: transparent;
  border: unset;
  border-width: unset;
  margin-top: unset;
  padding: unset;
  height: 51px;
  width: 51px;
  background-size: 8px 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #FFFFFFB3;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
  background: url('../core-site-images/arrowL.svg') no-repeat center;
  top: 50%;
  left: -50px;
}

.section-wai-logos .logo-slider .slick-slide {
  text-align: center;
}

.section-wai-logos .logo-slider .logo-item  {
  max-width: 190px;
  width: 100%;
}

.section-wai-logos .logo-slider .slick-next {
  right: -50px;
  left: unset;
  transform: rotateZ(180deg) translateY(50%);
}

@media(max-width: 1000px) {

  .section-wai-logos {
    margin-bottom: unset;
  }

  .section-wai-logos .logo-slider .slick-prev {
    left: unset;
  }

  .section-wai-logos .logo-slider .slick-next {
    transform: rotateZ(180deg) translateY(50%) translateX(100%);
  }
  
}




@media(max-width: 1000px) {

  .page-id-6 #banner-1 .wrapper .inner {
    text-align: center;
    margin-top: 0px;
    font-size: 16px;
  }

    .page-id-6 #banner-1 .wrapper .inner h4 {
      font-size: 16px;
    }

    #team-1 {
    margin-bottom: 0;
    }

    .section-testimonials .testimonial {
        height: unset;
    }

    .slick-list {
        height: unset;
    }

    .section-testimonials .item-wrapper .testimonial {
        padding: 20px;
    }

    .section-testimonials .item-wrapper .testimonial .inner-content {
        height: unset;
        padding-bottom: 20px;
    }

    .section-testimonials .testimonial .author-content {
        position: relative;
        height: unset;
        width: calc(100% + 40px);
        left: -20px;
        right: unset;
        bottom: -20px;
        float:left;
        padding: 20px;
    }

    .section-testimonials .testimonial .author-content span {
        margin-top: unset !important;
        margin-left: unset;
    }

    #testimonials-1 .wrapper .item-wrapper .slick-arrow.slick-next,
    .slick-arrow.slick-next {
        right: 20px;
        transform: translateY(-50%) translateX(50%) rotateZ(180deg);
    }

    #testimonials-1 .wrapper .item-wrapper .slick-arrow, .slick-arrow.slick-next {
        left: 20px;
        transform: translateY(-50%) translateX(-50%);
    }

    body.shuffl-frontend > .quick-modal .modal-inner {
        --modal-vertical-padding: 60px;
        padding: var(--modal-vertical-padding);
        max-width: calc(100vw - 2*var(--container-pad));
    }

    .quick-modal .modal-inner .content-wrapper .content-left::before {
        left: 0px;
        top: 0px;
    }

    .single-wrapper .post-text {
        margin: 50px;
        padding-right: unset;
    }
    .after-content-section {
        padding-left: 50px;
    }

    .single-post .single-data h4,
    .single-post .single-data h1 {
        padding: 50px;
    }

    .page-id-10 .section-columns .inner-column {
        max-width: 30vw;
    }

    section.section-columns {
        margin: 80px auto 150px;
    }

    .page-id-10 .section-columns {
        margin-top: 140px;
    }

    .page-id-8 .section-columns .grid {
        grid-gap: 40px;
    }

    .page-id-8 .section-columns .inner-column .inner-content {
        padding-bottom: 0px;
    }

    #archive-wrapper {
        justify-content: space-between;
    }

    .post-tile {
        flex-basis: calc(50% - 12.5px);
        margin-left: unset;
    }
    
    .single-post .wp-block-image img {
        height: auto;
    }  

}

@media(max-width: 900px) {

    .quick-modal .modal-inner .content-wrapper .content-left {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .quick-modal .modal-inner .content-wrapper .content-left img {
        margin-bottom: 40px;
    }

    .quick-modal .modal-inner .content-wrapper .content-left::before {
        height: 300px;
        width: 292px;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
    }

    .quick-modal .modal-inner .content-wrapper .content-left .inner-info {
        padding-left: unset;
        text-align: center;
    }

    .quick-modal .modal-inner .content-wrapper .content-right {
        margin-top: 40px;
    }

}

@media(max-width: 800px) {

  .page-id-6 #columns-1 .inner-column a {
    top: 380px;
  }

  .page-id-8 #columns-1 .inner-column a {
    top: 310px;
  }

  #banner-3 h1 {
    font-size: 36px;
  }

  .page-id-14 #columns-1 .inner-column:nth-child(1) {
    text-align: center;
  }

  .page-id-14 main .social-links {
      justify-content:center;
  }

  #links-1 h1 {
    text-align: center;
    margin-left: 0px;
  }

  .link-inner {
    padding: 20px 0 !important;
  }

  .link-inner span {
    padding: 10px;
  }

    .link-inner span:first-child {
        flex-basis: calc(100% - 150px);
        flex-grow: 1;
    }

  .link-inner span:last-child {
      text-align: right;
      padding-right: 30px;
      flex-basis: 150px;
      flex-shrink: 1;
  }

  .awards-container a,
  .awards-container p {
      font-size: 22px;
  }

  .section-links .link-tiles .link-tile::before {
      height: 100%;
  }

  .page-id-10 .section-columns .container {
      margin-bottom: 150px;
  }

  .page-id-10 .section-columns .container::before {
      transform: translateY(-50%) translateX(-48%) rotate(90deg);
      top: 50%;
      width: 325%;
      height: 33%;
  }

  .page-id-10 .section-columns .inner-column {
      position: unset;
      z-index: 99;
  }

  .page-id-10 #columns-1 a {
      position: absolute;
      top: calc(100% + 60px);
      margin-top: unset;
      margin-bottom: unset;
      left: 50%;
      transform: translateX(-50%);
  }

  .page-id-10 .section-columns .inner-column {
      max-width: 400px;
  }

}

@media(min-width: 769px) {

    footer .row-3 .col-2 {
        display: none !important;
    }

}

@media(max-width: 768px) {
    /** Mobile Breakpoint **/

    .container {
        --container-pad : 30px;
    }

    .single-post .single-wrapper {
        justify-content: center;
    }

    .single-wrapper .post-text {
        margin: 20px 0;
        padding-right: unset;
    }

    .after-content-section {
        padding-left: 0px;
    }

    .single-post .single-data h4  ,
    .single-post .single-data h1 {
        padding: 0px;
    }

    .single-post .single-data h4 {
        flex-wrap: wrap;
    }

    .single-post .single-data h4 .dot-single {
        width: 100%;
        margin-top: unset;
        color: transparent;
        opacity: 0;
        height: 0px;
    }

    .after-content-section .post-credits {
        margin-top: 40px;
    }

    .after-content-section .post-credits p {
        text-align: center;
    }

    .after-content-section .share {
      margin: 40px 0;
    }
    .post-awards h3 {
      padding-top: 40px;
    }

    .award-item {
        margin-bottom: 16px;
    }

    .awards-container a,
    .awards-container p {
        font-size: 18px;
    }

    .post-tile {
        flex-basis: 100%;
    }

    #archive-select {
        padding: 0 0 40px;
    }

    #archive-filter-form {
        flex-wrap: wrap;
    }

    #archive-filter-form > * {
        flex-basis: 100%;
    }

    #archive-select form > div:not(:last-child) {
        margin-right: unset;
    }

    #archive-select .filter-wrapper {
        margin-bottom: 20px;
    }

    #archive-select form .select-wrap,
    #archive-select form .select-wrap select,
    #archive-select form input[type="submit"] {
        width: 100%;
    }

    .back-to-projects.post-end {
        margin: 40px 0;
    }

    .pagination-bar .container {
        padding-left: 40px;
    }

    body.shuffl-frontend > .quick-modal .modal-inner {
        --modal-vertical-padding: 40px;
    }

    a[href="#top-ban"] {
        display: none;
    }

    .after-content-section .share,
    .after-content-section .post-credits {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .share .st-btn {
        display: inline-block !important;
    }

    footer .social-links {
        margin: 30px 0 10px;
    }

    footer .row-2 .social-links {
        display: none;
    }

    footer .row-3 {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    footer .row-3 .col-2 {
        display: block !important;
    }

    #menu-footer {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-top: 40px;
    }

    #menu-footer li:not(:last-child) {
        margin-bottom: 22px;
    }

    #menu-links a {
        position: relative;
    }

    #menu-links li:not(:first-child) a:before {
        content: '|';
        position: absolute;
        height: 1em;
        top: 50%;
        right: calc(100% + 5px);
        transform: translateY(-50%);
        pointer-events: none;
    }

    footer.shuffl-footer .shuffl-footer-layout tr.row-4 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    footer.shuffl-footer tr.row-4 .col-1 {
        order: 2;
    }

    footer.shuffl-footer tr.row-4 .col-2 {
        order: 1;
    }

    body {
        --background-illustration-height: calc(100vw * 1.0625);
    }

    /** Page ID 8 **/
    .page-id-8 #banner-2 .container {
        padding: var(--container-pad)
    }

    .page-id-8 #banner-2 .container .inline-image {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 464px;
        flex-basis: 100%;
        min-height: var(--background-illustration-height);
        margin: 40px 0;
    }

    .page-id-8 #banner-2 .wrapper .inline-image::before {
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        width: 100vw;
        height:var(--background-illustration-height);
    }

    #team-1 {
        margin: 80px 0 40px;
    }

    #team-1 h1 {
        margin-block-start: 80px;
        margin-block-end: 80px;
    }

    /** Page ID 10 **/

    .page-id-10 .section-columns {
        margin-top: 60px;
    }

    .page-id-14 main #columns-1 {
        padding-top: 100px;
    }

    section.section-columns,
    section.section-links {
        margin: 60px 0;
    }

    .in-the-press-section .link-item .read-more-link {
        display: none;
    }

    .in-the-press-section .link-item .press-name {
        max-width: unset;
    }

    .shuffl-header .header-logo img {
        height: 56px;
    }
}

@media(max-width: 400px) {
    /** Small mobile device stying **/

    .page-id-8 .people-wrap .team-person::before {
        width: 120vw;
        height: calc(120vw * 1.0625);
        left: 50%;
        transform: translateX(-50%);
        bottom: -50px;
    }

    body.shuffl-frontend > .quick-modal .modal-inner {
        max-width: calc(100vw - 0.5*var(--container-pad));
    }

    body.shuffl-frontend > .quick-modal .modal-inner {
        margin-bottom: unset;
    }

    .quick-modal .modal-inner .content-wrapper .content-left img {
        height: auto;
    }

    .quick-modal .modal-inner .content-wrapper .content-left::before {
        width: calc(100vw - 0.5*var(--container-pad));
        height: calc(100vw - 0.5*var(--container-pad));
    }

    section.section-team .wrapper .team-person .team-thumb {
        width: calc(100vw - 1*var(--container-pad));
        max-width: 100vw;
        min-width: unset;
    }

    .quick-modal .modal-inner .close-wrap a {
        top: 10px;
        right: 10px;
        height: 15px;
        width: 15px;
    }

    body.shuffl-frontend > .quick-modal .modal-inner {
        --modal-vertical-padding: 25px;
    }

}

/* Hide Recaptcha */

.grecaptcha-badge {
    display: none;
}

/* From quickmodal.css */
/* Quick Modal Library */

body.modal-visible {
    overflow: hidden;
}

body > .quick-modal {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s;
}

body > .quick-modal.visible {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

body > .quick-modal .modal-inner {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    text-align: center;
    height: auto;
    width: auto;
    max-width: 100vw;
    max-height: 100vh;
    min-width: 300px;
    padding: 20px 30px;
    border-radius: 3px;
}


@media(max-width: 786px) {

    body > .quick-modal .modal-inner {
        min-width: unset;
    }

}

