@charset "UTF-8";
/*
Theme Name:  KChild
Description: 
Text Domain: kchild
Version:     1.0
Author:      Paul Brand
Author URI:  https://
Template:    page-builder-framework
Requires at least: WordPress 6.x
License:     GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
/* Variables in customizer "styleguide"*/
/*
	FONTS 
------------------------------------------- */
/*
	COLORS 
------------------------------------------- */
/* --- Border --- */
/*
	 TYPOGRAPHY
------------------------------------------- */
/* Gradient */
/*
   Grid breakpoints
------------------------------------------- */
/* 
	Load Fonts
*/
/*! 
-----------------
Normalize
-----------------
*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  background-color: white;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/*! 
-----------------
Globals
-----------------
*/
:root {
  --font-primary: #{meta.inspect(Roboto, sans-serif)};
  --font-size-primary: 16px;
  --font-weight-primary: 400;
  --font-secondary: #{meta.inspect(Roboto, sans-serif)};
  --font-size-secondary: 16px;
  --font-weight-secondary: 500;
  --base-color: #665f5e;
  --base-color-hover: #665f5e;
  --primary-color: #003762;
  --primary-color-hover: #665f5e;
  --secondary-color: #0061a4;
  --secondary-color-hover: #008ae6;
  --e-global-color-primary: #003762;
  --e-global-color-secondary:  #0061a4;
  --e-global-color-text: #665f5e;
  --e-global-color-accent: #003762;
  --e-global-typography-primary-font-family: var(--font-primary);
  --e-global-typography-primary-font-weight: var(--font-weight-primary);
  --e-global-typography-secondary-font-family: var(--font-secondary);
  --e-global-typography-secondary-font-weight: var(--font-weight-secondary);
  --e-global-typography-text-font-family: var(--font-primary);
  --e-global-typography-text-font-weight: var(--font-weight-primary);
  --e-global-typography-accent-font-family: var(--font-primary);
  --e-global-typography-accent-font-weight: var(--font-weight-primary);
}
/*! 
-----------------
Base
-----------------
*/
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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
/*! 
-----------------
Grid
-----------------
*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 940px) {
  .container {
    max-width: 940px;
  }
}
@media (min-width: 1120px) {
  .container {
    max-width: 1120px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.col-xs-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-xs-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-xs-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-xs-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-xs-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-xs-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-xs-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-xs-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-xs-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-xs-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-xs-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-xs-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.3333333333%;
}
.col-xs-pull-2 {
  right: 16.6666666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.3333333333%;
}
.col-xs-pull-5 {
  right: 41.6666666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.3333333333%;
}
.col-xs-pull-8 {
  right: 66.6666666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.3333333333%;
}
.col-xs-pull-11 {
  right: 91.6666666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.3333333333%;
}
.col-xs-push-2 {
  left: 16.6666666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.3333333333%;
}
.col-xs-push-5 {
  left: 41.6666666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.3333333333%;
}
.col-xs-push-8 {
  left: 66.6666666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.3333333333%;
}
.col-xs-push-11 {
  left: 91.6666666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 640px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 940px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1120px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.3333333333%;
  }
  .col-xl-pull-2 {
    right: 16.6666666667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.3333333333%;
  }
  .col-xl-pull-5 {
    right: 41.6666666667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.3333333333%;
  }
  .col-xl-pull-8 {
    right: 66.6666666667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.3333333333%;
  }
  .col-xl-pull-11 {
    right: 91.6666666667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.3333333333%;
  }
  .col-xl-push-2 {
    left: 16.6666666667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.3333333333%;
  }
  .col-xl-push-5 {
    left: 41.6666666667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.3333333333%;
  }
  .col-xl-push-8 {
    left: 66.6666666667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.3333333333%;
  }
  .col-xl-push-11 {
    left: 91.6666666667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
.col-xs-first {
  order: -1;
}
.col-xs-last {
  order: 1;
}
@media (min-width: 640px) {
  .col-sm-first {
    order: -1;
  }
  .col-sm-last {
    order: 1;
  }
}
@media (min-width: 940px) {
  .col-md-first {
    order: -1;
  }
  .col-md-last {
    order: 1;
  }
}
@media (min-width: 1120px) {
  .col-lg-first {
    order: -1;
  }
  .col-lg-last {
    order: 1;
  }
}
@media (min-width: 1200px) {
  .col-xl-first {
    order: -1;
  }
  .col-xl-last {
    order: 1;
  }
}
.row-xs-top {
  align-items: flex-start;
}
.row-xs-center {
  align-items: center;
}
.row-xs-bottom {
  align-items: flex-end;
}
@media (min-width: 640px) {
  .row-sm-top {
    align-items: flex-start;
  }
  .row-sm-center {
    align-items: center;
  }
  .row-sm-bottom {
    align-items: flex-end;
  }
}
@media (min-width: 940px) {
  .row-md-top {
    align-items: flex-start;
  }
  .row-md-center {
    align-items: center;
  }
  .row-md-bottom {
    align-items: flex-end;
  }
}
@media (min-width: 1120px) {
  .row-lg-top {
    align-items: flex-start;
  }
  .row-lg-center {
    align-items: center;
  }
  .row-lg-bottom {
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .row-xl-top {
    align-items: flex-start;
  }
  .row-xl-center {
    align-items: center;
  }
  .row-xl-bottom {
    align-items: flex-end;
  }
}
.col-xs-top {
  align-self: flex-start;
}
.col-xs-center {
  align-self: center;
}
.col-xs-bottom {
  align-self: flex-end;
}
@media (min-width: 640px) {
  .col-sm-top {
    align-self: flex-start;
  }
  .col-sm-center {
    align-self: center;
  }
  .col-sm-bottom {
    align-self: flex-end;
  }
}
@media (min-width: 940px) {
  .col-md-top {
    align-self: flex-start;
  }
  .col-md-center {
    align-self: center;
  }
  .col-md-bottom {
    align-self: flex-end;
  }
}
@media (min-width: 1120px) {
  .col-lg-top {
    align-self: flex-start;
  }
  .col-lg-center {
    align-self: center;
  }
  .col-lg-bottom {
    align-self: flex-end;
  }
}
@media (min-width: 1200px) {
  .col-xl-top {
    align-self: flex-start;
  }
  .col-xl-center {
    align-self: center;
  }
  .col-xl-bottom {
    align-self: flex-end;
  }
}
/*! 
-----------------
Containers
-----------------
*/
#masthead .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding: 10px 20px 20px 20px;
}
@media (min-width: 640px) {
  #masthead .container {
    max-width: 640px;
  }
}
@media (min-width: 940px) {
  #masthead .container {
    max-width: 940px;
  }
}
@media (min-width: 1120px) {
  #masthead .container {
    max-width: 1120px;
  }
}
@media (min-width: 1200px) {
  #masthead .container {
    max-width: 1200px;
  }
}
#content.site-content {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}
#content .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding: 10px 20px 20px 20px;
}
@media (min-width: 640px) {
  #content .container {
    max-width: 640px;
  }
}
@media (min-width: 940px) {
  #content .container {
    max-width: 940px;
  }
}
@media (min-width: 1120px) {
  #content .container {
    max-width: 1120px;
  }
}
@media (min-width: 1200px) {
  #content .container {
    max-width: 1200px;
  }
}
#content .elementor-section.elementor-section-boxed > .elementor-container {
  color: var(--base-color);
}
#colophon .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding: 10px 20px 20px 20px;
}
@media (min-width: 640px) {
  #colophon .container {
    max-width: 640px;
  }
}
@media (min-width: 940px) {
  #colophon .container {
    max-width: 940px;
  }
}
@media (min-width: 1120px) {
  #colophon .container {
    max-width: 1120px;
  }
}
@media (min-width: 1200px) {
  #colophon .container {
    max-width: 1200px;
  }
}
/* From 480 | Phone landscape & bigger */
@media (min-width: $grid-breakpoints(sm)) {
  #masthead .container {
    padding: 0px 5px 10px 5px;
  }
  #content .container {
    padding: 0px 5px 10px 5px;
  }
  #colophon .container {
    padding: 0px 5px 10px 5px;
  }
}
/* From 768 | Tablet & bigger */
@media (min-width: $grid-breakpoints(md)) {
  #masthead .container {
    padding: 0px 10px 10px 10px;
  }
  #content .container {
    padding: 0px 10px 10px 10px;
  }
  #colophon .container {
    padding: 0px 10px 10px 10px;
  }
}
/* From 1024 | Desktop & bigger */
@media (min-width: $grid-breakpoints(lg)) {
  #masthead .container {
    padding: 10px 20px 20px 20px;
  }
  #content .container {
    padding: 10px 20px 20px 20px;
  }
  #colophon .container {
    padding: 10px 20px 20px 20px;
  }
}
/*! 
-----------------
Headings
-----------------
*/
h1 {
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
  color: #003762;
}
h2 {
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  color: #665f5e;
}
h3 {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
  color: #003762;
}
h4 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  color: #003762;
}
h5 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  color: #003762;
}
h6 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  color: #665f5e;
}
/*! 
-----------------
Main Style
-----------------
*/
html {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  color: #665f5e;
}
body {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  color: #665f5e;
  background: #eeeeee;
  /*background-image: url("/wp-content/uploads/central_area.jpg");*/
}
.copyright .elementor-shortcode {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-style: normal;
  text-align: left;
  line-height: 1.2;
  text-align: center;
  color: #665f5e;
}
#content {
  background: #eeeeee;
}
#content .container {
  background: #ffffff;
}
#banner {
  background-color: rgba(0, 0, 0, 0.25) !important;
}
#banner .elementor-container {
  background-color: rgba(0, 0, 0, 0) !important;
}
#banner .elementor-container .elementor-column {
  background-color: rgba(0, 0, 0, 0) !important;
}
strong, b {
  font-weight: 700;
}
.entry-title {
  display: none;
}
.page-title {
  display: none;
}
.page-footer .edit-link {
  display: none;
}
a {
  color: #665f5e;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #003762;
  text-decoration: underline;
}
a:focus {
  color: #003762;
  text-decoration: underline;
}
a:active {
  color: #665f5e;
}
a.sitelink:before, a.sitelink:after, a.linkextern:before, .single-post #content a:not(.elementor-button):before, a.post:before {
  font-family: FontAwesome;
  font-size: 18px;
  vertical-align: middle;
  color: #003762;
}
a.sitelink {
  color: #003762;
  text-decoration: none;
  background-color: transparent;
}
a.sitelink:hover {
  color: #003762;
  text-decoration: underline;
}
a.sitelink:focus {
  color: #003762;
  text-decoration: underline;
}
a.sitelink:active {
  color: #003762;
}
a.sitelink:before {
  content: "» ";
}
a.sitelink:after {
  content: " «";
}
a.linkextern {
  color: #003762;
  text-decoration: none;
  background-color: transparent;
}
a.linkextern:hover {
  color: #003762;
  text-decoration: underline;
}
a.linkextern:focus {
  color: #003762;
  text-decoration: underline;
}
a.linkextern:active {
  color: #003762;
}
a.linkextern:before {
  content: "";
  vertical-align: top;
  padding-right: 8px;
}
.single-post #content a:not(.elementor-button) {
  color: #003762;
  text-decoration: none;
  background-color: transparent;
  margin-left: 4px;
}
.single-post #content a:not(.elementor-button):hover {
  color: #003762;
  text-decoration: underline;
}
.single-post #content a:not(.elementor-button):focus {
  color: #003762;
  text-decoration: underline;
}
.single-post #content a:not(.elementor-button):active {
  color: #003762;
}
.single-post #content a:not(.elementor-button):before {
  content: "";
  vertical-align: top;
  padding-right: 6px;
}
a.post {
  color: #003762;
  text-decoration: none;
  background-color: transparent;
}
a.post:hover {
  color: #003762;
  text-decoration: underline;
}
a.post:focus {
  color: #003762;
  text-decoration: underline;
}
a.post:active {
  color: #003762;
}
a.post:before {
  content: "";
  vertical-align: top;
  padding-right: 8px;
}
span.verband {
  color: #000;
  font-weight: 700;
}
span.verband span {
  color: #665f5e;
}
.elementor-pagination .current {
  padding: 1px 2px 1px 2px;
  color: #003762;
  font-weight: 700;
  border: 1px solid #D8D8D8;
}
#topbar #topmenuclass nav {
  font-family: Roboto, sans-serif;
}
#topbar #topmenuclass nav li {
  font-family: Roboto, sans-serif;
}
#topbar #topmenuclass nav li a {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}
#topbar #topmenuclass nav li a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
#mainbar #mainmenuclass nav {
  font-family: Roboto, sans-serif;
  color: #FFFFFF;
}
#mainbar #mainmenuclass nav li {
  font-family: Roboto, sans-serif;
}
#mainbar #mainmenuclass nav li a {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}
#mainbar #mainmenuclass nav li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
#mainbar #mainmenuclass nav li a:after {
  color: #FFFFFF !important;
  background-color: #b7b7b7;
}
#mainbar #mainmenuclass nav li a.elementor-item-active {
  color: #FFFFFF !important;
}
@media (max-width: 1024px) {
  #mainbar #mainmenuclass nav {
    font-family: Roboto, sans-serif;
    color: #665F5E;
  }
  #mainbar #mainmenuclass nav li {
    font-family: Roboto, sans-serif;
  }
  #mainbar #mainmenuclass nav li a {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #665F5E;
  }
  #mainbar #mainmenuclass nav li a:hover {
    color: #FFFFFF;
    text-decoration: none;
  }
  #mainbar #mainmenuclass nav li a:after {
    color: #FFFFFF !important;
    background-color: #b7b7b7;
  }
  #mainbar #mainmenuclass nav li a:focus {
    color: #FFFFFF !important;
    background-color: #b7b7b7;
  }
  #mainbar #mainmenuclass nav li a.elementor-item-active {
    color: #FFFFFF !important;
    background-color: #55595c;
  }
}
.sub-arrow {
  color: #ffffff !important;
}
.sub-arrow .e-font-icon-svg.e-fas-caret-down {
  color: #ffffff !important;
}
.sub-arrow .e-font-icon-svg.e-fas-caret-down symbol {
  color: #ffffff !important;
}
.sub-menu {
  color: #665f5e !important;
  background-color: #ffffff;
}
.sub-menu li {
  font-family: Roboto, sans-serif;
}
.sub-menu li a, .sub-menu li .elementor-item {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #665f5e !important;
}
.sub-menu li a:hover, .sub-menu li .elementor-item:hover {
  background-color: #55595c;
  color: #FFFFFF !important;
  text-decoration: none;
}
.sub-menu li a:after, .sub-menu li .elementor-item:after {
  color: #FFFFFF !important;
  background-color: #b7b7b7;
}
.sub-menu li a.elementor-item-active, .sub-menu li .elementor-item.elementor-item-active {
  color: #FFFFFF !important;
  background-color: #55595c;
}
#bottombar #bottommenuclass nav {
  font-family: Roboto, sans-serif;
}
#bottombar #bottommenuclass nav li {
  font-family: Roboto, sans-serif;
}
#bottombar #bottommenuclass nav li a {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}
#bottombar #bottommenuclass nav li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
#bottombar #bottommenuclass nav li a:after {
  background-color: #b7b7b7;
}
.read-more, button, .btn {
  display: inline-block;
  max-width: 100%;
  padding: 8px 20px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  text-overflow: ellipsis;
  text-decoration: none;
  box-shadow: none;
  transition: all 0.3s ease;
  border-radius: 0;
  background: #003762;
  border-width: 0;
  border-color: #003762;
  color: #ffffff;
}
.read-more:hover, button:hover, .btn:hover {
  background: #665f5e;
  border-color: #665f5e;
  color: #ffffff;
}
.site-main .entry-header h2.entry-title {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  text-transform: normal;
  font-size: 24px;
  color: #665f5e;
}
.site-main .entry-header h2.entry-title a {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  text-transform: normal;
  font-size: 24px;
  color: #665f5e;
  text-decoration: none;
}
.site-main .entry-header h2.entry-title a:hover {
  text-decoration: underline;
}
.site-main .entry-summary {
  margin-bottom: 30px;
}
.site-main article.page .entry-header {
  padding: 0px;
}
.elementor-widget-slides .elementor-swiper .elementor-main-swiper .elementor-swiper-button {
  color: rgba(238, 238, 238, 0.4);
}
.elementor-widget-slides .elementor-swiper .elementor-main-swiper:hover .elementor-swiper-button {
  background-color: rgba(201, 201, 201, 0.8) !important;
  padding: 5px 8px !important;
  color: #003762;
}
.elementor-widget-button a.elementor-button {
  background: #003762;
  border-width: 0;
  border-color: #003762;
  color: #ffffff;
}
.elementor-widget-button a.elementor-button .elementor-button-text {
  text-transform: none;
}
.elementor-widget-button a.elementor-button:hover {
  background: #665f5e;
  border-color: #665f5e;
  color: #ffffff;
}
.bdt-ep-carousel-layout-vertical .bdt-ep-carousel-desc {
  padding: 15px 20px !important;
}
/*
#4steps {
	.bdt-fancy-list {
		ul.bdt-list {
			li {
				color: #ffffff;
				.number-icon-area {
					background: none;
				}
			}
			li:nth-child(1) {
				background: #a4b1c8;
			}
			li:nth-child(2) {
				background: #6e85a7;
			}
			li:nth-child(3) {
				background: #24517a;
			}
			li:nth-child(4) {
				background: #183861;
			}
		}
	}
}
*/
/*
	Gravity forms Style
------------------------------------------------------------------------ */
.gform_wrapper.gravity-theme form.contactform .gform_body .Contactdescription .ginput_container_textarea .gfield textarea.small {
  height: 70px !important;
}
.gform_wrapper.gravity-theme .consent-zusatz .gfield_consent_description {
  background-color: #fff0f0;
  font-size: 15px !important;
}
.gform_wrapper.gravity-theme .ginput_container .gchoice .gfield-choice-input {
  margin-right: 5px;
}
.gform_wrapper.gravity-theme .gform_footer span {
  padding-top: 8px;
}
.gform_wrapper.gravity-theme .gform_footer span:after {
  color: #FFFFFF !important;
  font-family: FontAwesome;
  content: "";
  font-size: 20px;
  margin-left: -180px;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button {
  display: inline-block;
  max-width: 100%;
  padding: 8px 20px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  text-overflow: ellipsis;
  text-decoration: none;
  box-shadow: none;
  transition: all 0.3s ease;
  border-radius: 0;
  background: #003762;
  border-width: 0;
  border-color: #003762;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  width: 200px !important;
  height: 40px !important;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button:hover {
  background: #665f5e;
  border-color: #665f5e;
  color: #ffffff;
}
.callback .callback_wrapper.gf_stylespro_wrapper, .callback2 .callback_wrapper.gf_stylespro_wrapper {
  margin: 0px 20px 0px 20px;
}
.callback .callback_wrapper .gform_heading, .callback2 .callback_wrapper .gform_heading {
  padding: 3px 10px 3px 10px;
}
.callback .callback_wrapper .callback, .callback2 .callback_wrapper .callback {
  padding: 3px 10px 3px 10px;
}
.gform_wrapper.gravity-theme .gfield select.medium {
  height: auto;
  height: 7;
  height: 70;
  height: 70p;
  height: 70px;
}
.callback .callback_wrapper.gf_stylespro_wrapper {
  border: 1px solid #dddddd;
}
.callback2 .callback_wrapper.gf_stylespro_wrapper {
  border: none !important;
}
/* -----------------------------------------------------
	List Doble Arrow
----------------------------------------------------- */
.customlist ul.doblearrowbluepic18 {
  list-style: none;
  list-style-position: outside;
}
.customlist ul.doblearrowbluepic18 li.own {
  position: relative;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 26px;
  padding: 0px;
  font-size: 20px;
  line-height: 21px;
  vertical-align: middle;
  word-wrap: break-word;
}
.customlist ul.doblearrowbluepic18 li.own:before {
  position: absolute;
  left: -26px;
  top: 5px;
  content: url("/wp-content/themes/kava-child/assets/img/lists/listpfeil_18.png") " ";
}
.customlist ul.dobleArrowBlue {
  list-style: none;
  margin: 2px 0px 10px 0px;
}
.customlist ul.dobleArrowBlue > li {
  margin-left: 20px;
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 130%;
  color: #003762;
}
.customlist ul.dobleArrowBlue > li:before {
  content: "» ";
  margin-left: -15px;
  font-size: 20px;
  color: #003762;
}
.customlist ul.dobleArrowBlue > li .def {
  color: #665f5e;
}
.customlist ul.dobleArrowBlue > li .def:before {
  content: "» ";
  margin-left: -15px;
  font-size: 20px;
  color: #665f5e;
}
.customlist ul.dobleArrowBlue > li .defText1 {
  color: #003762;
}
.customlist ul.checkGreenRoundArrow {
  list-style: none !important;
  list-style-position: outside !important;
  margin-right: 0px;
}
.customlist ul.checkGreenRoundArrow > li {
  position: relative;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 28px;
  padding: 0px;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle !important;
}
.customlist ul.checkGreenRoundArrow > li:before {
  position: absolute;
  left: -30px;
  top: 0px;
  content: url("/wp-content/themes/kava-child/assets/img/lists/Haken_20.png") " ";
}
.customlist ol.numberCircle {
  counter-reset: li;
  margin-left: 0;
  /* Initiate a counter */
  padding-left: 0;
  /* Remove the default left margin */
}
.customlist ol.numberCircle li {
  /* Remove the default left padding */
  position: relative;
  margin: 0 0 12px 36px;
  /* Create a positioning context */
  padding: 4px 8px;
  /* Give each list item a left margin to make room for the numbers */
  list-style: none;
  /* Add some spacing around the content */
  /* Disable the normal item numbering */
}
.customlist ol.numberCircle li:before {
  content: counter(li);
  counter-increment: li;
  /* Use the counter as content */
  position: absolute;
  /* Increment the counter by 1 */
  /* Position and style the number */
  top: -2px;
  left: -32px;
  width: 32px;
  height: 32px;
  /* Some space between the number and the content in browsers that support
			   generated content but not positioning it (Camino 2 is one example) */
  margin-right: 8px;
  border-radius: 50%;
  padding: 6px;
  background: #003762;
  border: 1px solid #003762;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@switch "font-roboto" {
  @case "font-helvetica":
				$googlefont: null;
  @case "font-arial":
				$googlefont: null;
  @case "font-roboto":
				$googlefont: 1;
  @case "font-ptsans":
				$googlefont: 1;
  @case "font-oswald":
				$googlefont: 1;
  @case "font-opensans":
				$googlefont: 1;
  @case "font-opensanscond":
				$googlefont: 1;
  @case "font-notosans":
				$googlefont: 1;
  @case "font-montserrat":
				$googlefont: 1;
  @case "font-raleway":
				$googlefont: 1;
  @case "font-myriad":
				$googlefont: 1;
  @case "font-myriadcond":
				$googlefont: 1;
  @case "font-overlock":
				$googlefont: 1;
  @case "font-federo":
				$googlefont: 1;
}
@switch "font-federo" {
  @case "font-helvetica":
				$googlefont: null;
  @case "font-arial":
				$googlefont: null;
  @case "font-roboto":
				$googlefont: 1;
  @case "font-ptsans":
				$googlefont: 1;
  @case "font-oswald":
				$googlefont: 1;
  @case "font-opensans":
				$googlefont: 1;
  @case "font-opensanscond":
				$googlefont: 1;
  @case "font-notosans":
				$googlefont: 1;
  @case "font-montserrat":
				$googlefont: 1;
  @case "font-raleway":
				$googlefont: 1;
  @case "font-myriad":
				$googlefont: 1;
  @case "font-myriadcond":
				$googlefont: 1;
  @case "font-overlock":
				$googlefont: 1;
  @case "font-federo":
				$googlefont: 1;
}
