@charset "UTF-8";
@font-face {
  font-family: "Overpass";
  src: url("./fonts/OVERPASS-BLACK.eot?") format("eot"), url("./fonts/OVERPASS-BLACK.woff") format("woff"), url("./fonts/OVERPASS-BLACK.ttf") format("truetype"), url("./fonts/OVERPASS-BLACK.svg") format("svg");
  font-weight: bold;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: "Overpass";
  src: url("./fonts/OVERPASS-LIGHT.eot?") format("eot"), url("./fonts/OVERPASS-LIGHT.woff") format("woff"), url("./fonts/OVERPASS-LIGHT.ttf") format("truetype"), url("./fonts/OVERPASS-LIGHT.svg") format("svg");
  font-weight: normal;
  text-rendering: optimizeLegibility; }
:root {
  --font-text: 'Overpass', sans-serif;
  --font-headers: 'Overpass', sans-serif;
  --fontsize-small: .9rem;
  --fontsize-default: 1.25rem;
  --fontsize-big: 1.75rem;
  --fontsize-bigger: 2.25rem;
  --fontsize-subtitle: 2.75rem;
  --fontsize-title: 3rem;
  --lineheight-default: 1.6; }

:root {
  --font-text: 'Overpass', sans-serif;
  --font-headers: 'Overpass', sans-serif;
  --fontsize-small: 1.25rem;
  --fontsize-default: 1.75rem;
  --fontsize-big: 2.25rem;
  --fontsize-bigger: 2.75rem;
  --fontsize-subtitle: 3.25rem;
  --fontsize-title: 3.5rem;
  --lineheight-default: 1.6; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS. */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers. */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE. */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari. */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE. */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10. */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari. */
b, strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers. */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers. */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
 * ========================================================================== */
/**
 * Remove the border on images inside links in IE 10. */
img {
  border-style: none; }

/* Forms
 * ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge. */
button, input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox. */
button, select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari. */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox. */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers. */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+. */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10. */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari. */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Remove the inner padding in Chrome and Safari on macOS. */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
 * ========================================================================== */
/* Add the correct display in Edge, IE 10+, and Firefox. */
details {
  display: block; }

/* Add the correct display in all browsers. */
summary {
  display: list-item; }

/* Misc
 * ========================================================================== */
/**
 * Add the correct display in IE 10+. */
template, [hidden] {
  display: none; }

/**
 * Add the correct display in IE 10. */
* {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0; }

body {
  font-family: var(--font-text);
  font-size: var(--fontsize-default, 1.5rem);
  line-height: var(--lineheight-default, 1.6);
  color: #222;
  background-color: #ffffff;
  overflow-x: hidden; }

h1, h2, h3, h4, h5 {
  font-family: var(--font-headers);
  font-weight: bold; }

h1 {
  font-size: var(--fontsize-title, 2.5rem);
  line-height: var(--lineheight-title, 1.5); }

h2 {
  font-size: var(--fontsize-subtitle, 2.25rem);
  line-height: var(--lineheight-subtitle, 1.5); }

h3 {
  font-size: var(--fontsize-bigger, 2rem);
  line-height: var(--lineheight-bigger, 1.5); }

h4 {
  font-size: var(--fontsize-big, 1.75rem);
  line-height: var(--lineheight-big, 1.5); }

h5 {
  font-size: var(--fontsize-default, 1.5rem);
  line-height: var(--lineheight-default, 1.5); }

h1, h2, h3, h4, h5 {
  margin-top: 0; }

a {
  text-decoration: none; }

a:link, a:visited {
  color: inherit; }

a:hover {
  color: inherit; }

figure {
  margin: 0; }

img,
iframe {
  max-width: 100%;
  height: auto; }

::-webkit-scrollbar {
  height: 24px;
  width: 8px;
  background: #222; }

::-webkit-scrollbar-thumb {
  background-color: #339871; }

* {
  scrollbar-color: #339871 #222; }

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes faderight {
  0% {
    opacity: 0;
    transform: translateX(110%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fixed-width {
  width: 960px;
  margin: 0 auto; }

@media screen and (min-width: 600px) {
  .grid-two {
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-gap: 24px; } }
.branding {
  padding: 0 12px;
  max-width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 600px) {
    .branding {
      padding: 0 24px;
      display: grid;
      align-items: center;
      grid-column-gap: 24px;
      grid-template-columns: 50% 1fr; } }
  @media screen and (min-width: 1440px) {
    .branding {
      padding: 0 48px; } }

.branding__text,
.branding__image {
  animation: fadeup 2s 1 forwards; }

.branding__text-title {
  line-height: 1.1;
  margin: 0 0 12px;
  font-size: 3.6rem; }

@media screen and (min-width: 1440px) {
  .branding__text-title {
    font-size: 5rem; } }
.branding__text-subtitle {
  font-size: 1.8rem;
  margin-top: 0;
  line-height: 1.2;
  font-weight: normal; }
  @media screen and (min-width: 1440px) {
    .branding__text-subtitle {
      font-size: 2rem; } }

.breadcrumb {
  font-size: 0.75em; }
  .breadcrumb::before {
    content: url("/wp-content/themes/salbas/img/icons/arrow-left.svg");
    transform: scale(0.7) translateY(6px);
    display: inline-block; }

.dates {
  display: block;
  text-align: center;
  border-bottom: 4px solid white;
  border-top: 4px solid white;
  width: 66%;
  margin: 24px auto; }

.entry-title {
  color: #339871;
  text-transform: uppercase;
  border-bottom: 2px solid #00cb7d;
  margin-bottom: 48px; }

.entry-meta {
  font-size: 0.8em;
  margin-bottom: 24px; }

.nav-links {
  display: flex;
  font-size: 0.8em;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid #00cb7d;
  padding-top: 24px;
  margin-top: 48px; }
  .nav-links img {
    transform: scale(0.7) translateY(6px);
    display: inline-block; }

.entry-content p {
  margin: 0 0 6px; }

.entry-content p:not(:first-child) {
  text-indent: 48px; }

.entry-content {
  text-align: justify; }

.entry-content p,
.news__item p {
  text-align: justify; }

.main-footer {
  background-image: linear-gradient(#222, black);
  color: white;
  padding: 48px; }

.main-navigation {
  text-align: center;
  padding-bottom: 12px; }

#primary-menu {
  padding-left: 0; }

#primary-menu .menu-item {
  display: inline;
  list-style: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  position: relative; }

.menu-toggle {
  display: none; }

@media screen and (max-width: 600px) {
  .main-navigation a {
    display: block; } }
@media screen and (min-width: 600px) {
  #primary-menu .menu-item:not(:last-child) {
    margin-right: 24px; } }
#primary-menu .menu-item a:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -6px;
  width: 0;
  border-bottom: 4px solid #00cb7d;
  transition: width 0.5s ease; }

#primary-menu .menu-item a:hover {
  cursor: pointer; }

#primary-menu .menu-item a:hover:after {
  width: calc(100% - 5px); }

#primary-menu .current_page_item a:after {
  width: calc(100% - 5px); }

.news {
  margin-top: 48px; }

.new {
  padding: 24px;
  display: block;
  transition: background-color 0.2s ease;
  border-radius: 8px; }

.new:hover {
  background: #f5f5f5; }

.new__title {
  clear: both;
  color: #339871;
  text-transform: uppercase;
  margin: 0; }

.new__date {
  float: left;
  text-transform: uppercase;
  font-size: 0.8em;
  margin: 0 0 6px;
  color: #555; }

.new__excerpt {
  margin-bottom: 0; }

#primary {
  display: grid; }

.primary__left,
.primary__right {
  max-width: 100vw; }

.primary__right {
  font-size: var(--fontsize-default); }

.primary__right > .inner {
  padding: 24px;
  min-height: calc(100vh - 48px); }

@media screen and (min-width: 900px) {
  #primary {
    grid-template-columns: 50% 1fr;
    align-items: center; }

  .primary__left {
    height: 100vh;
    vertical-align: center; }

  .admin-bar .primary__left {
    height: calc(100vh - 32px); }

  .primary__right {
    max-height: 100vh;
    overflow-y: auto; }

  .admin-bar .primary__right {
    max-height: calc(100vh - 32px); }

  .primary__right > .inner {
    padding: 48px; } }
@media screen and (min-width: 1440px) {
  .primary__right > .inner {
    padding: 48px 96px; } }
.primary__left {
  color: white;
  display: table;
  background-image: linear-gradient(#339871, #00cb7d); }

.primary__left > .inner {
  display: table-cell;
  vertical-align: middle; }

.default-form {
  margin: 48px 24px; }

.default-form__item,
.acf-label {
  display: block;
  margin-bottom: 12px;
  font-weight: bold; }

.default-form__item--required:before {
  content: "*";
  color: #dd0000; }

.default-form__item--email {
  height: 0;
  overflow: hidden;
  margin: 0; }

.default-form__item {
  margin-top: 24px;
  text-transform: uppercase;
  font-size: 0.9em;
  color: #339871; }

.default-form label input {
  display: block;
  border: 0;
  border-bottom: 2px dotted #555;
  width: 100%;
  margin: 8px 0 24px;
  font-size: var(--fontsize-default); }

.default-form p.helptext {
  font-weight: normal;
  font-size: 0.95em;
  color: #222;
  text-transform: none; }

.default-form label input[type=file] {
  border: 0; }

.default-form label select {
  display: block;
  border: 0;
  background: none; }

.default-form__actions {
  margin-top: 48px;
  text-align: center; }

.default-form__submit {
  border: 0;
  background-color: #339871;
  line-height: 40px;
  padding: 0 12px;
  color: white;
  text-transform: uppercase;
  font-size: var(--fontsize-small);
  font-weight: bold; }

.default-form [type=file] {
  margin-top: 12px; }

.default-form [type=radio] {
  margin-right: 6px !important; }

.default-form label label:hover {
  cursor: pointer; }

.default-form .default-form__item--assistance {
  margin-top: 48px !important; }

.default-form .default-form__item--privacy,
.default-form .default-form__item--invoice,
.default-form .default-form__item--assistance {
  text-transform: none;
  color: inherit;
  font-weight: normal; }

.default-form .default-form__item--privacy input,
.default-form .default-form__item--invoice input,
.default-form .default-form__item--assistance input {
  display: inline;
  width: auto;
  margin: 0 0 0 12px; }

.default-form .default-form__item--privacy a,
.default-form .default-form__item--invoice a,
.default-form .default-form__item--assistance a {
  color: #339871;
  text-decoration: underline; }

.default-form [type=radio]:hover {
  cursor: pointer; }

.default-form [type=submit] {
  margin-top: 48px;
  transition: background-color 0.2s ease; }

.default-form [type=submit]:hover {
  background-color: #01c97c; }

.site-messages {
  position: fixed;
  right: 24px;
  top: 24px;
  animation: faderight 2s 1 forwards;
  transition: opacity 0.2s ease; }
  .site-messages:hover {
    opacity: 0.5;
    cursor: pointer; }

.admin-bar .site-messages {
  top: calc(58px); }

.site-messages__item {
  width: 400px;
  max-width: 100%;
  padding: 12px;
  position: relative; }

.site-messages__item:after {
  content: "⨯";
  color: white;
  position: absolute;
  right: 6px;
  top: 6px; }

.site-messages__item--success {
  background-color: #00cb7d;
  color: white; }

.widget__label {
  border-bottom: 2px solid #339871; }

.widget--contact {
  color: white; }
  .widget--contact label {
    font-size: 0.8em;
    font-weight: bold; }
    .widget--contact label:before {
      content: "*";
      color: #339871; }
  .widget--contact input, .widget--contact textarea {
    max-width: 100%;
    border: 0;
    background: transparent;
    color: white; }
  .widget--contact input:not([type=submit]) {
    border-bottom: 1px dashed white; }
  .widget--contact textarea {
    border-left: 1px dashed white; }
  .widget--contact input[type=submit] {
    background-color: #00cb7d;
    color: white;
    font-size: 0.8em;
    padding: 12px;
    font-weight: bold;
    text-transform: uppercase; }

/*# sourceMappingURL=style.css.map */
