/****************************
-- Utilities --
****************************/
/* For modern browsers */
.cf:before,
.cf:after {
  content: "\0020";
  display: table;
  position: static;
}

.cf:after {
  clear: both;
}

.first {
  float: left;
}

.last {
  float: right;
}

.center {
  margin: 0 auto;
  text-align: center;
}

/* Hide */
.hidden {
  display: none !important;
}

/* Image Replacement */
.ir,
#footer .legal .ir {
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

/* Inline Block fix - Children need font-family re set */
.ibp {
  /*font-family: arloicons;*/
}

.ibp > * {
  display: inline-block;
  vertical-align: middle;
}

/****************************
-- Buttons --
****************************/
.btn {
  border-radius: 22px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  min-width: 155px;
  padding: 12px 35px;
  position: relative;
  text-align: center;
  -webkit-transition: background 300ms ease-in-out, color 300ms ease-in-out;
  transition: background 300ms ease-in-out, color 300ms ease-in-out;
}

.btn.t1 {
  padding-left: 10px;
  padding-right: 10px;
  min-width: 170px;
  max-width: 200px;
  height: 50px;
  text-align: center;
  line-height: normal;
  color: #fff;
  border-radius: 5px;
  border: none;
  background: -webkit-gradient(linear,left top,right top,color-stop(50%,#384851),color-stop(50%,#3c9));
  background: linear-gradient(90deg,#384851 50%,#3c9 50%);
  background-position: right bottom;
  background-size: 200% 100%;
  -webkit-transition: all .4s cubic-bezier(.785,.135,.15,.86);
  transition: all .4s cubic-bezier(.785,.135,.15,.86)
}

.btn.t1:hover {
  background-position: left bottom;
  color: #fff;
  cursor: pointer;
}


.btn.t2 {
  background-color: #fff;
  color: #06a84e;
}

.btn.t2:hover {
  background-color: #0f6d35;
  color: #fff;
}

.btn.t3 {
  border-radius: 5px;
  color: #fff;
  background: -webkit-gradient(linear,left top,right top,color-stop(50%,#384851),color-stop(50%,#62d8b1));
  background: linear-gradient(90deg,#384851 50%,#62d8b1 50%);
  background-position: right bottom;
  background-size: 200% 100%;
  -webkit-transition: all .4s cubic-bezier(.785,.135,.15,.86);
  transition: all .4s cubic-bezier(.785,.135,.15,.86);
}

.btn.t3:hover {
  background-position: left bottom;
  color: #fff;
  cursor: pointer
}

.btn.t4 {
  padding-left: 10px;
  padding-right: 10px;
  width: 170px;
  height: 50px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  border: none;
  background: -webkit-gradient(linear,left top,right top,color-stop(50%,#384851),color-stop(50%,#3c9));
  background: linear-gradient(90deg,#384851 50%,#3c9 50%);
  background-position: right bottom;
  background-size: 200% 100%;
  -webkit-transition: all .4s cubic-bezier(.785,.135,.15,.86);
  transition: all .4s cubic-bezier(.785,.135,.15,.86);
}

.btn.t4:hover {
  background-position: left bottom;
  color: #fff;
  cursor: pointer
}

.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}

.list_grid_product .ps-button-label {
  padding-left: 10px;
  padding-right: 10px;
  width: 170px;
  height: 50px;
  text-align: center;
  font-size: 17px;
  line-height: unset;
  color: #fff;
  border-radius: 5px;
  border: none;
  background: -webkit-gradient(linear,left top,right top,color-stop(50%,#384851),color-stop(50%,#3c9));
  background: linear-gradient(90deg,#384851 50%,#3c9 50%);
  background-position: right bottom;
  background-size: 200% 100%;
  -webkit-transition: all .4s cubic-bezier(.785,.135,.15,.86);
  transition: all .4s cubic-bezier(.785,.135,.15,.86);
}
.list_grid_product .ps-button-label:hover { 
  background-position: left bottom;
  color: #fff;
  cursor: pointer;
}
.list_grid_product .ps-widget[ps-sku].ps-disabled, .list_grid_product .ps-widget[data-ps-sku].ps-disabled {
  text-align: center;
  width: 170px;
  height: 50px;
}

@media screen and (min-width: 560px) {
  .list_grid_product .ps-button-label {
    position: absolute;
    bottom: 15px;
    left: 16%;
    margin: 0 !important;
  }
  .list_grid_product .btn.sfcclink {
    position: absolute;
    bottom: 15px;
    left: 16%;
  } 
  .list_grid_product .ps-widget[ps-sku].ps-disabled, .list_grid_product .ps-widget[data-ps-sku].ps-disabled {
     position: absolute;
     bottom: 15px;
     left: 16%;
  }

  .list_grid_product .btn.t4 {
    position: absolute;
    bottom: 15px;
    left: 16%;
  }
}

@media screen and (min-width: 1025px) {
  .list_grid_product .ps-button-label {
   left: 25%;
   margin: 0 !important;
  }
  .list_grid_product .btn.sfcclink {
  left: 23%;
  } 
  .list_grid_product .ps-widget[ps-sku].ps-disabled, .list_grid_product .ps-widget[data-ps-sku].ps-disabled {
    left: 23%;
  }
  .list_grid_product .btn.t4 {
    left: 25%;
  }
  .list_grid_product .pricespiderlike_cta {
    bottom: 65px !important;
  }
}

/* Play Video */
.btn.video {
  padding-right: 55px;
}

.btn.video:after {
  bottom: 0;
  color: #fff;
  content: '\e900';
  font-family: arloicons;
  font-size: 20px;
  line-height: 20px;
  margin-top: -10px;
  position: absolute;
  right: 23px;
  top: 50%;
}

/****************************
-- Replay --
****************************/
.replay {
  font-size: 16px;
  font-weight: 500;
  padding-left: 25px;
  position: relative;
}

.replay:hover {
  text-decoration: none;
}

.replay:after {
  color: #000;
  content: 'k';
  font-family: arloicons;
  font-size: 16px;
  font-size: 1.6rem;
  left: 0;
  line-height: 1.5;
  margin-top: -0.75em;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  width: auto;
  transition: all .3s ease;
}

.replay:hover:after {
  opacity: 1;
  transform: rotate(360deg);
}

/****************************
-- Separators --
****************************/
.sep {
  margin-top: 1.25em;
  padding-top: 1.25em;
  position: relative;
}

.sep:after {
  border-top: 1px solid #e5e5e5;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 37px;
}

/* Bottom Center */
.sep.bot {
  margin-bottom: 1em;
  margin-top: 0;
  padding-bottom: 1em;
  padding-top: 0;
  position: relative;
}

.sep.bot:after {
  bottom: 0;
  top: auto;
}

.sep.center:after {
  left: 50%;
  margin-left: -18px;
}

/****************************
-- Text Shift --
****************************/
.shift {
  color: #06a84e;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  padding-right: 15px;
  position: relative;
  text-transform: uppercase;
}

.shift.long {
  padding-right: 36px;
}

.shift:after {
  content: '\f105';
  font-family: arloicons;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  margin-top: -8px;
  position: absolute;
  right: 0;
  top: 50%;

  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.shift:hover:after {
  right: -5px;
}

.shift.back {
  padding-left: 15px;
  padding-right: 0;
}

.shift.back.long {
  padding-left: 36px;
  padding-right: 0;
}

.shift.back:after {
  content: '\f104';
  left: 0;
  right: auto;
}

.shift.back:hover:after {
  left: -5px;
}

/****************************
-- Vertical Middle --
****************************/
.vertical-wrap {
  font-family: arloicons;
  height: 100%;
  left: 0;
  margin: auto;
  right: 0;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
}

.vertical-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.vertical-wrap > .middle {
  display: inline-block;
  vertical-align: middle;
}

/****************************
-- Vertical Children --
****************************/
.vertical-children > * {
  display: inline-block;
  vertical-align: middle;
}

/****************************
-- Youtube Video Player --
****************************/
.player .wrap {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}

.player .wrap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/****************************
-- Grayscale Filter --
****************************/
.grayhov {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url('../images/grayscale.svg');
  filter: grayscale(100%);
  opacity: 0.75;
  transition: all 200ms ease;
}

.grayhov:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

/****************************
-- Play video Icon --
****************************/
.video.play-icon {
  position: relative;
}

.video.play-icon:before {
  background-color: #000;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;

  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.video.play-icon:hover:before {
  opacity: 0.2
}

.video.play-icon:after {
  background-color: #fff;
  border: 0;
  border-radius: 50%;
  box-sizing: content-box;
  color: #06a84e;
  content: '\e907';
  font-family: 'arloicons';
  font-size: 18px;
  height: 46px;
  left: 50%;
  line-height: 46px;
  margin: -23px 0 0 -23px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 46px;
  z-index: 2;

  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
}

.video.play-icon.md:after {
  height: 56px;
  font-size: 22px;
  line-height: 56px;
  margin: -28px 0 0 -28px;
  width: 56px;
}

.video.play-icon:hover:after {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

/****************************
-- Keyframes --
****************************/
.fade {
  opacity: 0;
}

/* Fade in */
.fade-in {
  -webkit-animation: fadeIn 1s both;
  animation: fadeIn 1s both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Fade in From Left */
.fade-in-from-left {
  -webkit-animation: fadeInFromLeft 1s both;
  animation: fadeInFromLeft 1s both;
}

@-webkit-keyframes fadeInFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-65%);
    transform: translateX(-65%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-65%);
    transform: translateX(-65%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* Fade in From Right */
.fade-in-from-right {
  -webkit-animation: fadeInFromRight 1s both;
  animation: fadeInFromRight 1s both;
}

@-webkit-keyframes fadeInFromRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(65%);
    transform: translateX(65%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInFromRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(65%);
    transform: translateX(65%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* Fade In From Top */
.fade-in-from-top {
  -webkit-animation: fadeInFromTop 1s both;
  animation: fadeInFromTop 1s both;
}

@-webkit-keyframes fadeInFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Fade In From Top */
.fade-in-from-bottom {
  -webkit-animation: fadeInFromBottom 1s both;
  animation: fadeInFromBottom 1s both;
}

@-webkit-keyframes fadeInFromBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInFromBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Fade Out */
.fade-out {
  -webkit-animation: fadeOut 1s both;
  animation: fadeOut 1s both;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Fade out To Left */
.fade-out-to-left {
  -webkit-animation: fadeOutToLeft 1s both;
  animation: fadeOutToLeft 1s both;
}

@-webkit-keyframes fadeOutToLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-65%);
    transform: translateX(-65%);
  }
}

@keyframes fadeOutToLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-65%);
    transform: translateX(-65%);
  }
}

/* Fade out To Right */
.fade-out-to-right {
  -webkit-animation: fadeOutToRight 1s both;
  animation: fadeOutToRight 1s both;
}

@-webkit-keyframes fadeOutToRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(65%);
    transform: translateX(65%);
  }
}

@keyframes fadeOutToRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(65%);
    transform: translateX(65%);
  }
}

/* Fly */
@-webkit-keyframes fly {
  0% {
    font-size: 23px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    font-size: 29px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    font-size: 23px;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes fly {
  0% {
    font-size: 23px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    font-size: 29px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    font-size: 23px;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/* Fade In From None To Top */
@-webkit-keyframes fadeInFromNoneToTop {
  0% {
    height: 0;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    height: 100%;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInFromNoneToTop {
  0% {
    height: 0;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    height: 100%;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* Rotate */
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Go slightly to the left and back */
.shake-left {
  -webkit-animation: shakeLeft 200ms both;
  animation: shakeLeft 200ms both;
}

@-webkit-keyframes shakeLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes shakeLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* Background Animations */
.animated-clouds {
  -webkit-animation: animatedBackground 40s linear infinite;;
  animation: animatedBackground 40s linear infinite;;
}

@-webkit-keyframes animatedClouds {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -1942px center;
  }
}

@keyframes animatedClouds {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -1942px center;
  }
}

/****************************
-- General CSS Transitions --
****************************/
.tr100 {
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.tr200 {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.tr300 {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.tr400 {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.tr600 {
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

.tr800 {
  -webkit-transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -ms-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}

/*///////////Salesforce Styling/////////////*/
.slds-scope {
  font-family: morebirounded !important;
  font-weight: 400;
  color: #333 !important;
}
  .slds-scope h1, .slds-scope h2, .slds-scope h3, .slds-scope h4, .slds-scope h5, .slds-scope h6, .slds-scope th, .slds-scope td {
    font-family: morebirounded !important;
    font-weight: 500;
    color: #333 !important;
  }

  .slds-scope h1, .slds-scope h2, .slds-scope h3, .slds-scope h4, .slds-scope h5, .slds-scope h6 {
     text-align: left;
   }

   .slds-scope .slds-text-body_regular, .slds-scope .slds-text-body--regular{
     font-size: 15px !important;
   }

  .slds-scope a {
     color: #06a84e !important;
  }
  .slds-scope p {
    font-size: 16px;
  }
  .slds-scope .breadcrumb{
    font-size: 13px !important;
  }

  .slds-scope .slds-button {
    color: #06a84e !important;
  }

  .slds-scope .slds-form-element__label {
    font-size: 15px !important;
  }

  .slds-scope .slds-select:focus, .slds-scope .slds-select:active{
    border-color: #06a84e !important;
    box-shadow: 0 0 3px #06a84e !important;
  }

  .slds-scope .slds-text-heading_small, .slds-scope .slds-text-heading--small {
    font-size: 1.8rem !important;
  }
  .slds-scope .slds-text-title_caps, .slds-scope .slds-text-title--caps {
    font-size: 1.2rem !important;
  }
  .slds-scope .slds-table th, .slds-scope .slds-table td {
    font-size: 14px;
  }
  .slds-scope:not(html), .slds-scope body{
  font-size: 14px !important;
  }

  .slds-scope .slds-input {
    padding: 10px !important;
  }

  .slds-scope .slds-select{
    border-radius: 22px !important;
    height: calc(2.5em + (1px * 2)) !important;

  }
  .slds-scope .slds-select_container .slds-select {
    padding: 0 10px 0 10px !important;
  }
  .slds-scope .slds-select_container:before, .slds-scope .slds-select_container:after {
    height: 10px !important;
    right: 2rem !important;
  }

  .slds-scope .slds-table {
    margin-bottom: 20px;
  }

        /*SFCC Prechat Styling*/
.embeddedServiceSidebar.layout-docked .dockableContainer #headerTextLabel,
.embeddedServiceSidebar.layout-docked .dockableContainer #headerSubtext,
{
  font-family: NeueHaasUnicaPro-Light,Helvetica,"Helvetica Neue",Arial,sans-serif;
}

.stateBody.embeddedServiceSidebarState .cSFCCPrechat{
  padding: 0 0 30px 0;
}
.stateBody.embeddedServiceSidebarState .cSFCCPrechat img {
  max-width: 300px;
  height: 100%;
}
.stateBody.embeddedServiceSidebarState .cSFCCPrechat .fields {
      border-radius: 5px;
    font-family: NeueHaasUnicaPro-Light,Helvetica,"Helvetica Neue",Arial,sans-serif;
      margin-bottom: 15px;
      display: inline-block;
}

.stateBody.embeddedServiceSidebarState .SFCC_email__c.anonymousField{
      font-family: NeueHaasUnicaPro-Light,Helvetica,"Helvetica Neue",Arial,sans-serif;
      border-radius: 5px;
      margin-bottom: 15px;
      margin: 0 !important;
      margin: 0 !important;
    width: 100%;
    max-width: 210px;
}

.cSFCCPrechat .prechatContent .uiLabel-left {
  float: left;
  margin-left: 50px;
  width: 80px;
  text-align: right;
}

.cSFCCPrechat .startButton {
    margin-top: 20px; 
    width: 170px;
    height: 40px;
    text-align: center;
    line-height: 0;
    color: #fff !important;
    border-radius: 5px;
    border: none;
    background: -webkit-gradient(linear,left top,right top,color-stop(50%,#384851),color-stop(50%,#3c9));
    background: linear-gradient(90deg,#384851 50%,#3c9 50%);
    background-position: right bottom;
    background-size: 200% 100%;
    -webkit-transition: all .4s cubic-bezier(.785,.135,.15,.86);
    transition: all .4s cubic-bezier(.785,.135,.15,.86)
}
.cSFCCPrechat .startButton:hover {
    background-position: left bottom;
    color: #fff;
    cursor: pointer
}

.cSFCCPrechat .uiButton--default .label {
    white-space: normal;
    color: #fff !important;
    font-weight: 200 !important;
}

@media (max-width: 525px) {

.embeddedServiceSidebar.layout-docked .dockableContainer {
  width: 90%;
}


}


  @media (max-width: 48em) {
    .slds-scope .slds-max-medium-table_stacked-horizontal th:before, .slds-scope .slds-max-medium-table_stacked-horizontal td:before, .slds-scope .slds-max-medium-table--stacked-horizontal th:before, .slds-scope .slds-max-medium-table--stacked-horizontal td:before {
      font-size:1.1em;
    }
  }

.slds-button.btn {
  border-radius: 22px !important;
  font-size: 13px !important;
  padding: 8px 35px !important;
  -webkit-transition: background 200ms ease-in-out, color 300ms ease-in-out !important;
  transition: background 200ms ease-in-out, color 300ms ease-in-out !important;
}
  .slds-button.btn.t1 {
    background-color: #06a84e;
    color: #ffffff !important;
  }
  .slds-button.btn.t1:hover {
    background-color:#0f6d35 ;
    color: #ffffff;
  }
  .slds-button.btn.greenAlt {
    color: #06a84e;
    border: 1px solid #06a84e;
    border-radius: 22px;
    transition: ease .2s;
    padding: 2px 33px;
  }
  .slds-button.btn.greenAlt:hover {
    background-color: #cecece;
    color: #06a84e;
    border: 1px solid #cecece;
    border-radius: 22px;
    transition: ease .2s;
    padding: 2px 33px;
  }
   .slds-scope .slds-button_neutral[disabled], .slds-scope .slds-button--neutral[disabled] {
    background: #cecece !important;
  }
  /*Group/pagination buttons*/
  .slds-scope .slds-button-group-list li:first-child .slds-button, .slds-scope .slds-button-group .slds-button:first-child {
    border-radius: 22px 0 0 22px;
    padding: 10px;
  }


  /*//////////end Salesforce Styling///////////*/


/*Disclaimer Footer Message*/
.ns-ars18 .disclaimer-footer-banner {
    background: #03374f;
    color: #fff;
    display: none;
    height: 49px;
    position: fixed;
    margin: 0 auto;
    max-width: 1440px;
    opacity: 0.9;
    padding: 12px;
    bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 99999999999;
}
.ns-ars18 .disclaimer-footer-banner.active {
  display:block;
}
.ns-ars18 .disclaimer-footer-banner a {
  color: #fff;
  text-decoration: underline !important;
}
.ns-ars18 .disclaimer-footer-banner p {
  color: #fff;
  font-size: 14px;
}
.ns-ars18 .disclaimer-footer-banner .disclaimer-close {
  display: inline-block;
  position: absolute;
  right: 110px;
  top: 11px;
}

@media screen and (max-width: 1500px) {
  .ns-ars18 .disclaimer-footer-banner .disclaimer-close {
    right: 50px;
    top: 11px;
  }
}


@media screen and (max-width: 1024px) {
  .ns-ars18 .disclaimer-footer-banner .disclaimer-close {
    right: 7px;
    top: 14px;
  }
}

@media screen and (max-width: 767px) {
  .ns-ars18 .disclaimer-footer-banner .disclaimer-close {
    right: 15px;
    top: 30px;
  }

  .ns-ars18 .disclaimer-footer-banner {
    height: 70px;
    padding: 10px 35px;
  }

}

@media (min-width: 525px) and (max-width: 767px) {
   .ComponentHero--HeroBannerStandard .textHolder{
    top: 20% !important;
    left: 50% !important;
    max-width: 500px !important;
  }
}

@media screen and (max-width: 515px) {
  .ns-ars18 .disclaimer-footer-banner .disclaimer-close {
    right: 13px;
    top: 30px;
  }

  .ns-ars18 .disclaimer-footer-banner {
    height: 75px;
    padding: 10px 35px;
  }

  .ns-ars18 .disclaimer-footer-banner p {
    font-size: 13px;
  }

}

@media screen and (max-width: 375px) {
   .ns-ars18 .disclaimer-footer-banner .disclaimer-close {
    right: 10px;
    top: 27px;
  }

  .ns-ars18 .disclaimer-footer-banner {
    height: 75px;
    padding: 10px 17px;
  }

  .ns-ars18 .disclaimer-footer-banner p {
    font-size: 12px;
  }

  .ns-ars18 .email-campaign .email-error img {
    display: block;
    position: absolute;
    right: 115px;
    max-width: 15px;
  }
}

@media screen and (max-width: 320px) {
  .ns-ars18 .disclaimer-footer-banner .disclaimer-close {
    right: 10px;
    top: 32px;
  }

  .ns-ars18 .disclaimer-footer-banner {
    height: 80px;
    padding: 5px 20px 5px 10px;
    text-align: left;
  }

  .ns-ars18 .disclaimer-footer-banner p {
    font-size: 12px;
  }
}
/* END Disclaimer Footer message*/


/*Top banner Message*/
.ns-ars18-page .notice > .container{
  font-size: 15px;
  color: rgb(255, 255, 255);
  position: absolute;top: 50%;
  transform: translatey(-50%);
  text-align: center;left: 0;right: 0;
  padding:0 20px;
  max-width:1440px;
}
.ns-ars18-page .notice{
  position:fixed;top:0;
  left: 0;
  right: 0;
  background-color: #3c9;
  z-index: 99;
  height:80px;
}

.ns-ars18-page .notice span{
  font-family: "Neue Haas Unica Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #fff;
}
.ns-ars18-page .notice.active{
  visibility: visible; 
  opacity:1;
  width: 100%;
}
.ns-ars18-page .notice{
  opacity:0; 
  visibility:hidden;
}
.ns-ars18-page .notice.active + #container{
  top: 80px;
}
.ns-ars18-page .notice.active + #container .mobile_header_products_nav, .notice.active + #container .mobile_header_menu_nav{
  top: 130px;
} 
.ns-ars18-page .unfixed + .notice.active {
  position:absolute !important;
} 
.ns-ars18-page .notice .close:after { 
  content: "\78"; 
  font-family: arloicons;
}
.ns-ars18-page .notice .close {
  position:absolute;
  right:5px;font-size:12px;
}

@media (min-width: 1024px) {
    .ns-ars18-page .notice {
      height:54px;
      max-width: 1440px;
      margin: 0 auto;
    }
    .ns-ars18-page .notice.active + #container{
      top: 55px;
    } 
    .ns-ars18-page .notice.active + #container 
    .ns-ars18-page .mobile_header_products_nav, 
    .ns-ars18-page .notice.active + #container 
    .ns-ars18-page .mobile_header_menu_nav{
      top: 110px;
    }
    .ns-ars18-page .notice .close {
      right:8px;
      top:-8px;
    }
  }

@media (max-width: 525px){
  .ns-ars18-page .notice {
    height: 46px;
    z-index: 0;
  }
  .ns-ars18-page .notice.active + #container{
  top: 47px;
  }
}

/*End Top banner Message*/
/*Generic Popup*/
body.noScroll{
  overflow: hidden;
}

.popup-box {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.25);
  z-index: 99999;
  overflow-y: auto;
  padding: 20px 0;
}
  .popup-box.email-campaign.opened {
    display: block;
  }

  .popup-box .popup-close {
    color: #fff;
    font-weight: 300;
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 19px;
    cursor: pointer;
    -webkit-transition: all 0.4s cubic-bezier(.11,.48,.46,.84);
    -moz-transition: all 0.4s cubic-bezier(.11,.48,.46,.84);
    -o-transition: all 0.4s cubic-bezier(.11,.48,.46,.84);
    -ms-transition: all 0.4s cubic-bezier(.11,.48,.46,.84);
    transition: all 0.4s cubic-bezier(.11,.48,.46,.84);
  }

  .popup-box.email-campaign .popup-close:before {
    font-family: "NeueHaasUnicaPro-Medium" ,Helvetica, Helvetica Neue ,Arial,sans-serif;
    font-size: 19px;
    /*   content: 'x';*/
  }

  .popup-box .popup-inner {
    background: transparent;
    border-radius: 2px;
    height: 100%;
    max-height: 490px;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 110px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .popup-box .popup-inner.error {   
    max-height: 200px;    
  }

  .popup-box.email-campaign .popup-inner {
    border-radius: 10px;
  }
  .popup-box.email-campaign .popup-inner.personalize, .popup-box.email-campaign .popup-inner.success, .popup-box.email-campaign .popup-inner.error {
    display: none;
  }


  .popup-box.email-campaign .popup-content {
    background-image: linear-gradient(90deg,#50b7b9,#3c9);
    border-radius: 10px;
    height: 100%;
    margin: 0 auto;
    padding: 50px;
    position: absolute;
    width: 100%;
    top: 0;
  }
  .email-campaign .popup-content-top {
    background: #f5f6f7;
    height: 42%;
    border-radius: 0 0 10px 10px;
    z-index: 999;
    padding: 60px 100px 0 100px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
  }

  .email-campaign .promo-blurb {
    margin: 0 auto;
    margin-bottom: 40px;
    width: 500px;
  }
  .email-campaign .promo-blurb h2 {
    font-size: 60px;
    font-weight: 600;
  }
  .email-campaign .promo-blurb h3 {
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  .email-campaign .promo-description {
    font-size: 25px;
    margin: auto 0;
    margin-bottom: 25px;
  }
  .email-campaign .promo-disclaimer {
    display: inline-block;
    opacity: 0.8;
  }
  .email-campaign .promo-disclaimer p {
    font-size: 13px;
    color: #02374f !important;
    line-height: 22px;
  }
  .popup .email-campaign .success-disclaimer{
    font-size: 13px;
    color: #02374f !important;
    line-height: 22px;
  }
  .email-campaign .promo-disclaimer a {
    color: #02374f !important;
    text-decoration: underline !important;
  }
  .email-campaign .promo-disclaimer a:hover {
    color: #3c9 !important;
  }
  .email-campaign .promo-sale {
    font-size: 16px;
    font-weight: 600;
  }

/*Email Campaign form*/

  .email-campaign .button--primary.email-signup {
    background: #384851;
    font-size: 16px !important;
    height: 60px !important;
    line-height: 60px;
    width: 110px;
    position: absolute;
    top: -10px;
    right: 0;
    border-radius: 0 4px 4px 0;
  }
    .email-campaign .button--primary.promo {
      background: #384851;
      font-size: 16px !important;
      height: 60px !important;
      line-height: 60px;
      margin: 0 auto;
  }
   .email-campaign .button--primary.promo:hover {
    background: #3c9;
   }

  .email-campaign .form-holder{
      display: block;
      z-index: 9999;
      position: relative;
      width: 100%;
   }

  .email-campaign form {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
  .email-campaign input[type="email"]{
    font-family: "Neue Haas Unica Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    width: 100%;
    height: 60px;
    border-radius: 4px;
    background: #fff;
    border: 0;
    color: #152934;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    -webkit-appearance: none;
    padding: 10px 30px;
    margin-top: -10px;
  }

  .email-campaign .form-holder span{
    font-size: 12px;
  }


  .email-campaign .email-error-msg {
    color: #FF0000 !important;
    font-size: 13px;
  }
  .email-campaign .email-error img {
    display: block;
    position: absolute;
    right: 135px;
    top: 12px;
  }
  .email-campaign .popup-overlay-section {
    padding: 20px;
    border-radius: 10px;
    z-index: 9999;
    position: absolute;
    background-image: linear-gradient(180deg, #fff 40%, transparent 100%);
    width: 85%;
  }

  .email-campaign .input-block label {
    font-size: 16px;
    margin-right: 20px;
    position: relative;
  }

  .email-campaign p.radio-label-left {
      color: #152934 !important;
      font-weight: 600;
      margin-right: 30px;
      width: 70px;
      float: left;
  }
  .email-campaign .input-block {
    display: block;
    margin-bottom: 15px;
    width: 100%;
  }
  .email-campaign .input-list {
    display: block;
    margin-bottom: 45px;
  }

  .email-campaign .option-block {
    display: inline-block;
  }

  .email-campaign ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #02374f ; /* Firefox */
  }

  .email-campaign ::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #02374f ;
}

  .email-campaign ::-ms-input-placeholder { /* Microsoft Edge */
  color: #02374f ;
}

.email-campaign input[type="checkbox"], .email-campaign input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.email-campaign input[type='radio']:after, .email-campaign input[type='checkbox']:after {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    top: 0;
    left: 0px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #dfe2e6;
    }

.email-campaign input[type='radio']:checked:after, .email-campaign input[type='checkbox']:checked:after {
        width: 10px;
        height: 10px;
        border: 0;
        border-radius: 50px;
        top: 0;
        left: 0px;
        position: relative;
        background-color: #3c9;
        content: '';
        display: inline-block;
        visibility: visible;
}

  .email-campaign select {
    border: 0;
    font-size: 16px;
  }

  /*Success Popup*/
  .email-campaign .popup-overlay-section.success  {
    background-image: linear-gradient(180deg, #fff 60%, transparent 100%);
    padding: 20px;
  }

  /*Text*/
.popup-box h1,
.popup-box h2,
.popup-box h3,
.popup-box h4,
.popup-box h5,
.popup-box p {
  color: #fff !important;
  text-align: left;
}

.popup-box .success .text-holder ul {
  opacity: 0.8;
  margin-bottom: 15px;
}
.popup-box .success .text-holder li {
  color: #384851;
  font-size: 14px;
  list-style: disc;
  margin-left: 15px;
  opacity: 0.8;
}
.popup-box .success.popup-overlay-section h3 {
  color: #384851 !important;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}
.popup-box .success-disclaimer{
  color: #384851 !important;
  font-size: 12px;
  opacity: 0.8;
}


/*Media Queries - Promo Popup*/
  @media (max-width: 1024px) {

    .popup-box .popup-inner {
      margin-top: 150px;
    }

  }

  @media (max-width: 768px) {
    .email-campaign .input-block label{
      font-size: 15px;
      margin-right: 10px;       
    }

      .popup-box h1,
      .popup-box h2,
      .popup-box h3,
      .popup-box h4,
      .popup-box h5,
      .popup-box p {
        margin-bottom: 15px;
      }
      .email-campaign .promo-blurb {
        margin: 0 auto;
        max-width: 90%;
      }
      .email-campaign .promo-description {
        font-size: 20px;
        margin-bottom: 15px;
    }
      .popup-box .popup-content {
        width: 100%;

      }
      .popup-box .popup-inner {
        max-width: 600px;
        max-height: 500px;
      }
    .popup-box .popup-inner .popup-holder {
      position: relative;
      background: #fff;
      border-radius: 5px;
      height: auto;
      max-height: 100%;
      overflow: hidden;
      overflow-y: auto;
      padding: 30px 15px; }

  .popup-box .popup-close-wrap {
    position: relative;
  }
    .popup-box .popup-close {
      width: 30px;
      height: 30px;
      padding-top: 4px;
      display: inline-block;
      position: absolute;
      top: 15px;
      right: 13px;
      }
      .popup-box .popup-close-wrap .popup-close:hover {
        background: black;
        text-decoration: none;
      }
  .popup-box .popup-bodyclose {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    cursor: default;
   }
  .popup-box .server-error-msg {
    margin-bottom: 0;
    text-align: center;
  }
  .email-campaign .promo-sale {
    font-size: 16px;
    line-height: 15px;
  }
  .email-campaign .promo-blurb {
    margin: 0;
  }

  .email-campaign select {
    font-size: 15px;
  }
  .promo.form-holder {
    top: 30px;
  }
}

@media (max-width: 599px) {

  .email-campaign .popup-overlay-section {
    background-image: linear-gradient(180deg, #fff 50%, transparent 100%);
    width: 90%;
    }

  .email-campaign .popup-content-top {
    padding: 65px 30px 0 30px !important;
  }
  .email-campaign .promo-blurb{
    max-width: 100%;
  }
  .email-campaign .promo-description {
    font-size: 14px;
    line-height: 20px !important;
  }
  .email-campaign .promo-sale {
    font-size: 16px;
  }

  .popup-box .popup-inner {
    background: #fff;
    border-radius: 2px;
    max-height: 565px;
    max-width: 95%;
    margin: 0 auto;
    margin-top: 100px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
  .popup-box.email-campaign .popup-content{
    padding: 60px 20px;
  }
  .promo.form-holder {
    top: 20px;
  }

}

@media (max-width: 375px) {

  .email-campaign .popup-overlay-section {
    width: 95%;
  }

   .email-campaign p.radio-label-left {
      height: 35px;
      width: 55px;
  }

  .email-campaign .promo-blurb h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .email-campaign .promo-sale {
    font-size: 14px;
  }
  .email-campaign .popup-content-top {
    padding: 50px 10px 0 10px !important;
    left: 3px;
    width: 98%;
    height: 50%;
  }
  .popup-box .popup-inner {
    background: #fff;
    border-radius: 2px;
    max-height: 520px;
    max-width: 95%;
    margin: 0 auto;
    margin-top: 100px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  
  .popup-box.email-campaign .popup-content {
    padding: 60px 10px;
  }

}

