/* ====================

Title: css reset
(http://meyerweb.com/eric/tools/css/reset/) 
==================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
html {
  overflow-y: scroll;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* distances */
/* other */
/* colours */
/* LESS mixins that are reusable on multiple sites */
/* utility classes that are reusable on multiple sites*/
.clear {
  clear: both;
}
.column {
  overflow: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.circle {
  border-radius: 50%;
}
.printonly {
  display: none;
}
.ibholder {
  font-size: 0;
  line-height: 0;
}
.ibitem {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 0;
}
.undo_ibholder {
  margin-left: 0;
}
.undo_ibitem {
  display: block;
  border-left: none;
  width: auto;
}
.abscenter {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.undo_abscenter {
  position: relative;
  left: auto;
  top: auto;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.imgreplace {
  display: block;
  text-indent: -1000em;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: none;
  text-align: left;
}
.flexvcenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.shadow {
  -webkit-box-shadow: 0px 10px 76px -17px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 76px -17px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 76px -17px rgba(0, 0, 0, 0.2);
}
.table {
  display: table;
  width: 100%;
}
.tablerow {
  display: table-row;
}
.tablecell {
  display: table-cell;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuBWYMZg.ttf) format('truetype');
}
body {
  color: #f6cad0;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 81.3%;
  line-height: 1.75em;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  font-weight: 400;
  letter-spacing: 1px;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin-bottom: 0;
}
h1 {
  font-size: 3.5em;
  line-height: 1.25em;
  font-weight: 700;
  letter-spacing: 0;
}
h2 {
  font-size: 1em;
  line-height: 1.25em;
  text-transform: uppercase;
}
h3 {
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0;
  padding-top: 20px;
}
h4,
h5,
h5 {
  font-size: 1em;
  line-height: 1.667em;
  font-weight: bold;
}
/* Text elements */
p {
  margin-bottom: 0;
}
p.last {
  margin-bottom: 0;
}
ul,
ol {
  margin: 0 0 12px 1.5em;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
/* Default link styles */
a,
a:hover,
a:active,
a:focus {
  color: #f6cad0;
  text-decoration: none;
}
h1 a,
h1 a:link,
h2 a,
h2 a:link,
h3 a,
h3 a:link,
h4 a,
h4 a:link,
h5 a,
h5 a:link,
h6 a,
h6 a:link {
  text-decoration: none;
}
svg .b {
  fill: #f6cad0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
legend {
  font-weight: bold;
  font-size: 1.2em;
  padding: 0 0 0 0;
  margin: 0 0 10px 0;
  display: block;
}
label,
fieldset.radio legend {
  font-weight: bold;
  margin: 4px 0 14px 0;
  display: block;
  font-size: 1em;
  padding: 0;
}
/* input widths */
input.text,
input.file,
select,
textarea {
  width: 20em;
}
textarea {
  width: 30em;
  height: 10em;
}
/* input margin, border and padding */
input.text,
textarea,
select,
input.file {
  padding: 4px;
  border: 1px solid #aaa;
  margin: 6px 0;
}
input.text.error,
textarea.error,
select.error,
input.file.error {
  background: pink;
}
label input.text,
label input.file,
label select,
label textarea {
  display: block;
  margin-bottom: 0;
}
form span.required,
form span.additional,
form span.optional {
  font-weight: normal;
  color: #f00;
}
/* checkboxes */
label.checkbox {
  margin: 10px 0;
}
label.checkbox input {
  padding: 0;
  margin: 0 0 6px 0;
}
/* radios */
fieldset.radio {
  margin: 4px 0 14px 0;
}
fieldset.radio label {
  display: inline;
  font-weight: normal;
  font-size: 1em;
}
fieldset.radio legend {
  margin-bottom: 0;
}
/* removable files */
.removablefile span.block {
  margin: 10px 0 0 0;
}
span.remove {
  cursor: pointer;
  text-decoration: underline;
}
/* buttons */
.button {
  margin: 6px 0;
}
/* randoms */
select * {
  display: block !important;
}
fieldset.hidelegend legend {
  display: none;
}
/* mixins, utilities specific to this site, and things used in multiple places */
.container .inner {
  padding: 0 47px;
  margin: 0 auto;
  max-width: 1394px;
  box-sizing: border-box;
}
/* vertical slider stuff */
.ddtoggle {
  cursor: pointer;
}
.ddcontentholder {
  overflow: hidden;
}
.ddcontentholder .ddcontent {
  margin-top: -1000000px;
}
#notices {
  background-color: #fdeff5;
  border: 3px solid #bd2863;
  margin: 0 0 24px;
  padding: 10px 12px;
  color: #5d5b5b;
  font-size: 13px;
  line-height: 1.538em;
  font-family: Arial, Helvetica, sans-serif;
}
#notices h3 {
  padding: 12px 0 12px 50px;
  margin: 0;
  color: #bd2864;
  background: url('/assets/images/base/icon-notice-failure.png') 5px center no-repeat;
  font-weight: normal;
  font-size: 1.462em;
  line-height: 1.263em;
}
#notices ol,
#notices ul {
  list-style-type: disc;
  background: none;
  margin: 0 0 0 16px;
  padding: 0 0 14px 50px;
}
#notices.confirmation {
  background-color: #f8fdf1;
  border-color: #a0c966;
}
#notices.confirmation h3 {
  background-image: url('/assets/images/base/icon-notice-success.png');
  color: #618d24;
}
#content {
  min-height: 100%;
  overflow: hidden;
  background: #43334d;
}
#content .inner,
#footer .inner {
  max-width: 1300px;
  padding: 47px 47px 120px 47px;
  margin: 0 auto;
  position: relative;
}
#header .logo img {
  width: 245px;
}
#header .quality {
  font-size: 11px;
  position: absolute;
  top: 50px;
  right: 30px;
}
#title h1 {
  padding: 150px 0 185px;
  max-width: 600px;
}
#products img,
#clients img {
  display: inline-block;
}
#products h2,
#clients h2 {
  position: relative;
}
#products .withline div,
#clients .withline div {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #f6cad0;
}
#products .withline span,
#clients .withline span {
  background: #43334d;
  padding: 0 18px 0 0;
  position: relative;
}
#products p,
#contentsub p,
#content404 p {
  padding: 25px 0 18px;
  max-width: 600px;
}
#products a,
#contentsub a,
#content404 a {
  padding-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  position: relative;
}
#products a div,
#contentsub a div,
#content404 a div {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #f6cad0;
  transition: width 0.4s ease-in;
}
#products a:hover div,
#contentsub a:hover div,
#content404 a:hover div {
  width: 100%;
}
#products #product,
#contentsub #product,
#content404 #product {
  border-top: 1px solid #f6cad0;
  padding: 150px 0 180px 380px;
}
.signupanywhere {
  border-top: none !important;
  background: url("/svg/illustration-signupanywhere.svg") no-repeat 100px 120px;
  background-size: 220px 325px;
}
.splitteroo {
  background: url("/svg/illustration-splitteroo.svg") no-repeat 100px 120px;
  background-size: 220px 325px;
}
.youtaketwo {
  background: url("/svg/illustration-youtaketwo.svg") no-repeat 100px 120px;
  background-size: 220px 325px;
}
.dailygogen {
  background: url("/svg/illustration-dailygogen.svg") no-repeat 100px 120px;
  background-size: 220px 325px;
}
#clients #logos {
  text-align: center;
  padding-top: 50px;
}
#clients .first {
  margin-right: -95px;
}
#clients img {
  display: inline-block;
}
#footer .inner {
  padding-top: 74px;
  padding-bottom: 80px;
  color: #f6cad0;
}
#footer br {
  display: none;
}
#footer p {
  color: #43334d;
}
#footer p span {
  margin: 0 20px;
  font-weight: 200;
}
#footer a {
  color: #43334d;
}
#footer #consultation {
  color: #43334d;
}
#footer #consultation a {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 34px;
  position: relative;
  padding-bottom: 5px;
}
#footer #consultation a div {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #f6cad0;
  transition: width 0.4s ease-in;
}
#footer #consultation a:hover div {
  width: 100%;
}
#footer #consultation .text {
  margin: 0 0 5px 0;
  font-size: 14px !important;
  line-height: 24px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block !important;
  font-weight: 600 !important;
}
#footer #consultation .arrow {
  font-weight: 300;
  font-size: 14px;
  margin: 0 1px 0 1px;
  display: inline-block !important;
}
#footer .address {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 20px 0 18px;
}
#footer .legal {
  font-size: 11px;
}
.address span {
  margin: 0 !important;
}
#titlesub h1 {
  padding: 150px 0 40px;
}
#contentsub p,
#contentsub ul {
  padding-bottom: 20px;
  max-width: 720px;
  margin-bottom: 0;
}
#contentsub h3 {
  padding-top: 60px;
}
#contentsub a {
  text-transform: none;
  letter-spacing: 1px;
  border-bottom: 1px dotted #f6cad0 !important;
  padding-bottom: 1px;
}
#content404 p {
  padding-bottom: 50px;
}
@media all and (max-width: 1260px) {
  #clients .first {
    margin-right: auto;
  }
  #clients img {
    display: block;
    margin: 0 auto;
  }
}
@media all and (max-width: 950px) {
  #content .inner,
  #footer .inner {
    padding-left: 27px;
    padding-right: 27px;
  }
  #header .quality {
    display: none;
  }
  #title h1,
  #titlesub h1 {
    font-size: 34px;
  }
  #products #product {
    padding: 260px 0 180px;
  }
  .signupanywhere {
    border-top: none !important;
    background: url("/svg/illustration-signupanywhere.svg") no-repeat -14px 70px;
    background-size: 150px 160px;
  }
  .splitteroo {
    padding-top: 229px !important;
    background: url("/svg/illustration-splitteroo.svg") no-repeat -33px 69px;
    background-size: 150px 160px;
  }
  .youtaketwo {
    padding-top: 192px !important;
    background: url("/svg/illustration-youtaketwo.svg") no-repeat -18px 63px;
    background-size: 150px 160px;
  }
  .dailygogen {
    padding-top: 192px !important;
    background: url("/svg/illustration-dailygogen.svg") no-repeat -18px 63px;
    background-size: 150px 160px;
  }
  #footer .getintouch {
    padding-bottom: 30px;
  }
  #footer br {
    display: block;
  }
  #footer span {
    display: none;
  }
}
@media all and (max-width: 400px) {
  #clients img {
    width: 210px;
    height: 108px;
  }
}
