@charset "UTF-8";
/**
 * CONTENTS
 *
 * SETTINGS
 * Global...............Global variables, site-wide settings, config switches, etc.
 *
 * TOOLS
 * Mixins...............Site-wide mixins and functions.
 *
 * GENERIC..............Low-specificity, far-reaching rulesets (e.g. resets).
 * Normalize.css........A level playing field.
 * Box-sizing...........Better default `box-sizing`.
 *
 * BASE
 * Headings.............Unclassed HTML elements (e.g. a {}, blockquote {}, address {}). H1–H6 styles.
 *
 * OBJECTS
 * Wrappers.............Objects, abstractions, and design patterns (e.g. .media {}).
 *
 * COMPONENTS
 * Page-head............The main page header.
 * Page-foot............The main page footer.
 * Buttons..............Button elements.
 *
 * TRUMPS
 * Text.................High-specificity, very explicit selectors. Overrides and helper classes (e.g. .hidden {}).
 */
/**
 * CONTENTS
 *
 * SETTINGS
 * Global...............Global variables, site-wide settings, config switches, etc.
 *
 */
@font-face {
  font-family: 'Quara';
  src: url("../fonts/33FF03_0_0.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/33FF03_0_0.woff2") format("woff2"), url("../fonts/33FF03_0_0.woff") format("woff"), url("../fonts/33FF03_0_0.ttf") format("truetype");
}

@font-face {
  font-family: 'IndieFlower';
  src: url("../fonts/IndieFlower.ttf");
  /* IE9 Compat Modes */
}

/**
 * CONTENTS
 *
 * TOOLS
 * Mixins...............Site-wide mixins and functions.
 *
 */
.skiplinks {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 768px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.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 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/**
 * CONTENTS
 *
 * GENERIC..............Low-specificity, far-reaching rulesets (e.g. resets).
 * Normalize.css........A level playing field.
 * Box-sizing...........Better default `box-sizing`.
 *
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

*:focus {
  outline: none;
}

body,
html {
  margin: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  overflow-x: hidden;
  font-family: "nimbus-sans", sans-serif;
  font-size: 15px;
  color: #212650;
}

body.no-scroll,
html.no-scroll {
  -webkit-overflow-scrolling: auto;
  overflow: hidden;
}

/**
 * These values will not show up in content, but can be
 * queried by JavaScript to know which breakpoint is active.
 * https://www.lullabot.com/articles/importing-css-breakpoints-into-javascript
 */
body:before {
  content: "xs";
  display: none;
  /* Prevent from displaying. */
}

.form-group {
  position: relative;
  margin-bottom: 15px;
}

.form-group--error input {
  border: 1px solid red;
}

.form-group--error:after {
  position: absolute;
  right: 25px;
  content: "X";
  font-size: 20px;
  color: RED;
}

.form-group--success input {
  border: 1px solid green;
}

.form-group .control-label {
  display: block;
  margin-bottom: 15px;
}

.form-group .form-control {
  width: 100%;
  display: block;
}

header {
  padding-top: 20px;
  padding-bottom: 20px;
}

/**
 * CONTENTS
 *
 * BASE
 * Headings.............H1–H6 styles.
 */
.form-group__validation {
  display: none;
  margin-bottom: 10px;
}

.form-group__validation p {
  margin: 0;
}

a {
  color: #7345F6;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

p {
  line-height: 1.5;
  color: #08172C;
  font-family: “Helvetica Neue”, Helvetica, “Segoe UI”, Arial, sans-serif;
}

h1, h2, h3 {
  font-family: 'Quara';
}

h1 {
  color: #FFFFFF;
  font-size: 2.5em;
}

@media only screen and (min-width: 551px) and (max-width: 991px) {
  h1 {
    font-size: 3em;
  }
}

@media only screen and (min-width: 993px) {
  h1 {
    font-size: 3.8em;
  }
}

h2, h3 {
  color: #08172C;
  font-weight: unset;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.2em;
}

/**
 * CONTENTS
 *
 * OBJECTS
 * Wrappers.............Objects, abstractions, and design patterns (e.g. .media {}).
 *
 */
.button {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  box-shadow: 0px 15px 60px -11px rgba(0, 0, 0, 0.75);
  transition: all 0.3s;
}

.button:hover.button__outer {
  background: #00C8F0;
  box-shadow: 0px 15px 40px -11px rgba(0, 0, 0, 0.75);
}

.button__simple {
  padding: 1em 3em;
  color: #282828;
  border-radius: 12px;
  border: none;
  background: white;
}

.button__simple:hover {
  box-shadow: 0px 15px 40px -11px rgba(0, 0, 0, 0.75);
}

.button__outer {
  color: #282828;
  border-radius: 12px;
  border: none;
  background: #bc90f9;
  padding: 0 5px;
}

.button__inner {
  display: block;
  background: white;
  padding: 1em 3em;
  height: 100%;
  margin: 0;
  border-radius: 12px;
}

.button__inner--rainbow {
  background-image: linear-gradient(146deg, #CAFF00 0%, #D1FD00 11%, #E2F500 41%, #00B0D3 100%);
}

.no-cssclippathpolygon .triangle {
  z-index: 1;
  position: absolute;
  height: 200px;
  left: 0;
  color: transparent;
}

.no-cssclippathpolygon .triangle:before {
  content: '';
  position: absolute;
}

.no-cssclippathpolygon .triangle--bottom-right {
  top: 0;
  border-bottom: 200px;
}

.no-cssclippathpolygon .triangle--bottom-right:before {
  border-bottom: 200px solid transparent;
  border-right-width: 100vw;
  border-right-style: solid;
  border-right-color: white;
}

.no-cssclippathpolygon .triangle--bottom-left {
  top: 0;
  border-bottom: 200px;
}

.no-cssclippathpolygon .triangle--bottom-left:before {
  border-bottom: 200px solid transparent;
  border-left-width: 100vw;
  border-left-style: solid;
  border-left-color: white;
}

.no-cssclippathpolygon .triangle--bottom-left--half {
  border-left-width: 50vw;
}

.no-cssclippathpolygon .triangle--top-left {
  bottom: 0;
  border-bottom: 200px;
}

.no-cssclippathpolygon .triangle--top-left:before {
  border-top: 200px solid transparent;
  border-left-width: 100vw;
  border-left-style: solid;
  border-left-color: white;
}

.no-cssclippathpolygon .triangle--top-right {
  bottom: 0;
  border-bottom: 200px;
}

.no-cssclippathpolygon .triangle--top-right:before {
  border-top: 200px solid transparent;
  border-right-width: 100vw;
  border-right-style: solid;
  border-right-color: white;
}

.cssclippathpolygon .triangle {
  height: 200px;
  position: absolute;
  left: 0;
  z-index: 3;
}

.cssclippathpolygon .triangle--full {
  width: 100vw;
}

.cssclippathpolygon .triangle--half {
  width: 50vw;
}

.cssclippathpolygon .triangle--top-right {
  bottom: -1px;
  -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(100% 0, 100% 0%, 100% 100%, 0% 100%);
}

.cssclippathpolygon .triangle--top-left {
  bottom: -1px;
  -webkit-clip-path: polygon(100% 100%, 0 0, 0 100%);
          clip-path: polygon(100% 100%, 0 0, 0 100%);
}

.cssclippathpolygon .triangle--bottom-left {
  top: -1px;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
}

.cssclippathpolygon .triangle--bottom-right {
  top: -1px;
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 0);
          clip-path: polygon(100% 100%, 100% 0, 0 0);
}

/**
 * CONTENTS
 *
 * COMPONENTS
 * Page-head............The main page header.
 * Page-foot............The main page footer.
 * Buttons..............Button elements.
 *
 */
.header {
  position: relative;
  background-image: url("../images/header-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 200px;
}

.header:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(33, 38, 80, 0.95) 0%, rgba(115, 69, 246, 0.8) 100%);
}

.header__image img {
  min-height: 3em;
  max-height: 4em;
}

.header__contact {
  text-align: center;
  margin-top: 20px;
}

@media only screen and (min-width: 993px) {
  .header__contact {
    text-align: right;
    margin-top: 0;
  }
}

.header__contact address {
  position: relative;
  margin-right: 1em;
}

@media only screen and (min-width: 993px) {
  .header__contact address {
    display: inline-block;
  }
}

.header__contact address a {
  display: inline-block;
  position: relative;
  color: white;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  padding-left: 40px;
}

.header__contact address a:before {
  content: '';
  width: 28px;
  height: 28px;
  background-image: url("../images/mobile.png");
  background-size: contain;
  position: absolute;
  left: 0;
  top: -2px;
}

.header__contact img {
  max-height: 2em;
}

.header__contact .button {
  margin-top: 1em;
}

@media only screen and (min-width: 993px) {
  .header__contact .button {
    margin-top: 0;
  }
}

.header__bottom-bar {
  background: #EEF0E5;
  padding: 1em 0;
}

.header__bottom-bar h4 {
  color: #C2C4BB;
  display: inline-block;
  max-width: 70%;
  font-size: 1em;
}

.header__bottom-bar img {
  display: inline-block;
  max-height: 1.5em;
  margin-left: 1em;
  vertical-align: baseline;
}

@media only screen and (min-width: 551px) and (max-width: 991px) {
  .header__bottom-bar img {
    vertical-align: middle;
  }
}

@media only screen and (min-width: 993px) {
  .header__bottom-bar img {
    vertical-align: middle;
  }
}

.jumbotron {
  padding: 0 0 3em 0;
}

.jumbotron__logo {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 150px;
}

@media only screen and (min-width: 993px) {
  .jumbotron__logo {
    display: block;
    width: 200px;
  }
}

.jumbotron .triangle {
  background-color: #EEF0E5;
  background-image: url("../images/dot_green.png");
  -webkit-clip-path: polygon(100% 100%, 100% 87%, 0 0, 0 100%);
          clip-path: polygon(100% 100%, 100% 87%, 0 0, 0 100%);
  z-index: 1;
}

.jumbotron .triangle:before {
  border-left-color: #EEF0E5;
}

.about__text {
  padding: 0.5em;
}

.about__text h2 {
  text-transform: uppercase;
}

.about__text p:first-of-type {
  font-weight: bold;
}

.about__usps {
  padding: 1.5em 1em;
  background: #E2F500;
  width: 100%;
  border-radius: 3px;
  top: -107px;
  right: 0;
  z-index: 2;
  margin-bottom: 2em;
}

@media only screen and (min-width: 993px) {
  .about__usps {
    position: absolute;
    padding: 3em 1em;
  }
}

.about__usps h3 {
  text-align: center;
}

.about__usps ul {
  list-style: none;
  margin: 0 auto;
}

.about__usps ul li {
  margin: 0;
  position: relative;
  margin-bottom: 8px;
  line-height: 1.5;
}

.about__usps ul li:before {
  content: '';
  display: inline-block;
  left: -20px;
  -ms-transform: translatey(25%);
      transform: translatey(25%);
  width: 12px;
  height: 12px;
  position: absolute;
  background-size: cover;
  background-image: url("../images/twygger_vinkje.png");
}

.contact {
  position: relative;
  padding: 15em 0;
  background: linear-gradient(-90deg, #00C8F0 0%, #00E6F9 16%, #7345F6 93%);
  overflow-y: hidden;
  overflow-x: hidden;
}

.contact__quote {
  color: white;
  line-height: 1.5;
  margin: 0;
  position: relative;
  max-width: 25em;
}

.contact__quote address {
  margin-top: 1em;
  font-style: normal;
}

.contact .button {
  margin-top: 1em;
}

.contact__image {
  position: absolute;
  bottom: 0;
  z-index: 1;
  display: none;
  left: 10%;
}

.contact__image img {
  max-height: 25em;
}

@media only screen and (min-width: 551px) and (max-width: 991px) {
  .contact__image img {
    max-height: 20em;
  }
}

.contact__image:before {
  content: '';
  position: absolute;
  height: 60%;
  bottom: 0;
  right: 0;
  background: #00C8F0;
  width: 4px;
  border-radius: 2px;
  z-index: 1;
}

.contact__image div {
  text-align: center;
}

@media only screen and (min-width: 551px) and (max-width: 991px) {
  .contact__image {
    display: block;
    right: -5px;
    left: inherit;
    bottom: 8em;
  }
}

@media only screen and (min-width: 993px) {
  .contact__image {
    display: block;
  }
}

.contact .triangle--bottom-left {
  background-color: white;
  z-index: 1;
}

.contact .triangle--top-right {
  background-image: linear-gradient(90deg, #212650 4%, #7345F6 100%);
}

.contact .triangle--top-right:before {
  border-right-color: #212650;
}

.whitepaper-big {
  background-image: linear-gradient(90deg, #212650 4%, #7345F6 100%);
  padding: 3em 0;
  text-align: center;
}

@media only screen and (min-width: 993px) {
  .whitepaper-big {
    text-align: left;
  }
}

.whitepaper-big__text h2 {
  text-transform: uppercase;
}

.whitepaper-big__text h2, .whitepaper-big__text p {
  color: white;
}

.whitepaper-big span {
  color: #55FF27;
  font-family: 'IndieFlower';
  margin-left: 1em;
  display: inline-block;
  margin-top: 1em;
}

.whitepaper-big__image > div {
  position: absolute;
  z-index: 3;
  display: none;
  top: -200px;
}

@media only screen and (min-width: 993px) {
  .whitepaper-big__image > div {
    display: block;
  }
}

.whitepaper-big__image > div > img {
  height: 500px;
  position: relative;
}

.whitepaper-big__image > div i {
  width: 4.5em;
  height: 4.5em;
  display: block;
  border-radius: 50%;
  background: #212650;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translatey(-50%) translatex(-50%);
      transform: translatey(-50%) translatex(-50%);
}

@media only screen and (min-width: 551px) and (max-width: 991px) {
  .whitepaper-big__image > div i {
    -ms-transform: translatey(-50%);
        transform: translatey(-50%);
  }
}

.whitepaper-big__image > div i img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translatey(-50%) translatex(-50%);
      transform: translatey(-50%) translatex(-50%);
}

.no-cssclippathpolygon .whitepaper-big {
  background: #212650;
}

.whitepaper-small {
  background: #F6F6F6;
  padding: 4em 0;
  text-align: center;
}

.whitepaper-small__content {
  text-align: center;
  display: inline-block;
}

.whitepaper-small__content h2 {
  margin-top: 0;
  text-transform: uppercase;
}

.whitepaper-small__image {
  max-height: 8em;
  -ms-transform: translatex(-10px);
      transform: translatex(-10px);
  margin-top: 2em;
}

@media only screen and (min-width: 993px) {
  .whitepaper-small__image {
    margin-top: 0;
  }
}

.advantages {
  position: relative;
  padding: 15em 0 5em 0;
  background: #EEF0E5;
}

.advantages__text {
  text-align: center;
  max-width: 80%;
  margin: 2em auto;
}

.advantages__image {
  background: white;
  text-align: center;
  width: 8em;
  height: 8em;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}

.advantages__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translatey(-50%) translatex(-50%);
      transform: translatey(-50%) translatex(-50%);
}

.advantages__image + p {
  text-align: center;
}

.advantages .triangle--bottom-right {
  background-image: linear-gradient(90deg, #212650 4%, #7345F6 100%);
  z-index: 2;
  top: -2px;
}

.advantages .triangle--bottom-right:before {
  border-right-color: #212650;
}

.advantages .triangle--bottom-left {
  height: 400px;
  background: #E2F500;
  z-index: 1;
}

.advantages .triangle--bottom-left:before {
  border-bottom-width: 400px;
  border-left-width: 50vw;
  border-left-style: solid;
  border-left-color: #E2F500;
}

.advantages .triangle--left {
  height: 350px;
  border-bottom: 350px;
}

.advantages .triangle--left:before {
  border-left-color: #E2F500;
  border-left-width: 40vw;
  border-bottom-width: 350px;
}

.advantages:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translatey(50%) translatex(-50%) rotate(45deg);
      transform: translatey(50%) translatex(-50%) rotate(45deg);
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: inherit;
}

.updates {
  background: #EFEEEE;
  text-align: center;
  padding: 4em;
}

/* ----------------------------------------------------------- */
/* == tingle v0.11.0 */
/* ----------------------------------------------------------- */
.tingle-modal * {
  box-sizing: border-box;
}

.tingle-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  cursor: pointer;
  transition: transform .2s ease;
}

/* confirm and alerts
-------------------------------------------------------------- */
.tingle-modal--confirm .tingle-modal-box {
  text-align: center;
}

/* modal
-------------------------------------------------------------- */
.tingle-modal--noOverlayClose {
  cursor: default;
}

.tingle-modal--noClose .tingle-modal__close {
  display: none;
}

.tingle-modal__close {
  position: fixed;
  top: 10px;
  right: 28px;
  z-index: 1000;
  padding: 0;
  width: 5rem;
  height: 5rem;
  border: none;
  background-color: transparent;
  color: #f0f0f0;
  font-size: 6rem;
  font-family: monospace;
  line-height: 1;
  cursor: pointer;
  transition: color .3s ease;
}

.tingle-modal__closeLabel {
  display: none;
}

.tingle-modal__close:hover {
  color: #fff;
}

.tingle-modal-box {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 60%;
  border-radius: 4px;
  background: #fff;
  opacity: 1;
  cursor: auto;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transform: scale(0.8);
      transform: scale(0.8);
}

.tingle-modal-box__content {
  padding: 3rem 3rem;
}

.tingle-modal-box__footer {
  padding: 1.5rem 2rem;
  width: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f5f5f5;
  cursor: auto;
}

.tingle-modal-box__footer::after {
  display: table;
  clear: both;
  content: "";
}

.tingle-modal-box__footer--sticky {
  position: fixed;
  bottom: -200px;
  /* TODO : find a better way */
  z-index: 10001;
  opacity: 1;
  transition: bottom .3s ease-in-out .3s;
}

/* state
-------------------------------------------------------------- */
.tingle-enabled {
  overflow: hidden;
  height: 100%;
}

.tingle-modal--visible .tingle-modal-box__footer {
  bottom: 0;
}

.tingle-enabled .tingle-content-wrapper {
  filter: blur(15px);
}

.tingle-modal--visible {
  visibility: visible;
  opacity: 1;
}

.tingle-modal--visible .tingle-modal-box {
  -ms-transform: scale(1);
      transform: scale(1);
}

.tingle-modal--overflow {
  overflow-y: scroll;
  padding-top: 8vh;
}

/* btn
-------------------------------------------------------------- */
.tingle-btn {
  display: inline-block;
  margin: 0 .5rem;
  padding: 1rem 2rem;
  border: none;
  background-color: grey;
  box-shadow: none;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  cursor: pointer;
  transition: background-color .4s ease;
}

.tingle-btn--primary {
  background-color: #3498db;
}

.tingle-btn--danger {
  background-color: #e74c3c;
}

.tingle-btn--default {
  background-color: #34495e;
}

.tingle-btn--pull-left {
  float: left;
}

.tingle-btn--pull-right {
  float: right;
}

/* responsive
-------------------------------------------------------------- */
@media (max-width: 540px) {
  .tingle-modal-box {
    width: auto;
    border-radius: 0;
  }
  .tingle-modal {
    top: 60px;
    display: block;
    width: 100%;
  }
  .tingle-modal--noClose {
    top: 0;
  }
  .tingle-modal--overflow {
    padding: 0;
  }
  .tingle-modal-box__footer .tingle-btn {
    display: block;
    float: none;
    margin-bottom: 1rem;
    width: 100%;
  }
  .tingle-modal__close {
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: #2c3e50;
    box-shadow: none;
    color: #fff;
    line-height: 55px;
  }
  .tingle-modal__closeLabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
  .tingle-modal__closeIcon {
    display: inline-block;
    margin-right: .5rem;
    vertical-align: middle;
    font-size: 4rem;
  }
}

.footer {
  background: #212650;
  padding: 3em;
}

.footer h4 {
  color: white;
  font-weight: 400;
  margin-bottom: 1em;
}

.footer__image {
  width: 12em;
  max-width: 100%;
  margin-bottom: 2em;
}

.footer__address {
  font-style: normal;
  color: #08172C;
}

.footer__address ul {
  list-style: none;
  height: 100%;
  padding: 0;
  margin: 0;
}

.footer__address ul li {
  color: white;
  margin-bottom: 0.5em;
}

.footer__address ul li a {
  color: white;
  font-weight: 400;
}

.footer__address--header li:nth-child(1) {
  font-size: 1.5em;
}

.footer__links {
  padding: 0;
}

.footer__links li {
  display: block;
  max-width: 15em;
  position: relative;
}

@media only screen and (min-width: 993px) {
  .footer__links li {
    display: inline-block;
    margin-right: 2em;
  }
}

.footer__links li + li {
  margin-top: 1em;
}

@media only screen and (min-width: 993px) {
  .footer__links li + li {
    margin-top: 0;
  }
  .footer__links li + li:before {
    content: '';
    width: 1px;
    height: 1em;
    background: white;
    position: absolute;
    top: 0;
    left: calc(-1em - 1px);
  }
}

.footer__links li a {
  color: white;
  font-weight: 400;
}

/**
 * CONTENTS
 *
 * TRUMPS
 * Text.................High-specificity, very explicit selectors. Overrides and helper classes (e.g. .hidden {}).
 */
.tingle-modal-box__content iframe {
  height: 500px;
  width: 100%;
  box-shadow: none;
  border: none;
}
