﻿/* #region GREY LAYOUT */
/* new */
/* old -- still in use! */
/* #endregion */
/* #region BRAND COLORS */
/* for reference: old colors are behind every value in comments */
/*#0A665A;*/
/*#4AA89B;*/
/*#92CBC3;*/
/*#C6E2DE;*/
/*#DBEEEB;*/
/*#EBF7F5;*/
/*#D46124;*/
/*#FB9860;*/
/*#FDC19F;*/
/*#FEEADF;*/
/*#004878;*/
/*#4086B6;*/
/*#8CB6D3;*/
/*#D9E7F1;*/
/*#0084BD;*/
/*#40B7EA;*/
/*#8CD4F2;*/
/*#D9F1FB;*/
/*#A82623;*/
/*#DA6260;*/
/*#E9A19F;*/
/*#F8E0DF;*/
/*#71A133;*/
/*#AAD56F;*/
/*#CCE6A8;*/
/*#EEF7E2;*/
/*#D99800;*/
/*#FFC740;*/
/*#FFDD8C;*/
/*#FFF4D9;*/
/*#7A407A;*/
/*#B97FB9;*/
/*#D5B2D5;*/
/*#F1E6F1;*/
/*#A10541;*/
/*#D4447D;*/
/*#E58FB1;*/
/*#F7DAE5;*/
/* #endregion */
/* #region OTHER BRAND'S COLORS */
/* #endregion */
/* SEARCH COLORS */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
abbr,
acronym,
em,
img,
strong,
sub,
sup,
ol,
ul,
li,
fieldset,
form,
label {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
}
html {
  font-family: small;
}
body,
input,
select,
textarea,
button {
  color: #333;
  font-family: 'Titillium', sans-serif;
  font-size: 17px;
  letter-spacing: 0.02em;
  outline: 0;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  /* specify text-resizing on safari-mobile */
}
body {
  background: #efefef;
  line-height: 1.5em;
  overflow-x: hidden;
  width: 100%;
}
body.watermark:before {
  content: attr(data-watermark);
  position: fixed;
  height: 25vh;
  width: calc((100% - 1200px)/2);
  top: 37.5vh;
  line-height: 25vh;
  font-size: 6em;
  z-index: 99999;
  opacity: 0.15;
  text-align: center;
  display: block;
  pointer-events: none;
}
@media screen and (min-width: 650px) {
  body.watermark:after {
    content: attr(data-watermark);
    position: fixed;
    height: 25vh;
    width: calc((100% - 1200px)/2);
    top: 37.5vh;
    line-height: 25vh;
    font-size: 6em;
    z-index: 99999;
    opacity: 0.15;
    text-align: center;
    display: block;
    right: 0;
    pointer-events: none;
  }
}
input,
button,
select,
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=search] {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-input-list-button {
  display: none;
}
input::-webkit-contacts-auto-fill-button {
  /*(ignore the intellisence message, it really works). This is for removing the autofill icon in input fields in safari (that icon causes unwanted effects)*/
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
button {
  cursor: pointer;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
label {
  font-weight: bold;
}
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: baseline;
}
th {
  font-weight: bold;
}
th,
td {
  padding: 0.3em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
nav ul {
  list-style-type: none;
  margin-left: 0;
}
::-moz-focus-inner {
  border: 0;
  outline: 0;
}
::selection {
  background: #009ee3;
  color: #fff;
}
a {
  color: #333333;
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}
a:hover,
a:active {
  color: #009EE3;
}
.note {
  font-style: italic;
  font-size: 80%;
  padding: 0.5em 0;
}
img {
  height: auto;
  max-width: 100%;
}
#old-ie {
  display: none;
}
/* MEDIUM SCREENS */
@media screen and (min-width: 650px) {
  html {
    font-family: medium;
    min-height: 100%;
  }
}
/* LARGE SCREENS */
@media screen and (min-width: 900px) {
  html {
    font-family: large;
    /* Evident mediaqueries */
  }
}