.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-2 {
  width: 16.66666667%;
}

@media (min-width: 992px) {
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
}
html, body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.dealerHeader header {
  background-color: rgb(35, 31, 32) !important;
}

.dealerSearch .input-search-button {
  padding: 0 40px !important;
}
.dealerSearch .input-search-button svg {
  width: 1.5rem;
}
.dealerSearch .slds-button_brand, .dealerSearch .slds-button_outline-brand {
  clip-path: unset !important;
}

.dealerNavigation li a, .dealerNavigation li button {
  color: white !important;
  border-bottom: 3px solid transparent !important;
}
.dealerNavigation li a:hover, .dealerNavigation li button:hover {
  color: #d90009 !important;
  border-bottom: 3px solid rgb(217, 0, 9) !important;
  background-color: rgb(235, 235, 235) !important;
}
.dealerNavigation li a:active, .dealerNavigation li button:active, .dealerNavigation li a:focus, .dealerNavigation li button:focus {
  color: #d90009 !important;
}
.dealerNavigation nav ul nav ul {
  background-color: rgb(162, 164, 163) !important;
  outline-color: rgb(162, 164, 163) !important;
}
.dealerNavigation nav ul nav ul li a, .dealerNavigation nav ul nav ul li button {
  background-color: rgb(35, 31, 32) !important;
}

.landingNavigation .comm-customizable-navigation-bar {
  margin-top: 8px;
}

/*

.forceCommunityThemeHeaderB2B {
  //header regions
  .leftRegion {
    width: 25% !important;
    padding: .25rem .25rem .25rem 0 !important;
    @media only screen and (max-width: 47.9375em) {
      width: 50% !important;
      padding: .25rem .25rem .25rem 0 !important;
    }
  }
  .centerRegion {
    width: 55% !important;
    @media only screen and (max-width: 47.9375em) {
      width: 100% !important;
    }
  }

  .rightRegion {
    flex-grow: 1;
    @media only screen and (max-width: 47.9375em) {
      width: 50% !important;
      padding-right: 35px;
    }
  }


  //Profile menu and notifications
  .dropDownListItem[community_navigation-multiLevelNavigationList_multiLevelNavigationList] a:focus[community_navigation-multiLevelNavigationList_multiLevelNavigationList], .dropDownListItem[community_navigation-multiLevelNavigationList_multiLevelNavigationList] a:hover[community_navigation-multiLevelNavigationList_multiLevelNavigationList], .dropDownListItem[community_navigation-multiLevelNavigationList_multiLevelNavigationList] button:focus[community_navigation-multiLevelNavigationList_multiLevelNavigationList], .dropDownListItem[community_navigation-multiLevelNavigationList_multiLevelNavigationList] button:hover[community_navigation-multiLevelNavigationList_multiLevelNavigationList] {
    background: #f1f1f1 !important;
    color: #222222  !important;
  }
  a.comm-user-profile-menu__menu-item-hover[community_user-userProfileMenu_userProfileMenu], a.comm-user-profile-menu__menu-item:focus[community_user-userProfileMenu_userProfileMenu], a.comm-user-profile-menu__menu-item:hover[community_user-userProfileMenu_userProfileMenu] {
    background: #f1f1f1 !important;
    color: #222222 !important;
  }

  .profileMenu button{
    padding-right: 15px;
    position: relative;
    margin: 0;
    height: 30px;
    @media only screen and (max-width: 350px) {
      padding: 10px;
    }
    &:not(.comm-user-profile-menu__login-button):after {
      font-family: "Font Awesome 5 Free";
      content: "\f0d7";
      color: #fff;
      display: block;
      @include vertical-align(absolute);
      right: 0;
      font-weight: 600;
      font-size: 16px;
      line-height: 30px;

      @media (max-width: 766px) {
        content: "\f007";
        padding: 0 6px;
        width: 30px;
        background: $brand_red;
        &:hover, &:active {
          background: $brand_red_hover;
        }
      }
    }
  }

  .comm-user-profile-menu__trigger-icon {
    display: none;
  }


  .slds-media__body.slds-show_medium.comm-user-profile-menu__trigger {
    color: #fff;
    text-transform: none;
  }
  .slds-notification-badge {
    background: #f1f1f1 !important;
    border: none !important;
    color: rgb(34, 34, 34) !important;
    width: 15px;
    height: 15px;
  }

  .unsNotificationsCounter {

    .countDot {
      top: -0.35rem !important;
    }
    .counterLabel {
      background: #f1f1f1 !important;
      border: 1px solid $brand_red !important;
      color: rgb(34, 34, 34) !important;
      font-size: 9px !important;
      border-radius: 50% !important;
    }
  }

  .comm-user-profile-menu__trigger[community_user-userProfileMenu_userProfileMenu] {
    max-width: 12.125rem !important;
  }
  .slds-global-header__icon, .slds-global-header__icon .slds-icon, .slds-global-header__icon .slds-button__icon {
    width: 30px !important;
    height: 30px !important;
  }

  .themeNotifications {
    margin: .25rem;
  }
  &.themeHeader .forceIcon.slds-button__icon .slds-icon {
    fill: rgb(255,255,255);
    padding: 6px;
    background: $brand_red;
    width: 30px;
    height: 30px;
    &:hover, &:focus, &:active {
      background: $brand_red_hover;
    }
  }

  .search-container[b2b_search_input-input_input] {
    @media only screen and (max-width: 47.9375em) {
      margin-right: 0 !important;
      margin-left: 0 !important;
      margin-top: .75rem;
    }
  }

  .forceCommunityThemeHeaderB2B .cartButton {
    @media only screen and (max-width: 47.9375em) {
      margin-right: 0;
    }
  }

  //Header logo
  .forceCommunityThemeLogo .logoImage {
    width: auto;
    height: auto;
  }

  a.forceCommunityThemeLogo:hover, a.forceCommunityThemeLogo:focus {
    text-decoration: underline;
    color: var(--lwc-brandTextLinkActive, $brand_red_hover);
  }

  &.themeHeader .themeBgImage {
    background-color: #272727 !important;
  }

  .centerContainer {
    height: auto !important;
    position: relative;
    .center {
      padding: 30px .75rem 55px;
      @media only screen and (max-width: 47.9375em) {
        padding: 15px .75rem;
      }
    }
  }
  .navBarContainer {
    background: $dark_grey !important;
  }
  .cartButton svg {
    fill: rgb(255,255,255) !important;
    padding: 6px;
    background: $brand_red;
    background: #ed2224;
    width: 30px;
    height: 30px;
      &:hover, &:active {
        background: var(--lwc-colorBackgroundButtonBrandHover, $brand_red_hover);
        background: #b71c24;
      }
   }
  .block {
    height: auto !important;
  }
  .themeLogo {
    margin: 0 !important;
    height: auto !important;
    width: 100% !important;
  }
  .forceCommunityThemeLogo {
    display: block !important;
  }
  .logoImage {
    width: 100% !important;
    padding-top: 30.67%;
    position: relative;
    height: 0 !important;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain !important;
    background-position: 0 0 !important;
    background-image: url(../images/DealerPortal_logo_325.png) !important;
  }
  .comm-user-profile-menu__login-button[community_user-userProfileMenu_userProfileMenu] {
    border-radius: 0;
  }
  .forceCommunityMultiLevelNavigation {
    lightning-button-icon {
      color: #fff;
      @include vertical-align(absolute);
      right: .75rem;
      margin-top: -18px;
      .slds-button__icon.slds-button__icon_large {
        fill: white !important;
        padding: 6px;
        background:  $brand_red;
        width: 30px;
        height: 30px;
        &:hover, &:active {
          background: var(--lwc-colorBackgroundButtonBrandHover,  $brand_red_hover);
        }
      }
    }
    .closeButton lightning-button-icon {
      position: relative;
      top: auto;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
      @media only screen and (max-width: 48em) {
        right: -18px;
        top: -18px;
      }
      .slds-button__icon {
        fill: white !important;
        padding: 6px;
        background:  $brand_red;
        width: 30px;
        height: 30px;
        &:hover, &:active {
          background: var(--lwc-colorBackgroundButtonBrandHover,  $brand_red_hover);
        }
      }
    }
  }
  .comm-user-profile-menu__dropdown-ctn[community_user-userProfileMenu_userProfileMenu] {
    @media only screen and (max-width: 47.9375em) {
      top: 58px;
    }
  }
}

.forceCommunityThemeHeaderB2B .centerRegion .searchBar {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  .input-wrapper[b2b_search_suggestions-input_input] {
    border: none;
    input[b2b_search_suggestions-input_input] {
    color: $dark_grey;
      &::placeholder {
        text-transform: uppercase;
        color: #696969!important;
      }
    }
  }
}*/
@media only screen and (min-width: 48em) {
  ul[community_navigation-multiLevelNavigationList_multiLevelNavigationList] {
    border-radius: 0 !important;
  }
}
ul[community_navigation-multiLevelNavigationList_multiLevelNavigationList] li, ul[community_navigation-multiLevelNavigationList_multiLevelNavigationList] li:hover {
  border: none !important;
}

.horizontalMenuItem[community_navigation-multiLevelNavigation_multiLevelNavigation] {
  color: #fff !important;
}

.navBarContainer .navBar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.navBarContainer .navBar nav ul {
  height: auto;
}
.navBarContainer .navBar nav > ul li {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.navBarContainer .navBar nav > ul li a, .navBarContainer .navBar nav > ul li > button {
  padding-left: var(--lwc-spacingSmall, 0.75rem);
  padding-right: var(--lwc-spacingSmall, 0.75rem);
  padding-top: var(--lwc-spacingXSmall, 0.5rem);
  padding-bottom: var(--lwc-spacingXSmall, 0.5rem);
}
.navBarContainer .navBar nav > ul li a:hover, .navBarContainer .navBar nav > ul li a:focus, .navBarContainer .navBar nav > ul li a:active {
  text-decoration: none;
}

.header .forceCommunityMultiLevelNavigation button.slds-button.slds-button_icon.slds-button_icon-bare {
  color: var(--lwc-colorBackgroundButtonBrand);
}
.header .forceCommunityMultiLevelNavigation button.slds-button.slds-button_icon.slds-button_icon-bare:hover, .header .forceCommunityMultiLevelNavigation button.slds-button.slds-button_icon.slds-button_icon-bare:focus {
  color: var(--lwc-colorBackgroundButtonBrandHover);
}

@media only screen and (max-width: 48em) {
  .closeButton[community_navigation-multiLevelNavigationList_multiLevelNavigationList] {
    background: transparent !important;
  }
}

.comm-user-profile-menu .slds-dropdown {
  padding-bottom: 0;
  padding-top: 0;
  border-radius: 0;
}

@media only screen and (min-width: 48em) {
  .community_navigation-multi-level-navigation-list .dropDownListItem[community_navigation-multiLevelNavigationList_multiLevelNavigationList] a[community_navigation-multiLevelNavigationList_multiLevelNavigationList],
  .dropDownListItem[community_navigation-multiLevelNavigationList_multiLevelNavigationList] button[community_navigation-multiLevelNavigationList_multiLevelNavigationList],
  .dropDownListItem[community_navigation-multiLevelNavigationList_multiLevelNavigationList],
  .dropDownListItem:last-child[community_navigation-multiLevelNavigationList_multiLevelNavigationList],
  .dropDownListItem:last-child[community_navigation-multiLevelNavigationList_multiLevelNavigationList] a[community_navigation-multiLevelNavigationList_multiLevelNavigationList],
  .dropDownListItem:last-child[community_navigation-multiLevelNavigationList_multiLevelNavigationList] button[community_navigation-multiLevelNavigationList_multiLevelNavigationList] {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}

.comm-user-profile-menu__dropdown-ctn.slds-nubbin_top-right[community_user-userprofilemenu_userprofilemenu]:before {
  top: -0.5rem !important;
  box-shadow: -1px -1px 0 0 #f1f1f1 !important;
}

@media only screen and (min-width: 48em) {
  .comm-user-profile-menu__dropdown-ctn[community_user-userProfileMenu_userProfileMenu],
  ul[community_navigation-multiLevelNavigationList_multiLevelNavigationList] {
    background-color: #f1f1f1 !important;
  }
}

.brandFooter .footerSection {
  padding: 0 0 0 !important;
}
.brandFooter .background-image-overlay {
  position: absolute;
  top: -24px !important;
}

.rdpFooter {
  background-color: rgb(35, 31, 32);
  /*.footerContent {

      @media (max-width: 1440px) {
          display: grid;
          grid-template-areas:
          "column1 column2 column3"
          "column4";

          .column4 {
              margin: 0;
          }
      }
  }*/
  /*.footerSection.uatFooter {
      padding-top: 40px;
  }*/
}
.rdpFooter .footerContainer {
  padding: 0 0 0;
}
.rdpFooter .footerSection {
  width: 100%;
  min-height: 100px;
  display: flex;
  padding: 40px 0 0;
  /*@media (max-width: 1440px) {
      /*flex-direction: column-reverse;
      .column1 {
          max-width: 50%;
          min-width: 410px;
          margin-top:20px;
      }
      .column2 {
          position: absolute;
          top: 40px;
          width: 50%;
      }
  }*/
  /*@media (max-width: 1440px) {
      position: absolute;
      bottom: 0;
      max-width: 900px;
      margin-bottom: 85px;
  }*/
}
.rdpFooter .footerSection .slds-button, .rdpFooter .footerSection a {
  font-size: 14px;
  line-height: 18px;
}
@media screen and (min-width: 640px) {
  .rdpFooter .footerSection .slds-button, .rdpFooter .footerSection a {
    font-size: calc(14px + 2 * (100vw - 640px) / 635);
    line-height: calc(18px + 2 * (100vw - 640px) / 635);
  }
}
@media screen and (min-width: 1275px) {
  .rdpFooter .footerSection .slds-button, .rdpFooter .footerSection a {
    font-size: 16px;
    line-height: 20px;
  }
}
.rdpFooter .footerSection .footerColumn {
  width: 100%;
  min-height: 34px;
}
.rdpFooter .footerSection .footerColumn .component-wrapper-spacer {
  margin-bottom: 6px !important;
}
.rdpFooter .footerSection .footerColumn h3 {
  margin: 0 0 12px;
}
.rdpFooter .footerSection .footerLogoImage {
  max-width: 250px;
}
.rdpFooter .footerSection .footerLogoImage .image {
  max-width: 250px;
}
@media (max-width: 48em) {
  .rdpFooter .footerSection .column1 {
    margin-top: 20px;
  }
}
.rdpFooter .footerSection .column2 {
  /*@media (max-width: 1440px) {
      margin-bottom: 150px;
  }*/
}
@media (max-width: 48em) {
  .rdpFooter .footerSection .column2 {
    margin-top: 20px;
  }
}
.rdpFooter .footerSection .column2 .component-wrapper-spacer {
  margin-bottom: 0 !important;
}
.rdpFooter .footerSection .column2 .slds-button:active, .rdpFooter .footerSection .column2 .slds-button:focus {
  background-color: unset !important;
  border-color: unset !important;
  border: none;
  text-decoration: underline;
  box-shadow: none;
  border-radius: 0;
}
.rdpFooter .footerSection .column4 {
  padding-bottom: 16px;
}
.rdpFooter .footerSection .column4 .cRoushFooter {
  margin: 24px 0;
  max-width: 750px;
}
.rdpFooter .footerSection .column3.hideCol3 {
  position: absolute;
}
@media (max-width: 48em) {
  .rdpFooter .footerSection .column3.hideCol3 {
    position: relative;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .rdpFooter .footerSection .column3.hideCol3 slot {
    position: absolute;
    top: -20px;
  }
}
.rdpFooter .footerSection .column3 {
  display: flex;
  justify-content: right;
}
@media (max-width: 48em) {
  .rdpFooter .footerSection .column3 {
    position: relative;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .rdpFooter .footerSection .column3 slot {
    position: absolute;
    top: -20px;
  }
}
.rdpFooter .footerSection .column3 slot {
  display: flex;
  flex-direction: column;
}
.rdpFooter .footerSection .column3 slot .icon-links {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin: 5px 0 0 0;
}
.rdpFooter .footerSection .column3 slot .icon-links .asset-icon {
  width: 40px;
  height: 40px;
}
.rdpFooter .footerSection .column3 slot .icon-links .asset-icon:hover .icon-container .social-link svg {
  fill: rgb(176, 0, 7);
}
.rdpFooter .footerSection .column3 slot .icon-links .asset-icon .icon-container .social-link svg {
  fill: rgb(217, 0, 9);
}
.rdpFooter .footerSection .column3 slot .icon-links .blank-icon {
  background-color: red;
  border-radius: 50%;
  height: 35px;
  width: 35px;
}
.rdpFooter .footerSection .column3 slot .icon-links .blank-icon svg {
  fill: rgb(39, 39, 39);
}
.rdpFooter .footerSection1 {
  position: relative;
  /* flex better than grid? */
  /*grid-template-columns: 1fr 1fr;
  grid-template-areas:
      "column2 column3"
      "column1 column1";
  display: grid;

  @media (max-width: 64em) {
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-areas: "column1 column2 column3";
  }*/
}
@media (max-width: 48em) {
  .rdpFooter .footerSection1 {
    flex-direction: column-reverse;
  }
}
.rdpFooter .footerSection1 .image-container img {
  margin: 0 !important;
}
.rdpFooter .footerSection2 {
  flex-direction: column;
}
.rdpFooter .btn-skew:before {
  content: "";
  width: 7px;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: -12.25px;
  bottom: 0;
  background-color: #cdcccc;
}
.rdpFooter .btn-skew {
  position: relative;
  margin-left: 19.25px;
  border: none !important;
  height: 40px;
  margin-left: 5px;
  padding: 10px 23px;
  background-color: #ed2224;
  color: #fff;
  transform: skew(-30deg);
}
.rdpFooter .btn-skew > div {
  display: inline-block;
  transform: skew(30deg);
}
.rdpFooter .btn-skew:hover, .rdpFooter .btn-skew:active, .rdpFooter .btn-skew:focus {
  color: #fff;
  background-color: #b71c24;
}
.rdpFooter .sign-up-button {
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.rdpFooter .input-box {
  width: 60%;
  float: left;
  position: relative;
  padding-right: 15px;
}
@media (max-width: 992px) {
  .rdpFooter .sign-up-button {
    width: 140px;
  }
}
@media (max-width: 992px) {
  .rdpFooter .input-box {
    width: calc(95% - 150px);
  }
}
.rdpFooter input {
  background-color: #fff !important;
  color: #272727 !important;
  padding: 0 10px;
  height: 40px;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  border: none;
}
.rdpFooter input:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
.rdpFooter .input-box:after {
  width: 0;
  height: 0;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 40px 23px 0 0;
  content: "";
  display: block;
  position: absolute;
  right: -8px;
  top: 0;
}

.loginContainer {
  min-height: 100px;
  display: flex;
}

.profileAndLogin {
  position: relative;
}
.profileAndLogin .profileAndLoginContainer {
  display: flex;
  height: 75px;
  width: 125px;
  justify-content: flex-end;
}

.profileContainer {
  display: flex;
  padding-top: 25px;
}
.profileContainer .name {
  color: #d90009;
  font-size: 12px;
  line-height: 25px;
}
.profileContainer .icon svg {
  fill: #d90009;
  max-height: 24px;
}

.profileMenu {
  position: relative;
  width: 80px;
}
.profileMenu .popoutContainer {
  position: absolute;
  left: 40px;
  top: -20px;
  padding: 5px;
  height: 40px;
  width: 84px;
  background-color: white;
  box-shadow: 0px 1px rgb(39, 39, 39);
}
.profileMenu .popoutContainer a {
  padding: 8px 12px;
  font-size: 12px;
  display: block;
  margin-top: -4px;
  margin-left: 2px;
  border: 3px #1b96ff solid;
  background-color: #f1f1f1 !important;
}

@media only screen and (min-width: 64.0625em) {
  .b2bBodyWrapper .forceCommunityUserProfileBody .cProfileViewBody,
  .b2bBodyWrapper .forceCommunityUserProfileBody .cUserStatsCon .forceCommunityUserProfileStats,
  .b2bBodyWrapper .forceCommunityUserProfileBody .cUserKnowledgeableAboutCon .forceCommunityUserProfileKnowledgeableAbout {
    border: none;
  }
}
.b2bBodyWrapper .slds-button-group .slds-button:only-child, .b2bBodyWrapper .slds-button-group-list li:only-child .slds-button,
.b2bBodyWrapper .slds-button-group .slds-button:last-child, .b2bBodyWrapper .slds-button-group-list li:last-child .slds-button,
.b2bBodyWrapper .slds-button-group .slds-button_last .slds-button, .b2bBodyWrapper .slds-button-group .slds-button--last .slds-button,
.b2bBodyWrapper .slds-button-group .slds-button.slds-button_last, .b2bBodyWrapper .slds-button-group .slds-button.slds-button--last,
.b2bBodyWrapper .slds-button-group .slds-button_last .slds-button:only-child,
.b2bBodyWrapper .slds-button-group .slds-button--last .slds-button:only-child,
.b2bBodyWrapper .slds-button-group .slds-button.slds-button_last,
.b2bBodyWrapper .slds-button-group .slds-button.slds-button--last {
  border-radius: 0;
}
.b2bBodyWrapper .slds-button {
  border-radius: 0;
}
.b2bBodyWrapper .forceCommunityUserSettingsCustomizable h1.texttitle {
  margin: 0;
  line-height: 1.25;
}
.b2bBodyWrapper .forceCommunityUserSettingsCustomizable > div:first-child > .row {
  border-bottom: none !important;
  margin-bottom: 0;
}
.b2bBodyWrapper .forceCommunityUserSettingsCustomizable .slds-m-top--medium {
  margin-top: 0;
}
.b2bBodyWrapper .forceCommunityUserSettingsCustomizable .paddingcancelsave {
  margin-top: 0;
}

button.slds-button.slds-button_brand.slds-shrink-none.slds-grid_align-center {
  max-height: 43px;
}

lightning-datatable[title="Address list"] .slds-table_header-fixed_container {
  border-top: 1px solid #D4D4D4;
}

.b2bBodyWrapper .salesforceIdentityEmployeeLoginLink2.employeeLoginLink a.inverseTextColor, .b2bBodyWrapper .salesforceIdentityLoginForm2 a.inverseTextColor {
  color: var(--lwc-brandTextLink, #ed2224);
}
.b2bBodyWrapper .salesforceIdentityEmployeeLoginLink2.employeeLoginLink a.inverseTextColor:hover, .b2bBodyWrapper .salesforceIdentityEmployeeLoginLink2.employeeLoginLink a.inverseTextColor:focus, .b2bBodyWrapper .salesforceIdentityLoginForm2 a.inverseTextColor:hover, .b2bBodyWrapper .salesforceIdentityLoginForm2 a.inverseTextColor:focus {
  text-decoration: underline;
  color: var(--lwc-brandTextLinkActive, #b71c24);
}
.b2bBodyWrapper .salesforceIdentityLoginForm2 .inputIcon, .b2bBodyWrapper .salesforceIdentityForgotPassword2 .inputIcon, .b2bBodyWrapper .salesforceIdentitySelfRegister2 .inputIcon {
  font-size: 22px;
}
.b2bBodyWrapper .salesforceIdentityLoginForm2 .uiButton, .b2bBodyWrapper .salesforceIdentityForgotPassword2 .uiButton, .b2bBodyWrapper .salesforceIdentitySelfRegister2 .uiButton {
  border-radius: 0;
  font-weight: 400;
}
.b2bBodyWrapper .salesforceIdentityLoginForm2 .error, .b2bBodyWrapper .salesforceIdentityForgotPassword2 .error, .b2bBodyWrapper .salesforceIdentitySelfRegister2 .error {
  text-align: left;
  color: var(--lwc-colorTextError, rgb(194, 57, 52));
}

.cEcCreateB2BLoginRequest .salesforceIdentityLoginForm2 .uiButton {
  font-weight: 400 !important;
}

.rppLoginForm .comm-login-form__forgot-password {
  color: #1a1b1e !important;
}

.slds-modal .slds-modal__header, .slds-modal .slds-modal__footer {
  border: none;
  box-shadow: none;
}
.slds-modal .modal-header.slds-modal__header, .slds-modal .slds-modal__header {
  background: #272727;
  padding: 0;
}
.slds-modal .modal-header.slds-modal__header .title, .slds-modal .modal-header.slds-modal__header .slds-text-heading_medium, .slds-modal .slds-modal__header .title, .slds-modal .slds-modal__header .slds-text-heading_medium {
  font-weight: 700;
  font-family: "Helvetica", sans-serif;
  margin: 0;
  padding: 15px 0;
  color: #fff;
  text-align: left;
  padding-left: 1.5rem;
}
.slds-modal .modal-header.slds-modal__header .title, .slds-modal .modal-header.slds-modal__header .slds-text-heading_medium, .slds-modal .slds-modal__header .title, .slds-modal .slds-modal__header .slds-text-heading_medium {
  font-size: 18px;
  line-height: 22px;
}
@media screen and (min-width: 960px) {
  .slds-modal .modal-header.slds-modal__header .title, .slds-modal .modal-header.slds-modal__header .slds-text-heading_medium, .slds-modal .slds-modal__header .title, .slds-modal .slds-modal__header .slds-text-heading_medium {
    font-size: calc(18px + 6 * (100vw - 960px) / 240);
    line-height: calc(22px + 8 * (100vw - 960px) / 240);
  }
}
@media screen and (min-width: 1200px) {
  .slds-modal .modal-header.slds-modal__header .title, .slds-modal .modal-header.slds-modal__header .slds-text-heading_medium, .slds-modal .slds-modal__header .title, .slds-modal .slds-modal__header .slds-text-heading_medium {
    font-size: 24px;
    line-height: 30px;
  }
}
.slds-modal .modal-body {
  padding: 0.5rem;
}
.slds-modal .modal-body .slds-form > .slds-grid {
  display: block;
}
.slds-modal .modal-body .slds-form .slds-grid .blank-item {
  display: none;
}
.slds-modal .modal-body h3.slds-section__title {
  font-weight: 400;
  font-family: "Helvetica Condensed", sans-serif;
}
.slds-modal .modal-body h3.slds-section__title {
  font-size: 16px;
  line-height: 20px;
}
@media screen and (min-width: 960px) {
  .slds-modal .modal-body h3.slds-section__title {
    font-size: calc(16px + 2 * (100vw - 960px) / 240);
    line-height: calc(20px + 6 * (100vw - 960px) / 240);
  }
}
@media screen and (min-width: 1200px) {
  .slds-modal .modal-body h3.slds-section__title {
    font-size: 18px;
    line-height: 26px;
  }
}
.slds-modal .modal-body .slds-section__content {
  padding-top: 0;
}
.slds-modal .modal-body .forceCommunityChangePassword {
  padding: var(--lwc-varSpacingVerticalMedium, 1rem) var(--lwc-varSpacingHorizontalMedium, 1rem);
}
.slds-modal .modal-body .forceCommunityChangePassword .row {
  padding: 0;
}
.slds-modal .modal-body .forceCommunityChangePassword .sectionbox {
  margin: 0;
}
.slds-modal .modal-body .forceCommunityChangePassword .passwordRules {
  border-color: #f8e38e;
  background-color: #ffffdc;
  margin: 0;
  padding: 0 20px 20px;
  font-weight: 300;
  color: #464646;
}
.slds-modal .modal-body .forceCommunityChangePassword .passwordRules {
  font-size: 13px;
  line-height: 15px;
}
@media screen and (min-width: 960px) {
  .slds-modal .modal-body .forceCommunityChangePassword .passwordRules {
    font-size: calc(13px + 0 * (100vw - 960px) / 240);
    line-height: calc(15px + 0 * (100vw - 960px) / 240);
  }
}
@media screen and (min-width: 1200px) {
  .slds-modal .modal-body .forceCommunityChangePassword .passwordRules {
    font-size: 13px;
    line-height: 15px;
  }
}
.slds-modal .modal-body .forceCommunityChangePassword span.passwordRules {
  font-weight: 500;
  padding-bottom: 0;
  padding-top: 20px;
}
.slds-modal .modal-body .forceCommunityChangePassword span.passwordRules {
  font-size: 15px;
  line-height: 20px;
}
@media screen and (min-width: 960px) {
  .slds-modal .modal-body .forceCommunityChangePassword span.passwordRules {
    font-size: calc(15px + 0 * (100vw - 960px) / 240);
    line-height: calc(20px + 0 * (100vw - 960px) / 240);
  }
}
@media screen and (min-width: 1200px) {
  .slds-modal .modal-body .forceCommunityChangePassword span.passwordRules {
    font-size: 15px;
    line-height: 20px;
  }
}
.slds-modal .modal-body .forceCommunityChangePassword .uiInputSecret {
  padding-top: 10px;
}
.slds-modal .modal-body .forceCommunityChangePassword .uiInputSecret label {
  text-align: left;
  font-weight: 400;
  padding: 0 10px 0 0;
}
.slds-modal .modal-body .forceCommunityChangePassword .uiInputSecret label {
  font-size: 14px;
  line-height: 16px;
}
@media screen and (min-width: 960px) {
  .slds-modal .modal-body .forceCommunityChangePassword .uiInputSecret label {
    font-size: calc(14px + 0 * (100vw - 960px) / 240);
    line-height: calc(16px + 2 * (100vw - 960px) / 240);
  }
}
@media screen and (min-width: 1200px) {
  .slds-modal .modal-body .forceCommunityChangePassword .uiInputSecret label {
    font-size: 14px;
    line-height: 18px;
  }
}
.slds-modal .modal-body .forceCommunityChangePassword .settingsData {
  margin: 0;
}
.slds-modal .modal-body .forceCommunityChangePassword .errorMessage {
  margin: 10px 0 0 0;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  padding: 0 0 4px;
}
.slds-modal .modal-body .forceCommunityChangePassword .errorMessage {
  font-size: 12px;
  line-height: 18px;
}
@media screen and (min-width: 960px) {
  .slds-modal .modal-body .forceCommunityChangePassword .errorMessage {
    font-size: calc(12px + 3 * (100vw - 960px) / 240);
    line-height: calc(18px + 4.5 * (100vw - 960px) / 240);
  }
}
@media screen and (min-width: 1200px) {
  .slds-modal .modal-body .forceCommunityChangePassword .errorMessage {
    font-size: 15px;
    line-height: 22.5px;
  }
}

.slds-form--horizontal.modal-body-content {
  padding-top: 20px;
}

.slds-modal__content.slds-p-around_medium.slds-modal__content_has-hidden-footer {
  padding-top: 40px;
}

.slds-modal__content .uiInput--default .form-element__label {
  margin-bottom: var(--lwc-spacingXxSmall, 0.25rem);
  font-size: 12px;
  display: block;
  margin-top: 0.5rem;
}

.ui-widget .uiMessage {
  margin: 0;
  padding: 1rem;
}
.ui-widget .uiMessage .bBody {
  font-size: 14px;
  line-height: 18px;
}
.ui-widget .uiMessage h4 {
  font-weight: 400;
  font-family: "Helvetica Condensed", sans-serif;
}
.ui-widget .uiMessage h4 {
  font-size: 16px;
  line-height: 20px;
}
@media screen and (min-width: 960px) {
  .ui-widget .uiMessage h4 {
    font-size: calc(16px + 2 * (100vw - 960px) / 240);
    line-height: calc(20px + 6 * (100vw - 960px) / 240);
  }
}
@media screen and (min-width: 1200px) {
  .ui-widget .uiMessage h4 {
    font-size: 18px;
    line-height: 26px;
  }
}

.slds-button.slds-button_brand {
  /*@include button-brand();*/
  transition: none;
  border-radius: 0;
  border-color: #b00007;
  background-color: rgb(217, 0, 9);
  color: white;
  font-family: "Roboto condensed", sans-serif;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  transform: unset;
  padding: 12px 62px;
  clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
}
.slds-button.slds-button_brand:hover {
  color: white;
  background-color: #9b0002;
}
.slds-button.slds-button_brand:before, .slds-button.slds-button_brand:after {
  display: none;
}

.slds-button_outline-brand {
  transition: none;
  border-radius: 0;
  font-family: "Roboto condensed", sans-serif !important;
  color: #b00007 !important;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  transform: unset;
  padding: 12px 62px;
  clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
}

.slds-button {
  font-family: helvetica;
  color: white;
  font-size: 16px;
}
.slds-button:hover {
  text-decoration: underline;
}

.nissan-tiles .comm-tile-menu__item-title {
  background-color: rgba(0, 0, 0, 0.5019607843) !important;
  border-radius: 0 !important;
}

.siteforceStarterBody .cCenterPanel {
  margin: 0 !important;
  max-width: 100% !important;
  padding: 0 !important;
}

.slds-col--padded {
  padding: 0 !important;
}

.brandColumns .col-large-size_4-of-12 {
  max-width: 30%;
  min-width: 350px;
}
.brandColumns .col-large-size_6-of-12 {
  max-width: 30%;
  min-width: 350px;
}

/*.slds-notify_container {
  margin-top: 62px !important;
}
.slds-theme_error {
  color: $brand_red !important;
}
.detailsDealerInfo {
  .slds-notify-container, .slds-notify_container {
    margin-top: 62px !important;
  }
}*/
.dealerLoginForm .columns-content, .brandColumns .columns-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dealerLoginForm .comm-login-form__container, .brandColumns .comm-login-form__container {
  min-width: unset !important;
  max-width: 50% !important;
  min-height: unset !important;
  max-height: unset !important;
  border: none !important;
  box-shadow: none !important;
  /*@media only screen and (max-width: 64em) {
      max-width: 100% !important;
  }*/
}
.dealerLoginForm .slds-form-element__control, .brandColumns .slds-form-element__control {
  display: flex;
  gap: 15px;
}
.dealerLoginForm .slds-form-element__control .slds-form-element, .brandColumns .slds-form-element__control .slds-form-element {
  width: 50%;
}

community_byo-scoped-header-and-footer {
  display: flex;
  flex-direction: column;
  height: 100%;
}
community_byo-scoped-header-and-footer main {
  flex: 1 0 auto;
}
community_byo-scoped-header-and-footer footer {
  flex-shrink: 1;
}

/*.rpFeatureModels {
  .columns-content {
    .columns {
      flex-direction: row !important;
      @media only screen and (max-width: 1024px) {
        flex-wrap: wrap !important;
      }
      .col-large-size_3-of-12 {
        width: 25% !important;
        padding: 8px !important;
        @media only screen and (max-width: 1024px) {
          width: 50% !important;
          flex: unset !important;
        }
        @media only screen and (max-width: 600px) {
          width: 100% !important;
        }
      }
    }
  }
}*/
.rpModelImageAnimate {
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 74.8677248677%;
  transition: all 0.7s;
}

.rpModelImage {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
}
.rpModelImage:hover {
  cursor: pointer;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.rpModelImageAnimate:hover .rpModeltext a {
  text-decoration: underline !important;
}

.rpModeltext {
  position: absolute;
  font-size: 52px;
  font-weight: bold;
  bottom: -20px;
  color: white;
  padding: 10px;
  text-align: center;
}
.rpModeltext a {
  text-transform: uppercase;
  color: white;
}
.rpModeltext a .rpText {
  color: white !important;
}
.rpModeltext a:hover {
  text-decoration: underline !important;
}

.rpFeaturedDealers {
  background-color: rgb(243, 243, 243);
}

c-roush-featured-dealers .slds-grid .slds-col {
  padding: 20px !important;
}
@media only screen and (max-width: 1024px) {
  c-roush-featured-dealers .slds-grid .slds-col {
    width: 33% !important;
  }
}
@media only screen and (max-width: 600px) {
  c-roush-featured-dealers .slds-grid .slds-col {
    width: 50% !important;
  }
}
c-roush-featured-dealers c-roush-feat-dealer-card {
  cursor: pointer;
}
c-roush-featured-dealers c-roush-feat-dealer-card .image-container {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding-bottom: 74.2063492063%;
}
c-roush-featured-dealers c-roush-feat-dealer-card .image-container img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
c-roush-featured-dealers c-roush-feat-dealer-card .dealerContent {
  text-align: center;
}
c-roush-featured-dealers c-roush-feat-dealer-card .dealerContent .dealer-name {
  padding-top: 10px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
c-roush-featured-dealers c-roush-feat-dealer-card .dealerContent .dealer-addr, c-roush-featured-dealers c-roush-feat-dealer-card .dealerContent .dealer-phone {
  font-size: 14px;
  line-height: 18px;
}

community_byo-scoped-header-and-footer {
  display: flex;
  flex-direction: column;
  height: 100%;
}
community_byo-scoped-header-and-footer main {
  flex: 1 0 auto;
}
community_byo-scoped-header-and-footer footer {
  flex-shrink: 1;
}

.rpFeatureModels .columns-content .columns {
  flex-direction: row !important;
}
@media only screen and (max-width: 1024px) {
  .rpFeatureModels .columns-content .columns {
    flex-wrap: wrap !important;
  }
}
.rpFeatureModels .columns-content .columns .col-large-size_3-of-12 {
  width: 25% !important;
  padding: 8px !important;
}
@media only screen and (max-width: 1024px) {
  .rpFeatureModels .columns-content .columns .col-large-size_3-of-12 {
    width: 50% !important;
    flex: unset !important;
  }
}
@media only screen and (max-width: 600px) {
  .rpFeatureModels .columns-content .columns .col-large-size_3-of-12 {
    width: 100% !important;
  }
}

/*
.rpModelImageAnimate {
  position: relative;
  overflow: hidden;
  padding-bottom: 74.86772486772487%;
  transition: all .7s;
}

.rpModelImage {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all .7s;
  -webkit-transition: all 0.7s;
  &:hover {
    cursor: pointer;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
}

.rpModeltext {
  padding: 10px;
  text-align: center;
  color: $body_text_color;
  a {
    text-transform: uppercase;
    color: $body_text_color;
    &:hover {
      color: $body_text_color;
      text-decoration: underline;
    }
  }
}*/
.rpFeaturedDealers {
  background-color: rgb(243, 243, 243);
}

c-roush-featured-dealers .slds-grid .slds-col {
  padding: 20px !important;
}
@media only screen and (max-width: 1024px) {
  c-roush-featured-dealers .slds-grid .slds-col {
    width: 33% !important;
  }
}
@media only screen and (max-width: 600px) {
  c-roush-featured-dealers .slds-grid .slds-col {
    width: 50% !important;
  }
}
c-roush-featured-dealers c-roush-feat-dealer-card {
  cursor: pointer;
}
c-roush-featured-dealers c-roush-feat-dealer-card .image-container {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding-bottom: 74.2063492063%;
}
c-roush-featured-dealers c-roush-feat-dealer-card .image-container img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
c-roush-featured-dealers c-roush-feat-dealer-card .dealerContent {
  text-align: center;
}
c-roush-featured-dealers c-roush-feat-dealer-card .dealerContent .dealer-name {
  padding-top: 10px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
c-roush-featured-dealers c-roush-feat-dealer-card .dealerContent .dealer-addr, c-roush-featured-dealers c-roush-feat-dealer-card .dealerContent .dealer-phone {
  font-size: 14px;
  line-height: 18px;
}

.marketing-banner {
  font-size: 30px !important;
}

.template-image-rem {
  margin-top: 1.6em;
}
.template-image-rem {
  font-size: 28px;
  line-height: 34px;
}
@media screen and (min-width: 640px) {
  .template-image-rem {
    font-size: calc(28px + 16 * (100vw - 640px) / 635);
    line-height: calc(34px + 15 * (100vw - 640px) / 635);
  }
}
@media screen and (min-width: 1275px) {
  .template-image-rem {
    font-size: 44px;
    line-height: 49px;
  }
}

.roushFrontier {
  /*.template-title {
      transform: skew(30deg);

      lightning-formatted-text, p {
          transform: skew(-30deg);
      }
      &:before {
          background-color: #cdcccc;
          bottom: 0;
          content: "";
          display: block;
          height: 100%;
          left: -15px;
          position: absolute;
          top: 0;
          width: 7px;
      }
  }*/
}
.roushFrontier .customPadding0 .image-wrapper {
  margin-top: 45px;
}
@media screen and (min-width: 1024px) {
  .roushFrontier .customPadding0 .image-wrapper {
    margin-top: calc(45px + 23 * (100vw - 1024px) / 416);
  }
}
@media screen and (min-width: 1440px) {
  .roushFrontier .customPadding0 .image-wrapper {
    margin-top: 68px;
  }
}
.roushFrontier .customPadding1 .image-wrapper {
  margin-top: 11px;
}
@media screen and (min-width: 1024px) {
  .roushFrontier .customPadding1 .image-wrapper {
    margin-top: calc(11px + 6 * (100vw - 1024px) / 416);
  }
}
@media screen and (min-width: 1440px) {
  .roushFrontier .customPadding1 .image-wrapper {
    margin-top: 17px;
  }
}
.roushFrontier .template-header {
  display: flex;
}
.roushFrontier .template-header {
  font-size: 28px;
  line-height: 34px;
}
@media screen and (min-width: 640px) {
  .roushFrontier .template-header {
    font-size: calc(28px + 16 * (100vw - 640px) / 635);
    line-height: calc(34px + 15 * (100vw - 640px) / 635);
  }
}
@media screen and (min-width: 1275px) {
  .roushFrontier .template-header {
    font-size: 44px;
    line-height: 49px;
  }
}
.roushFrontier .template-header .template-fill {
  height: 1.6em;
  position: relative;
}
.roushFrontier .template-header .template-fill div {
  top: 1px;
  background-color: #ed2224;
  height: 100%;
  width: 8000px;
  position: absolute;
  right: 60px;
  transform: skew(-30deg);
}
.roushFrontier .template-header .template-title {
  background-color: none !important;
  display: flex;
  height: 1.6em;
  min-height: 60px;
  width: 100%;
  z-index: 9;
  font-weight: bold;
  background-color: none !important;
  margin-left: -20px;
  margin-right: 80px;
  margin-bottom: 25px;
  position: relative;
  transform: skew(-30deg);
  rotate: 180deg;
  align-items: center;
  /*&:after {
      width: 8000px;
      position: absolute;
      left: -6968px;
      top: 1px;
      transform: skew(-30deg);
      background-color: #ed2224;

      height: 100%;
      width: 8000px;
      position: absolute;
      left: -7012px;
      transform: skew(-30deg);
      background-color: $brand_red;
  }*/
}
.roushFrontier .template-header .template-title:before {
  background-color: #cdcccc;
  bottom: 1px;
  content: "";
  display: block;
  height: 100%;
  left: -40px;
  position: absolute;
  width: 20px;
}
.roushFrontier .template-header .template-title lightning-formatted-text, .roushFrontier .template-header .template-title p {
  display: inline-block;
  transform: skew(30deg);
  rotate: 180deg;
  width: 100%;
  color: #fff;
  padding-left: 20px;
  font-size: 44px;
}
.roushFrontier .template-header .template-title lightning-formatted-text, .roushFrontier .template-header .template-title p {
  font-size: 28px;
  line-height: 34px;
}
@media screen and (min-width: 640px) {
  .roushFrontier .template-header .template-title lightning-formatted-text, .roushFrontier .template-header .template-title p {
    font-size: calc(28px + 12 * (100vw - 640px) / 635);
    line-height: calc(34px + 12 * (100vw - 640px) / 635);
  }
}
@media screen and (min-width: 1275px) {
  .roushFrontier .template-header .template-title lightning-formatted-text, .roushFrontier .template-header .template-title p {
    font-size: 40px;
    line-height: 46px;
  }
}
.roushFrontier .image-container {
  display: flex;
}
.roushFrontier .image-container img {
  width: 100%;
  /*object-fit: contain;*/
  -o-object-fit: cover;
     object-fit: cover;
  justify-content: center;
  margin: 0px !important;
}

.template-video {
  width: 100%;
  height: auto;
  max-height: none;
  display: flex;
}

.template-card-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.template-video iframe {
  width: 100%;
  height: 100%;
  min-height: 315px;
  max-width: 100%;
  border: none;
  aspect-ratio: 16/9;
}

.dealerActions {
  width: 100% !important;
}

/*.template-title {
@include fluid-type(640px, 1275px, 28px, 44px, 34px, 49px);
  line-height: 1.6;
  font-weight: bold;
  background-color: #ed2224;
  border: none !important;
  margin-left: 35px;
  margin-right: 35px;
  margin-bottom: 25px;
  position: relative;
  transform: skew(-30deg);
  &:before {
    background-color: #cdcccc;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: -15px;
    position: absolute;
    top: 0;
    width: 7px;
  }
  lightning-formatted-text, p {
    display: inline-block;
    transform: skew(-30deg);
    color: #fff;
    padding-left: 20px;
    font-size: 44px;

    @include fluid-type(640px, 1275px, 28px, 44px, 34px, 49px);
  }
}*//*# sourceMappingURL=styles.css.map */