@import url('style.css');
/*
 * Web Starter Kit
 *
 * Multi-screen layout styles for your page. Brought to you by the
 * Web Starter Kit team.
 *
 */
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html, button, input, select, textarea {
  color: #222; }

html{
  width: 100%;
  height: 100%;
}
body {
  font-size: 1em;
  line-height: 1.4;
  width: 100%;
  height: 100%;
}

a {
  color: #00e; }

a:visited {
  color: #551a8b; }

a:hover {
  color: #06e; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* Prevent callout */
.nocallout {
  -webkit-touch-callout: none; }

.pressed {
  background-color: rgba(0, 0, 0, 0.7); }

/* A hack for HTML5 contenteditable attribute on mobile */
textarea[contenteditable] {
  -webkit-appearance: none; }

/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if
   they have been set as display: none */
.gifhidden {
  position: absolute;
  left: -100%; }

/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  direction: ltr;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -999em; }

.ir br {
  display: none; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/**
 * Clearfix helper
 * Used to contain floats: h5bp.com/q
 */
.clearfix::before, .clearfix::after {
  content: "";
  display: table; }

.clearfix::after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
/*
 * Visual Style Guide styles
 * Remove if you prefer to use a CSS library, like Bootstrap
 */
/**
*
* Main Stylesheet For Visual Style Guide
*
**/
/**
*
* Utils
*
**/
/*==========  VARIABLES  ==========*/
/*==========  FUNCTIONS  ==========*/
/*==========  MIXINS  ==========*/
/* Custom */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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, main, 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/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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 styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0; }

/**
 * 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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

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

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

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0; }

/**
*
* Global
*
**/
*, *::before, *::after {
  box-sizing: border-box; }

html, body, button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.625em;
  /* 26px */
  font-weight: 300;
  color: #424242;
  position: relative; }
  body::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    display: none;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 95%, rgba(0, 0, 0, 0.15) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 95%, rgba(0, 0, 0, 0.15) 100%);
    -webkit-background-size:  100% 26px;
    -moz-background-size:  100% 26px;
    -o-background-size:  100% 26px;
    background-size:  100% 26px; }
  body.debug::after {
    display: block;
    pointer-events: none; }

pre {
  background: #f0f0f0;
  padding: 13px; }

.main-container {
  box-sizing: content-box;
  position: relative;
  z-index: 2;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 620px) {
    .main-container {
      max-width: 688px; }
  }
  @media only screen and (min-width: 800px) {
    .main-container {
      padding-left: 3.7%;
      padding-right: 3.7%;
      max-width: 1002px; } }
  .main-container:after, .main-container:before {
    content: '';
    display: block;
    clear: both; }

.container {
  box-sizing: content-box;
  position: relative;
  z-index: 2;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 620px) {
    .container {
      max-width: 688px; } }
  @media only screen and (min-width: 800px) {
    .container {
      padding-left: 3.7%;
      padding-right: 3.7%;
      max-width: 1002px; } }
  .container:after, .container:before {
    content: '';
    display: block;
    clear: both; }
.gallery-container {
	width: 100%;
	position: relative;
}
	
@media only screen and (min-width: 620px) {
  .container-medium {
    box-sizing: content-box;
    position: relative;
    z-index: 2;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 620px) {
      .container-medium {
        max-width: 688px; } }
    @media only screen and (min-width: 800px) {
      .container-medium {
        padding-left: 3.7%;
        padding-right: 3.7%;
        max-width: 1002px; } }
    .container-medium:after, .container-medium:before {
      content: '';
      display: block;
      clear: both; } }

@media only screen and (max-width: 619px) {
  .container-small {
    box-sizing: content-box;
    position: relative;
    z-index: 2;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 620px) {
  .container-small {
    max-width: 688px; } }
@media only screen and (min-width: 620px) {
  .container-small {
    max-width: 688px; } }
@media only screen and (min-width: 800px) {
  .container-small {
    padding-left: 3.7%;
    padding-right: 3.7%;
    max-width: 1002px; } }
.container-small:after, .container-small:before {
  content: '';
  display: block;
  clear: both; }

@media only screen and (min-width: 800px) {
  .content {
    margin-right: 25.9%; }
    .content pre {
      margin-right: -25.9%; } }

@font-face {
  font-family: icons;
  src: url(../images/icons/icons.eot);
  src: url(../images/icons/iconsd41d.eot?#iefix) format('embedded-opentype'), url(../images/icons/icons.html) format('woff2'), url(../images/icons/icons.woff) format('woff'), url(../images/icons/icons-2.html) format('truetype'), url(../images/icons/iconsd41d.svg?#icons) format('svg');
  font-weight: normal;
  font-style: normal; }

.icon {
  font-family: 'icons';
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-bullet::before, ul li::before, ul.list-links a::before, .list-anchor a::before {
  content: "\e001"; }

.icon-chevron-down::before {
  content: '\e002'; }

.icon-chevron-large::before {
  content: '\e003'; }

.icon-chevron-left::before {
  content: '\e004'; }

.icon-chevron-right::before, ul.list-links.list-links--primary a::before {
  content: '\e005'; }

.icon-chevron-up::before {
  content: '\e006'; }

.icon-close::before {
  content: '\e007'; }

.icon-cog::before {
  content: '\e008'; }

.icon-diamond::before {
  content: '\e009'; }

.icon-exclamation::before {
  content: '\e00a'; }

.icon-google-dev::before {
  content: '\e00b'; }

.icon-hash::before {
  content: '\e00c'; }

.icon-introduction-to-media::before {
  content: '\e00d'; }

.icon-lessons::before {
  content: '\e00e'; }

.icon-menu::before {
  content: '\e00f'; }

.icon-minus::before {
  content: '\e010'; }

.icon-multi-device-layouts::before {
  content: '\e011'; }

.icon-performance::before {
  content: '\e012'; }

.icon-plus::before {
  content: '\e013'; }

.icon-question::before {
  content: '\e014'; }

.icon-slash::before {
  content: '\e015'; }

.icon-star::before {
  content: '\e016'; }

.icon-tick::before {
  content: '\e017'; }

.icon-user-input::before {
  content: '\e018'; }

/**
*
* Grid
*
**/
@media only screen and (min-width: 620px) and (max-width: 799px) {
  .g-medium--1 {
    float: left;
    margin-right: 4.5%;
    width: 30.3%; }
  .g-medium--push-1 {
    margin-left: 34.8%; }
  .g-medium--pull-1 {
    margin-right: 34.8%; }
  .g-medium--2 {
    float: left;
    margin-right: 4.5%;
    width: 65.1%; }
  .g-medium--push-2 {
    margin-left: 69.6%; }
  .g-medium--pull-2 {
    margin-right: 69.6%; }
  .g-medium--3 {
    float: left;
    margin-right: 4.5%;
    width: 99.9%;
    margin-right: 0; }
  .g-medium--full {
    float: left;
    margin-right: 4.5%;
    margin-right: 0;
    width: 100%; }
  .g--third {
    float: left;
    margin-right: 4.5%;
    width: 30.3%; }
  .g--half, .g-medium--half {
    float: left;
    margin-right: 4.5%;
    width: 47.75%; }
  .g-medium--last {
    margin-right: 0; }
  .g-medium--last + .g-medium--half {
    clear: left; }
  .g--pull-half {
    margin-right: 52.25%; } }

@media only screen and (min-width: 800px) {
  .g-wide--1 {
    float: left;
    margin-right: 3.7%;
    width: 22.2%; }
  .g-wide--push-1 {
    margin-left: 25.9%; }
  .g-wide--pull-1 {
    margin-right: 25.9%; }
  .g-wide--2 {
    float: left;
    margin-right: 3.7%;
    width: 48.1%; }
  .g-wide--push-2 {
    margin-left: 51.8%; }
  .g-wide--pull-2 {
    margin-right: 51.8%; }
  .g-wide--3 {
    float: left;
    margin-right: 3.7%;
    width: 74%; }
  .g-wide--push-3 {
    margin-left: 77.7%; }
  .g-wide--pull-3 {
    margin-right: 77.7%; }
  .g-wide--4 {
    float: left;
    margin-right: 3.7%;
    width: 99.9%;
    margin-right: 0; }
  .g-wide--last {
    margin-right: 0; }
  .g-wide--full {
    float: left;
    margin-right: 3.7%;
    margin-right: 0;
    width: 100%; }
  .g--third {
    float: left;
    margin-right: 3.7%;
    width: 30.8%; }
  .g--half, .g-wide--half {
    float: left;
    margin-right: 3.7%;
    width: 48.15%; }
  .g--pull-half {
    margin-right: 51.85%; } }

.g--last {
  margin-right: 0; }

.g--centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.grid-overlay {
  display: none;
  pointer-events: none; }
  .debug .grid-overlay {
    box-sizing: content-box;
    position: relative;
    z-index: 2;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: block; }
    @media only screen and (min-width: 620px) {
      .debug .grid-overlay {
        max-width: 688px; } }
    @media only screen and (min-width: 800px) {
      .debug .grid-overlay {
        padding-left: 3.7%;
        padding-right: 3.7%;
        max-width: 1002px; } }
    .debug .grid-overlay:after, .debug .grid-overlay:before {
      content: '';
      display: block;
      clear: both; }
    .debug .grid-overlay [class*="g-"] {
      height: 100%;
      background-color: rgba(89, 89, 89, 0.2); }
    @media only screen and (min-width: 620px) and (max-width: 799px) {
      .debug .grid-overlay .g-wide--last {
        display: none; } }
    @media only screen and (max-width: 619px) {
      .debug .grid-overlay {
        display: none; } }

/**
*
* Typography
*
**/
h1, h2, h3, h4, h5, p {
  margin: 0; }

strong {
  font-family: 'museo-sans', Helvetica, Arial, sans-serif;
  font-weight: 500; }

.small, small {
  font-size: 13px;
  line-height: 2em;
  padding-top: 2em;
  padding-bottom: 0; }

.base, p, ul, ol {
  font-size: 16px;
  line-height: 29px;
  padding-top: 1.625em;
  padding-bottom: 0; }

.medium, h4 {
  font-size: 14px;
  line-height: 29px;
  padding-top: 1.625em;
  padding-bottom: 0; }
  @media only screen and (min-width: 800px) {
    .medium, h4 {
      font-size: 18px;
      font-weight: 300;
      line-height: 1.3em;
      padding-top: 1.3em;
      padding-bottom: 0; } }

.large, h3 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3em;
  padding-top: 1.3em;
  padding-bottom: 0; }
  @media only screen and (min-width: 800px) {
    .large, h3 {
      font-family: 'museo-sans', Helvetica, sans-serif;
      font-size: 20px;
      font-weight: 500;
      line-height: 1em;
      padding-top: 1em;
      padding-bottom: 0; } }

.xlarge, h2 {
  font-family: 'museo-sans', Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
  padding-top: 1em;
  padding-bottom: 0; }
  @media only screen and (min-width: 800px) {
    .xlarge, h2 {
      font-family: 'museo-sans', Helvetica, sans-serif;
      font-size: 28px;
      font-weight: 300;
      line-height: 1.2381em;
      padding-top: 0.619em;
      padding-bottom: 0; } }

.xmlarge {
  font-family: 'museo-sans', Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2381em;
  padding-top: 0.619em;
  padding-bottom: 0; }
  @media only screen and (min-width: 800px) {
    .xmlarge {
      font-family: 'museo-sans', Helvetica, sans-serif;
      font-size: 32px;
      font-weight: 300;
      line-height: 1.2381em;
      padding-top: 0.619em;
      padding-bottom: 0; } }

.xxlarge, h1 {
  font-family: 'museo-sans', Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2381em;
  padding-top: 0.619em;
  padding-bottom: 0; }
  @media only screen and (min-width: 800px) {
    .xxlarge, h1 {
      font-family: 'museo-sans', Helvetica, sans-serif;
      font-size: 42px;
      font-weight: 300;
      line-height: 1.1471em;
      padding-top: 0.3824em;
      padding-bottom: 0; } }

.huge {
  font-family: 'museo-sans', Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.1471em;
  padding-top: 0.3824em;
  padding-bottom: 0; }
  @media only screen and (min-width: 800px) {
    .huge {
      font-family: 'museo-sans', Helvetica, sans-serif;
      font-size: 48px;
      font-weight: 300;
      line-height: 1.19em;
      padding-top: 0.2364em;
      padding-bottom: 0; } }

.double-line-height {
  line-height: 2em; }

li > p {
  padding-top: 0; }

address {
  font-style: normal; }

address > p:first-child {
  padding-top: 0; }

/**
*
* Button
*
**/
.button, .button--primary, .button--secondary, .button--secondary-variation {
  display: inline-block;
  padding: 13.5px 32px;
  margin-bottom: 14.5px;
  margin-top: 14.5px;
  min-height: 29px;
  text-align: center;
  font-family: 'museo-sans', Helvetica, sans-serif;
  font-weight: 500;
  text-decoration: none;
  outline: 0;
  -webkit-transition: none;
          transition: none; }
  .button:hover, .button--primary:hover, .button--secondary:hover, .button--secondary-variation:hover {
    background: #4d4d4d;
    color: #ffffff;
    border: 1px solid #4d4d4d;
    text-decoration: none; }

.button--primary {
  background: #4285f4;
  color: #ffffff;
  border: 1px solid #1266f1; }

.button--secondary {
  background: #ffffff;
  color: #3372df;
  border: 1px solid #e6e6e6; }

.button--secondary-variation {
  background: #ffffff;
  color: #3372df;
  border: 1px solid #e6e6e6;
  border-color: transparent; }

/**
*
* List
*
**/
ul, ol {
  list-style: none;
  margin: 0; }
  @media only screen and (max-width: 619px) {
    ul, ol {
      padding-left: 0; } }

ul li {
  position: relative;
  padding-left: 16px; }
  ul li::before {
    font-family: 'icons';
    font-size: 13px;
    display: block;
    font-weight: 300;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 29px; }
  ul li::before {
    font-size: 4px; }

ol {
  counter-reset: list; }
  ol > li {
    position: relative;
    padding-left: 32px; }
    ol > li::before {
      counter-increment: list;
      content: '0' counter(list);
      color: inherit;
      font-weight: 300;
      display: inline-block;
      position: absolute;
      left: 0; }
    ol > li:nth-child(10n) ~ li::before, ol > li:nth-child(10n)::before {
      content: counter(list); }

ul ol, ol ul {
  padding-top: 0; }

/*==========  LIST LINKS  ==========*/
ul.list-links li::before {
  display: none; }
ul.list-links a {
  font-weight: 300; }
  ul.list-links a::before {
    font-family: 'icons';
    font-size: 13px;
    display: block;
    font-weight: 300;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 29px; }
  ul.list-links a::before {
    font-size: 4px; }
ul.list-links.list-links--primary a {
  font-weight: 300;
  font-family: 'museo-sans', Helvetica, sans-serif;
  line-height: 1;
  text-decoration: none; }
  ul.list-links.list-links--primary a::before {
    font-family: 'icons';
    font-size: 13px;
    display: block;
    font-weight: 300;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 29px; }

ol.list-links li::before {
  display: none; }
ol.list-links li a {
  display: inline-block;
  font-weight: 300; }
  ol.list-links li a::before {
    counter-increment: list;
    content: '0' counter(list);
    color: inherit;
    font-weight: 300;
    display: inline-block;
    position: absolute;
    left: 0; }
ol.list-links li:nth-child(10n) ~ li a::before, ol.list-links li:nth-child(10n) a::before {
  content: counter(list); }
ol.list-links.list-links--secondary a::before {
  display: none; }

.list-links--secondary {
  font-size: 14px;
  line-height: 29px;
  padding-top: 1.625em;
  padding-bottom: 0;
  padding-left: 0; }
  .list-links--secondary li {
    padding-left: 0; }

/*==========  ANCHOR LIST  ==========*/
.list-anchor {
  padding-left: 0; }
  .list-anchor li {
    font-size: 14px;
    line-height: 29px;
    padding-top: 1.625em;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0; }
    .list-anchor li::before {
      display: none; }
  .list-anchor a {
    line-height: 1;
    display: inline-block;
    padding-left: 16px; }
    .list-anchor a::before {
      font-family: 'icons';
      font-size: 13px;
      display: block;
      font-weight: 300;
      position: absolute;
      top: 0;
      left: 0;
      line-height: 29px; }
    .list-anchor a::before {
      font-size: 4px; }

/*==========  SMALL LIST  ==========*/
@media only screen and (min-width: 620px) {
  .list-small li {
    font-size: 13px;
    line-height: 2em;
    padding-top: 2em;
    padding-bottom: 0;
    padding-top: 0; } }

/*==========  CENTERED LIST  ==========*/
.list-centered {
  text-align: center;
  padding-left: 0; }

/*==========  FEATURED LIST  ==========*/
.featured-list {
  padding-top: 87px;
  padding-bottom: 87px; }

.featured-list__item {
  background: #ffffff;
  padding-left: 0;
  padding-top: 29px;
  padding-bottom: 29px;
  margin-top: 29px; }
  @media only screen and (min-width: 620px) {
    .featured-list__item {
      min-height: 377px;
      padding: 58px 32px; } }
  .featured-list__item:first-child {
    margin-top: 0; }
  .featured-list__item p {
    margin-bottom: 29px; }

.featured-list__img-wrapper {
  display: none;
  position: relative;
  padding-top: 29px;
  margin: 0 -5%; }
  @media only screen and (min-width: 620px) {
    .featured-list__img-wrapper {
      display: block;
      padding-top: 0;
      margin: 0; } }

@media only screen and (min-width: 620px) {
  .featured-list__img {
    padding-top: 60.8%;
    padding-bottom: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%; } }
.featured-list__img img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }
  @media only screen and (min-width: 620px) {
    .featured-list__img img {
      margin: 0;
      position: absolute;
      top: 0;
      height: 100%;
      width: 100%;
      left: 0; } }

/*==========  RELATED GUIDES LIST  ==========*/
.related-guides-list {
  font-family: 'museo-sans', Helvetica, sans-serif;
  padding-top: 0;
  padding-left: 0; }
  @media only screen and (min-width: 620px) {
    .related-guides-list {
      padding-top: 29px; } }
  @media only screen and (min-width: 800px) {
    .related-guides-list {
      padding-top: 0; } }
  .related-guides-list p {
    padding-top: 0; }
  .related-guides-list .tag {
    padding-top: 0; }
  .related-guides-list li {
    padding-top: 29px;
    padding-bottom: 28px;
    border-bottom: 1px solid #e0e0e0; }
    .related-guides-list li:last-child {
      border-color: transparent; }
    @media only screen and (min-width: 620px) {
      .related-guides-list li {
        padding-top: 0;
        padding-bottom: 0;
        border-color: transparent; } }

/*==========  LIST RESET  ==========*/
.list--reset {
  padding-left: 0; }
  .list--reset li {
    padding-left: 0; }
  .list--reset.list-links a::before, .list--reset li::before {
    display: none !important; }

/*==========  LESSONS  ==========*/
.list-lessons {
  padding-left: 0; }
  .list-lessons a {
    color: #ffffff; }
  .list-lessons .current, .list-lessons .current a {
    text-decoration: none;
    cursor: default; }
  .list-lessons .current .icon {
    font-size: 13px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    width: 26px;
    line-height: 26px;
    text-align: center;
    margin-left: 7px; }

/*==========  GUIDES INTO - used on homepage  ==========*/
.list-guides-intro {
  margin-bottom: 58px; }
  @media only screen and (max-width: 619px) {
    .list-guides-intro {
      padding-top: 58px; } }
  .list-guides-intro li {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 57px;
    margin-bottom: 58px; }
    @media only screen and (min-width: 620px) {
      .list-guides-intro li {
        border-color: transparent;
        padding-bottom: 0; } }
    .list-guides-intro li:last-child {
      border-bottom: transparent;
      margin-bottom: 0; }

/**
*
* Link
*
**/
a {
  color: #3372df;
  text-decoration: none; 
  font-weight: 500; }

a:hover {
  text-decoration: underline; }

.cta--primary {
  font-family: 'museo-sans', Helvetica, sans-serif;
  color: #3372df;
  font-weight: 300;
  display: inline-block;
  line-height: 1;
  text-decoration: none; }
  .cta--primary:hover {
    color: #757575; }
  .cta--primary::before {
    display: inline-block;
    padding-right: 10px;
    font-family: 'icons';
    line-height: 28px;
    font-size: 13px;
    content: '\e005'; }

.cta--secondary {
  font-family: 'museo-sans', Helvetica, sans-serif;
  color: #3372df;
  font-weight: 300;
  display: inline-block;
  line-height: 1; }
  .cta--secondary:hover {
    color: #757575; }

@font-face {
  font-family: icons;
  src: url(../images/icons/icons.eot);
  src: url(../images/icons/iconsd41d.eot?#iefix) format('embedded-opentype'), url(../images/icons/icons.html) format('woff2'), url(../images/icons/icons.woff) format('woff'), url(../images/icons/icons-2.html) format('truetype'), url(../images/icons/iconsd41d.svg?#icons) format('svg');
  font-weight: normal;
  font-style: normal; }

.icon {
  font-family: 'icons';
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-bullet::before, ul li::before, ul.list-links a::before, .list-anchor a::before {
  content: "\e001"; }

.icon-chevron-down::before {
  content: '\e002'; }

.icon-chevron-large::before {
  content: '\e003'; }

.icon-chevron-left::before {
  content: '\e004'; }

.icon-chevron-right::before, ul.list-links.list-links--primary a::before {
  content: '\e005'; }

.icon-chevron-up::before {
  content: '\e006'; }

.icon-close::before {
  content: '\e007'; }

.icon-cog::before {
  content: '\e008'; }

.icon-diamond::before {
  content: '\e009'; }

.icon-exclamation::before {
  content: '\e00a'; }

.icon-google-dev::before {
  content: '\e00b'; }

.icon-hash::before {
  content: '\e00c'; }

.icon-introduction-to-media::before {
  content: '\e00d'; }

.icon-lessons::before {
  content: '\e00e'; }

.icon-menu::before {
  content: '\e00f'; }

.icon-minus::before {
  content: '\e010'; }

.icon-multi-device-layouts::before {
  content: '\e011'; }

.icon-performance::before {
  content: '\e012'; }

.icon-plus::before {
  content: '\e013'; }

.icon-question::before {
  content: '\e014'; }

.icon-slash::before {
  content: '\e015'; }

.icon-star::before {
  content: '\e016'; }

.icon-tick::before {
  content: '\e017'; }

.icon-user-input::before {
  content: '\e018'; }

/**
*
* Helper
*
**/
.clear::before, .clear::after {
  content: '';
  display: table; }
.clear::after {
  clear: both; }

/*==========  COLORS  ==========*/
.color--blue {
  color: #3372df; }

.color--red {
  color: #cb4437; }

.color--green {
  color: #0f9d58; }

.color--yellow {
  color: #f4b400; }

.color--blue-secondary {
  color: #b7cdf4; }

.color--red-secondary {
  color: #ebb6b0; }

.color--green-secondary {
  color: #56efa5; }

.color--yellow-secondary {
  color: #ffd45b; }

.color--gray-background {
  color: #f0f0f0; }

.color--gray-keyline {
  color: #e0e0e0; }

.color--gray {
  color: #737373; }

.color--gray-dark {
  color: #757575; }

.color--text {
  color: #757575; }

.color--highlight {
  color: #3372df; }

.color--warning {
  color: #ffd45b; }

.color--danger {
  color: #cb4437; }

.color--muted {
  color: #737373; }

.color--remember {
  color: #09829a; }

.color--learning {
  color: #da2e75; }

.color--layouts {
  color: #297ea9; }

.color--user {
  color: #2c8566; }

.color--media {
  color: #cf423a; }

.color--performance {
  color: #7b5294; }

.color--layouts-secondary {
  color: #89c4e2; }

.color--user-secondary {
  color: #78d2b3; }

.color--media-secondary {
  color: #edb8b5; }

.color--performance-secondary {
  color: #c4add2; }

/*==========  TEXT DIVIDER  ==========*/
.text-divider {
  position: relative;
  margin-bottom: 29px; }
  .text-divider::after {
    content: '';
    display: block;
    position: absolute;
    width: 40%;
    height: 1px;
    box-shadow: 0 1px 0 0 #e0e0e0;
    left: 30%;
    bottom: -14.5px; }
  .text-divider.xlarge {
    margin-bottom: 58px; }
    .text-divider.xlarge::after {
      bottom: -29px; }
  .text-divider.xxlarge {
    margin-bottom: 87px; }
    .text-divider.xxlarge::after {
      bottom: -43.5px; }
  .text-divider.huge {
    margin-bottom: 87px; }
    .text-divider.huge::after {
      bottom: -43.5px; }

/*==========  GENERIC  ==========*/
.centered {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

/*==========  TAG  ==========*/
.tag {
  font-size: 13px;
  line-height: 2em;
  padding-top: 2em;
  padding-bottom: 0;
  font-family: 'museo-sans', Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  text-decoration: none; }
  .tag:hover {
    color: #757575; }
  .tag::before {
    content: '# ';
    display: inline-block; }

.hidden {
  position: absolute;
  left: -999em;
  top: -999em; }

.translate-opacity, .button-enter, .more-text-block .text-full, .more-text-block .text-default, .more-text-block .bg-row .overlay, .button-more .less, .button-more .more {
  -webkit-transition: opacity 750ms;
  /* For Safari 3.1 to 6.0 */
  transition: opacity 750ms; }

.translate-background, .ordered-list-table li, .ordered-list-table table td + td, .accordion .opener {
  -webkit-transition: backgorund 500ms;
  /* For Safari 3.1 to 6.0 */
  transition: backgorund 500ms; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }

  15% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px); }

  80% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px); }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }

  15% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px); }

  80% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px); }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }

  15% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px); }

  80% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px); }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }

  15% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px); }

  80% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px); }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes bounceOutTop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

  15% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); }

  80% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px); }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes bounceOutTop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

  15% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); }

  80% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px); }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none; }

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  overflow: hidden;
  padding: 0; }

.flexslider .slides > li, .flexslider .slides .slide {
  display: none;
  padding: 0 !important;
  margin: 0 30px 0 0; }
  .flexslider .slides > li:before, .flexslider .slides .slide:before {
    display: none; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* Custom */
.flex-direction-nav > li {
  position: static; }

.flex-direction-nav > li:before {
  display: none;
  padding-left: 0; }

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  position: relative;
  font-family: 'museo-sans', Helvetica, Arial, sans-serif;
  font-weight: 100;
  background-color: #fff;
  box-sizing: border-box;
  min-height: 100%;
  min-width: 320px;
  background-color: white; }

body.open {
  overflow: hidden; }

.app-bar {
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
  background: #f9fcf8;
  padding: 13px 0;
  border-bottom: 2px solid #deeedc;
  min-width: 320px; }

.app-bar-container {
  width: 100%;
  height: 60px;
  position: relative;
  margin: 0 auto; }

.app-bar.open, .app-bar.open ~ .site-content {
  -webkit-transform: translate(-250px, 0);
  transform: translate(-250px, 0); }

.app-bar .logo {
  font-size: 2em;
  line-height: 26px;
  margin: 14px 16px 0;
  padding: 0;
  color: #fefefe;
  float: left;
  max-width: 70%;
  font-weight: 300;
  display: initial; }

.app-bar .logo a {
  text-decoration: none;
  color: inherit;
  font-weight: normal; }

.app-bar button {
  float: right;
  width: 60px;
  height: 60px;
  background-image: none;
  background-color: transparent;
  border: none;
  padding: 0;
  display: inline-block;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-tap-highlight-color: transparent; }

.app-bar button img {
  height: 24px;
  width: 24px; }

.app-bar button:hover {
  background-color: rgba(255, 255, 255, 0.1); }

.app-bar button:focus {
  background-color: rgba(255, 255, 255, 0.2);
  outline: 0; }

.app-bar button:active {
  background-color: rgba(255, 255, 255, 0.4); }

.promote-layer {
  /*
  This may promote the layer to a composited
  layer.

  Replace with will-change when available

  #perfmatters
  */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.base {
  font-size: 19px; }

.navdrawer-container {
  z-index: 1;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 250px;
  height: 100%;
  background: #f9fcf8;
  color: #59ab4f;
  -webkit-transform: translate(250px, 0);
  transform: translate(250px, 0);
  overflow-y: auto; }

.navdrawer-container.open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.app-bar, .navdrawer-container.opened, .site-content {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.navdrawer-container ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.navdrawer-container ul li {
  border-bottom-style: solid;
  border-width: 1px;
  border-color: white;
  padding: 0; }

.navdrawer-container ul li::before {
  content: none; }

.navdrawer-container ul li a {
  font-size: 16px;
  height: 60px;
  padding: 17px 20px;
  line-height: 1.6;
  display: block;
  text-decoration: none;
  color: #59ab4f;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  white-space: nowrap; }

.navdrawer-container ul li a:hover {
  background-color: rgba(0, 0, 0, 0.05); }

.navdrawer-container ul li.active a {
  background-color: rgba(0, 0, 0, 0.1);
  outline: 0; }

.navdrawer-container ul li a:active {
  background-color: rgba(0, 0, 0, 0.15); }

.site-header {
  position: relative;
  z-index: 50; }

.site-content {
  margin: 0 auto;
  text-align: center;
  /* Height of the header */
  padding: 86px 0 0;
  min-height: 100%; }

.videojs {
  display: block;
  height: 100%;
  width: 100%; }
#big-video-image {
  position: absolute;
}

.section {
  padding: 30px 0;
  position: relative; }

.section-double-padding {
  padding: 60px 0 80px; }

.no-touch .section-image .bg-row {
  background-attachment: fixed; }

.section-green {
  background-color: #ebf2e7; }
  .section-green h1, .section-green h2, .section-green h3, .section-green h4, .section-green strong, .section-green a, .section-green li {
    color: #53963f; } /* originele kleur: #68a955; */

.section-light-blue {
  background-color: #dee8f3; }
  .section-light-blue h1, .section-light-blue h2, .section-light-blue h3, .section-light-blue h4, .section-light-blue strong, .section-light-blue a {
    color: #5a87b8; }

/*.section-orange {
  background-color: #ffecca; }
  .section-orange h1, .section-orange h2, .section-orange h3, .section-orange h4, .section-orange strong, .section-orange a {
    color: #ffa300; }
*/
.section-orange {
  background-color: #fbf1df; }
  .section-orange h1, .section-orange h2, .section-orange h3, .section-orange h4, .section-orange strong, .section-orange a {
    color: #e9b75d; }

.section-light-green {
  background-color: #ebf2e7; }
  .section-light-green h1, .section-light-green h2, .section-light-green h3, .section-light-green h4, .section-light-green strong, .section-light-green a {
    color: #53963f; }

.bg-row {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.videojs {
  top: 0 !important; }

.large-list {
  font-family: 'museo-sans', Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2381em;
  padding-top: 0.619em;
  padding-bottom: 0;
  display: none;}
  @media only screen and (min-width: 800px) {
    .large-list {
      display: block;
      font-family: 'museo-sans', Helvetica, sans-serif;
      font-size: 32px;
      font-weight: 300;
      line-height: 1.2381em;
      padding-top: 0.619em;
      padding-bottom: 0; } }

.large-list li {
  padding-top: 20px; }
  .large-list li:first-child {
    padding-top: 0; }

#tosca .photo-gallery {
  margin-top: -112px; }
.photo-gallery .photo {
  width: 255px;
  height: 255px;
  margin: 0 auto;
  border-radius: 50em;
  overflow: hidden;
  background-color: transparent;
  border: 10px solid #ecf2f9;
  box-shadow: 0 0 1px rgba(90, 135, 184, 0.24); }
  .photo-gallery .photo img {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 50em; }
.photo-gallery h2 {
  margin-bottom: 1.5em;
  padding-top: 1.5em; }
.photo-gallery .text {
  padding: 0 60px;
  max-width: 1002px;
  position: relative; }
  .photo-gallery .text .flex-disabled {
    pointer-events: none;
    /* disables click event */ }
  .photo-gallery .text .flex-prev, .photo-gallery .text .flex-next {
    position: absolute;
    top: 50%;
    /*margin-top: -36px;*/
    width: 40px;
    height: 77px;
    text-indent: -99em;
    z-index: 30;
    overflow: hidden;
    background: url('../images/arrows-sprite.png'); }
  .photo-gallery .text .flex-prev {
    left: 0;
    background-position: -42px 0; }
    .photo-gallery .text .flex-prev.flex-disabled {
      background-position: -42px -78px; }
    .photo-gallery .text .flex-prev:not(.flex-disabled):hover {
      cursor: pointer;
      -webkit-animation: bounceOutLeft 500ms linear;
      animation: bounceOutLeft 500ms linear; }
  .photo-gallery .text .flex-next {
    right: 0; }
    .photo-gallery .text .flex-next:not(.flex-disabled):hover {
      cursor: pointer;
      -webkit-animation: bounceOutRight 500ms linear;
      animation: bounceOutRight 500ms linear; }
    .photo-gallery .text .flex-next.flex-disabled {
      background-position: 0 -78px; }

.button-enter {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  opacity: 1; }
  .photo-gallery .button-enter {
    margin-top: 56px; }
  .button-enter:hover {
    text-decoration: none; }
  .button-enter.inactive {
    opacity: 0; }
  .button-enter:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    height: 19px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAATCAYAAACUef2IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUM4REJGMEVCRTBGMTFFNEJEQTQ4RjA5MDg1QUUxMDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUM4REJGMEZCRTBGMTFFNEJEQTQ4RjA5MDg1QUUxMDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1QzhEQkYwQ0JFMEYxMUU0QkRBNDhGMDkwODVBRTEwOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1QzhEQkYwREJFMEYxMUU0QkRBNDhGMDkwODVBRTEwOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrM7xI0AAAE6SURBVHjarNQ9L0NRGMDx06sLIh0aIyZDg4jF5CUSFoNEmNhZ8CmaFHubYDeJiLdWUhtfgNhYzAYWqSL1P8lzk5Ojzr3nXk/yS5Om/d/23KfNrJRqypgJVDCMjPKfR2yhmjWezOMctyjhyzMaYAEnGDLD48hhFa8q2RxhETOBdUWVIqrnG01kA8836vO7QneccwnnHusRr7/GGC6j4mb4GfsR4QfMoiDxrjjhuHNnxKt/xfVWjKI3wQW2sSuffB7vdvgMfSk2YRpTqNnhQddZOWYZeyjLpvw6ig/hGy3Lz1+vYOs/bp6OHsoGbbaL2uER+WqumZPogStqh/uxFhHuwQ42XNHwjH3mWCifn3R4AwdSrJ7+Rp16p81PfIMn1HGKT89oh9yDN1yY4QYmUZTHJBuj/0uW8PIjwACrrzu5Ikr1MwAAAABJRU5ErkJggg=="); }

.more-text-block {
  color: #fff;
  overflow: hidden; }
  .more-text-block a {
    color: #fff; }
  .more-text-block .text {
    position: relative;
    max-width: 800px;
    margin: 0 auto 20px;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.8); }
    .more-text-block .text p {
      padding: 0;
      font-style: italic; }
    .more-text-block .text cite {
      display: block;
      font-size: 18px;
      line-height: 26px;
      padding-top: 18px;
      font-style: normal; }
  .more-text-block .text-full {
    position: relative;
    z-index: 1;
    opacity: 0; }
    .more-text-block .text-full p {
      font-size: 16px;
      line-height: 20px; }
  .more-text-block .text-default {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: 2; }
    .more-text-block .text-default p {
      font-size: 18px;
      line-height: 26px; }
  .more-text-block blockquote {
    font-style: italic; }
  .more-text-block .bg-row .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgba(147, 174, 137, 0.6); }
  .more-text-block.active .text-default {
    opacity: 0;
    z-index: 1; }
  .more-text-block.active .text-full {
    opacity: 1;
    z-index: 2; }
  .more-text-block.active .bg-row .overlay {
    opacity: 1; }

.button-more {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  position: relative; }
  .button-more .less {
    opacity: 0;
    position: absolute;
    right: 30px;
    top: 0; }
  .button-more .more {
    opacity: 1; }
  .button-more:hover {
    text-decoration: none; }
  .active .button-more {
    text-decoration: none; }
    .active .button-more .icon {
      /* IE 9 */
      -webkit-transform: rotate(45deg);
      /* Chrome, Safari, Opera */
      transform: rotate(45deg); }
    .active .button-more .more {
      opacity: 0; }
    .active .button-more .less {
      opacity: 1; }
  .button-more .icon {
    position: absolute;
    right: 0;
    top: 1px;
    font-size: 9px;
    line-height: 9px;
    width: 17px;
    height: 17px;
    padding: 3px;
    border: 1px solid #fff;
    border-radius: 10em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 750ms;
    /* For Safari 3.1 to 6.0 */
    transition: transform 750ms; }

.button-back {
  display: block;
  margin: 30px auto 0;
  width: 38px;
  height: 20px;
  text-indent: -99em;
  z-index: 30;
  overflow: hidden;
  background: url('../images/arrows-sprite.png') no-repeat 0 -156px; }
  .button-back:hover {
    cursor: pointer;
    -webkit-animation: bounceOutTop 500ms linear;
    animation: bounceOutTop 500ms linear; }

.ordered-list-table {
  max-width: 960px;
  padding: 20px 0 0;
  margin: 0 auto;
  position: relative;
  counter-reset: wcb-counter;
  color: #e9b75d; /*#ffb126;*/
  font-size: 16px;
  line-height: 20px; }
  .ordered-list-table strong {
    color: #e9b75d; /*#ffb126;*/ }
  .ordered-list-table li {
    counter-increment: wcb-counter;
    position: relative;
    border-bottom: 1px solid #f2d49e; /*#ffcc73*/
    background: #fbf1df; /*#ffecca;*/ }
    .ordered-list-table li:first-child {
      border-top: 1px solid #f2d49e; /*#ffcc73*/ }

    .ordered-list-table li:hover {
      background: #f9ebd2; /*#ffe7bd;*/ }
      .ordered-list-table li:hover td + td {
        background: #f6e2bd; /*#ffe1ae;*/ }
  .ordered-list-table table {
    width: 100%;
    height: 100%;
    max-width: 100%;
    font-size: 12px;
    overflow: auto;
    text-align: left; }
    .ordered-list-table table td:first-child {
      width: 70%;
      padding: 0px 10px 20px 0; }
    .ordered-list-table table td + td {
      background: #f9ebd2; /*#ffe6b9;*/
      height: 75px;
      padding: 0 10px; }
    .ordered-list-table table tr:first-child td:first-child {
      padding-top: 20px; }

.accordion {
  max-width: 960px;
  padding: 20px 0 0;
  margin: 0 auto;
  position: relative;
  color: #53963f;
  font-size: 16px;
  line-height: 20px;
  text-align: left;  
  font-weight: 300; }
  .accordion .open-close {
    background: #ebf2e7;
    border-bottom: 1px solid #c5ddbc; }
    .accordion .open-close:first-child {
      border-top: 1px solid #c5ddbc; }
    .accordion .open-close.active .opener {
      background: #deebd8;
      color: #53963f; }
      .accordion .open-close.active .opener:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -4px;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #53963f; }
  .accordion .opener {
    position: relative;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 20px;
    display: block;    
    font-weight: 500; }
    .accordion .opener:hover {
      /*background: #deebd8;*/
      background: #e4eee0;
      text-decoration: none; }
  .accordion .slide {
    background: #e4eee0;
    border-top: 1px solid #a3ca96; }
  .accordion .slide-content {
    padding: 15px 20px; }
    .accordion .slide-content p:first-child {
      padding-top: 0; }



/** Larger Screens - desktops and tablets **/
@media all and (min-width: 330px) {
  .app-bar .logo {
    max-width: inherit; }
  .ordered-list-table {
    padding: 20px 0 0; }

  @media only screen and (min-width: 620px) {
    .ordered-list-table table {
      font-size: inherit;
    }
    .ordered-list-table table td + td {
      padding: 0 20px;
    }
    .ordered-list-table li {
      padding-left: 80px; }
      .ordered-list-table li:before {
        content: counter(wcb-counter);
        display: block !important;
        position: absolute;
        left: 0px;
        top: 50%;
        width: 58px;
        height: 58px;
        line-height: 56px;
        font-size: 28px;
        color: #e9b75d; /*#ffb126;*/
        margin-top: -31px;
        border: 2px solid #e9b75d; /*#ffb126;*/
        border-radius: 50em;
        background-color: #f6e2bd; /*#ffe1ae;*/ 
        margin-left: 0; }
  }

/** Larger Screens - desktops and tablets **/
@media all and (min-width: 990px) {
  .section {
    padding: 60px 0 80px; }
  .site-header {
    position: fixed;
    background: #f9fcf8;
    width: 100%;
    min-height: 86px;
    padding: 22px 0;
    border-bottom: 2px solid #deeedc; }
  .app-bar {
    position: relative;
    float: left;
    width: auto;
    height: auto;
    padding: 0;
    border: 0;
    background: inherit; }
  .app-bar.open, .app-bar.open ~ .site-content {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0); }
  .app-bar-container {
    height: auto;
    width: auto; }
  .app-bar .logo {
    float: left;
    margin: 6px 0 0;
    padding: 0;
    font-size: 1em;
    line-height: 26px; }
  .app-bar .logo img {
    display: block; }
  .app-bar-actions {
    float: right; }
  .app-bar::after {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }
  button.menu {
    display: none; }
  .navdrawer-container {
    position: relative;
    width: auto;
    height: auto;
    float: right;
    margin-top: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: none;
    transition: none;
    overflow-y: auto; }
  .navdrawer-container h4 {
    display: none; }
  .navdrawer-container ul {
    max-width: 864px;
    margin: 0 auto; }
  .navdrawer-container ul li {
    border: none;
    float: left;
    padding: 0 0 0 22px; }
    .navdrawer-container ul li:first-child {
      padding-left: 0; }
  .navdrawer-container ul li a {
    height: auto;
    padding: 7px 15px; }
  .site-content {
    max-width: 1682px;
    min-height: initial; }
  body {
    overflow-y: scroll; }
  .section-double-padding {
    padding: 140px 0 160px; }
  .section-image {
    padding-top: 180px; }
  .section-image.extra-padding {
    padding-top: 580px; }
  .button-back {
    margin-top: 120px;
    margin-bottom: -42px; }
  .ordered-list-table {
    font-size: 18px;
    line-height: 30px;
    padding: 45px 20px 25px; }
    .ordered-list-table li {
      padding-left: 80px; }
      .ordered-list-table li:before {
        left: -18px; }
    .ordered-list-table table td + td {
      height: 95px;
      padding: 0 45px; }
  .accordion {
    font-size: 18px;
    line-height: 30px;
    padding: 45px 20px 25px; }
    .accordion .opener {
      padding: 25px 75px 25px 50px;
      font-size: 18px;
      line-height: 30px; }
    .accordion .slide-content {
      padding: 25px 50px; }
    .accordion .open-close.active .opener:before {
      right: 50px; }
  .more-text-block .text {
    margin-bottom: 80px; }
    .more-text-block .text cite {
      font-size: 28px;
      line-height: 38px;
      padding-bottom: 28px; }
  .more-text-block .text-full p {
    font-size: 28px;
    line-height: 38px; }
  .more-text-block .text-default p {
    font-size: 48px;
    line-height: 58px; }
  }

/* font-family: "MuseoSansRegular"; */
@font-face {
  font-family: "MuseoSansRegular";
  src: url("../fonts/MuseoSansRegular/MuseoSansRegular.html");
  src: url("../fonts/MuseoSansRegular/MuseoSansRegulard41d.html?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansRegular/MuseoSansRegular-2.html") format("woff"), url("../fonts/MuseoSansRegular/MuseoSansRegular-3.html") format("truetype");
  font-style: normal;
  font-weight: 500; }

/* font-family: "MuseoSansItalic"; */
@font-face {
  font-family: "MuseoSansItalic";
  src: url("../fonts/MuseoSansItalic/MuseoSansItalic.html");
  src: url("../fonts/MuseoSansItalic/MuseoSansItalicd41d.html?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansItalic/MuseoSansItalic-2.html") format("woff"), url("../fonts/MuseoSansItalic/MuseoSansItalic-3.html") format("truetype");
  font-style: italic;
  font-weight: 500; }

/* font-family: "MuseoSansLight"; */
@font-face {
  font-family: "MuseoSansLight";
  src: url("../fonts/MuseoSansLight/MuseoSansLight.html");
  src: url("../fonts/MuseoSansLight/MuseoSansLightd41d.html?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansLight/MuseoSansLight-2.html") format("woff"), url("../fonts/MuseoSansLight/MuseoSansLight-3.html") format("truetype");
  font-style: normal;
  font-weight: 100; }

/* font-family: "MuseoSansMedium"; */
@font-face {
  font-family: "MuseoSansMedium";
  src: url("../fonts/MuseoSansMedium/MuseoSansMedium.html");
  src: url("../fonts/MuseoSansMedium/MuseoSansMediumd41d.html?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansMedium/MuseoSansMedium-2.html") format("woff"), url("../fonts/MuseoSansMedium/MuseoSansMedium-3.html") format("truetype");
  font-style: normal;
  font-weight: 300; }

/* font-family: "MuseoSansMediumItalic"; */
@font-face {
  font-family: "MuseoSansMediumItalic";
  src: url("../fonts/MuseoSansMediumItalic/MuseoSansMediumItalic.html");
  src: url("../fonts/MuseoSansMediumItalic/MuseoSansMediumItalicd41d.html?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansMediumItalic/MuseoSansMediumItalic-2.html") format("woff"), url("../fonts/MuseoSansMediumItalic/MuseoSansMediumItalic-3.html") format("truetype");
  font-style: italic;
  font-weight: 300; }

/* font-family: "MuseoSansLightItalic"; */
@font-face {
  font-family: "MuseoSansLightItalic";
  src: url("../fonts/MuseoSansLightItalic/MuseoSansLightItalic.html");
  src: url("../fonts/MuseoSansLightItalic/MuseoSansLightItalicd41d.html?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansLightItalic/MuseoSansLightItalic-2.html") format("woff"), url("../fonts/MuseoSansLightItalic/MuseoSansLightItalic-3.html") format("truetype");
  font-style: italic;
  font-weight: 100; }