/*** CTL Custom styles ***/

/*** spacing, margin, padding styles ***/

/* margin */
.m0 {
  margin: 0;
}
.m05 {
  margin: 0.5rem;
}
.m1 {
  margin: 1rem;
}
.m15 {
  margin: 1.5rem;
}

/*
  margin top */
.mt0 {
  margin-top: 0;
}
.mt05 {
  margin-top: 0.5rem;
}
.mt075 {
  margin-top: 0.75rem;
}
.mt1 {
  margin-top: 1rem;
}
.mt15 {
  margin-top: 1.5rem;
}
.mt2 {
  margin-top: 2rem;
}
.mt25 {
  margin-top: 2.5rem;
}
.mt3 {
  margin-top: 3rem;
}
.mt4 {
  margin-top: 4rem;
}
.mt5 {
  margin-top: 5rem;
}
.mt7 {
  margin-top: 7rem;
}

/*
  margin right */
.mr0 {
  margin-right: 0;
}
.mr05 {
  margin-right: 0.5rem;
}
.mr1 {
  margin-right: 1rem;
}
.mr15 {
  margin-right: 1.5rem;
}

/*
  margin bottom*/
.mb0 {
  margin-bottom: 0;
}
.mb05 {
  margin-bottom: 0.5rem;
}
.mb1 {
  margin-bottom: 1rem;
}
.mb15 {
  margin-bottom: 1.5rem;
}
.mb2 {
  margin-bottom: 2rem;
}
.mb25 {
  margin-bottom: 2.5rem;
}

/*
  margin left */
.ml0 {
  margin-left: 0;
}
.ml05 {
  margin-left: 0.5rem;
}
.ml1 {
  margin-left: 1rem;
}
.ml125 {
  margin-left: 1.25rem;
}
.ml15 {
  margin-left: 1.5rem;
}

/*
  padding */
.p0 {
  padding: 0;
}
.p025 {
  padding: 0.25rem;
}
.p05 {
  padding: 0.5rem;
}
.p1 {
  padding: 1rem;
}
.p125 {
  padding: 1.25rem;
}
.p15 {
  padding: 1.5rem;
}

/*
  padding top */
.pt0 {
  padding-top: 0;
}
.pt05 {
  padding-top: 0.5rem;
}
.pt1 {
  padding-top: 1rem;
}
.pt15 {
  padding-top: 1.5rem;
}
.pt2 {
  padding-top: 2rem;
}
.pt3 {
  padding-top: 3rem;
}

/*
  padding right */
.pr0 {
  padding-right: 0;
}
.pr05 {
  padding-right: 0.5rem;
}
.pr1 {
  padding-right: 1rem;
}
.pr125 {
  padding-right: 1.25rem;
}
.pr15 {
  padding-right: 1.5rem;
}

/*
  padding bottom */
.pb0 {
  padding-bottom: 0;
}
.pb05 {
  padding-bottom: 0.5rem;
}
.pb1 {
  padding-bottom: 1rem;
}
.pb15 {
  padding-bottom: 1.5rem;
}

/*
  padding left */
.pl0 {
  padding-left: 0;
}
.pl05 {
  padding-left: 0.5rem;
}
.pl1 {
  padding-left: 1rem;
}
.pl125 {
  padding-left: 1.25rem;
}
.pl15 {
  padding-left: 1.5rem;
}

/***************************************/
/*** overrides for Foundation styles ***/
/***************************************/

[type='text'], [type='password'], [type='date'],
[type='datetime'], [type='datetime-local'],
[type='month'], [type='week'], [type='email'],
[type='number'], [type='search'], [type='tel'],
[type='time'], [type='url'], [type='color'], textarea, select {
  height: 2rem;
}

select {
  line-height: 1;
}

.button {
  line-height: 1;
  padding: 0.85rem 1rem 0.65rem;
  font-size: 0.875rem;
  background-color: #20516F;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

/***************************************/
/***** END OF FOUNDATION OVERRIDE ******/
/***************************************/

/*
  Colors */
.white {
  color: #fff;
}

.greenbtn {
  background: #92C84A;
  color: #fff;
} .greenbtn:hover, .greenbtn:focus {
    background: #78b726;
}

.label {
  background: #4089c0;
}

/*************************/

/* ELEMENT SPECIFIC STYLES */

/*** INDEX PAGE STYLES ***/

/*
INSTRUCTIONS */
#slides {
  height: 29rem;
  list-style-type: none;
  position: relative;
  background-repeat: no-repeat;
  background-position: 35% bottom;
}

.orbit-next, .orbit-previous {
  color: #acacac;
}

/*
CARD SECTION */

.green-card {
  background: url('../images/background_green_white.png');
  background-repeat-y: no-repeat;
  min-height: 22rem;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #c1c1c1;
} .green-card + img {
    margin-top: -18rem;
    padding-bottom: 1rem;
}

.hardlines {
  background: url('../images/icon_hardlines.png');
}

.footwear {
  background: url('../images/icon_footwear.png');
}

.softlines {
  background: url('../images/icon_softlines.png');
}
.hardlines, .footwear, .softlines {
  height: 8rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.hardlines>h4, .footwear>h4, .softlines>h4 {
  margin-bottom: 8.1rem;
}

.form-btn {
  line-height: 1;
  padding: 0.85rem 1rem;
  font-size: 0.875rem;
  background-color: #20516F;
}

/*
WHY TEST WITH US */
.feature-set {
  background-color: #036;
  height: 46.25rem;
  /*margin-bottom: 3rem;*/
}

.feature-box1 {
  color: #fff;
  padding-top: 10.1rem;
} .feature-box1>h3 {
  font-family: "Raleway", sans-serif;
} .feature-box1>h3, .feature-box1>h6:first-child {
  font-weight: bold;
} .feature-box1>h5 {
  margin-top: 2.75rem;
}.feature-box1>ul {
  list-style-type: none;
} .feature-box1>ul>li {
  margin-bottom: 1rem;
} .feature-box1>svg {
  width: 20rem;
}

.feature-box2 {
  background-image: url('../images/award-checkmark-symbol.svg');
  background-repeat: no-repeat;
  background-size: 20rem;
  background-position: top 1em left 17em;
  color: #fff;
} .feature-box2>h6, .tools div h6  {
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    font-size: 1.25em;
    margin-bottom: 0.25rem;
    display: inline-block;
    vertical-align: middle;
} .feature-box2>svg:first-child, .feature-box2>h6:first-child {
    margin-top: 5rem;
} .feature-box2>p {
    margin-left: 10rem;
} .feature-box2>svg {
    fill: #fff;
    margin-left: 10rem;
    vertical-align: middle;
}

.experience {
  font: bold 2.13em 'Raleway', sans-serif;
} .experience span {
  color: #4089c0;
} .experience + svg {
  fill: #003366;
  width: 700px;
}

.tools div h6 {
  color: #003366;
} .tools div svg {
    vertical-align: middle;
} .tools div p {
    margin-left: 3.4rem;
  }

.green-back {
  background: #67AB49;
  color: #ffffff;
}

.account-button.hollow {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 1.4rem 1rem 1.1rem;
}.account-button.hollow:hover {
  border-color: #c1c1c1;
  color: #c1c1c1;
}

.dotted-line {
  border-right: 1px dotted #fff;
  margin-top: 2em;
  margin-bottom: 2em;
}

/***** END OF INDEX SPECIFIC STYLES *****/
/*
  Header */
#menustuff {
  position: sticky;
  position: --webkit-sticky;
  top: 0;
  z-index: 1000;
}
.dropdown.menu a {
  padding: 0.7em 1em 0.4rem;
  font-size: 0.875rem;
  line-height: 1.2;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #FFF transparent transparent
}

.ctl-submenu {
  background: #17405b;
}.ctl-submenu li a {
  background: #17405b;
  color: #FFF;
  font-size: 0.9rem;
} .ctl-submenu li a:hover {
  color: #A1A1A1;
}

.primary-instructions {
  display: none;
  color: #FFFFFF;
}

.full_instructions {
  background: #17405b;
  font-size: 0.85em;
}

.close-instructions {
  cursor: pointer;
  top: inherit;
  color: #FFFFFF;
  margin-left: -1rem;
  font-size: 2em;
  line-height: 1em;
}

/*
  main body content */
.required::before {
  content: '* ';
  color: #BF0033;
}

.gray-back {
  background: #EFEFEF;
}

.white-back {
  background: #fff;
}

.first-row {
  padding-bottom: 1.05rem;
}

.section-number {
  display: inline-block;
  background: #5CBAF3;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 0.95;
  padding: 0.6rem 0.7rem 0.45rem 0.75rem;
  margin-left: -0.5rem;
  margin-top: 0;
}

.section-div {
  background: #4089c0;
  margin-bottom: 1rem;
}

.section-title {
  font-weight: bold;
  font-size: 1rem;
}

.form-name {
  margin-bottom: 0;
}

.label-name {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.55;
} .label-name>span {
  font-weight: normal;
  font-size: 0.85rem;
}

.instructions {
  border-radius: 4px;
  padding: 0.6rem;
} .instructions * p {
  line-height: 1.4;
  margin-bottom: 0;
}

.ctl-help {
  margin-top: -0.18rem;
  font-size: 0.75rem;
  line-height: 1;
  margin-bottom: -0.05rem;
} .ctl-help>em {
  font-weight: normal;
}

.return-note {
  background: #F69021;
  border-color: #F69021;
  color: #fff;
} .return-note>p {
  font-size: 0.85rem;
  line-height: 1.1;
}

.courier_number {
  margin-bottom: 0.5rem;
}

.fieldset .subheading {
  padding: 0 0.5rem;
  margin-bottom: 0.5rem;
}.fieldset p {
  line-height: 1;
  margin-bottom: 0.25rem;
}.fieldset p>label {
  line-height: 1;
}

.subheading {
  font-weight: bold;
}

.heavy-metal {
  font-size: 0.7rem;
  font-style: italic;
  color: #707070;
}

.test-type-info {
  margin-left: 0;
  top: 10px;
  left: -13px;
}

.packages {
  min-height: 15.6rem;
}

.test_type>[type='checkbox'], .test_type .grid-x>.cell [type='checkbox'] {
  margin: 0;
}
.test_type>label, .test_type .grid-x>.cell label {
  line-height: 1;
}

.express {
  background: #92C84A;
  border: none;
  margin-top: -1px;
  margin-bottom: 0;
  padding: 0.4rem 0.75rem 0.25rem;
} .express .grid-x > .cell label {
  line-height: 1.3;
}.hl-express {
  padding: 0.5rem 0.75rem 0.65rem;
}

.svg-info {
  border: none;
}

.note-tip {
  float: right;
  margin-top: -2.5em;
  width: 1rem;
}

.express-tip {
  margin-top: -1.1em;
  width: 1rem;
}

.fieldset .terms-title {
  padding: 0 1rem;
  margin-left: 1em;
  font-weight: bold
}

.field-info {
  height: 1.2rem;
  width: 3rem;
  margin-left: -0.5rem;
}

.pay-terms {
  border: 2px solid #BF0033;
  color: #BF0033;
  border-radius: 4px;
  margin: 0 0 0;
  padding: 0.5rem 0.5rem;
}.pay-terms h6 {
  font-weight: bold;
    text-align: center;
}

/*
  Footer */
footer {
  background: #17405b;
  font-size: 0.85rem;
  color: #fff;
}

footer * label {
  color: #fff;
}

/*
  buttons */
.greenbtn {
  background: #92c84a;
  color: #fff;
} .greenbtn:hover {
  background: #78b726;
  color: #fff;
}

/*
  Modals */
.reveal {
  border-radius: 5px;
}

.modal-header {
  padding: 1rem;
  margin-bottom: 0;
  background: #17405b;
  color: #fff;
  text-align: center;
}

#tca p, #tct p, #tct li, #pp p {
  font-size: 0.85em;
}

.modal-close {
  color: #fff;
  right: 1.5rem;
}

.inlabel {
    margin-bottom: 1.4em;
}

.missingRequired {
    background-color: #FFDDDD;
}

#errorBox {
	color: #993333;
    font-weight: bold;
    display: none;
}

.subformLabel {
    background-color: #BBBBBB;
    color: #FFF;
    padding: 0.25rem 0.5rem 0.25rem 0.5rem;
    margin-bottom: 0.5rem;
}

.subformBox {
    float: right;
    margin-top: 0.5rem;
}

.field-info-no-label {
    height: 1rem;
    width: 1rem;
    margin-left: 0.75rem;
    margin-bottom: 0.25rem;
}

.inlinelabel {
    display: inline;
}

.terms-label {
  font-size: 1em;
}

.upload {
  height: 10.125em;
}

@media only screen and (min-width: 20em) and (max-width: 39.9375em) {
  .green-card {
    margin-bottom: 1rem;
  }

  .feature-set {
    height: 73rem;
  }

  .feature-box1 {
    padding-top: 4.95rem;
  } .feature-box1>h3 {
      text-align: center;
  } .feature-box1>svg {
      display: block;
      margin-left: auto;
      margin-right: auto;
  }

  .feature-box2 {
    background-position: top 1em left 10em;
  }

  .feature-box2>svg {
    width: 30px;
  }
  .feature-box2>svg, .feature-box2>p {
    margin-left: 0.1rem;
  } .feature-box2 h6 {
      font-size: 1em;
  }

  .experience ~ svg {
    display: none;
  }

  .tools div svg {
    margin-left: 1rem;
  }

  .green-back-p {
    font-size: 0.95em;
  }

  .dotted-line {
    border: none;
  }

  footer .grid-x .cell p {
    text-align: center
  }
}

@media only screen and (min-width: 48em) {
  .account-button:first-of-type {
    text-align: center;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {

  #slides {
    background-position: -45px -30px;
  }

  .card-parent {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  } .card-parent > .medium-4 {
      width: calc(33.33333% - 1.25rem);
  } .card-parent > .cell {
      margin-right: 0.625rem;
      margin-left: 0.625rem;
  }

  .feature-box2 > svg, .feature-box2 > p {
    margin-left: 5rem;
  } .feature-box2 > h6 {
    font-size: 1em;
  }
}

@media only screen and (min-width: 40em) and (max-width: 64em) {
  .feature-box2 {
  background-size: 17rem;
  background-position: top 4em left 13em;
  }
}

@media only screen and (min-width: 64.25rem) {
  .green-card {
    margin-right: 1.5rem;
  }
  .green-card:first-of-type {
    margin-left: 10.5%;
  }

  .orbit-next {
    right: 5em;
  } .orbit-previous {
      left: 5.3em;
  }
}

.leadComp {
    width: 80%;
    display: inline;
    margin-right: 2em;
    margin-left: 0;
}

.iHelp {
    width: 15px;
    margin-left: 0.75em;
    margin-top: -1.5em;
}

.sl-info {
  margin-left: 0;
}

.fieldset-direct-food {
    border-left: 8px solid #6CAA66;
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
    padding: .5em;

    font-family: Arial;
    margin-top: .75em;
    margin-bottom: .75em;
}

.fieldset-direct-food p {
    margin: .5em 0;
}

.fieldset-direct-food input {
	margin-bottom: 0;
}

.fieldset-direct-food input[type=radio], input[type=checkbox] {
	margin-right: 0.5em;
}

.fieldset-direct-food legend {
    display: none;
}
