
/*@import url("core2.css");*/

/* From core2.css */

.shop--navtrail {
    background: #EEE;
}

.breadcrumb-trail {
    display: flex;
    height: 46px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.breadcrumb-trail,
.breadcrumb-trail a,
.breadcrumb-trail span {
    color: #051C37;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-transform: uppercase;
}

.shop-sidebar {
    width: 283px;
    flex-shrink: 0;
    margin-right: 40px;
    background: #051C37;
}

.course-category,
.product-category {
    display: flex;
    align-items: flex-start;
}

.course-cat {
    background-color: white;
}

.filters-course--title {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    background: var(--Green, #60B971);
    padding: 20px;
}

.filter-subcategories {
    display: block !important;
}

#filter-subcategories-list {
    display: flex;
    padding: 0px 20px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    list-style-type: none;
}

.shop-sidebar--subcategories .list-reset {
    padding: none !important;
}

.shop-sidebar--subcats-active .shop-sidebar--subcategory-link {
    text-decoration: underline;
}

.shop-sidebar--subcat {
    display: flex;
    padding: 20px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 7px;
    align-self: stretch;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.shop-sidebar--subcategory-link {
    color: white
}

.course-product--item .product--image {
    width: 128px
}

.course-product--item .prod-price--cont,
.course-product--item .product-inner {
    display: flex
}

.course-product--item .prod-price--cont {
    flex-wrap: wrap
}

.course-product--item {
    border: 1px solid #eee;
    margin-bottom: 10px;
    padding: 0;
}

.course-product--item .prod-price-label {
    color: #051C37;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 112.5% */
    text-transform: capitalize;
}

.course-product--item .prod_price_web {
    float: none;
    font-size: 13px;
    font-weight: 700;
    color: #025EE6
}

.course-product--item .per-person {
    color: #025EE6
}

.options-avail {
    color: #051C37;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.course-product--item.product-grid--item .product--title {
    color: #051C37;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: capitalize;
}

.course-product--item .product--text {
    padding: 10px 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.course-product--item .prod_price {
    padding-right: 20px;
    position: relative
}

.course-product--item .prod_price:last-child {
    padding-right: 0
}

.course-product--item .prod_price:last-child::after {
    display: none
}

.course-product--item .prod_price::after {
    content: '\7c';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7px;
    color: #f0f0f0
}

.course-product--item .product--info {
    display: flex;
    flex: 1
}

.course-product--item .product--text {
    flex: 1
}

.course-product--item .prod-button {
    display: inline-block;
    margin-top: 10px;
}

.course-product--item .prod-button .button {
    padding: 8px 15px;
}

.course-product--item .product--bottom {
    border-top: 0;
    display: flex !important
}

.course-product--item .product--bottom-inner {
    padding: 17px;
    display: flex;
    align-self: center;
    flex-direction: column;
    align-items: flex-start;
}

.course-product--item.product-grid--item {
    padding: 0;
}

.course-product--item .prod-button .button {
    font-weight: 700;
    min-width: 170px;
}

.course-category .shop-products {
    flex: 1 1 auto
}

.course-cat-title {
    color: #051C37;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#page_numbers .page_number_sel a {}

.shop-products {
    width: 100%;
    flex: 1;
}

.no-search-hide.hide {
    display: none;
}

.course-heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.category-heading.course-heading {
    display: block;
}

.category-heading {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EBEBEB;
}

.search-courses--input--inner {
    position: relative;
}
.search-courses--input {
    display: flex;
    width: 400px;
    height: 46px;
    padding: 5px 5px 5px 45px;
    align-items: center;
    border: 1px solid #051C37;
    background: #FFF;
}
.ajax-searchwithin-sel {
    cursor: pointer;
    background-color: #051C37;
    border-radius: 30px;
    color: #FFF!important;
    padding: 2px 8px 4px;
    display: inline-flex;
    align-items: center;
    margin: 6px 2px 0 0;
    font-size: 13px;
}
.ajax-searchwithin-sel svg {
	margin: 2px 4px 0 0;
}
.ajax-searchwithin-sel:hover {
	opacity: 0.8;
}

.search-courses--submit {
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    padding: 0 10px;
}

.course-cat .product-grid {
    margin: 0;
}

.page-slide-container {
    overflow: unset !important;
}

.page-slide-container.open {
    overflow: hidden !important;
}

.shop-sidebar {
    position: sticky;
    top: 20px;
}

.featured-course-heading {
    background-color: #ebebeb;
    height: 558px;
    padding: 0 0 70px;
    display: flex;
    align-items: center;
    text-align: center;
}

.featured-course-heading .container {
    width: 100%;
    position: relative;
    z-index: 2;
    height: 100%;
}

.featured-course-heading-inner {
    max-width: 780px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.featured-course-heading--title {
    color: #FFF;
    font-family: Space Grotesk;
    font-size: 63px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
}

.featured-course-heading--subtitle {
    color: #FFF;
    font-family: Space Grotesk;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    margin-top: 20px;
}

.featured-course-heading-vid--video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 628px;
    overflow: hidden;
}

.featured-course-heading-vid--video:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgb(96, 185, 113);
    background: -moz-linear-gradient(left, rgba(96, 185, 113, 1) 0%, rgba(96, 185, 113, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(96, 185, 113, 1) 0%, rgba(96, 185, 113, 1) 100%);
    background: linear-gradient(to right, rgba(96, 185, 113, 1) 0%, rgba(96, 185, 113, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6fb444', endColorstr='#86c65f', GradientType=1);
    opacity: 0.9;
}

.featured-course.orange .featured-course-heading-vid--video:after{
    background: rgb(255,197,40);
    background: -moz-linear-gradient(left,rgba(255,197,40,1) 0%,rgba(227,174,37,1) 100%);
    background: -webkit-linear-gradient(left,rgba(255,197,40,1) 0%,rgba(227,174,37,1) 100%);
    background: linear-gradient(to right,rgba(255,197,40,1) 0%,rgba(227,174,37,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc528',endColorstr='#e3ae25',GradientType=1 );
}

.featured-course.orange .event-blocks .slick-arrow rect {
    fill: rgb(255,197,40)!important;
}

.featured-course.orange .event-slider .slick-arrow {
    background-color: rgb(255,197,40)!important;
}

.featured-course.orange .event-block--author,
.featured-course.orange .event-covers--title {
    color: rgb(255,197,40);
}

.featured-course-heading-vid--video video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-width: 100%;
}

.featured-course {
    position: relative;
}

.featured-course-inner {
    display: flex;
    padding: 70px 0 0 0;
}

.featured-course-left {
    width: 788px;
}

.featured-course-right {
    flex: 1 1 auto;
    margin-left: 158px;
    position: relative;
    z-index: 2
}

.w-full {
    width: 100%;
}

.listing-price-cont {
    width: 100%;
}

.featured-course-sticky {
    background: #EBEBEB;
    padding: 40px;
    position: sticky;
    top: 30px;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    box-shadow: 0px 0px 10px 0px rgba(5, 28, 55, 0.10);
}

.featured-course-sticky .option-radio--inner {
    background: #ddd;
}

.featured-course-sticky .event-datepicker-cont {
    padding: 20px;
}



.event-video,
.event-image {
    margin: 50px 0 0 0;
}

.event-youtube~.event-image {
    display: none
}

.event-video--inner {
    position: relative;
    padding-bottom: 56.25%;
    cursor: pointer
}

.event-video iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.listing-resources {
    margin: 30px 0 0 0
}

.resource {
    border-bottom: 1px solid #025EE6;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 2px;
    margin: 0 6px 0 0;
    text-transform: uppercase;
    color: #025EE6;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 125% */
    text-transform: uppercase;
}

.resource img {
    flex-shrink: 0;
    width: 32px;
    margin-right: 10px;
}

.video-element {
    padding-bottom: 55.199%;
    position: relative; 
	overflow: hidden;
}

.video-element iframe {
	width: 101%;
    height: 101%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.video--event {
    margin: 40px 0 0 0;
}

.event-slider {
    height: 350px;
    margin: 80px 0
}

.event-slider--inner {
    height: 350px;
    position: absolute;
    right: 0;
    left: 0;
}

.event-slider .slick-arrow {
    position: absolute;
    background-color: #60B971;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    width: 28px;
    bottom: 20px;
    cursor: pointer;
    left: calc(100% - 1560px - (100% - 1560px) / 2 + 20px)
}



.event-slider .slick-next {
    left: calc(100% - 1560px - (100% - 1560px) / 2 + 49px)
}

.event-slider .slick-slide {
    height: 350px;
}

.event-slider .slick-track::after {
    display: block!important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(255,255,255,.8);
    z-index: 2;
    bottom: 0;
    height: 390px;
}

.event-slider .slick-slide:not(.slick-active) + .slick-active {
    position: relative;
    z-index: 3;
}

.event-covers--title {
    color: #60B971;
    font-family: Space Grotesk;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
margin-bottom: 40px;
line-height: 20px; /* 47.619% */
}

.event-covers--grid {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.event-cover {
    padding: 5px;
}

.event-cover--inner {
    background: #60B971;
    height: 100%;
    padding: 20px;
    color: white;
    color: #FFF;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
}

.event-cover:nth-child(4n+1) .event-cover--inner,
.event-cover:nth-child(4n+4) .event-cover--inner {
    background: #051C37;
}

.event-cover--title {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 108.333% */
}

.event-reviews,
.event-covers {
    margin: 80px 0
}

.event-reviews {
    padding-top: 68px
}

.event-reviews .slick-arrow {
    position: absolute;
    top: 0; left: 0;
    width: 28px;
    height: 28px;
}

.event-reviews .slick-arrow rect {
    width: 28px;
    height: 28px;
}

.event-reviews .slick-next {
    left: 30px;
}

.event-block--content {
    color: #101010;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.event-block--author {
    color: #60B971;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    display: block;
    margin-top: 10px;
}

.event-reviews .slick-dots {
    display: flex;
    list-style-type: none;
    margin: 40px 0 0 0;
}

.event-reviews .slick-dots button {
    height: 10px;
    width: 10px;
    border-radius: 5px;
    text-indent: -999px;
    overflow: hidden;
    margin-right: 14px;
    background-color: rgba(5, 28, 55, 0.20);
}

.event-reviews .slick-dots .slick-active button {
    background-color: #051C37;
}

.event-seperator {
    margin: 80px 0;
    height: 1px;
}

.event-seperator:after {
    content: '';
    position: absolute;
    left: 0; right: 0;
    height: 1px;
    background-color: #051C37;
}

.event-involved {
    margin: 80px 0;
}

.event-involved--title {
    color: #051C37;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 47.619% */
    margin-bottom: 40px;
}

.event-involves {
    display: flex;
padding: 30px;
align-items: flex-start;
align-self: stretch;border: 1px solid #051C37;
    margin-bottom: 10px;
}

.event-involves--title {
    color: #051C37;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 83.333% */
margin-bottom: 24px;
}

.event-related .product-grid--item {
    width: 16.666666666666%
}

.event-related--title {
    color: var(--Dark-Blue, #051C37);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 40px;
}

.options-radios {
    margin: 0 -5px;
}

.options-radios  .options_text {
    display: none;
}

.opt_radio {
    display: none;
}

.option-radio {
}

.option-radio--inner {
    background-color: #ebebeb;
    text-align: center;
    color: var(--Dark-Blue, #051C37);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
    margin: 5px;
    min-height: 48px;
    padding: 5px 8px;
    display: flex;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.option-radio--inner:hover {
    background-color: #b9c1c9;
}

.option-radio.checked .option-radio--inner {
    background-color: #051C37;
    color: white;
}

.featured-course--title {
    color: var(--Dark-Blue, #051C37);
text-align: center;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 83.333% */
margin-bottom: 30px;
}
.featured-course--title.sm {
    font-size: 20px;
    line-height: 1.2;
}

.listing-price-cont {
    background-color: white;
    padding:20px;
    border-top: 10px solid #ebebeb
}

.listing-price-cont .vat {
    color: var(--Dark-Blue, #051C37);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px;
text-transform: uppercase;
margin-left: 10px;
}

#listing_options {
    margin-bottom: 10px;
}

.event-datepicker-cont {
    background-color: white;
    padding: 20px 0;
}

.listing-course--right .event-datepicker-cont {
    padding: 20px;
}

.event-datepicker .ui-datepicker-inline {
    margin: 0;
    width: 100%;
    background-color: white;
    padding: 10px;
    padding-top: 0;
    margin-bottom: 10px;
    border: 1px solid var(--Light-Grey, #EBEBEB);
}

.event-datepicker .ui-datepicker .ui-state-default {
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EBEBEB;
    border: none;
    color: #101010;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 137.5% */
    border-radius: 5px;
}

.event-datepicker .ui-datepicker .ui-state-active {
    background-color: #025EE6!important;
    color: white;
    opacity: 1;
}

.event-datepicker .ui-datepicker .unavailable .ui-state-default {
    background-color: #EB001B;
    opacity: 1;
    cursor: not-allowed;
}

.event-datepicker .ui-datepicker .almost-full .ui-state-default {
    background-color: #FFDE00;
    opacity: 1;
}

.event-datepicker .ui-datepicker .ui-state-disabled {
    opacity: 1;
}

.event-datepicker .ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.event-datepicker .ui-datepicker .ui-datepicker-next.ui-state-disabled {
    opacity: .5;
}

.event-datepicker .ui-datepicker .ui-state-disabled.ui-datepicker-unselectable {
    opacity: 1;
    cursor: not-allowed;
}

.event-datepicker .ui-datepicker .ui-state-disabled.ui-datepicker-unselectable .ui-state-default {
    background-color: #EB001B;
    opacity: 1;
}
.event-datepicker .ui-datepicker .booking-v2-lead-time .ui-state-default {
    background-color: #f78524;
}

.event-datepicker .ui-state-hover {
    border-color: transparent!important;
    transition: none!important;
}

.event-datepicker .ui-datepicker .unavailable.ui-state-disabled.ui-datepicker-unselectable {
    opacity: 1;
}

.event-datepicker .ui-datepicker-title {
    color: var(--Dark-Blue, #051C37);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.event-datepicker .ui-datepicker .ui-datepicker-header {
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid var(--Light-Grey, #EBEBEB);
}

.event-datepicker .ui-datepicker .ui-datepicker-next {
    top: 50%!important;
    transform: translateY(-50%);
    right: 32px!important;
}

.event-datepicker .ui-datepicker .ui-datepicker-next,
.event-datepicker .ui-datepicker .ui-datepicker-prev {
    background-color: transparent;
}

.event-datepicker .ui-datepicker .ui-datepicker-next .ui-icon{
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.event-datepicker .ui-datepicker .ui-datepicker-prev .ui-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 18L9 12L15 6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.event-datepicker .ui-datepicker .ui-datepicker-prev {
    top: 50%!important;
    transform: translateY(-50%);
    left: 32px!important;
}

.event-datepicker .ui-datepicker td {
    padding: 5px;
}

.event-datepicker .ui-widget-header {
    border: none;
}

.event-datepicker-keys {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.event-datepicker-key {
    display: flex;
    align-items: center;
    margin: 5px 22px 5px 0;
    color: var(--Dark-Blue, #051C37);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.event-datepicker-key-circle {
    width: 21px;
    height: 21px;
    background-color: #EBEBEB;
    border-radius: 10.5px;
    margin: 0 6px 0 0;
}

.event-datepicker-key-circle.red {
background: #EB001B;
}

.event-datepicker-key-circle.blue {
background: #025EE6;
}

.event-datepicker-key-circle.yellow {
background: #FFDE00;
}

.event-datepicker .ui-datepicker-calendar {
    padding: 0 32px;
}

.listing-course-heading {
    display: flex;
    background-color: #051C37;
}

.listing-course-heading--title {
    color: #FFF;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.listing-course-heading--image {
    width: 330px;
}

.listing-course-heading--subtitle {
    color: var(--Green, #60B971);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.listing-course-heading .listing-price {
    color: #FFF;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: capitalize;
}

.listing-course-heading--content {
    flex: 1 1 auto;
    padding: 50px 60px;
}

.listing-course--main {
    display: flex;
}

.listing-course--left {
    width: 786px;
}

.listing-course--right {
    width: 814px;
    padding-left: 186px;
}

.course-listing-tabs {
    display: flex;
    border: 1px solid var(--Dark-Blue, #051C37);
}

.course-listing-tab {
    width: 33.333333%;
    flex: 1 1 auto;
    border-right: 1px solid var(--Dark-Blue, #051C37);
    color: #051C37;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 100% */
    text-align: center;
    height: 50px;
    padding: 5px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.course-listing-tab.active {
    background: var(--Dark-Blue, #051C37);
    color: white;
}

.course-listing-tab:last-child {
    border-right: none;
    margin-right: -1px;
    width: calc(33.3333333333% + 1px)
}

.course-listing-tab:last-child.active {
    border-right: 1px solid var(--Dark-Blue, #051C37);
}

.listing-course-tab-cont {
    margin: 40px 0 0 0;
    display: none;
}

.listing-course-tab-cont.active {
    display: block;
}

.listing-comments-form {
    background-color: #051C37;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.listing-course .get-in-touch {
    display: none;
}

.listing-course .dd-section:first-child {
    padding: 0;
}

.listing-course .listing-price-cont {
}

.listing-course-options {
    background-color: white;
    padding: 0 20px;
}

.vat {
    margin-left: 10px;
}

.listing-course-participants {
    position: relative;
    display: flex;
}

.listing-course-participants--input {
    height: 36px;
    padding: 5px;
    margin: 0;
    display: flex;
    align-items: center;
    padding-left: 110px;
    background-color: white;
    border: 1px solid var(--Light-Grey, #EBEBEB);
    width: 179px;
    text-align: center;
    color: var(--Bright-Blue, #025EE6);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.listing-course-participants label {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index:  1;
    color: var(--Dark-Blue, #051C37);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

.listing-course-participants--arrows {
    width: 42px;
    background: var(--Light-Grey, #EBEBEB);
    display: flex;
    flex-direction: column;
}

.listing-course-participants--arrow-up,
.listing-course-participants--arrow-down {
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listing-course-participants--arrow-up:hover,
.listing-course-participants--arrow-down:hover {
    background-color: #e1e1e1;
    cursor:pointer;
}
.listing-price-cont--inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.listing-price-cont--inner .stock {
    width: auto;
    padding: 0;
}

.listing-related {
    padding: 60px 0 ;
    background: var(--Light-Grey, #EBEBEB);
}

.listing-related .course-product--item.product-grid--item {
    border: 1px solid var(--Dark-Blue, #051C37);
    background: #FFF;
}

.listing .listing-related .course-product--item.product-grid--item {
    width: 100%;
}

.elearning-courses--images {
    display: flex;
}

.elearning-courses--image {
    width: 16.6667%;
}

.elearning-courses--image img {
    display: block;
    width: 100%;
}

.elearning-courses-heading {
    padding: 40px 0;
    background: var(--Dark-Blue, #051C37);
    text-align: left;
}

.elearning-courses-heading h1 {
    color: white;
    text-transform: capitalize;
}

.elearning-courses-main {
    display: flex;
}

.elearning-courses-left {
    width: 500px;
}

.elearning-courses-right {
    flex: 1 0 0;
    padding-left: 160px;
}

.category-list__link {
    background: var(--Light-Grey, #EBEBEB);
    padding: 18px;
    color: #051C37;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.425;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.category-list__link:hover {
    background: var(--Green, #60B971);
    color: #fff;
}

.elearning-courses-heading.elearning-return {
    padding: 30px;
}

.elearning-top--left a {
    color: #FFF;
    font-family: Space Grotesk;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.elearning-top--left > a > span {
    display: inline-block;
    padding-left: 10px;
}

.elearning-top--left > a:hover path {
    fill: #60B971;
}







/*
|--------------------------------------------------------------------------
| Global
|--------------------------------------------------------------------------
*/
body {
	background-color: #051C37;
}

body,
html {
	min-width: 340px;
}

main {
    background: #fff;
}

.header-mobile-menu {
	display: none;
	color: var(--Dark-Blue, #051C37);
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 14px; /* 100% */
text-transform: uppercase;
}

.header-mobile-account {
	display: none;
	color: white;
	color: #FFF;
text-align: center;
font-family: Space Grotesk;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.28px;
}

.font-primary {
	font-family: 'Space Grotesk', sans-serif;
}

.font-secondary {
	font-family: 'Inter', sans-serif;
}

.font-tertiary {
	font-family: 'Arial', sans-serif;
}

.bg-primary {
	background-color: #fff;
}

.bg-secondary {
	background-color: #EEE;
}

.bg-tertiary {
	background-color: #fff;
}

.font-accent-primary,
.font-accent-primary.content,
.font-accent-primary.content p,
.font-accent-primary .content,
.font-accent-primary .content p {
	color: #000;
}

.font-accent-secondary,
.font-accent-secondary.content,
.font-accent-secondary.content p,
.font-accent-secondary .content,
.font-accent-secondary .content p {
	color: #fff;
}

.hidden-image img {
	display: block;
	width: 100%;
	visibility: hidden;
}

/*
|--------------------------------------------------------------------------
| Global > Typography
|--------------------------------------------------------------------------
*/
body, input, textarea {
	font-family: 'Space Grotesk', sans-serif;
	font-size: 14px;
	color: #051C37;
}

h1, h2, h3, h4, h5, h6, .h1-style {
	margin: 0 0 10px 0;
	line-height: 1.1;
	color: #1e1e1e;
}

h1, .h1-style {
	font-size: 48px;
}

h2 {
	font-size: 42px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 18px;
}

p, ul, ol {
	line-height: 20px;
	margin: 0 0 15px 0;
}

ul, ol {
	margin-left:20px;
}

li {
	margin:0 0 2px 0;
}

/*
|--------------------------------------------------------------------------
| Global > Links
|--------------------------------------------------------------------------
*/
a {
	color: #051C37;
	display: inline-block;
	-webkit-transition: background .3s ease, border .3s ease, opacity .3s ease, color .3s ease;
	transition: background .3s ease, border .3s ease, opacity .3s ease, color .3s ease;
	text-decoration: none;
}

a:hover {
	color: #60B971;
}

/*
|--------------------------------------------------------------------------
| Global > Inputs
|--------------------------------------------------------------------------
*/
.input-grid {
	margin: 0 -10px 0 0;
}

.input-grid .input {
	padding: 0 10px 10px 0;
}

.footer-newsletter--bar .input-grid {
	margin: 0 -1px 0 0;
	max-width: 590px;
}

.footer-newsletter--bar .input-grid .input {
	padding: 0 1px 0 0;
}

.input {
	position: relative;
    clear: both;
	/* margin: 0 0 10px 0; */
}

.input-label {
	position: absolute;
	top: 3px;
	left: 8px;
	font-size: 12px;
	font-weight: 500;
	color: #051C37;
	pointer-events: none;
}

.input input[type="text"],
.input input[type="email"],
.input input[type="search"],
.input input[type="tel"],
.input input[type="password"],
.input input[type="number"],
.input textarea,
.input-file-dummy,
.input-text-dummy {
	width: 100%;
	padding: 18px 8px 4px 8px;
	color: #051C37;
	resize: none;
}
.inputs-bordered .input input[type="text"],
.inputs-bordered .input input[type="email"],
.inputs-bordered .input input[type="search"],
.inputs-bordered .input input[type="tel"],
.inputs-bordered .input input[type="password"],
.inputs-bordered .input input[type="number"],
.inputs-bordered .input textarea,
.inputs-bordered .input-file-dummy,
.inputs-bordered .input-text-dummy {
	border: 1px solid #e5e5e5;
}

.input-text-dummy {
	padding: 0;
    height: 48px;
    background: #fff;
}

#card-element {
	padding: 12px 8px;
	height: auto;
}

.input-borderless .input-label{
	left:8px;
}

.input-borderless input[type="text"],
.input-borderless input[type="email"],
.input-borderless input[type="search"],
.input-borderless input[type="tel"],
.input-borderless input[type="number"],
.input-borderless input[type="password"],
.input-borderless textarea {
	border: 0;
	background-color: #fff;
}

.input-borderless select {
	border: 0;
}

.input textarea {
	min-height: 120px;
}

.input input[type="text"]:focus,
.input input[type="email"]:focus,
.input input[type="search"]:focus,
.input input[type="tel"]:focus,
.input input[type="number"]:focus,
.input input[type="password"]:focus,
.input textarea:focus,
.input .braintree-hosted-fields-focused,
.input .stripe-hosted-fields-focused,
.input .truevo-hosted-field-isFocused,
.input input[type="text"]:focus.validate-border,
.input input[type="email"]:focus.validate-border,
.input input[type="search"]:focus.validate-border,
.input input[type="tel"]:focus.validate-border,
.input input[type="number"]:focus.validate-border,
.input input[type="password"]:focus.validate-border,
.input textarea:focus.validate-border {
	border-color: #60B971!important;
}

.input input[type="text"]:focus ~ label,
.input input[type="email"]:focus ~ label,
.input input[type="search"]:focus ~ label,
.input input[type="tel"]:focus ~ label,
.input input[type="number"]:focus ~ label,
.input input[type="password"]:focus ~ label,
.input textarea:focus ~ label,
.input .braintree-hosted-fields-focused ~ label,
.input .truevo-hosted-field-isFocused ~ label {
	color: #60B971;
}

.input .braintree-hosted-fields-invalid {
	border-color: #b62f3f!important;
}
.input .braintree-hosted-fields-invalid ~ label {
	color: #b62f3f;
}

.input.button-inline .button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.label-inline .input-label {
	width: 60px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	padding: 1px 8px 0 8px;
}

.input.label-inline input[type="text"],
.input.label-inline input[type="email"],
.input.label-inline input[type="search"],
.input.label-inline input[type="tel"],
.input.label-inline input[type="number"],
.input.label-inline input[type="password"],
.input.label-inline textarea {
	padding: 9px 8px 8px 60px;
}

.input-qty {
	min-width:110px;
}

.textarea {
	position: relative;
}

.input textarea {
	padding-top: 30px;
}

.opt_desc {
	width: 100%;
}

.input-grid .input textarea ~ .input-label {
	right: 15px;
}

.input textarea ~ .input-label {
	left: 0; right: 0; top: 0;
	padding: 9px 8px;
	border-bottom: 0;
}

.input textarea:focus ~ .input-label {
	border-color: #60B971;
}

.input textarea.validate-border ~ .input-label, .input .validate-border + .select2.select2-container--default .select2-selection--single {
	border-color: #b62f3f!important;
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.input textarea.validate-border:focus {
	border-color: #b62f3f!important;
}

.plain-inputs .validate-border {
	border-width: 1px!important;
}

.required-fields {
	color: #b5121b;
}

.select2-basic--container {
	border: 1px solid #e7e7e7!important;
}

.select2-container--open .select2-basic--container {
	border: 1px solid #025EE6!important;
}

.select2-basic--borderless,
.select2-basic--borderless.select2-basic--container,
.select2-basic--borderless.select2-basic--dropdown {
	border: 0 !important;
}

.input-borders .input input[type="text"],
.input-borders .input input[type="email"],
.input-borders .input input[type="search"],
.input-borders .input input[type="tel"],
.input-borders .input input[type="number"],
.input-borders .input input[type="password"],
.input-borders .input textarea {
    border: 1px solid #e9e9e9;
}
.input-borders .input input[type="text"]:focus,
.input-borders .input input[type="email"]:focus,
.input-borders .input input[type="search"]:focus,
.input-borders .input input[type="tel"]:focus,
.input-borders .input input[type="number"]:focus,
.input-borders .input input[type="password"]:focus,
.input-borders .input textarea:focus {
    border-color: #60B971!important;
} 
.input-borders .input input[type="text"]:focus.validate-border,
.input-borders .input input[type="email"]:focus.validate-border,
.input-borders .input input[type="search"]:focus.validate-border,
.input-borders .input input[type="tel"]:focus.validate-border,
.input-borders .input input[type="number"]:focus.validate-border,
.input-borders .input input[type="password"]:focus.validate-border,
.input-borders .input textarea:focus.validate-border {
    border-color: #b62f3f!important;
} 

.select2-basic--container.select2-selection--single .select2-selection__rendered {
	padding: 22px 8px 6px 8px;
}

.select2-basic--dropdown {
	border: 1px solid #025EE6!important;
	border-top: none!important;
}

.select2-dropdown--above {
	border-bottom: none!important;
	border-top: 1px solid #025EE6!important;
}

.select2-container--open ~ label {
	color: #025EE6;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #2d2d2d transparent transparent transparent;
}

.label-inline .select2-basic--container.select2-selection--single .select2-selection__rendered {
	padding: 8px 30px 8px 60px;
}

.label-inline .select2-basic--container {
	height:36px;
}

.input .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
    font-size: 15px;
}

.input-qty.label-inline .input-label {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
}

/* File upload input */
.no-js .input-file > input[type="file"] {
	display: block;
}

.input-file > input[type="file"] {
	display: none;
}

/* No labels */
.input.label-none input[type="text"],
.input.label-none input[type="email"],
.input.label-none input[type="search"],
.input.label-none input[type="tel"],
.input.label-none input[type="number"],
.input.label-none input[type="password"],
.input.label-none textarea,
.label-none .select2-basic--container.select2-selection--single .select2-selection__rendered {
	padding: 9px 8px;
}

/*Input Placeholders*/
::-webkit-input-placeholder { /* WebKit browsers */
	/* replace this with desired color */
	opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	/* replace this with desired color */
	opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    /* replace this with desired color */
	opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    /* replace this with desired color */
	opacity: 1;
}


/*
|--------------------------------------------------------------------------
| Global > Checkboxes
|--------------------------------------------------------------------------
*/
.checkbox {
	display: inline-block;
	position: relative;
	background-color: #fff;
	width: 18px;
	height: 18px;
	border: 2px solid #c0bfbf;
	border-radius: 2px;
	margin-bottom:-4px;
	cursor: pointer;
}

.checkbox:after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: url(/images/style/basic/icon-tick-black.png) no-repeat 1px 2px #fff;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: transform 150ms ease;
	transition: transform 150ms ease;
}

.checked .checkbox:after {
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: transform 300ms ease;
}

.checkbox-label {
	color: #2d2d2d;
	font-size: 13px;
	cursor: pointer;
	padding: 0 0 0 6px;
  -webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	 -khtml-user-select: none; /* Konqueror HTML */
	   -moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
			user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.checkbox-label .form-note {
	display:initial;
}

.checkbox-with--icon {
	display: flex;
	align-items: center;
}

.checkbox-with--icon.input {
	margin-bottom: 0;
}

.checkbox-with--icon .checkbox-label {
	font-size: 18px;
	line-height: 1;
}

.checkout-gifts {
	background-color: #f6f6f6;
	padding: 20px;
}

.checkout-main .input textarea ~ .input-label {
	border: 1px solid #ebebeb;
	border-bottom: 0;
}

#account_del_8_button {
	position: absolute;
	right: 0;
}

.checkout .select2-basic--container.select2-selection--single .select2-selection__rendered {
    padding: 15px 8px 6px 8px;
}

.checkout .input input[type="text"],
.checkout .input input[type="email"],
.checkout .input input[type="search"],
.checkout .input input[type="tel"],
.checkout .input input[type="password"],
.checkout .input input[type="number"],
.checkout .input textarea,
.checkout .input-file-dummy,
.checkout .input-text-dummy {
	border: 1px solid #ebebeb
}

.gift-order--icon {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}

.gift-order--icon svg {
	width: 22px;height: 22px;
	fill: #69aa64;
}

.checkout-gifts #gift-form {
	margin-top: 10px;
}

/*
|--------------------------------------------------------------------------
| Global > Buttons
|--------------------------------------------------------------------------
*/
.button {
	display: inline-block;
	padding: 12px 20px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #fff;
	/* text-transform: uppercase; */
	text-transform: capitalize;
	background-color: #051C37;
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
	cursor: pointer;
	outline: none;
	text-align:center;
	line-height: inherit;
}

.button:hover {
	background-color: #60B971;
	color: #fff;
}

.button-secondary {
	background-color: #60B971;
}

.button-secondary:hover {
	background-color: #051C37;
}

.button--blue {
	background-color: #025EE6;
}

.button--blue:hover {
	background-color: #034ab3;
}

.button-border {
	border: 1px solid #fff;
	background-color: transparent;
}

.button-border:hover {
	background-color: #fff;
	border-color: #fff;
	color: #051C37;
}

.button-border-dark {
	border: 1px solid #051C37;
	color: #051C37;
	background-color: transparent;
}

.button-border-dark:hover {
	background-color: #051C37;
	border-color: #051C37;
	color: #fff;
}

.button-white {
	background-color: #fff;
	color: #051C37;
}

.button-white:hover {
	background-color: #051C37;
	color: #fff;
}

/* Button size modifiers */
.button-small {
    padding: 8px 15px 6px 15px;
	font-size: 12px;
}

.button-xsmall,
.button-xsmall-wide {
	padding: 8px 12px;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
}

.button-xsmall-wide {
	padding: 8px 20px;
}

.button-large {
	padding: 16px 40px 13px 40px;
	font-size: 18px;
}

.button-block {
	display: block;
	/* <buttons> need width: 100% to actually fill all the space */
    width: 100%;
}

.button-rounded {
	border-radius: 4px;
}

.button-icon {
	display: flex;
	align-items: center;
}

.button-icon svg {
	margin-right: 8px;
}


/* Disabled Button */
.button:disabled {
    background: #8C8C8C;
    cursor: not-allowed;
}

/* Buttons displaying a spinner */
.button-loading {
	position: relative;
    cursor: wait;
}

.button-loading,
.button-loading span {
    color: transparent !important;
	-webkit-transition: 0;
	-moz-transition: 0;
	transition: 0;
}


.button-loading svg {
	display: none;
}

.button-loading::before {
	content: "";
	position: absolute;
	top: calc(50% - 8px);
	left: calc(50% - 8px);
	border: 2px solid #fff;
	border-left-color: #dcdcdc;
	border-radius: 50%;
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
	height: 16px;
	width: 16px;
}

.button-green {
	background-color: #60B971;
}

.button-green:hover {
	background-color: #051C37;
}

.button-grey {
	background-color: #B6B6B6;
}

.button-grey:hover {
	background-color: #B6B6B6;
}

.button.button-paypal:hover {
	box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.05);
}

.button.button-paypal-gold {
	background-color: #ffc439;
}

.button.button-paypal-silver {
	background-color: #eee;
}

.button-disabled {
    cursor: default;
}


/*
|--------------------------------------------------------------------------
| Global > Stock Statuses
|--------------------------------------------------------------------------
*/
.stock-status {
	padding: 0 0 0 22px;
	background-size: 18px 14px;
	background-repeat: no-repeat;
	background-position: left center;
}

.in-stock {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 14'%3E%3Cpath fill-rule='evenodd' fill='%2337af56' d='M5.52 10.38L2.33 7.1.58 8.91l4.2 4.3.77.8L17.42 1.82 15.63 0 5.53 10.38z'/%3E%3C/svg%3E");
	color: #37af56;
}

.out-of-stock {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath fill-rule='evenodd' fill='%23b32020' d='M15 1.96L13.03 0 7.49 5.57 1.96 0 0 1.96l5.58 5.55L0 13.14 1 14.16l.86.84L7.49 9.4 13.12 15l.85-.84L15 13.14 9.41 7.51l5.6-5.55z'/%3E%3C/svg%3E");
	color: #b32020;
	background-size: 15px 15px;
	padding: 0 0 0 20px;
}

.stock-pending {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 14'%3E%3Cpath fill-rule='evenodd' fill='%23fcab3e' d='M5.52 10.38L2.33 7.1.58 8.91l4.2 4.3.77.8L17.42 1.82 15.63 0 5.53 10.38z'/%3E%3C/svg%3E");
	color: #fcab3e;
}

/*
|--------------------------------------------------------------------------
| Global > Jumbotron
|--------------------------------------------------------------------------
*/
.jumbotron {
	position: relative;
	text-align: center;
	color: #fff;
	overflow: hidden;
	background-color: #051C37;
	padding: 25px 0;
	display: table;
	width: 100%;
}

.jumbotron-small {
	height: 184px;
}

.jumbotron--title {
	margin: 0;
	color: #fff;
	font-size: 56px;
}

.jumbotron--content {
	width: 100%;
	padding: 10px 0 0 0;
	margin: 0 auto;
	max-width: 700px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
}

.jumbotron--content p {
	color: #fff;
}

.jumbotron--inner {
	padding: 0 30px;
	display: table-cell;
	vertical-align: middle;
}

/*
|--------------------------------------------------------------------------
| Global > UI Elements
|--------------------------------------------------------------------------
*/
.spinner {
	margin: 0 auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(255, 255, 255, 0.2);
	border-right: 1.1em solid rgba(255, 255, 255, 0.2);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
	border-left: 1.1em solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
.spinner,
.spinner:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}

/*
|--------------------------------------------------------------------------
| Global > Messages
|--------------------------------------------------------------------------
*/
.message {
	position: relative;
	padding: 15px;
	margin: 0 0 10px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	background: #025EE6;
}

.message a {
	color:#fff;
	text-decoration:underline;
}

.message-error {
	background: #b12525;
}

.message-success {
	background: #37af56;
}

.message-warn {
	background: #caa53a;
}

.message-close {
	position: absolute;
	top: 0; right: 0;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 10px;
	cursor: pointer;
	z-index: 1;
}

.message-float {
	position: absolute;
	top: 0; right: 0; left: 0;
}

.flash-message {
	position: fixed;
	left: 10px;
	top: 10px;
	right: 10px;
	z-index: 99999;
	pointer-events: none;
}

.flash-message .message {
	max-width: 400px;
	margin: 0 auto;
	display: none;
	pointer-events: auto;
}

.message-js {
	position: fixed;
	top: 180px;
	max-width: 90%;
	z-index: 100;
}

/*
|--------------------------------------------------------------------------
| Global > Tooltip
|--------------------------------------------------------------------------
*/
.core-tooltip {
	position: absolute;
	padding: 8px;
	background-color: #025EE6;
	color: #fff;
	font-size: 12px;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 400px;
	border-radius: 3px;
}

.core-tooltip:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #025EE6 transparent transparent transparent;
	left: 50%;
	bottom: -5px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.core-tooltip__black {
	background-color: rgba(0,0,0,0.8);
	max-width: 220px;
	font-size: 11px;
	line-height: 11px;
	padding: 8px 10px 10px;
}

.core-tooltip__black:after {
	border-color: rgba(0,0,0,0.8) transparent transparent transparent;
}

/*
|--------------------------------------------------------------------------
| Global > Navtrail
|--------------------------------------------------------------------------
*/
.breadcrumb-trail, .breadcrumb-trail a, .breadcrumb-trail a:hover {
	color: #051C37;
	white-space: nowrap;
}

.breadcrumb-trail a,
.breadcrumb-trail span {
	margin: 0 6px;
}

.breadcrumb-trail > :first-child {
	margin-left: 0;
}

.mobile-breadcrumb-trail {
	display: none;
}

/*
|--------------------------------------------------------------------------
| Global > Countdown Timer
|--------------------------------------------------------------------------
*/
.countdown-timer--doughnut {
	position: relative;
	width: 60px;
	height: 60px;
	float: left;
	transition: transform 1s ease;
	margin: 0 0 0 10px;
}

.countdown-timer--doughnut-inner {
	content: '';
	position: absolute;
	left: 50%;top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50px;
	text-align: center;
	font-weight: 700;
	color: #1e1e1e;
}

.countdown-timer--doughnut strong,
.countdown-timer--doughnut strong span {
	font-size: 21px;
	top: 0;
}

.countdown-timer--doughnut strong {
	position: relative;
	top: 8px;
	display: block;
	color: #1e1e1e;
}

.countdown-timer--doughnut span {
	display: block;
	font-size: 11px;
	position: relative;
	top: 4px;
}

.countdown-timer--doughnut svg {
	width: 60px;
	height: 60px;
	-webkit-transform: rotate(-89.9deg);
	background: #dde2e5;
	border-radius: 50%;
}

.countdown-timer--doughnut circle {
	position: relative;
	fill: #025EE6;
	stroke: #dde2e5;
	stroke-width: 6px;
	stroke-dasharray: 38 100;
	transition: stroke-dasharray 1s ease;
}

.quote-side .ui-datepicker-inline {
	background-color: #fff;
}

/*
|--------------------------------------------------------------------------
| Template > Cookie Notification
|--------------------------------------------------------------------------
*/
.cookie-bar {
	position: fixed;
	bottom: 0;right: 0;left: 0;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.4);
	z-index: 100;
}

.cookie-bar--inner {
	padding: 20px;
	color: #fff;
}
.cookie-bar--text {
    margin-right: 30px;
}


/*
|--------------------------------------------------------------------------
| Template > Header
|--------------------------------------------------------------------------
*/
header {
	background-color: #fff;
}

.header-top {
	padding: 10px 20px;
	background-color: #051C37;
}

.logo {
	width: 243px;
}

.logo a,
.logo img {
	display: block;
	width: 100%;
}

.header-top-nav--item {
	padding: 0 10px;
}

.header-top-nav--item:first-child {
	padding-left: 0;
}

.header-top-nav--item:last-child {
	padding-right: 0;
}

.header-top-nav--link {
	font-family: 'Space Grotesk';
	font-size: 14px;
	color: #fff;
}

.header-main {
	padding: 20px 40px 0;
	position: relative;
	border-bottom: 1px solid #051C37;
}

.header-navigation {
	padding: 18px 0 0;
}

.logo + .header-navigation {
	padding-left: 45px;
}

.header-nav--item {
	padding: 0 20px 41px;
}

.header-nav--item:first-child {
	padding-left: 0;
}

.header-nav--item:last-child {
	padding-right: 0;
}

.header-nav--link {
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	color: #051C37;
}

.header-nav--parent:hover .header-nav--link,
.header-nav--link:hover {
	color: #60B971;
}

.header-nav--chevron {
	padding-left: 5px;
	transition: all .3s ease;
}

.header-nav--chevron svg {
	width: 11px;
	fill: #051C37;
	transition: all .3s ease;
}

.header-nav--parent:hover .header-nav--chevron svg {
	transform: rotate(180deg);
	fill: #60B971;
}

.header-nav--dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;right: 0;
	background-color: #fff;
	/* border-top: 1px solid #051C37; */
	border: 1px solid #051c37;
	z-index: 10;
}

.header-nav--parent:hover .header-nav--dropdown {
	display: block;
}

.header-nav--dropdown-item {
	padding: 20px 30px;
	border-right: 1px solid #EBEBEB;
}

.header-nav--dropdown-item:nth-child(6n) {
	border-right: 0;
}

.header-nav--dropdown-link {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #60B971;
}

.header-nav--subcats {
	padding-top: 8px;
}

.header-nav--subcats-item {
	padding: 6px 0;
}

.header-nav--subcats-item:first-child {
	padding-top: 0;
}

.header-nav--subcats-item:last-child {
	padding-bottom: 0;
}

.view-all .header-nav--subcats-link {
	color: #025EE6;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1.2px;
}

.header-nav--subcats-link {
	color: #051C37;
	font-size: 14px;
	font-weight: 500;
}

.view-all .header-nav--subcats-link,
.header-nav--subcats-link:hover {
	color: #60B971;
}

.header-nav--dropdown-stacked {
	position: relative;
}

.header-nav--dropdown-stacked .header-nav--dropdown {
	min-width: 315px;
	padding: 20px 30px;
}

.header-nav--dropdown-stacked .header-nav--dropdown-item {
	padding: 4px 0;
	border: none;
}

.header-nav--dropdown-stacked .header-nav--dropdown-item:first-child {
	padding-top: 0;
}

.header-nav--dropdown-stacked .header-nav--dropdown-item:last-child {
	padding-bottom: 0;
}

.header-search {
	border-bottom: 1px solid #051C37;
	display: flex;
	align-items: center;
	padding-bottom: 4px;
	position: relative;
}

.header-search-icon {
	width: 25px;height: 25px;
	margin-right: 7px;
	background: none;
	margin-top: -1px;
}

.header-search-icon svg {
	width: 100%;
	display: block;
	fill: #051C37;
}

.search-input {
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	color: #051C37;
	height: 42px;
}

.header-search .spinner {
	width: 20px;height: 20px;
	border: 0;
}

.header-right {
	display: flex;
	padding-top: 5px;
}

.search-form + .header-actions {
	margin-left: 25px;
}

.header-actions .button {
	margin-right: 1px;
	min-width: 135px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #051C37;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #051C37;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #051C37;
}
:-moz-placeholder { /* Firefox 18- */
	color: #051C37;
}

.mobile-menu--btn-cont,
.mobile-cart--btn-cont {
	display: none;
	height: 53px;
	width: 53px;
}

.mobile-cart--btn-cont {
	width: auto;
	min-width: 90px;
	padding: 0 15px;
}

.mobile-menu--btn {
	width: 40px;
	margin: 7px auto;
}

.mobile-menu--btn div {
	margin: 0 3px 5px;
	-webkit-transition: transform 300ms ease;
	transition: transform 300ms ease;
}

.mobile-menu--btn div span:first-child {
	border-radius: 2px 0 0 2px;
}

.mobile-menu--btn div span:last-child {
	border-radius: 0 2px 2px 0;
}

.mobile-menu--btn span {
	float: left;
	width: 50%;
	background-color: #051C37;
	height: 5px;
	display: block;
	-webkit-transition: -webkit-transform 300ms ease, opacity 300ms ease, color 300ms ease;
	transition: transform 300ms ease, opacity 300ms ease, color 300ms ease;
}

.mobile-menu--btn.open span {
	background-color: #025EE6;
}

.mobile-menu--btn.open div:nth-child(1) { -webkit-transform: translateY(7px); transform: translateY(7px); }
.mobile-menu--btn.open div:nth-child(1) span:first-child { -webkit-transform: translateX(5px) rotateZ(45deg); transform: translateX(5px) rotateZ(45deg); }
.mobile-menu--btn.open div:nth-child(1) span:last-child { -webkit-transform: translateX(-5px) rotateZ(-45deg); transform: translateX(-5px) rotateZ(-45deg); }

.mobile-menu--btn.open div:nth-child(2) span:first-child { -webkit-transform: translateX(-15px); transform: translateX(-15px); opacity: 0; }
.mobile-menu--btn.open div:nth-child(2) span:last-child { -webkit-transform: translateX(15px); transform: translateX(15px); opacity: 0; }

.mobile-menu--btn.open div:nth-child(3) { -webkit-transform: translateY(-6px); transform: translateY(-6px); }
.mobile-menu--btn.open div:nth-child(3) span:first-child { -webkit-transform: translateX(5px) rotateZ(-45deg); transform: translateX(5px) rotateZ(-45deg); }
.mobile-menu--btn.open div:nth-child(3) span:last-child { -webkit-transform: translateX(-5px) rotateZ(45deg); transform: translateX(-5px) rotateZ(45deg); }

.mobile-cart--btn-cont {
	left: auto;
	right: 0;
	border-left: 2px solid #e7e7e7;
	border-right: none;
	line-height: 90px;
}

.mobile-cart--btn-cont a {
	display: block;
	font-size: 33px;
	color: #025EE6;
	font-weight: 700;
}

.mobile-menu--btn-text {
	margin: 0!important;
	font-weight: 600;
}

/*
|--------------------------------------------------------------------------
| Template > Header > Search Dropdown
|--------------------------------------------------------------------------
*/
.changed_search,
.original_search {
	padding-left: 50px;
}

.changed_search a,
.original_search a {
	text-transform: none;
}

.search_dropdown {
    position: absolute;
    top: 100%;
    /* left: 0; */
    right: 0;
   	width: 750px;
    padding: 0;
    margin: 10px 0 0 0;
    opacity: 0;
	z-index: -1;
    transition: .3s ease;
    background: #fff;
    border: 2px solid #e7e7e7;
    box-shadow: 0px 13px 22px 0px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.search_dropdown .container {
	width: auto;
}

.focus ~ .search_dropdown, .focus .search_dropdown {
	opacity: 1;
	transition-delay: 0s;
    z-index: 999;
}

a.search_item_title, a.search_cat_title, a.search_suggestion_title {
	text-transform: none;
	width: 78%;
    display: inline-block;
	overflow: hidden;
}

.search_prod_title {
	color: #5a5a5a;
	font-weight: 700;
}

a.search_item_title .inner_title {
	width: 500px;
}

a.search_cat_title {
	max-width: 100%;
}

a.search_cat_title .full_cat {
	color: #a0a0a0;
}

.search_section_left, .search_section_right {
	text-align: left;
	width: 50%;
	height: 100%;
}

.search_section_left .search_section, .search_section_right .search_section {
	padding: 15px 15px 20px;
}

.search_section_right {
	float: right;
}

.search_section_left .search_section {
	border-right: 2px solid #e7e7e7;
	height: 100%;
}

.search_section_right .search_section:nth-child(2) {
	border-top: 2px solid #e7e7e7;
}

.search_dropdown, .search_dropdown a {
	color: #2d2d2d;
}

a.search_item_title, .search_cat_title, .search_suggestion_title {
	white-space: nowrap;
	position: relative;
	font-weight: 700;
}

a.search_item_title, a.search_suggestion_title {
	padding-left: 7px;
}

.search_section_title.search_suggestion_title {
	padding: 0;
    margin: 0;
    margin-top: -3px;
    margin-bottom: 8px;
}

a.search_cat_title, a.search_suggestion_title {
	width: 95%;
}

a.search_item_title span {
	color: #a0a0a0;
}

.search_dropdown .search_price {
	float: right;
    color: #666666;
	position: relative;
	font-weight: 700;
}

.search_dropdown .light {
	color: #a0a0a0;
}

.search_section_left.no_result .search_section {
	border-right: none;
}

.search_item_cont, .search_cat_cont, .search_suggestion_cont, .search_section_title {
	margin-top: 5px;
}

.search_section_title {
	padding-bottom: 4px;
}

.search_cat_cont {
	padding-left: 7px;
}

.mobile-search--input .spinner {
	right: 75px;
	height: 32px;
	width: 32px;
	top: 20px;
}

.mobile-search .search_dropdown, .search-inputs .spinner {
	display: none;
}

.original_search.no_prod {
	margin-bottom: 30px;
}

.changed_search, .original_search {
	padding-left: 50px;
}

.changed_search {
	margin-top: 15px;
}

a.dropdown_show_all {
	color: #fff;
	display: inline-block;
	background: #3479b1;
    box-shadow: 0 1px 1px #175e8e,0 2px 1px #175e8e;
    height: 24px;
	line-height: 24px;
	margin-top: 13px;
    padding: 0 15px;
}

.search_item_cont, .search_cat_cont {
	position: relative;
}

.search_section_left .last::after, .search_section_right .last::after {
    content: "";
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.8) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    display: block;
    position: absolute;
    bottom: 0;
}

a.search_item_title::before, .search_cat_title::before, .search_suggestion_title::before {
	content: "";
    height: 100%;
    width: 20px;
	background: -moz-linear-gradient(left, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    display: block;
    position: absolute;
    right: 0;
}

/*
|--------------------------------------------------------------------------
| Template > Footer
|--------------------------------------------------------------------------
*/

.footer-newsletter--bar {
	padding: 30px 0 12px;
}

.footer-main {
	padding: 50px 0;
}

.newsletter-title {
	font-size: 19px;
	font-weight: 500;
	line-height: normal;
	color: #FFF;
	padding-top: 8px;
	padding-right: 30px;
}

.newsletter-note {
	margin-top: 5px;
	font-size: 10px;
	color: #051c37;
}

.footer-nav--title {
	font-size: 22px;
	font-weight: 700;
	line-height: 0.9;
	color: #60B971;
	margin-bottom: 15px;
}

.footer-nav--item {
	padding: 10px 0;
}

.footer-nav--item:first-child {
	padding-top: 0;
}

.footer-nav--item:last-child {
	padding-bottom: 0;
}

.footer-nav--link {
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: #FFF;
}

.footer-nav {
	flex: 1 0 auto;
	padding-right: 20px;
	margin-bottom: 30px;
	min-width: 284px;
}

.footer-contact {
}

.footer-contact--details {
	padding-left: 20px;
	border-left: 1px solid var(--Green, #60B971);
}

.footer-contact--link-cont {
	margin-bottom: 20px;
}

.footer-contact--link {
	display: flex;
	align-items: center;
	color: #fff;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}

.footer-contact--link svg {
	margin-right: 10px;
}

.footer-social {
	color: white;
	display: flex;
	align-items: center;
	color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 500;
}

.footer-social-icon {
	display: block;
	margin-left: 10px;
	transition: opacity 300ms ease;
}

.footer-social:hover .footer-social-icon {
	opacity: .6
}

.footer-social:hover .footer-social-icon:hover {
	opacity: 1
}

.footer-logos-cont {
	background-color: white;
	padding: 20px 0;
}

.footer-logos {
	display: flex;
align-items: center;
justify-content: space-between;
}

.footer-logo {
	margin: 0 5px;
}

.footer-bottom .container {
	width: 100%;
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-bottom,
.footer-bottom a {
	color: white;
	color: #FFF;
	text-align: right;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.footer-bottom a:hover {
	text-decoration: underline;
}

.footer-bottom .container .flex {
	align-items: center;
}




/*
|--------------------------------------------------------------------------
| Template > Footer > Bottom
|--------------------------------------------------------------------------
*/
.footer-payment img {
	width: 260px;
	height: 23px;
}

/*
|--------------------------------------------------------------------------
| Template > Mobile Menu
|--------------------------------------------------------------------------
*/
@-webkit-keyframes mobileMenuOpen {
	from  {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	to {
		-webkit-transform: translateX(390px);
		transform: translateX(390px);
	}
}

@keyframes mobileMenuOpen {
	from {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	to {
		-webkit-transform: translateX(390px);
		transform: translateX(390px);
	}
}

@-webkit-keyframes mobileMenuClose {
	from  {
		-webkit-transform: translateX(390px);
		transform: translateX(390px);
	}
	to {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

@keyframes mobileMenuClose {
	from  {
		-webkit-transform: translateX(390px);
		transform: translateX(390px);
	}
	to {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

.page-slide-container {
	overflow: hidden;
}

.sidebar-categories-mobile-title {
	display: none;
}

.page-slide {
	position: relative;
	/* transform: translate(0, 0);
	-webkit-transform: translate(0, 0); */
}

.mobile-menu-nav {
	padding: 40px 30px 30px;
}

.mobile-menu-nav-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mobile-menu-nav-link svg {
	display: none;
}

.mobile-menu-nav-link.has-subcats svg {
	display: block;
}

.mobile-menu .footer-contact--details {
	padding-left: 30px;
}

.mobile-menu .footer-contact--link {
	justify-content: flex-start;
}

.mobile-menu .footer-social {
	padding-left: 30px;
}

.mobile-menu-nav-link.open svg {
	transform: rotate(-180deg);
}

.mobile-menu-nav-subcats {
	display: none;
	padding: 20px 0 10px 15px;
}

.mobile-menu-nav-subcats a {
	font-size: 16px;
}

.mobile-menu-nav,
.mobile-menu-nav a {
	color: white;
}

.mobile-menu-nav .mobile-menu-nav-item {
	margin-bottom: 15px;
}

.mobile-menu-nav-link {
	font-size: 18px;
}

.mobile-menu {
	position: absolute;
	top: 0; left: -390px; bottom: 0;
	display: none;
	width: 390px;
	background:#051C37;
	background-size: 515.5px 511.5px;
	z-index: 999;
}

.mobileMenuItemFade {
	-webkit-animation: mobileMenuItemFade 1s ease forwards; /* Safari 4+ */
	-moz-animation:    mobileMenuItemFade 1s ease forwards; /* Fx 5+ */
	-o-animation:      mobileMenuItemFade 1s ease forwards; /* Opera 12+ */
	animation:         mobileMenuItemFade 1s ease forwards; /* IE 10+, Fx 29+ */
}

.mobile-search {
	margin-bottom: 20px;
}

.mobile-search-submit {
	width: 50px;
	background-color: white;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/svg+xml, %3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4063 2.60026C8.33618 2.60026 6.35088 3.42259 4.88712 4.88636C3.42335 6.35013 2.60101 8.33542 2.60101 10.4055C2.60101 12.4756 3.42335 14.4609 4.88712 15.9246C6.35088 17.3884 8.33618 18.2107 10.4063 18.2107C12.4763 18.2107 14.4616 17.3884 15.9254 15.9246C17.3892 14.4609 18.2115 12.4756 18.2115 10.4055C18.2115 8.33542 17.3892 6.35013 15.9254 4.88636C14.4616 3.42259 12.4763 2.60026 10.4063 2.60026ZM-0.000732358 10.4055C-0.000495239 8.74931 0.395017 7.11708 1.15293 5.64449C1.91085 4.17189 3.00928 2.90145 4.35694 1.93874C5.7046 0.976041 7.26256 0.34888 8.90135 0.109386C10.5401 -0.130109 12.2124 0.0249779 13.7792 0.561758C15.346 1.09854 16.7621 2.00151 17.9097 3.19563C19.0573 4.38974 19.9034 5.84052 20.3776 7.42738C20.8518 9.01424 20.9404 10.6914 20.636 12.3194C20.3317 13.9473 19.6432 15.4792 18.6278 16.7876L25.6356 23.7954C25.8725 24.0407 26.0037 24.3693 26.0007 24.7104C25.9977 25.0515 25.8609 25.3778 25.6197 25.619C25.3785 25.8602 25.0523 25.997 24.7112 26C24.3701 26.0029 24.0415 25.8718 23.7961 25.6348L16.7883 18.627C15.25 19.8213 13.4074 20.5601 11.4701 20.7591C9.53273 20.9582 7.5784 20.6097 5.82932 19.7532C4.08024 18.8966 2.6066 17.5665 1.57596 15.914C0.545321 14.2616 -0.000948784 12.353 -0.000732358 10.4055Z' fill='%23051C37'/%3E%3C/svg%3E");
 }

.mobile-search form {
	display: flex;
}

.mobile-search-input {
	flex: 1 1 auto;
}

.mobile-search-input input {
	padding: 15px;
	display: block;
	width: 100%;
}

.mobile-search--input {
	overflow: hidden;
}

.mobile-store {
	padding: 20px 0 0 20px;
	display: none;
}

.mobile-nav .mobile-store--link {
	display: block;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #c0bfbf;
	padding: 6px 0;
	margin: 0 0 8px;
}

.mobile-store--link:last-child {
	color: #025EE6;
}

.mobile-store--link:nth-last-child(2) {
	color: #025EE6;
}

.mobile-store--cont > a {
	display: block;
	background: url(/images/style/basic/icon-mobile-dropdown-down.png) no-repeat right 8px;
}

.mobile-store--cont.open > a {
	display: block;
	background: url(/images/style/basic/icon-mobile-dropdown.png) no-repeat right 8px;
}

.mobile-store--cont.open .mobile-store {
	display: block;
}

.mobile-search--input {
	width: 100%;
	color: #c0bfbf;
	font-size: 21px;
	background: none;
	line-height: 55px;
	padding: 18px 30px 17px;
}

.onpage-search__input {
	width: 100%;
	font-size: 21px;
	background: none;
	line-height: 22px;
	padding: 18px 30px 17px;
}

.onpage-search__submit {
	height: 57px;
	width: 57px;
	background-color: #60B971;
}

.onpage-search__submit svg {
	width: 22px;
	height: 22px;
}

.mobile-nav,
.mobile-action {
	padding: 18px 30px;
	border-bottom: 2px solid #1e1e1e;
}

.mobile-nav {
	padding-top: 0;
}

.static-mobile-nav {
	padding-top: 18px;
	padding-bottom: 0;
	border-bottom: 0;
}

.mobile-nav a {
	color: #fff;
	font-size: 24px;
	text-transform: none;
}

.mobile-nav li {
	padding: 14px 0;
}

.mobile-action a {
	display: block;
	color: #c0bfbf;
	margin: 0 0 10px 0;
}

.mobile-action a:last-child {
	margin: 0;
}

.mobile-action a[href^="tel:"] {
	color: #37af56;
}

.mobile-action .icon {
	padding: 0 0 0 34px;
}

.mobile-action .icon-user {
	background: url(/images/style/basic/mbl-icon-user.png) no-repeat center left;
	background-size: 20px 20px;
}

.mobile-action .icon-box {
	background: url(/images/style/basic/mbl-icon-box.png) no-repeat center left;
	background-size: 20px 20px;
}

.mobile-action .icon-phone {
	background: url(/images/style/basic/mbl-icon-phone.png) no-repeat center left;
	background-size: 18px 18px;
}

.mobile-social-title {
	font-size:24px;
	color:#fff;
	text-align:center;
	padding-bottom:15px;
}

.mobile-social {
	background-color: #1e1e1e;
	padding: 14px 30px 5px 30px;
	text-align: justify;
}

.mobile-social a {
	width: 40px;
	float: none;
	display: inline-block;
	background-position: center center;
}

.mobile-social:after {
	content: '';
	width: 100%;
	display: inline-block;
}

#page_numbers {
	text-align: center;
	margin-top: 30px;
}

.page_numbers_inner {
	padding: 32px;
}

.page_number_sel,
.previous_page,
.page_number,
.next_page {
	display: inline-block;
}

#page_numbers a {
	padding: 8px 10px;
	background-color: #fff;
	font-size: 12px;
	font-weight: 700;
}

#page_numbers .page_number_sel a {
	color: #60B971;
}

.lazy-load {
	clear: both;
	padding: 15px 0;
}

.lazy-load .spinner {
	border-top: 1.1em solid rgba(0, 0, 0, 0.2);
    border-right: 1.1em solid rgba(0, 0, 0, 0.2);
    border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
    border-left: 1.1em solid #000000;
}

.onpage-search {
	background-color: #fff;
	position: relative;
	border: 1px solid #eaeaea;
	display: flex;
}

#mbl-filters-sub {
	display:block;
}

/*
|--------------------------------------------------------------------------
| Template > Overlay
|--------------------------------------------------------------------------
*/
#olay {
	display: none;
}

#olay_back {
	background: #000;
	position: fixed;
	top: 0; bottom: 0; left: 0; right: 0;
	z-index: 200;
	filter: alpha(opacity=70);
	opacity: .7;
	width: 100%;
}

#olay_box_container {
	width: 90%;
	max-width: 720px;
	position: absolute;
	top: 10%; left: 50%;
	z-index: 201;
    transform: translateX(-50%);
}

#olay_box {
	background: #fff;
	width: 100%;
	padding: 30px;
	/* margin: 0 0 0 -50%; */
	border-radius:10px;
    -webkit-box-shadow: 0px 0px 12px #333;
    box-shadow: 0px 0px 12px #333;
	left: auto;
}

#olay_close,
#search_results_close {
	background:url(/images/style/basic/olay_close.jpg) no-repeat;
	width:26px;
	height:25px;
	float: right;
	cursor: pointer;
}

.subs-olay h2 {
	margin-bottom: 20px;
}

.subs-olay--row {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.subs-olay--row.border-fix {
	border-bottom: 0;
}

.subs-olay-btns > .button {
	margin-right: 10px;
}

.subs-olay--list-item {
	padding: 0 5px 5px 0;
}

.subs-olay--list-item > input {
	margin-right: 5px;
}

.subs-olay--list {
	margin: 0 -5px -5px 0;
}


/*
|--------------------------------------------------------------------------
| Home > Bottom
|--------------------------------------------------------------------------
*/
.home-welcome {}

.home-welcome__title {
	font-size: 32px;
}

.home-welcome__action {
	margin: 12px 0 0 0;
}



/*
|--------------------------------------------------------------------------
| Home
|--------------------------------------------------------------------------
*/

.home-main {
	background-color: #051C37;
}
.home-main--side {
	position: relative;
	width: 25%;
    min-width: 470px;
    padding: 60px;
}
.home-main--side::after {
	content: '';
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 150px;
    background: rgb(0,0,0);
    background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(5,28,55,1) 95%);
    z-index: 1;
}
.home-main--side > div:not(:last-child), .home-main--text > div:not(:last-child) {
	margin-bottom: 40px;
}
.home-main--title {
    font-size: 50px;
    color: #FFF;
    line-height: 1.1;
    font-weight: 600;
}
.home-main--title > span {
    color: #60B971;
}
.home-main--subtext {
    color: #FFF;
    font-size: 16px;
}
.home-main--subtext * {
	line-height: 1.5;
}
.home-main--buttons {
	margin-bottom: -10px;
}
.home-main--buttons > .button {
	color: #FFF;
    margin-bottom: 10px;
    border: 1px solid #FFF;
}
.home-main--buttons > .button:hover {
	background-color: #FFF;
	color: #051C37;
}

.home-banners > .container > div:not(:first-child) {
    margin-top: 80px;
}
.home-features > div {
    flex: 50% 0 1;
}
.home-feature {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}
.home-feature--title {
	margin-top: 15px;
}


.video-backdrop__ratio {
	height: 0;
    width: auto;
    visibility: hidden;
}

.home-heading {
	padding: 50px 0;
	display: flex;
	flex-direction: column;
	text-align: center;
	/* padding-top: 80px; */
	position: relative;
	background: var(--Linear, linear-gradient(180deg, rgba(20, 40, 64, 0.00) 0%, rgba(2, 94, 230, 0.20) 100%));
}

.home-heading .container {
	width: 100%;
}



.home-heading .video-element:after {
	display: none;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
    width: 40%;
	z-index: 1;
	background: linear-gradient(90deg, rgba(5,28,55,1) 0%, rgba(5,28,55,1) 15%, rgba(5,28,55,0.7) 50%, rgba(5,28,55,0) 100%);
}

.home-heading .video-element iframe {
}

.home-heading--media {
	width: 100%;
	pointer-events: none;
}

.home-heading--side {
	width: 100%!important;
	padding: 40px 0 0;
	z-index: 25;
	order: 2;
}

.home-heading--text {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.home-heading--side .container:before,
.home-heading--side .container:after {
	display: none;
}

.home-heading--side .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.home-heading--side
/* content: '';
position: absolute;
top: 0;right: 0;left: 0;
height: 930px;
background: var(--Linear, linear-gradient(180deg, rgba(20, 40, 64, 0.00) 0%, rgba(2, 94, 230, 0.20) 100%));
pointer-events: none;
z-index: -1; */

.home-heading--title {
	color: #051C37;
	font-family: 'Space Grotesk', sans-serif;
	font-size: 42px;
	font-weight: 700;
	line-height: 1;
}

.home-heading--title span {
	color: #60B971;
}

.home-heading--subtext {
	/* text-align: center; */
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	color: #051C37;
	padding: 25px 0 0;
	max-width: 840px;
	margin: 0 auto;
}

.home-heading--buttons {
	text-align: center;
	margin-top: 30px;
}

.home-heading--buttons .button {
	margin: 5px 0;
	min-width: 180px;
}

.home-heading--buttons .button:first-child {
	margin-top: 0;
}

.home-heading--buttons .button:last-child {
	margin-bottom: 0;
}


.home-heading--stats {
	background-color: #fff;
	border-top: 1px solid #051C37;
	border-bottom: 1px solid #051C37;
	padding: 12px;
}

.stat-item {
	color: #051C37;
	font-family: 'Space Grotesk', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	border-right: 1px solid #051C37;
	text-align: center;
	justify-content: center;
	padding: 0 34px;
}

.stat-item:first-child {
	padding-left: 0;
	text-align: left;
	justify-content: flex-start;
}

.stat-item:last-child {
	padding-right: 0;
	text-align: right;
	justify-content: flex-end;
	border-right: none;
}

.stat {
	color: #025EE6;
}

.stat-label {
	padding-left: 6px;
}

.home-content {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.home-content::after {
}




/*
|--------------------------------------------------------------------------
| Home > Slider
|--------------------------------------------------------------------------
*/


.home-heading + .home-slider-container {
	padding-top: 30px;
	overflow: hidden;
}

.home-slide--image  {
	height: 590px;
}

.home-slide--image img {
	display: none;
}

.home-slider--bottom {
	background-color: #051C37;
	padding: 20px 20px 20px 108px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}

.home-slider--title {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.1;
}

.home-slider--subtext {
}

.slick-arrow {
	background: url(/images/style/basic/arrow.png) no-repeat center center / contain transparent;
	text-indent: -9999px;
	width: 24px;height: 24px;
	z-index: 3;
	cursor: pointer;
	transition: ease-in-out .2s;
}
svg.slick-arrow:hover {
	opacity: .8;
}

.home-slider .slick-arrow {
	position: absolute;
	bottom: 31px;left: 20px;
}

.home-slider .slick-next.slick-arrow {
	left: 58px;
}

.home-slider .slick-prev.slick-arrow {
	transform: rotate(180deg);
}



/*
|--------------------------------------------------------------------------
| Home > Product Categories
|--------------------------------------------------------------------------
*/

.home-cat-image {
	height: 180px;
}

.home-cat-link {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.home-cat-image img {
	visibility: hidden;
	display: block;
	width: 100%;
}

.home-cat-label {
	padding: 10px 15px;
	background-color: #051C37;
	text-align: center;
	font-family: Space Grotesk;
	font-size: 16px;
	font-weight: 500;
	flex: 1 1 auto;
	line-height: 1;
	color: #fff;
	transition: background .3s ease;
}

.home-cats-grid {
	margin: 0 -20px 0 0;
}

.home-cats-grid > .segment-16 {
	padding: 0 20px 20px 0;
}

.home-cats--upper {
	padding-bottom: 20px;
}

.home-cat-link:hover .home-cat-label {
	background-color: #fff;
	color: #051C37;
}




/*
|--------------------------------------------------------------------------
| Home > Room Hire
|--------------------------------------------------------------------------
*/

#room_error {
	margin: 20px 0;
}

#room-filters--form {
	width: 100%;
    max-width: 1120px;
    padding: 0 40px;
    margin: 40px -12px -12px 0;
}
.room-filters--filter-container {
    padding: 0 12px 12px 0;
}
.room-filters--filter-label {
    padding: 0 6px;
    margin-bottom: 15px;
}

.room-filters--filter-label label {
	color: #fff;
	font-size: 20px;
    font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.room-filters--filter-label label svg {
    margin-right: 10px;
}

.room-filters--filter-filter .select2-container .select2-selection--single .select2-selection__rendered, .room-filters--filter-filter input[type="text"] {
	font-size: 16px;
    text-align: left;
    padding: 14px 40px 14px 20px;
    height: 50px;
}

.room-filters--filter-filter .select2-container--default .select2-selection--single .select2-selection__arrow b, .room-filters--filter-filter input[type="text"].hasDatepicker {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"><path d="M0.253077 0.597355C0.400159 0.450317 0.599619 0.367716 0.807593 0.367716C1.01557 0.367716 1.21503 0.450317 1.36211 0.597355L5.51353 4.74878L9.66496 0.597355C9.73731 0.522445 9.82386 0.462693 9.91955 0.421587C10.0152 0.380481 10.1182 0.358845 10.2223 0.35794C10.3264 0.357035 10.4297 0.37688 10.5261 0.416317C10.6225 0.455753 10.7101 0.513992 10.7837 0.587634C10.8574 0.661276 10.9156 0.748847 10.955 0.845238C10.9945 0.941628 11.0143 1.04491 11.0134 1.14905C11.0125 1.25319 10.9909 1.35611 10.9498 1.4518C10.9087 1.54749 10.8489 1.63404 10.774 1.70639L6.06805 6.41233C5.92097 6.55937 5.72151 6.64197 5.51353 6.64197C5.30556 6.64197 5.1061 6.55937 4.95902 6.41233L0.253077 1.70639C0.106039 1.55931 0.0234375 1.35985 0.0234375 1.15187C0.0234375 0.943898 0.106039 0.744438 0.253077 0.597355Z" fill="%23051C37"/></svg>');
	background-repeat: no-repeat;
}

.room-filters--filter-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0!important;
    width: 12px;
    height: 12px;
	background-position: center;
	background-size: contain;
	transform: translate(-50%,-50%);
    margin: 0;
}
.room-filters--filter-filter input[type="text"].hasDatepicker {
	background-position: right 20px center;
	width: 180px;
}

.room-filters--filter-filter .room-hire-submit {
	font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
	padding: 15px 20px;
    height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Space Grotesk';
}
.room-filters--filter-filter .room-hire-submit::before {
	content: '';
	position: relative;
	height: 25px;
	width: 25px;
	margin-right: 10px;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><g clip-path="url(%23clip0_842_8523)"><path d="M16.0189 3.24617C12.3577 -0.415064 6.39875 -0.415064 2.73752 3.24617C-0.922922 6.90819 -0.922922 12.8663 2.73752 16.5284C5.99794 19.788 11.0759 20.1372 14.7347 17.5919C14.8117 17.9562 14.9879 18.3038 15.2713 18.5872L20.6032 23.9191C21.3802 24.6945 22.6358 24.6945 23.4088 23.9191C24.1851 23.1429 24.1851 21.8873 23.4088 21.1134L18.0769 15.7799C17.7952 15.499 17.4467 15.322 17.0824 15.245C19.6293 11.5853 19.2801 6.50818 16.0189 3.24617ZM14.3355 14.845C11.6021 17.5784 7.15354 17.5784 4.42091 14.845C1.68907 12.1115 1.68907 7.66377 4.42091 4.93035C7.15354 2.19772 11.6021 2.19772 14.3355 4.93035C17.0689 7.66377 17.0689 12.1115 14.3355 14.845Z" fill="white"/></g><defs><clipPath id="clip0_842_8523"><rect width="24" height="24" fill="white" transform="translate(-0.0078125 0.5)"/></clipPath></defs></svg>');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#room_date {
	cursor: pointer;
}

.video-section {
	position: relative;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

/* .video-section--video {
	position: absolute;
	top: 0;left: 0;
	width: 100%;height: 100%;
	background-color: #EBEBEB;
}

.video-section--video::after {
	content: '';
	position: absolute;
	top: 50%;left: 50%;
	background: url(/images/style/basic/play.png) no-repeat center center / contain;
	width: 60px;height: 60px;
	transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 4;
}

.home-room-hire-text {
	padding-right: 75px;
} */

.video-section--video iframe {
	position: absolute;top: 0;right: 0;bottom: 0;left: 0;
}



/*
|--------------------------------------------------------------------------
| Home > Featured Courses
|--------------------------------------------------------------------------
*/

.home-feat--image {
	width: 388px;
}

.home-feat {
	padding: 40px 0;
}

.home-feat:nth-child(even) {
	background-color: #60B971;
}

.home-feat:nth-child(even) .home-feat--image {
	order: 2
}

.home-feat--image img {
	visibility: hidden;
	display: block;
	width: 100%;
}

.home-feat--text,
.home-feat--text p {
	color: white;
}

.home-feat--content {
	padding: 0px 30px;
}

.home-feat--content .button {
	min-width: 170px;
}

.home-feat--text {
	color: #fff;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.home-feat--title {
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 20px;
}

.home-feat {
	margin-bottom: 20px;
}

.home-feat:last-child {
	margin-bottom: 0;
}


/*
|--------------------------------------------------------------------------
| CMS > Template >
|--------------------------------------------------------------------------
*/

.category-block {
	padding: 50px;
	background-color: #051C37;
}

.category-title {
	text-align: center;
	font-size: 38px;
	font-weight: 700;
	line-height: 1;
	color: #FFF;
	margin-bottom: 30px;
}

.category-list--item {
	padding-bottom: 5px;
}

.category-list--link {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	padding: 20px 15px;
	background-color: #fff;
	border: 1px solid #fff;
	color: #051C37;
}

.category-list--link:hover {
	background-color: #051C37;
	color: #fff;
}

.category-list + .category-contact {
	padding-top: 20px;
}

.category-contact--item {
	margin-bottom: 10px;
}

.category-contact--item:last-child {
	margin-bottom: 0;
}

.category-contact--link,
.category-contact--item {
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}

/*
|--------------------------------------------------------------------------
| CMS > Contact Us
|--------------------------------------------------------------------------
*/

.cms-sidebar {
	width: 283px;
    flex-shrink: 0;
    margin-right: 40px;
    background: #051C37;
}

.cms-sidebar--title {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    background: var(--Green, #60B971);
    padding: 20px;
    align-items: center;
	justify-content: space-between;
}

.cms-sidebar--title svg {
	display: none;
}

.cms-sidebar--item {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 7px;
    align-self: stretch;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.cms-sidebar--link {
	color: white;
	padding: 20px 0;
	width: 100%;
}

.cms-sidebar--list {
	padding: 0 20px;
}

.page-content + .page-content {
	margin-top: 30px;
}

.page-content--inner {
	padding: 40px;
	border: 1px solid #EBEBEB;
}

.contact-details--row {
	margin-bottom: 7px;
}

.contact-details--row:last-child {
	margin-bottom: 0;
}

.contact-details--label {
	color: #101010;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

.contact-details--value {
	color: #051C37;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}

.contact-form--inner {
	padding: 50px 80px;
}


/*
|--------------------------------------------------------------------------
| CMS > FAQ
|--------------------------------------------------------------------------
*/
.dd-section {
	padding: 40px 0 0 0;
}

.dd-section--title {
	font-size: 18px;
	color: #2d2d2d;
}

li.dd-block {
	margin: 0 0 4px;
	border-bottom: 1px solid #EBEBEB;
}

li.dd-block:last-child {
	border-bottom: none;
}

.dd-title {
	position: relative;
	padding: 18px 0;
	cursor: pointer;
	color: var(--Bright-Blue, #025EE6);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	text-transform: capitalize;
}

.dd-title:after {
	content: '';
	position: absolute;
	top: 24px; right: 0;
	height: 17px;
	width: 10px;
	background: url(/images/style/basic/chevron-down.svg) no-repeat center center / contain;
	-webkit-transition: .5s all ease-out;
	transition: .5s all ease-out;
}


.dd-open:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dd-text {
	padding: 0 0 20px;
	color: #101010;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}

.dd-text p {
	color: #101010;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}

.dd-title span {
	display: block;
	padding: 0 20px 0 0;
}



/*
|--------------------------------------------------------------------------
| CMS > Press Release
|--------------------------------------------------------------------------
*/

.cms-header {
	background: #051C37;
	text-align: center;
}

.cms-header .page-title {
	color: #FFF;
	font-size: 42px;
	font-weight: 700;
	line-height: 1;
	text-transform: capitalize;
	margin-bottom: 0;
}

.cms-header.lg {
    padding: 80px 0;
    min-height: 660px;
    display: flex;
    flex-direction: column;
	align-items: center;
    justify-content: center;
	overflow: hidden;
}

.room-hire-header {
	background: linear-gradient(0deg, rgba(5, 28, 55, 0.89) 0%, rgba(5, 28, 55, 0.89) 100%), url(<?=$IMAGE_PATH;?>room-hire-bg.jpg), lightgray 50% / cover no-repeat;
}

.page-press {
	padding-bottom: 20px;
}

.press-release--inner {
	padding: 20px;
	border: 1px solid #EBEBEB;
}

.press-release--title {
	color: var(--Dark-Blue, #051C37);
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-transform: capitalize;
	margin-bottom: 8px;
}

.press-release--content {
	color: var(--Dark-Blue, #051C37);
	font-family: Space Grotesk;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	text-transform: capitalize;
	padding-bottom: 20px;
}

.press-release--date {
	color: var(--Dark-Blue, #051C37);
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	text-transform: capitalize;
	margin-bottom: 8px;
}

.press-release--container {
	padding-right: 20px;
}

.press-release--image {
	display: block;
	width: 200px;
	flex-shrink: 0;
}

.press-release--image img {
	display: block;
	width: 100%;
}




/*
|--------------------------------------------------------------------------
| CMS > Blog
|--------------------------------------------------------------------------
*/

.page-blog {
	padding-bottom: 30px;
}

.article-item.article-feat {
	width: 100%;
}

.article-feat .article-inner {
	display: flex;
}

.article-feat .article-item--image {
	width: 700px;
	margin-right: 20px;
}

.article-feat .article-item--content {
	flex: 1;
}

.article-feat .article-item--title {
	font-size: 24px;
}

.article-feat .article-item--action {
	text-align: left;
}

.article-item {
	width: 50%;
}

.article-inner {
	padding: 20px;
	border: 1px solid #EBEBEB;
}

.article-item--image {
	margin-bottom: 20px;
}

.article-item--image a,
.article-item--image img {
	display: block;
	width: 100%;
}

.article-item--title {
	color: var(--Dark-Blue, #051C37);
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.article-item--content .content,
.article-item--content .content p {
	color: #101010;
	text-align: center;
	font-family: Space Grotesk;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
}

.article-item--date {
	color: var(--Dark-Blue, #051C37);
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.home-video-block {
	display: flex;
	background-color: #60b971;
	padding: 80px 155px;
	color: white;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 150% */
}

.home-video-block-title {
	color: #FFF;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 30px 0;
}

.home-video-block-text {
	margin-bottom: 30px;
}

.home-video-block-content {
	flex: 1 1 auto
}

.home-video-block-video {
	width: 486px;
	flex-shrink: 0;
	margin-left: 120px;
}

.article-item--date a {
	color: var(--Bright-Blue, #025EE6);
}

.article-item--date a:hover {
	text-decoration: underline;
}

.article-item--action {
	text-align: center;
	margin-top: 20px;
}

.article-sidebar {
	width: 440px;
	padding-left: 60px;
	flex-shrink: 0;
}

.article-sidebar-inner {
	background: var(--Light-Grey, #EBEBEB);
	padding: 20px;
}

.article-related--title {
	color: var(--Dark-Blue, #051C37);
	font-family: Space Grotesk;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.related-item {
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 3px;
	border-left: 1px solid #051C37;
}

.related-item:last-child {
	margin-bottom: 0;
}

.related-item--title {
	color: #051C37;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.375;
}

.related-item--title + .related-item--action {
	margin-top: 12px;
}

.article-main {

}

.article-header--details {
	color: #101010;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #101010;
	margin-bottom: 20px;
}

.article-header--details a {
	color: #025EE6;
}

.article-header--details .date {
	color: var(--Dark-Blue, #051C37);
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-transform: capitalize;
}

a.article-header-return > span,
a.article-header-return {
	color: #101010;
}

.article-header-return svg {
	margin-right: 5px;
}

.article-title {
	color: var(--Dark-Blue, #051C37);
	font-size: 48px;
	font-weight: 700;
	line-height: 1.125;
	margin-bottom: 40px;
}

.article-image {
	padding-bottom: 30px;
}

.article-image img {
	display: block;
	width: 100%;
}







/*
|--------------------------------------------------------------------------
| CMS > About
|--------------------------------------------------------------------------
*/


.about-title {
	color: var(--Dark-Blue, #051C37);
	font-size: 32px;
	font-weight: 500;
	line-height: normal;
}

.about-content {
	margin: 0 auto;
}

.about-panel {
	padding: 80px 0;
}

.about-panel + .about-panel {
	padding-top: 0;
}

.about-panel-image img {
	display: block;
	width: 100%;
}

.about-panel-content {
	padding-left: 30px;
}

.about-panel:nth-child(even) .about-panel-image {
	order: 1;
}

.about-panel:nth-child(even) .about-content--inner {
	background: none;
}

.about-content--inner {
	padding: 40px;
	background: var(--Green, #60B971);
}

.about-panel-title {
	color: var(--Dark-Blue, #051C37);
	font-size: 30px;
	font-weight: 700;
	line-height: normal;
}

.about-panel:nth-child(even) .about-panel-title span  {
	color: #025EE6;
}

.about-panel-title span {
	color: #fff;
}


/*
|--------------------------------------------------------------------------
| Shop > Category
|--------------------------------------------------------------------------
*/
.category-main {
	flex: 1;
}

.sidebar-category--title {
	position: relative;
	display: block;
}

.sidebar-category--title.has-subcats:before {
	position: absolute;
	right: 0;
	top: 10px;
	content: '';
	width: 12px;
	background-color: white;
	height: 2px;
}

.time-slot-input {
	margin-top: 20px;
}

.time-slot-input .select2{
	width: 100%!important;
}

.sidebar-category--title.has-subcats:after {
	position: absolute;
	right: 0;
	top: 5px;
    right: 5px;
	content: '';
	width: 2px;
	background-color: white;
	height: 12px;
}

.sidebar-category--title.open:after {
	display: none;
}

.sidebar-category-subsublist a {
	font-weight: 400!important
}

.sidebar {
	width: 310px;
	flex-shrink: 0;
	background-color: #fff;
	margin-right: 30px;
}

.sidebar__segment {
	padding: 12px 15px;
	border-bottom: 1px solid #e7e7e7;
}

.sidebar-content {
	overflow: hidden;
	width: 100%;
}

/* Category grid */
.category-grid {
	margin: 0 0 30px;
}

.category-item {}

/*
|--------------------------------------------------------------------------
| Shop > Filters
|--------------------------------------------------------------------------
*/
.filter-subcategories .filter-title, #sidebar--mbl-filters {
	display: none;
}

.grid-filters-subcategories {
	display: block;
}

.filter-subcategories {
	display: none;
}

.filters {
	margin-top: 30px;
	background-color: #ebebeb;
	padding: 20px 20px 0 20px;
}

.filters .sidebar__segment {
	padding: 0;
}

.filters__title {
	color: #051C37;
	font-size: 18px;
	font-style: normal;
	padding: 0 0 20px;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

.filters-course--title svg {
	display: none;
}

.hire-category .product-grid {
	margin:0;
}

.image-content-rows {
    padding: 60px 0;
}
.image-content-rows > div:not(:last-child), .image-content-rows > div > *:not(:last-child) {
    margin-bottom: 30px;
}
.image-content-row--basic > .image-content-row--img {
    margin: 0 30px 0 0;
	flex: 1;
	display: flex;
}
.image-content-row--basic.rev {
	flex-direction: row-reverse;
}
.image-content-row--basic.rev > .image-content-row--img {
    margin: 0 0 0 30px;
}
.image-content-row--basic .content {
    width: 442px;
	padding: 0 20px;
}
.image-content-row--basic .content > * {
    font-size: 18px;
	color: #101010;
}
.image-content-row--basic .content > p:last-child {
	margin-bottom: 0;
}
.image-content-row--basic.no-img {
    padding: 15px 0;
}
.image-content-row--basic.no-img .content {
	width: 100%!important;
}

.image-content-row--half > .image-content-row--img:not(:last-child) {
    margin: 0 30px 0 0;
}

.shop-sidebar--subcategories {
	width: 100%;
}

.filters__title svg {
	display: none;
	flex-shrink: 0;
	fill: #051C37;
}

#mbl-filters, .filter-title {
	cursor: pointer;
}

.filter-title {
	color: #051C37;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 128.571% */
	letter-spacing: 0.7px;
	text-transform: uppercase;
	padding: 20px 0;
	border-top: 1px solid white
}

#mbl-filters span, .filter-title span {
	display: block;
	position: relative;
	flex: 1;
}

.filter-title svg {
	width: 11px;
	height: 7px;
	flex-shrink: 0;
	fill: #666666;
}

.filter-open .filter-title svg {
	transform: rotate(-180deg)
}

.filter ul {
	padding-bottom: 20px;
}

.filter--links a {
	position: relative;
	padding: 5px 0 4px 20px;
	font-weight: 700;
	font-size: 13px;
}

.filter--links a:before {
	content: '';
	position: absolute;
	height: 14px;
	width: 14px;
	top: 8px;
	left: 0;
	background-color: #fff;
	border: 2px solid #dde2e5;
}

.filter--links .filter-selected a {
	color: #025EE6;
}

.filter--links .filter-selected a:before {
	background: url(/images/style/basic/icon-tick-2x.png) no-repeat center center #025EE6;
	background-size: 10px 8px;
	border: none;
}

.filter-products-count {
	margin-left: 5px;
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem;
	font-weight: 700;
	font-size: 75%;
	vertical-align: baseline;
	background-color: #019cc2;
	color: #fff;
	float: right;
}

#slider-range.ui-widget-content {
	background-color: #ffffff;
	height: 8px;
	border: 1px solid #e7e7e7;
	margin: 0 8px;
}

#slider-range .ui-widget-header {
	background-color: #051C37;
	/*transition: left 300ms ease, width 300ms ease;*/
}

#slider-range .ui-slider-handle {
	height: 14px;
	width: 14px;
	border-radius: 14px;
	background-color: #60B971;
	border: none;
	color: #666666;
	font-weight: 700;
	cursor: pointer;
	/*transition: left 300ms ease;*/
}

#slider-range .ui-slider-handle:last-of-type .tooltip {
	right:0!important;
}

#price_filter {
	padding: 14px 0 0 0;
}

#price_filter .tooltip {
	float: left;
	font-weight: 700;
	margin-bottom: 5px;
}

#price_filter #range-tooltip-2 {
	float: right;
}

#price_submit {
	clear: both;
}

.filter-swatch {
	padding: 0 2px 2px 0;
}

.filter-swatch--inner {
	position: relative;
	border: 1px solid #dde2e5;
	padding: 1px;
	height: 30px;
	border-radius: 3px;
	transition: background 300ms ease;
	background: url(/images/style/basic/icon-swatch-tick.png) no-repeat center right 8px;
}

.filter-swatch.sel .filter-swatch--inner {
	background-color: #1e1e1e;
	background: url(/images/style/basic/icon-swatch-tick.png) no-repeat center right 8px #1e1e1e;
	border: none;
}

.filter-swatch.sel .filter-swatch--swatch {
	top: 3px; left: 3px; bottom: 3px;
}

.filter-swatch--swatch {
	position: absolute;
	top: 2px;
	left: 2px;
	bottom: 2px;
	width: 24px;
	background-color: #e7e7e7;
	border-radius: 3px;
	border: 2px solid rgba(0,0,0,.2);
}

.filter--loading {
	clear: both;
}

.filter--loading .spinner {
	border-top: 0.35em solid rgba(0, 0, 0, 0.2);
    border-right: 0.35em solid rgba(0, 0, 0, 0.2);
    border-bottom: 0.35em solid rgba(0, 0, 0, 0.2);
    border-left: 0.35em solid #000000;
	width: 2em;
	height: 2em;
}
.category-main .spinner {
	border-top: 1.1em solid rgba(0, 0, 0, 0.2);
    border-right: 1.1em solid rgba(0, 0, 0, 0.2);
    border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
    border-left: 1.1em solid #000000;
	width: 10em;
	height: 10em;
}

/*
|--------------------------------------------------------------------------
| Shop > Navtrail
|--------------------------------------------------------------------------
*/
.shop--navtrail {
}

.shop--navtrail .breadcrumb-trail {
	max-width: 60%;
}

.sort-by-container .sort-by:first-of-type {
	margin-right:0;
}

.sort-by form {
	display: flex;
	align-items: center;
	width: 300px;
}

.sort-by label {
	color: #051C37;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	margin: 0 10px 0 0;
	flex-shrink: 0;
}

.sort-by .select2-container--default .select2-selection--single .select2-selection__rendered,
.sort-by .select2-container .select2-selection--single {
    align-items: center;
    color: #051C37;
}

.sort-by .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 47px;
	background: url(/images/style/basic/chevron-down.svg) no-repeat center center / contain;
	transition: transform .3s ease;
}

.sort-by .select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 17px;
	right: 14px;
}

.sort-by .select2-selection__arrow b {
	display: none;
}

.sort-by .select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 48px;
	padding: 13px 18px;
    border: 1px solid #051C37;
}

.sort-by .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sort-by .select2-container--default .select2-selection--single {
	background-color: transparent;
}

/*
|--------------------------------------------------------------------------
| Shop > Category Page > Category Display
|--------------------------------------------------------------------------
*/
.product-grid {
	margin-left:-30px;
}

.product-grid--item {
	padding: 0 0 30px 30px;
}

.product-inner--image {
	padding-bottom: 15px;
}

.product-image__link,
.product-inner--image img {
	display: block;
	width: 100%;
}

.product-inner--image img {
	/* border: 1px solid #e9e9e9; */
}

.product-main {
	border: 1px solid #ebebeb;
}

.cat-display--stock {
	border: 1px solid #ebebeb;
	border-top: 0;
	padding: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-grid--item-inner {
	position: relative;
	background-color: #fff;
	overflow: hidden;
}

.product-inner--titles {
	text-align: center;
	padding: 10px 10px 20px;
}

.product-inner--title {
	color: #051C37;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.125;
	text-transform: capitalize;
}

.product-inner--title,
.product-inner--subtitle,
.product-inner--row {
	padding: 0 0 8px 0;
}

.product-inner--subtitle {
	font-size: 13px;
}

.product--option-names {
	display: block;
	color: #444;
}

.product--option-name {
	margin: 0 8px 0 0;
}

.product-inner--swatches {
	float: right;
	width: 50%;
}

.product-inner--swatch {
	float: right;
	height: 18px;
	width: 18px;
	margin: 1px 1px 0 0;
	border-radius: 2px;
	border: 2px solid #e7e7e7;
}

.product-price {
	min-height: 26px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ebebeb;
    border-width: 0 1px 1px 1px;
    padding: 10px;
}

.product-price-web {
    font-size: 18px;
    color: #1e1e1e;
	text-align: center;
}
.product-price-web .prod_price_from {
    font-size: 12px;
}

.product-price-rrp {
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
	color: #9c9c9c;
}

.on-offer-badge {
	position: absolute;
	top: 10px; left: 10px;
	width: 56px;
	height: 56px;
	border-radius: 28px;
	background-color: #025EE6;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 11px;
	letter-spacing: 0.1em;
	font-weight: 700;
	text-align: center;
	pointer-events: none;
}

.comparison-bar {
	display: none;
	position: fixed;
	right: 0; bottom: 0; left: 0;
	background-color: #666666;
	padding: 10px 30px;
	z-index: 60;
	color: #fff;
}

.comparison-bar--title {
	display: block;
	margin: 11px 50px 0 0;
	width: 160px;
	font-weight: 700;
	font-size: 16px;
	line-height: 14px;
	float: left;
}

.animate .comparison-bar--product:last-child {
    -webkit-animation: comparisionProductEntrance .5s;
	animation: comparisionProductEntrance .5s;
}

@-webkit-keyframes comparisionProductEntrance {
	0%   { opacity: 0;transform: translateX(10px); }
	100% { opacity: 1;transform: translateX(0px); }
}
@-moz-keyframes comparisionProductEntrance {
	0%   { opacity: 0;transform: translateX(10px); }
	100% { opacity: 1;transform: translateX(0px); }
}
@-o-keyframes comparisionProductEntrance {
	0%   { opacity: 0;transform: translateX(10px); }
	100% { opacity: 1;transform: translateX(0px); }
}
@keyframes comparisionProductEntrance {
	0%   { opacity: 0;transform: translateX(10px); }
	100% { opacity: 1;transform: translateX(0px); }
}

.comparison-bar--products {
	overflow: hidden;
}

.comparison-bar--product {
	padding: 0 4px 0 0;
}

.comparison-bar--product-inner {
	position: relative;
	background-color: rgba(0,0,0,0.3);
	height: 50px;
}

.comparison-bar--product-image {
	float: left;
}

.comparison-bar--product-title-cont {
	display: block;
	padding: 10px 14px;
	font-weight: 700;
	float: none;
	overflow: hidden;
}

.comparison-bar--product-title {
	margin: 0 4px 0 0;
	float: left;
	height: 20px;
}

.comparison-bar--product-option-name {
	display: none;
	opacity: 1;
	font-size: 11px;
	padding: 2px 6px;
	margin: 0 4px 0 0;
	background: rgba(0,0,0,0.2);
	border-radius: 2px;
	white-space: nowrap;
	float: left;
}

.comparison-bar--product-option-name:empty {
	display: none;
}

.comparison-bar--product-overlay {
	display: none;
	cursor: pointer;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(30, 30, 30, 0.9);
	z-index: 10;
}

.comparison-bar--product-inner:hover .comparison-bar--product-overlay {
	display: block;
}

.comparison-bar--product-overlay-inner {
	display: table;
    width: 100%;
    height: 100%;
	text-align: center;
}

.comparison-bar--product-overlay-inner .dblc {
	vertical-align: middle;
	font-weight: 700;
	font-size: 12px;
}


.comparison-bar--product-overlay-inner span {
	padding: 2px 0 0 20px;
}

.comparison-bar--loading {
	display: none;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(30, 30, 30, 0.9);
	color: #fff;
	text-align: center;
}

.comparison-bar.loading .comparison-bar--loading {
	display: block;
}

/*
|--------------------------------------------------------------------------
| Shop > Category Page > Category Display Hover
|--------------------------------------------------------------------------
*/
@-webkit-keyframes fadeIn {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
@-moz-keyframes fadeIn {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
@-o-keyframes fadeIn {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes fadeIn {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}

.product-grid--item-inner:hover .product-overlay {
	animation: 300ms fadeIn forwards;
}

.product-overlay {
	position: absolute;
	top: 0; right: 0; left: 0;
	min-height: 42px;
	overflow: hidden;
	z-index: 20;
	opacity: 0;
	transition: transform 300ms ease;
}

.product-overlay-top {
	position: absolute;
	color: #c0bfbf;
	height: 34px;
	padding: 10px;
	top: 0;	right: 0; left: 0;
	z-index: 999;
}

.product-overlay-top--button {
	float: left;
	background-color: #025EE6;
	border-radius: 5px;
	padding: 4px 5px 3px;
	font-size: 11px;
	color: #fff;
	cursor: pointer;
	transition: background .3s ease;
}

.product-overlay-top--button:last-child {
	float: right;
}

.product-overlay-top--button:hover {
	background-color: #02a1c7;
}

.product-overlay-content {
	position: absolute;
	top: 34px; right: 0; bottom: 80px; left: 0;
}

.product-overlay-content-inner {
	padding: 20px;
	text-align: center;
}

.product-overlay--title {
	padding: 6px 0 0 0;
}

.product-overlay--title a {
	color: #fff;
	text-align: center;
	font-size: 15px;
}

.product-overlay-bottom {
	position: absolute;
	bottom: 0; left: 0; right: 0;
}

/*
|--------------------------------------------------------------------------
| Category Model
|--------------------------------------------------------------------------
*/
.listing--info {
	padding: 30px 30px 30px 30px;
	border: 4px solid #e7e7e7;
	border-top: 0;
	border-bottom: none;
	background: rgb(238,238,238);
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#ffffff',GradientType=0 );
}

.listing--other {
	float: right;
}

.listing--review {
	text-align: right;
	padding: 8px 0;
}

.listing--price {
	float: left;
}

.listing--price strong {
	display: block;
	font-weight: 700;
	font-size: 30px;
	color: #1e1e1e;
}

.listing--price span {
	display: block;
	font-weight: 700;
	font-size: 13px;
	color: #666666;
}

.listing--points {
	color: #025EE6;
	font-weight: 700;
	font-size: 13px;
}

.listing--points span {
	color: #1e1e1e;
}

.listing-pricebreaks table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	margin-top: 20px;
}

.listing-pricebreaks th,
.listing-pricebreaks td {
	border: 1px solid #aaa;
	padding: 5px;
}

.listing-pricebreaks th {
	text-align: left;
}

/*
|--------------------------------------------------------------------------
| Listing
|--------------------------------------------------------------------------
*/
.listing {
	display: flex;
}

.listing-side {
	position: relative;
	flex: 1 1 auto;
	z-index: 2;
	padding: 0 90px;
	border-left: 1px solid #EBEBEB;
}

.listing-sku {
	color: var(--Dark-Blue, #051C37);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-transform: capitalize;
}

.listing-overview-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0
}

.listing .listing-submit-btn {
	color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 1.8px;
text-transform: uppercase;
}

.listing .listing-overview {
	border: 1px solid #EBEBEB;
	background: #FFF;
}

.listing .listing-price {
	color: white;
	line-height: 1;
	display: flex;
	align-items: flex-end;
}

.listing .form-options {
	padding: 24px 40px;
}

.listing-price-conta {
	display: flex;
	padding: 14px 40px;
	justify-content: space-between;
	align-items: center;
	background: var(--Dark-Blue, #051C37);
	flex-wrap: wrap;
}

.listing-price-conta .vat {
	color: #FFF;
font-family: Space Grotesk;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 19px; /* 135.714% */
text-transform: uppercase;
white-space: nowrap;
}

.listing-course-tab-cont {
	overflow: auto;
}

.listing-course-tab-cont table {
	width: 100%!important;
}

.listing-price-conta > div {
	flex-shrink: 0;
	margin: 5px 0 ;
}

.listing-price-conta > div:first-child {
	margin-right: 10px;
}

.listing-price-conta .stock {
	padding: 0;
	color: #0BC330;
	text-align: right;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 14px; /* 87.5% */
	text-transform: uppercase;
	width: auto;
	flex-shrink: 0;
}

.listing-rating-text {
	color: #171717;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.listing-title {
	color: #051C37;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	text-transform: capitalize;
}

.listing-subtitle {
	color: #051C37;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	text-transform: capitalize;
}

.listing-main {
	position: relative;
	width: 790px;
	z-index: 2;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	flex-shrink: 0;
}

.listing-side--inner {
	position: relative;
	width: 100%;
	padding: 50px 0 0 0;
}

.listing-main--inner {
	width: 100%;
}

.listing .listing-related {
	background: none;
	padding-top: 40px;
}

.listing-dropdowns {
	padding-top: 20px;
}

.listing-video {
	margin: 40px 0;
}


.listing-dropdown {
	border-bottom: 1px solid #EBEBEB;
}

.listing-dropdown--title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding: 10px 0;
}

.listing-video--inner {
    position: relative;
    padding-bottom: 56.25%;
    cursor: pointer;
}

.listing-dropdown.open .listing-dropdown--content {
	display: block;
}

.listing-dropdown--content {
	display: none;
	color: #171717;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
}

.listing-dropdown--content font {
	font-family: Space Grotesk;
}

.listing-dropdown--title span {
	color: #051C37;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 42px; /* 233.333% */
text-transform: uppercase;
}

.listing-dropdown--title svg {
	transform: rotate(-180deg)
}

.listing-dropdown.open .listing-dropdown--title svg {
	transform: rotate(0)
}

.listing .listing-related--title {color: var(--Dark-Blue, #051C37);
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 75% */
}

.listing-course .listing-related .product-grid {
    margin-left: 0 !important;
}

.listing .listing-related .product-grid--item {
	width: 33.333333333%;
}

.listing-e-learning {
    padding: 0 60px 60px;
    background-color: #025EE6;
    flex-direction: column;
}
.listing-e-learning--top {
    color: #FFF;
    min-height: 60px;
    padding: 10px 0;
}
.listing-e-learning--top > strong {
    font-size: 21px;
    letter-spacing: 0.04em;
}
.listing-e-learning--top > span {
    font-size: 19px;
}
.listing-e-learning--inner {
	background-color: #FFFFFF;
	display: flex;
}
.listing.listing-e-learning .listing-related .product-grid--item {
    width: 50%;
}

.elearning-short {
    background-color: #001D39;
    color: #FFF;
    margin-top: 30px;
    padding: 27px 26px;
}
.elearning-short--title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
}

.listing-overview--top-inner {
	padding: 0 0 15px 0;
	background-color: #fff;
}

.listing-details {
	margin: 20px 0 0 0;
}

.listing-payments {
	padding: 12px;
	background-color: #ebebeb;
	display: flex;
	align-items: center;
	justify-content: center;
}

.listing-payments img {
	height: 30px;
	background: white;
	padding: 4px;
	margin: 0 2px;
	border-radius: 4px;
}

.form-options {
	position: relative;
	z-index: 1;
}

.listing-qty-picker {
	margin-bottom: 20px;
}

.listing-price {
	display: block;
	font-weight: 700;
	font-size: 36px;
	color: #2d2d2d;
}

.listing-rrp,
.listing-save {
	display: inline-block;
	font-weight: 700;
	font-size: 13px;
	color: #abadae;
}

.listing-rrp > span {
	text-decoration: line-through;
}

.listing-save {
	color: #51ac5c;
	text-decoration: none;
}

.rating-star {
	width: 20px;
	height: 18px;
	display: inline-block;
	margin: 0 1px;
}

.rating-star svg {
	width: 20px;height: 18px;
}

.rating-star svg {
	fill: #FFDE00;
}

.rating-star--empty svg {
	fill: #bbbbbb;
}

.listing-personalise {
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: #1e1e1e;
	background-color: #dde2e5;
	line-height: 24px;
	padding: 3px 0px;
	cursor: pointer;
	transition: background 300ms ease;
}

.listing-personalise:hover {
	background-color: #e7e7e7;
}

.listing-personalise.disabled {
	opacity: 0.4;
}

.listing-subscribe {
    background-color: rgba(0,0,0,0.05)
}

.listing-subscribe__bottom {
	background: rgba(0,0,0,0.1);
	padding: 6px 10px;
}

.listing-subscribe__inner {
    padding: 22px 22px 18px 22px
}

.listing-subscribe .percent {
    opacity: 0.4;
    font-size: 13px;
    padding: 3px 0 0 0
}

.listing-subscribe__button.open {
    background-color: #fa5400;
    color: #fff;
	border-radius: 0px;
	border: 1px solid #fa5400;
}

.listing-subscribe__button span {
	padding: 0 0 0 18px;
}

.listing-subscribe__button.open span {
	background: url(/images/style/basic/icons/refresh@2x.png) center left / 12px 12px no-repeat;
}

.listing-offer {
	padding: 20px;
	margin: 10px 0 0 0;
	background: #37af56;
	background-size: 515.5px 511.5px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	border-radius: 2px;
}

.listing-offer-product {
	position: relative;
	margin: 15px 0 0 0;
	background-color: rgba(0,0,0,0.1);
}

.listing-offer-details {
	padding: 10px;
	overflow: hidden;
}

.listing-offer--image {
	float: left;
}

.listing-offer--image img {
	display: block;
}

.listing-offer--price {
	position: absolute;
	bottom: 10px;
	left: 92px;
	font-size: 18px;
	opacity: 0.8;
}

.listing-deadline {
	margin: 0 0 15px 0;
}

.listing-deadline--details {
	text-align: center;
	float: left;
}

.listing-deadline--title ~ .listing-deadline-doughnuts {
	padding-top: 8px;
}

.listing-deadline--title {
	font-size: 12px;
	color: #666666;
	text-transform: uppercase;
}

.listing-deadline--subtitle {
	color: #025EE6;
}

.listing-deadline--date {
	font-size: 19px;
	color: #1e1e1e;
}

.listing-deadline-doughnuts {
	float: right;
}

.listing-deadline-doughnut {
	position: relative;
	width: 60px; height: 60px;
	float: left;
	transition: transform 1s ease;
	margin: 0 0 0 10px;
}

.listing-deadline-doughnut--inner {
	content: '';
	position: absolute;
	top: 50%; left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50px;
	text-align: center;
	font-weight: 700;
	color: #1e1e1e;
}

.listing-deadline-doughnut strong {
	display: block;
	font-size: 21px;
	position: relative;
	top: 8px;
	color: #1e1e1e;
}

.listing-deadline-doughnut span {
	display: block;
	font-size: 11px;
	position: relative;
	top: 4px;
}

.listing-deadline-doughnuts svg {
  width: 60px; height: 60px;
  -webkit-transform: rotate(-89.9deg);
  transform: rotate(-89.9deg);
  background: #dde2e5;
  border-radius: 50%;
}

.listing-deadline-doughnuts circle {
	position: relative;
	fill: #025EE6;
	stroke: #dde2e5;
	stroke-width: 6px;
	stroke-dasharray: 38 100; /* for 38% */
	transition: stroke-dasharray 1s ease;
}

.listing-deadline-doughnut:hover circle {
	stroke-dasharray: 100 100; /* for 100% */
}

.listing-share {
	padding: 10px;
	background-color: rgba(0,0,0,.2);
}

.listing-share .addthis_inline_share_toolbox {
	margin-bottom: -5px;
}

.listing-image {
	position: relative;
	padding: 30px;
}

.listing-image__brand {
}

.listing-image__link {
	display: block;
	position: relative;
}

.listing-image__img {
	display: block;
	width: 100%;
}

.listing-image__link:hover .listing-image__zoom__svg {
	height: 40px;
	width: 40px;
}

.listing-image__zoom {
	position: absolute;
	height: 50px;
	width: 50px;
	bottom: 30px;
	left: 30px;
}

.listing-image__zoom__svg {
	fill: #025EE6;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 35px;
	width: 35px;
	transition: height 200ms ease, width 200ms ease;
	transform: translate(-50%, -50%);
}

.stock {
	width:64%;
	text-align: right;
	padding:12px 0 24px 0;
}

.options-loading {
	display: none;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: rgba(0,0,0, 0.6);
	z-index: 9999;
}

.options-loading > .dbl {
	height: 100%;
}

.options-loading .dblc {
	vertical-align: middle;
}

.options_container_radio {
	padding:10px 0 5px 0;
	display: flex;
	flex-wrap: wrap;
}
.options_container_radio .option-radio--inner {
    margin: 0;
}

.options-radios .cf {
	display: flex;
	/* background-color: #121212; */
	flex-wrap: wrap;
}

.option-radio {
	flex: 1 0 180px;
}

.option-radio:hover .option-radio__inner {
	background: rgba(0,0,0,0.2);
}

.option-radio.checked .option-radio__inner {
    background: #025EE6;
}

.option-radio__inner {
	background: rgba(0,0,0,0.1);
	padding: 15px;
	text-align: center;
	display: block;
	cursor: pointer;
}

.option-radio__inner input {
	display: none;
}

.opt_radio {
	width:initial;
	vertical-align: middle;
    margin: 0 6px .25em 10px;
}

.options_text {
	color: #666666;
	padding: 0 0 6px;
	font-weight: 700;
	margin: 10px 0 0 0;
}

.listing-options-required {
	width:100%;
	background:#414141;
	padding:15px 20px;
	color:#fff;
	border-radius:3px;
    font-weight: 700;
	text-align: center;
	position: absolute;
	margin-bottom:15px;
	z-index:1000;
	top:-60px;
}

.listing-options-required:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #414141;
	border-width: 10px;
	margin-left: -10px;
}

.button.heart {
	margin: 0 0 0 4px;
	display: block;
	width: 41px;
	height: 41px;
	padding: 0;
	background-image: url(/images/style/basic/icon-heart-white-2x.png);
	background-size: 23px 18px;
	cursor: pointer;
	transition: transform 300ms cubic-bezier(0.25, 0, 0.25, 1.75);
}

.button.heart:hover {
	transform: scale(1.1);
}

.listing-swatches {
	display: flex;
	flex-wrap: wrap;
}

.listing-swatch {
	padding: 0 2px 2px 0;
	width: 10%
}

.listing-swatch__inner {
	position: relative;
	height: 0;
	padding: 0 0 100% 0;
	cursor: pointer;
	overflow: hidden;
}

.listing-swatch__content {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	border: 2px solid rgba(0,0,0,0.2);
	background-repeat: no-repeat;
	background-size: cover;
}

.listing-swatch.sel .listing-swatch__content,
.listing-swatch__inner:hover .listing-swatch__content {
	border: 3px solid #2d2d2d;
}

.listing-notify .button {
	margin-bottom:15px;
}

.listing-comments-response {
	background-color: #e7e7e7;
	margin: 15px 0 0 0;
	padding: 20px;
}

/*
|--------------------------------------------------------------------------
| Listing > Thumbnails
|--------------------------------------------------------------------------
*/
.listing-thumbnails {
	position: relative;
	padding: 40px;
	border-bottom: 1px solid #EBEBEB;
}

.listing-thumbnails.has-arrows .listing-thumbnails--slider {
}

.listing-thumbnails--slider {
	margin: 0 -10px;
}

.listing-reviews-cont {
	padding: 40px 40px;
	border-bottom: 1px solid #EBEBEB;
}

.listing-thumbnail {
	margin: 0 10px;
}

.listing-reviews-title {
	color: var(--Dark-Blue, #051C37);
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 72% */
	margin-bottom: 30px;
}

.listing-thumbnail--link {
	display: block;
	border: 1px solid #EBEBEB;
}

.listing-thumbnails .slick-arrow {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 40px;
	background: #025EE6;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	color: transparent;
	transition: background 300ms ease;
}

.listing-thumbnails .slick-prev {
	right: auto;
	left: 0;
}

.listing-thumbnails .slick-arrow:after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: url(/images/style/basic/icon-chevron-right.png) no-repeat center center;
	transition: opacity 300ms ease;
}

.listing-thumbnails .slick-prev:after {
	background: url(/images/style/basic/icon-chevron-left.png) no-repeat center center;
}

.listing-thumbnails .slick-disabled {
	background-color: #777777;
	cursor: not-allowed;
}

.listing-thumbnails .slick-disabled:after {
	opacity: 0.4;
}


/*
|--------------------------------------------------------------------------
| Listing > Tabs
|--------------------------------------------------------------------------
*/
.listing-tabs {
	margin: 20px 0 0 0;
}

.listing-tabs-buttons {
	display: table;
    table-layout:fixed;
	width: 100%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 );
}

.listing-tabs-button {
	position: relative;
	display: table-cell;
	color: #666666;
	font-weight: 700;
	font-size: 18px;
	cursor: pointer;
	transition: color 300ms ease;
	padding: 19px 6px;
	text-align: center;
	width: 1px;
	border-right: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.04);
}

.listing-tabs-button:last-child {
	border-right: none;
}

.listing-tabs-button.sel {
	color: #2d2d2d;
}

.listing-tabs-button.sel::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -1px;
	margin-left: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 8px 7px;
	border-color: transparent transparent #ffffff transparent;
	z-index: 99;
}

.listing-tab {
	display: none;
	padding: 25px 20px;
	background-color: #fff;
}

.listing-tab:first-child {
	display: block;
}

.mobile-tab-title {
	padding: 15px 25px;
	color: #fff;
	font-weight: 700;
	margin: 14px 0 0 0;
}

.mobile-tab-title {
	display: none;
}

/*
|--------------------------------------------------------------------------
| Listing > Tabs > Comments
|--------------------------------------------------------------------------
*/

.listing-comments-title {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    float: left;
    text-transform: uppercase;
	margin-bottom: 15px;
}

.listing-comment:first-child {
	border-top: 1px solid #e7e7e7;
}

.listing-comment {
	padding: 20px 0;
	border-top: none;
	font-size: 12px;
}
.listing-comment--top {
    margin-bottom: 10px;
}

.listing-comment-title {
	float: none!important; 
	margin-bottom: 10px;
}

.listing-comments-stars {
	float: right;
}

.listing-comments-stars .rating-star {
	float: right;
	cursor: pointer;
}

.listing-comments-stars .rating-star:hover svg,
.listing-comments-stars .rating-star:hover + .rating-star svg,
.listing-comments-stars .rating-star:hover + .rating-star + .rating-star svg,
.listing-comments-stars .rating-star:hover + .rating-star + .rating-star + .rating-star svg,
.listing-comments-stars .rating-star:hover + .rating-star + .rating-star + .rating-star + .rating-star svg {
	fill: rgba(81, 172, 92, 0.47);
}

.listing-comment-author, .listing-comment-title {
    float: left;
    font-weight: 500;
    color: #025EE6;
    font-size: 12px;
}

.listing-review-stars {
	float: right;
}

#listing-comments-button {
    padding: 6px 20px;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    background-color: #60B971;
    font-weight: 500;
    font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#listing-comments-button::after {
    content: ''; 
	position: relative;
	height: 12px;
	width: 12px;
	margin-left: 10px;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="9" viewBox="0 0 14 9" fill="none"><path d="M0.29674 0.804829C0.483985 0.61764 0.737909 0.512483 1.00267 0.512483C1.26744 0.512483 1.52136 0.61764 1.70861 0.804829L6.99363 6.08985L12.2787 0.804829C12.3708 0.709463 12.4809 0.633395 12.6028 0.581064C12.7246 0.528734 12.8556 0.50119 12.9882 0.500038C13.1208 0.498886 13.2522 0.52415 13.375 0.574355C13.4977 0.62456 13.6091 0.698701 13.7029 0.792453C13.7966 0.886204 13.8708 0.997687 13.921 1.1204C13.9712 1.24311 13.9965 1.37459 13.9953 1.50717C13.9942 1.63975 13.9666 1.77077 13.9143 1.89259C13.862 2.01441 13.7859 2.12459 13.6905 2.2167L7.69956 8.20765C7.51232 8.39484 7.2584 8.5 6.99363 8.5C6.72887 8.5 6.47494 8.39484 6.2877 8.20765L0.29674 2.2167C0.109551 2.02945 0.00439453 1.77553 0.00439453 1.51076C0.00439453 1.246 0.109551 0.992074 0.29674 0.804829Z" fill="white"/></svg>');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: ease-in-out .2s;
}
#listing-comments-button.open::after {
	transform: rotate(180deg);
}

.form-bottom-text {
    color: #FFF;
    font-size: 11px;
    margin-top: 15px;
}
.form-bottom {
	margin: 0 0 -20px -20px;
}
.form-bottom > div {
	margin: 0 0 20px 20px;
}
.form-bottom--stars {
    color: #FFDE00;
}
.form-bottom--stars span {
	margin-right: 8px;
}
.form-bottom .button:not(.button-reset) {
    padding: 10px 20px;
    background: transparent;
    border: 1px solid #FFF;
}
.form-bottom .button:not(.button-reset):hover {
	background-color: #FFFFFF;
	color: #051C37;
}

.input-style .input-grid .input {
    padding: 0 1px 1px 0;
}
.input-style .input-grid {
    margin: 0 -1px 0 0;
}
.input-style .form-bottom {
    margin-top: 8px;
}
.input-style .input input[type="text"], 
.input-style .input input[type="email"], 
.input-style .input input[type="search"], 
.input-style .input input[type="tel"], 
.input-style .input input[type="password"], 
.input-style .input input[type="number"], 
.input-style .input textarea, 
.input-style .input-file-dummy, 
.input-style .input-text-dummy {
    padding: 25px 10px 10px 10px;
}
.input-style .input-label {
    top: 5px;
    left: 10px;
}

/*
|-------------------------------------------------------------------------
| Listing > Catalogue
|--------------------------------------------------------------------------
*/

.listing-catalogue--title {
	font-size: 30px;
}

.listing-catalogue--row {
	width: 100%;
	text-align: center;
    padding: 10px;
    background-color: #f4f4f4;
    margin: 10px 0 0;
    font-size: 13px;
    color: #025EE6;
    text-transform: uppercase;
    letter-spacing: -0.045em;
}

.listing-catalogue--row-title {
	padding-right: 5px;
}

/*
|--------------------------------------------------------------------------
| Listing > Related
|--------------------------------------------------------------------------
*/
.listing-related {
}

.listing-upsells--title,
.listing-related--title {
	display: block;
	text-align: center;
}

.listing-related--products {
	padding-top: 20px;
}

/*
|--------------------------------------------------------------------------
| Listing > Price Breaks
|--------------------------------------------------------------------------
*/
.price-bands {
	display: none;
	background-color: #2d2d2d;
	margin: 20px 0 0 0;
	color: #fff;
}

.price-bands--table-cont {
	padding: 10px;
}

.price-bands--table {
	border-spacing: 16px 10px;
}

.price-bands--header {
	color: #abadae;
}

/*
|--------------------------------------------------------------------------
| Listing > Overlay
|--------------------------------------------------------------------------
*/
.overlay {
	display: none;
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 100;
}

.overlay--inner {
	width: 95%;
	max-width: 1100px;
	position: absolute;
	top: 50%;left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
	background-color: white;
padding: 20px;
}

.overlay--open .overlay--inner {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.overlay--close {
	position: absolute;
	top: -15px;
	right: 30px;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	cursor: pointer;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	transform: translateY(30px);
	transition: transform 0.4s cubic-bezier(0.25, 0, 0.25, 1.75) 1s;
}

.overlay--open .overlay--close {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

.overlay--backdrop {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(0, 0, 0, 0.45);
	transition: background-color 300ms ease;
}

.overlay--backdrop:hover {
	cursor: pointer;
}

.overlay--inner {
	transition: opacity 300ms ease;
}

.overlay--content {
	overflow: hidden;
}

.overlay--image {
	float: right;
}

.overlay--image img {
	width: 100%;
	max-width: 446px;
	padding: 20px 20px 0 20px;
	background-color: #fff;
	transition: all 1s cubic-bezier(0.25, 0, 0.25, 1.75);
	border-radius: 2px;
	max-height: 90vh;
}

.overlay--inner-large {
	max-width: 90vw;
	width: 900px;
}

.overlay__blue .overlay--inner {
	background-color: #025EE6;
}

.overlay.open .overlay--inner {
	-webkit-animation: overlayEntrance 1s forwards;
	-moz-animation: overlayEntrance 1s forwards;
	-o-animation: overlayEntrance 1s forwards;
	animation: overlayEntrance 1s forwards;
}

.overlay-personalise .overlay--inner {
	background-color: #c0bfbf;
	padding: 5px 5px 0 5px;
}

.overlay-basket--right {
	min-width: 50%;
}

.overlay--title {
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 21px;
	color: #424242;
}

.overlay-personalise .overlay--title {
	color: #1e1e1e;
	padding: 14px 0 14px;
}

.overlay--input-group {
	padding: 0 0 4px;
}

.overlay--input-group-padded {
	padding: 10px 0 4px;
}

.overlay--submit-group {
	text-align: center;
	padding: 4px 0 0 0;
}

.overlay--input {
	width: 100%;
	padding: 6px 8px;
	border-radius: 2px;
	border: 1px solid rgba(0,0,0,0.2);
	background-color: #fff;
	text-align: left;
	font-size: 13px;
	color: #1e1e1e;
}

.overlay--text-input {
	height: 120px;
}

.overlay--form {
	padding: 20px 0 0 0;
}
.overlay--button {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
}

.overlay--button-details {
	background-color: #b34834;
	font-size: 12px;
}

.overlay-overview--cont {
	padding: 30px 30px 0;
}

.overlay-overview {
	height: 510px;
	width: 420px;
	padding: 0 0 124px 0;
	overflow: scroll;
}

.overlay-action {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 420px;
}

.overlay--view-full-details {
	display: block;
	width: 100%;
	background-color: #01a4cd;
	color: #fff;
	padding: 11px 10px;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
}

.overlay--view-full-details:hover {
	background-color: #0284a5;
	color: #fff;
}

#ask-a-question,
#bulk {
	cursor: pointer;
}

.overlay--text {
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding: 10px 0 0 0;
	margin: 0;
}

.addthis_sharing_toolbox {
	padding-top:4px;
	float: right;
}

#product_add_content h2 {
	font-size: 16px;
}

#product_add_content,
#product_add_upsell {
	padding: 4px 0 10px;
	text-align: center;
}

#engraving_img_container {
	text-align: center;
	padding-top: 14px;
}

#add-new-address-overlay .overlay--inner {
	background-color: #fff;
	padding: 40px;
	max-width: 460px;
}

#add-new-address-overlay .overlay--title {
	color: #2d2d2d;
	padding: 0 0 20px 0;
	display: block;
}

#add-new-address-overlay .checkout-form--has-button {
	padding: 10px 0 20px 0;
}

#click-and-collect-overlay .overlay--inner {
	background-color: #fff;
	padding: 20px;
	max-width: 980px;
}

/*
|--------------------------------------------------------------------------
| Overlay > Basket > Basic
|--------------------------------------------------------------------------
*/
.overlay-basket-basic .overlay--close {
	background-color: #fff;
	height: 36px;
	width: 36px;
	border-radius: 18px;
	text-indent:  -999px;
	overflow: hidden;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16px' height='16px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M15.071,2.343 L9.408,8.006 L15.008,13.607 L13.607,15.008 L8.006,9.408 L2.343,15.071 L0.929,13.657 L6.592,7.994 L0.992,2.393 L2.393,0.991 L7.994,6.592 L13.657,0.929 L15.071,2.343 Z'/%3E%3C/svg%3E");
	background-position: center center;
	background-repeat: no-repeat;
	top: -50px
}

.overlay-basket-basic .overlay--inner {
	max-width: 845px;
	/* overflow-y: visible; */
	padding: 0;
}

.overlay-basket--right .form-options {
	background-color: transparent;
}

.overlay-basket.overlay--inner {
	max-width: 845px;
}

.overlay-basket-basic--title {

}

.basket-modal-action {
	margin: 10px 0 0 0 ;
}

.overlay-basket {
	max-height: 75%;
	display: flex;
	flex-direction: column;
	max-width: 600px;
	padding: 30px;
}

#basket-modal-contents {
	overflow-y: auto;
}

#basketOverlayContents {
	flex: 1;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.overlay-basket-options .overlay-basket-basic--main {
	display: flex;
}

.overlay--inner .cart-item-right .remove {
	position: relative;
	bottom: auto;
    margin: 0 0 0 auto;
}

.overlay-basket-basic--main {
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.overlay-basket-basic--svg {
	width: 64px;
	margin-right: 30px;
	flex-shrink: 0;
}

.overlay-basket-basic--svg svg {
    fill: #37af56;
    width: 100%;
}

.overlay-basket-basic--bottom {
	padding: 0 0 20px 0;
	display: flex;
}

.overlay-basket-basic--bottom .button {
	flex: 1 0 auto;
}

/*
|--------------------------------------------------------------------------
| Overlay > Options
|--------------------------------------------------------------------------
*/
.overlay-basket-basic--main form {
	width: 100%;
}

.overlay-basket--left {
	border-right: 1px solid #e7e7e7;
}

.overlay-basket--right {
	flex: 1 0 auto;
}

.overlay-basket--right {
	padding:  32px 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.overlay-basket--title {
	font-size: 21px;
	color: #000;
	font-weight: 600;
}

.overlay-basket--right .form-options {
	margin: 20px 0 0 0;
	padding: 0;
}

.overlay-basket--right .listing-price {
	font-size: 24px;
	font-weight: 700;
}

/*
|--------------------------------------------------------------------------
| Compare
|--------------------------------------------------------------------------
*/
.compare-table--row {
	display: table-row;
	position: relative;
	font-weight: 700;
	color: #fff;
}

.compare-table--cell {
	display: table-cell;
	padding: 15px;
	background-color: #025EE6;
	font-weight: 700;
	color: #fff;
	text-align: center;
	width: 20.83333333333333%;
	box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
}

.compare-table--cell:nth-child(3),
.compare-table--cell:nth-child(5) {
	background-color: #cc523b;
}

.compare-table--row-header {
	width: 16.66666666666667%;
	background-color: #666666;
	text-align: right;
}

.compare-table--head-cell-first {
	width: 16.66666666666667%;
}

.compare-listing--image {
	display: block;
}

.compare-listing--image img {
	display: block;
    width: 100%;
}

.compare-table--title-cont {
	padding: 5px;
	text-align: center;
}

.compare-table--title {
	font-size: 36px;
	color: #fff;
	margin: 0;
	padding: 60px 10px;
}

.compare-table--head {
	display: table-row;
}

.compare-table--head .compare-table--cell {
	padding: 0;
	text-align: left;
	vertical-align: top;
	background-color: #dde2e5;
}

.compare-table--head .compare-table--cell:first-child {
	padding: 10px;
	vertical-align: middle;
}

.compare-table--cell.compare-table--head-cell-empty {
	text-align: center;
	vertical-align: middle;
}

.compare-table--head-cell-empty i {
	font-size: 270px;
	font-style: normal;
}

.compare-undo--form {
	display: inline-block;
}

/*
|--------------------------------------------------------------------------
| Basket
|--------------------------------------------------------------------------
*/
.cart--heading {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	color: #666666;
	padding: 0 0 15px 0;
}

.cart-segment {
	border: 2px solid #e7e7e7;
	background-color: #fff;
	margin-bottom:20px;
}

.cart-main .cart-segment:last-child {
	margin-bottom:0;
}

.cart-side .cart-segment {
	margin-bottom:0;
}

.cart-segment--inner {
	padding: 15px;
}

.cart-main {
	width: 62%;
	float: left;
}

.bags-selector,
.multibags-selector {
	margin: 0 -10px -10px 0;
}

.bags-selector > *,
.multibags-selector > * {
	padding: 0 10px 10px 0;
}

.multibags-selector .button {
	display: block;
}

.bag-selector--title {
	font-size: 16px;
	margin-bottom: 10px;
}

#bag-selector {
	padding-top: 25px;
}

.basket-option--images-cont {
}

.basket-option--image-cont {
    position: relative;
    display: inline-block;
	padding-left: 12px;
	background-image: url(/images/style/basic/plus.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 8px 8px;
}

.basket-option--image {
    border: 1px solid #efefef;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
}

.basket-option--image img {
	max-height: 100%;
}

.basket-option--image-text {
    display: none;
    position: absolute;
	bottom: calc(100% + 10px);
	text-align: center;
	width: 250px;
	left: -88px;
	color: #fff;
}

.basket-option--image-text::after {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #2d2d2d transparent transparent transparent;
}

.basket-option--image-text-inner {
    padding: 7px 15px 5px;
	font-size: 13px;
	display: inline-block;
	background: #2d2d2d;
}

.basket-option--image-text span {
    display: block;
	padding-bottom: 3px;
	color: #fec800;
}

.basket-option--image-cont:hover .basket-option--image-text {
    display: block;
}

.basket-option--image-qty {
    position: absolute;
    background: #025EE6;
	color: #fff;
    font-size: 10px;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    right: 0;
}

/*
|--------------------------------------------------------------------------
| Basket > Side
|--------------------------------------------------------------------------
*/
.cart-side {
	float: right;
	width: 38%;
	padding: 0 0 0 40px;
}

.cart-side--option {
	font-size: 13px;
	font-weight: 700;
	border: 2px solid #e7e7e7;
	margin-top:15px;
}

.cart-side--option span {
	display: block;
	padding: 12px;
}

.cart-side--option-trigger {
	padding: 0 15px;
}

.cart-side--option__gift {
	color: #51ac5c;
}

.cart-side--option__gift.sel {
	background: #51ac5c;
	color: #fff;
	border: 2px solid #3F9649;
}

.cart-side--option__gift.sel span {
	background-image: url(/images/style/basic/icon-gift-white.png);
}

.cart-side--option-inner {
	display: none;
	padding: 0 20px 20px 20px;
}

.cart-delivery-lead {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

/*
|--------------------------------------------------------------------------
| Basket > Totals
|--------------------------------------------------------------------------
*/
.cart-total--price {
	text-align: right;
}

.cart-total {
	color: #1e1e1e;
	font-weight: 600;
	font-size: 21px;
}

.cart-total .dblc {
	padding-bottom: 15px;
}

.cart-side--delivery-option {
	position: relative;
	background-color: #f3f3f3;
	color: #1e1e1e;
	padding: 10px 12px;
	padding-right: 50px;
	transition: padding 300ms ease;
	min-height: 48px;
	cursor: pointer;
	margin-top: -1px;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	transition: background 300ms ease, border 300ms ease;
}

.cart-side--delivery-option:hover {
	background-color: #e9e9e9;
}

.cart-side--delivery-option:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	height: 28px;
	width: 28px;
	background-color: #fff;
}

.cart-side--delivery-option.sel:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	height: 28px;
	width: 28px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='13px'%3E%3Cpath fill-rule='evenodd' fill='rgb(36, 154, 75)' d='M12.904,0.505 L5.247,8.223 L2.95,5.76 L0.6,7.174 L5.247,12.494 L15.6,2.678 L12.904,0.505 Z'/%3E%3C/svg%3E");
}

#delivery-selection {
	border-radius: 3px;
	overflow: hidden;
}

.cart-side--delivery-option:hover {
}

.cart-side--delivery-option.sel {
	background-color: #249a4b;
	border-color: #249a4b;
	color: #fff;
}

.cart-side--delivery-option.sel span {
	color: #fff;
}

.cart-side--delivery-option strong {
	font-size: 13px;
	display: block;
	font-weight: 600;
}

.cart-side--delivery-option span {
	display: block;
	font-size: 11px;
}

.cart-side--delivery-option span {
	color: #666666;
}

span.cart-side--delivery-cost {
	font-size: 13px;
	font-weight: 600;
}

span.cart-side--delivery-cost,
span.cart-side--delivery-cost--original {
	float: right;
	color: #1e1e1e;
}

span.cart-side--delivery-cost--original {
	text-decoration: line-through;
	padding-right: 8px;
	font-weight: normal;
}

/*
|--------------------------------------------------------------------------
| Basket > Items
|--------------------------------------------------------------------------
*/
.cart-item {
	position: relative;
	margin: 0 0 15px 0;
	border-bottom: 2px solid #e7e7e7;
	display: flex;
}

.cart-item:last-child {
	border-bottom: 0;
	margin:0;
	padding:0;
}

.cart-item-image {
	width: 130px;
	margin: 0 0 15px 0;
}

.cart-item-image a {
	border: 2px solid #e7e7e7;
}

.cart-item:last-child .cart-item-image {
	margin:0;
}

.cart-item-content {
	padding: 0 90px 0 15px;
}

.cart-item-title a {
	font-weight: 700;
	font-size: 16px;
	color: #414141
}

.cart-item-content .label-inline {
	width:104px;
	margin: 0 0 10px 0;
}

.cart-item-right {
	width:110px;
	position: absolute;
	top: 0; right: 0; bottom: 0;
	float: right;
	text-align: right;
}

.cart-item-price {
	font-weight: 700;
	font-size: 21px;
	color: #414141;
}

.cart-item-stock-cont {
	padding-top: 7px;
}

.cart-item-unitprice, .cart-item-option, .basket-item-stock {
	display: block;
	color: #666666;
	font-size: 12px;
}

.basket-item-stock.stock-status {
	background-size: 14px auto;
}

.basket-item-stock {
	margin-top: 3px;
	padding: 0 0 0 20px;
    background-repeat: no-repeat;
    background-position: left center;
}

.basket-item-stock-cross-amber {
	background-image: url(/images/style/basic/icon-cross-amber.png);
}

.basket-item-stock-van-green {
	background-image: url(/images/style/basic/icon-dispatch-van-green.png);
}

.basket-item-stock-warning {
	background-image: url(/images/style/basic/icon-cart-warning.png);
}

.basket-item-stock-van-orange {
	background-image: url(/images/style/basic/icon-dispatch-van-orange.png);
}

.basket-item-stock-box {
	background-image: url(/images/style/basic/icon-dispatch-box-orange.png);
}

#cart--vat-declaration-details {
	display:none;
}

.remove {
	background: url(/images/style/basic/cart-remove.png) left center no-repeat;
	padding: 0 0 0 15px;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	color: #b52025;
	font-weight: 700;
}

.cart-item-right .remove, .cart-item-right .button-small {
	position: absolute;
	bottom: 15px;
	right: 0;
}

.cart-item:last-child .cart-item-right .button-small {
	bottom:0;
}

.cart-item--stock {
	padding: 0 0 0 10px;
}

.cart-free-item .cart-item-image {
	width: 80px;
	margin-bottom: 0;
}

.basket-free-items-title {
	padding: 10px 8px;
	background-color: #51ac5c;
	color: #fff;
	font-size: 13px;
}

.cart-free-items-block {
	margin: 0 0 15px;
}

.cart-free-item {
	padding: 4px;
	border: 2px solid #e7e7e7;
	border-top: 0;
}

.cart-free-item-inner {
	display: flex;
	align-items: center;
}

.cart-free-item-inner .cart-overview--item-inner {
	width: 100%;
}

.cart-free-item .cart-item-price {
	font-size: 16px;
}

.cart-free-item-right {
	margin-left: auto;
	text-align: right;
	padding-right: 10px;
}

.cart-free-item .cart-item-variant,
.cart-free-item .cart-item-price {
	display: block;
	margin-bottom: 5px;
}

.cart-free-item .cart-item-variant {
	font-size: 12px;
}

.cart-overview--item.cart-free-item-inner {
	border: 0;
	padding: 0;
	margin-bottom: 0;
}

/*
|--------------------------------------------------------------------------
| Basket > Datepicker
|--------------------------------------------------------------------------
*/
#ui-datepicker-div {
    background-color: #FFF;
}
 .ui-datepicker-inline {
    margin: 30px auto 0 auto;
    border-radius: 0;
    border-color: #e7e7e7;
    padding: 4px;
}
 .ui-datepicker-title {
	color: #025EE6;
}
 .ui-widget-header,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border-color: #025EE6;
}
 .ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-datepicker-title {
	color: #025EE6;
}
.ui-datepicker-calendar .ui-state-default {
	color: #4080de;
}
 .ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #025EE6;
	background-color: #025EE6;
    font-weight: bold;
    color: #fff;
}

 .ui-datepicker td a {
	text-align: center;
}
 .ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	background-color: #025EE6;
	width: 28px;height: 28px;
	cursor: pointer;
	top: 2px !important;
}
 .ui-datepicker .ui-datepicker-prev {
	left: 2px !important;
}
 .ui-datepicker .ui-datepicker-next {
	right: 2px !important;
}
 .ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
	position: absolute;
	top: 50%;left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(/images/style/basic/icon-chevron-left.png) no-repeat center center;
	margin: 0;
}
 .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border-color: #019cc2;
}
 .ui-datepicker .ui-datepicker-next .ui-icon {
	background-image: url(/images/style/basic/icon-chevron-right.png);
}

/*
|--------------------------------------------------------------------------
| Brands
|--------------------------------------------------------------------------
*/
.brand-letters--grid {
	margin: 0 -1px 0 0;
	padding: 14px 0;
}

.brand-letter {
	text-align: center;
	width: 3.703703703703704%;
	float: left;
	padding: 0 1px 0 0;
}

.brand-letter.disabled {
	opacity: 0.4;
}

.brand-letter.disabled .brand-letter--inner {
	cursor: not-allowed;
}

.brand-letter.disabled .brand-letter--inner:hover {
	border: 2px solid #e7e7e7;
	color: #025EE6;
	background-color: #fff;
}

.brand-letter--inner {
	display: block;
	border: 2px solid #e7e7e7;
	color: #025EE6;
	font-weight: 700;
	font-size: 21px;
	padding: 4px 0;
	cursor: pointer;
}

.brand-letter--inner.sel,
.brand-letter--inner:hover {
	background-color: #025EE6;
	color: #fff;
	border: 2px solid rgba(0,0,0,0.2);
}

.brands-list--item {
	text-align: center;
	width: 16.6666666666666666666%;
	float: left;
	padding: 0 4px 4px 0;
}

.brands-list--letter {
	position: relative;
	color: #ffffff;
	font-weight: 700;
	font-size: 60px;
}

.brands-list--letter .brands-list--inner {
	background-color: #1e1e1e;
}

.brands-list--letter span {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	bottom: 0;
	left: 50%;
	right: 0;
	height: 60px;
	line-height: 60px;
}

.brands-list--inner {
	position: relative;
	height: 0;
	padding: 0 0 100% 0;
}

.brands-list--image {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 34px;
	background-size: 60%;
	background-color: #fff;
}

.brands-list--image img {
	display: none;
}

.brands-list--text {
	position: absolute;
	right: 0; bottom: 0; left: 0;
	background-color: #e7e7e7;
	font-weight: 700;
	font-size: 12px;
	color: #025EE6;
	padding: 10px 0;
}

/*
|--------------------------------------------------------------------------
| Checkout
|--------------------------------------------------------------------------
*/
.checkout-header {
	border-bottom: 2px solid #e7e7e7;
	min-height: auto;
	padding: 31px 0;
}

.checkout {
	position: relative;
	overflow:hidden;
	background-color: #fff;
}

.checkout-main {
	width: 60%;
	padding: 45px 70px 0 0;
	background-color: #fff;
	float: left;
	border-right: 2px solid #e7e7e7;
}

#checkout-container, #confirm-container {
	max-width:1400px;
}

#checkout-container {
	padding:0 100px 0 120px;
}

#confirm-container {
	padding:0 100px 0 170px;
}

.payment-methods {
}

.checkout-segment {
	padding: 0 0 15px 0;
}

.checkout-title {
	font-size: 20px;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: 2px solid #e7e7e7;
}

.checkout-subtitle {
	font-size: 18px;
	padding: 0 0 15px 0;
	margin: 0;
}

.checkout-breadcrumbs {
	display:none;
}

.checkout-breadcrumb {
	position: relative;
	padding: 0 20px 0 0;
	font-size: 16px;
	color: #2d2d2d;
}

.checkout-breadcrumb:after {
	position: absolute;
	top: 50%;
	right: 8px;
	margin: -4px 0 0 0;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #2d2d2d;
}

.checkout-breadcrumb:last-child:after {
	display: none;
}

.checkout-breadcrumb__green {
	color: #51ac5c;
}

.checkout-breadcrumb__green:after {
	border-color: transparent transparent transparent #51ac5c;
}

.checkout-breadcrumb__grey {
	color: #666666;
}

.checkout-breadcrumb__grey:after {
	border-color: transparent transparent transparent #666666;
}

.checkout-side {
	width: 40%;
	float: right;
	position: relative;
	z-index: 1;
}

.checkout-side:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 300%;
    background: #f6f6f6;
    z-index: -1;
}

.checkout-action {
	border-top: 2px solid #e7e7e7;
	padding: 24px 0;
}

.google-address-lookup {
	width: 100%;
	min-height: 10px;
}
.google-address-lookup-results {
	max-height: 240px;
	overflow-y: auto;
}
.google-address-lookup-address {
	border: 2px solid #e7e7e7;
	border-top: 0;
	padding-left: 5px;
}
.google-address-lookup-address:hover {
	color: white;
	background:blue;
	cursor: pointer;
}

.return-to-basket {
	background-color: #fff;
	color: #2d2d2d;
	text-transform: none;
	padding: 12px 25px 11px 15px;
	background: url(/images/style/basic/icon-chevron-left-black.png) no-repeat center left;
	font-size: 15px;
}

.checkout-addressbook .input {
	display: none;
}

.checkout-addressbook-button {
	color: #025EE6;
	font-size: 13px;
	margin-bottom: 15px;
	cursor: pointer;
}

/*
|--------------------------------------------------------------------------
| Checkout > Delivery Address
|--------------------------------------------------------------------------
*/
.delivery-address {
	display: block;
	width: 100%;
	margin: 0 0 4px 0;
	border: 2px solid #e7e7e7;
	cursor: pointer;
}

.delivery-address:hover {
	background-color: #019dc3;
}

.delivery-address.sel {
	border: 2px solid #019dc3;
}

.delivery-address:hover .delivery-address--title,
.delivery-address:hover .delivery-address--location {
	color: #fff;
}

.delivery-address.sel .delivery-address--checkbox:after {
	background-color: #2d2d2d;
	border: 4px solid #fff;
	transition: background 300ms ease;
}

.delivery-address.sel .delivery-address--title,
.delivery-address.sel .delivery-address--location {

}

.delivery-address--checkbox {
	float: left;
	position: relative;
	height: 46px;
	width: 46px;
}

.delivery-address--checkbox:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	height: 20px;
	width: 20px;
	-webkit-transform: translate(-10px, -10px);
	transform: translate(-10px, -10px);
	background-color: #e7e7e7;
	border-radius: 20px;
}

.delivery-address--content {
	padding: 7px;
	overflow: hidden;
}

.delivery-address--title {
	display: block;
	font-weight: 700;
	font-size: 15px;
	color: #2d2d2d;
}

.delivery-address--location {
	display: block;
	font-size: 12px;
	color: #666666;
}

.button-locate {
	background-image: url(/images/style/basic/icon-zoom-white.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position:center center;
	width: 42px;
}

.button-locate.loading {
	background-image: url(/images/style/basic/gps.svg);
}

.no-js .button-locate,
.no-js #postcode_lookup_results_container_del {
	display: none;
}

.no-js .billing-address-form {
	display: block !important;
}

/*
|--------------------------------------------------------------------------
| Basket > Sidebar
|--------------------------------------------------------------------------
*/

.sidebar-categories {
	padding: 0 20px;
	background: #051C37;
}

.sidebar-category-top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
	padding: 0;
}

.sidebar-category-top a {
	color: #60B971;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	padding: 20px 0;
    width: 100%;
}

.sidebar-category-top:last-child {
	border-bottom: 0;
}

.sidebar-category-top.sidebar-exploded {
	border-bottom: 0;
} 
.sidebar-category-top.sidebar-exploded a {
    padding-bottom: 8px;
} 

.sidebar-category-sub > div > a,
.sidebar-category--title {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	text-transform: capitalize;
}

.sidebar-category-sub > div,
.sidebar-category--overflow > div {
	padding-bottom: 8px;
}

.sidebar-category-subsublist {
	display: none;
	padding-left: 20px;
}

.sidebar-category--overflow {
	display: none;
}

.sidebar-category--overflow-title {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	text-decoration-line: underline;
	text-transform: capitalize;
	cursor: pointer;
	transition: all .3s ease;
}

.sidebar-category--overflow-title:hover {
	opacity: 0.7;
}

.cart-overview.fixed {
	position: fixed;
	top: 0;
}

.cart-overview.absolute {
	position: absolute;
	bottom: 0;
	top: auto;
}

.checkout-side {
	padding: 45px 0 0 60px;
}

.cart-overview--item {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-weight: 700;
	color: #2d2d2d;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.cart-overview--item-image {
	position: relative;
	max-width: 70px;
	float: left;
}

.cart-overview--item-image__subscription {
	display: none;
	position: absolute;
	height: 13px;
	width: 13px;
	left: 10px;
	top: 10px;
	background: url(/images/style/basic/icon-calendar-blue.png) no-repeat center center;
	background-size: 13px 13px;
}
.sub-sel {
	font-weight: 750;
}

.cart-overview--item-inner {
	padding: 0 14px 14px 14px;
	overflow: hidden;
}

#invoice-container .cart-overview--item-inner {
	padding: 0;
}

.cart-overview--item-content {
	overflow: hidden;
	padding: 0 20px 0 0;
}

.cart-overview--item-info {
	float: right;
	text-align: right;
}

.cart-overview--item-qty,
.cart-overview--item-options {
	color: #666;
	font-size: 11px;
}

.cart-overview--item-options i {
	font-style: normal;
}

.cart-overview--item-options i:last-child {
	display: none;
}

.cart-overview--item-option__blue {
	color: #019dc3;
}

.cart-overview--item-option__blue span {
	padding: 0 4px 0;
}

.cart-overview--item-qty {
	display: block;
}

.cart-promo {
	padding: 10px 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.cart-promo--button {
	position: relative;
	display: block;
	color: #b12525;
	background-color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 16px;
	cursor: pointer;
}

.cart-promo--button span {
	position: relative;
	padding: 0 0 0 26px;
}

.cart-promo--button span:after {
	content: '';
	position: absolute;
	left: 0;
	height: 16px;
	width: 16px;
	background: url(/images/style/basic/icon-tag.png) no-repeat center center;
	transform-origin: top right;
}

@keyframes tagWiggle {
  0%   { transform: rotate(0); }
  25%   { transform: rotate(15deg); }
  50%   { transform: rotate(-15deg); }
  75%   { transform: rotate(5deg); }
  100% { transform: rotate(0deg); }
}

.cart-promo--button:hover span:after {
	-webkit-animation: tagWiggle 1s;
	-moz-animation: tagWiggle 1s;
	-o-animation: tagWiggle 1s;
	animation: tagWiggle 1s;
	background: url(/images/style/basic/icon-tag-white.png) no-repeat center center;
}

.cart-promo--button:hover {
	background-color: #b12525;
	color: #fff;
}

.cart-promo--button:active {
	top: 1px;
}

.cart-promo--form {
	padding: 10px 15px 0 15px;
}

.cart-overview-totals {
	background: none;
}

.cart-overview--item-gift {
	padding: 10px 0 0 0;
}

.cart-overview--item-checkbox label {
	display: inline-block;
	font-size: 11px;
	color: #666666;
}

.checkout-login--inner {
	padding:30px 0;
	border-bottom: 1px solid #e7e7e7;
}

.cart-overview--item-option {
	display: block;
}

.checkout-login--btn {
	padding-bottom: 10px;
	transition: opacity 300ms ease;
	color: #666;
}

#checkout-hide-login-form {
	font-size: 12px;
	opacity: 1;
	transition: color 300ms ease;
	padding-top: 12px;
	color: #666;
	font-weight: 700;
}

#checkout-hide-login-form:hover {
	color: #444;
}

/*
|--------------------------------------------------------------------------
| Basket > Overlay
|--------------------------------------------------------------------------
*/
.overlay-title--basket {
	font-size: 24px;
	color: #2d2d2d;
	display: flex;
	justify-content: space-between;
}

.cart-item.cart-item--small {
	display: flex;
    border: 1px solid #e7e7e7;
    margin: 0;
}

.cart-item.cart-item--small:not(:first-child) {
	border-top: none;
}

.cart-item--small .cart-item-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-grow: 1;
    padding: 20px;
}

.cart-item--small .cart-item-right {
	display: flex;
    flex-direction: column;
    position: relative;
    width: auto;
}

.overlay-basket .cart-item-image {
	width: 69px;
	margin: 0;
}

.overlay-basket .cart-item-image a {
	border-width: 1px;
}

.overlay-basket .cart-item.cart-item--small {
	padding: 10px 0;
	border-left: none;
	border-right: none;
}

.overlay-basket .cart-item--small .cart-item-content {
	padding: 2px 10px;
}

.overlay-basket .cart-item-price {
	font-size: 14px;
}

.overlay-basket .overlay-title--basket {
	font-weight: 700;
}

.overlay-basket--view-basket {
	margin-top: 10px;
}

.overlay-basket--view-basket--btn {
	display: block;
}

.small-qty-toggle {
	display: flex;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	margin: 10px 0 0 0;
}

.small-qty-toggle--button {
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	width: 25px;
	text-align: center;
	height: 21px;
}

.small-qty-toggle--button:first-child {
	border-right: 1px solid #e9e9e9;
	margin-right: 0;
}

.small-qty-toggle--button:last-child {
	border-left: 1px solid #e9e9e9;
	margin-left: 0;
}

.small-qty-toggle--input {
	text-align: center;
	height: 21px;
    width: 36px;
}

/*
|--------------------------------------------------------------------------
| Confirm v2
|--------------------------------------------------------------------------
*/
.payment-method {
}

.payment-method--button {
	position: relative;
	padding: 21px 20px 21px 50px;
	font-weight: 700;
	font-size: 18px;
	color: #2d2d2d;
	border: 2px solid #e7e7e7;
	margin-top: -2px;
	cursor: pointer;
}

.payment-method--title {
	padding: 3px 0;
}

.payment-method--button:before {
	content: '';
	position: absolute;
	top: 22px;
	left: 20px;
	width: 18px;
	height: 18px;
	background-color: #e7e7e7;
	border-radius: 18px;
}

.payment-method.open .payment-method--button:after {
	content: '';
	position: absolute;
	top: 26px;
	left: 24px;
	width: 10px;
	height: 10px;
	background-color: #2d2d2d;
	border-radius: 18px;
}

.payment-method--content {
	display: none;
}

.payment-method__card .payment-method--title {
	background: url(/images/style/basic/payment-methods.png) no-repeat center right / contain;
}

.payment-method__paypal .payment-method--title {
	background: url(/images/style/basic/paypal-logo-color.png) no-repeat center right / contain;
}

.payment-method__klarna .payment-method--title {
	background: url(/images/style/basic/klarna.png) no-repeat center right;
	background-size: auto 100%;
}

.payment-method__googlepay .payment-method--title {
	background: url(/images/style/basic/google-pay.svg) no-repeat center right;
	background-size: auto 100%;
}

.payment-method__applepay .payment-method--title {
	background: url(/images/style/basic/apple-pay.svg) no-repeat center right;
	background-size: auto 100%;
}

.payment-method--klarna iframe,
.payment-method--klarna div[data-cid] {
	min-width: 240px !important;
}

.payment-method--content {
	background-color: #e7e7e7;
	padding: 40px;
	text-align: center;
	font-size: 18px;
}

.payment-method--content .input:last-child,
.payment-method--content .input-grid:last-child .input {
	margin-bottom: 0;
}

#form_stripe {
	width:100%;
	max-width: 400px;
	margin: 0 auto;
	text-align:center;
	padding: 50px 0;
}

#form_stripe #card-errors {
	text-align: left;
    margin-bottom: 15px;
}

.button-stripe {
	width: 100%;
}

.button-stripe:disabled {
	opacity: .5;
}

.button-stripe:disabled,
.button-stripe:disabled:hover {
	background-color: #025EE6;
}

.button-stripe .spinner {
	font-size: 2px;
	margin-top: -2px;
	margin-bottom: -2px;
	display: none;
}

.button-stripe:disabled .spinner {
	display: block;
}

.button-stripe span {
	line-height: 16px;
}

.button-stripe:disabled span {
	display: none;
}

.stripe-cancel {
	text-align: left;
	padding: 25px 0 0;
	margin-bottom: -8px;
}

.stripe-cancel a {
	color: #000;
	padding-top: 0;
	padding-bottom: 0;
	opacity: 0.5;
}

.stripe-cancel a:hover {
	opacity: 0.8;
}

#braintree-paypal-loggedin,
#braintree-paypal-credit-loggedin,
#braintree-card-stored,
#truevo-card-stored {
	display: none;
	max-width: 500px;
	overflow: hidden;
	padding: 16px;
	margin: 0 auto;
	border-top: 1px solid #d1d4d6;
	border-bottom: 1px solid #d1d4d6;
	text-align: left;
}

.bb-pp-container,
.bb-card-container {
	display: table;
	width: 100%;
}

.bb-pp-container > div,
.bb-card-container > div {
	display: table-cell;
	vertical-align: middle;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

.bt-pp-name,
.bt-pp-cancel,
.bt-card-cancel {
	width: 1px;
}

.bt-pp-name {
	padding-left: 36px;
	background-image: url("/images/style/basic/paypal-small.svg"), none;
	background-size: 13px 15px;
	background-position: 4px center;
	background-repeat: no-repeat;
	color: #283036;
	font-size: 13px;
	font-weight: 800;
}

.bt-pp-email,
.bt-card-details {
	padding: 0 10px;
	color: #6e787f;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 0;
}

.bt-card-details {
	padding-left: 0;
}

.bt-pp-cancel button,
.bt-pp-cancel a,
.bt-card-cancel a {
	float: right;
	color: #3d95ce;
	font-size: 11px;
	line-height: 20px;
	padding: 0px;
	margin: 0;
	border: 0px;
	cursor: pointer;
	text-decoration: underline;
	background-color: transparent;
}

.bt-pp-cancel button:hover,
.bt-pp-cancel a:hover,
.bt-card-cancel a:hover {
	color: #215b83;
}

.braintree-change-method {
	padding: 20px 0 0;
	font-size: 11px;
	color: #666;
}

.braintree-change-method a {
	color: #666;
	padding-bottom: 1px;
}

.braintree-change-method a:hover {
	color: #333;
}

.nochex-logo {
	display: block;
	float:left;
}

.nochex-label {
    clear: both;
    width: 100%;
    text-align: right;
    margin: 5px auto;
}

.wpwl-form {
	padding: 0 10px;
	margin-top: 24px;
}

.wpwl-wrapper-billing .wpwl-control-country {
	margin-top: 0;
}

/*
|--------------------------------------------------------------------------
| Checkout > Success > Order Summary
|--------------------------------------------------------------------------
*/
.order-summary {
	border: 2px solid #e7e7e7;
}

.order-summary .cart-overview--item {
	padding: 0;
	margin: 0;
}

.order-summary .cart-overview--item-gift {
	background-color: #e7e7e7;
	padding: 0;
}

.order-summary .cart-overview--item-checkbox {
	padding: 5px 10px;
	background: #e7e7e7;
}

.order-summary .cart-overview--item {
	padding: 10px;
}

.order-summary .cart-overview--item:last-child {
	border-bottom: none;
}

.order-delivery {
	padding: 18px 24px;
	font-weight: 700;
	border-bottom: 2px solid #e7e7e7;
}

.order-delivery--title {
	font-size: 18px;
	color: #666;
	display: block;
}

.order-delivery--address {
	font-size: 12px;
	color: #abadae;
	display: block;
}

.order-details {
	padding: 18px 24px;
	font-weight: 700;
	color: #666;
	border-top: 2px solid #e7e7e7;
}

.order-detail {
	padding: 4px 0;
}

.order-detail--title {
	color: #abadae;
	text-transform: uppercase;
	font-size: 12px;
}

.order-detail__green {
	color: #51ac5c;
}

.order-detail__red {
	color: #025EE6;
}

/*
|--------------------------------------------------------------------------
| Checkout > Stages
|--------------------------------------------------------------------------
*/
.checkout-stages {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	font-weight: 700;
}

.checkout-stage {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50px;
	color: #666666;
	background:#fff;
	border-right:2px solid #e7e7e7;
}

.checkout-stage span {
	display: block;
	padding: 0 20px 0 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-weight: 700;
	height: 50px;
	width: 300px;
	text-transform: uppercase;
	position: absolute;
	left: -126px;
	top: 126px;
	line-height: 50px;
	text-align: right;
}

.checkout-stage.dark,
.checkout-stage.darker,
.checkout-stage.darkest,
.checkout-stage.failed {
	color: #fff;
}

.checkout-stage.dark {
	background: #51ac5c;
	border-right:2px solid #51ac5c;
}

.checkout-stage.darker {
	background: #4a9a53;
	border-right:2px solid #4a9a53;
}

.checkout-stage.darkest {
	background: #468e4e;
	border-right:2px solid #468e4e;
}

.checkout-stage.failed {
	background: #025EE6;
	border-right:2px solid #025EE6;
}

.checkout-stage:nth-child(2) {
	left: 50px;
}

.checkout-stage:nth-child(3) {
	left: 100px;
}

.checkout-stage:nth-child(4) {
	left: 150px;
}

.account-overlay-form {
	padding: 20px 0;
}

/*
|--------------------------------------------------------------------------
| Account > Sections
|--------------------------------------------------------------------------
*/
.account-section--row {
	border-bottom: 1px solid #e7e7e7;
	padding: 10px;
}

.account-subs {
	margin: -30px;
}

.account-section--row:last-child {
	border-bottom: none;
}

.account-section--title {
	font-size: 18px;
	font-weight: 700;
	display: block;
	color: #2d2d2d;
	margin-bottom: 10px;
}

.account-section--image {
	width: 130px;
}

.account-section--image > img {
	display: block;
	width: 100%;
}

.account-subs--prod-details {
	padding-left: 20px;
}

.account-section--sub {
	font-weight: 600;
	font-size: 13px;
	padding-right: 3px;
}

.account-section--value {
	font-size: 13px;
}

.opt-label {
	color: #adadad;
	margin-right: 4px;
}

.account-subs--prod-opts {
	margin: 0 -20px -5px 0;
}

.account-subs--prod-opt {
	padding: 0 20px 5px 0;
	font-size: 13px;
}

.preferred > span {
	display: none;
}

.preferred {
	margin: 0 -10px -5px 0;
}

.preferred > .sub-sel {
	display: block;
	font-weight: 400;
	padding: 0 10px 5px 0;
}

/*
|--------------------------------------------------------------------------
| Account > Subscriptions
|--------------------------------------------------------------------------
*/
.account-subs--prod {
	padding-right: 20px;
}

.account-subs--details {
	padding-left: 40px;
}

.account-subs--row {
	padding: 0 0 4px;
}

.account-subs--row:last-child {
	padding-bottom: 0;
}

.account-subs--action > .button {
	margin-right: 5px;
}

/*
|--------------------------------------------------------------------------
| Account > Forms
|--------------------------------------------------------------------------
*/
.account-box.full {
	width: 100%;
}

.account-box-centered {
	max-width:580px;
	margin:0 auto;
	padding:0;
}

.account-box h2 {
	font-size: 18px;
}

.account-box h3, #account-box-trade h3 {
	font-size: 16px;
}

.account-box.fl {
	padding-right:10px;
}

.account-box.fr {
	padding-left:10px;
}

.newacc-intro {
	text-align: center;
	margin: 0 0 30px;
}

.newacc-title {
	margin: 20px 0 10px 0;
	font-size: 30px;
}

.form-note {
	display: block;
	padding: 8px 0 0;
	font-size: 11px;
	color: #7a7a7a;
}

.account a.form-note:hover {
	color: #7a7a7a;
	text-decoration: underline;
}

.account-box .uppercase {
	max-width: 150px;
}

/*
|--------------------------------------------------------------------------
| Account > Wishlist
|--------------------------------------------------------------------------
*/
.select2-account .select2-results {
	border: 1px solid #019dc3;
}

.select2-options-dropdown {
	border: 2px solid #019dc3;
}

.select2-account:before {
	display: none;
}

.wishlist {
	margin: 0 0 4px;
	padding: 20px;
}

.wishlist .dbl {
	table-layout: auto;
}

.wishlist .dblc:first-child {
	vertical-align: top;
	width: 100%;
}

.wishlist .dblc:nth-child(2) {
	vertical-align: middle;
	white-space: nowrap;
}

.wishlist-title a {
	text-transform: none;
}

.wishlist .wishlist-title a:hover {
	color: #025EE6;
	text-decoration: underline;
}

.wishlist-desc {
	font-size: 12px;
}

.wishlist-desc {
	font-size: 12px;
}

.wishlist-items,
.wishlist-del {
	padding-left: 10px;
	display: inline-block;
	line-height: 20px;
}

.wishlist-del,
.wishlist-prod-del-button span {
	cursor:pointer;
	color: #025EE6;
	font-weight: 700;
}

.wishlist-del:hover,
.wishlist-prod-del-button span:hover {
	color: #019cc2;
}

.wishlist-del {
	padding-left: 10px;
}

.wishlist-prod-del-button span {
	float: right;
}

.wishlist-items {
	font-size: 11px;
	text-transform: uppercase;
	opacity: 0.4;
}

.wishlist-top {
	width: 100%;
	table-layout: auto;
	margin-bottom: 40px;
}

.wishlist-top .wishlist-top-left h1 {
	margin: 0; padding: 0;
	float: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wishlist-top-right .button {
	margin-right: 10px;
}

.wishlist-top-right .button:last-child {
	margin-right: 0;
}

.wishlists p {
	margin-bottom: 30px;
}

.account-wishlist .message-error {
	margin-bottom: 0
}

.account a:not(.button):hover {
	color: #2d2d2d;
}

.address-blocks--grid {
	margin: 0 -10px 0 0;
}

.wishlist-stock {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	color: #2d2d2d;
	padding-top: 8px;
	display: block;
}

.wishlist-stock img {
	width: 15px;
}

.cart_customfield {
	font-size: 12px;
	font-weight: 700;
	color: #666666;
}

.create-wishlist {
	float: right;
}

.wishlist-prod td {
	padding: 20px;
	background: #fff;
	border-bottom: 4px solid #2d2d2d;
}

.wishlist-prod .wishlist-prod-image {
	padding-right: 0;
	width: 100px;
}

.wishlist-prod-image a,
.wishlist-prod-image img {
	display: block;
}

.wishlist-prod-image img {
	border: 1px solid #e9e9e9;
}

.wishlist-prod a {
	font-weight: 600;
	font-size: 16px;
	color: #025EE6;
}

.wishlist-prod a:hover {
	text-decoration: underline;
	color: #025EE6;
}

.wishlist-prod-move-button {
	width: 1px;
}

.wishlist-prod-move-button span {
	cursor: pointer;
	color: #025EE6;
}

.wishlist-prod-move-button span:hover {
	text-decoration: underline;
}

.wishlist-prod .wishlist-prod-add-button {
	width: 1px;
	padding-left: 0;
	padding-right: 0;
}

.wishlist-prod-add-button button {
	letter-spacing: -0.025em;
	line-height: 1;
	white-space: nowrap;
}

.wishlist-prod-del-button {
	width: 1px;
}

.wishlist-choose-container {
	max-height: 300px;
	overflow-y: auto;
}

.wishlist-choose-selected {
	background-color: #025EE6;
}
.in-wishlist {
	background-color: #1a803b;
}
.wishlist-choose {
	margin: 4px 0;
	padding: 15px;
	cursor: pointer;
	line-height: 1.3;
	color: #fff;
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
}

.wishlist-choose:hover {
	background-color: #019cc2;
}

.wishlist-choose:first-child {
	margin-top: 0;
}

.wishlist-choose:last-child {
	margin-bottom: 0;
}

.wishlist-choose-title {
	font-size: 15px;
}

.wishlist-choose-desc {
	font-size: 12px;
	opacity: .5;
}

.wishlist-all {
	padding-top: 20px;
	width: 100%;
}

/*
|--------------------------------------------------------------------------
| Offer Overlay
|--------------------------------------------------------------------------
*/
.offer-overlay {
	position: fixed;
	top: 0;right: 0;bottom: 0;left: 0;
	z-index: 999;
}

.offer-overlay--bg {
	position: absolute;
	top: 0;right: 0;bottom: 0;left: 0;
	background-color: rgba(0, 0, 0, 0.6);
}

.offer-overlay--block {
	position: absolute;
	top: 50%;left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 620px;
	width: 95%;
	border: 10px solid #fff;
	border-radius: 2px;
	z-index: 1;
}

.offer-overlay--upper {
	background-color: #025EE6;
	padding: 60px 50px;
	position: relative;
	z-index: 1;
}

.offer-overlay--action {
	display: block;
	border-top: 10px solid #fff;
	background-color: #5e9732;
	padding: 10px;
	text-align: center;
	font-size: 21px;
	color: #fff;
	cursor: pointer;
}

.offer-overlay--title {
	display: block;
	text-align: center;
	font-size: 48px;
	line-height: 50px;
	color: #fff;
	margin-bottom: 25px;
}

.offer-overlay--sub {
	display: block;
	font-size: 17px;
	color: #fffcd9;
	margin-bottom: 30px;
	text-align: center;
}

.no-js .offer-overlay {
	display: none;
}

.overlay-offer--input {
	width: calc(100% - 98px);height: 50px;
	border: 1px solid #e6e6e6;
	padding: 0 12px;
}

.offer-overlay--upper .message {
	position: absolute;
	top: 20px;right: 50px;left: 50px;
}

/*
|--------------------------------------------------------------------------
| Account > Order History
|--------------------------------------------------------------------------
*/
.account-order-history {
    overflow-x: auto;
}
.order-history {
	width: 100%;
	margin: 0;
	background-color: #fff;
}
.order-history:not(:last-child) {
	margin-bottom: 30px;
}

.order-history th {
	background: #025EE6;
	color: #ffffff;
	padding: 15px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: left;
}

.order-history td {
	padding: 15px;
	color: #444;
}

.order-history tr:nth-child(even) {
	background-color: #e7e7e7;
}

.order-history .button {
	float: right;
}

.account-booking-details .dbl {
    border: 1px solid #e9e9e9;
}
.account-booking-details .dbl:not(:last-child) {
    margin-bottom: 20px;
}
.account-booking-details .dblr:not(:last-child) .dblc {
	border-bottom: 1px solid #e9e9e9;
}
.account-booking-details .dblc:not(:last-child) {
    border-right: 1px solid #e9e9e9;
	width: 200px;
    font-weight: 600;
}
.account-booking-details .dblc {
    padding: 6px 10px;
}
.account-booking-details form#change-booking {
    margin-top: 30px;
}

.event-datepicker .booking-v2-available-partial .ui-state-default {
	background-color: #FFDE00;
}


/*
|--------------------------------------------------------------------------
| Account > Order Info
|--------------------------------------------------------------------------
*/
.order-address {
	margin: 0 0 30px;
	overflow: hidden;
}

.oa-del,
.oa-bil {
	width: 50%;
	float: left;
}

.oa-del {
	padding: 0 20px 0 0;
}

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

.order-total {
	float: right;
}

/*
|--------------------------------------------------------------------------
| Account > Order Tracking
|--------------------------------------------------------------------------
*/
.tracked-order {
	width: 100%;
	max-width: 800px;
	margin: 30px 0;
}

.tracked-qty {
	width: 95px;
	text-align: center;
}

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

.track-again {
	margin: 30px auto 0;
}

/*
|--------------------------------------------------------------------------
| Sitemap
|--------------------------------------------------------------------------
*/
.sitemap-page {
	font-size: 11px;
}

.sitemap-left,
.sitemap-right {
	width: 50%;
	max-width: 450px;
	padding: 0 15px;
	float: left;
}

.sitemap-right {
	padding-right: 0;
}

.shop-sitemap .sitemap-cat {
	margin: 15px 0 0;
}

.shop-sitemap h2 {
	margin-top: 30px;
}

/*
|--------------------------------------------------------------------------
| Account v2
|--------------------------------------------------------------------------
*/
.account-heading {
    margin: -40px -40px 30px -40px;
    padding: 38px 36px;
	display: flex;
	justify-content: space-between;
    border-bottom: 1px solid #e9e9e9;
}
.account-heading:last-child {
    border-bottom: 0;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.account-heading h1,
.account-heading h2, 
.course-mng-heading h1 {
    font-size: 30px;
    font-weight: 600;
    color: #2b2b2b;
	margin: 0;
}

.account > .container {
	display: flex;
	align-items: flex-start;
}

.account-login > .container {
	flex-wrap: wrap;
}

.account-subtitle {
	font-size: 18px;
	padding: 0 0 20px;
	color: #2d2d2d;
}

.account-subheading {
	font-size: 16px;
	padding: 0 0 16px;
	color: #2d2d2d;
}

.account-sidebar--mobile-title {
	display: none;
	position: relative;
	padding: 20px;
	font-size: 16px;
	color: #707070;
}

.account-sidebar--mobile-title svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	transform-origin: center;
}

.account-sidebar--mobile-title svg path {
	fill: #707070;
}

.account-sidebar--mobile-title.open svg {
	transform: rotate(-180deg) translateY(4px);
}

.account-sidebar {
    width: 280px;
    background-color: #fff;
    float: left;
    margin: 0 20px 0 0;
}
.account-sidebar--menu {
    border: 1px solid #e9e9e9;
}

.account-sidebar nav {

}

.account-sidebar-btm.mobile {
	display: none;
}

.loyalty-points-dblc {
	display: none;
}

.account-sidebar nav li a {
	display: block;
    font-size: 15px;
    color: #025EE6;
    padding: 14px 20px;
    border-bottom: 1px solid #e9e9e9;
}

.account-sidebar a {
	font-size: 16px;
	color: #707070;
	border-bottom: 1px solid transparent;
}

.account-sidebar a:hover,
.account-sidebar .sel {
	color: #2d2d2d;
}

.account-sidebar nav .sel {
    font-weight: 600;
    color: #2b2b2b;
}

.account-sidebar-btm {
    background-color: #f9f9f9;
    padding: 18px 24px;
}

.account-sidebar-btm div {
	font-size: 14px;
	padding: 0 0 4px;
	color: #2d2d2d;
}

.account-sidebar-btm a {
	text-transform: uppercase;
	font-size: 11px;
}

.account-main {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    flex: 1;
    padding: 40px;
    color: #2d2d2d;
}

.account-main--upper {
	padding: 0 30px;
}

.account-main-filter {
	float: right;
	height: 40px;
	color: #2d2d2d;
	padding: 0 20px;
	background-color: transparent;
	border: 1px solid #e9e9e9;
}

.account-main .input input:focus ~ label {
	color: #2d2d2d;
}

.account-main .input input:focus {
	border-color: #e7e7e7 !important;
}

.account-panels {
	padding: 0 0 20px;
}

.account-panels--grid {
	margin: 0 -10px 0 0;
}

.account-panel {
	width: 33.3333333333%;
	float: left;
	padding: 0 10px 10px 0;
}

.account-panel--inner {
	display: block;
	border: 1px solid #e9e9e9;
	padding: 12px 15px;
	color: #2d2d2d;
}

.account-panel--inner:hover {
	text-decoration: none;
}

.account-panel--label {
	font-size: 12px;
	color: #707070;
	padding: 0 0 5px;
	text-transform: uppercase;
	display: block;
}

.account-panel:hover .account-panel--svg {
	background: #555;
}

.account-panel--svg {
	width: 20px;
	height: 20px;
	float: right;
	text-align: center;
	background-color: #666;
	border-radius: 10px;
	line-height: 22px;
	transition: .3s ease;
	display: flex;
	align-items: center;justify-content: center;
}

.account-panel--svg svg path {
	fill: #fff;
}

.account-panels--wide .account-panel {
	width: 25%;
}

.account-table {
	width: 100%;
	border: 1px solid #e9e9e9;
	table-layout: auto;
	margin: 0 0 30px;
}

.account-table .dblc {
	padding: 12px 15px;
	color: #2d2d2d;
	font-size: 12px;
	border-bottom: 1px solid #e9e9e9;
}

.account-table .dblr:last-child .dblc {
	border-bottom: none;
}

.account-table .dblc.small {
	width: 1px;
}

.account-table .dblc.full {
	width: 100%;
}

.account-table .dblr:first-child .dblc {
	color: #707070;
	text-transform: uppercase;
    white-space: nowrap;
}

.account-table--label {
	color: #707070;
	font-size: 12px;
	text-transform: uppercase;
}

.account-table--value {
	color: #2d2d2d;
	line-height: 15px;
	padding: 4px 0 0;
	font-size: 12px;
}

.account-table--image {
	border: 1px solid #e9e9e9;
	width: 151px;height: 151px;
	margin-bottom: 10px;
	padding-top: 0;
}

.account-table--image img {
	display: block;
	width: 100%;
}

.account-invoices h1 {
	margin: 0;
}

.account-invoices .message-error {
	margin: 0;
}

.account-invoices-outstanding {
	padding-bottom: 10px;
}

.account-invoices-outstanding .account-table-invoices {
	margin: 15px 0;
}

.account-invoices-outstanding .pay-btn {
	margin-bottom: 10px;
}

.account-table-invoices .dblc:first-child {
	padding-right: 0;
	vertical-align: middle;
}

.account-table-invoices [type="checkbox"] {
	display: block;
}

.account-latest-orders {
	border: 1px solid #e9e9e9;
	font-size: 11px;
	color: #025EE6;
	text-align: center;
	padding: 12px;
	border-top: none;
}

.order-totals {
	border: 1px solid #e9e9e9;
	padding: 15px 24px;
	text-align: right;
	font-size: 13px;
	color: #707070;
	text-transform: uppercase;
	margin: 0 0 30px;
	border-top: 0;
}

.order-totals .dbl {
	width: 140px;
	float: right;
}

.order-totals .dblc {
	padding: 5px 0;
}

.order-totals .dblc:first-child {
	text-align: left;
}

.order-totals .dblr:last-child {
	color: #2d2d2d;
	font-weight: 600;
}

.order-panels {
	padding: 0 0 30px;
}

.order-panels--grid {
	margin: 0 -10px 0 0;
}

.order-panels .message-error {
	margin: -10px 0 30px;
}

.order-panel {
	width: 33.3333333%;
	padding: 0 10px 0 0;
	font-size: 12px;
	float: left;
}

.order-panel--inner {
	border: 1px solid #e9e9e9;
	padding: 12px 15px;
}

.order-panel--data {
	padding: 0 0 10px;
}

.order-panel--data:last-child {
	padding: 0;
}

.order-btns {
	margin: 30px 0 0 0;
}

.account-loyalty--blocks {
	margin: 0 -20px -20px 0;
}

.account-loyalty--blocks > .segment-33 {
	display: flex;
	padding: 0 20px 20px 0;
}

.account-loyalty--block {
	width: 100%;
	padding: 10px;
	border: 1px solid #e9e9e9;
	color: #249a4b;
	text-align: center;
	font-size: 15px;
}

.account-loyalty--strong {
	font-size: 18px;
	font-weight: 600;
}

.account-title {
	font-size: 30px;
	font-weight: 600;
	color: #2b2b2b;
}

.account-loyalty--blocks {
	padding: 0 0 20px;
}

.account-loyalty--current {
	font-size: 21px;
	color: #025EE6;
}

.account-loyalty--next {
	font-size: 15px;
	color: #025EE6;
}

.points-table--row {
	border-bottom: 1px solid #e9e9e9;
	padding: 16px 0;
	align-items: center;
}

.points-table--row:last-child {
	border-bottom: none;
}

.points-table--earned {
	width: 186px;
	text-align: center;
	color: #249a4b;
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.points-table--earned strong {
	font-weight: 600;
	font-size: 21px;
	letter-spacing: 0;
}

.points-table--earned.points-spent {
	color: #4b88b1;
}

.points-table--details-item,
.points-table--label {
	font-size: 13px;
	font-weight: 600;
	color: #2b2b2b;
	margin-bottom: 8px;
}

.points-table--details-item {
	margin-bottom: 0;
	font-weight: 400;
	padding: 0 40px 20px 0;
}

.points-table--details-row {
	margin: 0 -40px -20px 0;
}

.points-table--details {
	border-left: 1px solid #e9e9e9;
	padding: 0 0 0 40px;
}

.points-table--history {
	background-color: #f9f9f9;
	border: 1px solid #e9e9e9;
	border-top: 0;
}

.loyalty-table-cont {
	overflow: hidden;
}

.loyalty-table {
	table-layout: auto;
	margin-bottom: 20px;
	border: 1px solid #e9e9e9;
}

.loyalty-table .dblc {
	padding: 12px 15px;
	font-size: 12px;
}

.loyalty-table .dblc:not(:last-child) {
	border-right: 1px solid #e9e9e9;
}

.loyalty-table .full {
	width: 100%;
}

.loyalty-table .small {
    white-space: nowrap;
}

.loyalty-point--cont {
	width: 160px;
	float: left;
	text-align: center;
}

.loyalty-point {
	margin: 16px auto 0;
	border: 1px solid #e9e9e9;
	border-radius: 30px;
	padding: 10px 15px;
	color: #2d2d2d;
	font-size: 12px;
	display: inline-block;
	background-color: #e7e7e7;
	line-height: normal;
}

.top-loyalty {
	position: relative;
	padding: 0 0 40px;
	z-index: 1;
}

.loyalty {
	position: relative;
	z-index: 1;
}

.top-loyalty--text {
	border: 1px solid #e9e9e9;
	overflow: hidden;
	font-size: 13px;
    padding: 12px 15px;
	color: #707070;
}

.top-loyalty--text span {
	color: #2d2d2d;
}

.top-loyalty:before,
.loyalty:before {
	content: '';
	z-index: -1;
	width: 1px;
	position: absolute;
	left: 80px;
	top: 0; bottom: 0;
	background-color: #e9e9e9;
}

.top-loyalty .loyalty-point {
	font-size: 14px;
	color: #2d2d2d;
	margin: 0;
}

.account-login--checkbox-cont span {
	display: block;
	font-size: 11px;
	padding: 8px 0 0;
}

.account-details--title-text {
	font-size: 12px;
	color: #707070;
	padding: 0 0 20px;
	clear: both;
}

.account-details--block {
	border: 1px solid #e9e9e9;
	padding: 12px 15px;
	margin: 0 0 10px;
}

.account-details--block .dblc {
	padding: 5px;
}

.account-details--block-action {
	padding: 5px 0 5px 0;
}

.account-login .container {
	max-width: 620px;
}

.account-login--block {
	width: 100%;
	padding: 30px 40px 35px;
	background: #e7e7e7;
	margin-bottom: 30px;
	color: #707070;
}

.account-login--block h3 {
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 8px;
	color: #2d2d2d;
}

.account-login--block p {
	font-size: 13px;
	margin-bottom: 20px;
}

.account-login--section {
	margin-bottom: 20px;
}

.account-login--block .form-note {
	padding: 8px 0;
}

.account-login--buttons {
	margin-top: 10px;
}

.account-login--buttons .form-note {
	text-transform: uppercase;
}

.account-login--trade {
	margin: 15px 0 -2px;
}

.account-comms--preferences-subtitle {
	margin-bottom: 8px;
}

.account-comms--preferences {
	padding: 20px;
}

.account-comms--preferences .input-grid {
	padding-left: 8px;
}

.account-comms--preferences-inner {
	padding: 0 0 10px 10px;
}

.quote-side {
	width: 50%;
	float: right;
}

.quote-side .cart-segment {
	margin-bottom: 20px;
	background: none;
}

.quote-side .cart--heading {

}

.quote-side .basket-segment {
	margin-bottom: 0;
	border: 1px solid #e9e9e9;
}

.quote-side .cart-total {
	color: #fff;
}

.account-back {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #051C37;
	margin-bottom: 25px;
	transition: none;
}
.account-back > svg {
	margin-right: 8px;
}
.account-back:hover {
	color: #60B971!important;
}
.account-back:hover > svg path {
	fill: #60B971;
}

.course-mng-heading {
    flex-direction: column;
}
.course-mng-heading:not(:last-child) {
	margin-bottom: 30px;
}
.course-mng-heading > h1:not(:last-child) {
    margin-bottom: 20px;
}
.button-icon .button-icon-r {
    display: flex;
    align-items: center;
}
.button-icon.button-icon-r svg {
	margin-left: 10px;
	margin-right: 0;
}
.account-mng-list, .account-mng-dds, .account-mng-lists {
    list-style: none;
    margin: 0;
}
.account-mng-list {
	border: 1px solid #EBEBEB;
	padding: 0 20px;
}
.account-mng-list > li {
	display: flex;
	align-items: center;
	justify-content: space-between;
    padding: 14px 0;
	margin: 0;
	color: #051C37;
}
.account-mng-list > li:not(:last-child) {
	border-bottom: 1px solid #EBEBEB;
}
.account-mng-list > li > .button {
    padding: 5px 10px;
    font-weight: 500;
    font-size: 12px;
}
.button-in-progress, .button-in-progress:hover {
	cursor: default;
	color: #051C37;
	background-color: #EBEBEB;
}

.account-mng-dds > li {
    border: 1px solid #051C37;
}
.account-mng-dds > li:not(:last-child) {
	margin-bottom: 10px;
}
.account-mng-dd--toggle, .account-mng-lists--title {
    background-color: #051C37;
    color: #FFF;
    font-weight: 500;
    font-size: 12px;
	padding: 12px 20px;
}
.account-mng-dd--toggle {
	cursor: pointer;
}
.account-mng-dd--toggle svg {
	transition: ease-in-out .2s;
}
li.open > .account-mng-dd--toggle svg {
	transform: rotate(180deg);
}
.account-mng-dd--inner {
    padding: 24px 20px 14px;
	display: none;
}
.account-mng-dd--inner > *:not(:last-child) {
    margin-bottom: 18px;
}
.account-mng-dd--inner .account-mng-list {
    border: 0;
    padding: 0;
}

.account-mng-lists .account-mng-list:not(:first-child) {
	border-top: 0;
}

/*
|--------------------------------------------------------------------------
| Account v2 > Overlays
|--------------------------------------------------------------------------
*/
.overlay-account .overlay--inner {
	max-width: 476px;
	padding: 0
}

.account-overlay {
	background-color: #2d2d2d;
	padding: 30px;
}

.account-overlay .checkbox-label {
	color: #fff;
}

.account-overlay .input {
	margin: 0 0 4px;
}

.account-overlay--title {
	font-size: 21px;
	color: #fff;
	padding: 0 0 20px;
}

.account-overlay--action {
	text-align: right;
	padding: 16px 0 0 0;
}

.account-overlay--action .button {
	font-size: 14px;
}

.address-block--grid {
	margin: 0 -10px 0 0;
}

.address-block,
.address-block--add {
	float: left;
	padding: 0 10px 10px 0;
	color: #2d2d2d;
}

.address-block--title {
	font-size: 11px;
	color: #707070;
	padding: 0 0 4px;
}

.address-block--inner {
	border: 1px solid #e9e9e9;
	padding: 12px 15px;
}

.address-block__primary .address-block--inner {
	border-color: #2d2d2d;
}

.address-block--address {
	font-size: 12px;
}

.address-block--action {
	padding: 20px 0 0 0;
}

.address-block--action a,
.address-block--action button,
.address-block--action {
	font-size: 10px;
	color: #707070;
}

.address-block--action button {
	background: 0;
	font-family: inherit;
	text-align: left;
}

.address-block--action button:hover {
	text-decoration: underline;
}

.account-overlay--checkboxes {
	padding: 14px 0 0 0;
}

.account-overlay--checkboxes-title {
	font-size: 11px;
	color: #707070;
	text-transform: uppercase;
	padding: 0 0 4px;
}

.address-block--add-inner {
	position: relative;
	border: 1px solid #e9e9e9;
	text-align: center;
	height: 100px;
	cursor: pointer;
}

.address-block--add-wrap {
	position: absolute;
	top: 50%;
	left: 0; right: 0;
	transform: translateY(-50%);
}

.address-block--add-wrap,
.address-block--add-wrap svg path {
	transition: .3s ease;
}

.address-block--add-title {
	font-size: 14px;
	color: #666;
}

.address-block--add-wrap svg path {
	fill: #666;
}

.address-block--add-inner:hover {
	border-color: #999;
}

.address-block--add-inner:hover .address-block--add-title {
	color: #555;
}

.address-block--add-inner:hover svg path {
	fill: #555;
}

.mobile-cats {
	display: none;
	padding: 0 0 20px;
}

.mobile-cats--title {
	position: relative;
	font-size: 24px;
	padding: 10px 16px;
	background-color: #2d2d2d;
	margin: 0 0 10px;
}

.mobile-cats--title svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	transform-origin: center;
}

.mobile-cats a {
	padding: 10px;
	color: #fff;
}

.mobile-cats a.sel {
	color: #025EE6;
}

.mobile-cats--cats {
	display: none;
}

.mobile-cats--title.open {
	color: #025EE6;
}

.mobile-cats--title.open svg {
	transform: rotate(-180deg);
}

.mobile-cats--title.open ~ .mobile-cats--cats {
	display: block;
}

/*
|--------------------------------------------------------------------------
| Account v2 > Vouchers
|--------------------------------------------------------------------------
*/
 .button.voucher_remove {
	border-radius: 0;
	padding: 12px 12px;
	visibility: middle;
	background-image: url(/images/style/basic/cross-white.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-color: #707070;
}

.button.voucher_remove:hover {
	background-color: #2f2f2f;
}

.voucher.dblr .dblc {
	vertical-align: middle;
}

.voucher.dblr .dblc:last-child {
	text-align: right;
}

.vouchers-wrapper {
	padding-top: 20px;
}

.voucher_add {
	height: 50px;
}

.input #voucher_add {
	right: 4px;
}

.checkout-title.no_border {
	border: none;
}

.account-box--voucher .account-subtitle {
	padding: 0 0 10px;
}

.account-box--voucher {
	border: 1px solid #e9e9e9;
	padding: 12px 15px;
	margin-bottom: 12px;
}

.account-box--voucher .input {
	margin-bottom: 0;
	padding-bottom: 0;
}

.account-box .xvc_input {
    max-width: none;
}

.account-table.vouchers .dblc span {
	display: none;
}

.account-table.vouchers .dblc.small {
	width: auto;
}

.account-table.vouchers {
	margin: 0 0 20px;
}

.account-overlay--text {
	margin-bottom: 10px;
}

.account-table.vouchers .dblc .voucher-code--small {
	display: block;
	font-size: 10px;
	color: #717171;
	line-height: normal;
}

/*
|--------------------------------------------------------------------------
| Category > Featured Filters
|--------------------------------------------------------------------------
*/
.featured-filters {
	position: relative;
	display: flex;
}

.featured-filter {
	display: flex;
	width: 25%;
	border-right: 1px solid #e9e9e9;
	padding: 37px 30px;
	flex-direction: column;
}

.empty-category {
	margin: 30px;
}

#featuredFilterSubmitButton.disabled {
	cursor: not-allowed;
	pointer-events: none;
	background-color: #9a9898;
}

.featured-filter--info {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}

.featured-filter--heading {
	position: relative;
	margin: 0 0 auto 0;
}

.featured-filter--image-cont {
	flex-shrink: 0;
}

.featured-filter--heading:after {
	position: absolute;
	top: 0; left: 0;
	height: 32px;
	width: 32px;
	border-radius: 16px;
	background-color: #0a3d74;
	font-weight: 600;
	text-align: center;
	color: #fff;
	line-height: 32px;
	font-size: 20px;
}

.featured-filter--title {
	font-size: 18px;
	color: #0a3d74;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: uppercase;
}

.featured-filter--subtitle {
	font-size: 14px;
	color: #606060;
	letter-spacing: -0.025em;
	margin: 4px 0 0 0;
}

.featured-filter--select {
	margin: 18px 0 0 0;
}

.featured-filter--select .select2-container--default .select2-selection--single {
	padding: 10px;
	border: 1px solid #e9e9e9;
}

.featured-filter--select .select2-container--open .select2-selection--single,
.sort-by .select2-container--open .select2-selection--single {
	border: 1px solid #3379b4;
}

.featured-filter--submit {
	display: block;
	width: 100%;
	border-radius: 0;
	font-size: 18px;
	padding: 12px;
}

.featured-filter--submit svg {
	vertical-align: middle;
	margin: 0 4px 0 0;
}

#price-spinner {
	border-left: 1.1em solid black;
}

.subs-olay-title {
    font-weight: 600;
    margin: 5px 10px 5px 0;
    font-size: 13px;
    white-space: nowrap;
	color: #2b2b2b;
}

.subs-olay--row {
	margin: 10px 0;
}

.subs-olay--list-item {
	white-space: nowrap;
	margin: 5px 10px 5px 0;
}

.subs-olay--list-item input {
	margin: 0 3px 0 0;
}

.subs-olay-btns .button {
	margin: 0 5px 0 0;
	border-radius: 5px;
}

.subs-olay .account-main-2-heading {
    margin: -30px -30px 30px -30px;
}

.subs-olay--list-item input[type="radio"],
.subs-olay--list-item input[type="checkbox"] {
	display: none;
}

.subs-olay--list-item--radio,
.subs-olay--list-item--checkbox {
	display: inline-block;
	position: relative;
    height: 15px;
    width: 15px;
    border: 1px solid #e9e9e9;
    border-radius: 15px;
	transform: translateY(2px);
	margin: 0 4px 0 0;
}

.subs-olay--list-item input[type="radio"] + label,
.subs-olay--list-item input[type="checkbox"] + label {
	cursor: pointer;
}

.subs-olay--list-item input[type="radio"]:checked + label .subs-olay--list-item--radio:after,
.subs-olay--list-item input[type="checkbox"]:checked + label .subs-olay--list-item--checkbox:after {
	display: block;
}

.subs-olay--list-item--radio:after,
.subs-olay--list-item--checkbox:after {
	display: none;
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    height: 9px;
    width: 9px;
    border-radius: 9px;
    background-color: #019cc2;
}

.subs-olay--list-item--checkbox {
	border-radius: 3px;
	overflow: hidden;
}

.subs-olay--list-item input[type="checkbox"]:checked + label .subs-olay--list-item--checkbox {
	border-color: #019cc2;
}

.subs-olay--list-item--checkbox:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 444.2 444.2' fill='white' xml:space='preserve'%3E%3Cpath d='M161.1 437c-13.7 0-26.8-6-35.8-16.5L12 288.4c-17-19.8-14.7-49.6 5.1-66.5 19.8-17 49.6-14.7 66.5 5.1l74 86.4 234-282.2c36.2-50.7 74.1-22.6 37.8 28.3l-230 357.8c-8.4 11.8-21.8 19.1-36.3 19.7h-2z'/%3E%3C/svg%3E");
	background-size: 7px auto;
	background-repeat: no-repeat;
	background-position: center center;
	top: 0; left: 0;
	width: 14px;
	height: 14px;
    border-radius: 0;
}

.subs-olay--margin {
	margin: 5px 0 0 0;
}.account-subs--prod-opts {
	margin: 0 0 6px;
}

.account-subs--prod-opt {
	font-size: 13px;
	color: #2b2b2b;
}

.account-subs--prod-opt .opt-label {
	color: #adadad;
	margin: 0 4px 0 0 ;
}

.account-subs--prod-opt .opt-value {
	margin: 0 16px 0 0;
}

.account-subs--stock-status {
	font-size: 12px;
}

.account-subs--prod-details {
	border-right: 1px solid #e9e9e9;
	padding-right: 40px;
}

.account-subs--details {
	padding-left: 40px;
	font-size: 13px;
}

.account-subs--prod-details,
.account-subs--details {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 10px 0;
}

.account-subs--details {
	color: #2b2b2b;
}

.account-section--sub {
	font-weight: 600;
	margin: 0 4px 0 0;
	font-size: 13px;
	white-space: nowrap;
}

.account-subs--row {
	margin-top: 8px;
}

.account-subs--row:first-child {
	margin: 0;
}

.account-section--value.preferred {
	margin-top: -3px;
}

.account-section--value.preferred span {
	position: relative;
	padding: 0 0 0 20px;
	margin: 3px 6px 3px 0;
	display: inline-block;
}

.account-section--value.preferred span:before {
	content: '';
	position: absolute;
	left: 0; top: 50%;
	transform: translateY(-50%);
	height: 15px;
	width: 15px;
	border: 1px solid #e9e9e9;
	border-radius: 15px;
}

.account-section--value.preferred .sub-sel {
	font-weight: 600;
}

.account-section--value.preferred .sub-sel:after {
	content: '';
	position: absolute;
	left: 3px; top: 50%;
	transform: translateY(-50%);
	height: 9px;
	width: 9px;
	border-radius: 9px;
	background-color: #019cc2;
}

.account-subs--action {
	align-items: flex-start;
}

.account-subs--action .button {
	margin: 0 5px 0 0;
}

.subs-olay--list-item input[type="radio"],
.subs-olay--list-item input[type="checkbox"] {
	display: none;
}

.subs-olay--list-item--radio,
.subs-olay--list-item--checkbox {
	display: inline-block;
	position: relative;
    height: 15px;
    width: 15px;
    border: 1px solid #e9e9e9;
    border-radius: 15px;
	transform: translateY(2px);
	margin: 0 4px 0 0;
}

.subs-olay--list-item input[type="radio"] + label,
.subs-olay--list-item input[type="checkbox"] + label {
	cursor: pointer;
}

.subs-olay--list-item input[type="radio"]:checked + label .subs-olay--list-item--radio:after,
.subs-olay--list-item input[type="checkbox"]:checked + label .subs-olay--list-item--checkbox:after {
	display: block;
}

.subs-olay--list-item--radio:after,
.subs-olay--list-item--checkbox:after {
	display: none;
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    height: 9px;
    width: 9px;
    border-radius: 9px;
    background-color: #019cc2;
}

.subs-olay--list-item--checkbox {
	border-radius: 3px;
	overflow: hidden;
}

.subs-olay--list-item input[type="checkbox"]:checked + label .subs-olay--list-item--checkbox {
	border-color: #019cc2;
}

.subs-olay--list-item--checkbox:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 444.2 444.2' fill='white' xml:space='preserve'%3E%3Cpath d='M161.1 437c-13.7 0-26.8-6-35.8-16.5L12 288.4c-17-19.8-14.7-49.6 5.1-66.5 19.8-17 49.6-14.7 66.5 5.1l74 86.4 234-282.2c36.2-50.7 74.1-22.6 37.8 28.3l-230 357.8c-8.4 11.8-21.8 19.1-36.3 19.7h-2z'/%3E%3C/svg%3E");
	background-size: 7px auto;
	background-repeat: no-repeat;
	background-position: center center;
	top: 0; left: 0;
	width: 13px;
	height: 13px;
    border-radius: 0;
}

.subs-olay .account-heading {
    margin: -30px -30px 30px -30px;
	display: block;
}

/*
|--------------------------------------------------------------------------
| Basket 2022
|--------------------------------------------------------------------------
*/
.basket {
	display: flex;
}

.basket-empty {
	background-color: #fff;
	padding: 20px;
}

.basket-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 25px;
}

.basket-heading--title {
	font-size: 42px;
	font-weight: 600;
	letter-spacing: -0.025em;
	color: #2b2b2b;
}

.basket-heading--right {
	display: flex;
	align-items: center;
	color: #2b2b2b;
}

.basket-heading--text:first-child {
	margin-left: 0;
}

.basket-heading--text {
	font-size: 18px;
	margin-left: 74px;
}

.basket-heading--text span {
	font-weight: 600;
}

.basket-main {
	display: flex;
	align-items: flex-start;
}

.basket-items {
	border: 1px solid #e9e9e9;
}

.basket-left {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	gap: 10px 0;
}

.basket-item {
	display: flex;
	background-color: #fff;
	border-bottom: 1px solid #e9e9e9;
	padding: 10px;
}

.basket-item:last-child {
	border-bottom: none;
}

.basket-item-main {
	display: flex;
	flex: 1 0 0;
}

.basket-item-main-wrapper {
	display: flex;
	flex: 1 0 0;
}

.basket-item-title {
	/* margin: 0 0 6px; */
}

.basket-item-title-link {
	font-size: 18px;
	color: #2b2b2b;
	font-weight: 600;
}

.basket-item-image {
    width: 130px;
	background-color: #e9e9e9;
}

.basket-item-details {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0 20px;
	gap: 6px 0;
	flex: 1 0 0;
}

.basket-item-options {
	/* margin: 0 0 6px; */
	display: flex;
	flex-wrap: wrap;
}

.basket-item-option {
	color: #2b2b2b;
	margin-right: 16px;
    white-space: nowrap;
}

.basket-item-option-label {
	color: #adadad;
}

.basket-item-stock-status {
	margin: 0 0 6px;
	font-size: 12px;
}

.basket-item-pricing {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-width: 180px;
	gap: 8px 0;
	color: #2b2b2b;
	padding: 0 25px;
}

.basket-item-price {
	font-size: 18px;
	line-height: 1;
}

.basket-item-unitprice {
	font-size: 13px;
}

.basket-item-savings {
	padding: 2px 4px;
	text-align: center;
	background-color: #249a4b;
	border-radius: 2px;
	font-size: 12px;
	color: #fff;
}

.basket-item .has-right-divider {
	position: relative;
}

.basket-item .has-right-divider:after {
	content: '';
	top: 15px;
	bottom: 15px;
	right: 0;
	width: 1px;
	background-color: #e9e9e9;
	position: absolute;
}

.basket-item-qty {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px 0;
	padding: 0 45px;
}

.basket-item-remove {
	font-size: 12px;
	position: relative;
	color: #2b2b2b;
	cursor: pointer;
}

.basket-item-remove:after {
	content: '';
	position: absolute;
	bottom: -2px;
	height: 1px;
	width: 100%;
	left: 0;
	background-color: #2b2b2b;
}

.basket-sidebar .select2-basic--container {
	border-radius: 3px;
}

.basket-sidebar .label-none .select2-basic--container.select2-selection--single .select2-selection__rendered {
    padding: 12px;
}

.basket-segment {
	padding:20px;
	background-color: #fff;
}

.overlay-basket .counter-input input {
    font-size: 14px;
}

.overlay-basket .counter-input-button {
    width: 26px;
    height: 26px;
}

.overlay-basket .counter-input {
    min-height: 26px;
}

.overlay-basket .basket-item-details,
.overlay-basket .basket-item-pricing,
.overlay-basket .basket-item-qty {
	padding: 0 15px;
}

.overlay-basket .basket-item-option {
	font-size: 12px;
}

.overlay-basket .basket-item-title-link {
	font-size: 14px;
}

/* Counter Input */
.counter-input {
	display: flex;
	border: 1px solid #e9e9e9;
	border-radius: 2px;
	min-height: 40px;
	color: #2b2b2b;
}

.counter-input-button {
	width: 40px;
	text-align: center;
	font-size: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 300ms ease;
}

.counter-input-button:hover {
	background-color: #e9e9e9;
}

.counter-input-button-decrease {
	border-right: 1px solid #e9e9e9;
}

.counter-input-button-increase {
	border-left: 1px solid #e9e9e9;
}

.counter-input-input {
	display: flex;
}

.counter-input input {
	display: block;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	width: 60px;
	min-width: 0;
	color: #2b2b2b;
	font-weight: 400;
}

/* Basket > Sidebar */
.basket-sidebar {
	width: 100%;
	max-width: 420px;
	margin: 0 0 0 40px;
	display: flex;
	flex-direction: column;
	gap: 30px 0;
	flex-shrink: 0;
}

.basket-sidebar .input input {
	font-size: 13px;
}

.basket-sidebar .input ::-webkit-input-placeholder { /* WebKit browsers */
	/* replace this with desired color */
	opacity: 1;
	color: #2b2b2b;
	font-size: 13px;
}

.basket-sidebar .input :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	/* replace this with desired color */
	opacity: 1;
	color: #2b2b2b;
	font-size: 13px;
}

.basket-sidebar .input ::-moz-placeholder { /* Mozilla Firefox 19+ */
	/* replace this with desired color */
	opacity: 1;
	color: #2b2b2b;
	font-size: 13px;
}

.basket-sidebar .input :-ms-input-placeholder { /* Internet Explorer 10+ */
	/* replace this with desired color */
	opacity: 1;
	color: #2b2b2b;
	font-size: 13px;
}

.basket-sidebar-segment {
	background-color: #fff;
	border: 1px solid #e9e9e9;
	padding: 25px;
}

.basket-sidebar-segment input {
	border-radius: 3px;
	overflow: hidden;
}

.basket-sidebar-segment .input.label-none input[type="text"] {
	padding: 12px;
}

.basket-sidebar-segment-heading,
.basket-sidebar-expandable-title {
	font-size: 16px;
	font-weight: 600;
	color: #051C37;
	margin: 0 0 10px;
}

.basket-sidebar-expandable {
	background-color: #f9f9f9;
	border: 1px solid #e9e9e9;
	margin-top: -1px;
	color: #2b2b2b;
	transition: background 300ms ease;
}

.basket-sidebar-expandable:hover {
	background-color: #f0f0f0;
}

.basket-sidebar-expandable-open {
	/* padding: 18px 25px; */
}

.postcode-input {
	border: 1px solid #ebebeb;
	border-top: 0;
}

.basket-sidebar-expandable-title {
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	align-items: center;
	padding: 18px 25px;
	margin: 0;
}

.basket-sidebar-expandable-open .basket-sidebar-expandable-title {
	padding: 18px 25px 10px 25px;
}

.basket-sidebar-expandable-title-icon {
	flex-shrink: 0;
	height: 15px;
	width: 15px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill-rule='evenodd' fill='%23051C37' d='M12 6.999H7V12H4.999V6.999H0V5h4.999V0H7v5h5v1.999Z'/%3E%3C/svg%3E");
}

.basket-sidebar-expandable-open .basket-sidebar-expandable-title-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12px' height='2px'%3E%3Cpath fill-rule='evenodd' fill='%23051C37' d='M0.0,0.0 L12.0,0.0 L12.0,2.0 L0.0,2.0 L0.0,0.0 Z'/%3E%3C/svg%3E");
}

.basket-sidebar-expandable-content {
	display: none;
	padding: 0 25px  18px 25px;
}

.basket-sidebar-expandable-open .basket-sidebar-expandable-content {
	display: block;
}

.basket-sidebar-expandable-points .basket-sidebar-expandable-content span {
	font-weight: 600;
}

.basket-total-grid {
	display: flex;
	flex-direction: column;
	gap: 6px 0;
	margin: 0 0 10px;
	color: #2b2b2b;
	font-size: 13px;
}

.basket-totals-row {
	display: flex;
	justify-content: space-between;
}

.basket-totals-row-discount {
	color: #249a4b;
}

.basket-checkout-button {
	font-size: 18px;
	letter-spacing: -0.025em;
	font-weight: 400;
	display: flex;
	gap: 0 10px;
	align-items: center;
	justify-content: center;
}

.basket-paypal-checkout {
	text-align: center;
	margin: 12px 0 0 0;
	color: #2b2b2b;
}

.basket-paypal-checkout-text {
	font-size: 13px;
	letter-spacing: -0.025em;
	margin: 0 0 6px;
}

.basket-paypal-checkout-text span {
	font-weight: 600;
}

.basket-paypal-checkout-icon {
	height: 23px;
	display: block;
	margin: 0 auto;
}

.basket-sidebar .ui-datepicker-inline {
	width: 100%;
}

.basket-sidebar .ui-datepicker-header {
	background-color: #f3f3f3;
	border-color: transparent
}

.basket-sidebar .ui-datepicker-title {
	color: #2b2b2b;
	font-size: 13px;
	font-weight: 600;
}

.basket-sidebar .ui-datepicker th {
	font-weight: 400;
	color: #2b2b2b;
}

.basket-sidebar .ui-datepicker .ui-datepicker-prev,
.basket-sidebar .ui-datepicker .ui-datepicker-next {
	background: none;
}

.basket-sidebar .ui-datepicker td span {
	text-align: center;
}

.basket-sidebar .ui-widget-content .ui-state-active {
	background-color: #249a4b;
	border-color: #249a4b;
	color: #fff!important;
}

.basket-sidebar .ui-widget-content .ui-state-default {
	color: #2b2b2b;
	font-weight: 400;
    font-size: 12px;
	padding: 4px;
	border-color: #e9e9e9;
	border-radius: 3px;
}

.basket-sidebar .ui-widget-content .ui-state-hover {
	border-color: #249a4b;
}

.basket-sidebar .ui-datepicker table {
	margin: 0;
}

.basket-sidebar .ui-datepicker td {
	padding: 2px;
}

.basket-sidebar .ui-datepicker th {
	padding: 4px 2px;
	font-size: 12px;
}

.basket-payment-method {
	height: 25px;
	margin: 0 auto;
}

.payment-methods img {
	height: 28px;
	margin-right: 10px;
}

.payment-methods-bar img:last-child {
	margin-right: 0;
}

.payment-methods-bar {
	background-color: #fff;
	padding: 5px;
	border-radius: 3px;
}

.basket-action {
}

.basket-main .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.basket-main .select2-container--default .select2-selection--single .select2-selection__arrow {
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%0A%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='14px' height='8px' viewBox='0 0 14.4029999 8.0010004' style='enable-background:new 0 0 14.4029999 8.0010004;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%232B2B2B;%7D%0A%3C/style%3E%3Cpath class='st0' d='M6.4885001,7.7133002L0.2955,1.6779c-0.394-0.3837999-0.394-1.0062,0-1.3901999 C0.6892-0.0959,1.3281-0.0959,1.7217,0.2877l5.4800997,5.3402996l5.4795003-5.3399c0.3940001-0.384,1.0324001-0.384,1.4261999,0 c0.3940001,0.3838,0.3940001,1.0062,0,1.3898l-6.1928,6.0358c-0.197,0.1917-0.4551001,0.2873006-0.7129002,0.2873006 C6.9435,8.0010004,6.6855001,7.9047999,6.4885001,7.7133002z'/%3E%3C/svg%3E%0A");
}

.basket-main .select2-container--open .select2-selection--single .select2-selection__arrow {
	transform: rotate(-180deg)
}

.basket-subheading {
	font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #2b2b2b;
	margin: 0 0 10px;
}

.careers {
	display: flex;
	align-items: flex-start;
}

.careers-left {
	flex: 1 1 auto;
}

.careers-right {
	width: 627px;
	margin-left: 120px;
	padding: 40px;
	background: var(--Light-Grey, #EBEBEB);
	position: sticky;
	top: 20px;
	flex-shrink: 0;
}

.career-perks {
	margin-bottom: 80px;
	color: #101010;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px; /* 188.889% */
}

.careers-title {
	color: var(--Dark-Blue, #051C37);
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 40px;
}

.vacancy {
	border: 1px solid var(--Dark-Blue, #051C37);
	margin-bottom: 40px;
}

.vacancy:last-child {
	margin-bottom: 0;
}

.vacancy--title {
	color: #101010;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px; /* 111.111% */
	padding: 30px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.vacancy--title svg {
	transform: rotate(-180deg);
}

.vacancy.active .vacancy--title svg {
	transform: rotate(0);
}

.vacancy.active .vacancy--content {
	display: block;
}

.vacancy--content {
	display: none;
	color: #101010;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
	padding: 30px;
	padding-top: 0;
}

.careers-form-title {
	color: var(--Dark-Blue, #051C37);
text-align: center;
font-family: Space Grotesk;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.72px;
text-transform: uppercase;
margin-bottom: 40px;
}

.input-file {
	display: flex;
}

.input-file-dummy {
    background-color: white;
    padding: 5px 18px;
    display: flex;
    align-items: center;
}

.careers #contact_submit {
	display: flex;
width: 200px;
height: 40px;
padding: 5px 20px;
flex-direction: column;
justify-content: center;
align-items: center;color: #FFF;
text-align: center;
font-family: Space Grotesk;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 1.2px;
text-transform: uppercase;
}

.home-tab-section {
}

.home-tabs {
	flex: 1 1 auto;
}

.home-tabs:hover .home-tab {
	opacity: .7;
}

.home-tabs:hover .home-tab:hover {
	opacity: 1;
}

.home-tab {
	display: flex;
	padding: 20px 28px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
	cursor: pointer;
	transition: opacity 300ms ease;
}

.home-tab:last-child {
	margin: none;
}

.home-tab--title {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 23px; /* 115% */
	border-left: 1px solid #fff;
	padding-left: 16px;
}

.home-tabs-contents {
	margin-left: 30px;
	width: 440px;
}

.home-tab-section-inner {
	display: flex;
}

.home-tabs-content--title {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 21px; /* 116.667% */
	margin-bottom: 20px;
}

.home-tabs-content--content + .button {
	margin-top: 20px;
}

.home-tabs-content {
	display: none;
}

.home-tabs-content--content {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
}

.home-room-hire-text {
	margin-right: 75px;
}

.mission-statement {
	background-repeat: no-repeat;
	background-position: bottom right;
}

.home-welcome {
	display: flex;
	align-items: center;
}

.welcome-statement-image {
	flex: 1 1 auto;
	margin-right: 30px;
}

.home-reviews {
	display: flex;
	align-items: center;
	width: 100%;
}
.home-reviews-title-cont {
	width: 390px;
	flex-shrink:0;
	margin-right: 120px;
}

.home-reviews-reviews {
	/* flex: 1 1 auto; */
	width: calc(100% - 510px);
}

.home-reviews .cms-content {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}

.home-reviews-title {
	color: #051C37;
font-size: 57px;
font-style: normal;
font-weight: 700;
line-height: 53px; /* 92.982% */
}

.home-reviews-title span {
	color: #025ee6;
}

.welcome-statement-image img {
	display: block;
}

.home-welcome-content {
	width: 420px;
}

.home-welcome__title {
	color: #051C37;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.home-welcome__title span {
	color: #025EE6
}

.room-cont {
	border-bottom: 1px solid #000
}

.room {
	display: flex;
	padding: 80px 0;
}

.room-images {
	width: 600px;
	flex-shrink: 0;
}

#listing_options .input {
 margin-bottom: 10px;
}

.room-images img {
	display: block;
	width: 100%;
}

.room-thumbnails {
	display: flex;
	flex-wrap: wrap;
	margin: 30px -30px -30px 0;
}

.room-thumbnail {
	padding: 0 30px 30px 0;
	width: 50%;
}

.room-content {
	flex: 1 1 auto;
	position: relative;
	margin-left: 30px;
}

.room-content-inner {
	position: sticky;
	top: 15px;
}

.room-title {
	color: var(--Dark-Blue, #051C37);
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 10px;
}

.room-text {
	color: #101010;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
	margin-bottom: 15px;
}

.room-features {
	margin-top: 30px;
}

.room-feature {
	color: var(--Dark-Blue, #051C37);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 21px;
}

.video {
    padding-bottom: 56.6265%;
    position: relative
}

.video > iframe {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 100%;
	height: 100%;
}

.page-title {
	margin-bottom: 30px;
}

.cms-page .page-content {
    margin-bottom: 35px;
}

/* .video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
} */

.room-thumbnails {
	margin: 30px -30px -30px 0;
}

.room-thumbnails .listing-thumbnails--slider {
	margin: 0;
}

.room-thumbnails .listing-thumbnail--link {
	border: 0;
}

.room-thumbnails .slick-slide {
	display: block;
	width: 50%;
	height: auto;
	padding: 0 30px 30px 0;
	margin: 0;
}


.video-aspect-ratio {
	width: 100%;
}

.what-we-dos {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px -20px 0;
}

.what-we-do {
	width: 25%;
	padding: 0 20px 20px 0;
	transition: opacity 300ms ease;
}

.what-we-dos-title {
	color: #051C37;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 30px;
}

.what-we-dos-title span {
	color: #60B971;
}

.what-we-do-image {
	height: 0;
	padding-bottom: 73%;
}

.what-we-do-inner {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.home-video-block-cont .container {
    margin-top: -180px;
}

.home-video-block-cont {
	/* border-top: 1px solid #051C37; */
    margin-top: 180px;
    padding-top: 0;
}

.what-we-do-title {
	display: flex;
	text-align: center;
	padding: 10px 15px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: var(--Green, #60B971);
	color: white;
	color: #FFF;
	flex: 1 1 auto;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 23px; /* 127.778% */
}

.what-we-do-button-cont {
	margin-top: 30px;
	text-align:center;
}

.home-testimonials .slick-dots {
    display: flex;
    list-style-type: none;
    margin: 20px 0;
}

.home-bottom {
	border-top: 1px solid #051C37;
}

.home-bottom .container {
	display: flex;
	align-items: flex-start;
}

.home-bottom--testimonials {
	width: 50%;
}

.home-testimonial--image {
	width: 208px;
}

.home-testimonial--action {
	margin-top: 30px;
}

.home-testimonial--message {
	color: #051C37;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 21px; /* 150% */
}

.home-testimonial--title {
	color: #051C37;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin: 30px 0;
}

.home-testimonials .slick-dots button {
    height: 10px;
    width: 10px;
    border-radius: 5px;
    text-indent: -999px;
    overflow: hidden;
    margin-right: 14px;
    background-color: rgba(5, 28, 55, 0.20);
}

.home-testimonials .slick-dots .slick-active button {
    background-color: #051C37;
}

.home-testimonials .slick-arrow {
    position: absolute;
    bottom: 0; left: 40x;
    width: 28px;
    height: 28px;
}

.home-testimonials .slick-arrow rect {
    width: 28px;
    height: 28px;
}

.home-testimonials .slick-next {
    left: 70px;
}

.home-testimonials {
	padding-bottom: 20px;
	border-left: 1px solid #051C37;
	padding-left: 40px;
}

.home-testimonial {
	padding-right: 40px;
}

.home-downloads {
	background: #051C37;
	padding: 30px;
	color: white;
}

.home-downloads-title {
	color: #FFF;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 10px;
}

.home-downloads-text {color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
}

.home-download {
	position: relative;
	color: var(--Green, #60B971);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.32px;
	text-decoration-line: underline;
	text-transform: capitalize;
	padding: 10px 10px 10px 30px
}

.home-downloads-downloads {
	margin-top: 10px;
}

.home-download:after {
	position: absolute;
	left: 0;
	top: 5px;
	content: '';
	height: 20px;
	width: 20px;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_505_8698)'%3E%3Cpath d='M16.0072 10.8789L10 16.8861L3.99277 10.8789L5.09766 9.77402L9.21875 13.8951V0H10.7812V13.8951L14.9023 9.77402L16.0072 10.8789ZM20 18.4375H0V20H20V18.4375Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_505_8698'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}



.listing-videos {
    position: relative;
    display: block;
}
.listing-videos > div:not(:first-child) {
    margin-top: 35px;
}
.vimeo-vids .vid-container {
    overflow: hidden;
}
.vid-container {
    position: relative!important;
    height: 100%;
    width: 100%;
	padding-bottom: 56%;
}
.vid-container.vimeo-vid:not(.sel) {
    display: none;
}
.vimeo-vids .vid-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
.vid-container__button {
    position: absolute;
    cursor: pointer;
    transition: ease-in-out .5s;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 80px;
    width: 80px;
    background-color: #051C37;
    border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vid-container.playing:not(.played) .vid-container__play, .vid-container:not(.playing) .vid-container__pause, .vid-container__placeholder.hide {
    display: none;
}
.vid-container__play::before, .vid-container__pause::before {
	content: '';
	position: relative;
	height: 30px;
    width: 30px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.vid-container__play::before {
	background-image: url('data:image/svg+xml,<svg width="56" height="60" viewBox="0 0 56 60" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.7634 1.32295C5.35404 -1.77992 0.968491 0.761991 0.968491 6.99593V52.9997C0.968491 59.2399 5.35404 61.7785 10.7634 58.6785L50.973 35.6186C56.3841 32.5146 56.3841 27.4857 50.973 24.3825L10.7634 1.32295Z" fill="white"/></svg>');
	margin-left: 4px;
}
.vid-container__volume {
    position: absolute;
    right: 30px;
    top: 20px;
    opacity: 0;
    pointer-events: none;
    transition: ease-in-out .5s;
}
.vid-container__volume > span.vid-vol-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    background-color: #262626;
    height: 40px;
    width: 40px;
    transition: ease-in-out .2s;
    z-index: 2;
    cursor: pointer;
}
.vid-container__volume > span.vid-vol-item::after {
    content: '';
    height: 25px;
    width: 25px;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.vid-container__volume.volume-on .vid-volume-on, .vid-container__volume.volume-off .vid-volume-mute {
    opacity: 0;
    pointer-events: none;
}
.vid-container__volume.volume-off .vid-volume-mute, .vid-container__volume.volume-on .vid-volume-on {
    opacity: 1;
}
.volume-on span.vid-volume-on, .volume-off span.vid-volume-off {
    z-index: 2;
}
.volume-slide {
    position: absolute;
    right: 60px;
    top: 18px;
    margin: 0 auto;
    height: 5px;
    width: 110px;
    background-color: rgba(0,0,0,.5);
    z-index: 3;
    border: 0;
    transition: ease-in-out .5s;
    box-shadow: 1px 2px 8px rgba(0,0,0,0.30);
}
.volume-slide .ui-slider-range-min {
    height: 5px;
    width: 300px;
    position: absolute;
    background: #fff;
    border: none;
    border-radius: 10px;
    outline: none;
}

.vimeo-tabs {
    padding: 20px 20px 0;
    display: flex;
    justify-content: center;
}
.vimeo-tab {
    border: 1px solid;
    border-radius: 30px;
    padding: 5px 20px;
    color: #051C37;
    cursor: pointer;
    transition: ease-in-out .2s;
}
.vimeo-tab:not(.sel):hover {
	opacity: .6;
}
.vimeo-tab.sel {
	color: #60B971;
}




/* E-Learning Account Area */

.button-course {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	background-color: #051C37;
	font-size: 12px;
	text-transform: uppercase;
}

.button-course svg {
	fill: #fff;
	margin-right: 10px;
}

.no-spacing svg {
	margin-right: 0 !important;
}

.button-course span  {
	display: flex;
	align-items: center;
}

.button-ongoing {
	background-color: #025EE6;	
}

.button-completed-download,
.button-completed {
	background-color: #60B971;
}

.button-course.disabled {
	background-color: #EBEBEB;
	color: #B6B6B6;
	cursor: not-allowed;
}

.button-course.disabled svg path {
	fill: #B6B6B6;
}

.course-card--image,
.course-card--image img {
	display: block;
	width: 100%;
}

.course-card--title {
	color: #101010;
	font-family: "Space Grotesk";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.18;
	margin-bottom: 10px;
}

.course-card--inner {
	border: 1px solid #EBEBEB;
}

.course-card--main {
	padding: 10px;
}

.course-card--action {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.course-card--action > .button + .button {
	margin-top: 5px;
}

.account-course-title {
	color: #2B2B2B;
	font-family: "Space Grotesk";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.account-course-pagination-action {
	width: 100px;
	display: flex;
	align-items: center;
	color: #051C37;
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	cursor: pointer;
}

.account-course-pagination-action span {
	margin-left: 6px;
	transition: all .3s ease;
}

.account-course-pagination-action span:hover {
	text-decoration: underline;
}

.account-course-next {
	justify-content: flex-end;
}

.account-course-next span {
	margin-left: 0;
	margin-right: 6px;
}

.account-course-pageination {
	margin-top: 20px;
}

.course-card--image {
	position: relative;
}

.course-card--booked {
	position: absolute;
	top: 10px;right: 10px;
	background-color: #051C37;
	padding: 10px;
	color: #FFF;
	text-align: center;
	font-family: "Space Grotesk";
	font-size: 14px;;
	letter-spacing: 0.028em;
}

.account-course-section + .account-course-section {
	padding-top: 40px;
	margin-top: 40px;
	border-top: 2px solid #ebebeb;
}

.overlay-course .overlay--close {
	width: 24px;height: 24px;
	top: 33px;
}


#course-assign.overlay {
    position: absolute;
}
.overlay-course.overlay--inner {
    padding: 30px;
}

.course-overlay-title {
	color: #2B2B2B;
	font-family: "Space Grotesk";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 30px;
}

.course-overlay-main {
	border: 1px solid #EBEBEB;
}

.course-overlay-block {
	padding: 10px 20px;
	background-color: #051C37;
	color: #FFF;
	font-family: "Space Grotesk";
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.024em;
	text-transform: uppercase;
}

.course-assign-bg {
	background-color: #051C37;
}

.course-overlay-block-title {
	margin-left: 10px;
}

.course-bulk-upload {
	align-items: center;
	display: flex;
	flex-wrap: wrap;	
}
.course-bulk-upload .input-file-dummy {
    height: 0;
    width: 0;
    padding: 0;
}

.course-overlay-inner {
	padding: 20px;
}

.course-bulk-upload .button {
	width: 190px;
	flex-shrink: 0;
	margin-right: 10px;
}

.input-file-label {
	flex-shrink: 0;
	margin-right: 15px;	
}

.course-overlay-inner .assign-row .input {
}

.course-overlay-inner .assign-row .input input {
	border: 1px solid #051C37;
	color: var(--Dark-Blue, #051C37);
	font-family: "Space Grotesk";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.28px;
	text-transform: capitalize;
}

.assign-submit {
	margin-top: -5px;
	margin-left: 10px;
}

.course-overlay-invite-form {
	padding-bottom: 10px;
}

.hidden-assign-item {
	display: none;
}

.assign-list > .course-overlay-item:first-child {
	margin-top: 30px;
}

.user-details {
	color: var(--Dark-Blue, #051C37);
	text-align: center;
	font-family: "Space Grotesk";
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.28px;
}

.user-details > span {
	font-size: 13px;
}

.course-overlay-item + .course-overlay-item {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #EBEBEB;
}

.assign-submit,
.remove-user {
	display: flex;
	cursor: pointer;
	background-color: transparent;
}

.assign-list {
	max-height: 500px;
	overflow-y: auto;
}

.course-ongoing-bg {
	background-color: #025EE6;
}

.page-progress {
	color: var(--Dark-Blue, #051C37);
	text-align: center;
	font-family: "Space Grotesk";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.24px;
	text-transform: capitalize;
}

.ongoing-list {
	max-height: 350px;
	overflow-y: auto;
}


.course-completed-bg {
	background-color: #60B971;
}

.button-download > span {
	position: relative;
	top: -2px;
}

.course-page {
    line-height: 1.5;
}

.course-page--textarea, .course-page--questions {
    padding: 0 25px;
}

.course-page--title h1 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 25px;
}
.course-page--textarea__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.course-page--textarea:not(:last-child), .course-page--video:not(:last-child) {
	margin-bottom: 40px;
}
.course-page--images:not(:last-child) {
	margin-bottom: 10px;
}
.course-page--video {
    position: relative;
    padding: 56% 0 0;
}
.course-page--video iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.course-page--image img {
	width: 100%;
}

.account-course-complete {
    background-color: #051C37;
    text-align: center;
    padding: 135px 50px;
    flex: 1;
}
.colour_mode_dark ~ main .account-course-complete {
	background-color: #031224;
}
.account-course-complete h1 {
    color: #FFF!important;
    margin-bottom: 55px;
}
.course-complete--buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -10px -10px 0;
}
.course-complete--buttons a {
	margin: 0 10px 10px 0;
	text-transform: uppercase;
	font-weight: 400;
}
.course-complete--buttons .button-secondary:hover {
	background-color: #498b55;
}

.course-test--questions {
    font-size: 16px;
	padding: 0 25px 30px;
}

.course-test--questions label {
	line-height: 1.35;
}

.course-test--questions > div {
    /* margin-bottom: 40px; */
}
.course-test--questions + .course-test--questions {
	padding-top: 30px;
	border-top: 1px solid #e9e9e9;
}

.course-test--question {
    margin-bottom: 10px;
}
.course-test--answer {
    margin-bottom: 10px;
}
.course-test--answer > strong {
    color: #025EE6;
}
.course-test--answer > small {
    font-size: 14px;
}
.course-test--answers.multi > div, .course-test--answers.single > div {
	display: flex;
	align-items: flex-start;
}
.course-test--answers.multi > div:not(:last-child), .course-test--answers.single > div:not(:last-child) {
    margin-bottom: 15px;
}
.course-test--answers:not(:last-child) {
    margin-bottom: 20px;
}
.course-test--answers.multi > div input, .course-test--answers.single > div input {
    margin-right: 10px;
	margin-top: 4px;
}

.account-course-pagination-incomplete {
	cursor: not-allowed;
	opacity: 0.5;
	pointer-events: none;
}
.account-course-pagination-last-page {
	display: none;
}

.overlay-listing .overlay--inner {
    border: 1px solid #001D39;
    padding: 50px;
    max-width: 95%;
    width: 640px;
}
#listing_olay_lead.overlay-listing .overlay--inner {
	width: 720px;
}
.overlay-listing .overlay--close {
    right: 15px;
}
.overlay-listing .overlay-main > div {
    display: block;
}
.overlay-listing .overlay-main > div.flex {
    display: flex;
}
.overlay-listing .overlay-main > div:not(:last-child) {
    margin-bottom: 32px;
}
.overlay-main--text {
    font-size: 18px;
    text-align: center;
	color: #000;
}
.overlay-main--text:not(:last-child) {
	margin-bottom: 30px;
}
.overlay-main--text > * {
	line-height: 1.5;
}
.overlay-main--text a {
    font-weight: 600;
}
.overlay-main--buttons .button {
    min-width: 160px;
}

.js-msg {
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.e-learning--item .product-item--top-label {
    background-color: #025EE6;
    color: #FFF;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 5px 10px;
}


.fake-radios {
    display: flex;
    flex-direction: column;
	align-items: flex-start;
}
.fake-radios:not(:last-child) {
	margin-bottom: 15px;
}
.fake-radio {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.fake-radio:not(:last-child) {
    margin-bottom: 10px;
}
.fake-radio input {
    display: none;
}
.fake-radio--display {
    position: relative;
    width: 24px;
    height: 13px;
    background-color: #A0A0A0;
    border-radius: 10px;
	transition: ease-in-out .2s;
	margin-right: 8px;
}
.fake-radio--display::after {
	content: '';
	position: absolute;
	left: 2px;top: 2px;
	height: 9px;width: 9px;
	border-radius: 10px;
	background-color: #FFF;
	transition: ease-in-out .2s;
}
.fake-radio input:checked + .fake-radio--display {
	background-color: #025EE6;
}
.fake-radio input:checked + .fake-radio--display::after {
	margin-left: 11px;
}
.fake-radios--title {
    font-weight: 600;
    color: #051C37;
    margin-bottom: 10px;
}

form.colour-modes {
    margin-top: 40px;
}

/*DARK -- colour mode*/
.colour_mode_dark ~ main, 
.colour_mode_dark ~ main .account-sidebar, 
.colour_mode_dark ~ main .account-main {
    background-color: #051C37;
	color: #FFFFFF;
	border-color: #013E85;
}

.colour_mode_dark ~ main .fake-radio--display::after {
	background-color: #051C37;
}
.colour_mode_dark ~ main .account-sidebar-btm {
	background-color: #023672;
}
.colour_mode_dark ~ main .fake-radio--display {
	background-color: #FFF;
}
.colour_mode_dark ~ main .fake-radio input:checked + .fake-radio--display, .colour_mode_dark ~ main .account-table .button {
	background-color: #60B971;
}

.colour_mode_dark ~ main .account-sidebar--menu,.colour_mode_dark ~ main .account-sidebar nav li a, .colour_mode_dark ~ main .account-heading, 
.colour_mode_dark ~ main .account-panel--inner, .colour_mode_dark ~ main .account-table, .colour_mode_dark ~ main .account-latest-orders,
.colour_mode_dark ~ main .account-table .dblc, .colour_mode_dark ~ main .course-card--inner, .colour_mode_dark ~ main .account-course-section + .account-course-section, 
.colour_mode_dark ~ main .account-details--block, .colour_mode_dark ~ main .address-block--inner, .colour_mode_dark ~ main .address-block--add-inner {
	border-color: #013E85;
}
.colour_mode_dark ~ main .button-assign {
	border: 1px solid #013E85;
}
.colour_mode_dark ~ main .button-assign:hover {
	border-color: #60B971;
}

.colour_mode_dark ~ main .account-sidebar nav a, .colour_mode_dark ~ main .account-sidebar-btm *, .colour_mode_dark ~ main .fake-radios--title, 
.colour_mode_dark ~ main .account-heading h1, .colour_mode_dark ~ main .account-heading h2, .colour_mode_dark ~ main .account-course-title,
.colour_mode_dark ~ main .course-card--title, .colour_mode_dark ~ main .account-panel--inner, .colour_mode_dark ~ main .account-table .dblc, 
.colour_mode_dark ~ main .account-subtitle, .colour_mode_dark ~ main .course-page--title h1, .colour_mode_dark ~ main .account-course-pagination-action, 
.colour_mode_dark ~ main .account-main-filter, .colour_mode_dark ~ main .account-details--title-text, 
.colour_mode_dark ~ main .account-table--value, .colour_mode_dark ~ main .address-block--inner {
	color: #FFFFFF;
}
.colour_mode_dark ~ main .account-sidebar nav .sel, 
.colour_mode_dark ~ main .account a:not(.button):hover {
	color: #60B971;
}
.colour_mode_dark ~ main .account-table--label, .colour_mode_dark ~ main .address-block--title {
    color: #cccccc;
}

.colour_mode_dark ~ main .account-course-pagination-action svg path {
	fill: #60B971;
}

/*DYSLEXIC -- colour mode*/
.colour_mode_dyslexic ~ main {
    font-weight: 500;
}
.colour_mode_dyslexic ~ main, .colour_mode_dyslexic ~ main .account-sidebar, .colour_mode_dyslexic ~ main .account-main {
    background-color: #F7D93C;
    color: #191919;
    border-color: #191919;
}

.colour_mode_dyslexic ~ main .fake-radio--display::after {
	background-color: #F7D93C;
}
.colour_mode_dyslexic ~ main .account-sidebar-btm, .colour_mode_dyslexic ~ main .fake-radio--display,.colour_mode_dyslexic ~ main .fake-radio input:checked + .fake-radio--display, 
.colour_mode_dyslexic ~ main .account-table .button, .colour_mode_dyslexic ~ main .account-latest-orders .button, .colour_mode_dyslexic ~ main .course-card--inner, 
.course-card--booked {
	background-color: #191919;
}

.colour_mode_dyslexic ~ main .account-sidebar--menu,.colour_mode_dyslexic ~ main .account-sidebar nav li a, .colour_mode_dyslexic ~ main .account-heading, 
.colour_mode_dyslexic ~ main .account-panel--inner, .colour_mode_dyslexic ~ main .account-table, .colour_mode_dyslexic ~ main .account-latest-orders,
.colour_mode_dyslexic ~ main .account-table .dblc, .colour_mode_dyslexic ~ main .course-card--inner, .colour_mode_dyslexic ~ main .account-course-section + .account-course-section, 
.colour_mode_dyslexic ~ main .account-details--block, .colour_mode_dyslexic ~ main .address-block--inner, .colour_mode_dyslexic ~ main .address-block--add-inner, 
.colour_mode_dyslexic ~ main .account-main-filter {
	border-color: #191919;
}

.colour_mode_dyslexic ~ main .button-assign, .colour_mode_dyslexic ~ main .button-play {
	border: 1px solid #F7D93C;
	background-color: transparent;
}
.colour_mode_dyslexic ~ main .button-assign:hover, .colour_mode_dyslexic ~ main .button-play:hover {
	border-color: #60B971;
}

.colour_mode_dyslexic ~ main .button-ongoing {
	background-color: #EBEBEB; 
	color: #191919;
}
.colour_mode_dyslexic ~ main .button-ongoing svg path, .colour_mode_dyslexic ~ main .button-completed svg path {
	fill: #191919;
}

.colour_mode_dyslexic ~ main .button-completed {
	background-color: #F7D93C;
	color: #191919;
}
.colour_mode_dyslexic ~ main .button-completed.disabled {
	opacity: .8;
}

.colour_mode_dyslexic ~ main .account-sidebar nav a, .colour_mode_dyslexic ~ main .fake-radios--title, 
.colour_mode_dyslexic ~ main .account-heading h1, .colour_mode_dyslexic ~ main .account-heading h2, .colour_mode_dyslexic ~ main .account-course-title,
.colour_mode_dyslexic ~ main .account-panel--inner, .colour_mode_dyslexic ~ main .account-table .dblc, 
.colour_mode_dyslexic ~ main .account-subtitle, .colour_mode_dyslexic ~ main .course-page--title h1, .colour_mode_dyslexic ~ main .account-course-pagination-action, 
.colour_mode_dyslexic ~ main .account-main-filter, .colour_mode_dyslexic ~ main .account-details--title-text, 
.colour_mode_dyslexic ~ main .account-table--value, .colour_mode_dyslexic ~ main .address-block--inner .colour_mode_dyslexic ~ main .account-sidebar nav .sel, 
.colour_mode_dyslexic ~ main .account a:not(.button):hover {
	color: #191919;
}
.colour_mode_dyslexic ~ main .account-sidebar-btm *, .colour_mode_dyslexic ~ main .course-card--title {
	color: #FFFFFF;
}
.colour_mode_dyslexic ~ main .account-table--label, .colour_mode_dyslexic ~ main .address-block--title {
    color: #cccccc;
}
.colour_mode_dyslexic ~ main .account-sidebar nav .sel {
	font-weight: 700;
}

.colour_mode_dyslexic ~ main .account-course-pagination-action svg path {
	fill: #191919;
}

.colour_mode_sub_deuteranopia ~ main {
    filter: saturate(85%);
}
.colour_mode_sub_protanopia ~ main {
    filter: grayscale(20%);
}
.colour_mode_sub_tritanopia ~ main {
    filter: contrast(105%);
}


.content-videos {
    display: flex;
    justify-content: center;
}
.content-video {
    flex: 1;
    max-width: 640px;
}
.content-video:not(:last-child) {
	margin-right: 10px;
}

/* CONTENT FORM STYLES */ 
.form-page--form form {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}

.plain-inputs label {
    font-weight: 500;
	margin: 3px 0 8px;
    display: block;
}
.plain-inputs .input-note {
	margin-top: 5px;
	margin-bottom: -5px;
	font-size: 12px;
}
.plain-inputs .input input[type="text"],
.plain-inputs .input input[type="email"],
.plain-inputs .input input[type="search"],
.plain-inputs .input input[type="tel"],
.plain-inputs .input input[type="password"],
.plain-inputs .input input[type="number"],
.plain-inputs .input textarea,
.plain-inputs .input-file-dummy,
.plain-inputs .input-text-dummy {
	padding: 15px 12px;
}
.plain-inputs .select2-basic--container.select2-selection--single .select2-selection__rendered {
	padding: 14px 12px;
}
.form-page--content .content > * {
    font-size: 15px;
}
.form-page--form--title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
	color: #051C37;
}
.form-page--form--text {
    margin-top: -15px;
    margin-bottom: 25px;
}

.form-bottom--note {
    margin-left: 20px;
}


/*ADVANCED CONTENT*/ 
.advanced-header {
	margin-top: 40px;
	color: #FFF;
	display: flex;
}
.advanced-header.has-img {
	background-color: #051C37;
}
.has-img > .advanced-header--main {
    width: 50%;
    min-height: 250px;
	padding: 25px 40px;
}
.advanced-header:not(.has-img) > .advanced-header--main {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #EEE;
    padding-bottom: 40px;
}
.advanced-header.has-img h1, .advanced-header.has-img .content > * {
	color: #FFF;
}
.advanced-header h1 {
	font-size: 40px;
	margin-bottom: 15px;
	line-height: 1;
}
.advanced-header .content > *:last-child {
	margin-bottom: 0;
}

.advanced-content {
    position: relative;
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
}
.advanced-content:not(.img-ovfl) {
    padding-top: 50px;
    padding-bottom: 50px;
}
.advanced-content:nth-child(even) {
    background-color: #EEE;
}

.advanced-content--title {
    font-size: 30px;
}

.advanced-content.text-light, .advanced-content.text-light .advanced-content--title, .advanced-content.text-light .advanced-content--content {
	color: #FFF;
}
.advanced-content--side-img {
    min-width: 50%;
	margin-left: 40px;
}
.advanced-content--img-group {
	min-width: 57%;
	margin-left: 40px;
}
.advanced-content--main.flex-rev .advanced-content--side-img, 
.advanced-content--main.flex-rev .advanced-content--img-group {
	margin-left: 0;
	margin-right: 40px;
}
.advanced-content > div > *:not(:last-child) {
    margin-bottom: 35px;
}

.img-ovfl .advanced-content--main {
    padding: 40px 40px 40px 0;
    width: 50%;
	min-height: 250px;
}
.img-ovfl .advanced-content--main.flex-rev {
    padding: 40px 0 40px 40px;
	margin-left: 50%;
}
.img-ovfl .advanced-content--side-img {
    position: absolute;
	right: 0; top: 0; bottom: 0;
    width: 50%;
	margin: 0!important;
}
.img-ovfl .flex-rev .advanced-content--side-img {
    right: unset;
	left: 0;
}

.img-ovfl .advanced-content--side-img img {
	visibility: hidden;
}

.advanced-content--videos > div {
    min-width: 50%;
}
.advanced-content--videos .video-element {
    overflow: hidden;
    height: 0;
}

.gallery-card,
.gallery-card img {
	display: block;
}

.gallery-card img {
	width: 100%;
}

.gallery-card > div {
	background-color: #E3FFFE;
	padding: 3px;
	text-align: center;
	font-size: 14px;
	color: #1e1e1e;
}

.gallery-card > div > span {
	font-size: 12px;
}

.video-gallery {
	flex-direction: row!important;
}
.video-gallery > div {
    width: 33.3333333%;
}
.video-gallery--item {
	height: 100%;
    padding: 10px;
    background-color: #051C37;
	text-align: center;
	color: #FFFFFF;
}
.video-gallery--video {
    position: relative;
    padding: 0 0 55% 0;
    overflow: hidden;
    margin-bottom: 10px;
}
.video-gallery--video > iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}
.video-gallery--main {
    padding: 10px;
}
.video-gallery--title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}
.video-gallery--item .button {
    margin-top: 10px;
    padding: 8px 12px;
}
.video-gallery--item .button:hover {
	background-color: #468752;
}

.award-page {
	position: relative;
    text-align: center;
}
.award-page::before {
	left: 0;
	background-image: url('data:image/svg+xml,<svg width="400" height="1535" viewBox="0 0 400 1535" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1772_64)"><path d="M175.911 317.345C197.144 298.701 216.942 278.742 235.06 257.498C305.465 176.135 358.749 56.6018 302.866 -9.60907C225.768 -88.1316 63.609 -17.414 -36.3825 69.6258C-137.706 155.111 -232.418 304.53 -166.627 392.743C-109.753 458.104 16.5296 423.751 107.713 366.633C131.48 351.982 154.235 335.473 175.911 317.345ZM179.262 321.256C157.712 340.163 134.915 357.515 110.906 373.042C19.2133 432.929 -113.012 474.718 -179.298 403.601C-253.814 304.794 -151.267 147.064 -46.3115 58.04C57.7325 -32.0474 229.304 -109.235 315.537 -20.468C375.666 55.9245 314.125 180.193 240.904 261.634C221.884 282.983 201.246 302.855 179.262 321.256Z" fill="url(%23paint0_linear_1772_64)"/><path d="M3.97351 931.581C24.6881 913.392 44.003 893.92 61.678 873.195C130.365 793.819 182.347 677.203 127.829 612.609C52.6126 536.003 -105.587 604.995 -203.137 689.909C-301.987 773.308 -394.387 919.079 -330.202 1005.14C-274.716 1068.9 -151.517 1035.39 -62.5596 979.666C-39.3729 965.372 -17.1732 949.266 3.97351 931.581ZM7.24272 935.396C-13.7812 953.842 -36.0223 970.77 -59.4449 985.918C-148.899 1044.34 -277.896 1085.11 -342.563 1015.73C-415.261 919.336 -315.217 765.457 -212.824 678.606C-111.32 590.718 56.0629 515.416 140.191 602.015C198.851 676.543 138.813 797.777 67.3796 877.23C48.8242 898.057 28.6898 917.444 7.24272 935.396Z" fill="url(%23paint1_linear_1772_64)"/><path d="M-1.89198 1519.53C27.2253 1505.08 55.1364 1488.75 81.5586 1470.49C183.885 1400.86 278.465 1283.74 235.922 1193.61C173.433 1083.52 -27.7447 1114.18 -164.64 1181.37C-302.556 1246.44 -452.029 1384.54 -404.975 1502.06C-361.078 1591.53 -210.536 1590.69 -92.2801 1554.16C-61.5268 1544.9 -31.3488 1533.27 -1.89198 1519.53ZM0.676973 1524.87C-28.8704 1539.51 -59.345 1552.06 -90.626 1562.22C-210.267 1601.68 -369.614 1609.04 -422.272 1510.38C-475.892 1378.5 -315.252 1233.49 -172.252 1165.56C-29.9503 1096.18 183.605 1061.1 253.219 1185.28C297.472 1287.99 192.312 1407.93 86.8324 1476.82C59.376 1494.92 30.5569 1510.91 0.676973 1524.87Z" fill="url(%23paint2_linear_1772_64)"/><path d="M89.0876 164.252C61.4593 158.324 33.6313 154.332 5.77446 152.454C-101.523 144.45 -229.254 172.95 -249.085 257.291C-266.149 366.006 -112.686 454.016 16.8101 482.386C145.853 512.753 322.278 499.691 353.863 394.276C372.42 309.645 269.543 228.753 169.32 189.611C143.386 179.267 116.565 170.844 89.0876 164.252ZM90.2285 159.23C118.257 165.256 145.78 173.211 172.561 183.226C275.311 221.125 387.701 302.355 370.136 397.973C335.247 516.71 147.479 528.439 13.4297 497.266C-120.93 467.459 -285.198 375.75 -265.358 253.594C-239.885 159.773 -103.429 135.078 5.61011 145.296C34.0892 147.835 62.348 152.554 90.2285 159.23Z" fill="url(%23paint3_linear_1772_64)"/><path d="M-67.2472 863.061C-87.1908 886.683 -105.369 911.494 -121.519 937.421C-184.475 1036.89 -222.705 1174.87 -151.488 1237.43C-55.3154 1309.86 108.64 1207 202.684 1096.59C298.421 987.638 376.619 810.591 291.106 725.839C218.954 664.363 87.9064 722.046 -1.4688 798.656C-24.8028 818.369 -46.7404 839.927 -67.2472 863.061ZM-71.5081 859.375C-51.264 835.418 -29.4176 812.94 -5.96414 792.241C83.5117 712.551 219.782 645.858 303.051 712.032C399.725 806.829 314.401 994.142 215.309 1107.51C117.376 1221.88 -55.7135 1333.27 -163.433 1251.24C-240.898 1178.35 -194.503 1033.91 -128.514 933.896C-111.404 907.708 -92.3037 882.855 -71.5081 859.375Z" fill="url(%23paint4_linear_1772_64)"/><path d="M70.043 595.588C92.0927 584.952 113.25 572.886 133.302 559.359C210.95 507.782 283.164 420.372 251.883 352.138C205.749 268.704 53.9851 290.104 -49.6757 339.553C-154.088 387.396 -267.817 490.138 -233.37 579.036C-201.064 646.791 -87.6846 647.42 1.68072 620.903C24.9188 614.189 47.7436 605.689 70.043 595.588ZM71.9328 599.629C49.5575 610.41 26.5016 619.604 2.85847 626.993C-87.5744 655.704 -207.64 659.902 -246.466 585.16C-285.737 485.393 -163.54 377.531 -55.2749 327.578C52.4757 276.525 213.598 251.91 264.979 346.014C297.442 423.732 217.237 513.179 137.22 564.167C116.391 577.573 94.5527 589.371 71.9328 599.629Z" fill="url(%23paint5_linear_1772_64)"/><path d="M-29.3014 1198.47C-4.93098 1212.77 20.2366 1225.3 46.0957 1235.83C145.455 1277.11 275.675 1290.15 320.983 1216.3C371.314 1118.44 253.242 986.702 139.2 919.11C26.2149 849.765 -145.391 806.779 -208.474 896.949C-252.663 971.474 -180.383 1080.57 -97.5156 1149.2C-76.1409 1167.17 -53.3201 1183.58 -29.3014 1198.47ZM-31.9611 1202.88C-56.6802 1188.36 -80.3151 1172.16 -102.597 1154.25C-188.254 1086.01 -269.46 973.598 -222.763 888.33C-152.362 786.549 29.5958 834.363 147.08 906.044C265.289 976.526 392.46 1115.17 335.272 1224.92C281.632 1306 144.323 1286.61 44.0045 1242.67C17.7624 1231.32 -7.58624 1217.97 -31.9611 1202.88Z" fill="url(%23paint6_linear_1772_64)"/></g><defs><linearGradient id="paint0_linear_1772_64" x1="309.202" y1="-15.0386" x2="-172.962" y2="398.172" gradientUnits="userSpaceOnUse"><stop stop-color="%23265CFA"/><stop offset="1" stop-color="%238394FA"/></linearGradient><linearGradient id="paint1_linear_1772_64" x1="134.01" y1="607.312" x2="-336.382" y2="1010.43" gradientUnits="userSpaceOnUse"><stop stop-color="%23265CFA"/><stop offset="1" stop-color="%238394FA"/></linearGradient><linearGradient id="paint2_linear_1772_64" x1="244.57" y1="1189.44" x2="-413.623" y2="1506.22" gradientUnits="userSpaceOnUse"><stop stop-color="%23265CFA"/><stop offset="1" stop-color="%238394FA"/></linearGradient><linearGradient id="paint3_linear_1772_64" x1="-257.221" y1="255.443" x2="361.999" y2="396.124" gradientUnits="userSpaceOnUse"><stop stop-color="%2360B971"/><stop offset="1" stop-color="%23CCFFD5"/></linearGradient><linearGradient id="paint4_linear_1772_64" x1="-157.46" y1="1244.33" x2="297.079" y2="718.936" gradientUnits="userSpaceOnUse"><stop stop-color="%2360B971"/><stop offset="1" stop-color="%23CCFFD5"/></linearGradient><linearGradient id="paint5_linear_1772_64" x1="258.431" y1="349.076" x2="-239.918" y2="582.098" gradientUnits="userSpaceOnUse"><stop stop-color="%23E3BB42"/><stop offset="1" stop-color="%23EDD089"/></linearGradient><linearGradient id="paint6_linear_1772_64" x1="328.127" y1="1220.61" x2="-215.618" y2="892.639" gradientUnits="userSpaceOnUse"><stop stop-color="%23E3BB42"/><stop offset="1" stop-color="%23EDD089"/></linearGradient><clipPath id="clip0_1772_64"><rect width="400" height="1535" fill="white"/></clipPath></defs></svg>'); 
}
.award-page::after {
	right: 0;
	background-image: url('data:image/svg+xml,<svg width="400" height="1535" viewBox="0 0 400 1535" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1772_73)"><path d="M224.089 1124.65C202.856 1143.3 183.058 1163.26 164.94 1184.5C94.5348 1265.86 41.2514 1385.4 97.1337 1451.61C174.232 1530.13 336.391 1459.41 436.382 1372.37C537.706 1286.89 632.418 1137.47 566.626 1049.26C509.753 983.896 383.47 1018.25 292.287 1075.37C268.52 1090.02 245.765 1106.53 224.089 1124.65ZM220.738 1120.74C242.288 1101.84 265.085 1084.48 289.094 1068.96C380.787 1009.07 513.012 967.282 579.298 1038.4C653.814 1137.21 551.267 1294.94 446.311 1383.96C342.267 1474.05 170.696 1551.23 84.4626 1462.47C24.3341 1386.08 85.8752 1261.81 159.096 1180.37C178.116 1159.02 198.754 1139.15 220.738 1120.74Z" fill="url(%23paint0_linear_1772_73)"/><path d="M396.026 537.162C375.312 555.351 355.997 574.823 338.322 595.548C269.635 674.925 217.653 791.54 272.171 856.134C347.387 932.74 505.587 863.749 603.137 778.834C701.987 695.435 794.387 549.664 730.202 463.606C674.716 399.84 551.517 433.354 462.56 489.078C439.373 503.371 417.173 519.477 396.026 537.162ZM392.757 533.347C413.781 514.902 436.022 497.973 459.445 482.825C548.899 424.4 677.896 383.632 742.563 453.012C815.261 549.407 715.217 703.287 612.824 790.137C511.32 878.025 343.937 953.328 259.809 866.728C201.149 792.201 261.187 670.966 332.62 591.513C351.176 570.686 371.31 551.299 392.757 533.347Z" fill="url(%23paint1_linear_1772_73)"/><path d="M401.892 -82.5301C372.775 -68.082 344.864 -51.7486 318.441 -33.4903C216.115 36.1389 121.535 153.264 164.078 243.393C226.567 353.482 427.745 322.819 564.64 255.628C702.556 190.558 852.029 52.4613 804.975 -65.0566C761.078 -154.534 610.536 -153.687 492.28 -117.155C461.527 -107.896 431.349 -96.2725 401.892 -82.5301ZM399.323 -87.8679C428.87 -102.514 459.345 -115.062 490.626 -125.224C610.266 -164.685 769.614 -172.04 822.272 -73.3813C875.892 58.4949 715.252 203.515 572.252 271.443C429.95 340.824 216.395 375.896 146.781 251.718C102.528 149.014 207.688 29.0677 313.168 -39.8166C340.624 -57.9247 369.443 -73.9128 399.323 -87.8679Z" fill="url(%23paint2_linear_1772_73)"/><path d="M310.912 1277.75C338.541 1283.68 366.369 1287.67 394.226 1289.55C501.523 1297.55 629.254 1269.05 649.085 1184.71C666.149 1076 512.686 987.985 383.19 959.615C254.147 929.248 77.722 942.31 46.1373 1047.73C27.5796 1132.36 130.457 1213.25 230.68 1252.39C256.614 1262.73 283.435 1271.16 310.912 1277.75ZM309.772 1282.77C281.744 1276.74 254.22 1268.79 227.439 1258.77C124.689 1220.88 12.2985 1139.65 29.8645 1044.03C64.7525 925.291 252.521 913.562 386.57 944.735C520.93 974.542 685.198 1066.25 665.358 1188.41C639.885 1282.23 503.429 1306.92 394.39 1296.7C365.911 1294.17 337.652 1289.45 309.772 1282.77Z" fill="url(%23paint3_linear_1772_73)"/><path d="M467.247 605.682C487.191 582.06 505.369 557.249 521.519 531.322C584.475 431.855 622.705 293.872 551.488 231.315C455.315 158.884 291.36 261.739 197.316 372.155C101.579 481.105 23.3808 658.153 108.894 742.904C181.046 804.381 312.094 746.698 401.469 670.087C424.803 650.374 446.74 628.816 467.247 605.682ZM471.508 609.368C451.264 633.325 429.418 655.803 405.964 676.502C316.488 756.192 180.218 822.886 96.9488 756.711C0.274927 661.914 85.5993 474.601 184.691 361.233C282.624 246.862 455.713 135.477 563.433 217.507C640.898 290.391 594.503 434.838 528.514 534.848C511.405 561.035 492.304 585.888 471.508 609.368Z" fill="url(%23paint4_linear_1772_73)"/><path d="M329.628 817.646C307.578 828.282 286.421 840.348 266.369 853.876C188.721 905.452 116.507 992.862 147.788 1061.1C193.922 1144.53 345.686 1123.13 449.347 1073.68C553.758 1025.84 667.488 923.097 633.041 834.198C600.735 766.444 487.355 765.814 397.99 792.331C374.752 799.045 351.927 807.545 329.628 817.646ZM327.738 813.605C350.113 802.824 373.169 793.63 396.812 786.241C487.245 757.53 607.311 753.332 646.137 828.075C685.408 927.841 563.21 1035.7 454.946 1085.66C347.195 1136.71 186.073 1161.32 134.692 1067.22C102.229 989.502 182.434 900.056 262.45 849.067C283.28 835.661 305.118 823.863 327.738 813.605Z" fill="url(%23paint5_linear_1772_73)"/><path d="M429.301 270.275C404.931 255.973 379.763 243.446 353.904 232.918C254.545 191.632 124.325 178.591 79.0174 252.442C28.6856 350.302 146.758 482.042 260.8 549.633C373.785 618.978 545.391 661.964 608.474 571.795C652.663 497.269 580.383 388.168 497.516 319.54C476.141 301.578 453.32 285.16 429.301 270.275ZM431.961 265.865C456.68 280.386 480.315 296.579 502.597 314.496C588.254 382.737 669.46 495.145 622.763 580.414C552.362 682.194 370.404 634.38 252.92 562.699C134.711 492.217 7.53973 353.573 64.728 243.823C118.368 162.742 255.677 182.136 355.996 226.07C382.238 237.422 407.586 250.774 431.961 265.865Z" fill="url(%23paint6_linear_1772_73)"/></g><defs><linearGradient id="paint0_linear_1772_73" x1="90.798" y1="1457.04" x2="572.962" y2="1043.83" gradientUnits="userSpaceOnUse"><stop stop-color="%23265CFA"/><stop offset="1" stop-color="%238394FA"/></linearGradient><linearGradient id="paint1_linear_1772_73" x1="265.99" y1="861.431" x2="736.382" y2="458.309" gradientUnits="userSpaceOnUse"><stop stop-color="%23265CFA"/><stop offset="1" stop-color="%238394FA"/></linearGradient><linearGradient id="paint2_linear_1772_73" x1="155.43" y1="247.555" x2="813.623" y2="-69.2189" gradientUnits="userSpaceOnUse"><stop stop-color="%23265CFA"/><stop offset="1" stop-color="%238394FA"/></linearGradient><linearGradient id="paint3_linear_1772_73" x1="657.221" y1="1186.56" x2="38.0011" y2="1045.88" gradientUnits="userSpaceOnUse"><stop stop-color="%2360B971"/><stop offset="1" stop-color="%23CCFFD5"/></linearGradient><linearGradient id="paint4_linear_1772_73" x1="557.46" y1="224.411" x2="102.921" y2="749.808" gradientUnits="userSpaceOnUse"><stop stop-color="%2360B971"/><stop offset="1" stop-color="%23CCFFD5"/></linearGradient><linearGradient id="paint5_linear_1772_73" x1="141.24" y1="1064.16" x2="639.589" y2="831.136" gradientUnits="userSpaceOnUse"><stop stop-color="%23E3BB42"/><stop offset="1" stop-color="%23EDD089"/></linearGradient><linearGradient id="paint6_linear_1772_73" x1="71.8726" y1="248.132" x2="615.618" y2="576.104" gradientUnits="userSpaceOnUse"><stop stop-color="%23E3BB42"/><stop offset="1" stop-color="%23EDD089"/></linearGradient><clipPath id="clip0_1772_73"><rect width="400" height="1535" fill="white" transform="translate(400 1535) rotate(180)"/></clipPath></defs></svg>');
}
.award-page::before, 
.award-page::after {
	content: '';
	position: absolute;
	top: 0; 
	width: 400px;
	height: 100%; 
	background-size: 100% auto; 
	background-position: top center;
	background-repeat: no-repeat;
}
.award-page--container {
    max-width: 1840px;
    padding: 0 400px;
}
.award-page--inner {
    gap: 100px;
}
.award-page .page-title {
    font-size: 52px;
    text-transform: uppercase;
	color: #E1B734;
	background: linear-gradient(to top, #E1B734 0%, #EED395 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0;
}
.award-page--logo {
    width: 100%;
    max-width: 652px;
}
.award-page--awardee {
	gap: 50px;
    width: 100%;
    max-width: 635px;
}
.award-page--awardee > * {
    margin: 0;
}
.award-page--text-start, .award-page--text-end {
    font-size: 24px;
    line-height: 1.2;
    color: #101010;
}
.award-page--awardee-name {
    font-size: 46px;
    font-weight: 400;
}
.award-page--grantor {
    gap: 20px;
}
.award-page--content {
    width: 100%;
    max-width: 920px;
}
.award-page--content > .content {
    margin-bottom: 40px;
}
.award-page--content > .content:last-child {
    margin: 0;
}
.award-page--content > .content > * {
    font-size: 16px;
}
.award-page--content:last-child > .content p:last-child {
	margin-bottom: 0!important;
}
.award-page--content > .button {
    text-transform: uppercase;
    letter-spacing: 0.02em;
    padding: 10px 28px;
}