.fg-container {
    max-width: 106rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

div.siteforceSpinnerManager.siteforcePanelsContainer {
    display:none;
}

.slds-carousel__content.content-container {
    overflow-y: hidden;
}

input[b2b_search_suggestions-input_input] {
    font-family: var(--body-font-family, openSans, sans-serif);
    width: 300px;
}

button[b2b_search_suggestions-input_input] svg {
    display: none;
}
button[b2b_search_suggestions-input_input]::after {
    content: "SEARCH";
    padding: 0px 10px;
}

.input-icon-container{
    display: none !important;
}

/* Stylesheet by Andrew K Smith + Kelly Blank - Perficient Inc., 2021 */
/* ---------------------------------------------- GLOBAL STYLES */

html,
body {

    min-height: 100vh;
}

html {
    overflow-x: hidden !important;
}

body {
    padding: 0;
    margin: 0;
    position: relative;
}

body::after {
    content: '';
    display: block;
    height: 138px;
}

body {
    padding: 0;
    margin: 0;
    font-family: var(--body-font-family, openSans, sans-serif);
    color: var(--black);
    font-size: var(--font-size);
    line-height: 125%;
    background-color: var(--lightestGray);
    /* this should fix the strange letter spacing */
    font-kerning: none;
    overflow-x: hidden;
}


.bodyWrap {
    min-height: calc(100vh - 150px);
}

.homeWrap .bodyWrap {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 80px);
    padding-top: 60px;
}

.boxedContainer {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 50px;
}

/* content padding. We cannot use global padding since the product detail / BTO detail pages are true full-width */
.headerWrap {
    padding: 0 40px;
    position: relative;
}

.filter-sort {
    padding: 0 0 0 40px;
    float: left;
    width: 290px;
}

a,
a:visited {
    color: var(--blue);
}

sup {
    font-size: 57%;
    line-height: 0;
    padding-left: 2px;
}

sub {
    font-size: 85%;
    padding-left: 4px;
    position: relative;
    bottom: -.15em;
}

.slds-col--padded {
    padding-top: 1.5rem;
}

abbr {
    float: right;
}

.slds-required {
    color: var(--black);
}

.text-separator {
    background-color: var(--yellow);
    width: 40px;
    height: 5px;
    margin: 10px auto;
}

/* || variables */

:root {
    --yellow: #FFCD2F;
    --blue: #2679b8;

    /* FG Wilson Brand Colors */
    --primary: #004A99;
    --primary-lt:#4E75CA;
    --primary-dk:#00246A;
    --secondary:#398CED;
    --secondary-lt:#7CBAFB;;
    --secondary-dk:#1A5FB4;
    --black: #000;
    --darkGray: #2f2f2f; /* not official branding */
    --gray: #868686;
    --midGray: #ccc; /* not official branding */
    --lt-grey:#E6E6E6;
    --lightestGray: #F7F7F7; /* not official branding */
    --white: #fff;

    /* font variables */ 
    --font-size: 16px;
    --footer-font-size: .875rem;
    --body-font-family: openSans;
    --body-font-bold: openSansBold;
    --heading-font-family: muktaBold;
}

/* || typography */

@font-face {
    font-family: openSans;
    font-weight: 400;
    src: url('/s/sfsites/c/resource/vsp_assets/fonts/openSans.woff') format('woff'), url('/sfsites/c/resource/vsp_assets/fonts/openSans.woff') format('woff');
}

@font-face {
    font-family: openSansBold;
    font-weight: 700;
    src: url('/s/sfsites/c/resource/vsp_assets/fonts/openSansBold.woff') format('woff'), url('/sfsites/c/resource/vsp_assets/fonts/openSansBold.woff') format('woff');
}

@font-face {
    font-family: muktaBold;
    font-weight: 700;
    src: url('/s/sfsites/c/resource/vsp_assets/fonts/Mukta-Bold.ttf') format('truetype'), url('/sfsites/c/resource/vsp_assets/fonts/Mukta-Bold.ttf') format('truetype');
    text-rendering: geometricPrecision;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: var(--heading-font-family, muktaBold, sans-serif);
    text-transform: uppercase;
}

body h1 {
    font-size: 26px;
    line-height: 125%;
}

@media screen and (max-width: 768px),(min-width: 600px),(max-width: 600px)   {
    body h1 {
        font-size: 2.0rem;
    }
	.landingPath {
    text-align: center;
    color: var(--white);
    padding: 30px 60px 50px;
    min-width: 370px;
    max-width: 432px;
}

.actionWrap {
    opacity: 0;
    animation: fadeInAnimation .5s ease-out 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
     }
}

.landingWrap {
    padding: 1rem;
}


.landingWrap .slds-grid .slds-wrap {
    justify-content: center;
	
}

.landingWrap h1,
.landingWrap h2 {
  font-size: 2.5em;
  padding-bottom: 14px;
}

.landingWrap h1.mainHeading {
  font-size: 3em;
  color: #fff;
  text-align: center;
  padding-bottom: 70px;
}

.landingWrap p {
  font-size: 17px;
}
	
}

body h2 {
    font-size: 22px;
    line-height: 125%;
}

body h3 {
    font-size: 18px;
    line-height: 125%;
}

body h4 {
    font-size: 15px;
    line-height: 125%;
}

.bodyTextSmall {
    font-size: .875rem;
}

/* || selectors 

.slds-checkbox {
    position: absolute;
}*/

.bto_confi_summary_box strong,
.bold {
    font-family: var(--body-font-bold), sans-serif;
}

.slds-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.slds-checkbox+label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: var(--white);
    border: 1px solid var(--lt-grey);
}

.slds-checkbox:hover+label:before {
    background: var(--yellow);
}

.slds-checkbox:checked+label:before {
    background: var(--yellow);
}

.slds-checkbox:disabled+label {
    color: var(--midGray);
    cursor: auto;
}

.slds-checkbox:disabled+label:before {
    box-shadow: none;
    background: var(--midGray);
}

.slds-checkbox:checked+label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 9px;
    background: var(--black);
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 var(--black), 4px 0 0 var(--black), 4px -2px 0 var(--black), 4px -4px 0 var(--black), 4px -6px 0 var(--black), 4px -8px 0 var(--black);
    transform: rotate(45deg);
}

/*
.slds-checkbox [type="checkbox"]:checked+.slds-checkbox__label .slds-checkbox_faux::after {
    display: block;
    content: "";
    height: 0.25rem;
    width: var(--lwc-squareIconXSmallContent, 0.5rem);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0px) rotate(-45deg);
    border-bottom: var(--lwc-borderWidthThick, 1px) solid var(--black);
    border-left: var(--lwc-borderWidthThick, 1px) solid var(--black);
}
*/

.slds-input {
    /*--Input Boxes--*/
    /* height: 20px;
    padding-top: 4px; *//* these heights don't fit with cat blocks design */
    min-height: 2.5rem;
    border-color: var(--lt-grey);
    border-radius: 5px;
    font-size: .875rem;
    line-height: 1rem;
}

.slds-input:active,
.slds-input:focus {
    box-shadow: none;
    border-color: var(--blue);
}

.slds-radio {
    font-family: var(--body-font-family, openSans, sans-serif);
    font-size: 1rem;
}

.slds-radio:hover .slds-radio_faux {
    background-color: var(--secondary);
}

.slds-radio [type=radio]:checked+.slds-radio__label .slds-radio_faux {
    background-color: var(--secondary);

}

.slds-radio [type=radio]:checked+.slds-radio__label .slds-radio_faux:after {
    background-color: var(--black);
    width: .5rem;
    height: .5rem;

}

.slds-form-element__label:empty {
    display: none;
}

::placeholder {
    color: var(--midGray);
    opacity: 1;
}

.slds-radio__label {
    cursor: pointer;
}

[role=combobox] input[readonly],
input[readonly][role=combobox] {
    border: none;
}

/* check boxes */
.slds-checkbox-button_is-checked {
    background-color: var(--yellow);
    border-color: none;
}

.slds-checkbox [type=checkbox]:checked+.slds-checkbox_faux,
.slds-checkbox [type=checkbox]:checked~.slds-checkbox_faux,
.slds-checkbox [type=checkbox]:checked+.slds-checkbox__label .slds-checkbox_faux {
    background-color: var(--secondary);
}

.slds-checkbox [type=checkbox]:checked+.slds-checkbox_faux:after,
.slds-checkbox [type=checkbox]:checked~.slds-checkbox_faux:after,
.slds-checkbox [type=checkbox]:checked+.slds-checkbox__label .slds-checkbox_faux:after {
    border-bottom: 2px solid var(--white);
    border-left: 2px solid var(--white);
}

/* || buttons */

.button {
    font-family: var(--heading-font-family, muktaBold, sans-serif);
    font-size: 1rem;
    text-transform: uppercase;
    color: var(--black);
    text-decoration: none;
    text-align: center;
    width: 100%;
    display: block;
    border-radius: 4px;
    padding: 9px 44px;
}

.slds-button,
.slds-button:hover,
.slds-button:active,
.slds-button:focus {
    border: none;
    box-shadow: none;
}

.slds-button:active,
.slds-button:focus {
    border: none;
    text-decoration: none;
    color: var(--blue);
    box-shadow: none;
}

.slds-button_brand {
    background-color: var(--secondary);
    color: var(--white);
    font-family: var(--heading-font-family, muktaBold, sans-serif);
    text-transform: uppercase;
    border: 2px solid var(--secondary);
    border-radius: 4px;

}

.slds-button_brand:active,
.slds-button_brand:focus {
    background-color: var(--secondary-lt);
    color: var(--white);
    box-shadow: none;
    text-decoration: none;
    border: 2px solid var(--secondary-lt);
}

.slds-button_brand:hover {
    background-color: var(--secondary-lt);
    color: var(--white);
    text-decoration: none;
    border: 2px solid var(--secondary-lt);
}

.slds-button_outline-brand {
    color: var(--black);
    font-family: var(--heading-font-family, muktaBold, sans-serif);
    text-transform: uppercase;
    border: 2px solid var(--black);
    background-color: var(--white);
}

.slds-button_outline-brand:active,
.slds-button_outline-brand:focus {
    color: var(--white);
    /* border: none; *//* 2px border to none can't have transition correctly also could remove 4px of height and width from the button and can mess up layouts */
    border: 2px solid var(--black);
    background-color: var(--black);
    box-shadow: none;
    text-decoration: none;

}

.slds-button_outline-brand:hover {
    background-color: var(--black);
    color: var(--white);
    text-decoration: none;
    border: 2px solid var(--black);
}

.btn-vertical {
    position: fixed;
    z-index: 1000;
    right: 0;
    top: 33%;
    transform-origin: bottom right;
    transform: rotate(-90deg);
}

/* ------------------------------------------------------- HEADER */

/* || navigation menu */

.headerWrap {
    width: 100%;
    min-height: 76px;
    color: var(--white);
    font-family: var(--heading-font-family);
    text-transform: uppercase;
    text-rendering: geometricPrecision;

}

.headerBrand {
    background: var(--primary);
}

.headerWrap .logo {
    margin-right: 50px;
}

.headerWrap .logo img {
    max-height: 46px;
}

.topRight {
    height: 80px;
    display: flex;
    align-items: center;
}

.topRight .inlineBlock {
    margin: 0 20px 0 0;
}

.headerWrap .navMenu li {
    display: inline-block;
    margin-right: 1.5rem;
    height: 76px !important;
    vertical-align: middle;
}

.headerWrap li.drop-down svg {
    fill: currentColor;
}

.headerWrap .navMenu .drop-down, .footerWrap .navMenu .drop-down{
    display: none;
}


.navMenu li:first-child{
    display: none;
}

.headerWrap .navMenu li a {
    color: var(--white);
    font-size: 1rem;
    font-family: openSans, sans-serif;
    display: block;
    padding-top: 29.5px;
    height: 71px;
    border-bottom: 4px solid transparent;
    text-transform: none;
}

.headerWrap .navMenu li a:hover {
    text-decoration: none;
    color: var(--secondary-lt);
}

.headerWrap .navMenu li a:hover {
    border-bottom: 4px solid var(--secondary-lt);
}

.selfServiceUserProfileMenu .login .linkLabel {
    display: inline !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
}


/* My account */

.myAccountMenu .userAccountText {
    margin-left: 16px;
    padding: 6px 8px;
    border-radius: 16px;
    background: var(--primary-lt);
    font-size: .875rem;
}

.myAccountMenu>a {
    color: var(--white);
}

.myAccountMenu .slds-dropdown__item>a:hover,
.myAccountMenu .slds-dropdown__item>a:active,
.myAccountMenu .slds-dropdown__item>a:focus {
    color: var(--yellow);
}

.userAccountMenu {
    position: absolute;
    top: 100%;
    background: var(--white);
    padding: 32px 24px;
    color: var(--black);
    width: 600px;
    right: 0;
    z-index: 9;
}

.userAccountMenu .bodyText { /* Can't find usage in markup. Is this needed? -- rh */
    text-transform: none;
    font: 0.8rem 'universCn', sans-serif;
    padding: 1rem 1rem 0rem 0rem;
}

.uiTabItem {
    margin-right: 20px;
}

.userAccountText svg,
.dealerName svg {
    fill: var(--white);
    /* width: auto;
    height: 20px; */
    margin: 0 6px 0;
}

.cursorHover {
    cursor: pointer;
}

.userAccountText:hover,
.helper-trigger[type=checkbox]:checked+.helper-show .userAccountText {
    background-color: var(--secondary);
    color: var(--white);
}

.userAccountText:hover svg,
.helper-trigger[type=checkbox]:checked+.helper-show .userAccountText svg {
    fill: var(--white);
}

/* My account menu toggle show hide */
.helper-trigger,
.helper-show {
    display: none;
}

.helper-trigger[type=checkbox]:checked+.helper-show {
    display: block;
}

.helper-trigger[type=checkbox]:checked+.helper-show+.helper-hide {
    display: none;
}

body .selfServiceProfileMenuTrigger .trigger-link:focus {
    box-shadow: none;
}

.backButton {
    color: var(--black);
    font-size: 16px;
    font-family: var(--heading-font-family, muktaBold, sans-serif);
    margin-left: -10px;
}

.backButton svg {
    width: 18px;
    margin-top: -3px;
    transition: margin .25s ease;
}

.backButton:hover {
    color: var(--black);
    text-decoration: none;
}

.backButton:hover svg {
    margin-left: -4px;
    margin-right: 4px;
}

/* mobile nav header */

.header {
    z-index: 3;
    display: inline-block;
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

/* menu */

.header div div div .navMenu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    padding: 28px 0;
    position: relative;
    user-select: none;
    /* display: none; */
}

.header .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 4px;
    position: relative;
    border-radius: 2px;
    transition: background .2s ease-out;
    width: 32px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
    border-radius: 2px;
    height: 4px;
}

.header .menu-icon .navicon:before {
    top: 8px;
}

.header .menu-icon .navicon:after {
    top: -8px;
}

/* menu btn */

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked~div div div .navMenu {
    max-height: 100vh;
}

.header .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
}

/* || promo banner */

.vsp_banner {
    margin: auto;
}

/* ------------------------------------------------------ FOOTER -- */

/* padding to accommdate aboslute positioned footer */
.footerWrap {
    clear: both;
    background: var(--primary);
    /* border-bottom: 6px solid var(--primary); */
    color: var(--white);
    padding: 55px 40px 65px;
    position: absolute;
    min-height: 138px;
    bottom: 0;
    width: 100%;
    font-size: var(--footer-font-size);
}

.footerWrap .navMenu li {
    display: inline-block;
    border-left: 1px solid var(--midGray);
    line-height: var(--footer-font-size);
    padding: 0 0.5rem;
    margin: 0;
}
.footerWrap .navMenu li:first-child {
    border-left: 0;
    padding-right: 0;

}

.footerWrap .navMenu li a {
    color: var(--white);
}

.cVsp_navigationMenu .navMenu li:last-child {
    border-right: none;
}

.footerWrap .navMenu {
    position: relative;
    height: auto;
    top: auto;
    z-index: 1;
}

.footerWrap .navMenu {
    border-top: none;

}

/* --------------------------------------------- REUSABLE STYLES -- */
.inlineBlock {
    display: inline-block;
}

.pricing {
    font-family: var(--heading-font-family, muktaBold, sans-serif);
    font-size: 20px;
}

.textLarge {
    font-family: var(--heading-font-family, muktaBold, sans-serif);
    font-size: 22px;
}

.titleCase {
    text-transform: none;
}

.uppercase {
    text-transform: uppercase;
}

.itemLabel {
    font-family: var(--heading-font-family, muktaBold, sans-serif);
    /* text-transform:uppercase; */
}
.itemLabel.smallLabel {
    font-size: 1rem;
}

.darkGrey {
    color: var(--darkGray)
}

ul {
    list-style-type: none;
}

.product-title {
    line-height: 175%;
    font-family: var(--heading-font-family, muktaBold, sans-serif);
}

/* --------------------------------------------- MODALS & FORMS -- */

/* || Global Styling */

.slds-modal__content:last-child {
    border-radius: 0 !important;
}

.slds-modal__container {
    color: var(--black);
}

.slds-modal__container .slds-modal__header,
.slds-modal__container .slds-modal__footer {
    text-align: left;
    border: 0;
    padding: 1.5rem;
    border-radius: 0;
}

/* .slds-modal__header .headerBorder {
    padding-bottom: 16px;
    border-bottom: 2px solid var(--lt-grey);
} */

.slds-modal__container .slds-modal__header {
    border-bottom: 1px solid var(--lt-grey);
}

.slds-modal__container .slds-modal__header h1,
.slds-modal__container .slds-modal__header h2,
.slds-modal__container .slds-modal__header h3,
.slds-modal__container .slds-modal__header h4 {
    width: calc(100% - 25px);
}

.slds-modal__header .headerBorder p {
    color: var(--darkGray);
    font-size: 13px;
    font-family: var(--heading-font-family, muktaBold, sans-serif);
}

.slds-modal__header .slds-modal__close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
}

.slds-modal__close {
    top: 4px;
    right: 4px;
}

.slds-modal__header .slds-modal__close svg {
    fill: var(--darkGray);
}

.slds-modal__content {
    padding: 1.5rem;
    background-color: var(--white);
    overflow: hidden;
    overflow-y: auto;
    text-align: left;
    display: flex;
}

div[c-vsp_fg_productcomparefooter_vsp_fg_productcomparefooter] .slds-modal__content {
    display: block;
}

.slds-modal__content label:not(.slds-checkbox__label) {
    color: var(--black);
    /* font-family: universCnBold;
    text-transform: uppercase; */
    padding-bottom: 0;
    margin-bottom:0;
}

.slds-rich-text-editor__textarea, .slds-rich-text-editor__output {
    line-height: normal !important;
}

.slds-modal__content .slds-textarea {
    min-height: 2.5rem;
    border-color: var(--lt-grey);
    border-radius: 5px;
    font-size: .875rem;
}

.optinWrap {
    padding-bottom: 20px;
    font-size: .875rem;
}

.optinWrap .slds-radio .slds-form-element__label {
    font-family: var(--body-font-family, openSans, sans-serif);
    text-transform: none;
    font-size: inherit;
    margin: -20px 0 0 30px;
    padding-bottom: 10px;
}
.GetHelp .slds-input_faux:not(.slds-combobox__input-value) {
    color: #ccc;
}

.GetHelp .slds-input_faux {
    border-color: var(--lt-grey);
    font-size: .875rem;
}

.slds-modal__footer {
    background-color: var(--lightestGray)
}

.slds-modal__footer .slds-button_outline-brand {
    margin-right: 12px;
}

/* market selector */
@media (min-width: 48em) {

    .marketSelectModal {
        max-width: 30rem;
    }
}

.marketSelectModal .slds-modal__content {
    color: var(--black);
    text-align: center;
}

.marketSelectModal header h1 {
    font-size: 2.5em;
    text-align: center;
}

.marketSelectModal header p {
    font-size: 1.15em;
    text-align: center;
    padding-top: 10px;
}

.marketSelectModal label {
    display: none;
}

.marketSelectModal input {
    width: 200px;
}

.marketSelectModal .slds-modal__content .slds-button {
    width: 80px;
}

/* --------------------------------------------- LANDING PAGE -- */

.homeWrap {
    background-image: url('/s/sfsites/c/resource/vsp_assets/images/vsp_homeBackground-50.jpg'), 
                      url('/sfsites/c/resource/vsp_assets/images/vsp_homeBackground-50.jpg');
    background-size: cover;
    background-position: center;
    background-color: #202020;
    min-height: 100vh;
    /*display: grid;
    grid-template-rows: auto 1fr auto;*/
}

.landingPath {
    text-align: center;
    color: var(--white);
    padding: 16px 30px 30px;
    min-width: 400px;
    max-width: 600px;
}

.actionWrap {
    opacity: 0;
    animation: fadeInAnimation .5s ease-out 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
     }
}

.landingWrap {
    padding: 1rem;
}


.landingWrap .slds-grid .slds-wrap {
    justify-content: center;
	
}

.landingWrap h1,
.landingWrap h2 {
  font-size: 3.5em;
  padding-bottom: 14px;
}

.landingWrap h1.mainHeading {
  font-size: 3em;
  color: #fff;
  text-align: center;
  padding-bottom: 70px;
}

.landingWrap p {
  font-size: 17px;
  height:50Px;
}
.landingWrap .slds-button {
  width: 70%;
  margin-top: 20px;
  padding: 4px 0;
  border: 2px solid var(--secondary);
}

.newlandingbutton .slds-button {
  width: 100%;
}


@media only screen and (min-width: 600px) {
	
	
}

@media only screen and (min-width: 600px) {
	
	
}


@media only screen and (min-width: 865px) {
    .landingWrap {
    width: inherit;
    max-width: 1680px;
    align-items: center;
  }

    .actionWrap {
    position: relative;
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
  }

    .landingWrap h1,
  .landingWrap h2 {
    font-size: 2.5em;
    padding-bottom: 14px;
  }

     .landingPath {
    text-align: center;
    color: var(--white);
    padding: 16px 60px 50px;
    min-width: 370px;
    max-width: 432px;
  }
  .landingWrap .slds-button {
  width: 70%;
  margin-top: 20px;
  padding: 4px 0;
  border: 2px solid var(--secondary);
}
  .newlandingbutton .slds-button {
  width: 100%;
}

}

@media only screen and (min-width: 2350px) {

    .actionWrap {
        max-width: 73%;
    }
	
}

@media only screen and (max-width: 600px) {
	.landingWrap {
    width: inherit;
    max-width: 1680px;
    align-items: center;
  }
    .landingWrap h1.mainHeading {
    margin-top: 60px;
  }

    .landingWrap h1,
  .landingWrap h2 {
    font-size: 2em;
    padding-bottom: 14px;
  }
  
  .landingWrap p {
    font-size: 14px;
  }

     
	 {
    text-align: center;
    color: var(--white);
    padding: 16px 30px 40px;
    min-width: 370px;
    max-width: 432px;
  }
}

.landingWrap .slds-button {
  width: 70%;
  margin-top: 20px;
  padding: 4px 0;
  border: 2px solid var(--secondary);
}

.newlandingbutton .slds-button {
  width: 100%;
}

.landingWrap .slds-button:hover,
.landingWrap .slds-button:focus,
.landingWrap .slds-button:active {
  border-color: var(--secondary-lt);
}

/* --------------------------------------------- RESULTS PAGE -- */

/* || filter list */

.filter details summary {
    cursor: pointer;
}

.filter-group__header {
    padding-bottom: 1.0rem;
    border-bottom: 1px solid var(--lt-grey);
}

.filter-group__header .slds-button:hover {
    text-decoration: underline;
    color: var(--blue);
}

.filter-group__header .btn-clear .slds-button {
    color: var(--blue);
}

.power-options .slds-button:hover {
    color: var(--blue);
}

.filter-group {
    padding: 1.2rem 0;
    border-bottom: 1px solid var(--lt-grey);
}

.mobileFilterWrap .filter {
    padding: 20px;
}

.power-options .slds-button {
    font-size: 16px;
    line-height: 150%;
    color: var(--black);
}

details[open]>summary {
    margin-bottom: 8px;
}

details[open] summary:after {
    content: "\2303";
    float: right;
    transform: rotate(0deg);
    padding: 8px 8px 0 0;
    height: 10px;
}

summary:after {
    content: "\2303";
    float: right;
    transform: rotate(180deg);
    padding: 0 0 14px 8px;
    height: 10px;
}

.filter .btn-clear {
    float: right;
}

.searchInput {
    position: relative;
    margin: 15px 0;
}

.searchInput .slds-input {
    padding-right: 30px;
}

[lightning-input_input-host] {
    display: inline;
}

.slds-spinner_container {
    min-height: 100vh;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.filterPanel__group .slds-form-element__legend {
    font-size: 1rem;
    font-family: var(--heading-font-family, muktaBold, sans-serif);
    color: var(--black);
    float: none;
}

.filter .slds-radio {
    line-height: 150%;
}

.slds-radio .slds-form-element__label {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 0;
}

.filter span.slds-radio_faux {
    margin-top: -3px;
}

.powerInput {
    position: relative;
    padding: 8px 0 8px 0;
    margin-top: 8px;
}

.powerInput .slds-button_brand {
    height: 32px;
}

.powerInput .powerLabel-1 {
    position: absolute;
    right: 170px;
    top: 18px;
    z-index: 2;
}

.powerInput .powerLabel-2 {
    position: absolute;
    right: 70px;
    top: 18px;
    z-index: 2;
}

.powerInput .slds-input {
    width: 90px;
    height: 23px;
    padding-right: 45px;

}

.powerInput .slds-form-element__control,
.powerInput .slds-form-element {
    float: left;
    margin-right: 5px;

}

.slds-combobox {
    cursor: pointer;
}

/* || Compare Models */
.compareWrap .slds-col {
    min-width: 250px;
}

.compareBox {
    box-sizing: border-box;
    min-height: 70px;
    padding: 13px !important;
    border: 1px solid var(--lt-grey) !important;
    border-radius: 6px;
    position: relative;
}

.close {
    position: relative;
    background: var(--white);
    width: 15px;
    height: 15px;
    border: none;
    top: -8px;
}

.compareBox img {
    height: 50px;
    width: auto;
}

.compareBox .close svg {
    width: 16px;
    height: 16px;
}

.stickyFooter.bottomfooter .compareWrap {
    width: 100%;
}

.compareItemWrap .cardImage {
    background-color: var(--white);
    margin-bottom: 12px;
    padding: 0;
}

.compareItemWrap .slds-modal__header,
.compareItemWrap .slds-modal__content {
    background-color: var(--lightestGray);
}

.compareItemWrap .cardDetails {
    border-radius: 6px;
    background: var(--white);
    margin-bottom: 36px;
}

.compareItemWrap .cardFeatures {
    border-top: 2px solid var(--lt-grey);
    padding-top: 24px;
}

.compareItemWrap .cardFeatures .featureTitle {
    margin-bottom: -17px;
}

.compareItemWrap .cardFeatures .featureValue {
    background-color: var(--white);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    margin: 30px 0 16px 0;
    min-height: 80px;

}

.compareItemWrap .slds-button_brand {
    width: 100%;
    margin-bottom: 12px;
    padding: 2px 0;
}

/* --------------------------------------------------  PRODUCT INVENTORY LIST -- */

.inventory-sort {
    padding: 0 40px;

}

.inventory-header {
    padding-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.total {
    padding-top: 6px;
    display: inline;
    float: left;
    font-family: var(--heading-font-family, muktaBold, sans-serif);
}

.productSort {
    float: right;
}

.gridResults {
    clear: both;
}

.inventory-sort .sortBy .slds-combobox__input {
    cursor: pointer;
}

.showItem,
.sortBy,
.productView {
    display: inline;
}

.showItem {
    margin-right: 30px;
}

.sortBy .slds-form-element__control {
    width: 200px;
}

.showItem .slds-form-element__control {
    width: 50px;
}

.productSort .itemLabel {
    padding-right: 10px;
}

.resultSize .slds-input {
    border-style: none;
}

.sortBy .slds-input:active,
.sortBy .slds-input:focus {
    box-shadow: none;
}

.resultSize::placeholder {
    color: var(--black);
}

input[readonly][role=combobox] {
    background-color: transparent;
    border-radius: 0;
    border-bottom: 2px solid var(--lt-grey);
    padding-left: 0;
    cursor: pointer;

}

input[readonly][role=combobox]:focus {
    border-color: var(--lt-grey);
    box-shadow: none;
}

lightning-combobox.slds-form-element {
    display: inline-block;
}

.productView .slds-button__icon {
    fill: var(--midGray);
    margin-right: 15px;
}

.productView .slds-button:hover,
.productView .slds-button:focus,
.productView .slds-button:active {
    color: var(--black);
}

.btn-vertical .slds-button {
    border-radius: 4px 4px 0 0;
    font-size: 16px;
    padding: 6px 25px;
}

/* || product card */

.inventoryCards {
    min-width: 270px;
    padding-bottom: 20px
}

.card {
    background-color: var(--white);
    border-radius: 6px;
    min-width: 180px;
    min-height: 490px;

}

.cardInner {
    min-height: 484px;
    padding-top: 1.5rem;
}

.cardStatus svg {
    fill: var(--white);
    width: 1rem;
    height: 1rem;
    vertical-align: inherit;
    padding-top: 2px;

}

.cardDetails {
    min-height: 360px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
}

.cardName {
    float: left;
    font-family: var(--heading-font-family, muktaBold, sans-serif);
    height: 40px;
    line-height: 136%;
}

.cardName .pgs-model {
    font-size: 20px;
}

.cardName .sales-model {
    font-size: 1rem;
    color: var(--darkGray);
}

.cardIcon {
    display: flex;
    justify-content: flex-end;
    margin-right: -12px;
}

.cardIcon svg {
    width: 20px;
    height: 20px;
}

.slds-icon-text-default {
    fill: var(--black)
}

.cardImage {
    /* Image should be: 249 x 187 @ 144dpi */
    clear: both;
    max-width: 100%;
    min-height: 156px;
    padding: 12px 0 12px 0;

}

.cardText {
    clear: left;
    line-height: 135%;
}

li.price {
    padding-bottom: 8px;
}

.cardFooter {
    border-top: 1px solid var(--lt-grey);
    padding: 1.5rem;
}

.cardFooter .itemLabel {
    font-family: var(--heading-font-family, muktaBold, sans-serif);
    text-transform: uppercase;
    text-align: center;
}

span.slds-form-element__label {
    font-size: 1rem;
    color: var(--black)
}

.cardFooter .slds-button_brand,
.cardFooter-BTO .slds-button_outline-brand {
    width: 100%;
    margin-bottom: 12px;
    padding: 2px 0;

}

.cardFooter-BTO {
    background-color: var(--lt-grey);
    border-top: 1px solid var(--lt-grey);
    border-radius: 0 0 6px 6px;
    padding: 20px 30px;
}

.card-noInventory {
    background-color: var(--white);
    border-radius: 6px;
    width: 300px;
    margin-top: 40px;
}

.card-noInventory header {
    display: inline-flex;
    align-items: center;
    padding-bottom: 20px;
}

.card-noInventory header h2 {
    text-transform: none;
    margin-left: 20px;
}

.card-noInventory .slds-icon {
    width: 2.5rem;
    height: 2.5rem;
}

.card-noInventory .cardFooter .slds-button_outline-brand {
    width: 100%;
    padding: 2px 0;
}

.card-noInventory .noInventory p {
    padding-bottom: 12px;
}

.loadMore_btn {
    margin: 20px 0;
    position: relative;
}

.loadMore_btn::before {
    content: "";
    height: 1px;
    width: calc(50% - 150px);
    position: absolute;
    left: 0;
    top: 50%;
    background: var(--lt-grey);
}

.loadMore_btn::after {
    content: "";
    height: 1px;
    width: calc(50% - 150px);
    position: absolute;
    right: 0;
    top: 50%;
    background: var(--lt-grey);
}

.loadMore .slds-button_outline-brand {
    width: 270px;
    display: flex;
    margin: 0 auto;
    align-items: center;
}

/* || callout styling */
.calloutWrap {
    min-height: 490px;
}

.slds-carousel__image>img {
    width: 100% !important;
    height: 489px;
    object-fit: cover;
    border-radius: 4px;
}

.calloutTextWrap {
    position: relative;
    height: 80%;
}

.calloutText {
    color: #fff;
    position: absolute;
    bottom: 7%;
}

.calloutText h2 {
    font-size: 38px;
    padding: 0 40px;
    text-transform: uppercase;
}

.calloutText h2:after {
    content: " ";
    width: 60px;
    height: 6px;
    background-color: var(--yellow);
    bottom: 3px;
    display: block;
    margin-top: 5px;
}

.calloutButton {
    display: block;
    position: absolute;
    bottom: -4%;
    z-index: 999;
    margin-left: 40px;
}

/* ---------------------------------------------  PRODUCT INVENTORY DETAIL PAGE PRODUCT DETAIL PAGE -- */

.expandImage {
    position: absolute;
    right: 0;
    top: 0;
}

.image__thumbnail {
    position: relative;
    margin-top: 6px;
}

.forceCommunitySection .cb-section_column:only-child,
.forceCommunitySection .cb-section_column:last-child,
.forceCommunitySection .cb-section_column:first-child,
.forceCommunitySection .cb-section_column {
    padding: 0 !important;
}

@media only screen and (min-width: 953px) {
    .forceCommunitySection .cb-section_column:last-child {
        min-height: calc(100vh - 152px);
        position: relative;
    }
}

.productDetail-infoWrap {
    max-height: 54vh;
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 16px;
}
.confirm-modal .productDetail-infoWrap {
    overflow: visible;
    overflow-x: visible;
}

@media screen and (max-width: 1000px ) {
    .slds-modal__container .slds-notify_toast {
        min-width: auto;
    }
}

.productDetail-infoWrap::-webkit-scrollbar-track,
.doubleTabWrap .slds-tabs_default .slds-tabs_default .slds-tabs_default__content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    background-color: var(--lt-grey);
}

.productDetail-infoWrap::-webkit-scrollbar,
.doubleTabWrap .slds-tabs_default .slds-tabs_default .slds-tabs_default__content::-webkit-scrollbar {
    width: 10px;
    background-color: var(--lt-grey);
}

.productDetail-infoWrap::-webkit-scrollbar-thumb,
.doubleTabWrap .slds-tabs_default .slds-tabs_default .slds-tabs_default__content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .15);
    background-color: var(--darkGray);
}

.productDetail-infoWrap h4 {
    text-transform: uppercase;
}

.fixedButtonsWrap {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    z-index: 10;
}

.btoConfiguration .fixedButtonsWrap {
    width: 100%;
}

/* Accordion sections - using lightning-accordion */
body .slds-accordion__summary {
    margin-left: 0;
    margin-right: 0;
}

body .slds-accordion__section {
    padding-left: 0;
    padding-right: 0;
}

lightning-accordion.slds-accordion {
    border-top: 1px solid var(--lt-grey);
    border-bottom: 1px solid var(--lt-grey);
}

.slds-accordion__summary-action {
    padding-left: 0;
    padding-right: 0;
    /* padding-top: 20px;
    padding-bottom: 20px; */
}

.slds-accordion__summary-action span {
    text-transform: uppercase;
    font-size: 1.25rem;
}

.slds-accordion__summary-action lightning-primitive-icon {
    position: absolute;
    right: 0;
}

body .slds-accordion__summary-action.slds-button:hover,
body .slds-accordion__summary-action.slds-button:focus,
body .slds-accordion__summary-action.slds-button:active {
    color: var(--secondary);
    text-decoration: none;
}

body .slds-accordion__list-item {
    border-color: var(--lt-grey);
}

/* || configuration tab */
.productDetail-infoWrap .accordionButton .slds-button {
    color: var(--darkGrey);
    width: 100%;
    display: block;
    text-align: left;
    border-top: 1px solid var(--lt-grey);
    border-radius: 0;
    padding: 14px 0 14px;
}

.productDetail-infoWrap .accordionButton .slds-button:hover,
.productDetail-infoWrap .accordionButton .slds-button:active,
.productDetail-infoWrap .accordionButton .slds-button:focus {
    border-top: 1px solid var(--lt-grey);
    text-decoration: none;
    color: var(--yellow);
}

.productDetail-infoWrap .accordionButton .slds-button svg {
    float: right;
    margin-top: 8px;
    width: 20px;
    height: 20px;
}

.productDetail-infoWrap label {
    font-family: var(--body-font-family, openSans, sans-serif);
    line-height: 175%;
}

.configurationWrap ul ul {
    padding-left: 20px;
}

/* || specification tab */
.product-details table td,
.product-details table th {
    border: none !important;
	text-wrap: wrap;
}

.smallText {
    font-size: 12px;
}

.smallText .slds-icon_container svg {
    font-size: 12px;
    height: 12px;
    width: 12px;
    margin-top: -2px;
    fill: var(--blue);
}

.productDetail-infoWrap table {
    width: 100%;
}

.productDetail-infoWrap tbody tr:nth-child(even) {
    background-color: var(--white);
}

.productDetail-infoWrap th {
    width: 60%;
    font-family: var(--heading-font-family, muktaBold, sans-serif);
    padding: 12px 10px;
}

.productDetail-infoWrap td {
    padding: 13px 10px 11px 10px;
}

.productDetail-infoWrap .slds-list_horizontal .slds-item_label {
    min-width: 270px;
}

/* || documentation tab */
.documentationWrap li {
    list-style: none;
}

.documentationWrap .sectionHeader {
    border-bottom: 1px solid var(--lt-grey);
}

.documentationWrap .downloadAll .slds-button {
    float: right;
    font-size: 12px;
}

.documentationWrap .downloadAll .slds-button svg {
    width: 12px;
    height: 12px;
    margin-top: -4px;
}

.documentationWrap .downloadAll .slds-button:hover,
.documentationWrap .downloadAll .slds-button:active,
.documentationWrap .downloadAll .slds-button:focus {
    text-decoration: underline;
}

.documentationWrap .downloadButton .slds-button svg {
    width: 18px;
    height: 18px;
    margin: -4px 16px 0 0;
    fill: var(--blue);
}

.documentationWrap .downloadButton .slds-button {
    color: var(--blue);
    align-items: flex-start;
    text-align: left;
}

.documentationWrap .downloadButton .slds-button:hover,
.documentationWrap .downloadButton .slds-button:active,
.documentationWrap .downloadButton .slds-button:focus {
    text-decoration: underline;
}



/* || dealer tab */
.dealer__content .itemLabel {
    margin-bottom: 4px;
}

.dealer__content {
    word-break: break-all;
}

/* left column */
.product-col_wrapper {
    background-color: var(--white);
    min-height: calc(100vh - 150px);
}

.product-col__content {
    display: block;
    margin: 0 auto;
    max-width: 75%;
    padding-top: 20px;
    padding-bottom: 60px;
}

.product-title .sales-model {
    font-size: 18px;
    color: var(--darkGray);
    font-family: var(--heading-font-family, muktaBold, sans-serif);
}

.product-title .pgs-model {
    font-size: 32px;
    margin-bottom: 20px;
}

.product-details .pricing {
    font-size: 24px;
    margin-bottom: 10px;
    display: inline-block;
}

.product-details .productAttributes {
    font-size: 16px;
    line-height: 135%;
}

.disclaimer {
    border-top: 1px solid var(--lt-grey);
    font-size: 12px;
    color: var(--midGray);
    margin-top: 20px;
    padding-top: 20px;

}

.gcWrap {
    /* margin-top: 20px; */
    border-color: var(--lt-grey);
    font-size: .875rem;
}

.gcIndicator {
    background-color: var(--darkGray);
    color: var(--white);
    padding: 8px 8px;
    font-size: 20px;
    font-family: var(--heading-font-family, muktaBold, sans-serif);
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 6px;
}

.gcIndicator sup {
    top: -2px;
}

.slds-popover_tooltip {
    background-color: var(--darkGray);
}

.gcWrap .gc-col {
    width: 50px;
}

.gcWrap .slds-size_11-of-12 {
    padding-right: 18px;
}

.resetButton {
    font-size:.875rem;
}

.product-details .slds-carousel__panel {
    max-height: 400px;
    overflow: hidden;
}

.slds-box {
    /* carousel image blocks */
    padding: 0;
    border: none;
}

.slds-carousel__panel-action {
    border: none;
}

.slds-carousel__content {
    /* description box below images */
    background: transparent;
    position: absolute;
    z-index: 9;
    bottom: 0;
    width: 100%;
    color: var(--white);
    height: 236px;
}

.vsp_bannerWrap {
    background: var(--midGray);
}

.vsp_bannerContent {
    max-width: 500px;
    margin: 0 auto;
}

.vsp_bannerWrap .slds-carousel__image {
    display: none;
}

.vsp_bannerWrap .slds-carousel__content {
    position: relative;
    color: var(--darkGray);
    height: 75px;
}

.inventoryCards .slds-carousel__image {
    background-color: var(--black);
    width: 100%;
}

.inventoryCards .calloutWrap slot {
    width: 100%;
}

.inventoryCards .slds-carousel__panel {
    width: 100%;
}

.vsp_bannerWrap .slds-carousel__content .slds-carousel__content-title {
    font-size: 18px;
    line-height: 125%;
}

.vsp_bannerWrap .slds-carousel__content p {
    font-size: 12px;
    line-height: 115%;
}

.slds-carousel__content .slds-carousel__content-title {
    font-size: 34px;
    line-height: 200%;
}

.slds-carousel__content p {
    font-size: 16px;
}

span.slds-carousel__autoplay {
    display: none;
}

.vsp_bannerWrap .slds-carousel__indicators {
    bottom: 4px;
    margin: 0;
    display: none;
}

.slds-carousel__indicators {
    /* carousel buttons */
    position: relative;
    bottom: 50px;
}

.slds-carousel__indicator {
    margin: 0 3px;
}

.slds-carousel__indicator-action {
    /* New Styles based on figma */
    width: 34px;
    height: 5px;
    border-radius: 0;
    background: var(--gray);
    border-color: var(--gray);
    /* Original Styles */
    /* width: 0.9rem;
    height: 0.9rem; */
}

.slds-carousel__indicator-action:hover {
    background: var(--secondary-lt);
    border-color: var(--secondary-lt);
}

.slds-carousel__indicator-action:focus {
    box-shadow: none;
}

.slds-carousel__indicator-action:focus,
.slds-carousel__indicator-action.slds-is-active,
.slds-carousel__indicator-action.slds-is-active:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.product-col__content .slds-carousel__content {
    display: none;
}

.product-col__content .slds-carousel__image>img {
    height: auto;
    border-radius: 0;
    max-height: 380px;
    object-fit: contain;
    width: auto !important;
}

.product-col__content .slds-carousel__indicators {
    bottom: 0;
}

.product-col__content .slds-carousel__image {
    text-align: center;
}

.product-details .product-col__content .slds-carousel__panel {
    max-height: 100%;
}

/* right column */
.details-col_wrapper {
    min-height: calc(100vh - 150px);
    position: relative;
    padding-top: 12px;
}

.details-col_wrapper .slds-tabs_default__overflow-button {
    height: 2.9rem;
}

.details-col_wrapper .slds-tabs_default__overflow-button .slds-button:focus {
    text-decoration: none;
}

.details-col_wrapper .slds-tabs_default__overflow-button .slds-button:hover,
.details-col_wrapper .slds-tabs_default__overflow-button .slds-button {
    color: var(--black);
}

.express-interest {
    bottom: 0;
    width: 100%;
    height: 60px;
}

.express-interest .btn--wide .slds-button {
    height: 60px;
    width: 100%;
    border-radius: 0;
    border-width: 4px;
    font-size: 18px;
    background-color: var(--white);
}

.express-interest .btn--wide .slds-button:hover,
.express-interest .btn--wide .slds-button:focus,
.express-interest .btn--wide .slds-button:active {
    background-color: var(--black);
    color: var(--white);
    border-color: transparent;
}

.requestQuoteButton .slds-button {
    /* background-color: var(--secondary);
    border-color: transparent;
    color: var(--black); */
    border-radius: 0;
    border-width: 4px;
    font-size: 18px;
    width: 100%;
    height: 60px;
    font-family: var(--heading-font-family, muktaBold, sans-serif);
    text-transform: uppercase;
}

/* .requestQuoteButton .slds-button:hover {
    background-color: var(--black);
    color: var(--white);
} */

.reserveReqestWrap {
    width: 100%;
    height: 60px;
}

.reserveReqestWrap .slds-checkbox .slds-checkbox__label .slds-form-element__label,
.bto_reserveReqestWrap .slds-checkbox .slds-checkbox__label .slds-form-element__label {
    font-family: var(--body-font-family, openSans, sans-serif);
    text-transform: capitalize;
}

legend.slds-form-element__legend.slds-form-element__label {
    color: var(--black);
    font-family: var(--heading-font-family, muktaBold, sans-serif);
    text-transform: uppercase;
    padding-bottom: 6px;
}

/* COOKIE NOTIFICATION STYLING */
.cookie-buttons button {
    font-family: var(--heading-font-family, sans-serif) !important;
    text-transform: uppercase;
    border: none;
    height: auto !important;
}

/* TAB STYLING */
.slds-tabs_default__nav {
    font-size: 18px;
    border-bottom-color: var(--lt-grey);
    font-family: var(--heading-font-family, muktaBold, sans-serif);
}

.slds-tabs_default__item {
    color: var(--black);
    margin: 0 12px 0 40px;
    padding: 0 0 6px 0;
    text-transform: uppercase;
}

.slds-tabs_default__item.slds-active,
.slds-tabs_default__item.slds-is-active {
    color: var(--black);	
}

.slds-tabs_default__item.slds-active:after,
.slds-tabs_default__item.slds-is-active:after,
.slds-tabs--default__item.slds-active:after,
.slds-tabs--default__item.slds-is-active:after,
.slds-tabs_default__item:hover:after {
    height: calc(var(--sds-c-tabs-list-sizing-border, 1px) + 4px);
}

.slds-tabs_default__item.slds-is-active:hover:after {
    background-color: var(--primary);
}

.slds-tabs_default__item:hover:after {
    background-color: var(--secondary);
}

.slds-tabs_default__link[tabindex="0"]:focus {
    text-decoration: none;
}

.slds-tabs_default__content {
    margin: 50px 60px 50px 40px;
    padding: 0;
}

.tabs__content {
    line-height: 150%;
}

/* 2nd level tab styling */
.slds-tabs_default .slds-tabs_default .slds-tabs_default__item {
    height: 30px;
}

.slds-tabs_default .slds-tabs_default .slds-tabs_default__nav a {
    text-transform: none;
    font-size: 13px;
    font-weight: 300;
    font-family: var(--body-font-family, openSans, sans-serif);
}

.slds-tabs_default .slds-tabs_default .slds-is-active:after,
.slds-tabs_default .slds-tabs_default .slds-tabs_default__item:hover:after,
.slds-tabs_default .slds-tabs_default .slds-tabs_default__item:active:after,
.slds-tabs_default .slds-tabs_default .slds-tabs_default__item:focus:after {
    height: 2px;
    background-color: var(--black);
}

.doubleTabWrap .slds-tabs_default:first-child .slds-tabs_default__content {
    margin: 10px 0;
}

.doubleTabWrap .slds-tabs_default .slds-tabs_default .slds-tabs_default__content {
    margin: 30px 60px 30px 40px;
    height: 48vh;
    overflow: auto;
    overflow-x: hidden;
    padding-right: 16px;
}

@media screen and (max-height: 930px) and (min-width: 768px) {
    .doubleTabWrap .slds-tabs_default .slds-tabs_default .slds-tabs_default__content {
        height: 40vh;
    }
}

@media screen and (min-height: 1060px) and (min-width: 768px) {
    .doubleTabWrap .slds-tabs_default .slds-tabs_default .slds-tabs_default__content {
        height: 55vh;
    }
}

.doubleTabWrap .slds-tabs_default .slds-tabs_default .slds-tabs_default__nav {
    border-bottom: none;
}

/* BTO specific styling */
.btoResults .inventory-sort {
    padding: 0 50px 0 40px;
}

.btoResults .card,
.btoResults .cardInner {
    min-height: auto;
}

.btoTitle {
    padding: 20px 40px 10px 40px;
    border-bottom: 1px solid var(--lt-grey);
    margin-bottom: 12px;
}

.btoTitle h4 {
    font-size: 16px;
    font-family: var(--body-font-family, openSans, sans-serif);
    text-transform: none;
    margin-right: 30px;
}

.btoTitle .subTitle {
    display: inline-flex;
    flex-wrap: wrap;
}

.btoTitle svg {
    fill: var(--blue);
    margin-top: -2px;
}

.btoTitle a {
    text-transform: none;
}
.btoModalsWrap .slds-button {
    font-size: .875rem;
}

/* Removed btoModalButton because the style changed */
/*.btoModalsWrap .btoModalButton .slds-button {
    color: var(--black);
    font-family: var(--heading-font-family, muktaBold, sans-serif);
    font-size: 20px;
    margin-right: 24px;
    font-size: .875rem;
}

.btoModalsWrap .btoModalButton .slds-button:hover,
.btoModalsWrap .btoModalButton .slds-button:active,
.btoModalsWrap .btoModalButton .slds-button:focus {
    color: var(--yellow);
    text-decoration: none;
} */

.btoModalsWrap .slds-button_stretch button {
    /* Only adding this because the lightning-button isn't supporting the button stretch class in slds */
    width: 100%;
}

.btoCategoryHeader {
    padding-bottom: 6px;
    margin-bottom: 18px;
    border-bottom: 1px solid var(--lt-grey);
}

.btoSubCategoryWrap {
    margin-bottom: 24px;
}

.btoCard {
    position: relative;
    padding: 12px;
    cursor: pointer;
    margin-bottom: 12px;
    border: 1px solid var(--lt-grey);
    background-color: var(--white);
    border-radius: .5rem;
}

.btoCard:hover .slds-checkbox+label:before,
.btoCard:hover .slds-radio .slds-radio_faux {
    background-color: var(--secondary);
}

.btoCard:hover {
    border-color: var(--secondary);
}

.btoCard .slds-radio__label {
    display: flex;;
}
.btoCard .slds-radio [type=radio]+.slds-radio__label .slds-radio_faux {
    margin-right: 10px;
    margin-top: 4px;
}

.btoCard .slds-radio__label .slds-form-element__label {
    padding-top: 0;
    line-height: 24px;
}

.radioCheckWrap {
    /* position: absolute;
    bottom: 12px;
    right: 2px; */
}

.radioCheckWrap .slds-radio_faux {
    margin-right: 9px !important;
}

.btoMoreInfo {
    position: absolute;
    right: 12px;
    z-index: 9;
}

.btoMoreInfo svg {
    width: 14px;
    height: 14px;
    float: right;
}

.btoCategoryHeader {
    display: flex;
}

.categoryReset {
    color: var(--blue);
    cursor: pointer;
    position: absolute;
    right: 0;
    margin-right: 20px;
    font-size:.875rem;
}

.categoryReset:hover {
    text-decoration: underline;
}

.doubleTabWrap {
    position: relative;
}

.summaryButton {
    position: absolute;
    right: 40px;
    top: 145px;
    z-index: 999;
}

.summaryButton .slds-button {
    color: var(--blue);
}

.btoOptionName {
    font-size: 15px;
}

.saveBuild .slds-form-element {
    padding-top: 6px;
}

.summaryTab {
    max-height: 58vh;
    overflow: scroll;
    overflow-x: hidden;

}

.bto_summary_icon .slds-button svg {
    fill: var(--blue);
    margin-top: -4px;
}

.bto_summary_icon .slds-button:hover svg {
    fill: var(--yellow);
}

/* --------------------------------------------- BTO STARTER PAGE -- */
/* --------------------------------------------- SIMPLE SIZER LOAD TYPE -- */
/* --------------------------------------------- SIMPLE SIZER ELECTRICAL LOADS -- */
/* --------------------------------------------- SIMPLE SIZER SUMMARY -- */

.selectionsWrap .header {
    border-bottom: 2px solid var(--lt-grey);
    margin-bottom: 40px;
    padding-bottom: 20px;
    display: inline-flex;
    align-items: center;
}

.stepTag {
    background-color: var(--midGray);
    color: var(--darkGray);
    padding: 6px 10px;
    font-family: var(--heading-font-family, muktaBold, sans-serif);
    font-size: 16px;
    border-radius: 4px;
    display: inline-block;
    margin: 0 6px 0 0;
}

.stepTag.activeStep {
    background-color: var(--darkGray);
    color: var(--white);
}

.simpleSizerSteps {
    text-align: right;
}

.pickSelections .card:hover {
    cursor: pointer;
}

.selectionsWrap .footer {
    border-top: 2px solid var(--lt-grey);
    margin-top: 40px;
    padding-top: 20px;

}

.selectionsWrap .footer .slds-button {
    width: 192px;
    height: 42px;
    padding: 0;

}

.selectionsWrap h3 {
    margin-bottom: 30px;
}

.selectionsWrap .findGenButton {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: auto;
    padding-top: 60px;
}

/* || LEFT COLUMN */
.defaultSelections {
    padding-right: 48px;
}

.defaultSelections__box {
    background-color: var(--white);
    border-radius: 4px;
    padding: 20px 30px;
}

.defaultSelections .edit {
    float: right;
}

.defaultSelections .edit svg {
    width: 20px;
    height: 20px;
    fill: var(--blue);
    margin-right: 0;
}

/* Edit modal */
.btoStarter_modal .slds-modal__container .slds-modal__header {
    padding: 15px;
}

.btoStarter_modal .slds-modal__content label,
.btoStarter_modal .slds-modal__content legend {
    font-size: 16px;
    font-family: var(--heading-font-family, muktaBold, sans-serif);
    color: var(--black);
    padding-bottom: 12px;
}

.btoStarter_modal .slds-modal__content .slds-radio {
    border: 2px solid var(--lt-grey);
}

.btoStarter_modal .slds-radio {
    border: 2px solid var(--lt-grey);
}

.btoStarter_modal .slds-modal__content .slds-button {
    width: 100%;
}

/* -- end modal */

.defaultSelections label {
    font-family: var(--heading-font-family, muktaBold, sans-serif);
}

.defaultSelections p {
    font-size: 16px;
    padding-top: 4px;
}

/* || RIGHT COLUMN */
.pickSelections {
    border-left: 2px solid var(--lt-grey);
    padding-left: 48px;
}

.pickSelections .slds-radio .slds-form-element__label {
    padding-top: 0;
}

.sizingLoads .pickSelections {
    min-height: 650px;
}

.slds-form-element .slds-radio [type=radio]+.slds-radio_faux,
.slds-form-element .slds-radio [type=radio]~.slds-radio_faux,
.slds-radio [type=radio]+.slds-radio__label .slds-radio_faux {
    margin-right: 16px;
}

.selectionsWrap .slds-form-element__control .slds-radio {
    display: inline-block;
}

.selectionsWrap .slds-radio {
    width: 46%;
    min-width: 208px;
    padding: 24px;
    margin: 0 4% 15px 0;
    background-color: var(--white);
    border-radius: 8px;
    border: 2px solid var(--white);
}

.selectionsWrap .slds-radio:hover,
.selectionsWrap .slds-radio:active,
.selectionsWrap .slds-radio:focus {
    border: 2px solid var(--secondary);
}

.defaultSelections .slds-radio .slds-form-element__label {
    font-family: var(--body-font-family, openSans, sans-serif);
}

.pickSelections .powerRange h3 {
    float: left;
    margin: 6px 30px 30px 0;
}

.pickSelections .slds-button {
    margin-bottom: 16px;
}

/* -- slider begins */
.pickSelections .slds-slider__value {
    padding: 0;
    font-family: var(--heading-font-family, muktaBold, sans-serif);
    font-size: .875rem;
}

.pickSelections .valueEnd {
    float: right;
    margin-right: -10px;
}

.pickSelections .inputKVA input {
    width: 120px;
    padding-right: 40px;
}

.pickSelections .inputKVA p {
    position: relative;
    bottom: 25px;
    left: 84px;
    font-size: .875rem;
}

.pickSelections .inputKVA label {
    font-size: 16px;
    color: var(--black);
    padding-bottom: 8px;
}

/* -- slider end */

.selectionsWrap .slds-button_brand {
    padding: 4px 60px;
}

.simpleSizerWrap {
    padding: 4rem 0;
}

.simpleSizerWrap .header svg {
    width: 1rem;
    height: 1rem;
    margin-top: -18px;
    margin-left: 5px;
}

.simpleSizerWrap .simpleSizerPath svg {
    margin-top: -19px;
    margin-left: -9px;
    width: 11px;
    height: 11px;
} 

.simpleSizerWrap .header .continue_btn .slds-button {
    background-color: var(--secondary);
    color: var(--white);
    font-family: var(--heading-font-family, muktaBold, sans-serif);
    text-transform: uppercase;
    border: 2px solid var(--secondary);
}
.simpleSizerWrap .header .continue_btn .slds-button:active {
    background-color: var(--secondary-lt);
    color: var(--white);
    border: 2px solid var(--secondary-lt);
}

.simpleSizerWrap .header .continue_btn .slds-button:hover {
    background-color: var(--secondary-lt);
    color: var(--white);
    text-decoration: none;
    border: 2px solid var(--secondary-lt);
}
.simpleSizerWrap .header .black_btn .slds-button {
    color: var(--black);
    font-family: var(--heading-font-family, muktaBold, sans-serif);
    text-transform: uppercase;
    border: 2px solid var(--black);
    background-color: var(--white);
}

.simpleSizerWrap .header .black_btn .slds-button:active {
    color: var(--white);
    border: 2px solid var(--black);
    background-color: var(--black);
    box-shadow: none;
    text-decoration: none;
}

.simpleSizerWrap .header .black_btn .slds-button:hover {
    background-color: var(--black);
    color: var(--white);
    text-decoration: none;
    border: 2px solid var(--black);
} 

.box {
    /*placeholder*/
    float: left;
    margin: 0 30px 0 0;
}

/* || Simple Sizer - Select Load Types */
.pickSelections .card {
    padding: 10px 18px 10px 10px;
    min-height: 79px;
    min-width: 200px;
    border: 2px solid var(--white);
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 125%;
    cursor: pointer;
}

.pickSelections .card.checked {
    border-color: var(--secondary);
}

.sizingLoads img {
    max-width: inherit;
}

.pickSelections .card .img-holder {
    display: inline-block;
}

/* 
.pickSelections .card:hover {
    border-color: var(--yellow)
} */

.pickSelections .card:focus,
.pickSelections .card:active {
    border-color: var(--white);
}

.sizingFilters_modal label {
    font-size: 15px;
    padding-bottom: 12px;
}

.sizingFilters_modal .slds-modal__content .slds-button {
    height: auto;
}

label.slds-radio_button__label {
    color: var(--black);
}
.sizingFilters_modal .slds-radio_button [type=radio]:checked+.slds-radio_button__label{
    color: var(--white);
    background-color: var(--secondary);
}
.sizingFilters_modal .slds-radio_button [type=radio]:checked+.slds-radio_button__label:hover,
.sizingFilters_modal .slds-radio_button .slds-radio_button__label:hover {
    background-color: var(--secondary-dk);
    color: var(--white);
}

/* || Simple Sizer - Define Load Builds */
.sizingElectrical .card {
    min-height: 138px;
    padding: 26px 36px;
    border: none;
}

.loadLabelWrap {
    border-radius: 6px 0 0 6px;
}

.loadLabelWrap .label {
    font-size: 22px;
    line-height: 125%;
    margin-bottom: 12px;
}

.loadLabelWrap a {
    margin-right: 18px;
}

.loadInputWrap {
    background-color: var(--lt-grey);
    border-radius: 0 6px 6px 0;
}

.loadInputWrap label {
    font-family: var(--heading-font-family, muktaBold, sans-serif);
    text-transform: uppercase;
    font-size: 1rem;
    color: var(--darkGray);

}

.loadInputWrap .slds-radio_button label {
    text-transform: none;
    font-size: 15px;
    margin-right: 4px;
    margin-right: 4px;
    min-height: 2.5rem;
    display: flex;
    align-items: center;
}

.loadInputWrap .slds-radio_button [type=radio]:checked+.slds-radio_faux,
.loadInputWrap .slds-radio_button [type=radio]:checked~.slds-radio_faux,
.loadInputWrap .slds-radio_button [type=radio]:checked+.slds-radio_button__label {
    color: var(--white);
    background-color: var(--secondary);
}

.loadInputWrap .slds-input {
    width: 6.9rem;
}

.loadInputWrap .slds-form-element__control {
    padding-top: 8px;
}

.loadInputWrap .slds-radio_button-group {
    border: none;
    border-radius: none;
}

.loadInputWrap .slds-radio_button__label:hover {
    background-color: var(--secondary-dk);
    color: var(--white);
}

.loadInputWrap .slds-button:active,
.loadInputWrap .slds-button:focus {
    text-decoration: none;
}

.loadInputWrap .slds-radio_button+.slds-radio_button {
    border: none;
    margin-left: .25rem;
}

.loadInputWrap input[readonly][role=combobox] {
    background-color: var(--white);
    padding-left: 8px;
}

.loadInputWrap.loadInputStretch .slds-input {
    width: 100%;
}

.loadInputWrap .slds-select_container .slds-select {
    padding-left: 12px;
    font-size: .875rem;
}

.calculatorButton {
    float: right;
}

.calculatorButton svg {
    fill: var(--blue);
    margin: -4px 8px 0 0;
}

/* || Simple Sizer - Minimum Power Summary */
.sizingSummary .minPower {
    background-color: var(--darkGray);
    color: var(--white);
    border-radius: 6px 6px 0 0;
    padding: 40px 30px;
}

.minPower h1 {
    font-size: 4em;
    margin-bottom: 10px;
}

.minPower p {
    font-size: 18px;
}

.minPower .checkIcon {
    float: left;
    background-color: var(--white);
    margin-right: 30px;
}

.minPower .slds-icon {
    width: 4rem;
    height: 4rem;
    fill: var(--blue);
}

.addCapacity {
    background-color: var(--white);
    padding: 30px 40px;
    border-radius: 0 0 6px 6px;
    min-height: 100px;
}

.addCapacity .plusIcon {
    float: left;
    margin-right: 10px;
}

.addCapacity .plusIcon svg {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 7px;
}

.addCapacity p {
    font-size: 2.5rem;
    font-family: var(--heading-font-family, muktaBold, sans-serif);
    margin-right: 20px;
    padding: 10px 0;
}

.addCapacity .slds-form-element__label {
    font-size: 18px;
    margin-right: 30px;
    padding: 15px 0;
    line-height: 126%;
}

.addCapacity .slds-checkbox_faux {
    width: 5rem;
    height: 2.5rem;
    border-width: 3px;
}

/* toggle circle */
.slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox_faux:before,
.slds-checkbox_toggle [type=checkbox]:checked~.slds-checkbox_faux:before,
.slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox_faux_container .slds-checkbox_faux:before,
.slds-checkbox_toggle .slds-checkbox_faux:after {
    width: 2rem;
    height: 2rem;
}

/* hiding checkmark in toggle */
.slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox_faux:after,
.slds-checkbox_toggle [type=checkbox]:checked~.slds-checkbox_faux:after,
.slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox_faux_container .slds-checkbox_faux:after {
    content: none;
}

.addCapacity .editLoads .slds-button {
    padding-top: 10px;
    color: var(--blue);
}

.addCapacity .editLoads .slds-button:hover {
    color: var(--blue);
    text-decoration: underline;
}

.sizingSummary .loadReport .slds-button {
    width: 100%;
    padding: 4px 0;
}

/* -- slick slider - Callout -- */
.slick-list .callout {
    background-size: cover;
    height: 490px;
    border-radius: 6px;
}

.calloutWrap .slick-list {
    border: none;
    height: 490px;
}

.calloutWrap .slick-arrow {
    border: none;
}

.calloutWrap .slick-prev,
.calloutWrap .slick-next {
    font-size: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    border-radius: 100%;
    width: 16px;
    background: transparent;
    padding: 0;
    z-index: 5;
    border-radius: 100%;
    width: 17px;
    height: 17px;
    background: var(--darkGray);
}

.calloutWrap .slick-prev {
    left: -11px;
    top: 50%;
}

.calloutWrap .slick-next {
    right: -11px;
    top: 50%;
}

.calloutWrap .slick-prev::before {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â';
    /*content: '<'; */
    left: -3px;
}

.calloutWrap .slick-next::before {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢';
    /*content: '>'; */
    right: -3px;
}

.calloutWrap .slick-prev::before,
.calloutWrap .slick-next::before {
    font-family: 'slick';
    font-size: 28px;
    color: white;
    padding: 0;
    border-radius: 100%;
    position: absolute;
    top: 1px;
}

/*dots start*/

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    margin: 0;
    list-style: none;
    text-align: center;
    height: 65px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 37px;
    height: 8px;

    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢';
    text-align: center;

    opacity: 1
        /*.25*/
    ;
    color: transparent;
    background-color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

.slick-dots li.slick-active button:before {
    opacity: 1
        /*.75*/
    ;
    color: transparent;
    background-color: var(--yellow);

}

/*dots end*/

/* login callout */
.loginCalloutWrapper {
    background-color: var(--yellow);
    font-size: 16px;
    font-family: var(--heading-font-family, muktaBold, sans-serif);
    text-transform: uppercase;
    padding: 12px 40px;
    display: block;
    height: 40px;
    width: 100%;
}

/* ------------------------------------------------------- MY ACCOUNT */

.savedItemList .noResults p {
    font-family: var(--heading-font-family, muktaBold, sans-serif);
    font-size: 18px;
    padding-bottom: 30px;
}

.savedItemList .slds-button {
    padding: 6px 20px;
}

.savedItemList .savedItemCard .slds-card {
    padding: 24px 30px;

}

.savedItemList .savedItemCard .slds-text-heading_small {
    font-size: 22px;
    text-transform: capitalize;
}

.savedItemList .savedItemCard .slds-card__header,
.savedItemList .savedItemCard .slds-card__body {
    padding: 0;
}

.savedItemList .savedItemCard .slds-card__header {
    margin: 0 0 4px 0;
}

.savedItemList .savedItemCard .slds-card__body {
    margin: 0;
}

.savedItemList .savedItemCard .actionLinks {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.savedItemList .savedItemCard .actionLinks .slds-button,
.actionLinks lightning-button {
    width: 100%;
}

/* --------------------------------------------- MISC -- */

.loadInputWrap select {
	border: none;
    border-radius: 5px;
    min-height: 2.5rem;
}

.loadInputWrap .slds-button.slds-radio_button,
.loadInputWrap .slds-button.slds-radio_button .slds-radio_button__label {
    min-height: 2.5rem;
}

/* -------------------------------------------- MOBILE / RESPONSIVE -- */

/* slds-cols */
@media only screen and (max-width: 1769px) {
    .gridResults .slds-medium-size_1-of-3 {
        width: 25%;
    }
}

@media only screen and (max-width: 1489px) {
    .gridResults .slds-medium-size_1-of-3 {
        width: 33.3333%;
    }
}

@media only screen and (max-width: 1390px) {

    .gridHeader {
        float: none;
    }

    .total {
        float: left;
        margin-right: 30px;
    }

    .slds-col .dealer__content,
    .slds-col .dealer__map {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {

    .sizingSummary .slds-large-size_8-of-12,
    .sizingSummary .slds-large-size_4-of-12 {
        width: 100%;
    }
}

@media only screen and (max-width: 1209px) {
    .gridResults .slds-medium-size_1-of-3 {
        width: 33%;
    }
}

@media only screen and (min-width: 1150px) {
    .sizingLoads .slds-large-size_6-of-12 {
        width: 33.3%;

    }
}

@media only screen and (max-width: 1072px) {
    .sizingElectrical .slds-medium-size_1-of-1 {
        width: 100%;
    }

    .loadLabelWrap {
        border-radius: 6px 6px 0 0;
    }

    .loadInputWrap {
        border-radius: 0 0 6px 6px;
    }

    .loadBuildInput {
        margin-bottom: 12px;
    }
}

@media only screen and (min-width: 1024px) {
    .mobile_getHelp {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {

    .slds-medium-size_8-of-12 .footerLeft,
    .slds-medium-size_8-of-12 .footerRight {
        width: 100%;
    }

    .product-col__content {
        max-width: 90%;
    }

    .fixedButtonsWrap {
        width: 100%;
        position: relative;
    }

    .express-interest,
    .reserveReqestWrap {
        width: 100%;
    }

    .btn-vertical {
        display: none;
    }

    /* || BYO STARTER PAGE */

    .byoStarterWrap .defaultSelections {
        padding: 0 0 42px 0;
    }

    .byoStarterWrap .pickSelections {
        padding: 42px 0 0 0;
        border-left: none;
        border-top: 2px solid var(--lt-grey);
    }

    .pickSelections .slds-radio {
        width: 100%;
    }

    .pickSelections .slds-button {
        padding: 6px 0;
        margin: 0 0 30px 0;
    }

    .pickSelections .powerSlider {
        display: none;
    }

    .pickSelections .inputKVA input {
        width: 150px;
    }

    .pickSelections .inputKVA p {
        position: relative;
        left: 108px;
        font-size: 16px;
    }

    .selectionsWrap .findGenButton {
        padding-top: 40px;
    }

    .selectionsWrap .findGenButton .slds-button {
        width: 100%;

    }

    .compareWrap .slds-medium-size_1-of-1 {
        text-align: center;
    }

    .bodyWrap {
        min-height: 100%;
    }

    .homeWrap .bodyWrap {
        min-height: calc(100vh - 80px);
    }

    .productDetail-infoWrap,
    .doubleTabWrap .slds-tabs_default .slds-tabs_default .slds-tabs_default__content {
        max-height: 100%;
        overflow: auto;
    }

    .productDetail-infoWrap .slds-list_horizontal {
        display: block;
    }

    .productDetail-infoWrap .slds-list_horizontal .slds-item_detail {
        padding: 5px 0 2px;
    }

    .product-col_wrapper,
    .details-col_wrapper {
        min-height: 100%;
    }

    .mobile_getHelp {
        display: none;
        background-color: var(--blue);
        text-align: center;
        width: 100%;
        height: 130px;
        padding-top: 30px;
        margin-top: 30px;
    }

    .mobile_getHelp .itemLabel {
        padding: 0;
    }

    .btn_getHelp .slds-button_outline-brand {
        margin: 15px 0 20px 0;
    }

    .footerWrap {
        bottom: auto;
    }

    .slds-modal__footer .slds-button_outline-brand {
        display: block;
        margin-bottom: 12px;
    }

    .cb-section_row.slds-grid.slds-wrap.slds-large-nowrap {
        max-width: 100% !important;
    }

    .accountWrap {
        margin: 0 60px;
    }
}

/* MOBILE NAV MENU */
@media (min-width: 1351px) {
/* @media (min-width: 953px) { */
    .header div div div .navMenu {
        clear: none;
        max-height: none;
    }

    .header .menu-icon {
        display: none;
    }
} 

.headerWrap .container {
    display: flex;
    align-items: center;
    position: relative;
}
.headerWrap .mainMenu {
    flex: 1 1 auto;
    overflow: hidden;
    flex-wrap: nowrap;
}
.header div div div .navMenu {
    white-space: nowrap;
    display: flex;
}
.logo, .topRight {
    flex: 0 0 auto;
}
/* main menu */
/* main menu */
/* Truncate Nav items */
/* 
@media(max-width: 1230px) {
    .headerWrap .navMenu .drop-down{
      display: block;
    }
  
    .headerWrap .navMenu li:nth-last-child(2){
      display: none;
    }
  
    .headerWrap .navMenu .drop-down .drop-content li:nth-last-child(1){
      display: flex;
      margin: 0;
      padding: 0 10px;
      float: none;
    }
    .headerWrap .navMenu .drop-down .drop-content{
        margin-top: 0;
    }
}

@media(max-width: 1160px) {

    .headerWrap .navMenu li:nth-last-child(3){
      display: none;
    }
  
    .headerWrap .navMenu .drop-down .drop-content li:nth-last-child(2){
      display: flex;
      margin: 0;
      padding: 0 10px;
      float: none;
    }
}

@media(max-width: 960px) {

    .headerWrap .navMenu li:nth-last-child(4){
      display: none;
    }
  
    .headerWrap .navMenu .drop-down .drop-content li:nth-last-child(3){
      display: flex;
      margin: 0;
      padding: 0 10px;
      float: none;
    }
}

@media(max-width: 860px) {

    .headerWrap .navMenu li:nth-last-child(5){
        display: none;
    }
  
    .headerWrap .navMenu .drop-down .drop-content li:nth-last-child(4){
      display: flex;
      margin: 0;
      padding: 0 10px;
      float: none;
    }
}

@media(max-width: 700px) {

    .headerWrap .navMenu li:nth-last-child(6){
      display: none;
    }
  
    .headerWrap .navMenu .drop-down .drop-content li:nth-last-child(5){
      display: flex;
      margin: 0;
      padding: 0 10px;
      float: none;
    }
    
  }

@media screen and (max-width: 700px) and (min-width: 415px) {
    .headerWrap .logo {
        position: absolute;
        width: 100%;
        display: flex;
        justify-content: center;
        z-index: 0;
    }
} */
@media only screen and (max-width: 1350px) {
/* @media only screen and (max-width: 850px) { */
    /* mobile nav menu */

    .mainMenu {
        padding-top: 8px;

    }

    /* adjusting order of nav when in mobile */
    .headerWrap .logo {
        order: 2;
        margin-left: 1rem;
        margin-right: auto;
        /* padding-right: 32px; */
    }
    .headerWrap .mainMenu {
        order: 1;
        flex: none;
    }
    .headerWrap .topRight {
        order: 3;
        margin-left: auto;
        z-index: 1;
    }

    .headerWrap .logo a.catLogo {
        position: absolute;
        top: 15px;
        width: 64px;
        left: 50%;
        margin: 0 0 0 -32px;
    }

    .header div div div .navMenu {
        clear: both;
        max-height: 0;
        transition: max-height .2s ease-out;
        display: block;
        border:0;
    }
   
    .headerWrap .navMenu li:nth-child(n+2) {
        display:block;
    }
    
    .headerWrap .navMenu li.drop-down {
        display:none;
    }

    .headerWrap .logo a.dealerLogo {
        position: absolute;
        top: 25px;
        width: 100px;
        left: 50%;
        margin: 0 0 0 -50px;
    }

    .headerWrap {
        padding: 0 40px;
        background-color: var(--primary);
    }

    /* mobile menu */
    .navMenu {
        height: 0;
        position: absolute;
        top: 80px;
        left: -40px;
        right: -40px;
        bottom: 0;
        transition: height 0.25s ease-out;
        z-index: 9;
        border-top: 1px solid var(--darkGray);
    }

    .header .menu-btn:checked~div div div .navMenu {
        height: 100vh;
        transition: height 0.25s ease-in;
        background: var(--primary);
        border-top: 1px solid var(--darkGray);
    }

    .header .navMenu li {
        width: 100%;

    }

    .header .navMenu li a {
        border-left: 4px solid transparent;
        border-bottom: 1px solid var(--darkGray);
        padding: 20px 0 20px 20px;
        height: auto !important;
        background-color: var(--primary);
    }

    .header .navMenu li {
        height: auto !important;
        margin: 0;
    }

    .header .navMenu li a:hover,
    .header .navMenu li a:active,
    .header .navMenu li a:focus {
        border-left: 4px solid var(--secondary-lt);
        border-bottom: 1px solid var(--darkGray) !important
    }

    .container,
    .slds-col--padded,
    .siteforceContentArea .comm-layout-column:not(:empty) {
        padding: 0;
    }

    .inventory-sort {
        margin: 30px 0;
        padding: 0 50px 0 40px;
    }

    .filter-sort {
        display: none;
        clear: both;
    }

    .mobile_filterControl {
        display: block;
        background-color: var(--white);
        width: 100%;
        border-top: 1px solid var(--midGray);
        border-bottom: 1px solid var(--midGray);
        padding: 20px 40px;
    }

    .iconFilter {
        float: right;
        margin-top: 2px;
    }

    .inventory-header {
        padding-bottom: 30;
    }

    .gridHeader {
        padding-bottom: 0;
    }

    .productSort {
        display: none;
    }

    .footerWrap {
        padding: 40px;
    }

    .footerWrap .navMenu li {
        padding-bottom: 12px;
        display: block;
        height: auto;
        border-left: none;
        padding-left: 0;
    }

    .powerInput .powerLabel-1 {
        left: 56px;
    }

    .powerInput .powerLabel-2 {
        left: 155px;
    }

    .userAccountMenu .bodyText { /* Can't find usage in markup. Is this needed? -- rh */
        min-height: 135px;
    }
}
@media only screen and (min-width: 1351px) {
/* @media only screen and (min-width: 953px) { */
    .mobile_filterControl {
        display: none;
    }

}

@media only screen and (max-width: 836px) {

    .addCapacity .slds-float_left,
    .addCapacity .editLoads {
        float: none;
    }
}

@media only screen and (min-width: 48em) {
    .selfServiceUserProfileMenu .login .linkLabel {
        font-size: 1rem;
    }

}

@media only screen and (max-width: 767px) {

    .mobileCentered,
    .slds-grid.mobileCentered {
        margin-top: 10px;
        justify-content: center;
    }

    .footerWrap .navMenu {
        left: 0;
        margin-bottom: 20px;
    }

    .footerWrap .navMenu a.slds-p-horizontal_x-small {
        padding-left: 0;
    }

    .minPower h1 {
        font-size: 2.5rem;
    }

    .addCapacity {
        padding: 25px 20px;
    }

    .simpleSizerSteps {
        text-align: left;
        padding-top: 12px;
    }

    .sizingLoads .pickSelections {
        padding: 42px 0 0 0;
        border-left: none;
        border-top: 2px solid var(--lt-grey);
    }

    .sizingLoads .defaultSelections {
        padding: 0 0 42px 0;
    }

    .selectionsWrap .continue button {
        padding: 16px 0;
    }

    .simplesizerSave {
        
    }

    .calculatorButton {
        float: left;
    }

    .compareItemWrap .slds-modal__content {
        overflow-x: scroll;
    }

    .footerRight p {
        padding-top: 12px;
        text-align: left !important;
    }
    
    .userAccountMenu {
        /* width: 100% !important;
        min-width: 350px;
        display: block;
        position: relative;
        left: 0;
        top: 180px;
        height: auto; */
        max-width: calc(100% + 40px);
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }

    .userMenuReg {
        min-height: 200px;
    }

    .userAccountMenu .slds-button.slds-float_right {
        margin-left: 36px;
    }

    /* SIMPLE SIZER */
    .loadInputWrap .slds-input {
        width: 100%;
    }

    .loadInputWrap .slds-form-element__control {
        padding-top: 0;
    }

    .loadStepWrap.slds-float_right {
        float: none;
    }

    .loadStepWrap button.slds-button.slds-button_icon {
        height: auto;
    }

    .loadInputWrap .slds-float_left {
        float: none;
    }

    .savedItemList .savedItemCard .actionLinks {
        margin-top: 24px;
    }
}

@media only screen and (min-width: 767px) {
    .pickSelections .slds-medium-size_4-of-12 {
        width: 50%;
    }

    .mobile_simplesizerSave {
        display: none;
    }

}

@media screen and (max-width: 700px) {
    .myAccountMenu .userAccountText {
        border-radius: 22px;
        text-align: center;
        padding: 0;
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* || single column */

@media only screen and (max-width: 639px) {

    .boxedContainer {
        padding: 0 20px;
    }

    .dealer__map {
        max-width: 100%;
    }

    .dealer__map .slds-map {
        min-width: auto !important;
    }

    .btoTitle {
        padding: 20px;
    }

    .doubleTabWrap .slds-tabs_default .slds-tabs_default .slds-tabs_default__content {
        margin: 20px;
    }

    .container,
    .slds-col--padded,
    .siteforceContentArea .comm-layout-column:not(:empty) {
        padding: 0;
    }

    .product-col_wrapper {
        margin-left: 0;
    }

    .inventory-sort {
        padding: 0 20px;
    }

    .btoResults .inventory-sort {
        padding: 0 20px;
        margin: 0;
    }

    .mobile_filterControl {
        padding: 20px;
        margin-top: 20px;
        cursor: pointer;
    }

    .headerWrap {
        padding: 0 20px;
    }

    .navMenu {
        left:-20px;
        right:-20px;
    }
    .userAccountMenu {
        right: -20px;
        width: calc(100% + 40px);
    }
    .gridResults .slds-medium-size_1-of-3 {
        width: 100%;
    }

    .inventory-header .btn-vertical {
        display: none;
    }

    .slds-tabs_default__content {
        margin: 50px 20px;
    }

    .slds-tabs_default__item {
        margin: 0 5px 0 20px;
        font-size: 1rem;
    }

    .sizingSummary .minPower {
        text-align: center;
    }

    .minPower .checkIcon {
        float: none;
        margin: 0 0 18px 0;
    }

}

/* @media only screen and (max-width:479px) {
    .myAccountMenu .userAccountText {
        width: auto;
    }

} */

@media only screen and (max-width: 430px) {
    .simpleSizerWrap .selectionsWrap .footer .slds-button {
        width: 120px;
    }
}

@media only screen and (max-width: 410px) {

    .gridHeader {
        line-height: 120%;
    }

}

/* Extra small devices (phones, 600px and down) */
@media only screen and (min-width: 600px) {}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Medium devices (landscape tablets, 768px and up) */

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}

.testingStyle {
    background-color: red;
    height: 50px;
}


/* Salesforce Experience overrides */

/* Product Page Tabs */
.siteforceContentArea div.uiTabset--default {
    background: var(--white);
    padding-top: 36px;
}

.siteforceContentArea div.uiTabset--default {
    background: #f8f8f8;
    padding-top: 36px;
}

.siteforceContentArea  div.uiTabBar li:first-child {
    margin-left: 30px;
}
.siteforceContentArea  div.uiTabBar li:last-child {
    margin-right: 30px;
}
.siteforceContentArea div.uiTabBar li a {
    display:inline-block;
    width:auto;
    margin-bottom:-4px;
}

.siteforceContentArea div.uiTabBar li a span:last-child {
    font-size: 20px;
    color: black;
    line-height: 18px;
    font-family: var(--heading-font-family, muktaBold, sans-serif);;
    text-transform: uppercase;
}

.siteforceContentArea  div.uiTabBar {
    margin-bottom: 30px;
}

.siteforceContentArea div.uiTabBar li a {
    border-bottom-width: 5px;
}

.tabs__content lightning-accordion.slds-accordion {
    padding-left:30px;
    padding-right: 30px;
}


/* Market Selector */
.marketSelectModal label.slds-form-element__label {
    display: block;
    text-align: left;
}
.marketSelectModal .slds-modal__content .continueButton .slds-button {
    width: auto;
}
.modalLogo {
    max-width: 196px;
    margin: 10px auto 10px;
}
.marketSelectButton .slds-button_brand {
    width: 100%;
    font-size:1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
span.welcomeText {
    font-family: var(--body-font-family);
  }
.dName span svg {
    fill: var(--primary);
}

.forceCommunitySection div.cb-section_column:nth-child(2) > *:last-child {
    margin-bottom: 160px;
}

@media screen and (min-width: 64em) {
   .searchResults .slds-accordion__summary-content {
        max-width: none;
        overflow: visible;
        text-overflow: clip; 
        white-space: normal; 
        margin-right: 25px;
    } 
}

/* End of Main CSS - added TJF 20220303 */

.searchResults .breadCrumb {
    margin-left: 1%;
    padding-left: 10px;
    width: 100%;
}
.slds-breadcrumb .slds-list__item>a, 
.slds-breadcrumb .slds-breadcrumb__item>a {
    font-size: 14px;
    padding: 0 16px;
}
.slds-breadcrumb .slds-list__item:first-child > a, 
.slds-breadcrumb .slds-breadcrumb__item:first-child > a {
    padding-left: 0;
}

.bto_reserveReqestWrap.bto_reserveReqestWrap {
    display: block;
  }
.bto_reserveReqestWrap .slds-button {
    border-radius: 0.25rem 0.25rem 0 0;
}

.comm-page-detail-01t .cb-section_column:first-child {
    background-color: #fff;
}

.product-information {
    max-width: 75%;
    margin: 0 auto;
}

.layout-card .action-area.slds-card__footer {
    padding-left: 0;
    padding-right: 0;
}
c-vsp_fg_product-details-specifications .slds-table th {

    max-width: 75%;
	
}
c-vsp_fg_product-details-specifications .slds-table td {


    max-width: 75%;	

}

@media screen and (max-width: 600px) {

	c-vsp_fg_product-details-specifications .slds-table th {
    max-width: 75%;
	
		
}
c-vsp_fg_product-details-specifications .slds-table td {
    width: 25%;	
}
	c-vsp_fg_product-details-specifications .slds-table th {
    max-width: 75%;
	
		
}
c-vsp_fg_product-details-specifications .slds-table td {
    width: 25%;	
	text-wrap:wrap;

}
	
    
c-vsp_fg_specification_modal .slds-table th {
        font-weight: 700;
		text-wrap: wrap;
    }
    c-vsp_fg_specification_modal td.slds-m-right_x-small {
        margin-right: 0;
    }

    c-vsp_fg_specification_modal .slds-modal__content {
        overflow: auto;
    }
}

/* Chris D to Re-evaluate this CSS after combining component elements for SS related items */
.related_badge {
    background-color: var(--blue);
}

.relatedcss .cardDetails {
    padding: 0;
}

.relatedcss .cardInner {
    padding-top: 0;
}

.relatedcss .cardFooter {
    padding: 1rem 0 0;
    margin-top: 1rem;
}

.flexcss .byocss .relatedcss {
    padding: 1.5rem;
    height: 572px;
}

.inventorycss .action-area {
    border-top: 1px solid var(--lt-grey);
    padding-top: 1rem;
    margin-top: 1rem;
}

.inventorycss .action-area .slds-button {
    font-size: 16px;
}

.inventorycss .card-layout-grid figure,
.relatedcss .cardImage,
.inventorycss .image-area .photo-placeholder-text,
.relatedcss .image-area .photo-placeholder-text {
    height: 240px;
}

.byocss .inventoryCards,
.flexcss .byocss .relatedcss {
    width: 304px;
}

.flexcss .inventorycss .cardcss {
    padding-top: 0;
}

.byocss .relatedcss .cardDetails .cardText {
    min-height: 111px;
}

.accountWrap {	
    margin-left:60px;
    margin-right: 60px;
  }
  
.accountWrap .slds-tabs_default .slds-tabs_default__nav .slds-tabs_default__item .slds-tabs_default__link {
  font-size: 16px;
}

.toastMessage {
	white-space: break-spaces !important;
}