/* Keeping unused code hidden for now in case it needs to be brought back. I would remove whatever isn't used next time the page needs updating for 2021*/

/*DeferredPayment/default*/
ul.list-purple li {
  font-size: 13px;
  line-height: 18px;
  margin-left: 10px;
}
ul.list-purple li:before{
  left: -20px !important;
  top: 7px !important;
}
.free-shipping-banner {
  text-align: left;
  background: #fafafa !important;
}
label {
  color: #93328e;
}
h1 {
  color: #93328e;
}
footer {
  background-color: #545454;
}
footer p.text-center {
  margin-bottom: 0;
  padding: 10px 0;
  color: #eaeaea !important;
}
footer p.text-center a {
  color: #4bc1eb;
}


div.QualifyBox {
  margin-top: 10px;
  background-color: rgba(186, 214, 0, 0.3);
  padding: 20px 10px 10px 10px;
}

.contentHero.hero-lightolivegreen {
  background-color: rgba(186,214,0,.3);
}
.contentHero.parallax-window.hero-transparent {
  min-height: 130px;
}
.contentHero.hero-size-md, .contentHero.hero-size-md .hero-content {
  min-height: 250px;
}
.img-mask-check {
  display: inline-block !important;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-bottom: 10px;
}
h5.check-text {
  font-size: 19px;
  line-height: 23px;
  color: #93328e;
}
.contentHero.hero-arrow:before, .contentHero.hero-arrow:after {
  background-color:rgba(186,214,0,.3);
}
.contentHero.has-img.mask-black-fade:not(.no-mask) .hero-content:after {
  background: rgba(255, 255, 255, .75);
}

/* div.download-select p.text-left {
  font-size: 17px;
  line-height: 24px;
  margin-left: 11px;
  text-indent: -15px;
}
div.download-select i.fa.fa-check-circle {
  color: #93328e;
  font-size: 25px;
} */

/* .contentHero .hero-content .container, .contentHero .hero-content .container-fluid {
  padding: 10px 0px 0px 0px;
} */
/* .container-fluid {
  padding: 0;
} */
/* Header banner */
/* .md-form h2 {
  display: inline-block;
  position: relative;
  background: #93328e;
  padding: 20px 0;
  margin: 0px;
  margin-bottom: 20px;
  width: 320px;
  text-align: center;
  font-size: 33px;
}
.md-form h2:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 0;
  height: 0;
  border-top: 25px solid #93328e;
  border-right: 160px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 160px solid transparent;
} */
/* Inputs */
/* .md-form label {
  width: 100%;
  display: block;
  margin: 14px 0px;
  padding: 0px;
}
.md-form label span {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.md-form label input, .md-form label select {
  width: 100%;
  height: 30px;
  display: block;
  font-size: 19px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  padding: 4px;
  margin-bottom: 0;
  border-radius: 5px;
}
.md-form label select {
  height: 42px;
  width: 100%;
  background: #ffffff;
  border: 2px solid #ffffff;
}
.md-form label input:focus, .md-form label select:focus {
  outline: none;
  border-color: #93328e;
  color: #545454;
}
.md-form .md-submit {
  display: block;
  width: 275px;
  height: auto;
  padding: 20px 0px;
  margin: 15px auto;
  background: #f5ae3c;
  color: #ffffff;
  font-size: 24px;
  border: none;
  border-radius: 5px;
  transition: all 0.2s ease;
}
.md-form .md-submit:hover {
  cursor: pointer;
  background: #4bc1eb;
}
.md-form .md-submit:active, .md-form .md-submit:focus {
  cursor: pointer;
  outline: none;
}
.button-red {
  max-width: 300px !important;
} */
/* Validation */
/* .Validator {
  color: #545454;
  font-size: 12px;
} */
/* Footer & Header text */
/* .md-form .md-footer {
  display: block;
  width: 100%;
  text-align: center;
  color: rgba(255,255,255,0.30);
  font-size: 15px;
  padding: 20px 0px;
}
.md-form .md-header {
  display: block;
  width: 100%;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 20px 15px;
  background-color: #93328e;
  color: #ffffff;
  font-size: 23px;
}
body {
  margin: 0;
}
.md-form .md-content {
  padding: 2px 60px;
}
.md-form label:first-child {
  margin-top: 2px;
}
#lblDate {
  margin-bottom: 2px;
} */

/* div.custom-navigation {
  position: absolute;
  left: -20px;
  right: -10px;
}
.Validator {
  position: relative;
  z-index: 1;
} */

/* @media screen and (max-width:1200px) {
.dateDropDown::after {
  left: 10px;
}
}

@media screen and (max-width:980px) {
.md-form .md-content {
  padding: 2px 20px;
}
p.text-left {
  padding: 0 20px;
}
.formBackground {
  margin-top: 0px;
  border-right: none;
  border-bottom: solid rgba(84, 84, 84, 0.55) 1px;
}
}
@media screen and (min-width:768px) {
.desktopHidden {
  display: none;
}
}

@media screen and (max-width:767px) {
.dateDropDown::after {
  left: 60%;
}
}

@media screen and (max-width:680px) {
.dateDropDown::after {
  left: 55%;
}
}

@media screen and (max-width:600px) {
.dateDropDown::after {
  left: 50%;
}
} 

@media screen and (max-width:542px) {
.dateDropDown::after {
  left: 43%;
}
.box-lg {
  padding: 100px 20px;
}
}

@media screen and (max-width:479px) {
.dateDropDown::after {
  left: 28%;
}
h2 {
  font: normal 38px/42px 'SharpSans', sans-serif;
  font-style: italic;
}
.button-purple, .button-red {
  width: 258px;
}
.formBackground {
  margin-top: 0px;
  border-right: none;
  border-bottom: solid rgba(84, 84, 84, 0.55) 1px;
}
}

@media screen and (max-width:442px) {
.dateDropDown::after {
  left: 19%;
}
}
*/

/*Learn More Page*/
.contentHero.hero-arrow-just-tip .hero-content {
  margin-top: -75px;
}
.contentHero .hero-content .container, .contentHero .hero-content .container-fluid {
  padding: 15px 0px 0px 0px;
}
.contentHero.hero-arrow:before, .contentHero.hero-arrow:after {
  background-color: #ffffff;
}
.contentHero.has-img.mask-black-fade:not(.no-mask) .hero-content:after {
  background: rgba(255, 255, 255, .75);
}
.img-circle {
  width: 100px;
  margin: 0 auto;
}
@media (max-width: 980px) {
.contentHero .hero-content .container, .contentHero .hero-content .container-fluid {
  padding: 30px 15px;
  position: relative;
}
}