html {
    scroll-behavior: auto !important;
}

h1, h2, h3, h4, h5, h6,
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-family: 'Montserrat';
}

#main h1, #content h1 {
    font-weight: 600;
    font-size: 3.5rem;
    line-height: 1.2em;
}

p, b, div, span {
    font-family: 'Open Sans';
}

section h4 {
    font-weight: 400;
}

.homepage #content {
    /* margin-top: 285px; */
}

.ama-logo {
    min-width: 10em;
}

ul#secondary-navbar {
    max-height: 40px;
}

#content {
    margin-top: 144px;
}

#main .border-top {
    border-top: 1px solid #939597 !important;
}

section {
    padding: 90px 0 90px;
}

section h2, section .h2 {
    font-weight: 400;
}

div#page {
    padding-bottom: 34em;
    width: 100%;
    height: auto;
}

div#content {
    background: #fff;
    z-index: 10;
    min-height: 85vh;
}

section {
    z-index: 10;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

p a {
    display: inline;
    position: relative;
    overflow: hidden;
    text-decoration: unset;
    font-weight: 400;
    /* color: #fff; */
    color: #BE1E2D;
    padding-bottom: 1px;
    border-bottom: 1px solid #fff;
    transition: .3s ease all;
}

.contact-us-details p a,
.wpsl-content-div p a {
    color: #be1e2d;
    text-decoration: underline;
}

.contact-us-details p a:hover,
.wpsl-content-div p a:hover {
    color: #be1e2d;
    text-decoration: none;
}

/* p a:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    width: 0;
    bottom: 2px;
    background: #BE1E2D ;
    height: 1px;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
} */

.text-white p a:after {
    background: #fff;
}

.text-white .tile-content p a:after {
    background: #BE1E2D;
}

p a:hover, p a:focus {
    /* color: #fff; */
    color: #BE1E2D;
    opacity: .8;
}

p a:hover:after,
p a:focus:after,
p a:active:after {
    left: 0;
    right: auto;
    width: 100%;
}

small b {
    font-weight: 600;
    /* color: #000; */
}

.hero-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 55vh;
}

.short-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 40vh;
}

/* PAGE 404 */
#main .page-404 h1 {
    font-size: 250px;
    line-height: 250px;
}

#main .page-404 h2 {
    font-size: 54px;
}

/* BUTTON */

.btn.btn-primary {
    display: inline-block;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border: 1px solid #BE1E2D;
    box-shadow: 0px 0px 0px 1px transparent;
    border-radius: 5px;
    background: transparent;
    color: #BE1E2D;
    font-weight: 600;
    transition: .3s ease all;
}

.btn.btn-secondary {
    display: inline-block;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border: 2px solid #BE1E2D;
    box-shadow: 0px 0px 0px 1px transparent;
    border-radius: 5px;
    background: #BE1E2D;
    color: #fff;
    font-weight: 600;
    transition: .3s ease all;
}

.btn i {
    margin-left: 5px;
    font-size: 14px;
    position: relative;
    left: 0;
    transition: .3s ease-in-out all;
}

.btn.btn-primary:hover {
    box-shadow: 0px 0px 0px 1px #be1e2d;
    background: transparent;
    color: #BE1E2D;
}

.btn.btn-primary:focus,
.btn.btn-primary:active {
    background: #BE1E2D;
    color: #fff;
}

.btn:hover i {
    left: 3px;
}

.btn.btn-secondary {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
}

.btn.btn-secondary:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 1px solid #be1e2d;
}

.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
    color: #be1e2d;
}

.btn.btn-secondary:hover:before, .btn.btn-secondary:focus:before, .btn.btn-secondary:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    color: #be1e2d;
}

/* TEAM MEMBER */

.team-member-block img:first-child, 
.placeholder-content {
    height: 15em;
    object-fit: cover;
    width: 100%;
    object-position: 50% 5%;
}


/* MEDIA BLOCK */
.media-block {
    margin: 0 15px;
    height: 100%;
}

.media-block::before {
    content: '';
    height: calc(100% - 8px);
    width: 1px;
    margin-right: 5px;
    display: inline-flex;
    background: #939597;
    position: absolute;
    left: 0;
}

.media-block img {
    transition: .3s ease all;
    border-radius: 4px;
    min-height: 16em;
    object-fit: cover;
}

.media-block-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 2.5em;
}

/* .media-content {
    min-height: 10em;
} */

.media-permalink {
    position: absolute;
    bottom: 5px;
}

/* OWL CAROUSEL */
.owl-carousel .owl-stage {
    display: flex;
    padding-left: 10px;
}

.owl-carousel .owl-next {
    margin-left: 30px;
}

.owl-carousel .owl-nav {
    padding-top: 30px;
}

body .owl-carousel .owl-nav button.owl-next,
body .owl-carousel .owl-nav button.owl-prev {
    color: #939597;
}

/* SECTION FULL WIDTH IMAGE */
.section-full-width img {
    object-fit: cover;
    height: 80vh;
    width: 100%;
    object-position: center bottom;
}

.expand-excerpt img {
    transition: .3s ease-in-out all;
    padding-top: 5px;
}

.expand-excerpt.active img {
    transform: rotate(180deg) translateY(-5px);
}

/* LINK BLOCK */
.link-block {
    background: #F3F3F4;
    margin-bottom: 1rem;
    transition: .3s ease-in-out all;
}

.link-block a {
    text-decoration: none;
    color: #000;
    transition: .3s ease-in-out all;
    padding: 1.5rem 1rem;
    display: block;
    padding-left: 30px;
    margin-left: 30px;
}

.link-block a::before {
    content: "\f0c1";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 12px;
    margin-left: -30px;
}

.link-block:hover {
    background-color: #E8E8E9;
}

.link-block:hover a {
    /* color: #fff; */
    color: #000;
}

span.count {
    font-size: 100px;
    line-height: 1rem;
    font-family: 'Montserrat';
    transition: .1s ease opacity;
}

small.count-unit {
    font-size: 48px;
    line-height: 1.1em;
}

.counter-step-content {
    height: 3.5em;
}

.grey-700 {
    color: #939597;
}

.logo-item img {
    max-width: 120px;
    margin: auto;
}

.pre-arrow-heading::before {
    content: '';
    background-image: url('../img/arrow-right.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-flex;
    width: 25px;
    height: 20px;
}

.arrow-ul {
    padding-left: 0;
}

.arrow-ul li {
    list-style: none;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.2em;
    font-family: 'Montserrat';
    padding-left: 30px;
}

.arrow-ul li::before {
    content: '';
    background-image: url('../img/arrow-right.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-flex;
    width: 20px;
    height: 15px;
    margin-right: 10px;
    position: relative;
    top: 2px;
    margin-left: -30px;
}

.arrow-ul.large li {
    margin-bottom: 0;
}

.arrow-ul.large li::before {
    top: 0px;
}

.arrow-ul.large h4 {
    display: inline-block;
}

.time-ul {
    padding-left: 0;
}

.time-ul li {
    list-style: none;
    margin-bottom: 15px;
}

.time-ul li::before {
    content: '';
    background-image: url('../img/Icon-pie-chart.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-flex;
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px; 
    margin-right: 10px;
}

.link-block-alt {
    background: #F3F3F4;
    margin-bottom: 1rem;
    transition: .3s ease-in-out all;
    padding: 1rem 0.5rem;
    position: relative;
}

.link-block-alt:hover {
    background: #E8E8E9;
}

.link-block-alt .permalink {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.link-block-alt .href-text a::after {
    /* transition-delay: .3s; */
}

/* PERMALINK BLOCK */

.permalink:hover ~ .href-text a::after{
    /* left: 0;
    right: auto;
    width: 100%; */
}

.arrow-icon::before {
    content: '';
    background-image: url('../img/arrow-right.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-flex;
    width: 30px;
    height: 25px;
    transition: .3s linear all;
}

.tile-grey {
    background: #939597;
    color: #fff;
}

.tile-light-grey {
    background: #F3F3F4;
    color: #000;
}

.tile-black {
    background: #000;
    color: #fff;
}

.quick-links-item, .quick-links-item > div {
    height: 100%;
    min-height: 15em;
}

.quick-links-item {
    transition: .3s linear all;
}

.quick-links-item .icon {
    max-height: 45px;
}

.quick-links-item {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
    width: 100%;
    transition: .3s ease-in-out all;
}

.permalink-block:hover ~ .quick-links-item.tile-bg {
    background-size: 120%;
}

.permalink-block:hover ~ .quick-links-item, 
.permalink-block:focus ~ .quick-links-item, 
.permalink-block:active ~ .quick-links-item {
    /* color: #be1e2d; */
    background-color: #E8E8E9;
}

.permalink-block:hover ~ .quick-links-item.tile-black,
.permalink-block:hover ~ .quick-links-item.tile-grey  {
    background-color: #404041;
}

.permalink-block {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.permalink-block ~ div a {
    text-decoration: none;
}

.permalink-block ~ div a::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    width: 0;
    bottom: 2px;
    background: #BE1E2D ;
    height: 1px;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.permalink-block:hover ~ .link-block-alt {
    background: #E8E8E9;
}

.permalink-block:hover ~ div a::after { 
    /* left: 0;
    right: auto;
    width: 100%; */
}

.permalink-block ~ div p {
    transition: .3s ease all;
}

.permalink-block:hover ~ div p {
    /* text-decoration: underline; */
}

.investor-snapshot-row .permalink-block:hover ~ div p {
    text-decoration: underline;
}

.permalink-block:hover + div img {
    transform: scale(1.2);
}

.permalink-block:hover + div img.icon {
    transform: none;
}

.permalink-block:hover ~ .cta-block-content h3{
    /* margin-left: 5px; */
}

.permalink-block:hover ~ .cta-block-content h3::after {
    right: auto;
    width: calc(100% - 25px);
}

.investor-snapshot-row > div {
    min-height: 20em;
    margin-bottom: 30px;
}

.cta-block {
    position: relative;
}

.cta-block img {
    height: 380px;
    width: 100%;
    object-fit: cover;
    transition: .4s ease-out all;
}

.cta-block h3 {
    position: relative;
    transition: .3s ease-out all;
}

.cta-block h3::before {
    content: '';
    background-image: url('../img/arrow-right.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-flex;
    width: 25px;
    height: 20px;
    position: absolute;
    left: -30px;
    top: 7px;
}

.cta-block h3:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 25px;
    width: 0;
    bottom: 4px;
    background: #000;
    height: 2px;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    display: none;
}

.cta-block .cta-block-content {
    padding-left: 30px;
}

.cta-block .cta-block-content h3 {
    display: inline;
    position: relative;
    overflow: hidden;
    text-decoration: unset;
    font-weight: 500;
    background: linear-gradient(to bottom, #000 0%, #000 98%);
    background-size: 0px 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
    transition: all 0.3s linear;
    padding-bottom: 2px;
}

.permalink-block:hover ~ .quick-links-item .arrow-icon::before {
    transform: translateX(5px);
}

.cta-block .permalink-block:hover ~ .cta-block-content h3 {
    background-size: 100% 2px;
}

ul.nav.nav-pills {
    border-bottom: 1px solid #939597;
}

ul.nav.nav-pills li a {
    color: #000;
    transition: .3s ease all;
}

ul.nav-pills .nav-link.active, ul.nav-pills .show>.nav-link {
    background-color: transparent;
    color: #BE1E2D;
}

ul.nav.nav-pills li a:hover {
    color: #BE1E2D;
}

.button-tab-section a.btn {
    padding: 5px 15px;
    margin-right: 15px;
    font-size: 14px;
}

.button-tab-item {
    display: none;
    opacity: 0;
    transition: .3s ease all;
}

.button-tab-item.active {
    display: block;
    opacity: 1;
}

/* CARD */

#main .card {
    background: #F3F3F4;
    border: none;
    padding: 30px 25px;
    border-radius: 0;
}

#main .card a {
    display: inline;
    position: relative;
    overflow: hidden;
    text-decoration: unset;
    font-weight: 400;
}

#main .card a:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    width: 0;
    bottom: 2px;
    background: #BE1E2D ;
    height: 1px;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

#main .card a:hover:after,
#main .card a:focus:after,
#main .card a:active:after {
    left: 0;
    right: auto;
    width: 100%;
}

/* GRAVITY FORM */
.gform_wrapper.gravity-theme input, .gform_wrapper.gravity-theme textarea,
.gform_wrapper.gravity-theme select {
    border: 1px solid #BBBDC0;
    border-radius: 4px;
    padding: 15px 15px !important;
    font-size: 14px;
}

.gform_wrapper.gravity-theme .gfield {
    margin-bottom: 15px;
}

body .gform_wrapper h2.gform_title {
    display: none !important;
}

.gform_wrapper.gravity-theme input[type="submit"] {
    display: inline-block;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px !important;
    border: 1px solid #BE1E2D;
    box-shadow: 0px 0px 0px 1px transparent;
    border-radius: 5px;
    background: #BE1E2D;
    color: #fff;
    font-weight: 600;
    transition: .3s ease all;
}

#main .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message,
#main .gform_wrapper.gravity-theme .gform_validation_errors {
    background: transparent;
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    box-shadow: none;
}

#main .gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    font-size: 14px;
    font-weight: 600;
    box-shadow: none;
    font-family: 'Open Sans';
}

#main img.gform_ajax_spinner {
    width: 20px;
    min-height: unset;
    object-fit: contain;
    margin-left: 30px;
    margin-bottom: 0;
    border-radius: 0;
}

/* ARCHIVE */
.archive-post img {
    transition: .3s ease all;
    object-fit: cover;
    min-height: 12em;
    max-height: 12em;
}

.archive-post .title {
    min-height: 80px;
}

.archive p.category-badge {
    margin-bottom: 5px;
    display: inline-flex;
}

.archive div.title {
    margin-top: 10px;
}

.archive .category-badge a,
.search-content a.badge,
.single p.category-badge a,
.single .section-related-posts p.category-badge a {
    border-radius: 4px;
    padding: 5px 8px;
    font-weight: 500;
    font-size: 14px;
    margin-right: 8px;
    touch-action: auto;
}

p.category-badge a:hover {
    color: #BE1E2D;
}

p.category-badge a:hover::after,
p.category-badge a:focus::after {
    display: none;
}

/* SINGLE */
.single .post-thumbnail-section img ,
.single .section-related-posts img {
    transition: .3s ease all;
    min-width: 100%;
}

.single .section-related-posts img {
    max-height: 16em;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
}

.single-banner img {
    width: 100%;
    object-fit: cover;
    max-height: 45vh;
}

.single p.category-badge {
    display: inline-block;
    margin-bottom: 10px;
}

.single p.category-badge a {
    font-size: 15px;
    padding: 10px 15px;
}
/* .single p.category-badge a {
    border-radius: 4px;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 16px;
} */

.single blockquote {
    font-size: 24px;
    line-height: 1.2em;
    max-width: 80%;
    margin: 30px 0;
    font-family: 'Montserrat';
    color: #be1e2d;
}

.single h1, .single h2, .single h3,
.single h4, .single h5, .single h6 {
    font-weight: 600;
}

.single table th {
    font-weight: 400;
    border-right: 1px solid #fff;
}

.single table th, .single table td {
    text-align: center;
    white-space: nowrap;
}

.tile-content table td {
  border: 1px solid #ddd !important;
  padding: 10px !important;
}

section.dark-bg {
  background: #000;
}

.dark-bg ul.nav.nav-pills li a {
  color: #fff;
}

.dark-bg.sticky ul.nav.nav-pills li a {
  color: #000;
}

.dark-bg ul.nav-pills .nav-link.active, .dark-bg ul.nav-pills .nav-link:hover {
  color: #BE1E2D;
}

/* ARCHIVE PEOPLE */

.featured-people-slider .owl-nav {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}

.featured-people-slider .owl-dots {
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
}

.featured-people-slider .owl-dot {
    margin-bottom: 4px;
}

.featured-people-slider .owl-dot {
    color: #505052;
}

.featured-people-slider .owl-dot:hover,
.featured-people-slider .owl-dot.active,
.featured-people-slider .owl-next:hover,
.featured-people-slider .owl-prev:hover {
    color: #fff !important;
}

.featured-people-excerpt-slider {
    padding-bottom: 30px;
}

.featured-people-excerpt-slider .owl-dots {
    display: none;
}

.archive-people-item .quick-links-item {
    min-height: 22em;
    display: grid;
}

.archive-people-item .quick-links-item > div {
    min-height: 100%;
}

.large-item .excerpt {
    max-width: 270px;
}

.archive-people-item.fourth-grid .quick-links-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.featured-people .tile-content.excerpt {
    margin-left: 25px;
    max-width: 80%;
}

/* ACCORDION */
.accordion .accordion-item {
    border: none !important;
}

.accordion-header button.accordion-button {
    background-color: #F3F3F4 !important;
    color: #000 !important;
    border-radius: 0 !important;
    box-shadow: none;
}

.accordion button.accordion-button:focus,
.accordion button.accordion-button:active {
    box-shadow: unset !important;
    border: none !important;
}

.accordion-header button.accordion-button::after {
    margin-left: 60px;    
    background: url('../img/arrow-down.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    filter: invert(20%) sepia(60%) saturate(4589%) hue-rotate(343deg) brightness(76%) contrast(94%);
}

.faq-question {
    max-width: 80%;
    margin-right: auto;
}

.img-hover:hover img {
    transform: scale(1.2);
}

/* STORE LOCATOR */
#main #wpsl-wrap {
    margin-bottom: 0;
}

#main .wpsl-search {
    position: relative;
    padding: 0 10px;
    margin: 0;
    display: flex;
    margin-bottom: 90px;
    padding-bottom: 60px;
}

#main .wpsl-search::before {
    width: 100em;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100em;
    background-color: #000;
    z-index: -1;
}

#main .wpsl-search::after {
    width: 100em;
    height: 100%;
    position: absolute;
    top: 0;
    right: -100;
    background-color: #000;
    z-index: -1;
}

#main #wpsl-search-wrap div label {
    display: none;
}

#main #wpsl-search-btn, #main #wpsl-search-wrap div {
    float: unset;
    margin-right: 0;
}

#main #wpsl-search-input {
    width: 100% !important;
}

#main #wpsl-radius, #main #wpsl-results {
    width: 100%;
    display: inline-flex;
}

#main .wpsl-dropdown {
    width: 100% !important;
}

#main #wpsl-category .wpsl-dropdown {
    width: 100%;
}

#main #wpsl-search-btn {
    display: inline-block;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border: 2px solid #BE1E2D;
    box-shadow: 0px 0px 0px 1px transparent;
    border-radius: 5px;
    background: #BE1E2D;
    color: #fff;
    font-weight: 600;
    transition: .3s ease all;
    min-width: 7em;
}

#main #wpsl-search-btn:hover,
#main #wpsl-search-btn:focus {
    color: #BE1E2D;
}

#main #wpsl-result-list {
    width: 100%;
}

#main .wpsl-store-location h5 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px;
}

#main #wpsl-wrap #wpsl-result-list ul li {
    /* justify-content: space-between; */
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #BE1E2D;
    flex-direction: column;
}

.wpsl-content-div {
    padding-top: 15px;
    justify-content: space-between;
    display: flex;
}

#main .wpsl-selected-item:after {
    position: absolute;
    content: "";
    background: url(../img/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    filter: invert(20%) sepia(60%) saturate(4589%) hue-rotate(343deg) brightness(76%) contrast(94%);
    border: none !important;
    margin-top: -8px;
    top: 50%;
    transition: .3s linear all;
}

#main .wpsl-dropdown.wpsl-active .wpsl-selected-item:after {
    transform: rotate(180deg) translateY(8px);
}

#main #wpsl-gmap {
    width: 100% !important;
}

.section-footer-cta.bg-black {
    background-color: #191919 !important;
}

.section-footer-cta .cta-block {
    max-width: 300px;
}

.section-footer-cta .cta-block img {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
}

/* Repairer Logo */

.repairer-logo .logo-item {
    cursor: pointer;
    position: relative;
}

.repairer-logo .logo-item h4 {
    display: none;
}

.repairer-logo .logo-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #BE1E2D;
    display: block;
    opacity: 0;
    transition: .3s ease all;
}

.repairer-logo .logo-item:hover::after,
.repairer-logo .logo-item.active::after {
    opacity: 1;
}

.repairer-title {
    text-transform: capitalize;
}

#repairer-list {
    position: relative;
}

#repairer-list strong {
    padding-bottom: 14px;
    display: block;
    /* font-family: 'Montserrat'; */
    font-size: 17px;
    font-weight: 600;
}

/* MISC */
.asx-mini-price {
    max-width: 160px;
}

.share-price-table-wrapper {
    position: absolute;
    bottom: -3rem;
    right: 0;
    display: flex;
    max-width: 600px;
    overflow: hidden;
}

.share-price-table {
    /* position: absolute;
    bottom: -3rem;
    right: 0;
    min-width: 21rem; */
    min-width: 650px;
    padding: 20px;
    background: rgb(114 114 114 / 30%);
}

.share-price-table .row.wl-main-div {
    max-width: 18em;
}

.img-top-position { object-position: top !important; }
.img-left-position { object-position: left !important; }
.img-middle-position { object-position: center !important; }
.img-right-position { object-position: right !important; }
.img-bottom-position { object-position: bottom !important; }

.bg-bottom-position { background-position: bottom !important; }
.bg-top-position { background-position: top !important; }
.bg-middle-position { background-position: center !important; }
.bg-right-position { background-position: right !important; }
.bg-left-position { background-position: left !important; }

.section-logo-section.custom-logo-template .logo-item img {
    margin-left: 0;
}

/* .section-tiles-section a.btn {
    min-width: 13em;
} */

img.wpsl-brand-logo {
    width: 22%;
    padding: 10px;
}

.tile .contact-us-details img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    min-height: unset;
    margin-bottom: 15px;
    min-width: unset;
    left: 0;
}

.contact-us-details .row {
    padding-bottom: 60px;
}

.load-more-people {
    min-width: 8em;
}

#main #wpsl-stores {
    max-height: 650px;
}

#content .page-link:focus {
    box-shadow: none;
}

.tab-section.sticky {
    position: fixed;
    top: 140px;
    width: 100%;
    background: #fff;
    padding-bottom: 0 !important;
}

.tab-section.sticky ul.nav.nav-pills {
    border-bottom: 0;
}

.tab-section ul.nav-pills li {
    /* flex: 0 0 20%; */
    flex: 0 0 25%; 
}

/* Media Content */
.media-col-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.tile .media-col-content img {
    max-width: 75px;
    max-height: 100%;
    min-height: auto;
    object-fit: contain;
    margin: 15px 25px 15px 0;
}

.top-nav-search-md {
    position: relative;
    bottom: -1px;
}

@media (min-width: 770px) {
    .container-fluid.fluid-left {
        width: calc(((100% - 720px) / 2) + 720px) !important;
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .container-fluid.fluid-left {
        width: calc(((100% - 960px) / 2) + 960px) !important;
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .container-fluid.fluid-left {
        width: calc(((100% - 82rem) / 2) + 82rem) !important;
        margin-right: 0;
    }
}

@media only screen and (max-width: 1250px) {
    .share-price-table-wrapper {
        max-width: 100%;
        position: relative;
    }

    .share-price-table {
        width: 100%;
    }
}

@media only screen and (max-width: 769px) {
    #main .container, .media-slider .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }

    hr {
        display: none;
    }

    .section-full-width img {
        height: auto;
    }

    section {
        /* padding: 60px 0; */
        padding: 60px 0 60px;
    }

    div#page { 
        padding-bottom: 0;
    }

    .simpleParallax {
        display: none;
    }

    /* LOGO SECTIONS */
    .logo-item {
        flex: 0 0 50%;
    }

    span.count {
        font-size: 75px;
        line-height: 1em;
    }

    small.count-unit {
        font-size: 40px;
        line-height: 2.4em;
    }
    
    .counter-step-content {
        height: 4.5em;
    }

    body .tile img {
        min-width: calc(100% + 60px);
        left: -30px;
        position: relative;
        object-position: center;
        object-fit: cover;
        border-radius: 0;
        margin-bottom: 30px;
    }

    .tile .btn {
        width: fit-content;
    }

    .section-cta-blocks {
        background-color: #000;
        color: #FFF;
    }

    .cta-block img {
        height: 16em;
    }

    .cta-block span {
        max-width: 75%;
        display: block;
    }

    .cta-block h3::after {
        background-color: #FFF;
    }

    #main h1, #content h1 {
        font-size: 2.5rem;
    }

    ul.nav.nav-pills li a {
        padding-left: 0;
    }

    #mobile-navbar a.dropdown-item:hover,
    #mobile-navbar a.dropdown-item:focus {
        color: #fff;
        background: none !important;
    }

    /* WPSL */
    #main .wpsl-search {
        margin-bottom: 0;
    }

    #main #wpsl-gmap {
        margin-top: 0;
        margin-bottom: 60px;
        max-height: 600px;
    }

    #main #wpsl-stores {
        height: auto !important;
        padding-bottom: 60px;
        max-height: unset;
    }

    .logo-item img {
        max-width: 100px;
    }

    .logo-item h4 {
        max-width: 100%;
        font-size: 20px;
    }

    body .tile img.second-img-custom {
        padding-top: 60px;
        margin-bottom: -100px;
    }

    .media-block {
        margin-left: 0;
        margin-right: 15px;
    }

    .media-block::before {
        display: none;
    }

    .media-block img {
        min-height: 12em;
    }

    .investor-snapshot-row > div {
        min-height: 15em;
    }

    .featured-people-slider.owl-carousel .owl-item img {
        display: block;
        width: 100%;
        min-width: 100%;
        left: 0;
        margin-bottom: 0;
    }

    ul.nav.nav-pills {
        flex-wrap: nowrap;
        overflow-x: scroll;
        flex-direction: row;
        display: flex;
        height: 100%;
        width: 100%;
        white-space: nowrap;
    }

    #main .page-404 h1 {
        font-size: 100px;
        line-height: 100px;
    }

    #main .page-404 h2 {
        font-size: 32px;
    }

    .faq-question {
        max-width: 90%;
        margin-right: auto;
        font-size: 15px;
    }

    .accordion-header button.accordion-button::after {
        margin-left: 15px;
    }

    #content .quick-links-item.tile-bg {
        background-size: cover;
    }

    #content .permalink-block:hover ~ .quick-links-item.tile-bg {
        background-size: cover;
    }

    .cta-block h3::before {
        top: 4px;
    }

    .share-price-table-wrapper {
        position: relative;
        min-width: auto;
        bottom: -3rem;
    }

    .team-member-block img:first-child {
        height: 18em;
    }

    img.wpsl-brand-logo {
        width: 22%;
        padding: 0 15px;
    }

    .tile .media-col-content img {
        max-width: 15%;
        min-width: auto;
        margin: 15px 30px 15px 0;
        left: 0;
    }
}

@media only screen and (max-width: 992px) {
    #content {
        margin-top: 70px;
    }

    .homepage #content {
        margin-top: 60px;
    }

    .tab-section.sticky {
        top: 70px;
    }
}

@media only screen and (max-width: 500px) {
    .share-price-table {
        min-width: auto;
    }
}