@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.
 *
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
/* FontAwesome FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2") format("woff2"),
    url("../fonts/fontawesome-webfont.woff") format("woff"),
    url("../fonts/fontawesome-webfont.ttf") format("truetype"),
    url("../fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/**
 * CONTENTS
 *
 * TOOLS
 * Mixins...............Site-wide mixins and functions.
 *
 */
/*------------------------------------*\
    #MEDIA QUERIES
\*------------------------------------*/
/**
*
* Testing
*
**/
.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.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #676767;
}

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

body.no-scroll {
  position: fixed;
}

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

@media (min-width: 768px) {
  body:before {
    content: "sm";
  }
}

@media (min-width: 992px) {
  body:before {
    content: "md";
  }
}

@media (min-width: 1200px) {
  body:before {
    content: "lg";
  }
}

html.block-scroll {
  overflow: hidden;
  height: 100%;
}

.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;
}

.background-dark {
  background-color: #f1f1f1;
}

.bg-curved {
  position: relative;
  z-index: 1;
  width: 100%;
}

.bg-curved:before,
.bg-curved--right:before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  -ms-transform: scale(1.0001);
  transform: scale(1.0001);
  top: -80px;
  border-style: solid;
  content: "";
}

.bg-curved--right:before {
  border-width: 0 0 80px 100vw;
  border-color: transparent transparent #ffffff transparent;
}

.bg-curved--left:before {
  border-width: 80px 0 0 100vw;
  border-color: transparent transparent transparent #f1f1f1;
}

.container {
  padding-top: 100px;
  padding-bottom: 150px;
}

@media (max-width: 768px) {
  .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

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

.form-group__validation p {
  margin: 0;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  line-height: 1.2;
  font-family: "Roboto Slab", sans-serif;
}

h1 {
  margin-top: 100px;
  font-size: 71px;
  color: #ffffff;
  font-weight: 300;
  line-height: 100px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 42px;
  }
}

h2 {
  font-size: 36px;
  margin-bottom: 50px;
  color: #494949;
}

@media (max-width: 768px) {
  h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

h3 {
  font-size: 24px;
  color: #676767;
  font-weight: normal;
}

@media (max-width: 768px) {
  h3 {
    font-size: 17px;
  }
}

p {
  margin: 0 0 10px 0;
}

.intro-text {
  font-weight: bold;
  margin-bottom: 40px;
}

.stepnr {
  font-size: 36px;
  font-weight: 700;
  display: inline-block;
  color: #d34489;
  margin-top: -4px;
}

@media (max-width: 768px) {
  .stepnr {
    margin-top: 0;
    font-size: 24px;
  }
}

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

a:hover {
  text-decoration: underline;
}

/**
 * CONTENTS
 *
 * OBJECTS
 * Wrappers.............Objects, abstractions, and design patterns (e.g. .media {}).
 *
 */
.btn {
  height: 48px;
  padding: 11px 30px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  color: #ffffff;
}

.btn:hover {
  text-decoration: none;
  top: 1px;
}

.btn:active {
  top: 3px;
}

.btn--blue {
  background-color: #3197d8;
  box-shadow: 0 3px #1f6a99;
}

.btn--blue:hover {
  box-shadow: 0 2px #1f6a99;
}

.btn--blue:active {
  box-shadow: none !important;
}

/**
 * CONTENTS
 *
 * COMPONENTS
 * Page-head............The main page header.
 * Page-foot............The main page footer.
 * Buttons..............Button elements.
 *
 */
header {
  height: 736px;
  width: 100%;
  position: relative;
  /* background: url(../images/header-jaarverslag-2020.jpg) no-repeat; */
  background: url(../images/resized/Header-jaarverslag-2021.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.header__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #3197d8;
  opacity: 0.7;
}

@media (max-width: 768px) {
  header .header__top {
    position: fixed;
    width: 100%;
    height: 50px;
    z-index: 10;
    margin-right: -20px;
    margin-left: -24px;
    background-color: #ffffff;
  }
}

@media (max-width: 767px) {
  header .header__top {
    margin-right: -10px;
    margin-left: -10px;
  }
}

header .container {
  padding-top: 0;
}

header .arrow-down {
  width: 50px;
  height: 50px;
  position: absolute;
  left: calc(50% - 25px);
  bottom: 15px;
  z-index: 9;
  display: inline-block;
  background: #aed220;
}

header .arrow-down:before,
header .arrow-down:after {
  content: "";
  width: 18px;
  height: 18px;
}

header .arrow-down:before {
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  opacity: 0.5;
  background: url(../images/arrow-down.svg) no-repeat;
  filter: alpha(opacity=50);
}

header .arrow-down:after {
  margin-top: -5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background: url(../images/arrow-down.svg) no-repeat;
}

header .arrow-down__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

header .hamburger {
  width: 30px;
  height: 45px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  display: inline-block;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

header .hamburger span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #d34489;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

header .hamburger span:nth-child(1) {
  top: 8px;
}

header .hamburger span:nth-child(2),
header .hamburger span:nth-child(3) {
  top: 18px;
}

header .hamburger span:nth-child(4) {
  top: 28px;
}

header .hamburger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

header .hamburger.open span:nth-child(2) {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .hamburger.open span:nth-child(3) {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header .hamburger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

@media screen and (min-width: 1030px) {
  header .col-sm-offset-1 {
    margin-left: 0;
  }
  header .col-sm-offset-1 h1 {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  header {
    height: 300px;
  }
  header .logo img {
    width: auto;
    height: 50px;
  }
}

@media (min-width: 769px) {
  header .hamburger {
    display: none;
  }
}

.intro {
  font-size: 18px;
}

.intro p {
  font-size: 18px;
}

.intro p:first-child {
  font-weight: bold;
}

.intro-image {
  width: 100%;
  height: auto;
}

.navigation {
  width: 390px;
  height: 100%;
  position: fixed;
  overflow: hidden;
  z-index: 10;
  -ms-transform: translateX(-360px);
  transform: translateX(-360px);
  background-color: #d34489;
  transition: transform 0.4s;
  font-family: "Roboto Slab", sans-serif;
}

.navigation ul {
  width: 50px;
  position: relative;
  top: calc(50% - 150px);
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-transform: translateX(340px);
  transform: translateX(340px);
  z-index: 1;
  text-indent: -9999px;
}

.navigation ul li {
  position: relative;
  margin-bottom: 20px;
  margin-left: 30px;
  padding: 0 0 0 30px;
}

.navigation ul li a {
  font-size: 20px;
  font-weight: normal;
  color: #8a194f;
}

.navigation ul li a:hover {
  text-decoration: none;
}

.navigation ul li a:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  border-radius: 50%;
  background-color: #8a194f;
}

.navigation ul li a.nav-active {
  color: #ffffff;
  font-weight: bold;
}

.navigation ul li a.nav-active:before {
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .navigation ul li {
    margin-left: 20px;
    padding-left: 20px;
  }
  .navigation ul li a {
    font-size: 16px;
  }
  .navigation ul li a:before {
    top: 8px;
  }
}

.navigation__close {
  width: 30px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #b0336f;
}

.navigation__close p {
  opacity: 0;
  transition: opacity 0.4s;
  padding-top: 20px;
  position: absolute;
  top: 50%;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #ffffff;
  font-weight: bold;
}

@media (min-width: 769px) {
  .navigation__close span {
    display: block;
    position: absolute;
    height: 2px;
    width: 20px;
    background: #ffffff;
    border-radius: 1px;
    left: 5px;
    top: 10px;
  }
  .navigation__close span:nth-child(2) {
    top: 16px;
  }
  .navigation__close span:nth-child(3) {
    top: 22px;
  }
}

.navigation.open {
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: transform 0.4s;
}

.navigation.open ul {
  width: 350px;
  text-indent: 0;
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.navigation.open .navigation__close p {
  opacity: 1;
}

@media (max-width: 768px) {
  .navigation {
    top: 50px;
    width: 95%;
    -ms-transform: translateX(calc(-100%));
    transform: translateX(calc(-100%));
  }
}

@media (min-width: 769px) {
  .navigation:hover {
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: transform 0.4s;
  }
  .navigation:hover ul {
    width: 350px;
    text-indent: 0;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .navigation:hover .navigation__close p {
    opacity: 1;
  }
}

.map {
  margin-top: 50px;
}

.map__category {
  width: 300px;
  height: 102px;
  margin-bottom: 20px;
  padding: 15px 30px 15px 60px;
  display: block;
  position: relative;
  background-color: #ffffff;
  border-bottom: 2px solid #e7e7e7;
}

@media (max-width: 768px) {
  .map__category {
    height: 66px;
    width: 25%;
    padding: 5px 20px 5px 30px;
    float: left;
  }
}

@media (max-width: 767px) {
  .map__category {
    width: 100%;
    height: 35px;
    margin-bottom: 0;
    padding: 0 40px;
  }
  .map__category:last-child {
    margin-bottom: 30px;
  }
}

.map__category p {
  font-size: 21px;
  color: #494949;
  font-weight: 400;
}

@media (max-width: 768px) {
  .map__category p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .map__category p {
    display: inline-block;
  }
}

.map__category .number {
  font-size: 50px;
  line-height: 32px;
  font-weight: bold;
  font-family: "Roboto Slab", sans-serif;
}

@media (max-width: 768px) {
  .map__category .number {
    margin-bottom: 0;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .map__category .number {
    width: 50px;
    font-size: 18px;
  }
}

.map__category:before {
  content: "";
  width: 8px;
  height: 102px;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  border-bottom: 2px solid transparent;
}

@media (max-width: 768px) {
  .map__category:before {
    height: 66px;
  }
}

@media (max-width: 767px) {
  .map__category:before {
    height: 35px;
  }
}

.map__category:after {
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: calc(50% - 9px);
}

@media (max-width: 767px) {
  .map__category:after {
    top: calc(50% - 13px);
  }
}

.map__category:hover,
.map__category.active {
  text-decoration: none;
}

.map__category:hover p,
.map__category.active p {
  color: #ffffff;
}

.map__category:hover:after,
.map__category.active:after {
  color: #ffffff;
}

.map__category--rijk:before {
  background-color: #d8861b;
  border-bottom-color: #ca7c16;
}

.map__category--rijk .number {
  color: #d8861b;
}

.map__category--rijk:after {
  color: #d8861b;
}

.map__category--rijk:hover,
.map__category--rijk.active {
  background-color: #eab818;
  border-bottom-color: #d8861b;
}

.map__category--provincies .number {
  color: #3197d8;
}

.map__category--provincies:before {
  background-color: #3197d8;
  border-bottom-color: #1d6b9a;
}

.map__category--provincies:after {
  color: #3197d8;
}

.map__category--provincies:hover,
.map__category--provincies.active {
  background-color: #1d6b9a;
  border-bottom-color: #1d6b9a;
}

.map__category--gemeenten .number {
  color: #d34489;
}

.map__category--gemeenten:before {
  background-color: #d34489;
  border-bottom-color: #b93a7a;
}

.map__category--gemeenten:after {
  color: #d34489;
}

.map__category--gemeenten:hover,
.map__category--gemeenten.active {
  background-color: #b93a7a;
  border-bottom-color: #b93a7a;
}

.map__category--woningcorporaties .number {
  color: #aed220;
}

.map__category--woningcorporaties:before {
  background-color: #aed220;
  border-bottom-color: #9fbd0c;
}

.map__category--woningcorporaties:after {
  color: #aed220;
}

.map__category--woningcorporaties:hover,
.map__category--woningcorporaties.active {
  background-color: #9fbd0c;
  border-bottom-color: #9fbd0c;
}

.map__image {
  width: 420px;
  height: auto;
}

.map__image--rijk {
  background: url(images/map-rijk.png) no-repeat;
}

@media (max-width: 768px) {
  .map__image {
    width: 400px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .map__image {
    width: 310px;
  }
}

.numbers {
  height: 150px;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 3px solid #f1f1f1;
  font-size: 21px;
}

.numbers p {
  font-weight: bold;
}

.numbers--plus:before,
.numbers--plus:after {
  position: absolute;
  font-family: "Roboto Slab", sans-serif;
  font-weight: bold;
}

.numbers--plus:before {
  content: "+";
  right: -10px;
  font-size: 40px;
  color: #3197d8;
}

@media (max-width: 768px) {
  .numbers--plus:before {
    font-size: 21px;
  }
}

.numbers--plus:after {
  content: "=";
  right: -16px;
  bottom: -43px;
  font-size: 60px;
  color: #d34489;
}

@media (max-width: 768px) {
  .numbers--plus:after {
    font-size: 30px;
    right: -9px;
  }
}

.numbers--big {
  padding-top: 30px;
  font-family: "Roboto Slab", sans-serif;
  border-bottom: 0;
}

.numbers__number {
  font-size: 40px;
  font-family: "Roboto Slab", sans-serif;
  font-weight: bold;
  color: #3197d8;
}

@media (max-width: 768px) {
  .numbers__number {
    font-size: 21px;
  }
}

.numbers__number--big {
  font-size: 60px;
  color: #d34489;
}

@media (max-width: 768px) {
  .numbers__number--big {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .numbers {
    font-size: 16px;
  }
}

.graphics {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 5px solid #f1f1f1;
}

.graphics__graphic {
  padding: 0 80px;
  position: relative;
}

.graphics__graphic canvas {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .graphics__graphic canvas {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .graphics__graphic {
    padding: 0 20px;
  }
}
.graphics__graphic--first .graphics__label--gray {
  top: -11%;
  left: 46%;
}

.graphics__graphic--first .graphics__label--blue {
  top: 95%;
  right: 18%;
  left: auto;
}

.graphics__graphic--first .graphics__label--green {
  top: 35%;
  left: 0;
}

.graphics__graphic--first .graphics__label--pink {
  top: -5%;
  right: 20%;
  left: auto;
}

.graphics__graphic--second .graphics__label--blue {
  top: 100%;
  left: 21%;
}

.graphics__graphic--second .graphics__label--gray {
  top: -11%;
  left: 33%;
}

.graphics__graphic--second .graphics__label--green {
  top: 14%;
  left: -1%;
}

.graphics__graphic--second .graphics__label--pink {
  top: 14%;
  right: 0;
  left: auto;
}

.graphics__graphic--third .graphics__label--blue {
  top: 95%;
  left: 68%;
}

.graphics__graphic--third .graphics__label--gray {
  top: -11%;
  left: 44%;
}

.graphics__graphic--third .graphics__label--green {
  top: 20%;
  left: 3%;
}

.graphics__graphic--third .graphics__label--pink {
  top: 15%;
  right: 4%;
  left: auto;
}

.graphics__graphic--fourth .graphics__label--gray {
  top: -11%;
  left: 38%;
}

.graphics__graphic--fourth .graphics__label--blue {
  top: 59%;
  left: -6%;
}

.graphics__graphic--fourth .graphics__label--green {
  top: -1%;
  left: 8%;
}

.graphics__graphic--fourth .graphics__label--pink {
  top: 50%;
  right: -6%;
  left: auto;
}

.graphics__totals {
  display: none;
  width: 200px;
  height: 120px;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 100px);
  text-align: center;
}

.graphics__totals.show {
  display: block;
}

.graphics__totals p:last-child {
  font-size: 23px;
}

.graphics__totalcount {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 40px;
  font-family: "Roboto Slab", sans-serif;
}

.graphics__legend {
  margin-top: 50px;
}

.graphics__legend ul li {
  position: relative;
  padding: 0 0 0 30px;
  margin-bottom: 10px;
  list-style: none;
  font-size: 18px;
  font-weight: bold;
}

.graphics__legend ul li:before {
  content: "";
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
}

.graphics__legend ul li:first-child:before {
  background-color: #d34489;
}

.graphics__legend ul li:nth-child(2):before {
  background-color: #aed220;
}

.graphics__legend ul li:nth-child(3):before {
  background-color: #3197d8;
}

.graphics__legend ul li:last-child:before {
  background-color: #7F7F7F;
}

.graphics__label {
  display: none;
  height: 27px;
  padding: 0 10px;
  line-height: 27px;
  position: absolute;
  z-index: 1;
  color: #ffffff;
  font-family: "Roboto Slab", sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.graphics__label:after,
.graphics__label:before {
  content: "";
  height: 27px;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  z-index: -1;
}

.graphics__label:after {
  top: 4px;
  left: 4px;
  z-index: -2;
}

.graphics__label.show {
  display: block;
}

.graphics__label--gray {
  top: 0px;
  left: 0;
}

.graphics__label--gray:before {
  background-color: #7F7F7F;
}

.graphics__label--gray:after {
  background-color: #5f5f5f;
}

.graphics__label--blue {
  top: 150px;
  left: 0;
}

.graphics__label--blue:before {
  background-color: #3197d8;
}

.graphics__label--blue:after {
  background-color: #1f6a99;
}

.graphics__label--green {
  top: -20px;
  left: 100px;
}

.graphics__label--green:before {
  background-color: #aed220;
}

.graphics__label--green:after {
  background-color: #95ae17;
}

.graphics__label--pink {
  top: 80px;
  left: initial;
  right: 30px;
}

.graphics__label--pink:before {
  background-color: #d34489;
}

.graphics__label--pink:after {
  background-color: #b0336f;
}

.news-item {
  position: relative;
  margin-bottom: 30px;
}

.news-item h3 {
  margin-bottom: 30px;
  font-weight: bold;
}

.news-item p {
  font-weight: normal;
  color: #676767;
}

.news-item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(204, 204, 204, 0);
}

.news-item a:hover {
  text-decoration: none;
}

.news-item .read {
  font-size: 18px;
  text-decoration: underline;
  font-weight: normal;
  color: #3197d8;
}

.news-item img {
  width: 100%;
  height: auto;
}

.news-item__image {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}

.images-holder .intro-image {
  width: 80%;
  margin-left: auto;
  display: block;
}
.images-holder .intro-image.intro-image__second {
    width: 70%;
    margin-left: inherit;
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
}

.img-interview-1__logo {
  margin-left: -70px;
}

.img-interview-3__logo {
  margin-left: -35px;
}

.news-item__image {
  max-height: 250px;
  width: 100%;
  overflow: hidden;
  border-bottom: 3px solid;
  border-color: #e3e3e3;
  border-image: -webkit-linear-gradient(
      right,
      #d34489,
      #b0ce19,
      #3197d8,
      #b0ce19,
      #d34489
    )
    20 stretch;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

@media (max-width: 768px) {
  .news-item__image {
    max-height: 15em;
  }
}

@media (max-width: 525px) {
  .news-item__image {
    max-height: 9em;
  }
}

.news-item__content {
  padding: 30px 15px;
  height: 222px;
  background-color: #ffffff;
  border-bottom: 3px solid #d8d8d8;
}
@media (min-width: 768px) {
  .news-item__content {
    padding: 30px;
  }
}

.news-item__content.news-item__content--alternative {
  height: 150px;
}

.news-item__content.news-item__content--alternative h3 {
  font-weight: 400;
}

.rates {
  text-align: center;
}

.rates .col-sm-5.col-md-5 {
  height: 130px;
}

.rates__rate {
  font-size: 40px;
  line-height: 130px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: center top;
  height: 158px;
  color: #ffffff;
}

.rates__rate--pink {
  background-image: url("../images/badge-pink.svg");
}

.rates__rate--green {
  background-image: url("../images/badge-green.svg");
}

.rates__rate--blue {
  background-image: url("../images/badge-blue.svg");
}

.rates__rate--yellow {
  background-image: url("../images/badge-yellow.svg");
  min-height: 7.2em;
  max-height: 7.2em;
  line-height: 232px;
  background-size: contain;
}

.rates__rate--grey {
  background-image: url("../images/badge-grey.svg");
}

.rates__text {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .rates .col-sm-5.col-md-5 {
    height: auto;
  }
}

.popup--open .popup__overlay {
  visibility: visible;
  opacity: 1;
}

.popup--open .popup__container {
  visibility: visible;
}

.popup--open .popup__content {
  opacity: 1;
  transform: perspective(1px) scale(1);
}

.popup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  visibility: hidden;
  transition: all 0.3s;
  opacity: 0;
}

.popup__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  max-width: 940px;
  overflow: hidden;
  background: #ffffff;
}

.popup__container.popup__container--large {
  max-width: 1140px;
}

@media (min-width: 768px) {
  .popup__container {
    top: 0;
    left: 50%;
    transform: perspective(1px) translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%) \9\0;
    margin: 0;
    bottom: auto;
    padding: 10px;
    height: 100%;
    background: none;
    outline: 1px solid transparent !important;
  }
}

@media (min-width: 768px) {
  .popup__container--scroll {
    max-height: 100%;
    overflow-y: scroll;
  }
}

.popup__content {
  padding: 30px 15px;
  background: #ffffff;
  transition: all 0.3s;
  opacity: 0;
  overflow-y: scroll;
  height: 100%;
  transform: perspective(1px) scale(0.7);
}

@media (min-width: 480px) {
  .popup__content {
    padding: 40px 45px;
  }
}

.popup__content h3 {
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #3197d8;
}

.popup__content .intro {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

.popup__content p:last-child {
  margin-bottom: 0;
}

.popup__top {
  margin-top: 25px;
}
@media (min-width: 767px) {
  .popup__top {
    margin-top: 0;
  }
}
.popup__top h2 {
  font-size: 28px;
  color: #3197d8;
}

.popup__top-image {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin-right: 20px;
  float: left;
  overflow: hidden;
}

.popup__top-image img {
  height: 100%;
  width: auto;
}

@media (max-width: 767px) {
  .popup__top-image {
    margin: 0 auto 20px auto;
    float: none;
    text-align: center;
  }
}

.popup__close {
  text-indent: 0;
  color: #676767;
  font-weight: normal;
  font-size: 18px;
}

.popup__close--top {
  position: absolute;
  z-index: 1;
  top: -30px;
  right: -10px;
}

@media (max-width: 767px) {
  .popup__close--top {
    top: -10px;
    right: 10px;
  }
}

.popup__close--bottom {
  display: block;
  margin-top: 20px;
  text-align: center;
  text-decoration: underline;
}

#interviews .row:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.popup__image img {
  max-width: 100%;
}

.download {
  text-align: center;
}

.download h2 {
  display: inline-block;
}

.download p {
  margin-bottom: 50px;
}

.download .stepnr {
  margin-right: 20px;
}

.funds {
  margin-top: 50px;
  margin-bottom: 50px;
}

.funds--europe .funds__fund img {
  height: 42px;
}

.funds h3 {
  margin-bottom: 30px;
}

.funds img {
  position: absolute;
  bottom: 30px;
}

.funds.funds-1 .funds__fund {
  height: 350px;
}

.funds__fund {
  height: 282px;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  background-color: #f1f1f1;
  border-bottom: 4px solid transparent;
}

.funds__fund p {
  font-family: "Roboto Slab", sans-serif;
}

.funds__fund img {
  height: auto;
  width: auto;
}

.funds__fund .value {
  margin-top: 20px;
  font-size: 28px;
  font-family: "Roboto Slab", sans-serif;
  font-weight: bold;
}

.funds__fund--blue {
  border-bottom-color: #3197d8;
}

.funds__fund--blue .value {
  color: #3197d8;
}

.funds__fund--darkblue {
  border-bottom-color: #00479d;
}

.funds__fund--darkblue .value {
  color: #00479d;
}

.funds__fund--pink {
  border-bottom-color: #d34489;
}

.funds__fund--pink .value {
  color: #d34489;
}

.funds__fund--green {
  border-bottom-color: #aed220;
}

.funds__fund--green .value {
  color: #aed220;
}

.funds__fund--orange {
  border-bottom-color: #d8861b;
}

.funds__fund--orange .value {
  color: #d8861b;
}

footer {
  background-color: #f1f1f1;
}

footer .container {
  padding-top: 0;
  padding-bottom: 0;
}

footer .footer {
  padding: 30px 0;
  border-top: 2px solid #d8d8d8;
}

/**
 * CONTENTS
 *
 * TRUMPS
 * Text.................High-specificity, very explicit selectors. Overrides and helper classes (e.g. .hidden {}).
 */


.bottom-right-corner-cut {
  bottom: -1px;
  right: -1px;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-bottom: 30px solid white;
}