/* IMPORT THE FRAMEWORK */ /* /////////////// VARIABLES /////////////// */
/* -------------------------- */
/* ///////// COLOURS //////// */
/* -------------------------- */
/* /////////////// MIXIN FUNCTIONS /////////////// */
/*  LINEAR GRADIENTS  */
/*  BREAKPOINTS  */
/*  VISUAL STYLES  */
.hero-form, .hero-form .submit-wrapper .submit-button, .custom-select-choose, .hero-form .enquiry #enquiry {
  border-radius: 5px;
}

/*  LAYOUT FRAMEWORK  */
.software-logos, .benefits, .hero-content {
  width: 1400px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 1559px) {
  .software-logos, .benefits, .hero-content {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

.software-logos, .software-integration, .benefits li, .benefits ul, .benefits, .feature-list, .retailer-logos, .overview, .custom-select, .hero-form, .hero-text, .hero-content {
  position: relative;
}

.benefits li:before, .custom-select-options {
  position: absolute;
}

.software-logos img, .benefits li:before, .feature-list ul li, .retailer-logos img, .custom-select-options.active, .hero-text img, .hero-text p {
  display: block;
}

.custom-select, .hero-form .enquiry, .hero-form .submit-wrapper .submit-button {
  display: inline-block;
  zoom: 1;
}

.benefits li, .custom-select-options, .hero-form .half .form-group, .hero-form, .hero-text, .custom-select-choose, .hero-form .enquiry #enquiry {
  box-sizing: border-box;
}

.custom-select-options li, .custom-select-options, .custom-select-choose, .hero-form .enquiry #enquiry {
  transition: 0.1s ease-in-out;
}

.software-integration {
  clear: both;
}
.software-integration:after {
  display: table;
  content: "";
  clear: both;
}

.custom-select-options, .hero-form .hidden {
  display: none;
}

/*  COLUMN FRAMEWORK  */
/* LOOP TO CREATE A CLASS FOR EACH COLUMN WIDTH */
/* --------------------------------------------- */
/* ///////// TEXT & ALIGNMENT FRAMEWORK //////// */
/* --------------------------------------------- */
.hero-text {
  text-align: left;
}

.software-integration, .benefits li, .overview, .hero-form .submit-wrapper {
  text-align: center;
}

.overview, .hero-form .submit-wrapper .submit-button {
  margin-left: auto;
  margin-right: auto;
}

.benefits li, .hero-text .inclusions, .hero-text h2, .hero-form .submit-wrapper .submit-button {
  text-transform: uppercase;
}

/* --------------------------------- */
/* ///////// FLEX FRAMEWORK //////// */
/* --------------------------------- */
.software-logos, .feature-list, .retailer-logos, .hero-content, .benefits ul, .hero-form .half {
  display: flex;
  flex-wrap: wrap;
}

.benefits ul, .hero-form .half {
  justify-content: space-between;
}

/* ------------------------------------- */
/* ///////// BG IMAGE FRAMEWORK //////// */
/* ------------------------------------- */
.benefits li:before, .feature-list {
  background-repeat: no-repeat;
}

.feature-list {
  background-size: cover;
}

.feature-list {
  background-position: center center;
}

/* --------------------------------- */
/* /////// SITE SPECIFIC STYLES //// */
/* --------------------------------- */
/* FORMS */
.custom-select-choose, .hero-form .enquiry #enquiry {
  display: block;
  width: 100%;
  padding: 1em 30px;
  background: #FFFFFF;
  font-family: "Acherus Grotesque", Helvetica, sans-serif;
  outline: none;
}
.custom-select-choose:hover, .hero-form .enquiry #enquiry:hover {
  border-color: white;
}
.custom-select-choose:focus, .hero-form .enquiry #enquiry:focus {
  border-color: #d6d8d6;
}
@media screen and (max-width: 500px) {
  .custom-select-choose, .hero-form .enquiry #enquiry {
    font-size: 1em;
  }
}

.hero-form .submit-wrapper .submit-button {
  margin: 0;
  padding-top: 1.1em;
  padding-bottom: 1.1em;
  border: none;
  cursor: pointer;
  font-family: "Acherus Grotesque", Helvetica, sans-serif;
  font-weight: 900;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .hero-form .submit-wrapper .submit-button {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
@media screen and (min-width: 476px) and (max-width: 768px) {
  .hero-form .submit-wrapper .submit-button {
    padding-top: 0.9em;
    padding-bottom: 0.9em;
  }
}
@media screen and (max-width: 475px) {
  .hero-form .submit-wrapper .submit-button {
    padding-top: 0.85em;
    padding-bottom: 0.85em;
  }
}

.hero-form .submit-wrapper .submit-button {
  background-color: #ed2c54;
  color: #FFFFFF;
}
.hero-form .submit-wrapper .submit-button:hover {
  background-color: #ef4367;
}
.hero-form .submit-wrapper .submit-button:active {
  background-color: #eb1541;
}

/* CONTENT */
.overview h2 {
  margin-bottom: 0.6em;
  color: #2b3630;
  font-size: 2.4em;
  text-transform: capitalize;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .overview h2 {
    font-size: 2em !important;
  }
}
@media screen and (min-width: 476px) and (max-width: 768px) {
  .overview h2 {
    font-size: 1.8em !important;
  }
}
@media screen and (max-width: 475px) {
  .overview h2 {
    font-size: 1.5em !important;
  }
}

/* --------------------------------- */
/* /////// END SITE STYLES ///////// */
/* --------------------------------- */
.hero-text h1 {
  font-size: 3.5em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .hero-text h1 {
    font-size: 3.3em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .hero-text h1 {
    font-size: 2.7em;
  }
}
@media screen and (max-width: 450px) {
  .hero-text h1 {
    font-size: 1.7em;
  }
}

.hero-text h3, .hero-text h2 {
  font-size: 2.2em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .hero-text h3, .hero-text h2 {
    font-size: 2em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .hero-text h3, .hero-text h2 {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 450px) {
  .hero-text h3, .hero-text h2 {
    font-size: 1.3em;
  }
}

.software-integration p, .feature-list ul li, .overview p, .hero-text p, .hero-form h2 {
  font-size: 1.4em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .software-integration p, .feature-list ul li, .overview p, .hero-text p, .hero-form h2 {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .software-integration p, .feature-list ul li, .overview p, .hero-text p, .hero-form h2 {
    font-size: 1.15em;
  }
}
@media screen and (max-width: 450px) {
  .software-integration p, .feature-list ul li, .overview p, .hero-text p, .hero-form h2 {
    font-size: 1em;
  }
}

.benefits li, .custom-select-choose, .hero-form .enquiry #enquiry, .hero-form .submit-wrapper .submit-button {
  font-size: 0.95em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .benefits li, .custom-select-choose, .hero-form .enquiry #enquiry, .hero-form .submit-wrapper .submit-button {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .benefits li, .custom-select-choose, .hero-form .enquiry #enquiry, .hero-form .submit-wrapper .submit-button {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 450px) {
  .benefits li, .custom-select-choose, .hero-form .enquiry #enquiry, .hero-form .submit-wrapper .submit-button {
    font-size: 0.8em;
  }
}

.hero-form h2, .hero-text h3, .hero-text h2, .hero-text h1 {
  line-height: 1.3em;
  margin-bottom: 0.5em;
}

.benefits li, .software-integration p, .feature-list ul li, .overview p, .hero-text p {
  font-weight: normal;
  line-height: 1.6em;
  margin-bottom: 1em;
}

body {
  background-color: #fff;
}

.hero-content {
  align-items: flex-start;
  padding: 6em 0;
}

.hero-text {
  width: 60%;
  padding-right: 5%;
  color: #000000;
}
.hero-text h2 {
  color: #179fce;
}
.hero-text h2, .hero-text h3 {
  margin-bottom: 0;
}
.hero-text img {
  width: 100%;
  margin: 3em 0;
}
.hero-text .inclusions {
  width: 100%;
  font-size: 1em;
  color: #999999;
}

.hero-form {
  width: 40%;
  margin: 0 auto;
  padding: 5%;
  background-color: #179fce;
}
.hero-form h2 {
  width: 80%;
  margin-bottom: 1.2em;
  color: #FFFFFF;
}
.hero-form form {
  width: 100%;
}
.hero-form input {
  width: 100%;
}
.hero-form .half {
  width: 100%;
}
.hero-form .half .form-group {
  width: 48%;
}
.hero-form .enquiry {
  float: left;
  clear: none;
}
.hero-form .enquiry.form-group .form-label {
  left: 20px;
}
.hero-form .enquiry #enquiry {
  min-height: 210px;
  padding: 0.7em 20px;
}
.hero-form .submit-wrapper {
  margin-bottom: 40px;
}
.hero-form .submit-wrapper .loader, .hero-form .submit-wrapper .results {
  display: none;
}
.hero-form .submit-wrapper .loader {
  margin-right: 16px;
  width: 35px;
  vertical-align: middle;
}
.hero-form .submit-wrapper .submit-button {
  width: 60%;
}
.hero-form .submit-wrapper .results {
  clear: both;
  margin: 20px 0;
}
.hero-form .submit-wrapper .results strong {
  display: block;
  font-size: 1.2em;
}
.hero-form .submit-wrapper .results p.success {
  color: #FFF;
  font-size: 1.2em;
}

@media screen and (max-width: 1112px) {
  .hero-form .half .form-group {
    width: 100%;
  }
  .hero-form .half .form-group:last-of-type {
    margin-bottom: 0.8em;
  }
}
@media screen and (max-width: 760px) {
  .hero-content {
    padding: 3em 0;
  }
  .hero-text, .hero-form {
    width: 100%;
  }
  .hero-form form {
    width: 100%;
  }
}
.custom-select {
  width: 100%;
  margin-bottom: 2em;
}
.custom-select :nth-of-type(1) {
  z-index: 999;
}
.custom-select :nth-of-type(2) {
  z-index: 998;
}
.custom-select :nth-of-type(3) {
  z-index: 997;
}
.custom-select :nth-of-type(4) {
  z-index: 996;
}
.custom-select :nth-of-type(5) {
  z-index: 995;
}

.custom-select-choose {
  min-width: 200px;
  border: none;
  background: url("/app/images/global/chevron.png") no-repeat right 0 center;
  background-size: 60px;
}
.custom-select-choose:hover {
  color: #888;
  border-color: #414F47;
}

.custom-select-options {
  width: 100%;
  background-color: #fff;
  border: none;
  border-top: none;
  max-height: 320px;
  overflow: auto;
}
.custom-select-options li {
  padding: 15px;
}
.custom-select-options li:hover {
  color: #FFFFFF;
  background-color: #02cc6b;
}
.custom-select-options .disabled-option {
  opacity: 0.7;
  background: none !important;
}
.custom-select-choose, .custom-select-options p {
  margin-bottom: 0;
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  .custom-select-options li {
    padding: 10px;
  }
}
@media screen and (min-width: 415px) and (max-width: 1100px) {
  .custom-select-choose,
.custom-select-options {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 414px) {
  .custom-select-choose,
.custom-select-options {
    font-size: 0.85em;
  }
}
.overview {
  width: 90%;
  z-index: 1;
  padding-bottom: 3em;
}
.overview .retail-logo {
  width: 195px;
  margin-bottom: 60px;
}

.retailer-logos {
  margin: 3em 0;
}
.retailer-logos img {
  width: 14.2%;
}

@media screen and (max-width: 760px) {
  .retailer-logos {
    margin-top: 1em;
  }
  .retailer-logos img {
    width: 50%;
    object-fit: contain;
  }
}
.feature-list {
  padding: 6em 0;
  background-image: url("/app/images/landing/retail-express/retail-express-features-bg.jpg");
}
.feature-list div {
  width: 30%;
  margin-left: 10%;
}
.feature-list ul {
  margin: 2.5em 0 1.5em 0.5em;
}
.feature-list ul li {
  padding: 0.5em 0 0.5em 2em;
  background: url("/app/images/landing/retail-express/arrow.png") no-repeat left center;
  background-size: 23px;
}

@media screen and (max-width: 760px) {
  .feature-list div {
    width: 90%;
    margin-left: 5%;
  }
}
.benefits ul {
  width: 100%;
}
.benefits li {
  width: 12%;
  margin: 0 auto;
  padding: 5em 1%;
}
.benefits li:before {
  content: " ";
  top: -50px;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  background-image: url("/app/images/landing/retail-express/benefits-sprite.png");
  background-size: 100px;
}
.benefits li:nth-of-type(1):before {
  background-position: center 0;
}
.benefits li:nth-of-type(2):before {
  background-position: center -295px;
}
.benefits li:nth-of-type(3):before {
  background-position: center -594px;
}
.benefits li:nth-of-type(4):before {
  background-position: center -893px;
}
.benefits li:nth-of-type(5):before {
  background-position: center -1192px;
}
.benefits li:nth-of-type(6):before {
  background-position: center -1506px;
}
.benefits li:nth-of-type(7):before {
  background-position: center -1805px;
}
.benefits li:nth-of-type(8):before {
  background-position: center -2104px;
}

@media screen and (max-width: 760px) {
  .benefits li {
    width: 50%;
    margin-bottom: 1em;
  }
}
.software-integration {
  padding: 6em 0;
}
.software-integration p {
  width: 100%;
}

.software-logos {
  margin-top: 2em;
}
.software-logos img {
  width: 14%;
  height: auto;
  object-fit: contain;
}

@media screen and (max-width: 760px) {
  .software-logos img {
    width: 50%;
  }
}
