@charset "UTF-8";
/*!
Theme Name: RYFfeedback
Author: RAISE YOUR FLAG Kreativbüro
Author URI: http://www.raiseyourflag.ch/
Description: A Custom Template for RYFfeedback
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: RYFfeedback (Slug)

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
# Fonts
# Vendors
# Typography & Color
# Elements
# Forms
# Navigation
# Modules
# Content
# MediaQuery
# Overwrites

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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.
 */
@import url("//hello.myfonts.net/count/338931");
/* line 11, sass/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* line 16, sass/_normalize.scss */
html.filter-open,
body.filter-open {
  overflow: hidden;
  position: relative;
  height: 100%;
}

/* line 23, sass/_normalize.scss */
html.open,
body.open {
  overflow: hidden;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 35, sass/_normalize.scss */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 44, sass/_normalize.scss */
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.
 */
/* line 57, sass/_normalize.scss */
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.
 */
/* line 68, sass/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 80, sass/_normalize.scss */
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.
 */
/* line 89, sass/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 99, sass/_normalize.scss */
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.
 */
/* line 109, sass/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 120, sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 137, sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 141, sass/_normalize.scss */
sup {
  top: -0.5em;
}

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

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 163, sass/_normalize.scss */
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.
 */
/* line 179, sass/_normalize.scss */
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.
 */
/* line 189, sass/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 209, sass/_normalize.scss */
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.
 */
/* line 221, sass/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 232, sass/_normalize.scss */
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.
 */
/* line 243, sass/_normalize.scss */
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.
 */
/* line 256, sass/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 264, sass/_normalize.scss */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 283, sass/_normalize.scss */
[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.
 */
/* line 293, sass/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 302, sass/_normalize.scss */
[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.
 */
/* line 311, sass/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/*
 * Add the correct display in all browsers.
 */
/* line 331, sass/_normalize.scss */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 342, sass/_normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 350, sass/_normalize.scss */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Vendors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Vendors
--------------------------------------------------------------*/
@-webkit-keyframes test {
  0% {
    background-color: #ffccf2;
  }
  50% {
    background-color: #ccffcc;
  }
  100% {
    background-color: #ccffff;
  }
}
@keyframes test {
  0% {
    background-color: #ffccf2;
  }
  50% {
    background-color: #ccffcc;
  }
  100% {
    background-color: #ccffff;
  }
}
/*--------------------------------------------------------------
# Typography & Color
--------------------------------------------------------------*/
/* line 27, sass/colors/_colors.scss */
.c--black {
  color: #000;
}

/* line 31, sass/colors/_colors.scss */
.c--white {
  color: #fff;
}

/* line 36, sass/colors/_colors.scss */
.bgc--black {
  background-color: #000;
}

/* line 40, sass/colors/_colors.scss */
.bgc--white {
  background-color: #fff;
}

/* line 45, sass/colors/_colors.scss */
.fill--black {
  fill: #000;
}

/* line 49, sass/colors/_colors.scss */
.fill--white {
  fill: #fff;
}

/* line 54, sass/colors/_colors.scss */
.stroke--black {
  stroke: #000;
}

/* line 58, sass/colors/_colors.scss */
.stroke--white {
  stroke: #fff;
}

@font-face {
  font-family: 'BrandonTextWeb-Light';
  src: url("fonts/338931_0_0.eot");
  src: url("fonts/338931_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/338931_0_0.woff2") format("woff2"), url("fonts/338931_0_0.woff") format("woff"), url("fonts/338931_0_0.ttf") format("truetype");
}
@font-face {
  font-family: 'BrandonTextWeb-Medium';
  src: url("fonts/338931_1_0.eot");
  src: url("fonts/338931_1_0.eot?#iefix") format("embedded-opentype"), url("fonts/338931_1_0.woff2") format("woff2"), url("fonts/338931_1_0.woff") format("woff"), url("fonts/338931_1_0.ttf") format("truetype");
}
/* line 36, sass/typography/_typography.scss */
::-moz-selection {
  background-color: #000;
  color: #fff;
}

/* line 41, sass/typography/_typography.scss */
::-moz-selection {
  background-color: #000;
  color: #fff;
}
::selection {
  background-color: #000;
  color: #fff;
}

/* line 46, sass/typography/_typography.scss */
body {
  color: #404040;
  /* hyphens */
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* line 57, sass/typography/_typography.scss */
body,
p,
.para,
.roman,
td,
button,
input,
select,
optgroup,
textarea,
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"] {
  font-family: "BrandonTextWeb-light", Roboto, sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
  letter-spacing: 0em;
}
@media only screen and (max-width: 768px) {
  /* line 57, sass/typography/_typography.scss */
  body,
  p,
  .para,
  .roman,
  td,
  button,
  input,
  select,
  optgroup,
  textarea,
  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"] {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
  }
}

/* line 96, sass/typography/_typography.scss */
h1,
.heading1 {
  font-family: "BrandonTextWeb-Medium", Roboto, sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.23529;
  letter-spacing: 0em;
}
@media only screen and (max-width: 1024px) {
  /* line 96, sass/typography/_typography.scss */
  h1,
  .heading1 {
    font-size: 30.6px;
    font-size: 1.9125rem;
    line-height: 1.23529;
  }
}
@media only screen and (max-width: 768px) {
  /* line 96, sass/typography/_typography.scss */
  h1,
  .heading1 {
    font-size: 27.2px;
    font-size: 1.7rem;
    line-height: 1.23529;
  }
}

/* line 114, sass/typography/_typography.scss */
h2,
.heading2 {
  font-family: "BrandonTextWeb-Medium", Roboto, sans-serif;
  font-weight: normal;
  margin-bottom: 7px;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1;
  letter-spacing: 0em;
}
@media only screen and (max-width: 1024px) {
  /* line 114, sass/typography/_typography.scss */
  h2,
  .heading2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
  }
}
@media only screen and (max-width: 768px) {
  /* line 114, sass/typography/_typography.scss */
  h2,
  .heading2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
  }
}

/* line 132, sass/typography/_typography.scss */
h3,
.heading3 {
  font-family: "BrandonTextWeb-light", Roboto, sans-serif;
  font-weight: normal;
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0em;
}

/* line 148, sass/typography/_typography.scss */
h1,
h2,
h3,
h4,
heading1,
heading2,
heading3,
heading4,
p {
  clear: both;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

/* line 165, sass/typography/_typography.scss */
.bold,
strong {
  font-family: "BrandonTextWeb-Medium", Roboto, sans-serif;
}

/* line 172, sass/typography/_typography.scss */
a {
  color: inherit;
  text-decoration: underline;
}
/* line 175, sass/typography/_typography.scss */
a:hover, a:focus, a:active {
  color: #fff;
  text-decoration: underline;
}
/* line 181, sass/typography/_typography.scss */
a:visited {
  color: inherit;
}
/* line 184, sass/typography/_typography.scss */
a:focus {
  outline: none;
}
/* line 187, sass/typography/_typography.scss */
a:hover, a:active {
  outline: 0;
}

/* line 193, sass/typography/_typography.scss */
a,
a:visited,
a:focus {
  color: #fff;
  text-decoration: none;
}

/* line 200, sass/typography/_typography.scss */
a:hover {
  color: #FB1032;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* line 3, sass/elements/_elements.scss */
html {
  box-sizing: border-box;
}

/* line 7, sass/elements/_elements.scss */
*,
*: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;
}

/* line 13, sass/elements/_elements.scss */
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

/* line 1, sass/elements/_lists.scss */
ul, ol {
  margin: 0px;
}

/* line 5, sass/elements/_lists.scss */
ul {
  list-style: none;
  padding: 0px;
}

/* line 10, sass/elements/_lists.scss */
ol {
  list-style: decimal;
}

/* line 14, sass/elements/_lists.scss */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0;
}

/* line 20, sass/elements/_lists.scss */
dt {
  font-weight: bold;
}

/* line 24, sass/elements/_lists.scss */
dd {
  margin: 0 1.5em 1.5em;
}

/* line 19, sass/elements/_elements.scss */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/* line 24, sass/elements/_elements.scss */
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

/* line 33, sass/mixins/_mixins-master.scss */
.grid .row:before, .grid .row:after {
  content: "";
  display: table;
}
/* line 38, sass/mixins/_mixins-master.scss */
.grid .row:after {
  clear: both;
}
/* line 5, sass/elements/_grids.scss */
.grid .row .col-1,
.grid .row .col-2,
.grid .row .col-3,
.grid .row .col-4,
.grid .row .col-5,
.grid .row .col-6,
.grid .row .col-6-6,
.grid .row .col-7,
.grid .row .col-8,
.grid .row .col-9,
.grid .row .col-10,
.grid .row .col-11,
.grid .row .col-12 {
  position: relative;
  float: left;
}
/* line 21, sass/elements/_grids.scss */
.grid .row .col-3 {
  width: 25%;
}
/* line 23, sass/elements/_grids.scss */
.grid .row .col-3:nth-child(5n) {
  clear: left;
}
/* line 27, sass/elements/_grids.scss */
.grid .row .col-4 {
  width: 33%;
}
/* line 30, sass/elements/_grids.scss */
.grid .row .col-6,
.grid .row .col-6-6 {
  width: 50%;
}
/* line 34, sass/elements/_grids.scss */
.grid .row .col-8 {
  width: 66%;
}
@media only screen and (max-width: 1280px) {
  /* line 38, sass/elements/_grids.scss */
  .grid .row .col-3 {
    width: 50%;
  }
  /* line 40, sass/elements/_grids.scss */
  .grid .row .col-3:nth-child(odd) {
    clear: left;
  }
}
/* line 47, sass/elements/_grids.scss */
.grid.mar150 {
  margin-top: 75px;
  margin-bottom: 75px;
}
@media only screen and (max-width: 768px) {
  /* line 54, sass/elements/_grids.scss */
  .grid .row .col-1,
  .grid .row .col-2,
  .grid .row .col-3,
  .grid .row .col-4,
  .grid .row .col-5,
  .grid .row .col-6,
  .grid .row .col-7,
  .grid .row .col-8,
  .grid .row .col-9,
  .grid .row .col-10,
  .grid .row .col-11,
  .grid .row .col-12 {
    float: none;
    width: 100%;
  }
  /* line 70, sass/elements/_grids.scss */
  .grid.mar150 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  /* line 74, sass/elements/_grids.scss */
  .grid.mar100 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

/* line 32, sass/elements/_elements.scss */
.inline-icon {
  display: inline-block;
  width: 1em;
  vertical-align: middle;
}
/* line 36, sass/elements/_elements.scss */
.inline-icon.bigger {
  width: 1.5em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* line 1, sass/forms/_buttons.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-color: none;
  background: none;
  padding: 0px;
  cursor: pointer;
  background-color: #e7363c;
  color: white;
  padding: 10px 20px;
  border-radius: 3px;
  -webkit-transition: color 250ms, background-color 250ms;
  transition: color 250ms, background-color 250ms;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  /* ease-in-out */
}
/* line 15, sass/forms/_buttons.scss */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: none;
  background-color: white;
  color: #e7363c;
}
/* line 21, sass/forms/_buttons.scss */
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: none;
  outline: none;
}

/* line 1, sass/forms/_fields.scss */
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: #404040;
  border: none;
  border-radius: 0px;
  background: transparent;
}
/* line 22, sass/forms/_fields.scss */
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;
  border: none;
  outline: none;
}

/* line 37, sass/forms/_fields.scss */
textarea,
input[type="text"],
input[type="email"] {
  width: 100%;
  background-color: white;
  padding: 11px;
  border-radius: 3px;
}

/* line 46, sass/forms/_fields.scss */
input[type="password"] {
  background-color: white;
  padding: 7px;
  border-radius: 3px;
  margin: 0 10px;
}

/* line 52, sass/forms/_fields.scss */
.credentials {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
/* line 56, sass/forms/_fields.scss */
.credentials .wpcf7-form-control-wrap {
  flex-basis: 48%;
}

/* line 61, sass/forms/_fields.scss */
.question-container {
  margin-bottom: 50px;
}
/* line 63, sass/forms/_fields.scss */
.question-container.submit {
  text-align: center;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Burger
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/* line 2, sass/modules/_accessibility.scss */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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. */
}
/* line 14, sass/modules/_accessibility.scss */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  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. */
/* line 36, sass/modules/_accessibility.scss */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/* line 1, sass/modules/_alignments.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

/* line 7, sass/modules/_alignments.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

/* line 13, sass/modules/_alignments.scss */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/* line 1, sass/modules/_clearings.scss */
.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;
}

/* line 18, sass/modules/_clearings.scss */
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/* line 2, sass/modules/_infinite-scroll.scss */
.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. */
/* line 8, sass/modules/_infinite-scroll.scss */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Testimonial Custom Modules / Micro Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## All Sites
--------------------------------------------------------------*/
/* line 2, sass/site/_layout.scss */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* line 8, sass/site/_layout.scss */
body {
  word-wrap: break-word;
  color: #fff;
  margin: 0px;
  background: #072540;
  text-align: center;
  box-sizing: border-box;
}

/* line 32, sass/site/_layout.scss */
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

/* line 39, sass/site/_layout.scss */
.hidden {
  display: none;
}

/* line 43, sass/site/_layout.scss */
.content-width {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 8px;
}

/* line 51, sass/site/_layout.scss */
.mar-bot-5 {
  margin-bottom: 5px;
}

/* line 54, sass/site/_layout.scss */
.mar-bot-10 {
  margin-bottom: 10px;
}

/* line 57, sass/site/_layout.scss */
.mar-bot-15 {
  margin-bottom: 15px;
}

/* line 60, sass/site/_layout.scss */
.mar-bot-20 {
  margin-bottom: 20px;
}

/* line 63, sass/site/_layout.scss */
.mar-bot-30 {
  margin-bottom: 30px;
}

/* line 67, sass/site/_layout.scss */
#logo {
  max-width: 175px;
  margin-top: 25px;
}
@inclue break(mw) {
  /* line 67, sass/site/_layout.scss */
  #logo {
    max-width: 120px;
  }
}
@inclue break(sw) {
  /* line 67, sass/site/_layout.scss */
  #logo {
    max-width: 80px;
    margin-top: 15px;
  }
}
/* line 79, sass/site/_layout.scss */
form {
  text-align: left;
}

/*--------------------------------------------------------------
## Subsites
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Overwrite Classes Here
--------------------------------------------------------------*/
