@font-face {
  font-family: 'flama_condensedsemibold';
  src: url('https://pages.ripjar.com/rs/524-CJB-488/images/flamcondsemi-webfont.woff2') format('woff2'), url('https://pages.ripjar.com/rs/524-CJB-488/images/flamcondsemi-webfont.woff') format('woff')
}
/* ------- DEFAULTS ------- */
html {
  overflow-x: hidden;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.2px;
  font-weight: 400;
  color: #000000;
  margin: 0;
  background: #E4E4E4;
}
.container-main {
  background: #FFFFFF;
}
@media screen and (min-width: 992px) {
  .container-main {
      width: 100%;
      max-width: 100%;
      overflow: visible;
      margin: 0 auto;
  }
}
@media screen and (min-width: 1400px) {
  .container-main {
      max-width: 1440px;
  }
}
.container {
  -webkit-transition: max-width 300ms linear;
  -moz-transition: max-width 300ms linear;
  -o-transition: max-width 300ms linear;
  -ms-transition: max-width 300ms linear;
  transition: max-width 300ms linear;
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1070px;
  }
}
section {
  padding: 70px 0;
}
ol, ul {
  margin-left: 40px;
  margin-bottom: 40px;
  padding-left: 0;
}
ol li, ul li {
  margin-bottom: 15px;
  padding-left: 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
a, a:hover {
  -webkit-transition: color 300ms linear;
  -moz-transition: color 300ms linear;
  -o-transition: color 300ms linear;
  -ms-transition: color 300ms linear;
  transition: color 300ms linear;
}
/* ------- END DEFAULTS ------- */

/* ------- BRAND COLOURS ------- */
.button a {
  font-family: 'flama_condensedsemibold', Arial, Helvetica, sans-serif;
  font-weight: 700;
  border: 0;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  background-color: #DD6B26;
  color: #FFFFFF;
}
.buttons a:hover, .button a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
/* ------- END BRAND COLOURS ------- */

/* ------- TYPOGRAPHY ------- */
h1 {
  font-family: 'flama_condensedsemibold', Arial, Helvetica, sans-serif;
  font-size: 38px;
  line-height: 42px;
  letter-spacing: 0.48px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #000000;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 48px;
    line-height: 54px;
  }
}
h2 {
  font-family: 'flama_condensedsemibold', Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
  color: #000000;
}
h3 {
  font-family: 'flama_condensedsemibold', Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.24px;
  font-weight: 700;
  margin-bottom: 35px;
  color: #000000;
}
h4 {
  font-family: 'flama_condensedsemibold', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.16px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000000;
}
p {
  font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 35px;
}
p:last-child {
  margin-bottom: 0;
}
a {
  font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #DD6B26;
  text-decoration: none;
}
a:hover {
  color: #DD6B26;
  text-decoration: none;
}

/* ------- END TYPOGRAPHY ------- */

/* ------- HEADER ------- */
header {
    padding: 0;
    background-color: #000000;
}
.header-logo {
  padding-top: 25px;
  padding-bottom: 25px; 
}
@media screen and (min-width: 768px) {
  .header-logo {
    padding-top: 50px;
    padding-bottom: 50px; 
  }
}
.header-logo img {
  width: auto;
  height: 36px;
}
@media screen and (min-width: 768px) {
  .header-logo img {
    width: auto;
    height: 46px;
  }
}
/* ------- END HEADER ------- */

/* ------- HERO WITH CTA ------- */
section.module-hero-with-cta {
  position: relative;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  section.module-hero-with-cta .container-content {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
section.module-hero-with-cta .container-media {
  background-color: #9F4D15;
  position: relative;
  right: auto;
  padding: 0;
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  section.module-hero-with-cta .container-media {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
  }
}
section.module-hero-with-cta .video, section.module-hero-with-cta .image {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  section.module-hero-with-cta .video, section.module-hero-with-cta .image {
    margin-top: 0;
  }
}
section.module-hero-with-cta .button {
  margin-top: 35px;
}
section.module-hero-with-cta .image {
  height: auto;
}
@media screen and (min-width: 768px) {
  section.module-hero-with-cta .image {
    height: 100%
  }
}
section.module-hero-with-cta .image img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  section.module-hero-with-cta .image img {
    max-width: 350px;
    height: auto;
  }
}
/* ------- END HERO WITH CTA ------- */

/* ------- PRIMARY CONTENT WITH FORM ------- */
section.module-primary-content-with-form {
  background-color: #E6E7E8;
}
@media screen and (min-width: 768px) {
  section.module-primary-content-with-form {
    padding: 130px 0;
  }
}
section.module-primary-content-with-form .form-container .form-title {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  section.module-primary-content-with-form .form-container .form-title {
    margin-top: 0;
  }
}
section.module-primary-content-with-form .form-container .form-title h3 {
  margin-bottom: 0;
}
section.module-primary-content-with-form .form-container .form {
  margin-top: 35px;
}
/* ------- PRIMARY CONTENT WITH FORM ------- */

/* ------- CONTENT TRIO ------- */
section.module-content-trio .module-title {
  text-align: center;
  margin-bottom: 35px;
}
section.module-content-trio .container-shadow {
  box-shadow: 0px 3px 6px #00000029;
}
section.module-content-trio .container-content {
  padding: 50px 35px 35px 35px;
}
section.module-content-trio .content-2, section.module-content-trio .content-3 {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  section.module-content-trio .content-2, section.module-content-trio .content-3 {
    margin-top: 0;
  }
}
section.module-content-trio .image img {
  max-width: 100%;
  height: auto;
}
section.module-content-trio .text-cta {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  section.module-content-trio .text-cta {
    margin-top: 0;
  }
}
/* ------- END CONTENT TRIO ------- */

/* ------- CONTENT LEFT ------- */
section.module-content-left {
  position: relative;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  section.module-content-left {
    padding-top: 70px;
  }
}
@media screen and (min-width: 768px) {
  section.module-content-left .container-media {
    position: relative;
    right: -15px;
  }
}
@media screen and (min-width: 768px) {
  section.module-content-left .container-media {
    position: absolute;
  }
}
section.module-content-left .video {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  section.module-content-left .video {
    margin-top: 0;
    margin-right: 70px;
  }
}
section.module-content-left .image {
  display: none;
}
@media screen and (min-width: 768px) {
  section.module-content-left .image {
    display: block;
  } 
}
section.module-content-left .button {
  margin-top: 35px;
}
section.module-content-left .image img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  section.module-content-left .image img {
    max-width: auto;
    max-height: 400px;
    height: auto;
  }
}
/* ------- END CONTENT LEFT ------- */

/* ------- CONTENT DUO ------- */
section.module-content-duo .module-title {
  text-align: center;
  margin-bottom: 35px;
}
section.module-content-duo .content-2, section.module-content-duo .content-3 {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  section.module-content-duo .content-2, section.module-content-duo .content-3 {
    margin-top: 0;
  }
}
section.module-content-duo .image img {
  max-width: 100%;
  height: auto;
}
section.module-content-duo .title {
  margin-top: 35px;
}
section.module-content-duo .button {
  margin-top: 35px;
}
/* ------- END CONTENT DUO ------- */

/* ------- CONTENT CENTRE ------- */
section.module-content-centre {
  background-color: #F2F3F3;
}
section.module-content-centre .module-title {
  text-align: center;
  margin-bottom: 35px;
}
section.module-content-centre .image {
  padding-top: 35px;
  padding-bottom: 35px;
}
section.module-content-centre .image img {
  max-width: 100%;
  height: auto;
}
section.module-content-centre .text {
  text-align: center;
  margin-top: 35px;
}
section.module-content-centre .button {
  text-align: center;
  margin-top: 35px;
}
/* ------- END CONTENT CENTRE ------- */

/* ------- FOOTER ------- */
footer.module-footer {
  padding: 60px 0 70px 0;
  background: #000000;
  color: #B3ACAD;
  font-size: 13px;
  line-height: 20px;
}
footer.module-footer .title {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  footer.module-footer .title {
    margin-top: 0;
  }
}
footer.module-footer .title h4 {
  color: #DD6B26;
}
footer.module-footer ul {
  padding: 0;
  margin-bottom: 0;
  margin-left: 0;
}
footer.module-footer ul li {
  font-size: 13px;
  line-height: 16px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
footer.module-footer ul li a {
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  color: #B3ACAD;
}
footer.module-footer .copyright {
  margin-top: 48px;
}
/* ------- END FOOTER ------- */

/* ------- MARKETO FORM ------- */
form.mktoForm {
  margin-top: 0 !important;
  width: 100% !important;
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px), only screen and (max-device-height: 480px) {
  .mktoForm * {
    padding: 0 !important;
  }
}
.mktoForm .mktoFormRow {
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .mktoForm .mktoFormRow .mktoField {
      clear: none !important;
  }
}
.mktoForm .mktoFormCol {
  margin-bottom: 0 !important;
  width: 100% !important;
}
section.module-one-column-form .form-one-column .mktoForm .mktoFormCol {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 480px){
  .mktoForm .mktoFormCol {
    margin-bottom: 15px !important;
  }
}
.mktoForm .mktoFieldWrap {
  width: 100% !important;
  box-sizing: border-box !important;
}
.mktoForm .mktoOffset, .mktoForm .mktoGutter {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
}
.mktoForm .mktoLabel {
  font-family: 'Noto Sans', Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  line-height: 14px !important;
  font-weight: 400 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
  width: 90% !important;
  float: none !important;
  color: #000000 !important;
}
.mktoForm .mktoRequiredField label.mktoLabel {
    font-weight: 400 !important;
}
.mktoForm .mktoLabel[for=Unsubscribed] {
  display: block !important;
  width: 100% !important;
  margin-bottom: 20px !important;
}
.mktoForm .mktoLabel[for=NumberOfEmployees] {
  display: block !important;
  font-weight: 700 !important;
}
.mktoForm .mktoRequiredField .mktoAsterix {
  display: none !important;
}
.mktoRequiredField .mktoLabel:after {
    content: " *";
}
.mktoForm .mktoDateButton {
  margin-left: 20px !important;
  margin-top: -10px !important;
}
.mktoForm input[type=url],
.mktoForm input[type=text],
.mktoForm input[type=date],
.mktoForm input[type=tel],
.mktoForm input[type=email],
.mktoForm input[type=number],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
  margin: 0 !important;
  outline: 0 !important;
  width: 100% !important;
  height: 30px !important;
  border: 0 !important;
  border-bottom: 2px solid #DD6B26 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  font-size: 20px !important;
  text-transform: uppercase;
  padding: 0 !important;
  box-shadow: inset 0 0 0 0 #ddd !important;
  color: #DD6B26 !important;
}
.mktoForm input:focus, .mktoForm textarea:focus, .mktoForm select:focus {
  outline: 0;
}
.mktoForm textarea.mktoField {
  height: 150px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  float: left !important;
}
.mktoForm select.mktoField {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  background-repeat: no-repeat !important;
  background-position: right !important;
  outline: none !important;
  overflow : hidden !important;
  text-indent : 0.01px !important;
  text-overflow : '' !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid #DD6B26 !important;
  font-size: 20px !important;
  text-transform: uppercase;
  padding: 0 !important;
  background-image: url('https://pages.ripjar.com/rs/524-CJB-488/images/select-down-arrow.png') !important;
}
.mktoForm select.mktoField::-ms-expand {
    display: none !important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7D7476 !important;
  text-transform: uppercase !important;
  opacity: 0.5; /* Firefox */
  font-family: 'Noto Sans', Arial, Helvetica, sans-serif !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #7D7476 !important;
  text-transform: uppercase !important;
  font-family: 'Noto Sans', Arial, Helvetica, sans-serif !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #7D7476 !important;
  text-transform: uppercase !important;
  font-family: 'Noto Sans', Arial, Helvetica, sans-serif !important;
}
@import url('https://use.fontawesome.com/releases/v5.7.2/css/all.css');
.mktoCheckboxList {
  width: auto !important;
  float: left !important;
}
.mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {
  padding: 0 !important;
}
.mktoCheckboxList input {
    opacity: 0;
    position: absolute;
}
.mktoCheckboxList input, .mktoCheckboxList label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}
.mktoCheckboxList label {
    position: relative;
    margin-bottom: 0.7em !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 400 !important;
    color: #000000 !important;
}
.mktoCheckboxList input + label:before {
    content: '';
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    padding: 2px;
    padding-top: 2px;
    padding-bottom: 1px;
    margin-right: 12px;
    text-align: center;
    border: 0 !important;
}
.mktoCheckboxList input + label:before {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mktoCheckboxList input:checked + label:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
  color: #ffffff;
  font-weight: 900;
  font-size: 11px;
  line-height: 18px;
  -webkit-transition: background-color 200ms linear,border-color 100ms linear !important;
  -moz-transition: background-color 200ms linear,border-color 100ms linear !important;
  -o-transition: background-color 200ms linear,border-color 100ms linear !important;
  -ms-transition: background-color 200ms linear,border-color 100ms linear !important;
  transition: background-color 200ms linear,border-color 100ms linear !important;
  border-color: #DD6B26 !important;
  background-color: #DD6B26 !important;
}
body .mktoForm .mktoCheckboxList > label {
  margin-left:0 !important;
  margin-bottom: 0.4em !important;
  display: -ms-flexbox!important;
  display: flex!important;
  align-items: center !important;
  -ms-flex-align: center!important;
  align-items: center!important;
}
.mktoRadioList {
  width: auto !important;
  float: left !important;
}
.mktoRadioList input {
    opacity: 0;
    position: absolute;
}
.mktoRadioList input, .mktoRadioList label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}
.mktoRadioList label {
    position: relative;
    margin-bottom: 0.7em !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 400 !important;
    color: #000000 !important;
}
.mktoRadioList input + label:before {
    content: '';
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    padding: 2px;
    padding-top: 2px;
    padding-bottom: 1px;
    margin-right: 12px;
    text-align: center;
    border: 0 !important;
}
.mktoRadioList input + label:before {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mktoRadioList input:checked + label:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
  color: #ffffff;
  font-weight: 900;
  font-size: 11px;
  line-height: 18px;
  -webkit-transition: background-color 200ms linear,border-color 100ms linear !important;
  -moz-transition: background-color 200ms linear,border-color 100ms linear !important;
  -o-transition: background-color 200ms linear,border-color 100ms linear !important;
  -ms-transition: background-color 200ms linear,border-color 100ms linear !important;
  transition: background-color 200ms linear,border-color 100ms linear !important;
  border-color: #DD6B26 !important;
  background-color: #DD6B26 !important;
}
.mktoRadioList input:focus + label {
  outline: 0;
}
body .mktoForm .mktoRadioList > label {
  margin-left:0 !important;
  margin-bottom: 0.4em !important;
  display: -ms-flexbox!important;
  display: flex!important;
  align-items: center !important;
  -ms-flex-align: center!important;
  align-items: center!important;
}
.mktoForm input[type=url], .mktoForm input[type=text], .mktoForm input[type=date], .mktoForm input[type=tel], .mktoForm input[type=email], .mktoForm input[type=number], .mktoForm textarea.mktoField, .mktoForm select.mktoField { color: #000000 !important; }
.mktoForm .mktoButtonRow {
  width: 100% !important;
  text-align: left !important;
  margin-top: 30px !important;
}
.mktoForm .mktoHtmlText {
  width: 100% !important;
  font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 400;
  color: #000000 !important;
  margin-top: 15px !important;
}
.mktoForm .mktoButtonWrap {
  margin: 0 !important;
}
.mktoForm .mktoButtonWrap .mktoButton {
  font-family: 'flama_condensedsemibold', Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  line-height: 50px !important;
  padding: 0 20px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: inset 0 0 0 0 #ddd !important;
  background-color: #DD6B26 !important;
  color: #FFFFFF !important;
  text-transform: uppercase !important;
}
.mktoForm .mktoButtonWrap .mktoButton:hover {
  background-color: #DD6B26 !important;
  color: #FFFFFF !important;
}
.mktoForm .mktoError {
  right: auto !important;
  left: 0 !important;
}
div.mktoError .mktoErrorArrowWrap {
  width: 48px !important;
  height: 32px !important;
  top: -14px !important;
  left: 12px !important;
}
div.mktoError .mktoErrorMsg {
  text-align: center !important;
  background-color: #DD6B26 !important;
  background-image: none !important;
  border: 0px solid #DD6B26 !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0px 2px 4px rgba(102, 102, 102, 0.5);
  color: #ffffff !important;
  font-size: 12px !important;
  padding: 9px 9px !important;
  text-shadow: none !important;
  max-width: 100% !important;
}
div.mktoError .mktoErrorArrow {
  background-color: #DD6B26 !important;
  border: 1px solid #DD6B26 !important;
  height: 38px !important;
  width: 16px !important;
  margin-top: 12px !important;
}
.mktoForm a {
  text-decoration: underline !important;
  font-size: 12px !important;
  line-height: 14px !important;
  font-weight: 700 !important;
}
.mktoForm a:hover {
  text-decoration: none !important;
}
/* ------- END MARKETO FORM ------- */