/*!
Theme Name: SSU custom
Theme URI: http://underscores.me/
Author: new_formats Hannes_dolde
Author URI: http://new-formats.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ssu_c
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

SSU custom is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,900&display=swap");
::selection {
  background: transparent;
  color: #ff9800; }

::-moz-selection {
  background: transparent;
  color: #ff9800; }

.fade_1 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00080a+0,0e4a51+79,291a7f+100 */
  background: #00080a;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #00080a 0%, #0e4a51 79%, #291a7f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #00080a 0%, #0e4a51 79%, #291a7f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #00080a 0%, #0e4a51 79%, #291a7f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00080a', endColorstr='#291a7f',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  background-size: cover;
  background-image: url("images/bg.svg"); }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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; }

/**
 * 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 */
  /* 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 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

p strong {
  letter-spacing: 0.05em; }

li strong {
  font-weight: 600; }

.big {
  font-size: 0.8rem;
  font-weight: 600; }
  @media only screen and (min-width: 768px) {
    .big {
      font-size: 1.2rem; } }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin-top: 0;
  word-break: break-word; }

.bright {
  color: #ff9800; }
  .bright::selection {
    color: black; }
  .bright::-moz-selection {
    color: black; }

a, a:hover {
  transition: color 0.1s ease-in-out; }

.dark .bright {
  color: #ff9800; }
  .dark .bright::selection {
    color: #ececec; }
  .dark .bright::-moz-selection {
    color: #ececec; }

.add_singa_logo:before {
  content: "";
  background: url("images/signa_logo.svg"); }

h1 {
  font-size: 2.5rem;
  line-height: 1.1em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  letter-spacing: 0.02em; }
  h1 a, h1 a:visited {
    color: inherit;
    text-decoration-line: none; }

h2 {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3em; }

h3 {
  font-size: 1rem;
  font-weight: 600; }

.over_headline {
  display: inline-block;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  background: #ececec;
  padding: 0.3rem 0.5rem;
  font-size: 0.8rem;
  color: black; }

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 5rem;
    max-width: 900px; }

  h2 {
    font-size: 1.5rem; }

  h3 {
    font-size: 1.2rem; }

  .over_headline {
    font-size: 1rem;
    padding: 0.5rem 1rem; } }
p {
  margin-bottom: 1.5em;
  font-size: 0.8rem; }
  @media only screen and (min-width: 768px) {
    p {
      font-size: 1rem; } }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

@media only screen and (min-width: 800px) {
  .copy-col-md-2 {
    column-count: 2;
    column-gap: 2rem; } }
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  background: #191919;
  color: #ececec; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

.ui-dialog {
  z-index: 9999;
  height: 100%;
  width: 100%;
  position: relative; }
  .ui-dialog iframe {
    border: 0.5rem solid #ff9800; }

.ui-dialog-titlebar {
  z-index: 999;
  position: relative; }
  .ui-dialog-titlebar .ui-dialog-titlebar-close {
    background: url("images/x_button.svg");
    height: 3rem;
    width: 3rem;
    position: absolute;
    top: 3rem;
    left: 2rem;
    border: none;
    text-indent: -9999px; }

#typeform-full {
  display: none;
  border: 0.5rem solid #ff9800; }

#masthead {
  position: absolute;
  z-index: 998;
  width: 100%; }
  #masthead .site-branding img, #masthead .logo {
    height: 120px;
    width: 120px;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 768px) {
      #masthead .site-branding img, #masthead .logo {
        height: 160px;
        width: 200px; } }

#colophon {
  min-height: 300px;
  background: black;
  padding: 2rem 0; }

.bg_img {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100; }

ul, ol {
  margin: 0;
  padding-left: 1rem; }
  ul.big, ul.bricks, ol.big, ol.bricks {
    padding-left: 0; }
    ul.big li, ul.bricks li, ol.big li, ol.bricks li {
      list-style: none;
      margin-bottom: 0.3em; }
      ul.big li div, ul.bricks li div, ol.big li div, ol.bricks li div {
        background: #ececec;
        color: black;
        font-weight: 600;
        font-size: 0.7rem;
        padding: 0.3em 1rem;
        display: inline-block; }
        @media only screen and (min-width: 768px) {
          ul.big li div, ul.bricks li div, ol.big li div, ol.bricks li div {
            font-size: 1.1rem; } }
  ul.bricks li, ul.bricks li div, ol.bricks li, ol.bricks li div {
    display: inline; }
  ul.bright li div, ol.bright li div {
    background: #ff9800; }
    ul.bright li div::selection, ol.bright li div::selection {
      color: #ececec; }
    ul.bright li div::-moz-selection, ol.bright li div::-moz-selection {
      color: #ececec; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

ul.flex {
  display: flex;
  padding: 0;
  margin: 0; }
  ul.flex li {
    list-style: none;
    margin-right: 1rem; }
  ul.flex li:last-child {
    margin-right: 0; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.add_space {
  margin-top: 2rem; }

:focus {
  outline: none !important; }

.accordion .acc_group {
  border-bottom: 1px solid #ececec; }
  .accordion .acc_group .acc_head {
    position: relative; }
    .accordion .acc_group .acc_head h1 {
      font-size: 2rem;
      margin-top: 0.5em; }
      @media only screen and (min-width: 768px) {
        .accordion .acc_group .acc_head h1 {
          font-size: 3rem; } }
  .accordion .acc_group .acc_content {
    background: #ececec;
    color: black;
    padding: 1rem; }
    .accordion .acc_group .acc_content img.more {
      width: 100%; }
    .accordion .acc_group .acc_content img.banner {
      max-width: calc(100% + 2rem);
      margin-left: -1rem;
      margin-top: -1rem; }
    .accordion .acc_group .acc_content .flex {
      display: flex;
      flex-flow: row wrap;
      align-items: center; }
      .accordion .acc_group .acc_content .flex img {
        width: 50%;
        padding: 0 1rem;
        filter: grayscale(100%);
        mix-blend-mode: multiply; }
        .accordion .acc_group .acc_content .flex img:hover {
          filter: grayscale(0%); }
        .accordion .acc_group .acc_content .flex img:first-child {
          padding-left: 0; }
        .accordion .acc_group .acc_content .flex img:last-child {
          padding-right: 0; }
    @media only screen and (min-width: 768px) {
      .accordion .acc_group .acc_content {
        padding: 2rem; }
        .accordion .acc_group .acc_content img.banner {
          max-width: calc(100% + 4rem);
          margin-left: -2rem;
          margin-top: -2rem; }
        .accordion .acc_group .acc_content .flex img {
          padding: 0 2rem;
          width: 25%; } }
.accordion .acc_group:nth-child(3) .flex img, .accordion .acc_group:nth-child(4) .flex img {
  width: 33%; }

.people ul {
  padding: 2rem 0;
  flex-wrap: wrap; }
  .people ul li {
    position: relative;
    margin-right: 0;
    margin-bottom: 2rem;
    padding-right: 1rem;
    flex: 1 0 25%;
    /* explanation below */
    flex-grow: inherit; }
    .people ul li img {
      width: 100%;
      grid-column: 1; }
    .people ul li .linkedin_icon {
      display: block;
      position: relative;
      z-index: 9;
      margin-top: -2.5rem;
      z-index: 9;
      text-indent: -9999px;
      height: 2rem;
      width: 2rem;
      background-size: cover; }
    .people ul li .right {
      grid-row: 2;
      grid-column: 1; }
    .people ul li .cv, .people ul li .short {
      grid-row: 3;
      grid-column: 1; }
    .people ul li.medium, .people ul li.large {
      flex: 1 0 50%;
      flex-grow: inherit;
      display: grid;
      grid-template-columns: 1fr; }
      .people ul li.medium img, .people ul li.large img {
        grid-column: 1;
        grid-row: 1; }
      .people ul li.medium .right, .people ul li.large .right {
        grid-column: 1;
        grid-row: auto; }
      .people ul li.medium .linkedin_icon, .people ul li.large .linkedin_icon {
        grid-column: 1;
        grid-row: 1;
        align-self: end; }
      .people ul li.medium .cv, .people ul li.medium .short, .people ul li.large .cv, .people ul li.large .short {
        grid-column: 1;
        grid-row: auto;
        font-size: 0.6rem; }
      .people ul li.medium .cv, .people ul li.large .cv {
        display: none; }
      @media only screen and (min-width: 768px) {
        .people ul li.medium, .people ul li.large {
          grid-template-columns: 40% 60%;
          grid-template-rows: 1fr 2rem;
          flex-grow: inherit; }
          .people ul li.medium img, .people ul li.large img {
            grid-column: 1;
            grid-row: 1 / span 2; }
          .people ul li.medium .right, .people ul li.large .right {
            padding-left: 1rem;
            grid-row: 1;
            grid-column: 2; }
          .people ul li.medium .linkedin_icon, .people ul li.large .linkedin_icon {
            grid-column: 2;
            grid-row: 2;
            align-self: end;
            justify-self: start;
            margin-left: 1rem; }
          .people ul li.medium .cv, .people ul li.medium .short, .people ul li.large .cv, .people ul li.large .short {
            grid-column: 2;
            grid-row: 2;
            font-size: inherit; } }
    .people ul li.large {
      flex: 1 0 100%; }
      .people ul li.large .cv {
        font-size: 0.8; }
      @media only screen and (min-width: 768px) {
        .people ul li.large {
          grid-template-columns: 30% 70%;
          grid-template-rows: 1fr 3rem; }
          .people ul li.large img {
            grid-column: 1;
            grid-row: 1 / span 2; }
          .people ul li.large .linkedin_icon {
            grid-column: 2;
            grid-row: 2;
            height: 3rem;
            width: 3rem; }
          .people ul li.large .right {
            grid-column: 2;
            grid-row: 1; }
          .people ul li.large .short, .people ul li.large .cv {
            grid-column: 2;
            font-size: inherit; }
          .people ul li.large .short {
            display: none; }
          .people ul li.large .cv {
            display: block; } }
.people p {
  margin: 0.4em 0; }

.news .date, .archive .date, .single .date {
  background: #ececec;
  padding: 0.5rem;
  color: black;
  margin-bottom: 0;
  display: inline-block;
  font-weight: 600;
  margin: 0; }
.news .entry-title, .archive .entry-title, .single .entry-title {
  font-weight: 900;
  margin-bottom: 0.5em;
  letter-spacing: 0.05rem; }
  .news .entry-title a, .archive .entry-title a, .single .entry-title a {
    text-decoration: none;
    color: #ececec; }
    .news .entry-title a:visited, .archive .entry-title a:visited, .single .entry-title a:visited {
      color: #ececec; }

.single .date {
  position: relative;
  top: -1em; }
.single .entry-content ul {
  margin-bottom: 2rem; }

.edit-link {
  float: right;
  padding: 1rem;
  background: #ececec; }
  .edit-link a {
    color: black !important;
    font-weight: 600;
    text-decoration: none; }

.clearfix {
  clear: both; }

.archive .entry-title a {
  color: #ff9800; }
  .archive .entry-title a:visited {
    color: #ff9800; }

#news .news {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  margin-left: -1rem;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    #news .news {
      grid-template-columns: 1fr; } }
  #news .news li {
    grid-column: 2;
    list-style: none; }
    @media only screen and (max-width: 768px) {
      #news .news li {
        grid-column: 1; }
        #news .news li h2 a {
          color: #ff9800; }
          #news .news li h2 a:visited {
            color: #ff9800; }
          #news .news li h2 a::selection {
            color: #ececec !important; }
          #news .news li h2 a::-moz-selection {
            color: #ececec !important; } }
  @media only screen and (min-width: 768px) {
    #news .news li:first-child {
      grid-column: 1;
      grid-row: 1 / span 3; }
      #news .news li:first-child h2 {
        font-size: 1.5rem;
        letter-spacing: 0.01rem;
        font-size: 3rem; }
        #news .news li:first-child h2 a {
          color: #ff9800; }
          #news .news li:first-child h2 a:visited {
            color: #ff9800; }
          #news .news li:first-child h2 a::selection {
            color: #ececec !important; }
          #news .news li:first-child h2 a::-moz-selection {
            color: #ececec !important; }
      #news .news li:first-child p {
        font-size: 1.5rem; } }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #ff9800; }
  a:visited {
    color: #ff9800; }
  a:hover, a:focus, a:active {
    color: #ff9800; }
  a:hover {
    color: #ff9800 !important; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.admin-bar #fly-out-navigation {
  top: 32px;
  height: calc(100vh - 32px); }
.admin-bar #nav_toggle {
  top: calc(2rem + 32px); }

.plus_minus_toggle {
  position: absolute;
  top: 0;
  right: 1rem;
  height: 2rem;
  width: 2rem; }
  .plus_minus_toggle .bar_1, .plus_minus_toggle .bar_2 {
    position: absolute;
    top: calc(50% - 0.2rem);
    height: 0.4rem;
    width: 100%;
    background: #ff9800;
    transition: transform .1s ease-in-out; }
  .plus_minus_toggle .bar_2 {
    transform: rotate(-90deg); }
  @media only screen and (min-width: 768px) {
    .plus_minus_toggle {
      height: 3rem;
      width: 3rem;
      background: transparent;
      border: none; }
      .plus_minus_toggle .bar_1, .plus_minus_toggle .bar_2, .plus_minus_toggle .bar_3 {
        height: 0.6rem; }
      .plus_minus_toggle .bar_2 {
        top: calc(50% - 0.3rem); }
      .plus_minus_toggle[aria-expanded="true"] .bar_1, .plus_minus_toggle[aria-expanded="true"] .bar_2, .plus_minus_toggle[aria-expanded="true"] .bar_3 {
        top: calc(50% - 0.3rem); } }

.acc_head[aria-expanded="true"] .plus_minus_toggle .bar_2 {
  transform: rotate(0deg); }

#nav_toggle {
  z-index: 999;
  position: fixed;
  top: 1rem;
  right: 1rem;
  border: 0.5rem solid #191919;
  background: #191919;
  border-right: none;
  height: 3rem;
  width: 2.5rem; }
  #nav_toggle .bar_1, #nav_toggle .bar_2, #nav_toggle .bar_3 {
    height: 0.4rem;
    width: 100%;
    background: #ff9800;
    position: absolute;
    transition: transform .1s ease-in-out; }
  #nav_toggle .bar_1, #nav_toggle .bar_2, #nav_toggle .bar_3 {
    transform: rotate(0deg); }
  #nav_toggle .bar_1 {
    top: 0; }
  #nav_toggle .bar_2 {
    top: calc(50% - 0.2rem); }
  #nav_toggle .bar_3 {
    top: initial;
    bottom: 0; }
  #nav_toggle[aria-expanded="true"] {
    border: none;
    background: transparent; }
    #nav_toggle[aria-expanded="true"] .bar_1, #nav_toggle[aria-expanded="true"] .bar_2, #nav_toggle[aria-expanded="true"] .bar_3 {
      top: calc(50% - 0.2rem); }
    #nav_toggle[aria-expanded="true"] .bar_1, #nav_toggle[aria-expanded="true"] .bar_2 {
      transform: rotate(45deg); }
    #nav_toggle[aria-expanded="true"] .bar_3 {
      transform: rotate(-45deg); }
  @media only screen and (min-width: 768px) {
    #nav_toggle {
      top: 2rem;
      right: 2rem;
      height: 3rem;
      width: 3rem;
      background: transparent;
      border: none; }
      #nav_toggle .bar_1, #nav_toggle .bar_2, #nav_toggle .bar_3 {
        height: 0.6rem; }
      #nav_toggle .bar_2 {
        top: calc(50% - 0.3rem); }
      #nav_toggle[aria-expanded="true"] .bar_1, #nav_toggle[aria-expanded="true"] .bar_2, #nav_toggle[aria-expanded="true"] .bar_3 {
        top: calc(50% - 0.3rem); } }

#fly-out-navigation_container {
  overflow: hidden; }

#fly-out-navigation {
  z-index: 998;
  height: 100vh;
  right: -500px;
  width: 500px;
  max-width: calc(100% - 50px);
  transition: right 0.2s ease-in-out;
  top: 0;
  padding: 2rem;
  display: grid;
  grid-template-rows: 5rem 1fr 10rem;
  grid-template-colummns: 1fr;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#212121+0,000000+100 */
  background: #212121;
  /* Old browsers */
  background: -moz-linear-gradient(left, #212121 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #212121 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #212121 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#000000',GradientType=1 );
  /* IE6-9 */ }
  #fly-out-navigation[aria-expanded="true"] {
    right: 0; }
  #fly-out-navigation .menu-fly-out-menu-container {
    grid-row: 2; }
    #fly-out-navigation .menu-fly-out-menu-container #menu-fly-out-menu li {
      float: none;
      text-transform: uppercase;
      font-size: 2rem;
      padding: 0;
      margin: 0;
      margin-bottom: 1rem;
      line-height: 1.2em; }
      @media only screen and (min-width: 768px) {
        #fly-out-navigation .menu-fly-out-menu-container #menu-fly-out-menu li {
          font-size: 3rem;
          line-height: 1.4em; } }
      #fly-out-navigation .menu-fly-out-menu-container #menu-fly-out-menu li a {
        font-weight: 900;
        color: #ff9800; }
        #fly-out-navigation .menu-fly-out-menu-container #menu-fly-out-menu li a:hover {
          background: transparent;
          color: #ececec !important; }
  #fly-out-navigation .lower {
    grid-row: 3;
    border-top: 1px solid #ececec;
    padding-top: 4rem;
    display: grid;
    grid-template-columns: 1fr 1fr; }
    #fly-out-navigation .lower .left {
      grid-column: 1; }
    #fly-out-navigation .lower .right {
      grid-column: 2;
      text-align: right; }
      #fly-out-navigation .lower .right p {
        margin-top: 0; }
    #fly-out-navigation .lower .icon {
      margin-right: 0.5rem; }
      #fly-out-navigation .lower .icon a {
        height: 2rem;
        width: 2rem;
        background-size: cover;
        background-repeat: no-repeat;
        display: inline-block;
        cursor: pointer;
        text-indent: -9999px; }
        @media only screen and (min-width: 768px) {
          #fly-out-navigation .lower .icon a {
            height: 4rem;
            width: 4rem; } }

.dark .fb_icon, #fly-out-navigation-container .fb_icon {
  background-image: url(images/facebook_icon_dark.svg); }
  .dark .fb_icon:hover, #fly-out-navigation-container .fb_icon:hover {
    background-image: url(images/facebook_icon.svg); }
.dark .linkedin_icon, #fly-out-navigation-container .linkedin_icon {
  background-image: url(images/linkedin_icon_dark.svg); }
  .dark .linkedin_icon:hover, #fly-out-navigation-container .linkedin_icon:hover {
    background-image: url(images/linkedin_icon.svg); }

.fb_icon {
  background-image: url(images/facebook_icon.svg); }
  .fb_icon:hover {
    background-image: url(images/facebook_icon_dark.svg); }

.linkedin_icon {
  background-image: url(images/linkedin_icon.svg); }
  .linkedin_icon:hover {
    background-image: url(images/linkedin_icon_dark.svg); }

.page-template-page-home #bottom-bar-navigation {
  display: block; }

#cookie-notice .cookie-notice-container {
  padding: 0.5rem 1rem;
  max-width: 1300px;
  margin: auto;
  text-align: left; }
  #cookie-notice .cookie-notice-container .cn-text-container {
    min-height: 3rem; }
  @media only screen and (max-width: 768px) {
    #cookie-notice .cookie-notice-container #cn-notice-buttons {
      display: block;
      text-align: center; } }
  #cookie-notice .cookie-notice-container .cn-button.bootstrap {
    border-radius: 0;
    background: black; }

body.home #cookie-notice.cn-position-bottom {
  bottom: 3rem; }

#bottom-bar-navigation {
  display: none;
  bottom: 0;
  background: #ececec;
  z-index: 996;
  width: 100%; }
  #bottom-bar-navigation ul {
    max-width: 1300px;
    margin: auto; }
    #bottom-bar-navigation ul li {
      line-height: 3rem; }
      #bottom-bar-navigation ul li a {
        padding: 0 1rem; }
        @media only screen and (min-width: 768px) {
          #bottom-bar-navigation ul li a {
            padding: 0 2rem; } }

.main-navigation {
  clear: both;
  display: block;
  float: left;
  position: fixed; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    /*
    .current-menu-item{
        pointer-events:none;
        cursor:default;
        a{
            background: black;
            color:$color__highlight;
            &:hover{
                color:$off_white;
            }
        }
    }
    */ }
    .main-navigation ul li a {
      font-weight: 600;
      color: black; }
      .main-navigation ul li a:hover {
        background: black;
        color: #ff9800; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

.comment-navigation,
.posts-navigation,
.post-navigation {
  padding: 2rem 0; }
  .comment-navigation .nav-links,
  .posts-navigation .nav-links,
  .post-navigation .nav-links {
    padding-bottom: 1rem; }
    .comment-navigation .nav-links > div:before,
    .posts-navigation .nav-links > div:before,
    .post-navigation .nav-links > div:before {
      display: block; }
    .comment-navigation .nav-links > div a, .comment-navigation .nav-links > div a:visited,
    .posts-navigation .nav-links > div a,
    .posts-navigation .nav-links > div a:visited,
    .post-navigation .nav-links > div a,
    .post-navigation .nav-links > div a:visited {
      max-width: 30rem;
      color: #ececec;
      font-weight: 900;
      text-decoration: none; }
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    float: left;
    border-bottom: 1px solid white;
    padding-bottom: 1rem;
    margin-bottom: 1rem; }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    float: right;
    text-align: right;
    padding-bottom: 1rem; }
  .comment-navigation .nav-previous:before,
  .posts-navigation .nav-previous:before,
  .post-navigation .nav-previous:before {
    content: "previous post"; }
  .comment-navigation .nav-next:before,
  .posts-navigation .nav-next:before,
  .post-navigation .nav-next:before {
    content: "next post"; }
  @media only screen and (min-width: 768px) {
    .comment-navigation .nav-previous,
    .posts-navigation .nav-previous,
    .post-navigation .nav-previous {
      width: 50%;
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
    .comment-navigation .nav-next,
    .posts-navigation .nav-next,
    .post-navigation .nav-next {
      width: 50%; } }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #191919;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.updated:not(.published) {
  display: none; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.entry-content {
  color: #ececec;
  background: transparent; }
  .entry-content.dark {
    color: #ececec;
    background: #191919; }

section {
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ececec;
  color: black; }
  section.dark {
    color: #ececec;
    background: #191919; }

section:first-child {
  padding-top: 0; }

.archive .the-archive .content {
  display: grid;
  grid-gap: 1rem;
  width: 100%;
  grid-template-columns: 1fr; }
  .archive .the-archive .content article .entry-title a {
    text-decoration-line: none; }
  .archive .the-archive .content article .entry-content {
    background: transparent; }
  @media only screen and (min-width: 600px) {
    .archive .the-archive .content {
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (min-width: 900px) {
    .archive .the-archive .content {
      grid-template-columns: 1fr 1fr 1fr; } }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.no-sidebar .content-area {
  float: none;
  margin-left: auto;
  margin-right: auto; }
.no-sidebar .site-main {
  margin-right: 0; }

.inner {
  max-width: 1300px;
  z-index: 200;
  margin: auto;
  padding: 0 1rem; }

#home {
  color: #ececec;
  min-height: 100vh;
  overflow: hidden;
  position: relative; }

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

.head_group {
  position: relative;
  top: 25vh; }

.page {
  min-height: 75vh; }

.page:not(.home) #main > .page, .single #main > .post, .archive #main > .the-archive {
  margin-top: 25vh; }

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