@charset "UTF-8";

@font-face {
  font-family: 'FontAwesome';
  src: url("/gehcstorefront/_ui/desktop/common/gefonts/styles/lib/fontawesome-webfont.eot?v=4.7.0");
  src: url("/gehcstorefront/_ui/desktop/common/gefonts/styles/lib/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/gehcstorefront/_ui/desktop/common/gefonts/styles/lib/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/gehcstorefront/_ui/desktop/common/gefonts/styles/lib/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/gehcstorefront/_ui/desktop/common/gefonts/styles/lib/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/gehcstorefront/_ui/desktop/common/gefonts/styles/lib/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*Common*/
[class*="sID-Price"] {
  margin: 0 !important;
}

#cartTotalPrices [class*="sID-Price"] {
  margin: 0 !important;
}

td.itemPrice [class*="sID-Price"] {
  text-align: right;
  float: none !important;
}

.sID-Price_old {
  color: var(--nobel_grey);
  text-decoration: line-through;
}

.sID-Price_old .sumValue {
  text-decoration: line-through;
}

.sID-Price_discount {
  color: var(--cyan_green);
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px !important;
}

.sID-Button {
  background: var(--cyan_green);
  color: var(--white) !important;
  display: inline-block;
  font-size: 14px;
  padding: .65em 1em;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}

.sID-Button_wide {
  padding-left: 4em;
  padding-right: 4em;
}

.sID-Button_xwide {
  padding-left: 7em;
  padding-right: 7em;
}

.sID-Button-Search {
  background: var(--light_grey);
  border: 1px solid var(--light_border_grey);
  color: var(--secondary_medium_grey) !important;
  display: inline-block;
  font-size: 11px;
  margin-top: 8px;
  padding: 4px 6px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.sID-Button-Search:after {
  content: "";
  font-family: var(--fontAwesome_font_family);
  margin-left: .4em;
}

.sID-Cancel {
  cursor: pointer;
  font-size: 14px;
  padding: .65em 0;
  text-decoration: underline;
  text-transform: uppercase;
  vertical-align: middle;
}

.sID-Select {
  text-align: left;
}

.page-cartPage .sID-Pricing {
  text-align: right;
}

.page-cartPage .sID-Pricing p {
  float: none !important;
}

.sID-Modal #cboxPrevious,
.sID-Modal #cboxNext,
.sID-Modal #cboxCurrent {
  display: none !important;
}

/*Components*/
.sID-DiscountPromo {
  background: var(--light_grey);
  border: 1px solid var(--light_border_grey);
  color: var(--secondary_medium_grey);
  padding: 2rem .5rem 1rem;
  position: relative;
}

.sID-DiscountPromo h3 {
  color: var(--cyan_green);
  font-size: 19px;
  font-weight: normal;
}

.sID-DiscountPromo a {
  color: var(--cyan_green);
}

.sID-DiscountPromo .sID-Tag {
  background: var(--cyan_green);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.47);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.47);
  color: var(--white);
  font-size: 17px;
  left: -1px;
  line-height: 29px;
  padding: 0 1em;
  position: absolute;
  top: 0;
  text-transform: uppercase;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.sID-PriceComparison {
  background: var(--white);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  margin: 1rem 0 !important;
  padding: 1em;
  text-align: right;
}

.sID-PartsIdTool {
  background: var(--light_grey);
  border: 1px solid var(--light_border_grey);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--secondary_medium_grey);
  padding: 2rem .5rem 1rem;
}

.sID-PartsIdTool h3 {
  color: var(--basic_purple);
  font-size: 19px;
  font-weight: normal;
}

.sID-PartsIdTool #globalPartIdToolForm {
  float: left;
  margin: 1rem 0;
  width: 100%;
}

.sID-PartsIdTool .searchField {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sID-PartsIdTool .searchBut {
  background-position: center;
  border: 2px solid var(--basic_purple);
  border-width: 0 2px;
  height: 29px;
  width: 29px;
}

.sID-PartsIdTool p {
  font-size: 14px;
}

.sID-Cart-Summary .SubTotalLi {
  border: none;
  margin: 0;
  padding: 10px 0;
}

.sID-Cart-Summary .totalVal {
  margin: 0;
  padding: 10px 0 0;
}

.sID-ShippingAddress {
  background: var(--light_grey);
  border: 1px solid var(--light_border_grey);
  float: left;
  margin: 0 0 30px 0;
  padding: 3%;
  width: 94%;
}

.sID-ShippingAddress p {
  margin: 14px 0;
}

.sID-ShippingAddress a {
  color: var(--basic_purple);
  font-weight: bold;
  text-decoration: none;
}

.sID-ShippingAddressTitle {
  border: 0;
  color: var(--black);
  font-size: 18px;
  padding: 0 0 5px;
}

.sID-ShippingAddressSavings {
  color: var(--cyan_green);
}

.sID-EnterSerial {
  color: var(--cyan_green);
  font-size: 15px;
  line-height: 1.6em;
  max-width: 36rem;
  padding: 50px 80px;
  text-align: center;
}

.sID-EnterSerial a {
  color: var(--cyan_green);
}

.sID-EnterSerial p {
  margin: 1.3em 0;
}

.sID-EnterSerial [type="text"] {
  border: 1px solid var(--light_border_grey);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--cyan_green);
  display: block;
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 2rem;
  padding: 0.7em;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  width: 100%;
}

.sID-EnterSerial ::-webkit-input-placeholder {
  color: var(--cyan_green);
  font-size: 14px;
  opacity: 1;
}

.sID-EnterSerial :-ms-input-placeholder {
  color: var(--cyan_green);
  font-size: 14px;
  opacity: 1;
}

.sID-EnterSerial ::-ms-input-placeholder {
  color: var(--cyan_green);
  font-size: 14px;
  opacity: 1;
}

.sID-EnterSerial ::placeholder {
  color: var(--cyan_green);
  font-size: 14px;
  opacity: 1;
}

.sID-EnterSerialTitle {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.1em;
  margin-bottom: .6em;
}

.sID-EnterSerialFooter {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 1.5rem;
}

.sID-EnterSerialFooter a,
.sID-EnterSerialFooter span {
  margin: 0 1rem;
}

.sID-SelectAddress {
  color: var(--cyan_green);
  font-size: 15px;
  line-height: 1.6em;
  max-width: 36rem;
  padding: 50px 80px;
  text-align: center;
}

.sID-SelectAddress a {
  color: var(--cyan_green);
}

.sID-SelectAddress p {
  margin: 1.3em 0;
}

.sID-SelectAddress [type="text"] {
  border: 1px solid var(--light_border_grey);
  color: var(--secondary_medium_grey);
  display: block;
  font-size: 14px;
  line-height: 1.6em;
  padding: 0.7em;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}

.sID-SelectAddress .sID-Select {
  margin-bottom: 2rem;
  width: 26rem;
}

.sID-SelectAddress .select-target {
  display: block;
  margin-bottom: 2rem !important;
  width: 26rem;
}

.sID-SelectAddress ::-webkit-input-placeholder {
  color: var(--cyan_green);
  font-size: 14px;
  opacity: 1;
}

.sID-SelectAddress :-ms-input-placeholder {
  color: var(--cyan_green);
  font-size: 14px;
  opacity: 1;
}

.sID-SelectAddress ::-ms-input-placeholder {
  color: var(--cyan_green);
  font-size: 14px;
  opacity: 1;
}

.sID-SelectAddress ::placeholder {
  color: var(--cyan_green);
  font-size: 14px;
  opacity: 1;
}

.sID-SelectAddressTitle {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.1em;
  margin-bottom: .6em;
}

.sID-SelectAddressForm {
  margin: 1.3em 0;
}

.sID-SelectAddressFooter {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 1.5rem;
}

.sID-SelectAddressFooter a,
.sID-SelectAddressFooter span {
  margin: 0 1rem;
}

.sID-EnterAddress {
  color: var(--cyan_green);
  font-size: 15px;
  line-height: 1.6em;
  max-width: 36rem;
  padding: 50px 80px;
  text-align: center;
}

.sID-EnterAddress:after {
  clear: both;
  content: "";
  display: table;
}

.sID-EnterAddress a {
  color: var(--cyan_green);
}

.sID-EnterAddress p {
  margin: 1.3em 0;
}

.sID-EnterAddress [type="text"] {
 
  font-size: 14px;
  line-height: 1.6em;
  padding: 0.7em;
}

.sID-EnterAddress ::-webkit-input-placeholder {
  color: var(--cyan_green);
  font-size: 14px;
  opacity: 1;
}

.sID-EnterAddress :-ms-input-placeholder {
  color: var(--cyan_green);
  font-size: 14px;
  opacity: 1;
}

.sID-EnterAddress ::-ms-input-placeholder {
  color: var(--cyan_green);
  font-size: 14px;
  opacity: 1;
}

.sID-EnterAddress ::placeholder {
  color: var(--cyan_green);
  font-size: 14px;
  opacity: 1;
}

.sID-EnterAddress .sID-Button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.sID-EnterAddress .sID-Cancel {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 40%;
}

.sID-EnterAddressTitle {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.1em;
  margin-bottom: .6em;
}

.sID-EnterAddressForm {
  margin: 1.3em 0;
}

.sID-EnterAddressForm:after {
  clear: both;
  content: "";
  display: table;
}

.sID-EnterAddressForm input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 5px 0;
  width: 100%;
}

.sID-EnterAddressForm .sID-State {
  float: left;
  margin-right: 5%;
  width: 20%;
}

.sID-EnterAddressForm .sID-Country {
  float: left;
  margin-right: 5%;
  width: 30%;
}

.sID-EnterAddressForm .sID-Zip {
  width: 40%;
}

.sID-EnterAddressForm .sID-CloseModal {
  display: block;
}

.sID-EnterAddressFooter {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: .5rem;
}

.sID-EnterAddressFooter a,
.sID-EnterAddressFooter span {
  margin: 0 1rem;
}

.sID-CannotFind {
  color: var(--cyan_green);
  font-size: 15px;
  line-height: 1.6em;
  max-width: 28rem;
  padding: 50px 80px;
  text-align: center;
}

.sID-CannotFind a {
  color: var(--cyan_green);
}

.sID-CannotFind p {
  margin: 1.3em 0;
}

.sID-CannotFind [type="text"] {
  border: 1px solid var(--light_border_grey);
  line-height: 1.6em;
  padding: 0.7em;
}

.sID-CannotFind ::-webkit-input-placeholder {
  color: var(--cyan_green);
  font-size: 14px;
  opacity: 1;
}

.sID-CannotFind :-ms-input-placeholder {
  color: var(--cyan_green);
  font-size: 14px;
  opacity: 1;
}

.sID-CannotFind ::-ms-input-placeholder {
  color: var(--cyan_green);
  font-size: 14px;
  opacity: 1;
}

.sID-CannotFind ::placeholder {
  color: var(--cyan_green);
  font-size: 14px;
  opacity: 1;
}

.sID-CannotFindTitle {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.1em;
  margin-bottom: .6em;
}

.sID-AddItem {
  display: block !important;
}

.sID-Add {
  color: var(--basic_purple);
  text-decoration: none;
}

.columns-2 {
  width: 100%;
}

.columns-2::after {
  clear: both;
  content: "";
  display: table;
}

.columns-2 .column {
  width: calc(50% - 5px);
  float: left;
  margin-right: 10px;
}

.columns-2 .column:last-of-type {
  margin-right: 0;
}

.columns-2 p {
  line-height: 26px;
}

.columns-3 {
  width: 100%;
}

.columns-3::after {
  clear: both;
  content: "";
  display: table;
}

.columns-3 .column {
  width: calc(33% - 1em);
  float: left;
  margin-right: 1.5em;
}

.columns-3 .column:last-of-type {
  margin-right: 0;
}

.sID-EnterAddress.enter-new-address {
  color: var(--black);
  text-align: left;
  padding: 30px 40px;
}

.sID-EnterAddress.enter-new-address .sID-EnterAddressTitle {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.sID-EnterAddress.enter-new-address input[type="color"],
.sID-EnterAddress.enter-new-address input[type="date"],
.sID-EnterAddress.enter-new-address input[type="datetime"],
.sID-EnterAddress.enter-new-address input[type="datetime-local"],
.sID-EnterAddress.enter-new-address input[type="email"],
.sID-EnterAddress.enter-new-address input[type="month"],
.sID-EnterAddress.enter-new-address input[type="number"],
.sID-EnterAddress.enter-new-address input[type="password"],
.sID-EnterAddress.enter-new-address input[type="search"],
.sID-EnterAddress.enter-new-address input[type="tel"],
.sID-EnterAddress.enter-new-address input[type="text"],
.sID-EnterAddress.enter-new-address input[type="time"],
.sID-EnterAddress.enter-new-address input[type="url"],
.sID-EnterAddress.enter-new-address input[type="week"],
.sID-EnterAddress.enter-new-address input:not([type]),
.sID-EnterAddress.enter-new-address textarea {
 
  border-width: 2px;
  width: 100%;
}

.sID-EnterAddress.enter-new-address input[type="color"]::-webkit-input-placeholder,
.sID-EnterAddress.enter-new-address input[type="date"]::-webkit-input-placeholder,
.sID-EnterAddress.enter-new-address input[type="datetime"]::-webkit-input-placeholder,
.sID-EnterAddress.enter-new-address input[type="datetime-local"]::-webkit-input-placeholder,
.sID-EnterAddress.enter-new-address input[type="email"]::-webkit-input-placeholder,
.sID-EnterAddress.enter-new-address input[type="month"]::-webkit-input-placeholder,
.sID-EnterAddress.enter-new-address input[type="number"]::-webkit-input-placeholder,
.sID-EnterAddress.enter-new-address input[type="password"]::-webkit-input-placeholder,
.sID-EnterAddress.enter-new-address input[type="search"]::-webkit-input-placeholder,
.sID-EnterAddress.enter-new-address input[type="tel"]::-webkit-input-placeholder,
.sID-EnterAddress.enter-new-address input[type="text"]::-webkit-input-placeholder,
.sID-EnterAddress.enter-new-address input[type="time"]::-webkit-input-placeholder,
.sID-EnterAddress.enter-new-address input[type="url"]::-webkit-input-placeholder,
.sID-EnterAddress.enter-new-address input[type="week"]::-webkit-input-placeholder,
.sID-EnterAddress.enter-new-address input:not([type])::-webkit-input-placeholder,
.sID-EnterAddress.enter-new-address textarea::-webkit-input-placeholder {
  color: var(--secondary_medium_grey);
}

.sID-EnterAddress.enter-new-address input[type="color"]::-moz-placeholder,
.sID-EnterAddress.enter-new-address input[type="date"]::-moz-placeholder,
.sID-EnterAddress.enter-new-address input[type="datetime"]::-moz-placeholder,
.sID-EnterAddress.enter-new-address input[type="datetime-local"]::-moz-placeholder,
.sID-EnterAddress.enter-new-address input[type="email"]::-moz-placeholder,
.sID-EnterAddress.enter-new-address input[type="month"]::-moz-placeholder,
.sID-EnterAddress.enter-new-address input[type="number"]::-moz-placeholder,
.sID-EnterAddress.enter-new-address input[type="password"]::-moz-placeholder,
.sID-EnterAddress.enter-new-address input[type="search"]::-moz-placeholder,
.sID-EnterAddress.enter-new-address input[type="tel"]::-moz-placeholder,
.sID-EnterAddress.enter-new-address input[type="text"]::-moz-placeholder,
.sID-EnterAddress.enter-new-address input[type="time"]::-moz-placeholder,
.sID-EnterAddress.enter-new-address input[type="url"]::-moz-placeholder,
.sID-EnterAddress.enter-new-address input[type="week"]::-moz-placeholder,
.sID-EnterAddress.enter-new-address input:not([type])::-moz-placeholder,
.sID-EnterAddress.enter-new-address textarea::-moz-placeholder {
  color: var(--spanish_nobel_grey);
}

.sID-EnterAddress.enter-new-address input[type="color"]:-moz-placeholder,
.sID-EnterAddress.enter-new-address input[type="date"]:-moz-placeholder,
.sID-EnterAddress.enter-new-address input[type="datetime"]:-moz-placeholder,
.sID-EnterAddress.enter-new-address input[type="datetime-local"]:-moz-placeholder,
.sID-EnterAddress.enter-new-address input[type="email"]:-moz-placeholder,
.sID-EnterAddress.enter-new-address input[type="month"]:-moz-placeholder,
.sID-EnterAddress.enter-new-address input[type="number"]:-moz-placeholder,
.sID-EnterAddress.enter-new-address input[type="password"]:-moz-placeholder,
.sID-EnterAddress.enter-new-address input[type="search"]:-moz-placeholder,
.sID-EnterAddress.enter-new-address input[type="tel"]:-moz-placeholder,
.sID-EnterAddress.enter-new-address input[type="text"]:-moz-placeholder,
.sID-EnterAddress.enter-new-address input[type="time"]:-moz-placeholder,
.sID-EnterAddress.enter-new-address input[type="url"]:-moz-placeholder,
.sID-EnterAddress.enter-new-address input[type="week"]:-moz-placeholder,
.sID-EnterAddress.enter-new-address input:not([type]):-moz-placeholder,
.sID-EnterAddress.enter-new-address textarea:-moz-placeholder {
  color: var(--spanish_nobel_grey);
}

.sID-EnterAddress.enter-new-address input[type="color"]:-ms-input-placeholder,
.sID-EnterAddress.enter-new-address input[type="date"]:-ms-input-placeholder,
.sID-EnterAddress.enter-new-address input[type="datetime"]:-ms-input-placeholder,
.sID-EnterAddress.enter-new-address input[type="datetime-local"]:-ms-input-placeholder,
.sID-EnterAddress.enter-new-address input[type="email"]:-ms-input-placeholder,
.sID-EnterAddress.enter-new-address input[type="month"]:-ms-input-placeholder,
.sID-EnterAddress.enter-new-address input[type="number"]:-ms-input-placeholder,
.sID-EnterAddress.enter-new-address input[type="password"]:-ms-input-placeholder,
.sID-EnterAddress.enter-new-address input[type="search"]:-ms-input-placeholder,
.sID-EnterAddress.enter-new-address input[type="tel"]:-ms-input-placeholder,
.sID-EnterAddress.enter-new-address input[type="text"]:-ms-input-placeholder,
.sID-EnterAddress.enter-new-address input[type="time"]:-ms-input-placeholder,
.sID-EnterAddress.enter-new-address input[type="url"]:-ms-input-placeholder,
.sID-EnterAddress.enter-new-address input[type="week"]:-ms-input-placeholder,
.sID-EnterAddress.enter-new-address input:not([type]):-ms-input-placeholder,
.sID-EnterAddress.enter-new-address textarea:-ms-input-placeholder {
  color: var(--spanish_nobel_grey);
}

.sID-EnterAddress.enter-new-address .sID-EnterAddressForm .sID-Country,
.sID-EnterAddress.enter-new-address .sID-EnterAddressForm .sID-State {
  width: 100%;
}

.sID-EnterAddress.enter-new-address .footnote {
  font-size: 12px;
  font-weight: 600;
}

.sID-EnterAddress.enter-new-address .sID-Button {
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  background-color: var(--basic_purple);
}

.select-address-modal .add-new {
  width: 100%;
  float: left;
  margin-bottom: 1em;
}

.select-address-modal .add-new.in-cell {
  padding: 2.3em 0;
  font-size: 16px;
  margin-bottom: 0;
}

.select-address-modal .label {
  font-style: italic;
}

.select-address-modal .add-new-link {
  font-weight: 600;
  text-decoration: none;
  color: var(--basic_purple);
}

.select-address-modal .address {
  font-style: normal;
}

.select-address-modal .cta-cell {
  text-align: center;
}

.select-select {
  display: none;
  pointer-events: none;
  position: absolute;
  opacity: 0;
}

.select-element {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: none;
}

.select-element:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select-element:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select-element * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select-element *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select-element *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select-element.select-open {
  display: block;
}

.select-theme-default {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select-theme-default * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select-theme-default *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select-theme-default *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select.select-theme-default {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 9999;
}

.select.select-theme-default.select-gray-theme .select-content {
  border: 1px solid var(--basic_purple);
}

.select.select-theme-default.select-gray-theme .select-options {
  color: var(--basic_purple);
}

.select.select-theme-default.select-gray-theme .select-options .select-option:hover {
  background: var(--cyan_green);
}

.select.select-theme-default.select-gray-theme .select-options .select-option.select-option-highlight {
  background: var(--basic_purple);
}

.select.select-theme-default .select-content {
  border: 1px solid var(--light_border_grey);
  background: var(--white);
  font-family:var(--fontAwesome_font_family);
  color: var(--secondary_medium_grey);
  overflow: auto;
  max-width: 18rem;
  max-height: 18rem;
}

.select.select-theme-default .select-options {
  margin: 0;
  padding: 0;
}

.select.select-theme-default .select-options .select-option {
  position: relative;
  list-style: none;
  margin: 0;
  line-height: 1.25rem;
  padding: 0.5rem 1em 0.5rem 2.5em;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.select.select-theme-default .select-options .select-option:hover {
  background: var(--cyan_green);
  color: var(--white);
}

.select.select-theme-default .select-options .select-option:hover.select-option-selected:before {
  content: url("data:image/svg+xml; utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='-0.5 0 20 15'><rect fill='var(--white)' stroke='none' transform='rotate(45 4.0033 8.87436)' height='5' width='6.32304' y='6.37436' x='0.84178'></rect><rect fill='var(--white)' stroke='none' transform='rotate(45 11.1776 7.7066)' width='5' height='16.79756' y='-0.69218' x='8.67764'></rect></svg>");
}

.select.select-theme-default .select-options .select-option.select-option-highlight {
  background: var(--cyan_green);
  color: var(--white);
}

.select.select-theme-default .select-options .select-option.select-option-highlight.select-option-selected:before {
  content: url("data:image/svg+xml; utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='-0.5 0 20 15'><rect fill='var(--white)' stroke='none' transform='rotate(45 4.0033 8.87436)' height='5' width='6.32304' y='6.37436' x='0.84178'></rect><rect fill='var(--white)' stroke='none' transform='rotate(45 11.1776 7.7066)' width='5' height='16.79756' y='-0.69218' x='8.67764'></rect></svg>");
}

.select.select-theme-default .select-options .select-option.select-option-selected:before {
  content: url("data:image/svg+xml; utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='-0.5 0 20 15'><rect fill='#444' stroke='none' transform='rotate(45 4.0033 8.87436)' height='5' width='6.32304' y='6.37436' x='0.84178'></rect><rect fill='#444' stroke='none' transform='rotate(45 11.1776 7.7066)' width='5' height='16.79756' y='-0.69218' x='8.67764'></rect></svg>");
  position: absolute;
  left: 1em;
  top: .2em;
  bottom: .2em;
  height: 1em;
  width: 1em;
  margin: auto;
}

.select-target.select-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  padding: .6rem 1.2rem .6rem .6rem;
  background: var(--white);
  border: 1px solid var(--light_border_grey);
  cursor: pointer;
  color: var(--secondary_medium_grey);
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.select-target.select-theme-default.select-gray-theme {
  border: 2px solid var(--light_border_grey);
  color: var(--secondary_medium_grey);
}

.select-target.select-theme-default.select-target-focused {
  outline: none;
}

.select-target.select-theme-default.select-target-focused:focus {
  outline: none;
}

.select-target.select-theme-default b {
  position: absolute;
  right: .5em;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1.25rem;
  width: 2em;
}

.select-target.select-theme-default b:before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  right: 0;
  height: 0;
  width: 0;
  border: .263em solid transparent;
  top: 0;
  border-bottom-color: inherit;
}

.select-target.select-theme-default b:after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  right: 0;
  height: 0;
  width: 0;
  border: .263em solid transparent;
  bottom: 0;
  border-top-color: inherit;
}

.page-content {
  float: left;
  margin: 10px;
}

.page-header .headline {
  color: var(--orange);
  font-weight: normal;
  margin-bottom: 1em;
  width: 100%;
}

.highlight-panel {
  background-color: var(--white);
  border: 1px solid var(--light_border_grey);
  padding: 30px;
  margin-bottom: 4em;
}

.highlight-panel .super {
  font-size: 30px;
  font-weight: normal;
  color: var(--orange);
  margin-bottom: 0.6em;
}

.highlight-panel a {
  color: var(--orange);
  text-decoration: none;
}

.highlight-panel a:hover {
  text-decoration: underline;
}

.highlight-panel .alt-options {
  margin-left: 2em;
  font-size: 16px;
}

.highlight-panel .alt-options li {
  list-style-type: disc;
  margin-bottom: 1em;
}

.highlight-panel .searchPanel {
  float: none;
  margin-left: 1em;
  margin-bottom: 2em;
}

.highlight-panel .searchPanel::after {
  clear: both;
  content: "";
  display: table;
}

.highlight-panel .searchField {
  border: 1px solid var(--light_border_grey);
  color: var(--secondary_medium_grey);
}

.highlight-panel .searchBut {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAhCAIAAACjopf0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjk0Q0NGNDc5NEM5ODExRTg4MDhBODZBMzI4ODQ2MzFEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjk0Q0NGNDdBNEM5ODExRTg4MDhBODZBMzI4ODQ2MzFEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTRDQ0Y0Nzc0Qzk4MTFFODgwOEE4NkEzMjg4NDYzMUQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTRDQ0Y0Nzg0Qzk4MTFFODgwOEE4NkEzMjg4NDYzMUQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6HvfSWAAAC6klEQVR42sSWSUwTURjH/zOd6QKlC4ssCbK5VDEaEcJFOJnABY96UG+oB030YBRvJkK86tF4ciEhxpsmYowJeiAYJUFNUQwoHADZtKWl0G2e39dFRVumtUS/NG+aN+/93ve+dSTR24q8YuQuvmkFkQAW3uaGEZAMcGxX+J8WyZkl6EEsKfbLUZggY/Pkn7JE5iwl9TR5IxyAiEKSeZRVqHmQlI3RqViRVcgKyhphr4ZiQcgH7wSWPkAEYbRCaBmzImu8Yd8pNJ5ndeISWMDr63DfRdAHE+GELktijRQzWrrhOor5EYw/xMocbFXYdQStPbBWYPAqokHIRl2WxgfWdTBo8gked1JawFiA4DLcd3C4Dw1nMDeMsQewFOv5MRqCtRz1xxFYxEAXX8dRC0sRnHVYdON5F2u0rQMmB7SQHkuLwuxAyR7Mv+EMJUrczDTSGTSzNIrSAyio5FP144sigBwvwnzf35ZpYUaQf2U5XWDI60Dk/uUpOHfAWomQH5KUmF9dgL0Wzp349pG98cO/aVkGFf5ZjN1nMzVfRGgZvhkEvfB8hmpB0wW2wMgteD5BMen5kWoQ1bL3fahuR8NZjrKJR1jzIL8U9SdQ0w4RQZGL7UXHGG0paoW43YjVpZ8T4RXYa3DwCm8moYAwxbbNvIStkrnTQ3h2Dp5xmAvX1cJC1x8sekHHmotR04Yte2EpgX8Gk085Qw/d4GNIvgyjvxPeKb71hqxkSpKlKAdUK6NJWQralmvYfzqxYPYV+k/CHwvmJCtNzaGUzi/jdRRcJjunEa0e6sHovcSC8ia03YS9ivNXZFK/aL/ByGOcGPZj4BLcvYm3Fc3YfQxqPhel7Ooq4cjYpMWLy3AntdO0X0uQkk27IZwTQQ8Gu7H4DpLKJYB8IhuyZ8VxdNmQl1UjM8lSrP6Iv2IxTrBn4jaSDBnUe/1+aPjPPQ1Z9TSRVRNM00Pj3xNCpLx81t85zKJGYNu6CTdc+/pdgAEAkCwUZoH+F0sAAAAASUVORK5CYII=");
}

.category-tabs .super {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 0.1em;
}

.category-tabs .tabContent {
  padding: 20px 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.category-tabs .tabContent td {
  width: 25%;
  padding: 0;
}

.category-tabs .tabContent ul {
  border-top: none;
  margin-left: 0;
  width: 100%;
}

.category-tabs .tabContent li {
  font-weight: normal;
  list-style: none;
}

.icon-link.anesthesia-delivery:before {
  background-position: 0 -0px;
}

.icon-link.magnetic-resonance-imaging:before {
  background-position: 0 -52px;
}

.icon-link.common-parts:before {
  background-position: 0 -104px;
}

.icon-link.computed-tomography-ct:before {
  background-position: 0 -156px;
}

.icon-link.diagnostic-ecg:before {
  background-position: 0 -208px;
}

.icon-link.interventional-image-guided-systems:before {
  background-position: 0 -260px;
}

.icon-link.mammography:before {
  background-position: 0 -312px;
}

.icon-link.molecular-imaging-and-nuclear-medicine:before {
  background-position: 0 -364px;
}

.icon-link.maternal-infant-care:before {
  background-position: 0 -416px;
}

.icon-link.pet-radiopharmacy:before {
  background-position: 0 -468px;
}

.icon-link.pet-ct:before {
  background-position: 0 -520px;
}

.icon-link.patient-monitoring:before {
  background-position: 0 -572px;
}

.icon-link.respiratory-and-sleep:before {
  background-position: 0 -624px;
}

.icon-link.clearance:before {
  background-position: 0 -676px;
}

.icon-link.tubes:before {
  background-position: 0 -728px;
}

.icon-link.ultrasound:before {
  background-position: 0 -780px;
}

.icon-link.workstations-aw:before {
  background-position: 0 -832px;
}

.icon-link.x-ray:before {
  background-position: 0 -884px;
}

.icon-link.clinical-consumables:before {
  background-position: 0 -936px;
}

.icon-link.surgical-imaging-oec:before {
  background-position: 0 -988px;
}

.icon-link.bone-health:before {
  background-position: 0 -1040px;
}

.icon-link.clinical-training:before {
  background-position: 0 -1092px;
}

.icon-link.healthcare-it:before {
  background-position: 0 -1144px;
}

.icon-link.multi-modality:before {
  background-position: 0 -1196px;
}

.icon-link.biomedical-clinical-engineering:before {
  background-position: 0 -1248px;
}

.icon-link.patient-safety-education:before {
  background-position: 0 -1300px;
}

.icon-link.technologist-education:before {
  background-position: 0 -1352px;
}

.icon-link.travel-lodging:before {
  background-position: 0 -1404px;
}

.icon-link {
  color: var(--basic_purple);
  display: block;
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}

.icon-link::after {
  clear: both;
  content: "";
  display: table;
}

.icon-link:before {
  height: 52px;
  width: 52px;
  background-size: 104px 1456px;
  background-position: 0 0;
  background-image: url("/gehcstorefront/_ui/desktop/theme-green/images/aami/GESS_icons.svg");
  content: '';
  display: block;
  float: left;
}

.icon-link:hover:before {
  background-position-x: -52px;
}

.icon-link:hover .label {
  text-decoration: underline;
}

.icon-link .label {
  display: block;
  float: left;
  width: calc(100% - 84px);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 64px;
}

.columns-2 {
  width: 100%;
}

.columns-2::after {
  clear: both;
  content: "";
  display: table;
}

.columns-2 .column {
  width: calc(50% - 5px);
  float: left;
  margin-right: 10px;
}

.columns-2 .column:last-of-type {
  margin-right: 0;
}

.columns-3 {
  width: 100%;
}

.columns-3::after {
  clear: both;
  content: "";
  display: table;
}

.columns-3 .column {
  width: calc(33% - 1em);
  float: left;
  margin-right: 1.5em;
}

.columns-3 .column:last-of-type {
  margin-right: 0;
}

.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--basic_purple);
  border: 0;
  /* border-radius: 8px; */
  color: var(--white);
  cursor: pointer;
  display: inline-block;
  font-family: var(--ge_font_family_base);
  font-size: 22px !important;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  line-height: 1;
  padding: 1em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  -o-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;

}

.btn:active {
  background-color: var(--lead_black);
  color: var(--white);
}

.btn:hover {
  background-color: var(--basic_hover);
  color: var(--white);
}

.btn .label,
button .label,
input[type="button"] .label,
input[type="reset"] .label,
input[type="submit"] .label {
  display: inline-block;
  position: relative;
}

.btn .label:after,
button .label:after,
input[type="button"] .label:after,
input[type="reset"] .label:after,
input[type="submit"] .label:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: '\f0da';
  margin-left: 0.6em;
}

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: var(--basic_hover);
  color: var(--white);
}

.btn:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: 0;
  outline-offset: 0;
}

.btn:disabled,
button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.btn:disabled:hover,
button:disabled:hover,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled:hover {
  background-color: var(--basic_purple);
}

.btn.big,
button.big,
input[type="button"].big,
input[type="reset"].big,
input[type="submit"].big {
  width: 100%;
}

.btn.double-padding,
button.double-padding,
input[type="button"].double-padding,
input[type="reset"].double-padding,
input[type="submit"].double-padding {
  padding: 0.75em 3em;
}

.btn.white,
button.white,
input[type="button"].white,
input[type="reset"].white,
input[type="submit"].white {
  background-color: var(--basic_purple);
  color: var(--white);
}

.btn.white:hover,
button.white:hover,
input[type="button"].white:hover,
input[type="reset"].white:hover,
input[type="submit"].white:hover {
  background-color: var(--basic_hover);
}

.btn.white:active{
  background-color: var(--lead_black);
}

.lander-page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--white);
  color: var(--darkGrey);
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  padding-top: 54px;
}

.lander-page::after {
  clear: both;
  content: "";
  display: table;
}

.lander-page *,
.lander-page *::before,
.lander-page *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.lander-page .lander-headline {
  font-size: 3em;
  font-weight: normal;
  color: var(--lead_black);
}

.lander-page .lander-header,
.lander-page .lander-header1,
.lander-page .lander-header2,
.lander-page .anchor-section,
.lander-page .lander-section {
  padding: 100px;
  width: 100%;
  float: left;
}

.lander-page .lander-header::after,
.lander-page .lander-header1::after,
.lander-page .lander-header2::after,
.lander-page .anchor-section::after,
.lander-page .lander-section::after {
  clear: both;
  content: "";
  display: table;
}

.lander-page .lander-header {
  /* background-image: url("/gehcstorefront/_ui/desktop/theme-green/images/aami/header-hero.jpg"); */
  background-color: var(--light_background_grey);
  background-size: cover;
  color: var(--white);
  width: 105%;
  margin-left: -25px;
  display: flex;
  align-items: flex-start;
  padding: 4em 80px;
  color: var(--lead_black);
}

.lander-page .lander-header1 {
  background-image: url("/gehcstorefront/_ui/desktop/theme-green/images/aami/Upgrades_BR.png");
  background-color: var(--basic_purple);
  color: var(--white);
  width: 105%;
  margin-left: -25px;
}

.lander-page .lander-header2 {
  background-image: url("/gehcstorefront/_ui/desktop/theme-green/images/aami/Upgrades_ES.png");
  background-color: var(--basic_purple);
  color: var(--white);
  width: 105%;
  margin-left: -25px;
}

.lander-page .lander-header .header-content .lander-header1 .lander-header2 {
  width: 66%;
  float: left;
}

.lander-page .lander-header .btn .lander-header1 .lander-header2 {
  margin-top: 2.25em;
}

.lander-page .scroll-to-nav {
  width: 37%;
  float: right;
  padding: 2em 1.8em;
  margin-top: -0.75em;
  background-color: var(--white);
}

.lander-page .scroll-to-nav li {
  counter-increment: step-counter;
  display: block;
  margin-bottom: 0.25em;
  position: relative;
  font-size: 21px;
}

.lander-page .scroll-to-nav li:before {
  color: var(--white);
  border-radius: 50%;
  background-color: var(--basic_purple);
  content: counter(step-counter);
  display: inline-block;
  font-size: 25px;
  margin-right: 0.3em;
  padding: 0.25em 0.5em;
  line-height: 1;
}

.lander-page .scroll-to-nav a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  color: var(--secondary_medium_grey);
  text-decoration: none;
  margin-left: 2.375em;
  font-size: 1em;
}

.lander-page .section-header {
  text-align: center;
  margin: 0 auto 50px;
  width: 75%;
}

.lander-page .section-header .headline {
  color: var(--lead_black);
  font-weight: normal;
  font-size: 48px;
  margin-bottom: 0.1875em;
}

.lander-page .section-header p {
  margin: 0 auto;
  width: 75%;
}

.lander-page .stat {
  padding: 3em 0 0 3em;
  background-repeat: no-repeat;
  color: var(--secondary_medium_grey);
}

.lander-page .stat .value {
  font-size: 60px;
  line-height: 1;
}

.lander-page .stat .label {
  font-size: 22px;
}

.lander-page .stat.inventory {
  background-image: url("/gehcstorefront/_ui/desktop/theme-green/images/aami/bar-chart.png");
}

.lander-page .stat.distribution {
  background-image: url("/gehcstorefront/_ui/desktop/theme-green/images/aami/plane.png");
}

.lander-page .stat.parts {
  background-image: url("/gehcstorefront/_ui/desktop/theme-green/images/aami/target.png");
}

.lander-page .stat.parts-shipped {
  background-image: url("/gehcstorefront/_ui/desktop/theme-green/images/aami/package.png");
}

.lander-page .stat.on-time-rate {
  background-image: url("/gehcstorefront/_ui/desktop/theme-green/images/aami/truck.png");
}

.lander-page .stat.times {
  background-image: url("/gehcstorefront/_ui/desktop/theme-green/images/aami/clock.png");
}

.lander-page .anchor-section {
  background-color: var(--basic_purple);
  background-size: cover;
  color: var(--white);
}

.lander-page .anchor-section.quality-and-compatibility {
  /* background-image: url("/gehcstorefront/_ui/desktop/theme-green/images/aami/section-1-header.jpg"); */
  padding: 4em 0px;
  counter-increment: section-header;
  padding-left: 230px;
  background-color: var(--light_background_grey);
  height: 300px;
}

.lander-page .anchor-section.quality-and-compatibility1 {
  /* background-image: url("/gehcstorefront/_ui/desktop/theme-green/images/aami/GE_Service-Shop_Banner_S2.png"); */
  background-size: 1042px 340px;
  width: 111.5%;
  margin-left: -54px;
  background-repeat: no-repeat;
}

.lander-page .anchor-section.availability {
  /* background-image: url("/gehcstorefront/_ui/desktop/theme-green/images/aami/section-2-header.jpg"); */
  padding: 4em 100px;
  background-color: var(--light_background_grey);
  counter-increment: section-header;
  padding-left: 240px;
  height: 300px;
}

.lander-page .anchor-section.experience {
  /* background-image: url("/gehcstorefront/_ui/desktop/theme-green/images/aami/section-3-header.jpg"); */
  padding: 4em 100px;
  background-color: var(--light_background_grey);
  counter-increment: section-header;
  padding-left: 240px;
  height: 300px;
}

.lander-page .anchor-section.experience1 {
  background-image: url("/gehcstorefront/_ui/desktop/theme-green/images/aami/GE_001_BannerSiteSVC_BR.png");
  background-size: 1042px 340px;
  width: 111.5%;
  margin-left: -54px;
  background-repeat: no-repeat;
}

.lander-page .section-number {
  /* background-color: var(--white);
  border-radius: 50%;
  color: var(--basic_purple);
  font-size: 74px;
  display: inline-block;
  padding: 0.25em 0.5em;
  line-height: 1;
  float: left;
  margin-right: 0.375em; */
  background-color: var(--basic_purple);
  border-radius: 56px;
  color: var(--white);
  font-size: 75px;
  content: counter(section-header);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  left: -138px;
  top: 80px;
  width: 112px;
  height: 112px;
}

.anchor-section-header {
  margin: -80px 0;
}
.lander-page .section-header-content {
  float: left;
  width: calc(100% - 137px);
  margin: -30px 0;
}

.lander-page .section-header-content .headline {
  font-size: 58px;
  font-weight: normal;
  color: var(--lead_black);
  font-weight: 500;
  line-height: 1.2em;
  margin: 0 0 0.25em;
}

.lander-page .section-header-content p {
  /* padding-right: 28%; */
}

.lander-page .section-header-content p {
  width: 100%;
  color: var(--secondary_medium_grey);
}

.lander-page .lander-section .columns-2 {
  width: 100%;
  margin-bottom: 25.66667px;
  position: relative;
}

.lander-page .lander-section .columns-2::after {
  clear: both;
  content: "";
  display: table;
}

.lander-page .lander-section .columns-2 .column {
  width: calc(50% - 50px);
  float: left;
  margin-right: 100px;
}

.lander-page .lander-section .columns-2 .column:last-of-type {
  margin-right: 0;
}

.lander-page .lander-section.has-ctas .columns-2 {
  padding-bottom: 100px;
}

.lander-page .lander-section .column-header {
  color: var(--lead_black);
  font-size: 22px !important;
  font-weight: normal;
  margin-bottom: 0.375em;
}

.lander-page .lander-section .btn {
  margin-top: 1.5em;
  width: 370px;
  position: absolute;
  bottom: 0;
}

.lander-page .blockquote {
  padding: 50px 100px;
  border-top: 1px solid var(--light_border_grey);
  border-bottom: 1px solid var(--light_border_grey);
  color: var(--lead_black);
  font-size: 48px;
  line-height: 1.1;
  text-align: center;
  margin: 0 0 66.66667px;
}

.lander-page .icon-nav {
  width: 100%;
  display: block;
}

.lander-page .icon-nav::after {
  clear: both;
  content: "";
  display: table;
}

.lander-page .icon-nav .column {
  width: calc(24% - 1.125em);
  float: left;
  margin-right: 1.5em;
}

.lander-page .icon-nav .column:last-of-type {
  margin-right: 0;
}

.lander-page .distribution-header {
  text-align: center;
  margin-bottom: 1.5em;
}

.lander-page .distribution-header h2 {
  color: var(--lead_black);
  font-size: 48px;
  font-weight: normal;
}

.lander-page .locations-map {
  padding: 0 100px 100px;
  margin: 0;
}

.lander-page .locations-map img {
  width: 100%;
}