/* use mobile-first approach since that's what Bootstrap 4 uses (especially its display utilities) */
/* follow document format and order of shop.css for consistency */

/* START Bootstrap class overrides */

/* END Bootstrap class overrides */

/* START native element defaults */

/* END native element defaults */

/* START generic helpers */
/*width*/
.width-70 {
    width: 70px;
}

.width-95 {
    width: 95px;
}

.width-290 {
    width: 290px;
}
/*max-width*/

/*min-width*/

/*min-height*/
.min-height-570 {
    min-height: 570px;
}

/*max-height*/
.max-h-100p {
    max-height: 100%;
}

.max-height-inherit {
    max-height: inherit;
}
/*height*/
.height-440 {
    height: 440px;
}

.dimension-80 {
    height: 80px;
    width: 80px;
}

.right-20 {
    right: 20px;
}

.z-index-2 {
    z-index: 2;
}

.txtSize80 {
    font-size: 80px;
}

.line-height-25 {
    line-height: 25px;
}

.forward-space::after {
    content: ' ';
}


/* tablet and larger */
@media (min-width: 768px) {
    /*width*/
    .width-unset-sm {
        width: unset;
    }

    .width-320-sm {
        width: 320px;
    }
    /*max-width*/

    /*min-width*/
    .min-width-950-sm {
        min-width: 950px;
    }
    /*max-height*/

    /*height*/
    .height-60-sm {
        height: 60px;
    }

    .height-305-sm {
        height: 305px;
    }

    /*min-height*/
    .min-height-540-sm {
        min-height: 540px;
    }

    .txtSize54-sm {
        font-size: 54px;
    }

    .txtSize60-sm {
        font-size: 60px;
    }

    .dimension-90-sm {
        height: 90px;
        width: 90px;
    }

    .dimension-100-sm {
        height: 100px;
        width: 100px;
    }

    .column-spacer-15-sm {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }

        .column-spacer-15-sm > div {
            padding-left: 7.5px;
            padding-right: 7.5px;
        }

    .position-absolute-sm {
        position: absolute;
    }

    .position-center-sm {
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

    .flex-unset-sm {
        flex: unset;
    }

    .subtitle-2-reg-sm {
        font-size: 18px;
        font-weight: 400;
        font-family: Helvetica, Arial, sans-serif;
        letter-spacing: normal;
        line-height: 22px;
    }

    .list-column-spacer-10-sm {
        margin-left: -5px;
        margin-right: -5px;
    }

        .list-column-spacer-10-sm > li {
            padding-left: 5px;
            padding-right: 5px;
        }

    .column-spacer-30-sm {
        margin-left: -15px;
        margin-right: -15px;
    }

        .column-spacer-30-sm > div {
            padding-left: 15px;
            padding-right: 15px;
        }
}

/* desktop and larger */
@media (min-width: 992px) {
    /*min-height*/
    .min-height-650-md {
        min-height: 650px;
    }

    .list-column-spacer-20-md {
        margin-left: -10px;
        margin-right: -10px;
    }

        .list-column-spacer-20-md > li {
            padding-left: 10px;
            padding-right: 10px;
        }

    .column-spacer-15-md {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }

        .column-spacer-15-md > div {
            padding-left: 7.5px;
            padding-right: 7.5px;
        }

    .column-spacer-30-md {
        margin-left: -15px;
        margin-right: -15px;
    }

        .column-spacer-30-md > div {
            padding-left: 15px;
            padding-right: 15px;
        }
}

	/* BANNER IMAGE ADJUSTMENT -added Feb 29 2024 NT - 390px for 971px or higher screens */
@media (min-width: 768px) {
	.img-height{
		height: 380px;
	}
}
@media (min-width: 516px) and (max-width: 767.99px){
	.img-height{
		height: 365px;
	}
}
@media (min-width: 495px) and (max-width: 515.99px){
	.img-height{
		height: 380px;
	}
}
@media (min-width: 470px) and (max-width: 494.99px){
	.img-height{
		height: 365px;
	}
}
@media (min-width: 414px) and (max-width: 469.99px){
	.img-height{
		height: 350px;
	}
}
@media (min-width: 400px) and (max-width: 413.99px){
	.img-height{
		height: 330px;
	}
}
@media (min-width: 339px) and (max-width: 399.99px){
	.img-height{
		height: 300px;
	}
}
@media (max-width: 338.99px){
	.img-height{
		height: 280px;
	}
}

@media (min-width: 1240px) {
}


@media (min-width: 1440px) {
}

/* END generic helpers */

/* START custom and override */
/*Start Blue scrollbar*/
.blue-scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

.blue-scrollbar::-webkit-scrollbar-track {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #E1E1E1;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 7px;
}

.blue-scrollbar::-webkit-scrollbar-thumb {
    height: 40px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #00549A
}
/*End Blue scrollbar*/

/*START custom-emulator-table override*/
.custom-emulator-table.scrollableContainerShadow-table table th.min-width-110 {
    min-width: 110px;
}

.custom-emulator-table.scrollableContainerShadow-table table th.min-width-155 {
    min-width: 155px;
}

.custom-emulator-table.scrollableContainerShadow-table table th.min-width-160 {
    min-width: 160px;
}

.custom-emulator-table.scrollableContainerShadow-table table th.min-width-205 {
    min-width: 205px;
}

.custom-emulator-table.scrollableContainerShadow-table table th, .custom-emulator-table.scrollableContainerShadow-table table td {
    padding: 15px 20px;
}

    .custom-emulator-table.scrollableContainerShadow-table table td strong.txtDarkGrey {
        color: #555
    }

.custom-emulator-table.scrollableContainerShadow-table p {
    margin-bottom: 10px;
}

.custom-emulator-table.scrollableContainerShadow-table table td {
    background-color: #ffffff;
}
/*END custom-emulator-table override*/
/*START custom-emulator-table custom scroll bar for tables*/
.custom-emulator-table .custom-emulator-table-wrapper::-webkit-scrollbar {
    height: 6px;
}

.custom-emulator-table .custom-emulator-table-wrapper::-webkit-scrollbar-track {
    background: #e1e1e1;
    height: 6px;
}

.custom-emulator-table .custom-emulator-table-wrapper::-webkit-scrollbar-thumb {
    height: 6px;
    background: #00549A;
    border-radius: 3px;
}
/*END custom-emulator-table custom scroll bar for tables*/
/*START custom-emulator-table left and right shadow*/
.custom-emulator-table.left.scrollableContainerShadow-table:before {
    width: 46px;
    -webkit-transition: width .5s;
    transition: width .5s;
}

.custom-emulator-table.scrollableContainerShadow-table:before {
    width: 0;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: -moz-linear-gradient(270deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%);
    background: -webkit-linear-gradient(270deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%);
    background: linear-gradient(270deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%);
    -webkit-transition: width .1s;
    transition: width .1s;
}

.custom-emulator-table.right.scrollableContainerShadow-table:after {
    width: 46px;
    -webkit-transition: width .5s;
    transition: width .5s;
}

.custom-emulator-table.scrollableContainerShadow-table:after {
    width: 0;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: -moz-linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%);
    background: -webkit-linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%);
    background: linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%);
    -webkit-transition: width .1s;
    transition: width .1s;
}
/*END custom-emulator-table left and right shadow*/

/* start custom modal video styles */
.play-btn-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.modal-dialog-video {
    width: 70%;
    max-width: 100%;
}
/* start quick links custom class */
.quick-links a:hover .deep-anchor-text,
.quick-links a:focus .deep-anchor-text {
    color: #003778;
}

body.is_tabbing main .quick-links a:not(.btn):not(.skip-to-main-link):not(.borderRadiusAll10):not(.button-link-2):not(.button-link):not(.button-3ld1eg0):not(.bhp-banner-cta):focus {
    border-radius: 10px;
}

.quick-links a.h-100 {
    border-radius: 10px;
}

.quick-links a:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    box-shadow: 0 6px 25px 0 rgba(0,0,0,.12);
    border-radius: 10px;
}
/* end quick links custom class */
/*start configurable slider styles*/
.configurable-slider .slick-prev,
.configurable-slider .slick-next {
    background-color: #fff;
    box-shadow: 0 14px 36px 0 rgba(0, 0, 0, 0.30);
    border: 1px solid #E1E1E1;
    opacity: 1;
    width: 50px;
    height: 50px;
}

    .configurable-slider .slick-prev::before,
    .configurable-slider .slick-next::before {
        color: #00549a;
    }

    .configurable-slider .slick-prev.slick-disabled,
    .configurable-slider .slick-next.slick-disabled {
        display: none !important;
    }

    .configurable-slider .slick-prev:focus,
    .configurable-slider .slick-next:focus {
        background: #fff;
    }

        .configurable-slider .slick-prev:focus::before,
        .configurable-slider .slick-next:focus::before {
            border: 0px;
            box-shadow: none;
            color: #00549A;
        }

    .configurable-slider .slick-prev:hover,
    .configurable-slider .slick-next:hover {
        border: 1px solid #00549a;
    }

        .configurable-slider .slick-prev:hover::before,
        .configurable-slider .slick-next:hover::before {
            color: #00549a;
        }

.configurable-slider.video-component-slider .slick-prev {
    top: calc(50% - 22px);
    left: -4px;
}

.configurable-slider.video-component-slider .slick-next {
    top: calc(50% - 22px);
    right: -4px;
}

.configurable-slider .slick-slide:focus {
    border-radius: 2px;
}
/*end configurable slider styles*/



/* tablet and larger */
@media (min-width: 768px) {
}

/* desktop and larger */
@media (min-width: 992px) {
    .hiddenInactiveSlides .slick-slide.offscreen {
        visibility: hidden;
    }

}


@media (min-width: 1240px) {
}

@media (min-width: 1440px) {
}
/* END custom and override */
