/* combines styles css and controlstyle and app.min.css
/* Reset */
/* sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
}


details {
  display: block;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
}
input[type="number"] {
  width: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

summary {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

:root {
  background-color: #FFFFFF;
  box-sizing: border-box;
  color: #000000;
  font: 100%/1.7em sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

input,
select,
textarea {
  background-color: transparent;
}

input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.7em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}



table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #B3D4FC;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  color: #ffffff;
  text-shadow: none;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}
[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

.clear {
  clear: both;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.-no-scroll {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

section {
  width: 100%;
  display: block;
}

.grid {
  margin: 0 0 20px 0;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}

.col-2-3 {
  width: 66.66%;
}

.col-1-3 {
  width: 33.33%;
}

.col-1-2 {
  width: 50%;
}

.col-1-4 {
  width: 25%;
}

.col-3-4 {
  width: 75%;
}

.col-1-8 {
  width: 12.5%;
}

.col-1-5 {
  width: 20%;
}

.col-1-6 {
  width: 16.6666%;
}

[class*="col-"] {
  float: left;
  padding-right: 20px;
}
[class*="col-"]:last-of-type {
  padding-right: 0;
}
[class*="col-"] + div:not([class*="col-"]) {
  clear: both;
}
@media screen and (max-width: 768px) {
  [class*="col-"] {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 10px;
  }
}

.col-even-space {
  padding: 0 10px;
}

/* Opt-in outside padding */
.grid-pad {
  padding: 20px 0 20px 20px;
}
.grid-pad [class*="col-"]:last-of-type {
  padding-right: 20px;
}

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #ffffff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

.selectize-input.full {
  background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/* Global */
body {
   font-family: 'Myriad-Pro', 'sans-serif';
   font-weight: 400;
   font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Myriad-Pro', 'sans-serif'
  line-height: 120%;
}
h1.-pad-bottom, h2.-pad-bottom, h3.-pad-bottom, h4.-pad-bottom, h5.-pad-bottom, h6.-pad-bottom {
  padding-bottom: 6px;
}

.-margin-bottom {
  margin-bottom: 20px;
}

.-text-center {
  text-align: center;
}

.-uppercase {
  text-transform: uppercase;
}

.-large-copy {
  font-size: 20px;
}

.heading-one {
  font-weight: normal;
  font-size: 40px;
}
@media screen and (min-width: 768px) {
  .heading-one {
    font-size: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .heading-one {
    font-size: 60px;
  }
}

.heading-two {
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .heading-two {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .heading-two {
    font-size: 40px;
  }
}

.heading-three {
  font-size: 24px;
}

.heading-four {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1px;
}

.heading-five {
  font-size: 18px;
  font-weight: normal;
}

.heading-six {
  font-size: 16px;
  font-weight: bold;
}

.-dotted-border {
  display: inline-block;
  position: relative;
  padding-top: 20px;
}
.-dotted-border:before {
  content: '';
  background-image: url(../img/dot-brown.png);
  background-repeat: repeat-x;
  position: absolute;
  top: 0px;
  left: 0;
  width: 99%;
  height: 7px;
  background-size: 15px 6px;
}
.-dotted-border.-small:before {
  background-size: 13px 5px;
  height: 7px;
}
.-dotted-border.-white:before {
  background-image: url(../img/dot-white.png);
  background-repeat: repeat-x;
  background-size: 15px 6px;
  height: 7px;
}

small {
  display: inline-block;
  transform: translateY(-0.25em) translateX(1px);
  line-height: 0em;
  font-size: 65%;
}

h1 {
  font-weight: 700;
  font-size: 32px;
  color: #11863e;
  margin-bottom: 0.5em;
}
h2 {
    font-weight: 600;
    font-size: 24px;
    color: #11863e;
    margin-bottom: 0.5em;
    line-height: 1.5;
    text-align: center;
}



.header {
  background: #11863e;
  height: 125px;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .header {
    height: auto;
  }
}
.header #logo {
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .header #logo {
    margin: 0 auto;
    display: block;
  }
}
.header p {
  font-size: 24px;
  color: #dbeab2;
  float: right;
  max-width: 365px;
  text-align: right;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .header p {
    float: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}

.container {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

/* Helpers */
.-horizontal {
  list-style: none;
}
.-horizontal li {
  display: inline-block;
}

.-background-cover {
  background-size: cover;
}

.-align-bottom {
  background-position: center bottom;
}

.-align-center {
  background-position: center center;
}

.-align-top {
  background-position: top center;
}

.-align-20p {
  background-position: center 25%;
}

@media screen and (min-width: 768px) {
  .-mobile-only {
    display: none;
  }
}

.-medium-and-larger {
  display: none;
}
@media screen and (min-width: 768px) {
  .-medium-and-larger {
    display: inline-block;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.-hide-mobile {
  display: none;
}
@media screen and (min-width: 768px) {
  .-hide-mobile {
    display: block;
  }
}

.text-center {
  text-align: center;
  margin-bottom: 50px;
}

.pad-right-0 {
  padding-right: 0;
}

/* Components */
#home-footer {
  border-top: 5px solid #11863e;
  clear: both;
}
@media screen and (max-width: 768px) {
  #home-footer {
    max-width: 95%;
    margin: 0 auto;
  }
}
#home-footer img {
  max-width: 200px;
  float: right;
  margin: 20px 100px 20px 0;
}
#home-footer hr {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 20px;
}


.button.orange {
  background: rgba(91, 175, 123, 0.5) !important;
  color: #262d2d;
}
.button.blue, .pump-row.active .button {
  background-color:#5baf7b;
  color: #262d2d;
    font:Myriad-Pro;
    font-weight: Bold; 
}

input {
  border: 1px solid #999;
  border-radius: 0;
  padding: 7.5px;
  font-size: 14px;
}
input[type="text"], input[type="email"], input[type="file"] {
  width: 100%;
}
input[type="file"] {
  padding: 30px;
}
input[type="file"] {
  color: #616060;
  position: absolute;
  left: 32px;
  bottom: 5px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  input[type="file"] + span {
    position: relative;
    left: 0;
  }
}
input[type="radio"], input[type="checkbox"] {
  margin: 20px 0;
}

label {
  clear: both;
  display: block;
  margin-bottom: 10px;
}
.inline-input label {
  display: inline-block;
  margin: 0 15px 0 5px;
}

.selectize-input {
  border: 1px solid #999;
  border-radius: 0;
  box-shadow: none !important;
}

section > div {
  margin-bottom: 1em;
  position: relative;
}

.obgyn-more {
  display: none;
}

input[type="checkbox"]:checked ~ .obgyn-more {
  display: block;
}

.form-section {
  max-width: 95%;
  margin: 0 auto;
}

.calendar-icon {
  padding-right: 45px;
}
.calendar-icon:before {
  content: "";
  display: inline-block;
  height: 25px;
  width: 25px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: url(../img/calendar.svg) no-repeat center right/contain;
}

.break {
  margin-right: 50%;
}

/* Elements */
#baby-hero {
  background-image: url(https://image.email.edgepark.com/lib/fe6915707165057f711d/m/7/173cca89-19f9-41cd-82b4-17fdc1fed725.jpg);
  height: 660px;
  padding-top: 36px;
  padding-left: 44px;
}
@media screen and (max-width: 768px) {
  #baby-hero {
    background-size: cover;
    height: auto;
    padding-bottom: 50px;
  }
}

.coverage-form {
  max-width: 375px;
  width: 90%;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  .coverage-form {
    width: 90%;
  }
}
.coverage-form h2 {
  display: block;
  color: #fff;
  background: rgba(142, 199, 235, 0.6);
  text-shadow: 0.5px 0.9px 0px rgba(0, 0, 0, 0.35);
  font-size: 26px;
  font-weight: bold;
  padding: 10px 20px;
  text-align: center;
}
.coverage-form span {
  display: block;
}
.coverage-form span,
.coverage-form label {
  font-size: 16px;
  color: #666;
  display: inline-block;
}
.coverage-form form {
  padding: 20px;
}
.coverage-form fieldset label {
  display: inline-block;
  line-height: 36px;
  vertical-align: top;
}
.coverage-form .selectize-control {
  display: inline-block;
  width: 87%;
}
.coverage-form input[type="checkbox"] {
  float: left;
  margin: 10px 5px;
}
.coverage-form .company .selectize-control {
  width: 100%;
}

#logo-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
  #logo-grid {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 2% 0 0;
  }
}
#logo-grid .brand {
/*  -ms-flex-preferred-size: calc(24% - 20px);
      -ms-flex-basis: calc(24% - 20px);*/
      flex-basis: auto;
  border: 10px solid #ccc;
  margin-bottom: 1em;
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24%;
}
@media screen and (max-width: 768px) {
  #logo-grid .brand {
/*    -ms-flex-preferred-size: calc(48% - 20px);
        -ms-flex-basis: calc(48% - 20px);*/
        flex-basis: auto;
    width: 48%;
  }
}

#info {
  padding: 20px;
}
#info h3 {
  color: #11863e;
  font-weight: bold;
  margin: 1em 0;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #info h3 {
    font-size: 18px;
  }
}
#info h3:first-of-type {
  display: inline;
  margin: 0;
}
#info h3:first-of-type + p {
  display: inline;
  color: #11863e;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #info h3:first-of-type + p {
    font-size: 18px;
  }
}
#info ul {
  margin-left: 2em;
  font-size: 16px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #info ul {
    font-size: 18px;
  }
}
#info .col-1-3 p {
  font-size: 14px;
  line-height: 1.2em;
  margin-top: 1em;
}

#process {
  background: #96c46c;
  color: white;
  padding: 30px 26px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 22px;
  font-family: SemplicitaPro, sans-serif;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  #process {
    font-size: 18px;
  }
}
#process p {
  margin-bottom: 1em;
}
#process .faq {
  counter-reset: bullet-counter;
}
#process .faq dt {
  line-height: 75px;
  padding-left: 75px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #process .faq dt {
    line-height: 1.2em;
    padding-left: 0;
    margin-bottom: 1em;
    text-align: center;
  }
}
#process .faq dt:before {
  content: counter(bullet-counter);
  counter-increment: bullet-counter;
  display: block;
  height: 55px;
  width: 55px;
  border-radius: 100%;
  color: #96c46c;
  background: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 55px;
  position: absolute;
  left: 0;
  top: 10px;
}
@media screen and (max-width: 768px) {
  #process .faq dt:before {
    position: relative;
    margin: 0 auto 1em;
  }
}

#form-header {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 1em 0;
  padding: 1em 2em;
}
#form-header p {
  color: #11863e;
  font-weight: 600;
}

.step-header {
  background-color: #96c46c;
  color: #fff;
  font-size: 24px;
  padding: 0.6em;
  margin: 1em 0;
  clear: both;
}
.step-header h2 {
  font-weight: 600;
  display: inline;
  color: #fff;
}
.step-header p {
  display: inline;
}
.step-header span {
  font-size: .5em;
  font-style: italic;
  float: right;
}


@media screen and (max-width: 768px) {
  .pump-row {
    -ms-flex-flow: column;
        flex-flow: column;
  }
}
.pump-row .imgwrap {
  margin: 0 auto;
}
.pump-row .info {
  padding: 10px;
}
.pump-row .info p {
  line-height: 1.1;
  font-size: 14px;
}
.pump-row .info .description {
  font-size: 12px;
  background-color: #fafaf9;
  border: 1px solid #d8d8d7;
  padding: 5px 5px;
  margin-right: 15px;
  width: 405px;
  line-height: 1.2em;
  height: 130px;
  overflow: scroll;
}
.pump-row .info .wrap {
  display: -ms-flexbox;
  display: flex;
}
.pump-row .button {
  min-width: 140px;
  text-align: center;
  position: relative;
  background:rgba(91, 175, 123, 0.5);
  border:0;
  border-radius:7px;
  color:#262d2d;
  cursor:pointer;
  display:inline-block;
  font-size:18px;
  font-weight:700;
  line-height:1.45em;
  outline:0;
  padding:22px 50px 23px 50px;
  text-align:center;
  text-decoration:none;
   white-space:normal;
   width:auto
}
@media screen and (max-width: 768px) {
  .pump-row .button {
    margin: 0;
  }
}
.pump-row .button:before {
  display: block;
  content: "";
  background: url(https://image.email.edgepark.com/lib/fe6915707165057f711d/m/7/de61fa0d-10b0-4409-9511-c5f803a43ffa.png) no-repeat center center/contain;
  width: 30px;
  height: 42px;
  position: absolute;
  top: 0;
  left: -50px;
  opacity: 0;
  transition: 0.3s;
}
.pump-row .select {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.pump-row h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1em;
}
.pump-row.active {
  border-color: #5baf7b;
}
.pump-row.active .button:before {
  opacity: 1;
}

#customer-info {
  background-color: #fafaf9;
  border: 1px solid #d8d8d7;
  padding: 1em;
  font-size: 14px;
  color: #333;
  position: relative;
}
#customer-info input[type="text"],
#customer-info input[type="email"] {
  background: white;
  border: 1px solid #333;
  padding: 4px;
  margin: 0 0 1em 0.5em;
}
#customer-info input[type="email"] {
  min-width: 255px;
}
#customer-info .date,
#customer-info .email {
  max-width: 400px;
}
#customer-info .optins {
  background-color: #ececeb;
  border: 1px solid #d8d8d7;
  max-width: 580px;
  font-size: 14px;
  line-height: 1.1em;
  padding: 1em;
}
#customer-info .optins label {
  margin-bottom: 1em;
}
#customer-info .optins input[type="checkbox"] {
  float: left;
  margin: 3px 8px 8px;
}
#customer-info .center-text {
  position: absolute;
  top: 50%;
  left: 75%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #customer-info .center-text {
    position: relative;
    transform: none;
    left: auto;
    text-align: center;
  }
}
#customer-info .center-text span {
  display: block;
  color: #fc9535;
  font-weight: 600;
  font-size: 20px;
}
#customer-info .center-text .button {
  padding: 1em 5em;
}
#customer-info .center-text .confirm {
  padding: 0.6em 2.1em;
}

#special-offer {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  padding: 2em;
}
#special-offer h3 {
  color: #fc9535;
  font-weight: 600;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}
#special-offer .fieldwrap {
  padding-right: 5%;
  font-size: 12px;
  line-height: 1.5em;
  margin-top: 1em;
}
#special-offer input[type="checkbox"] {
  float: left;
  margin: 8px;
  margin-bottom: 100px;
}
#special-offer img {
  -ms-flex: 0 0 40%;
      flex: 0 0 40%;
}

.internal-page-container ul {
  list-style-type: none;
}
.internal-page-container .green-header {
  color: #11863e;
  font-weight: 600;
}
.internal-page-container .blk-font {
  color: #000 !important;
  font-size: 14px;
  font-weight: normal !important;
  padding: 0;
  margin-top: 10px;
}
.internal-page-container .small-p {
  font-size: inherit;
  padding: 16px 24px;
  line-height: 1.5;
}
.internal-page-container .padding-sides {
  padding: 0 22px;
  line-height: 1.5;
  font-size: 20px;
}
.internal-page-container .last-p {
  margin-bottom: 40px;
}
.internal-page-container h3 {
  font-weight: 600;
}
.internal-page-container a {
  color: #11863e;
  text-decoration: underline;
}
.internal-page-container .bold-font {
  font-weight: 600;
}
.internal-page-container .how-header {
  margin-top: 10px;
}
.internal-page-container .how-directions li {
  font-size: 15px;
  padding: 5px 0;
}
.internal-page-container .disclaimer {
  font-size: 11px;
}
.internal-page-container .btn-disclaimer {
  margin-top: 20px;
  font-size: 11px;
}
.internal-page-container .insurance-info {
  font-size: 14px;
  margin: 20px 0;
}

footer p {
  font-size: 11px;
}

.unsub-page-container label {
  font-size: 14px;
}
.unsub-page-container .unsub-dropdown label {
  font-weight: 600;
}

.insurance-update label {
  font-size: 16px;
}
.insurance-update .step-header {
  margin: 1em auto;
  overflow: auto;
}

.order-page a {
  text-decoration: underline;
  color: #11863e;
}
.order-page .order-info {
  margin: 20px auto;
  list-style-type: none;
}
.order-page .order-info li {
  font-size: 12px;
}
.order-page .order-info li span {
  font-weight: 700;
}
@media (max-width: 480px) {
  .order-page .order-info {
    padding: 0 30px;
  }
}
.order-page .order-summary-block {
  display: block;
  overflow: auto;
}
.order-page .elig-date-box {
  background-color: #fafaf9;
  border: 1px solid #d8d8d7;
}
.order-page .elig-date-box .elig-date {
  color: #262d2d !important;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}
.order-page .elig-date-box p:first-child {
  padding: 20px;
}
.order-page .clear-float {
  clear: both;
}
.order-page .bp-selection {
  border-top: 1px solid #ccc;
  display: block;
  margin: 20px 0;
  padding: 10px 0;
}
@media (max-width: 480px) {
  .order-page .bp-selection {
    font-size: 13px;
  }
}
.order-page .button {
  color: #666;
  text-decoration: none;
}

.thank-you ul {
  list-style-type: none;
}
.thank-you .blue-steps-block .inline-display {
  display: inline-block;
  text-align: left;
  width: 90%;
}
.thank-you .blue-steps-block li {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}
.thank-you .blue-steps-block li:first-child {
  color: #11863e;
  font-weight: 600;
}
.thank-you .blue-steps-block .fa {
  color: #262d2d;
  font-weight: bold;
}
@media (max-width: 768px) {
  .thank-you .blue-steps-block {
    margin: 0 auto;
    width: 90%;
  }
}
.thank-you .shoulder-bag-kit {
  clear: both;
  margin-top: 20px;
}
.thank-you .shoulder-bag-kit h2 {
  font-weight: 600;
}
.thank-you .shoulder-bag-kit .bullet-list {
  list-style-type: disc;
  padding: 10px 40px;
}
.thank-you .shoulder-bag-kit .floated-text-img {
  float: left;
  font-size: 14px;
  line-height: normal;
}
.thank-you .shoulder-bag-kit img {
  float: left;
}
.thank-you .shoulder-bag-kit .abn {
  clear: both;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  padding: 40px 0 20px;
}
.thank-you .shoulder-bag-kit .button {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .thank-you .shoulder-bag-kit {
    margin: 0 auto;
    width: 90%;
  }
}

.header {
  height: auto;
  overflow: auto;
}

.header p {
  font-size: 20px;
  padding: 0;
}

.header-social {
  list-style-type: none;
  float: right;
  text-align: right;
  width: 100%;
}
@media (max-width: 768px) {
  .header-social {
    display: block;
    padding: 20px 0 0;
    text-align: center;
  }
}
.header-social li {
  display: inline-block;
}
.header-social .fa {
  color: #fff;
  font-size: 2em;
  padding-left: 10px;
}

.ineligible-form {
  display: none;
}
.ineligible-form .button {
  font-size: 24px;
  font-weight: 600;
  margin-top: 4em;
}

.ineligible-copy {
  color: #f26724;
  font-size: 24px;
}

.blk {
  color: #000 !important;
  font-weight: normal !important;
}

.customer-info-disclaimer {
  font-size: 11px;
  line-height: 1.5;
  width: 95%;
  margin: 10px auto 10px;
}
.customer-info-disclaimer a {
  color: #11863e;
  text-decoration: underline;
}

input[type="submit"] {
  border: none;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 12px;
}

input[type="submit"].blue-btn {
  font-size: inherit;
}


button.blue-btn {
  font-size: inherit;
}

sup.reg {
  font-size: 9px;
}

@media (max-width: 768px) {
  input,
  .selectize-input,
  .selectize-input input {
    font-size: 16px;
  }

  .selectize-input input {
    width: 100% !important;
  }

  .step-header {
    padding: 1.5em;
  }

  #order-edit-form .selectize-input,
  #order-edit-form input[type="text"],
  #order-edit-form input[type="email"] {
    font-size: 16px !important;
    width: 100% !important;
  }
}


/**
  * control-style.css
  *
  * Company:Pierry Software
  * Author:jpolivchak
  * Date:6/20/2016
  * Summary:Various style overrides for dynamic ui form controls.
**/


/*
  Misc. control classes
*/

#submit {
  cursor:pointer;
}

.button.orange.submit {
  cursor:pointer;
}

.green-header strong {
  font-weight:bold;
  color:#11360e;
}

/* Tooltip control */
#insuranceNotListed:hover + .ins-tooltip {
  display: block;
}

.ins-tooltip {
  display:none;
  position:absolute;
  margin-left:25px;
  padding:10px;
  z-index:9999;
  max-width:350px;
  font-size:12px;
  background:#FEFEFE;
  color:#666666;
  box-shadow:0 0 5px #aaa;
  border:1px solid #aaaaaa;
}

.static {
  line-height: normal;
  margin-top: 5px;
  position: static;
}

.page-alert {
  color: #EE0000;
  font-weight: 600;
}

/*
  Hidden control default styles:
*/

.response-msg {
  text-align:center;
  font-weight:600;
  font-size:18px;
  color:#11863e;
  margin:0.5em;
}

.progress-indicator {
  display:none;
  color:#666;
}

.submit-processing {
  display:none;
  margin:5%;
  font-weight:bold;
  color:#666;
}

.validation-msg {
  display:none;
  margin:2%;
  font-weight:bold;
  color:#FF0000;
}

.invalid {
  border:1px solid red;
}

.disclaimer-msg {
  display:none;
  margin:5%;
}

.dialog-common {
  display:none;
  font-size:12px;
}

.dialog-exit {
  text-align:center;
  font-size:18px;
  color:#222299;
  text-decoration:underline;
  margin:2%;
}

.hidden-ins-fields {
  display:none;
}

.input-readonly {
  opacity:0.60;
  border:1px solid #DDD;
}

.default-hidden {
  display:none;
}


/*
  Page-specific styles:
*/

/* eligibility-form */

#logo-grid .brand {
  cursor:pointer;
}

.pump-row-elig {
  border:10px solid #ccc;
  padding:1.3em;
  margin-top:1em;
  display:-ms-flexbox;
  display:flex;
  color:#333;
  -ms-flex-flow:row wrap;
  flex-flow:row wrap;
}

@media screen and (max-width:768px) {
  .pump-row {
    -ms-flex-flow:column;
    flex-flow:column;
  }

  input[type="submit"].button.orange {
    font-size:20px;
  }
}

@media screen and (max-width:480px) {
  input[type="submit"].button.orange {
    font-size:16px;
  }
}

.pump-row-elig .imgwrap {
  margin:auto auto;
}

.pump-row-elig .imgcap {
  min-width:125px;
  max-width:150px;
}

.pump-row-elig .info {
  padding:10px;
}

.pump-row-elig .info .description {
  font-size:12px;
  background-color:#fafaf9;
  border:1px solid #d8d8d7;
  padding:10px 10px 5px 20px;
  margin-left:1em;
  max-width:500px;
  line-height:1.2em;
  height:130px;
  overflow-x:hidden;
  overflow-y:hidden;
}

.pump-row-elig .info .description:hover {
  overflow-y:scroll;
}

.pump-row-elig .info .wrap {
  display:-ms-flexbox;
  display:flex;
}

.pump-row-elig h3 {
  font-size:18px;
  font-weight:600;
  margin-bottom:1em;
  color:#11863e;
  max-width:500px;
}

.pump-row-elig .extraBold {
  font-weight:bold;
  font-size:16px;
  color:#000000;
}

.pump-row-elig .pump-info {
  min-width:125px;
  max-width:150px;
  line-height:1.1;
  font-size:14px;
}

.pump-row-elig .pump-block-copy {
  float:right;
  padding:2.5% 10% 0 0;
  color:#fc9535;
  font-weight:bold;
}

/* pump-select-form */

.pump-row {
  cursor:pointer;
}

.pump-row .imgwrap {
  margin:auto auto;
}

.pump-row .imgcap {
  min-width:125px;
  max-width:150px;
}

.pump-row .button {
  min-width:130px;
  margin:0 1em 0 3em;
  cursor:pointer;
}

.pump-row h3 {
  font-size:18px;
  font-weight:600;
  margin-bottom:1em;
  max-width:500px;
}

.pump-row .info .description {
  overflow-x:hidden;
  overflow-y:scroll;
  padding:10px 10px 5px 20px;
}

.pump-row .info .description:hover {
  overflow-y:scroll;
}

.pump-row .info p {
  font-size:12px;
}

.pump-row .pump-info {
  min-width:100px;
  max-width:125px;
  line-height:1.1;
  font-size:14px;
}

/* order-form */

.ins-col {
  min-height:90px;
}

.ins-col-inline {
  padding-top:2.5%;
}

.obgyn-more {
  display:block;
  margin:0.5% 0;
}

/* unsub-form */

#unsub-form-section {
  border-top:1px solid #ccc;
  margin:1em 0;
  padding:1em 2em;
}

#unsub-reason-section {
  min-height:275px;
  overflow:auto;
}

@media screen and (max-width:768px) {
  #unsub-reason-section {
    min-height:300px;
  }
}

#unsub-form-section input[type="text"] {
  background:#ffffff;
  color:#000000;
}

/* ins-update-form */

#ins-update-form-section input[type="text"] {
  background:#ffffff;
  color:#000000;
}

#ins-update-form-section .progress-indicator {
  font-size:14px;
  margin-bottom:0.5%;
}

#insurance-info-confirm {
  min-height:450px;
  overflow:auto;
}

@media screen and (max-width:768px) {
  #insurance-info-confirm {
    min-height:600px;
  }
}

/* order status/edit form */

#order-edit-form .order-info {
  width:40%;
}

#order-edit-form .elig-date-box {
  width:60%;
}

@media screen and (max-width: 768px) {
  #order-edit-form .order-info {
    width:100%;
  }

  #order-edit-form .elig-date-box {
    width:100%;
  }
}

#order-edit-form .order-info li {
  margin:1.5%;
}

#order-edit-form .selectize-input,#order-edit-form input[type="text"],#order-edit-form input[type="email"] {
  width:60%;
  font-size:12px;
}

#order-edit-form input[type="text"],#order-edit-form input[type="email"] {
  display:inline;
}

#order-edit-form .selectize-control {
  display:inline;
}

#order-edit-form .selectize-dropdown-content {
  max-height:125px;
}

#order-edit-form .selectize-input {
  vertical-align:middle;
}

#order-edit-form label {
  display:inline-block;
  font-weight:700;
}

#order-edit-form .squeeze-label {
  min-width:35%;
  max-width:35%;
  line-height:normal;
}

#order-edit-form .submit {
  color:white;
  background-color:#fc9535;
  font-size:24px;
  font-weight:600;
}

#order-edit-form .pump-row {
  display:none;
}

/*
  3rd party style overrides:
*/

/* jQuery Form Validator */

.field-error {
  display:none;
  color:maroon !important;
  margin-left:0.5%;
}

.help-block { display:none !important; }
.has-error { display:block !important; }

/* jQueryUI custom:*/

input.hasDatepicker {
  cursor:pointer;
}

.ui-autocomplete {
  height:250px;
  overflow-x:hidden;
  overflow-y:scroll;
}

.ui-tooltip {
  max-width:600px;
  font-size:14px;
}

.ui-datepicker .ui-state-default {
  background:#96c46c;
}

.ui-datepicker .ui-state-active {
  border:2px solid #111111
}

.ui-datepicker .ui-state-hover {
  background:#ffffff;
}

.ui-datepicker .ui-datepicker-header {
  background:#ffffff;
}

.ui-dialog .ui-widget-header {
  background:#ffffff;
  border:0px;
}

.ui-dialog .ui-dialog-content {
  padding:2%;
}

.ui-dialog .ui-dialog-titlebar-close {
  width:40px;
  margin:-15px 0 0 0;
  background:#ffffff !important;
}

.ui-autocomplete .ui-state-focus {
  border:0px;
  background:#eeeeee;
}

.ui-widget-overlay {
  background:#000000;
  opacity:0.25;
  filter:alpha(opacity = 25);
  position:fixed;
}

/* Date: March 24, 2018 - Creator: Jackson Chen */
@media (min-width:801px) {
    .desktop-only {
        display:block !important;
    }
  .mobile-only {
        display:none !important;
    }
}
@media screen and (max-width: 800px) {
    .mobile-only {
        display:block !important;
    }  
  .desktop-only {
        display:none !important;
    }
}
@-webkit-keyframes fade-in{
    from{
        opacity:0
    }
    to{
        opacity:1
    }
}
@keyframes fade-in{
    from{
        opacity:0
    }
    to{
        opacity:1
    }
}
sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub { 
  top: 0.4em; 
}
*,::after,::before{
    box-sizing:border-box
}
body,html{
    height:100%
}
body{
    background-color:#fff;
    color:#444;
    font-family: 'Myriad-Pro', 'sans-serif';
    font-size:16px;
    line-height:1.45em;
    margin:0;
    padding:0
}
@media screen and (min-width:1200px){
    body{
        min-width:1140px;
    }
}
body.body-popup{
    overflow:hidden
}
h1,li,ul{
    margin:0;
    padding:0
}
.div-table {
  display: table;         
  width: auto;                 
  border: 0px;  
  align-content:center;
  text-align: center;      
}
.div-table-row {
  display: table-row;
  width: auto;
  clear: both;
}
.div-table-col {
  float: left; /* fix for  buggy browsers */
  display: table-column;                 
}
.c-about,.c-abouthelp,.c-banner__inner,.c-faqs__inner,.c-footer__inner,.c-header__inner,.c-process,.c-products,.c-selection__inner{
    margin:0 auto;
    width:100%
}
.c-header{
    height:78px
}
.c-header__inner{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    overflow:hidden
}
.c-header__logo{
    margin:23px 0 0 31px
}
.c-header__shipping {
    color:#777777;
    font-weight:700;
    margin:29px 11px 0 0
}
.c-footer__shipping {
    color:#777777;
    font-weight:700;
    margin:50px 0 0 0;
  align-content:center;
  text-align: center;
}
.c-header__shipping a:link {
    color:#777777;
    font-weight:700;
    margin:29px 11px 0 0
}
.c-header__shipping a:visited {
    color:#777777;
    font-weight:700;
    margin:29px 11px 0 0
}
.c-header__help {
    color:#777777;
    font-weight:700;
    margin:29px 11px 0 0
}
.c-header__help a:link {
    color:#777777;
    font-weight:700;
    margin:29px 11px 0 0
}
.c-header__help a:visited {
    color:#777777;
    font-weight:700;
    margin:29px 11px 0 0
}
.c-header__shipping-img{
    margin-left:5px;
    vertical-align:middle
}
.c-footer{
    background:#e6e6e6;
    border-top:solid 1px #dbdbdb
}
.c-footer__inner{
    padding:15px 10px 60px
}
.c-footer__p{
    font-size:14px;
    line-height:27px
}
.c-footer__p a:link{
    color:#444;
  text-decoration:underline
}
.c-footer__p a:visited{
    color:#444;
  text-decoration:underline
}
.c-btn{
    background: rgba(91, 175, 123, 0.5) !important;
    border:0;
    border-radius:7px;
    color:#fff;
    cursor:pointer;
    display:inline-block;
    font-size:18px;
    font-weight:700;
    line-height:1.45em;
    margin:0 auto;
    outline:0;
    overflow:hidden;
    padding:22px 50px 23px;
    position:relative;
    text-align:center;
    text-decoration:none;
    white-space:normal;
    width:auto
}
.c-btn::after{
    background: transparent;
    content:'';
    height:100%;
    left:-10%;
    margin:0 auto;
    position:absolute;
    right:-10%;
    top:0;
    -webkit-transform:skew(25deg);
    -ms-transform:skew(25deg);
    transform:skew(25deg);
    -webkit-transition:width .2s ease-in-out;
    transition:width .2s ease-in-out;
    width:0
}
.c-btn__text{
    position:relative;
    z-index:1
}
.c-btn--products{
    padding:18px 69px
}
.c-btn--add{
    display:block;
    padding:18px 69px;
    width:100%
}
.c-btn--order{
    display:block;
    padding:23px 69px 22px;
    width:100%
}
.c-title{
    color:#fff;
    font-size:40px;
    font-weight:300;
    line-height:51px;
    margin:25px 0 0;
    overflow:hidden;
    padding:0 175px;
    position:relative;
    text-align:center
}
.c-help{
    color:#fff;
    font-size:40px;
    font-weight:300;
    line-height:51px;
    margin:5px 0 0;
    overflow:hidden;
    padding:0 175px;
    position:relative;
    text-align:center
}
.c-title__text{
    display:inline-block;
    padding:0 20px;
    position:relative;
    vertical-align:baseline;
    zoom:1
}
.c-title__text::after,.c-title__text::before{
    border-top:1px solid #ffffff;
    content:'';
    display:block;
    position:absolute;
    top:.73em;
    width:1000px
}
.c-title__text::before{
    right:100%
}
.c-title__text::after{
    left:100%
}
.c-title--sml{
    font-size:24px;
    font-weight:400;
    text-transform:uppercase
}
.c-banner{
    background:#f7f7f7 url(https://image.email.edgepark.com/lib/fe6915707165057f711d/m/6/d2349a61-c217-4034-b63a-510222be2884.png) no-repeat left;
    background-size:cover
   /* border-bottom:solid 23px #86bc5b */
}
.c-banner__inner{
    height:560px;
    position:relative
}
.c-banner__arrow-down{
    bottom:32px;
    left:50%;
    margin-left:-8px;
    position:absolute
}
.c-banner__form{
    float:right;
    margin:75px 10px 0 0;
    width:460px
}
.c-banner__form-title{
    font-size:33px;
    font-weight:300;
    line-height:42px;
    color:#fff;
}
.c-banner__form-search,.c-banner__form-select{
    background:#fff;
    border:solid 2px #dbdbdb;
    border-radius:7px;
    padding:6px 25px 2px;
    font-size:18px;
    color:#444;
    line-height:1.45em;
    width:100%;
    margin-top:10px
}
.c-banner__form-select{
    background:url(https://image.email.edgepark.com/lib/fe6915707165057f711d/m/7/ec70e913-1b15-4345-957d-beac22842930.png) no-repeat #fff 411px center;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}
.c-banner__form-select,.c-banner__input{
    background:#fff;
    border:solid 2px #dbdbdb;
    border-radius:7px;
    color:#444;
    font-size:18px;
    line-height:1.45em;
    margin-top:19px;
    padding:8px 25px 6px;
    width:100%
}
.c-banner__form-select--select,.c-banner__input--select{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background:url(https://image.email.edgepark.com/lib/fe6915707165057f711d/m/7/ec70e913-1b15-4345-957d-beac22842930.png) no-repeat #fff 411px center
}
.c-banner__form-select--search,.c-banner__input--search{
    background:url(https://image.email.edgepark.com/lib/fe6915707165057f711d/m/7/f8f65881-e81f-46e0-aac8-0677a27818e4.png) no-repeat #fff 26px center;
    padding-left:60px
}
.c-banner__form-select--search::-webkit-input-placeholder,.c-banner__input--search::-webkit-input-placeholder{
    color:rgba(68,68,68,.5)
}
.c-banner__form-select--search:-ms-input-placeholder,.c-banner__input--search:-ms-input-placeholder{
    color:rgba(68,68,68,.5)
}
.c-banner__form-select--search::placeholder,.c-banner__input--search::placeholder{
    color:rgba(68,68,68,.5)
}
.c-banner__form-select--date,.c-banner__input--date{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background:url(https://image.email.edgepark.com/lib/fe6915707165057f711d/m/7/f8f65881-e81f-46e0-aac8-0677a27818e4.png) no-repeat #fff 411px center
}
.c-banner__form-search{
    /* background:url(https://image.email.edgepark.com/lib/fe6915707165057f711d/m/7/f8f65881-e81f-46e0-aac8-0677a27818e4.png) no-repeat #fff 26px center;
    padding-left:60px
    */
}
.c-banner-text{color:#fff; padding-top: 10px;padding-bottom: 10px;font-size: }
.c-banner__form-search::-webkit-input-placeholder{
    color:rgba(68,68,68,.5)
}
.c-banner__form-search:-ms-input-placeholder{
    color:rgba(68,68,68,.5)
}
.c-banner__form-search::placeholder{
    color:rgba(68,68,68,.5)
}
.c-banner__form-btn{
    margin-top:22px;
    width:100%
}
.c-process{
    padding:30px 0
}
.c-process__about{
    color:#777777;
    font-size:24px;
    font-weight:300;
    line-height:33px;
    margin:16px 0 0;
    padding:0 120px;
    text-align:center
}
.c-process__about a:link{
    color:#777777;
    font-size:24px;
    font-weight:300;
    line-height:33px;
}
.c-process__about a:visited{
    color:#777777;
    font-size:24px;
    font-weight:300;
    line-height:33px;

}
.c-process__steps{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-flow:row wrap;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    list-style:none;
    margin:41px 0 0;
    padding:0
}
.c-process__li{
    margin:10px;
    padding:0;
    width:357px
}
.c-step{
    background:#f9a887;
    opacity: 50%
    color:#fff;
    min-height:434px;
    padding:53px 35px 40px;
    position:relative;
    text-align:center
}
.c-step::after{
    border: none;
    bottom:19px;
    content:'';
    left:16px;
    position:absolute;
    right:16px;
    top:19px
}
.c-step2{
    background: rgba(249, 168, 135, 0.5);
    color:#fff;
    min-height:434px;
    padding:53px 35px 40px;
    position:relative;
    text-align:center
}
.c-step2::before{
    border:solid 1px #fff;
    bottom:19px;
  content:'';
    left:16px;
    position:absolute;
    right:16px;
    top:19px
}
.c-step__title{
    font-size:30px;
    font-weight:700;
    line-height:34px;
    margin:19px 0 7px
}
.c-step__text{
    font-size:24px;
    font-weight:300;
    line-height:34px
}
.c-step--lgreen{
    background:#96d7de;
}
.c-step--green2{
    background:#5baf7b;
    
}
.c-step--green{
    background: rgba(150, 215, 222, 0.5);
    
}
.c-products{
    color:inherit;
    padding:10px 0 83px
}
.c-products__brands{
    list-style:none;
    margin:24px 0 76px;
    padding:0;
    text-align:center
}
.c-products__brands-li{
    display:inline-block;
    font-size:0;
    margin:0;
    padding:0
}
#pumps .c-product-card__li{
    color: #000;
}
#pumps .slick-dots {
  margin-bottom: 25px;
  text-align: center;
}
#pumps .slick-dots li button {
  border: none;
  background-color: rgba(249, 168, 135, 0.5);
}
#pumps .slick-dots li {
  color: transparent;
  border: none;
}
#pumps .slick-dots li.slick-active button {
  background-color: rgba(91, 175, 123, 0.5) !important
}
.c-products__brands-img{
    vertical-align:middle
}
.c-products__btn{
    text-align:center
}
.c-product-card{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-flow:column nowrap;
    -ms-flex-flow:column nowrap;
    flex-flow:column nowrap;
    padding:26px 30px;
    position:relative;
    text-align:left;
    width:380px
}
.c-product-card__img{
    display:block;
    margin:0 auto
}
.c-product-card__title{
    color:#262d2d;
    display:inline-block;
    font-size:20px;
    font-weight:700;
    line-height:31px;
    margin:30px 0 0;
    padding-right:30px;
    text-decoration:none
}
.c-product-card__text{
    font-size:16px;
    line-height:25px;
    margin:13px 0 0;
    font: Myriad-Pro; 
    color:#262d2d;
}
.c-product-card__list{
    list-style-position:inside;
    margin:0px 0 0;
    padding:0
}
@media screen and (max-width: 800px) {
  .c-product-card__list{
  visibility: hidden;
  margin:0px 0 0;
  display: none;
  }
}
.c-product-card__li{
    font-size:16px;
    line-height:38px;
    margin:0;
    padding:0 0 0 16px
}
@media screen and (max-width: 800px) {
  .c-product-card__li{
  visibility: hidden;
  padding:0 0 0 0;
  display: none;
  }
}
.c-product-card__li:nth-child(2n-1){
    background:#e6e6e6;
}
.c-product-card__info-flex{
    -webkit-box-flex:1;
    -webkit-flex:auto;
    -ms-flex:auto;
    flex:auto
}
.c-product-card__info{
    color:#e57525;
    display:inline-block;
    font-size:16px;
    font-weight:700;
    line-height:25px;
    margin:38px 0 34px 3px;
    text-decoration:none
}
.c-product-card__info-svg{
    fill:#a7a9ac;
    margin-right:5px;
    vertical-align:-18%
}
.c-product-card__all{
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    background:#f2e8e5;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-flex:1;
    -webkit-flex:auto;
    -ms-flex:auto;
    flex:auto;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    text-align:center;
    width:100%;
  height:600px;
  vertical-align:bottom;
  background-color:#f2e8e5
}
.c-product-card__all-pic{
    margin:0 auto
}
.c-product-card__all-a{
    color:#e57525;
    display:inline-block;
    font-size:16px;
    font-weight:700;
    line-height:27px;
    margin:20px 0 40px;
    text-decoration:none
}
.c-product-card .c-product-card__all-arrow{
    display:inline;
    margin-left:10px;
    vertical-align:middle
}
.c-product-card--last{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    height:100%
}
.c-product-card--favorite::before{
    /* background:url(https://image.email.edgepark.com/lib/fe6915707165057f711d/m/7/4596e9e4-b15f-49e6-bf1e-6cf951dcbc70.png); */
    content:'';
    height:80px;
    position:absolute;
    right:22px;
    top:-1px;
    width:64px
}
.c-slider{
    padding:60px 0 48px
}
.c-slider__slide{
    border-left:solid 1px #dbdbdb;
    display:inline-block;
    height:100%;
    width:33%;
    padding:0
}
.c-slider .slick-list{
    box-sizing:content-box;
    padding-right:1px;
    width:100%
}
.c-slider .slick-track{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-flow:row nowrap;
    -ms-flex-flow:row nowrap;
    flex-flow:row nowrap;
    height: 620px;
}
.c-slider .slick-slide{
    height:auto
}
.c-slider .slick-slide:last-of-type .c-slider__slide{
    border-right:solid 1px #dbdbdb
}
.c-slider .slick-slide>div{
    height:100%
}
.c-slider .slick-arrow{
    cursor:pointer;
    fill:#737a7a;
    padding:10px;
    position:absolute;
    top:50%;
    -webkit-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    transform:translate(0,-50%);
    -webkit-transition:fill .3s ease;
    transition:fill .3s ease;
    z-index:1
}
.c-slider .slick-arrow.slick-disabled{
    cursor:default;
    fill:#c9e8ed
}
.c-slider .slick-arrow svg{
    vertical-align:middle
}
.c-slider .slick-prev{
    left:-70px
}
.c-slider .slick-next{
    right:-70px
}
.c-faqs{
    background:#ffffff;
}
.c-faqs__inner{
    padding:42px 0 95px
}
.c-faqs__questions{
    list-style:none;
    margin:64px 0 50px;
    padding:0
}
.c-faqs__li{
    background: rgba(150, 215, 222, 0.5);
    border-radius:7px;
    cursor:pointer;
    margin:26px 0;
    padding:39px 52px 27px
}
.c-faqs__toggle{
    background:#fff;
    border-radius:50%;
    display:inline-block;
    float:right;
    height:26px;
    margin:6px 0 0;
    position:relative;
    -webkit-transition:-webkit-transform .3s ease;
    transition:-webkit-transform .3s ease;
    transition:transform .3s ease;
    transition:transform .3s ease,-webkit-transform .3s ease;
    width:26px
}
.c-faqs__toggle::before{
    background-color:#96d7de;
    opacity: 50%;
    content:'';
    height:2px;
    left:50%;
    margin-left:-6px;
    margin-top:-1px;
    position:absolute;
    top:50%;
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    width:12px
}
.c-faqs__toggle::after{
    background-color:#96d7de;
    content:'';
    height:2px;
    left:50%;
    margin-left:-6px;
    margin-top:-1px;
    position:absolute;
    top:50%;
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
    width:12px
}
.c-faqs__toggle--close{
    -webkit-transform:rotate(135deg);
    -ms-transform:rotate(135deg);
    transform:rotate(135deg)
}
.c-faqs__p{
    font-size:16px;
    line-height:27px;
    margin:0 0 26px
}
.c-faqs__p a{
    font-size:16px;
    line-height:27px;
    margin:0 0 26px;
    text-decoration: none; 
    color:white;
}
.c-faqs__p--bold{
    font-size:22px;
    font-weight:700;
    line-height:32px;
    margin:0 0 20px;
    padding-right:210px
}
.c-faqs__btn{
    text-align:center
}
.c-guide__block{
    background:#ffffff;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-flow:row nowrap;
    -ms-flex-flow:row nowrap;
    flex-flow:row nowrap;
  vertical-align:middle
}
.c-guide__block--reverse{
    background:#ffffff;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:row-reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse
}
.c-guide__pic{
    min-height:684px;
    width:50%
}
.c-guide__pic--img1{
    background:#ffffff url(https://image.email.edgepark.com/lib/fe6915707165057f711d/m/7/c4d9a455-eb67-4b47-b872-442a95723a61.png) no-repeat center;
    background-size:cover;
    
}
.c-guide__pic--img2{
    background:#ffffff url(https://image.email.edgepark.com/lib/fe6915707165057f711d/m/7/56808efd-4328-442d-a8c3-bd8dcc5e04ea.png) no-repeat center;
    background-size:cover;
    
}
.c-guide__text{
    box-sizing:border-box;
    color:#fff;
    padding:21px;
    width:50%;
  text-align: left;
  vertical-align:middle
}
.c-guide__text-border{
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    border:solid 1px #fff;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    height:100%
}
.c-guide__text-inner{
    margin:0 auto;
    max-width:800px;
    padding:180px 113px;

}
.c-guide__text-h2{
    font-size:30px;
    font-weight:700;
    line-height:44px;
    margin:0;
    padding:0;
  text-align: left;
  vertical-align:middle;
}
.c-guide__text-p{
    font-size:18px;
    line-height:29px;
    margin:30px 0;
    padding:0;
  text-align: left;
  vertical-align:middle
}
.c-guide__text-a{
    color:#fff;
    font-size:18px;
    font-weight:700;
    line-height:29px;
    text-decoration:none
}
.c-guide__text-a-icn{
    margin:0 6px 0 0;
    vertical-align:-10%
}
.c-about{
    padding:66px 0 19px
}
.c-abouthelp{
    padding:6px 0 59px
}
.c-about__title{
    margin-bottom:43px
}
.c-about__p{
    color:#777777;
    font-size:24px;
  font-weight:300;
    line-height:33px;
    margin:0 0 33px;
    padding:0 90px;
    text-align:center
}
.c-helpphone__p{
    color:#777777;
    font-size:34px;
  font-weight:300;
    line-height:33px;
    margin:0 0 33px;
    padding:0 90px;
    text-align:center
}
.c-selection{
    padding:42px 0 0
}
.c-selection__title{
    background:#0093ac;
    color:#fff;
    font-size:20px;
    font-weight:400;
    line-height:31px;
    padding:18px 0 18px 29px;
}
.c-footer__title{
    background:#96c46c;
    color:#fff;
    font-size:20px;
    font-weight:400;
    line-height:31px;
    padding:18px 0 18px 29px;
}
.c-footer__title a:link{
    color:#fff;
  text-decoration:underline
}
.c-footer__title a:visited{
    color:#fff;
  text-decoration:underline
}

.c-selection__about{
    color:#777777;
    font-size:26px;
    font-weight:300;
    line-height:35px;
    margin:36px 0 40px;
    padding:0 0 0 10px;
  text-align:center
}
.c-selection__products{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-flow:row wrap;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap;
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    padding:0 0 55px  
}


  
.c-selection .c-product-card{
    border:solid 1px #dbdbdb;
    border-left:0;
    border-top:0;
    box-sizing:border-box
}

.c-selection .c-product-card:nth-child(-n+3){
    border-top:solid 1px #dbdbdb
}
.c-selection .c-product-card:nth-child(3n+1){
    border-left:solid 1px #dbdbdb
}
 @media screen and (max-width: 800px) {
  .c-selection .c-product-card:nth-child(3n+1){
  border-right:solid 1px #dbdbdb;
  }
}
 @media screen and (max-width: 800px) {
  .c-selection .c-product-card:nth-child(-n+3){
  border-left:solid 1px #dbdbdb;
  
  }
}
@media screen and (max-width: 800px) {
  .c-selection .c-product-card{
  border-left:solid 1px #dbdbdb;
  
  }
}
.c-selection .c-title{
    margin:51px 0 69px
}
.c-selection--step-1{
    border-top:solid 1px #a7a9ac
}
@media screen and (max-width: 800px) {
  .c-selection--step-1{
  border-top:solid 0px #a7a9ac
  }
}
.c-selection--step-2{
    padding:21px 0 95px
}
.c-checkbox{
    display:none
}
.c-checkbox:checked+.c-checkbox-label::before{
    opacity:1
}
.c-checkbox-label{
    border:1px solid #dbdbdb;
    cursor:pointer;
    display:inline-block;
    float:left;
    height:22px;
    margin:15px 0 0 2px;
    position:relative;
    width:22px
}
.c-checkbox-label::before{
    background-color:#a7a9ac;
    bottom:0;
    content:'';
    height:14px;
    left:0;
    margin:auto;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    -webkit-transition:opacity .3s ease;
    transition:opacity .3s ease;
    width:14px
}
.c-order-form{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-flow:row nowrap;
    -ms-flex-flow:row nowrap;
    flex-flow:row nowrap
}
.c-order-form__left{
    padding:0 10px;
    width:50%
}
.c-order-form__left-inner{
    border:solid 2px #dbdbdb;
    padding:25px 34px 55px
}
.c-order-form__p{
    font-size:18px;
    font-weight:700;
    line-height:27px;
    margin:0
}
.c-order-form__p-img{
    margin-right:15px;
    vertical-align:-29%
}
.c-order-form__ul{
    margin:9px 0 52px 41px;
    padding:0
}
.c-order-form__li{
    color:#777777;
    font-size:18px;
    line-height:33px;
    margin:0;
    padding:0
}
.c-order-form__right{
    padding:0 57px;
    width:50%
}
.c-order-form__label{
    display:inline-block;
    font-size:14px;
    font-weight:700;
    line-height:24px;
    margin:7px 0 14px
}
.c-order-form__right-p{
    color:#777777;
    font-size:14px;
    font-weight:700;
    line-height:22px;
    margin:14px 0 26px 39px
}
.c-order-form__right-p a{
    color:#a7a9ac
}
.c-order-form__right-p a:hover{
    text-decoration:none
}
.c-order-form .c-banner__input{
    margin:0 0 17px;
    padding-bottom:20px;
    padding-top:21px
}
.c-choose{
    background:#e57525;
    border-radius:31px;
    bottom:220px;
    cursor:pointer;
    height:61px;
    overflow:hidden;
    position:fixed;
    right:50px;
    text-decoration:none;
    z-index:1
}
.c-choose:hover .c-choose__text{
    padding:0 0 0 50px;
    width:250px
}
.c-choose__text{
    color:#fff;
    font-size:20px;
    line-height:61px;
    overflow:hidden;
    -webkit-transition:width .3s ease,padding .3s ease;
    transition:width .3s ease,padding .3s ease;
    width:0
}
.c-choose__img{
    float:right
}
.c-popup{
    background:rgba(0,0,0,.3);
    height:100%;
    left:0;
    position:fixed;
    top:0;
    width:100%;
    z-index:1
}
.c-popup__inner{
    height:644px;
    left:50%;
    position:absolute;
    top:50%;
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    width:1105px
}
.c-popup__inner--choose{
    background:#fff;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-flow:row nowrap;
    -ms-flex-flow:row nowrap;
    flex-flow:row nowrap;
    height:644px;
    position:relative;
    width:1055px
}
.c-popup__slide{
    background:#fff;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-flow:row nowrap;
    -ms-flex-flow:row nowrap;
    flex-flow:row nowrap;
    height:644px;
    margin:0 auto;
    position:relative;
    width:1055px
}
.c-popup__close{
    font-size:0;
    padding:5px;
    position:absolute;
    right:47px;
    top:22px;
    z-index:1
}
.c-popup__left{
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-shrink:0;
    -ms-flex-negative:0;
    flex-shrink:0;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    width:440px
}
.c-popup__left--info{
    border-right:solid 2px #dbdbdb;
    width:442px
}
.c-popup__right{
    overflow-y:auto;
    padding:50px 60px 0
}
.c-popup__right .c-btn{
    margin-bottom:50px
}
.c-popup__right--info{
   /* margin-bottom:63px; */
    padding:30px 60px 0
}
.c-popup__right--info .c-popup__p{
    margin:10px 0
}
.c-popup__right--info .c-btn{
    border-radius:0;
    bottom:0;
    left:442px;
    margin:0;
    padding:19px 69px 18px;
    position:absolute;
    width:613px
}
.c-popup__h1{
    color:#008739;
    font-size:26px;
    font-weight:300;
    line-height:35px;
    margin:0 0 20px
}
.c-popup__h1 b{
    line-height:43px
}
.c-popup__h2{
    color:#008739;
    font-size:18px;
    font-weight:300;
    line-height:35px;
    margin:25px 0 0;
    text-transform:uppercase
}
.c-popup__h3{
    font-size:20px;
    font-weight:700;
    line-height:29px;
    margin:25px 0 0
}
.c-popup__p{
    font-size:16px;
    line-height:25px;
    margin:20px 0
}
.c-popup__ul{
    margin:15px 0 15px 28px
}
.c-popup__li{
    font-size:16px;
    line-height:19px;
    margin:0
}
.c-popup .c-banner__input{
    margin:0 0 17px;
    padding-bottom:20px;
    padding-top:21px
}
.c-popup .slick-slide{
    position:relative
}
.c-popup .slick-arrow{
    cursor:pointer;
    padding:10px;
    position:absolute;
    top:50%;
    -webkit-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    transform:translate(0,-50%);
    -webkit-transition:fill .3s ease;
    transition:fill .3s ease;
    z-index:1
}
.c-popup .slick-arrow.slick-disabled{
    cursor:default
}
.c-popup .slick-arrow.slick-disabled svg{
    fill:#dbdbdb
}
.c-popup .slick-arrow svg{
    fill:#fff;
    vertical-align:middle
}
.c-popup .slick-prev{
    left:-45px
}
.c-popup .slick-next{
    right:-45px
}
@media screen and (min-width:992px){
    .c-btn:hover::after{
        width:120%
    }
    .c-products__brands-a{
        -webkit-transition:opacity .3s ease;
        transition:opacity .3s ease
    }
    .c-products__brands-a:hover{
        opacity:.7
    }
    .c-product-card__title{
        -webkit-transition:opacity .3s ease;
        transition:opacity .3s ease
    }
    .c-product-card__title:hover{
        opacity:.7
    }
    .c-product-card__info{
        -webkit-transition:opacity .3s ease;
        transition:opacity .3s ease
    }
    .c-product-card__info:hover{
        opacity:.7
    }
    .c-product-card__all-a{
        -webkit-transition:opacity .3s ease;
        transition:opacity .3s ease
    }
    .c-product-card__all-a:hover{
        opacity:.7
    }
    .c-slider .slick-arrow:not(.slick-disabled){
        -webkit-transition:opacity .3s ease;
        transition:opacity .3s ease
    }
    .c-slider .slick-arrow:not(.slick-disabled):hover{
        opacity:.7
    }
    .c-faqs__li{
        background: rgba(150, 215, 222, 0.5)
        -webkit-transition:background .3s ease;
        transition:background .3s ease
    }
    .c-faqs__li:hover{
        background: rgba(150, 215, 222, 0.5)
    }
    .c-guide__text-a{
        -webkit-transition:opacity .3s ease;
        transition:opacity .3s ease
    }
    .c-guide__text-a:hover{
        opacity:.7
    }
    .c-popup__close{
        -webkit-transition:opacity .3s ease;
        transition:opacity .3s ease
    }
    .c-popup__close:hover{
        opacity:.7
    }
    .c-popup .slick-arrow:not(.slick-disabled){
        -webkit-transition:opacity .3s ease;
        transition:opacity .3s ease
    }
    .c-popup .slick-arrow:not(.slick-disabled):hover{
        opacity:.7
    }
}
@media screen and (min-width:1160px){
    .c-about,.c-abouthelp,.c-banner__inner,.c-faqs__inner,.c-footer__inner,.c-header__inner,.c-process,.c-products,.c-selection__inner{
        width:1140px
    }
}
.slick-slider{
    position:relative;
    display:block;
    box-sizing:border-box;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -ms-touch-action:pan-y;
    touch-action:pan-y;
    -webkit-tap-highlight-color:transparent
}
.slick-list{
    position:relative;
    overflow:hidden;
    display:block;
    margin:0;
    padding:0
}
.slick-list:focus{
    outline:0
}
.slick-list.dragging{
    cursor:pointer;
    cursor:hand
}
.slick-slider .slick-list,.slick-slider .slick-track{
    -webkit-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
}
.slick-track{
    position:relative;
    left:0;
    top:0;
    display:block;
    margin-left:auto;
    margin-right:auto
}
.slick-track:after,.slick-track:before{
    content:"";
    display:table
}
.slick-track:after{
    clear:both
}
.slick-loading .slick-track{
    visibility:hidden
}
.slick-slide{
    float:left;
    height:100%;
    min-height:1px;
    display:none
}
[dir=rtl] .slick-slide{
    float:right
}
.slick-slide img{
    display:block
}
.slick-slide.slick-loading img{
    display:none
}
.slick-slide.dragging img{
    pointer-events:none
}
.slick-initialized .slick-slide{
    display:block
}
.slick-loading .slick-slide{
    visibility:hidden
}
.slick-vertical .slick-slide{
    display:block;
    height:auto;
    border:1px solid transparent
}
.slick-arrow.slick-hidden{
    display:none
}
.selectize-input {border: 1px solid #fff;font-size: 20px;}
.selectize-input input {font-size: 20px;}
.ineligible-copy{line-height: 1.5em;}
.coverage-form{background-color: #fff;}

.selectize-control.smallpulldown {
  padding-top: 0px!important;
  border: none;
}
@media screen and (min-width: 768px) {
  .selectize-control.smallpulldown {
    height: 38px;
  }
}
