@import url('https://fonts.googleapis.com/css?family=EB+Garamond|Lato:100,300,300i,400,400i,700,900&display=swap');
/* ------------ mixins ---------------------- */
/*!
 * ress.css - v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}
*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}
/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
summary {
  display: list-item;
  /* Add the correct display in all browsers */
}
small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}
[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}
a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}
a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}
b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}
dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}
/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}
/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}
/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}
[type="number"] {
  width: auto;
  /* Firefox 36+ */
}
[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}
textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}
button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}
button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}
/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}
[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}
/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}
audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}
/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}
/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
/*! PocketGrid 1.1.0
* Copyright 2013 Arnaud Leray
* MIT License
*/
/* Border-box-sizing */
.block-group,
.block,
.block-group:after,
.block:after,
.block-group:before,
.block:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Clearfix */
.block-group {
  *zoom: 1;
}
.block-group:before,
.block-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.block-group:after {
  clear: both;
}
.block-group {
  /* ul/li compatibility */
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* Nested grid */
.block-group > .block-group {
  clear: none;
  float: left;
  margin: 0 !important;
}
/* Default block */
.block {
  float: left;
  width: 100%;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  :: mobile specifics
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*
  Thanks David <3 - https://medium.freecodecamp.com/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862
  */
body:after {
  /* displays the current media query state.*/
  background: red;
  color: white;
  content: "undefined";
  right: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
  padding: .5em 1em;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 99;
}
@media screen and (max-width: 44.9375rem) {
  body:after {
    background: orange;
    content: "mobile";
  }
}
@media screen and (min-width: 45rem) and (max-width: 74.9375rem) {
  body:after {
    background: purple;
    content: "tablet";
  }
}
@media screen and (min-width: 45rem) and (max-width: 56.1875rem) {
  body:after {
    background: purple;
    content: "tablet portrait";
  }
}
@media screen and (min-width: 45rem) {
  body:after {
    background: purple;
    content: "tablet portrait up";
  }
}
@media screen and (min-width: 56.25rem) {
  body:after {
    background: purple;
    content: "tablet landscape up";
  }
}
@media screen and (min-width: 75rem) {
  body:after {
    background: green;
    content: "desktop";
  }
}
@media screen and (min-width: 112.5rem) {
  body:after {
    background: blue;
    content: "desktop-xl";
  }
}
/* ------------ mixins ---------------------- */
.hidden {
  display: none;
}
.default_button {
  margin: 0px 19px 9px 0px;
}
.default_button a {
  margin: 0px auto;
  padding: 3px 6px;
  font-family: "SF Mono", "Monaco", "Inconsolata", "Fira Mono", "Droid Sans Mono", "Source Code Pro", monospace;
  font-size: 18px;
  color: #4a4a4a;
  text-decoration: none;
}
.default_button a:hover,
.default_button a.on {
  background: #111111;
  color: #e6e6e6;
}
#edit4admin {
  position: absolute;
  margin: 20px;
  top: 90px;
  right: 0px;
  z-index: 1201;
}
#edit4admin a {
  text-decoration: none;
  color: #fff;
}
#edit4admin a:hover {
  color: #e3e3e3;
  text-decoration: overline;
}
/*! Typebase.less v0.1.0 | MIT License */
/* Setup */
html {
  /* Change default typefaces here */
  font-family: 'Lato', BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
}
/* Copy & Lists */
p {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
ul li,
ol li {
  line-height: 1.5rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  /* Change heading typefaces here */
  font-family: 'Lato', BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  margin-top: 1.5rem;
  margin-bottom: 0;
  line-height: 1.5rem;
}
h1 {
  font-size: 4.242rem;
  line-height: 4.5rem;
  margin-top: 3rem;
}
h2 {
  font-size: 2.828rem;
  line-height: 3rem;
  margin-top: 3rem;
}
h3 {
  font-size: 1.414rem;
}
h4 {
  font-size: 0.707rem;
}
h5 {
  font-size: 0.47133333rem;
}
h6 {
  font-size: 0.3535rem;
}
/* Tables */
table {
  margin-top: 1.5rem;
  border-spacing: 0px;
  border-collapse: collapse;
}
table td,
table th {
  padding: 0;
  line-height: 24px;
}
/* Code blocks */
code {
  vertical-align: bottom;
}
/* Leading paragraph text */
.lead {
  font-size: 1.414rem;
}
/* Hug a the block above you */
.hug {
  margin-top: 0;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
html,
body {
  /*  height: 100%; */
}
.wrapper {
  width: 100%;
}
.topmenu_wrapper {
  position: fixed;
  background: #000;
  border-bottom: 1px solid #88704c;
}
.topmenu_wrapper #topmenu {
  width: 980px;
  max-width: 100%;
  margin: 0px auto;
}
.topmenu_wrapper #topmenu div {
  display: inline-block;
  width: auto;
  height: inherit;
  margin-right: 40px;
  vertical-align: middle;
}
.topmenu_wrapper #topmenu div a {
  font-size: 100%;
  text-decoration: none;
  color: #88704c;
  text-transform: uppercase;
  font-family: 'Lato', BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
}
.topmenu_wrapper #topmenu div a:hover {
  color: #fdfdfd;
}
#content_wrapper {
  padding-top: 67px;
  /* height of #topmenu .logo */
  height: 100%;
}
.color div * {
  text-align: center;
}
.color div h2 {
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 48rem) {
  .color div h2 {
    font-size: 24px;
  }
}
.color div h1,
.color div h3,
.color div h4 {
  margin: 0px;
  font-weight: 300;
  text-transform: uppercase;
}
@media screen and (max-width: 48rem) {
  .color div h1,
  .color div h3,
  .color div h4 {
    font-size: 18px;
  }
}
.color div p {
  font-size: 120%;
  text-align: center;
  margin-top: 0px;
  font-weight: 300;
}
@media screen and (max-width: 48rem) {
  .color div p {
    font-size: 100%;
  }
}
.color hr {
  display: block;
  width: 40px;
  margin: 20px auto;
  border: 2px solid #313131;
  border-radius: 3px;
}
@media screen and (max-width: 48rem) {
  .block img {
    max-width: 100%;
  }
}
.female {
  background: #f6f3f2;
  color: #313131;
  width: 100%;
}
.female .block-group {
  width: 980px;
  max-width: 100%;
  margin: 0px auto;
}
.female .block-group .block {
  width: 50%;
  height: 470px;
}
@media screen and (max-width: 48rem) {
  .female .block-group .block {
    height: 200px;
  }
}
.female .block-group .block.color {
  background: #ffe9e3;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}
.male {
  background: #d4e4e0;
  color: #fdfdfd;
  width: 100%;
}
.male .block-group {
  width: 980px;
  max-width: 100%;
  margin: 0px auto;
}
.male .block-group .block {
  width: 50%;
  height: 470px;
}
@media screen and (max-width: 48rem) {
  .male .block-group .block {
    height: 200px;
  }
}
.male .block-group .block.color {
  background: #a3c7bd;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}
.male .block-group .block.color hr {
  border: 2px solid #fdfdfd;
}
.page {
  height: 100%;
  background: #f6f3f2;
  color: #313131;
}
.page .block-group {
  width: 980px;
  max-width: 100%;
  margin: 0px auto;
  height: 100%;
}
.page .block-group .block {
  width: 50%;
  height: 100%;
}
.page .block-group .block.images {
  margin-top: 20px;
}
/* end .page */
.footer_wrapper {
  background: #000;
  border-top: 1px solid #88704c;
}
.footer_wrapper #footer {
  width: 980px;
  max-width: 100%;
  margin: 0px auto;
}
.footer_wrapper #footer div.block {
  width: 23%;
  margin: 28px 0 38px 9px;
}
.footer_wrapper #footer div.block a {
  font-size: 100%;
  text-decoration: none;
  color: #88704c;
  text-transform: uppercase;
  font-family: 'Lato', BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
}
.footer_wrapper #footer div.block a:hover {
  color: #fdfdfd;
}
.footer_wrapper #footer div.socialmedia {
  text-align: right;
}
.footer_wrapper #footer div.socialmedia div {
  display: inline-block;
  margin-left: 9px;
}
.footer_wrapper #footer div.socialmedia div a {
  font-size: 160%;
}
.footer_wrapper #footer div.contact {
  color: #88704c;
}
