/** Shopify CDN: Minification failed

Line 1189:0 Unexpected "}"

**/
/* Header styling */

.header-wrapper {
    background-color: rgba(0, 0, 0, .8);
}

/* Banner styling */

.banner__box.color-background-2 {
    background-color:  rgba(var(--color-background), 0.75);
}

/* Image with text */

.image-with-text.image-accent {
    position: relative;
}

.image-with-text.background-2 .image-with-text__content,
.image-with-text.background-2 .image-with-text__content h2,
.image-with-text.background-2 .image-with-text__content a {
    color: #ffffff;
}
.rte a {
    text-decoration: underline;
    color: #b2d600;
}

.background-2 .rte a {
  text-decoration:underline;
}


.image-with-text.background-2::after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 100%;
    background-color: rgba(var(--color-base-background-2), 0.75);
    z-index: -1;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

@media screen and (min-width: 750px) {
    .image-with-text.image-accent::before {
        max-width: 71rem;
        min-width: 754px;
    }

    .image-with-text.image-accent::before {
        content: ' ';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color:  rgba(var(--color-base-background-2), 0.75);
        z-index: 0;
        top: 0px;
        bottom: 0px;
        left: 5rem;
    }

    .image-with-text.background-2::after {
        max-width: 50%;
        right: 5rem;
    }

    .image-with-text.image-accent .image-with-text__media-item {
        padding-left: 5rem;
    }
}

@media screen and (min-width: 1400px) {
    .image-with-text.image-accent::before {
        max-width: 90rem;
    }
}

.multicolumn__imageSize {
    width: 150px;
    height: 150px;
}

.multicolumn-card__image-wrapper {
    height: 150px;
    display: flex;
    justify-content: center;
}

.multicolumn__imageSize img {
    width: 150px !important;
    height: 150px !important;
}

@media screen and (min-width: 750px) {
    /* multicolumn */
    .container-row {
        display: flex;
    }
}

/* Button styling */

.button {
    padding: 1.5rem 5rem;
}

.button.btn--primary {
    color: #ffffff;
}

.button.button--primary {
    color: #ffffff;
}

.button.btn--secondary {
    background: rgb(var(--color-base-accent-2));
    color: #ffffff;
}

/* footer */
.socials-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-overlay {
    background-color: rgba(185, 196, 182, 0.8);
    padding: 40px;
    position: relative;
}

.footer-socials__heading {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 0px;;
}

.footer-block.grid__item {
    padding-top: 40px;
}

.page-wrapper {
    display: flex;
    flex-direction: column;
}

.page-wrapper .page-wrapper__item {
    width: 100%;
}

.facebook-icon {
    font-size: 14px;
    width: 11px;
    fill: var(--color-primary-text);
}

@media screen and (min-width: 1000px) {
    .page-wrapper {
        flex-direction: row;
    }

    .page-wrapper .page-wrapper__item.rte {
        padding-right: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .page-wrapper .page-wrapper__item.item-two--third {
        padding-top: 3.5rem;
        width: calc(59.03% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
        flex-grow: 1;
        flex-shrink: 0;
    }
    
    .page-wrapper .page-wrapper__item.item-one--third {
        color: #5f777f;
        padding: 3.5rem;
        width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
        flex-grow: 1;
        flex-shrink: 0;
    }

    .page-wrapper .page-wrapper__item.overlay {
        background: rgba(var(--color-base-accent-1),.75);
    }
    
    .page-wrapper .page-wrapper__item.one--third h2 {
        color: #5f777f;
    }
}

.footer__list-social .facebook-icon {
    font-size: 14px;
    width: 11px;
    fill: #ffffff;
}

@media screen and (min-width: 750px) {
    .facebook-icon {
        font-size: 14px;
        width: 11px;
        fill: #ffffff;
    }
}

.banner.subpage-banner .banner__box {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media screen and (min-width: 1000px) {
    .banner.subpage-banner .banner__box {
        min-width: unset;
        max-width: calc(32.95%);
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    .banner.subpage-banner .banner__box .subtitle {
        font-size: 4rem;
    }    
}


.accordian {
    margin-bottom: 3rem;
}

.accordian:nth-last-of-type(1) {
    margin-bottom: 3rem;
}

.accordian__title {
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordian__title .icon {
    width: 15px;
    height: 15px;
    position: relative;
}

.accordian__title .icon span {
    width: 15px;
    height: 2px;
    background-color: #5f777f;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}

.accordian__title .icon span:nth-child(2) {
    transform: translate(-50%) rotate(90deg);
}

.accordian__content {
    max-height: 0px;
    overflow: hidden;
    transition: .2s ease-in-out max-height;
    color: #000000;
    font-size: 1.3rem;
}

.accordian__content p:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.accordian.active .accordian__title .icon span:nth-child(2) {
    display: none;
}

.page-wrapper table {
    border: none;
    box-shadow: none;
}

.page-wrapper table tbody td {
    border: none;
    vertical-align: top;
}

.page-wrapper table tbody td p:nth-of-type(1) {
    margin-top: 0px;
}

.page-wrapper hr {
    margin: 3.5rem 0;
}

.page-wrapper .steps {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.page-wrapper .steps__step {
    text-align: center;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 1000px){
    .page-wrapper .steps__step {
        width: calc(100% / 3);
    }
}

.page-wrapper .steps__step .steps__number {
    font-size: 10rem;
    font-weight: bold;
    line-height: 15rem;
}

.page-wrapper .steps__step .steps__title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

.page-wrapper .steps__step .steps__info {
    font-size: 1.4rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

@media screen and (min-width: 1000px) {
    .page-wrapper .steps {
        flex-direction: row;
        align-items: flex-start;
    }
}

.page-wrapper .event-wrapper {
    display: flex;
    flex-direction: column;
}

.page-wrapper .event-wrapper .event-wrapper__event {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    background-color: rgba(var(--color-base-accent-2));
    color: #ffffff;
    align-items: flex-start;
    margin-bottom: 4rem;
}

.page-wrapper .event-wrapper .event-wrapper__event .title {
    font-size: 3rem;
    margin-top: 0px;
    margin-bottom: 0px;
}

.page-wrapper .event-wrapper .event-wrapper__event .date {
    font-size: 2rem;
    margin-top: 0px;
    margin-bottom: 0px;
}

.page-wrapper .event-wrapper .event-wrapper__event .price {
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 10px;
}


.page-wrapper .department {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    background-color: rgba(var(--color-base-accent-2));
    color: #ffffff;
    align-items: flex-start;
    margin-bottom: 4rem;
}

.page-wrapper .department:nth-of-type(1) {
    border-top: 3px solid rgba(var(--color-base-accent-2));
    background-color: #ffffff;
    color: #000000;
}

.page-wrapper .department .department__title {
    font-weight: bold;
    font-size: 2rem;
}

.page-wrapper .department .department__content a {
    color: #ffffff;
}

.page-wrapper .department:nth-of-type(1) a {
    color: #000000;
}

.grid__item--n-grow {
    flex-grow: unset;
}

.page-wrapper .project {
    position: relative;
}

.page-wrapper .project p {
    position: absolute;
    color: #ffffff;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    margin: 0
}

.page-wrapper .project img {
    display: block;
}

.page-wrapper .image-section img {
    display: block;
}

.image-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0px;
    left: 0px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-modal img {
    display: block;
    max-height: 95vh;
    max-width: calc(100% - 50px);
    user-select: none;
}

.image-modal.active {
    opacity: 1;
    visibility: visible;
}

.image-modal .image-modal__actions {
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 50px;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 5rem;
}

.image-modal .image-modal__actions a {
    pointer-events: all;
    width: 80px;
    height: 80px;
    position: relative;
    display: flex;
}

.image-modal .image-modal__actions a:before {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    content: ' ';
}

.image-modal .image-modal__actions a.disabled {
    opacity: .5;
}

.image-modal .image-modal__actions a:nth-of-type(1):before {
    transform: translate(-50%, -50%) rotate(135deg);
}

.image-modal .image-modal__close {
    position: absolute;
    top: 5rem;
    right: 5rem;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.image-modal .image-modal__close span {
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    display: block;
    position: absolute;
}

.image-modal .image-modal__close span:nth-of-type(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.inspiration {
    color: #000000;
    margin-bottom: 3rem;
}

.inspiration__content {
    font-size: 1.4rem;
}

.inspiration__content a {
    color: #000000;
}

.header__icon {
    color: rgb(var(--color-header-text));
}

.collection .title {
    color: rgb(var(--color-primary-text));
}

.collection-list-title {
    color: rgb(var(--color-primary-text));
}

.collection-hero__title {
    color: rgb(var(--color-primary-text));
}

.product-recommendations__heading {
    color: rgb(var(--color-primary-text));
}

.card__heading.h5 {
    color: rgb(var(--color-primary-text));
}

.collection-list-wrapper .card__heading {
    color: rgb(var(--color-primary-text));
}

.article-template {
    padding-top: 35px;
}

#MainContent .collection-hero {
    padding-top: 35px;
}

#MainContent .product {
    padding-top: 35px;
}

#MainContent .customer {
    padding-top: 35px;
}

cart-items {
    padding-top: 35px;
}

@media screen and (min-width: 750px) {
    .article-template {
        padding-top: 150px;
    }
    
    #MainContent .collection-hero {
        padding-top: 150px;
    }

    #MainContent .product {
        padding-top: 130px;
    }
    
    #MainContent .customer {
        padding-top: 150px;
    }

    .shopify-challenge__container {
        margin-top: 150px;
    }

    cart-items {
        padding-top: 150px;
    }
}

#menu-drawer.menu-drawer,
#menu-drawer .menu-drawer__submenu {
    background-color: rgb(var(--color-base-background-1));
}

.search-modal {
    background-color: rgb(var(--color-base-background-1));
}

.modal__close-button .icon {
    color: rgb(var(--color-primary-text)) !important;
}

.price-login {
    padding: 1.5rem 1.5rem;
}

.product-media-modal {
    background-color: rgb(var(--color-base-background-1));
}

.cart-notification-product__name,
.cart-notification__heading {
    color: rgb(var(--color-primary-text)) !important;
}

.content-wrapper table {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
}

.content-wrapper table td {
    position: relative;
}

.content-wrapper table td img {
    width: 100%;
    display: block;
}

.content-wrapper table td p {
    margin: 0px;
}

.content-wrapper table td p:nth-last-of-type(1) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .7);
}

@media screen and (max-width: 1024px) {
    .content-wrapper table tr {
        display: flex;
        flex-flow: row wrap;
    }
    .content-wrapper table td {
        width: 50%;
    }
}

.catalog-shower {
    height: 100vh;
    width: 100%;
}

.additional-boxes {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

.additional-boxes__box {
    width: 50%;
    margin: 10px;
    display: flex;
    background-color: rgb(var(--color-base-background-2));
    margin-top: 50px;
}

.additional-boxes__box a {
    color: rgb(var(--color-base-text));
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding-bottom: 25px;
    padding-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.account .additional-boxes__box a svg {
    width: 4rem;
    margin: 0px;
    height: auto;
    margin-bottom: 10px;
}

.additional-boxes__box a:hover {
    color: rgb(var(--color-base-text));
}

.calculator-wrapper {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

.calculator-wrapper__calculator {
    display: flex;
    flex-direction: column;
    width: 60%;
    padding: 10px;
}

.calculator-wrapper__calculator label {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.calculator-wrapper__calculator label:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.calculator-wrapper__calculator input,
.calculator-wrapper__calculator select {
    width: 100%;
    border-radius: 0px;
    height: 44px;
    padding-left: 10px;
    box-sizing: border-box;
    border: none;
    border: 2px solid rgba(var(--color-base-background-2), .50);
    outline: none;
    font-size: 1.6rem;
}

.calculator-wrapper__calculator input:focus,
.calculator-wrapper__calculator select:focus {
    border: 2px solid rgba(var(--color-base-background-2), 1);
}

.calculator-wrapper__result {
    width: 40%;
    padding: 10px;
}

@media screen and (max-width: 1024px) {
    .calculator-wrapper {
        flex-direction: column;
    }

    .calculator-wrapper__calculator {
        width: 100%;
    }
    
    .calculator-wrapper__result {
        width: 100%;
    }
}

.topbar {
    display: flex;
    justify-content: flex-end;
}

.department-selector {
    position: relative;
}

.department-selector__current {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    font-size: 1.4rem;
    cursor: pointer;
    user-select: none;
}

.department-selector__current::after {
    content: ' ';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    margin-left: 10px;
    margin-top: -4px;
}

.department-selector__current.active::after {
    transform: rotate(225deg);
    margin-top: 0px;
}

.department-selector__dropdown {
    background-color: #ffffff;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 150px;
    transform: translateY(100%);
    display: flex;
    flex-direction: column;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
}

.department-selector__dropdown.active {
    opacity: 1;
    visibility: visible;
}

.department-selector__dropdown a {
    padding: 5px 10px 5px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    text-decoration: none;
    color: rgb(var(--color-base-solid-button-labels));
}

.department-selector__dropdown a:nth-last-of-type(1) {
    border-bottom: 0px;
}

body.modal-showing {
    position: fixed;
    width: 100%;
}

.department-modal {
    position: fixed;
    opacity: 0;
    visibility: visible;
    transition: all .2s ease-in-out;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: scroll;
  	pointer-events:none;
}

.department-modal.show {
    opacity: 1;
  	pointer-events: all;
    visibility: visible;
    z-index: 9999;
}

.department-modal .department-modal__content {
    width: 50%;
    background-color: rgb(var(--color-base-background-2));
    color: #ffffff;
    padding: 25px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.department-modal .department-modal__departments {
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
    margin-top: 30px;
    max-height: 70vh;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
}

.department-modal .department-modal__department {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-grow: 1;
    flex-basis: calc(25% - 30px);
}

.department-modal .department-modal__department p {
    margin: 0px;
}

.department-modal .department-modal__department p.title {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.department-modal .department-modal__department p.region {
    font-size: 1.4rem;
}

#department {
    margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .department-modal .department-modal__content {
    width: 80%;
  }

  .department-modal .department-modal__content img {
    width: 90%;
    height: auto;
  }

  .department-modal__departments {
    overflow-y: auto; 
  }
}

.shopify-policy__container,
.content-for-layout .section.main,
.template-search {
  margin-top: 160px;
}
.cart__ctas label.wrapper {
  font-weight: 400;
}
   
.cart__ctas label.wrapper {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  text-align: left;
}

.cart__ctas label.wrapper p {
  margin: 0;
}
.cart__ctas label.wrapper p a {
  text-decoration: underline;
  color:#696969;
}
.cart__ctas label.wrapper input {
  appearance: none;
  background-color: transparent;
  font: inherit;
  color: #fff;
  width: 20px;
  height: 20px;
  border: 2px solid #b9c4b6;
  display: inline-grid;
  place-content: center;
  cursor: pointer;
  margin-right: 10px;
  flex-shrink: 0;
}
terms-and-conditions .error {
  color: red;
  text-align:left;
}
.slideout terms-and-conditions .error {
  text-align: left;
}

.cart__ctas label.wrapper input::before {
  content: "";
  width: 12px;
  height: 12px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #b9c4b6;
}

.cart__ctas label.wrapper input:hover::before {
    transform: scale(0.7);
}

.cart__ctas label.wrapper input:checked::before {
    transform: scale(1);
}
.cart__checkout-button {
  color: rgb(255, 255, 255, 0.75);
}

.cart__ctas label.wrapper label {
  cursor: pointer;
}
@media screen and (min-width: 750px) {
.cart__ctas.cartButtonsContainer {
  display:block;
}}

  .promotion {
    margin-bottom:25px;
  }

  .promotion img {
    width: 100%;
  }

variant-radios {
  display:none!important;
}
.evey-scheduler-container {
  padding-left:0;
}
.evey-scheduler-container button {
  color:white;
}
.evey-attendee-info-page-container {
  margin-top: 150px;
}
@media(min-width:1000px) and (max-width:1245px) {
  .evey-attendee-info-page-container {
    margin-top: 180px;
  }
}

slider-component .card-information>.price,
.grid__item .card-information > .price {
  color: rgb(var(--color-primary-text));
}

.product__info-wrapper .select svg {
  color: #696969 !important;
}

.card .badge {
  background-color: #b9c4b6;
  border: none;
}

.hide-variant-selector {
  display: none;
}

.downloads-section {
  margin-bottom: 50px;
}

.downloads-section hr  {
  margin: unset;
}

.downloads-section .downloads  {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.downloads-section .downloads__download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid rgba(var(--color-foreground),.2);
}

.downloads-section .downloads__download a {
  color: rgb(var(--color-foreground));
  margin-left: 10px;
}

.template-search__results .card--standard {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.template-search__results .card--standard .card__content {
  margin-top: auto;
}
.image-with-text--contentPage.image-with-text.image-accent:before{
  left:0;
  max-width:100%;
  min-width:auto;
}
.image-with-text--contentPage.image-with-text .image-with-text__content .image-with-text__text+.button:hover {
  color:white;
}
@media(max-width:1200px) {
.image-with-text--contentPage.image-with-text .image-with-text__grid {
  flex-direction: column;
}
.image-with-text--contentPage.image-with-text .image-with-text__media-item {
  width: calc(100% - 72px);
  margin: 0 auto;
  padding-left:0;
  
  
}
 .image-with-text--contentPage.image-with-text .image-with-text__text-item {
   width:100%;
 }
}
@media(max-width:750px) {
 .image-with-text--contentPage.image-with-text .image-with-text__media-item {
  width: 100%;
  margin: 0 auto;
  padding-left:0;
  
  
} 
}

.product__info-container .price--on-sale .price__sale {
  display: flex !important;
  flex-direction: column !important;
}

.card__content .price--on-sale .price__container .price__sale {
  display: flex;
  flex-direction: column;
}

.card__content .price--on-sale .price__container .price-item--regular {
  color: rgb(var(--color-primary-text));
}

slider-component .card,
.grid .card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

slider-component .card .card__content,
.grid .card .card__content {
  display: flex;
  flex: 1;
  width: 100%;
}

slider-component .card .card__content .card__information,
.grid .card .card__content .card__information{
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
}

slider-component .card .card__content .card__information .card-information,
.grid .card .card__content .card__information .card-information {
  width: 100%;
  margin-top: auto;
}

.cta-btn {
  background: rgba(var(--color-button),var(--alpha-button-background));
  text-decoration: none;
  margin-left: 1.2rem;
}

@media(min-width:769px) {
  .banner__buttons--mobileOnly {
  display:none!important;
}
}
#coursesSection {
  margin-top: -115px;
    pointer-events: none;
    padding-top: 155px;
}
}
.banner__buttons {
     max-width: 50rem !important;
}
:root {
--color-primary-text: 35, 37, 38;
--color-base-text: 255, 255, 255;
--color-header-text: 255, 255, 255;
--color-shadow: 0, 0, 0;
--color-base-background-1: 239, 240, 238;
--color-base-background-2: 0, 0, 0;
--color-base-solid-button-labels: 35, 37, 38;
--color-base-outline-button-labels: 163, 176, 145;
--color-base-accent-1: 166, 176, 92;
--color-base-accent-2: 166, 176, 92;
--payment-terms-background-color:#FFF;
--gradient-base-background-1: #F4F5F3;
--gradient-base-background-2: #CDD5C4;
--gradient-base-accent-1: #A6B05C;
--gradient-base-accent-2: #A6B05C;
}
.list-menu__item {
    text-transform: uppercase;
    font-size: 1.6rem;
}
.rte:not(.footer-block__details-content) a:not(.button) {
    color: #A6B05C !important;
}
.event-wrapper__event .button {
  background-color:#000!important;
}
@media screen and (min-width: 990px) {
    .header {
        padding-top: 4rem;
    }
}
@media screen and (max-width: 989px) {
    .header {
        padding-top: 3rem;
    }
}
.item-one--third .accordian__title{
  font-size:20px!important;
  color:#f2f2f2!important;
  font-weight: bold!important;
}
.item-one--third h2 {
  font-size: 26px!important;
  color: #f2f2f2!important;
  font-weight: bold!important;
}
.item-one--third .accordian__content {
  font-size:18px;
  color:#f2f2f2;

}
  .page-wrapper .page-wrapper__item.overlay {
  background-color: #9EA79C!important;
}
.accordian__title .icon span {
    height: 3px;
}

/* Ændre farver på "microcement" template */
div.page-wrapper__item.item-one--third.overlay > div > h3, div.page-wrapper__item.item-one--third.overlay > div.promotion > div > p {
  color: #f2f2f2;
}