body {
    font-family: Arial, Helvetica, sans-serif !important;
}

p {
    font-family: Arial, Helvetica, sans-serif !important;
}

.logo-alignment {
    margin-top: 30px;
}

.header-accordion
    .ms-accordion-item-section
    .ms-nav
    .drawer__button.msc-btn.btn-block {
    background-color: #fff !important;
}
.header-accordion .ms-header__collapsible-hamburger.collapse.show {
    max-height: 537px;
    overflow: auto;
}

.ms-iframe__content{
    border: white;
}

.ms-header__container .ms-header__topbar .ms-header__logo img
{
    height: 100px !important;
   } 
   
.header-accordion .ms-accordion-item-section .drawer__button.msc-btn.btn-block {
    height: 35px !important;
    background-color: #2c262d !important;
   }

.text-color .ms-accordion-item-section .drawer__buttontext.__start {
        color: #E4F1FF;
}

.subcategory-card-image .msc-empty_image, .subcategory-card-image img {
        object-fit: contain !important;
}

.icon-color2 .ms-accordion-item-section .drawer__button.msc-btn.btn-block[aria-expanded=true]:after {
    color: #E4F1FF !important;
}

.icon-color .ms-accordion-item-section .drawer__button.msc-btn.btn-block[aria-expanded=false]:after {
    color: #E4F1FF;
}

.border .ms-accordion-item-section .drawer__button.msc-btn.btn-block:focus {
    border: .5px solid #E4F1FF !important;
}

.ms-breadcrumb{
    padding-left: 60px;
}

.ms-container-background-image {
    min-height: 0px !important;
}

.ms-image-list__list {
    justify-content: space-around !important;
}

.site-picker-accordion-item-content {
    background: gainsboro;
}

.vertical-text {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ms-search__form-control {
    border-color: #fff;
}

.blue-bg {
    background-color: #152C73;
    color: white;
}
.carrierlightblue{
background-color:#1891F6;
}
.darkgrey{
background-color:#617080;
}
.darkgrey3{
background-color:#2c262d;
}
.lightgrey{
background-color:#E4F1FF;
}
.green{
background-color:#61B549;
}
.lightgreen{
background-color:#BED32E;
}
.darkgreen{
background-color:#008043;
}
.darkcream{background-color:#F8D7B5;
}
.cream{background-color:#FAF0DF;
}
.darkcyan-bg {
    background-color: #048c97;
}

/* Toshiba */

.teal-bg {
    background-color: #135f8c;
}

.medium-purple-bg {
    background-color: #a97ab6;
}

.indian-red-bg {
    background-color: #b25550;
}

.red-bg {
    background-color: #ed281e;
}

.tomato-bg {
    background-color: #f25e57;
}


.ms-video-player video {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.ms-video-player__details__cta__link {
    margin-left: 20px;
    border-radius: 0px !important;
    background: #152C73;
    color: white;
}

.video-content {
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    height: 300px; 
}

.ms-video-player__details__cta__link:hover {
    color: white;
    background: black;
}

.ms-tab-item-header {
    font-family: Rubik-Bold;
    font-size: var(--msv-body-font-size-s);
    font-style: normal;
    font-weight: 500;
    line-height: var(--msv-body-line-height-s);
}


.fadeInBottom {
    animation-name: fadeInBottom;
    animation-duration: 5s;
    animation-fill-mode: both;
    width: 100%;
    text-align: center;

}

@media (max-width: 640px) {
    footer .ms-footer .ms-footer__list.post-footer .ms-footer__list.ms-footer-links {
flex-wrap: wrap;
justify-content: center;
}
 
    footer .ms-footer .ms-footer__list.post-footer .ms-footer__list.ms-footer-links .ms-footer__list-item {
 
    white-space: nowrap;
}
}

@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1
    }
}

.ms-tab-tabs-section-li[aria-selected=true] {
    background-color: #9da2a8 !important;
    border-radius: 5px;
}

.ms-tab-tabs-section-li[aria-selected=true] :before {
    display: none;
}

.image-box-1 {
    background-color: none;
    margin-top: -130px;
    padding-bottom: 120px;
}


.box-shadow {
    box-shadow: -15px 15px #fff;
}


.cover-image-height {
    height: 480px;
}

.ms-nav__deafult a {
    font-size: 20px;
}

/*@media screen and (min-width: 992px) {

    .ms-nav>.ms-nav__list>.ms-nav__list__item>.ms-nav__deafult>.ms-nav__list>.ms-nav__list__item,
    .ms-nav>.ms-nav__list>.ms-nav__list__item>.ms-nav__feature>.ms-nav__list>.ms-nav__list__item {
        width: 15% !important;
    }
}*/

@media screen and (min-width: 992px) {

    .ms-nav>.ms-nav__list>.ms-nav__list__item>.ms-nav__deafult>.ms-nav__list>.ms-nav__list__item>.ms-nav__list__item__link,
    .ms-nav>.ms-nav__list>.ms-nav__list__item>.ms-nav__deafult>.ms-nav__list>.ms-nav__list__item>.ms-nav__list__item__span,
    .ms-nav>.ms-nav__list>.ms-nav__list__item>.ms-nav__feature>.ms-nav__list>.ms-nav__list__item>.ms-nav__list__item__link,
    .ms-nav>.ms-nav__list>.ms-nav__list__item>.ms-nav__feature>.ms-nav__list>.ms-nav__list__item>.ms-nav__list__item__span {
        font-weight: 900 !important;
    }

}

.head-nav-ul ul li a .ms-nav__list__item__link {
    font-weight: 900 !important;
}

.head-nav-ul ul li {
    width: 15% !important;
    /* font-size: 20px;
    font-weight: bold; */
}

.ms-nav__list__item__link {
    font-weight: 600;
}

.ms-nav__list__item a {
    font-weight: 900;
}

.video-height {
    height: 500px !important;
}

.carrier-blue {
    background-color: #152C73;
}

.toshiba-red {
    background-color: #E61E1E;
}

.dark-grey {
    background-color: #202020;

}

.light-grey {
    background-color: #BAC0D0;
}

.dark-grey2 {
    background-color: #617080;
}

.main-footer {
    text-align: center;
}

.sticky-container {
    position: sticky;
    top: 104px;
    padding: 0px;
    z-index: 99;
    font-size: 20px;
    background-color: #152C73;
}

.toshiba-sticky-container {
    position: sticky;
    top: 104px;
    padding: 0px;
    z-index: 99;
    font-size: 20px;
    background-color: #e61E1E;
}


/* @media screen and (min-width: 992px) and (max-width: 1199px) {
   
} */

.text-white {
    color: white;
}

.text-blue {
    color: #152C73;
}

.text-red {
    color: #ed281e;
}

.ms-search__form-submitSearch{
    color: #ffffff;
}

.msc-cta__primary {
    min-width: 100px !important;
    padding: 7px 7px !important;
    border-radius: 10px !important;
}

footer .ms-spacer {
    display: none;
}

.header-logo .ms-header__logo img {
    height: 96px !important;
    }


@media (min-width: 993px) {
    footer .ms-footer .ms-footer__list.post-footer {
        height: 80px;
    }

}

@media screen and (max-width: 768px) {
    .ms-content-block__text {
        /* margin-top: 50%; */
        align-items: center;
    }

    .msc-cta__primary {
        min-width: 100px !important;
        padding: 5px 5px !important;
        align-items: flex-start !important;
        width: 40% !important;
    }

    .ms-content-block__cta {
        min-width: 100px !important;
        padding: 5px 5px !important;
        /* align-items: flex-start !important; */
        justify-content: start !important;
        width: 40% !important;

    }


    .ms-content-block[data-m-layout=full-width-with-container-small] .ms-content-block__image,
    .ms-content-block[data-m-layout=full-width-with-container-small] .ms-content-block__image img,
    .ms-content-block[data-m-layout=full-width-with-container-small] .ms-content-block__image svg,
    .ms-content-block[data-m-layout=full-width-with-container-small] .ms-content-block__link,
    .ms-content-block[data-m-layout=full-width-with-container] .ms-content-block__image,
    .ms-content-block[data-m-layout=full-width-with-container] .ms-content-block__image img,
    .ms-content-block[data-m-layout=full-width-with-container] .ms-content-block__image svg,
    .ms-content-block[data-m-layout=full-width-with-container] .ms-content-block__link,
    .cover-image {
        object-fit: cover;
    }

    .cover-image img,
    .cover-image picture,
    .msc-main_image {
        object-fit: cover;
    }

}
.ms-content-block__title{
        text-shadow: 0px 2px 4px #000000 !important;
}

.texttheme__light .ms-content-block__text{
        text-shadow: 0px 2px 4px #000000 !important;
}

.text-shadow{
    color: white;
    text-shadow: 2px 2px 4px #ffffff;
}

.ms-content-block__text .ms-content-block__text h2 {
    color: #ffff;
    line-height: 30px;
}

.ms-tile-list__title {
    font-size: 20px !important;
    text-align: center;
    left: 10% !important;

}

.ms-tile-list .msc-ss-carousel {
    margin-top: 2px;
}

.ms-tile-list .msc-ss-carousel .ms-tile__item {
    margin-right: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 2px;
}

.ms-tile-list__heading .ms-tile-list__title {
    text-align: left;
    left: 10% !important;
    top: 78.5% !important;

}

.healthy-building {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.ms-media-gallery__thumbnails-container li.ms-media-gallery__thumbnail-item
{
 padding: 10px;
    border: 1px solid grey;
    height: 120px;
    width: 120px;
    margin: 5px;
}

.ms-store-locate .ms-store-select__location-wrapper {

    padding-bottom: 0;

}

.ms-store-locate .ms-store-select__location:before {

    content: "\eb0f";

}

img {

    width: 100%;

    height: 100%;

}

.ms-tile-list .msc-ss-carousel .ms-tile__item .ms-tile-list__heading {
    background-color: rgba(0,0,0,0.05);
}

.ms-tile-list-container .tile-circle {

        border-radius: 100% !important;
        border-block-color: black;

}
.ms-business-account-address .msc-address-form__item .msc-address-form__item-phone{
    Width: 50%;
    }

@media screen and (max-width: 768px) {
    .msc-videoplayer .msc-videoplayer__wrapper video.msc-videoplayer__video {
        width: 100%;
        min-height: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 375px) {
    .msc-videoplayer .msc-videoplayer__wrapper video.msc-videoplayer__video {
        object-fit: cover;
    }
}

@media (max-width: 768px) {
    .ms-content-block__details {
        padding: 0;
    }

    .ms-content-block__details.ms-content-block__text h1 {
        font-size: 30px;

    }
}