/**
* CONTENTS
*
* SETTINGS
* Global...............Globally-available variables and config.
*
* TOOLS
* Mixins...............Useful mixins.
*
* GENERIC
* Normalize.css........A level playing field.
* Box-sizing...........Better default `box-sizing`.
*
* BASE
* Headings.............H1–H6 styles.
*
* OBJECTS
* Wrappers.............Wrapping and constraining elements.
*
* COMPONENTS
* Page-head............The main page header.
* Page-foot............The main page footer.
* Buttons..............Button elements.
*
* TRUMPS
* Text.................Text helpers.
*/
html {
  font-size: 62.5%;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #2c3e50;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background: #ffffff;
}
/*!
 * Fluidable Grid System 1.2.5
 *
 * Creator: Andri Sigurðsson
 * Site: http://fluidable.com
 * Date: 24.10.2015
 */
/*
	
	Config

*/
/*
 	
	Mobile and up
 
*/
[class*="col-fixed-"] {
  float: left;
  width: 100%;
}
.col-group {
  padding: 0 36px;
}
.col-group:after {
  display: table;
  clear: both;
  content: " ";
}
.col-group .col-group {
  padding: 0;
}
.col-group [class*="col-"] {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-group [class*="push-"],
.col-group [class*="pull-"] {
  position: relative;
}
.col-mb-12 {
  width: 100%;
  float: left;
  padding-right: 18px;
  padding-left: 18px;
}
.col-mb-11 {
  width: 91.66666667%;
  float: left;
  padding-right: 18px;
  padding-left: 18px;
}
.col-mb-10 {
  width: 83.33333333%;
  float: left;
  padding-right: 18px;
  padding-left: 18px;
}
.col-mb-9 {
  width: 75%;
  float: left;
  padding-right: 18px;
  padding-left: 18px;
}
.col-mb-8 {
  width: 66.66666667%;
  float: left;
  padding-right: 18px;
  padding-left: 18px;
}
.col-mb-7 {
  width: 58.33333333%;
  float: left;
  padding-right: 18px;
  padding-left: 18px;
}
.col-mb-6 {
  width: 50%;
  float: left;
  padding-right: 18px;
  padding-left: 18px;
}
.col-mb-5 {
  width: 41.66666667%;
  float: left;
  padding-right: 18px;
  padding-left: 18px;
}
.col-mb-4 {
  width: 33.33333333%;
  float: left;
  padding-right: 18px;
  padding-left: 18px;
}
.col-mb-3 {
  width: 25%;
  float: left;
  padding-right: 18px;
  padding-left: 18px;
}
.col-mb-2 {
  width: 16.66666667%;
  float: left;
  padding-right: 18px;
  padding-left: 18px;
}
.col-mb-1 {
  width: 8.33333333%;
  float: left;
  padding-right: 18px;
  padding-left: 18px;
}
/*
 	
	Tablet and up
 
*/
@media (min-width: 768px) {
  .container {
    max-width: 696px;
    margin: 0 auto;
  }
  .col-12 {
    padding-left: 18px;
    padding-right: 18px;
    width: 100%;
    float: left;
  }
  .col-11 {
    padding-left: 18px;
    padding-right: 18px;
    width: 91.66666667%;
    float: left;
  }
  .col-10 {
    padding-left: 18px;
    padding-right: 18px;
    width: 83.33333333%;
    float: left;
  }
  .col-9 {
    padding-left: 18px;
    padding-right: 18px;
    width: 75%;
    float: left;
  }
  .col-8 {
    padding-left: 18px;
    padding-right: 18px;
    width: 66.66666667%;
    float: left;
  }
  .col-7 {
    padding-left: 18px;
    padding-right: 18px;
    width: 58.33333333%;
    float: left;
  }
  .col-6 {
    padding-left: 18px;
    padding-right: 18px;
    width: 50%;
    float: left;
  }
  .col-5 {
    padding-left: 18px;
    padding-right: 18px;
    width: 41.66666667%;
    float: left;
  }
  .col-4 {
    padding-left: 18px;
    padding-right: 18px;
    width: 33.33333333%;
    float: left;
  }
  .col-3 {
    padding-left: 18px;
    padding-right: 18px;
    width: 25%;
    float: left;
  }
  .col-2 {
    padding-left: 18px;
    padding-right: 18px;
    width: 16.66666667%;
    float: left;
  }
  .col-1 {
    padding-left: 18px;
    padding-right: 18px;
    width: 8.33333333%;
    float: left;
  }
  .col-offset-12 {
    margin-left: 100%;
  }
  .col-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-offset-9 {
    margin-left: 75%;
  }
  .col-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-offset-6 {
    margin-left: 50%;
  }
  .col-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-offset-3 {
    margin-left: 25%;
  }
  .col-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-offset-0 {
    margin-left: 0%;
  }
  .col-pull-12 {
    right: 100%;
  }
  .col-pull-11 {
    right: 91.66666667%;
  }
  .col-pull-10 {
    right: 83.33333333%;
  }
  .col-pull-9 {
    right: 75%;
  }
  .col-pull-8 {
    right: 66.66666667%;
  }
  .col-pull-7 {
    right: 58.33333333%;
  }
  .col-pull-6 {
    right: 50%;
  }
  .col-pull-5 {
    right: 41.66666667%;
  }
  .col-pull-4 {
    right: 33.33333333%;
  }
  .col-pull-3 {
    right: 25%;
  }
  .col-pull-2 {
    right: 16.66666667%;
  }
  .col-pull-1 {
    right: 8.33333333%;
  }
  .col-pull-0 {
    right: 0%;
  }
  .col-push-12 {
    left: 100%;
  }
  .col-push-11 {
    left: 91.66666667%;
  }
  .col-push-10 {
    left: 83.33333333%;
  }
  .col-push-9 {
    left: 75%;
  }
  .col-push-8 {
    left: 66.66666667%;
  }
  .col-push-7 {
    left: 58.33333333%;
  }
  .col-push-6 {
    left: 50%;
  }
  .col-push-5 {
    left: 41.66666667%;
  }
  .col-push-4 {
    left: 33.33333333%;
  }
  .col-push-3 {
    left: 25%;
  }
  .col-push-2 {
    left: 16.66666667%;
  }
  .col-push-1 {
    left: 8.33333333%;
  }
  .col-push-0 {
    left: 0%;
  }
  .col-group {
    margin-right: -18px;
    margin-left: -18px;
    padding: 0;
  }
  .col-group:after {
    display: table;
    clear: both;
    content: " ";
  }
}
/*
 	
	Desktop and up
 
*/
@media (min-width: 992px) {
  .container {
    max-width: 920px;
    margin: 0 auto;
  }
  .col-dt-12 {
    padding-left: 18px;
    padding-right: 18px;
    width: 100%;
    float: left;
  }
  .col-dt-11 {
    padding-left: 18px;
    padding-right: 18px;
    width: 91.66666667%;
    float: left;
  }
  .col-dt-10 {
    padding-left: 18px;
    padding-right: 18px;
    width: 83.33333333%;
    float: left;
  }
  .col-dt-9 {
    padding-left: 18px;
    padding-right: 18px;
    width: 75%;
    float: left;
  }
  .col-dt-8 {
    padding-left: 18px;
    padding-right: 18px;
    width: 66.66666667%;
    float: left;
  }
  .col-dt-7 {
    padding-left: 18px;
    padding-right: 18px;
    width: 58.33333333%;
    float: left;
  }
  .col-dt-6 {
    padding-left: 18px;
    padding-right: 18px;
    width: 50%;
    float: left;
  }
  .col-dt-5 {
    padding-left: 18px;
    padding-right: 18px;
    width: 41.66666667%;
    float: left;
  }
  .col-dt-4 {
    padding-left: 18px;
    padding-right: 18px;
    width: 33.33333333%;
    float: left;
  }
  .col-dt-3 {
    padding-left: 18px;
    padding-right: 18px;
    width: 25%;
    float: left;
  }
  .col-dt-2 {
    padding-left: 18px;
    padding-right: 18px;
    width: 16.66666667%;
    float: left;
  }
  .col-dt-1 {
    padding-left: 18px;
    padding-right: 18px;
    width: 8.33333333%;
    float: left;
  }
  .col-dt-offset-12 {
    margin-left: 100%;
  }
  .col-dt-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-dt-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-dt-offset-9 {
    margin-left: 75%;
  }
  .col-dt-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-dt-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-dt-offset-6 {
    margin-left: 50%;
  }
  .col-dt-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-dt-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-dt-offset-3 {
    margin-left: 25%;
  }
  .col-dt-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-dt-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-dt-offset-0 {
    margin-left: 0%;
  }
  .col-dt-pull-12 {
    right: 100%;
  }
  .col-dt-pull-11 {
    right: 91.66666667%;
  }
  .col-dt-pull-10 {
    right: 83.33333333%;
  }
  .col-dt-pull-9 {
    right: 75%;
  }
  .col-dt-pull-8 {
    right: 66.66666667%;
  }
  .col-dt-pull-7 {
    right: 58.33333333%;
  }
  .col-dt-pull-6 {
    right: 50%;
  }
  .col-dt-pull-5 {
    right: 41.66666667%;
  }
  .col-dt-pull-4 {
    right: 33.33333333%;
  }
  .col-dt-pull-3 {
    right: 25%;
  }
  .col-dt-pull-2 {
    right: 16.66666667%;
  }
  .col-dt-pull-1 {
    right: 8.33333333%;
  }
  .col-dt-pull-0 {
    right: 0%;
  }
  .col-dt-push-12 {
    left: 100%;
  }
  .col-dt-push-11 {
    left: 91.66666667%;
  }
  .col-dt-push-10 {
    left: 83.33333333%;
  }
  .col-dt-push-9 {
    left: 75%;
  }
  .col-dt-push-8 {
    left: 66.66666667%;
  }
  .col-dt-push-7 {
    left: 58.33333333%;
  }
  .col-dt-push-6 {
    left: 50%;
  }
  .col-dt-push-5 {
    left: 41.66666667%;
  }
  .col-dt-push-4 {
    left: 33.33333333%;
  }
  .col-dt-push-3 {
    left: 25%;
  }
  .col-dt-push-2 {
    left: 16.66666667%;
  }
  .col-dt-push-1 {
    left: 8.33333333%;
  }
  .col-dt-push-0 {
    left: 0%;
  }
}
/*
 	
	Large desktop and up
 
*/
@media (min-width: 1200px) {
  .container {
    max-width: 1128px;
    margin: 0 auto;
  }
  .col-ld-12 {
    padding-left: 18px;
    padding-right: 18px;
    width: 100%;
    float: left;
  }
  .col-ld-11 {
    padding-left: 18px;
    padding-right: 18px;
    width: 91.66666667%;
    float: left;
  }
  .col-ld-10 {
    padding-left: 18px;
    padding-right: 18px;
    width: 83.33333333%;
    float: left;
  }
  .col-ld-9 {
    padding-left: 18px;
    padding-right: 18px;
    width: 75%;
    float: left;
  }
  .col-ld-8 {
    padding-left: 18px;
    padding-right: 18px;
    width: 66.66666667%;
    float: left;
  }
  .col-ld-7 {
    padding-left: 18px;
    padding-right: 18px;
    width: 58.33333333%;
    float: left;
  }
  .col-ld-6 {
    padding-left: 18px;
    padding-right: 18px;
    width: 50%;
    float: left;
  }
  .col-ld-5 {
    padding-left: 18px;
    padding-right: 18px;
    width: 41.66666667%;
    float: left;
  }
  .col-ld-4 {
    padding-left: 18px;
    padding-right: 18px;
    width: 33.33333333%;
    float: left;
  }
  .col-ld-3 {
    padding-left: 18px;
    padding-right: 18px;
    width: 25%;
    float: left;
  }
  .col-ld-2 {
    padding-left: 18px;
    padding-right: 18px;
    width: 16.66666667%;
    float: left;
  }
  .col-ld-1 {
    padding-left: 18px;
    padding-right: 18px;
    width: 8.33333333%;
    float: left;
  }
  .col-ld-offset-12 {
    margin-left: 100%;
  }
  .col-ld-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-ld-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-ld-offset-9 {
    margin-left: 75%;
  }
  .col-ld-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-ld-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-ld-offset-6 {
    margin-left: 50%;
  }
  .col-ld-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-ld-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-ld-offset-3 {
    margin-left: 25%;
  }
  .col-ld-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-ld-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-ld-offset-0 {
    margin-left: 0%;
  }
  .col-ld-pull-12 {
    right: 100%;
  }
  .col-ld-pull-11 {
    right: 91.66666667%;
  }
  .col-ld-pull-10 {
    right: 83.33333333%;
  }
  .col-ld-pull-9 {
    right: 75%;
  }
  .col-ld-pull-8 {
    right: 66.66666667%;
  }
  .col-ld-pull-7 {
    right: 58.33333333%;
  }
  .col-ld-pull-6 {
    right: 50%;
  }
  .col-ld-pull-5 {
    right: 41.66666667%;
  }
  .col-ld-pull-4 {
    right: 33.33333333%;
  }
  .col-ld-pull-3 {
    right: 25%;
  }
  .col-ld-pull-2 {
    right: 16.66666667%;
  }
  .col-ld-pull-1 {
    right: 8.33333333%;
  }
  .col-ld-pull-0 {
    right: 0%;
  }
  .col-ld-push-12 {
    left: 100%;
  }
  .col-ld-push-11 {
    left: 91.66666667%;
  }
  .col-ld-push-10 {
    left: 83.33333333%;
  }
  .col-ld-push-9 {
    left: 75%;
  }
  .col-ld-push-8 {
    left: 66.66666667%;
  }
  .col-ld-push-7 {
    left: 58.33333333%;
  }
  .col-ld-push-6 {
    left: 50%;
  }
  .col-ld-push-5 {
    left: 41.66666667%;
  }
  .col-ld-push-4 {
    left: 33.33333333%;
  }
  .col-ld-push-3 {
    left: 25%;
  }
  .col-ld-push-2 {
    left: 16.66666667%;
  }
  .col-ld-push-1 {
    left: 8.33333333%;
  }
  .col-ld-push-0 {
    left: 0%;
  }
}
/*

	Fixed aspect ratio columns

*/
.col-fixed-hd,
.col-fixed-landscape,
.col-fixed-square,
.col-fixed-portrait {
  position: relative;
}
.col-fixed-hd:before,
.col-fixed-landscape:before,
.col-fixed-square:before,
.col-fixed-portrait:before {
  content: "";
  display: block;
}
.col-fixed-hd .col-content,
.col-fixed-landscape .col-content,
.col-fixed-square .col-content,
.col-fixed-portrait .col-content {
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  left: 18px;
  padding: 0;
}
.col-fixed-hd:before {
  margin-top: 56.25%;
}
.col-fixed-landscape:before {
  margin-top: 75%;
}
.col-fixed-square:before {
  margin-top: 100%;
}
.col-fixed-portrait:before {
  margin-top: 133.33333333%;
}
/*
 	
	Other
 
*/
.center-block {
  margin: 0 auto;
}
.clear:after {
  display: table;
  clear: both;
  content: " ";
}
/* Primary button */
/* Primary button */
/* Primary button */
/* Secondary button */
/* Secondary button */
/* Secondary button */
/* Background color */
/* Header */
/* Footer */
/* Footer text color */
/*! normalize.css v3.0.2 | 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 {
  -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/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 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 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 {
  -moz-box-sizing: content-box;
  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;
  border: 0 none;
}
/**
 * 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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 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;
}
/**
 * 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;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
form,
fieldset,
legend,
figure,
table,
th,
td,
caption,
hr {
  margin: 0;
  padding: 0;
}
body {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.5rem;
}
.styleguide {
  width: 100%;
  background: #ffffff;
}
.styleguide__pages {
  display: inline-block;
  float: left;
  padding: 1%;
  box-sizing: border-box;
  width: 60%;
}
.styleguide__content {
  width: 100%;
}
h1 {
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 72px;
  line-height: 7.5rem;
  margin-bottom: 4px;
}
h2 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 48px;
  line-height: 5rem;
  margin-bottom: 4px;
}
h3 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 34px;
  line-height: 3.6rem;
  margin-bottom: 30px;
  font-weight: 300;
}
h4 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.8rem;
  margin-bottom: 12px;
}
h5 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.5rem;
  margin-bottom: 12px;
}
h6 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.2rem;
  margin-bottom: 12px;
}
p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.5rem;
  margin-bottom: 18px;
}
strong {
  font-weight: 600;
}
.light {
  font-weight: 300;
}
blockquote {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 34px;
  line-height: 3.6rem;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  margin-bottom: 12px;
}
blockquote:before {
  font-family: Georgia;
  color: blue;
  margin-right: 15px;
  font-size: 30px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
    line-height: 4.2rem;
  }
  h2 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 34px;
    line-height: 3.6rem;
  }
  h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.8rem;
    margin-bottom: 15px;
  }
  blockquote {
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.8rem;
  }
}
a {
  color: #3498db;
  text-decoration: none;
}
a.color-inherit {
  color: inherit !important;
}
/**
 * Remove trailing margins from nested lists.
 */
li ul,
li ol {
  margin-bottom: 0;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
.post img {
  margin-top: 2em;
}
.o-wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1%;
  padding-left: 1%;
}
.o-layout__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.o-layout__item {
  display: inline-block;
}
.o-layout__item--v {
  display: block;
}
.o-band {
  position: relative;
  overflow: hidden;
}
.o-band--full-height {
  height: 90vh;
}
.o-band--high {
  height: 70vh;
}
.o-band--medium {
  height: 450px;
}
.o-band--small {
  height: 55vh;
}
.o-band--x-small {
  height: 45vh;
}
@media screen and (min-width: 480px) {
  .o-band--x-small {
    height: 350px;
  }
}
.o-band--x-small {
  height: 45vh;
}
.o-band--very-dark-blue {
  background: #0b2a49;
}
.o-band--very-dark-desaturated-blue {
  background: #2c3e50;
}
.o-band--darker-desaturated-blue {
  background: #213243;
}
.o-band--strong-blue {
  background: #2980b9;
}
.o-band--bright-blue {
  background: #3498db;
}
.o-band--black {
  background: #000000;
}
.o-band__asset img {
  max-width: 100%;
  height: auto;
}
.o-band__asset--opacity-5 img {
  opacity: .05;
}
.o-band__asset--opacity-10 img {
  opacity: .10;
}
.o-band__asset--opacity-15 img {
  opacity: .15;
}
.o-band__asset--opacity-30 img {
  opacity: .30;
}
.o-band__asset--opacity-50 img {
  opacity: .5;
}
.o-band__text {
  position: relative;
  top: 0px;
  height: 100%;
  width: 100%;
  display: table;
  z-index: 3;
}
.o-band__text--item {
  display: table-cell;
}
.o-band__text--item--light {
  color: white;
}
.o-band__text--item--center {
  text-align: center;
}
.o-band__text--item--left {
  text-align: left;
}
.o-band__text--item--right {
  text-align: right;
}
.o-band__text--item--bottom {
  vertical-align: bottom;
}
.o-band__text--item--middle {
  vertical-align: middle;
}
.o-band__text--item--shadow {
  text-shadow: 1px 1px 1px black;
}
.o-band--two-up {
  width: 100%;
  float: left;
  position: relative;
}
.o-band--four-up {
  width: 50%;
  float: left;
  position: relative;
}
.o-band--one-up {
  width: 100%;
  float: left;
  position: relative;
}
@media (min-width: 768px) {
  .o-band--two-up {
    width: 50%;
  }
  .o-band--four-up {
    width: 25%;
  }
}
.animated__delay--1 {
  -webkit-animation-delay: .5s;
  /* Chrome, Safari, Opera */
  animation-delay: .5s;
}
/*------------------------------------*\
    Site spacers in varied sizes, both
    padding and margin,
    absolute positioning

    -v = vertical (bottom)
    -v-r = vertical - reverse (top)
    -r = right
    -l = left
    -box = top,right,bottom,left

    --s = small
    --l = large
\*------------------------------------*/
.spacer-v {
  margin-bottom: 3%;
}
.spacer-v--xs {
  margin-bottom: 10px;
}
.spacer-v--s {
  margin-bottom: 20px;
}
.spacer-v--m {
  margin-bottom: 30px;
}
.spacer-v--l {
  margin-bottom: 50px;
}
.spacer-v--xl {
  margin-bottom: 80px;
}
.spacer-v-r {
  margin-top: 30px;
}
.spacer-v-r--s {
  margin-top: 10px;
}
.spacer-v-r--l {
  margin-top: 40px;
}
.spacer-v-r--xl {
  margin-top: 80px;
}
.sans-margin {
  margin: 0 !important;
}
.padding-r {
  padding-right: 2em;
}
.padding-l {
  padding-left: 2em;
}
.padding-xl {
  padding: 0 15%;
}
.sans-padding {
  padding: 0 !important;
}
.padding-v {
  padding: 10px 0;
}
.padding-v--l {
  padding: 40px 0;
}
.padding-v--xl {
  padding-top: 70px;
  padding-bottom: 70px;
}
.padding-box {
  padding: 10px;
}
.padding-box--xl {
  padding: 40px;
}
.padding-box--l {
  padding: 20px;
}
.padding-box--s {
  padding: 5px;
}
.padding-r--l {
  padding-right: 40px;
}
@media (max-width: 768px) {
  .spacer-v {
    margin-bottom: 5%;
  }
  .spacer-v--m-one-up {
    margin-bottom: 5%;
  }
}
.text-style--light {
  color: white;
}
.text-style--center {
  text-align: center;
}
.text-style--left {
  text-align: left;
}
.text-style--right {
  text-align: right;
}
.o-content-main {
  /* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */
  min-height: 100%;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.o-content-main.lateral-menu-is-open {
  /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}
header {
  background-image: -webkit-linear-gradient(top, rgba(33, 50, 67, 0.65), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(33, 50, 67, 0.65), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(33, 50, 67, 0.65), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(top, rgba(33, 50, 67, 0.65), rgba(0, 0, 0, 0));
  background-image: linear-gradient(top, rgba(33, 50, 67, 0.65), rgba(0, 0, 0, 0));
  position: fixed;
  top: 0;
  left: 0;
  height: 120px;
  width: 100%;
  z-index: 3;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
header.lateral-menu-is-open {
  /* translate to show the lateral menu */
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}
header.is-fixed {
  position: fixed;
}
#cd-top-nav {
  position: absolute;
  top: 0;
  right: 120px;
  height: 100%;
  display: none;
}
#cd-top-nav ul {
  height: 100%;
  padding-top: 18px;
}
#cd-top-nav li {
  display: inline-block;
  margin-right: 1em;
}
#cd-top-nav a {
  display: inline-block;
  padding: .5em;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
}
#cd-top-nav a.current {
  background-color: red;
}
.no-touch #cd-top-nav a:hover {
  color: red;
}
#c-menu-trigger {
  position: fixed;
  right: 20px;
  top: 28px;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 24px;
  /*@include MQ(M) {
		width: 110px;
		padding-left: 1.25em;

		.cd-menu-text {
			display: inline-block;
			line-height: $header-M;
		}

		.cd-menu-icon {
			left: auto;
			right: 1.25em;
			@include transform(translateX(0));
		}
	}*/
}
#c-menu-trigger .cd-menu-icon {
  /* this span is the central line in the menu menu */
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #0b2a49;
  top: 50%;
  left: 30%;
  /* these are the upper and lower lines in the menu menu */
}
#c-menu-trigger .cd-menu-icon:before,
#c-menu-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
}
#c-menu-trigger .cd-menu-icon:before {
  bottom: 5px;
}
#c-menu-trigger .cd-menu-icon:after {
  top: 5px;
}
#c-menu-trigger.is-clicked .cd-menu-icon {
  background-color: transparent;
}
#c-menu-trigger.is-clicked .cd-menu-icon:before,
#c-menu-trigger.is-clicked .cd-menu-icon:after {
  background-color: #0b2a49;
}
#c-menu-trigger.is-clicked .cd-menu-icon:before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#c-menu-trigger.is-clicked .cd-menu-icon:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#c-lateral-nav {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  visibility: hidden;
  background-color: #2c3e50;
  /* the secondary navigation is covered by the main element */
  z-index: 1;
  width: 260px;
  overflow-y: auto;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0.4s;
  -moz-transition: -moz-transform 0.4s 0s, visibility 0s 0.4s;
  transition: transform .4s 0s, visibility 0s .4s;
  /* this creates the subtle slide in animation of the navigation */
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px);
  /*@include MQ(M) {
		.cd-navigation {
			margin: 20px 0;
		}
	}*/
}
#c-lateral-nav .sub-menu {
  padding: 0 10px 20px 15px;
  display: none;
}
#c-lateral-nav a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.9rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
}
#c-lateral-nav a--selected {
  color: #3498db;
}
#c-lateral-nav a.current {
  color: #FFF;
}
.no-touch #c-lateral-nav a:hover {
  color: #FFF;
}
#c-lateral-nav.lateral-menu-is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.4s 0s, visibility 0s 0s;
  transition: transform .4s 0s, visibility 0s 0s;
  /* smooth the scrolling on touch devices - webkit browsers */
  -webkit-overflow-scrolling: touch;
}
/* style menu items which have a submenu  */
#cd-lateral-nav .item-has-children > a {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  /* this is the right arrow to show that the item has a submenu  */
  /*&.submenu-open::after {
		@include transform(translateY(-50%) rotate(90deg));

	}*/
}
#cd-lateral-nav .item-has-children > a:after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  right: 1em;
  background: url('../img/cd-arrow.svg') no-repeat center center;
  background-size: 8px 11px;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.c-logo {
  display: block;
}
.c-logo--v {
  margin: 26px 0 0 10px;
}
.c-logo img {
  display: block;
  width: 200px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .c-logo img {
    width: 280px;
  }
}
/**
 * 1. Allow us to style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Make buttons inherit font styles (often necessary when styling `input`s as
 *    buttons).
 * 4. Reset/normalize some styles.
 * 5. Force all button-styled elements to appear clickable.
 * 6. Subtract the border size from the padding value so that buttons do not
 *    grow larger as we add borders.
 */
.c-btn {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.9rem;
  letter-spacing: 1px;
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  font-family: 'Lato', sans-serif;
  text-align: center;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 15px 30px;
  color: #ffffff;
  border: 1px solid #3498db;
  transition: 0.33333333s;
  text-transform: uppercase;
  letter-spacing: 2;
  background-color: #3498db;
  font-weight: 600;
  border-radius: 2px;
}
.c-btn i {
  margin-right: 8px;
}
.c-btn--naked {
  background-color: transparent;
  border: 1px solid #ffffff;
}
.c-btn--sm {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px;
  line-height: 1.5rem;
  padding: 10.90909091px 30px;
}
.c-btn:hover,
.c-btn:focus {
  background-color: #217dbb;
}
.c-btn--secondary {
  background-color: #2c3e50;
  border: 1px solid #2c3e50;
}
.c-btn--secondary:hover,
.c-btn--secondary:focus {
  background-color: #1a242f;
}
@media (max-width: 768px) {
  .c-btn {
    margin: .5em;
  }
  .contact-info .c-btn {
    margin: 0em;
  }
}
.c-btn-box {
  border: 1px solid #2c3e50;
  height: 100%;
  width: auto;
  color: #ffffff;
}
@media (min-width: 768px) {
  .c-btn-box h2 {
    text-shadow: 0px 1px 7px #2c3e50;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
  }
  .c-btn-box h3 {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
  }
  .c-btn-box .c-btn {
    opacity: 0;
  }
  .c-btn-box .o-band__asset--opacity-50 img {
    opacity: .55;
  }
  .c-btn-box:hover h2 {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  .c-btn-box:hover h3 {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  .c-btn-box:hover .c-btn {
    opacity: 1;
  }
  .c-btn-box:hover .o-band__asset--opacity-50 img {
    opacity: .3;
  }
}
.c-site-nav {
  display: block;
  border-top: 1px solid #233140;
  border-bottom: 1px solid #233140;
  padding: 2em 0 0.25em 0;
  font-family: 'Lato', sans-serif;
}
.c-site-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-site-nav__item {
  display: inline-block;
  padding: 0 2rem 0 0;
}
.c-site-nav__item--v {
  display: block;
  padding: 0;
}
footer {
  background: #2c3e50;
  color: #ffffff;
}
.c-snapshot {
  text-align: center;
}
.c-snapshot__asset img {
  margin: 1em 0;
}
.o-band__asset picture {
  position: absolute;
  bottom: 0;
}
@media (min-width: 992px) {
  .o-band__asset .art-direction {
    bottom: -160px;
  }
}
.c-icon-bg--blue {
  background-image: url('/images/bg-icons-repeat.png');
}
.c-icon-bg img {
  margin-bottom: 2em;
}
.c-accred-logos {
  display: block;
  text-align: center;
}
.c-accred-logos--featured {
  opacity: .98;
  margin: 1.5em 0;
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.c-accred-logos__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-accred-logos__item {
  display: inline-block;
  margin: 0 3.5rem;
}
.c-accred-logos__item img {
  height: 110px;
}
.c-accred-logos__item img {
  height: 80px;
}
.c-contact-info {
  visibility: visible;
  opacity: 1;
  display: inline-block;
  position: fixed;
  right: 78px;
  top: 26px;
}
.c-contact-info--item {
  margin-right: 10px;
}
@media screen and (max-width: 992px) {
  .c-contact-info {
    visibility: hidden;
    opacity: 0;
  }
}
.c-contact-list li {
  margin-bottom: 5px;
  list-style-type: none;
}
.c-contact-list li .fa {
  margin-right: 5px;
}
.c-bottom-fix {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
  text-align: center;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 99;
}
.c-bottom-fix__container {
  width: 100%;
}
.c-bottom-fix a {
  padding: 15px 20px;
}
@media screen and (max-width: 480px) {
  .c-bottom-fix.fixed {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transition: 0.33333333s;
    transition-delay: 0.33333333s;
    visibility: visible;
    opacity: 1;
  }
  .c-bottom-fix .c-btn {
    margin: 0em!important;
  }
}
