@charset "UTF-8";
/*
 * This file should only comprise of @imports.
 * Place all styles in appropriately named files.
 * See the ToC in _application.scss
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

/* Bourbon & Neat
 * -----------------------------------------------------------------------------*/
/* Variables
 * -----------------------------------------------------------------------------*/
/* Mixins
 * -----------------------------------------------------------------------------*/
/* Extends
 * -----------------------------------------------------------------------------*/
button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: #477DCA;
  border-radius: 3em;
  color: white;
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  padding: .75em 1em;
  text-decoration: none; }
  button:hover,
  input[type="submit"]:hover {
    background-color: #2c5999;
    color: white; }

/* Base
 * -----------------------------------------------------------------------------*/
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

.clearfix {
  display: block; }

.selfclear {
  clear: both; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

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

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

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

.valign-top {
  vertical-align: top; }

.valign-middle {
  vertical-align: middle; }

.valign-bottom {
  vertical-align: bottom; }

.relative {
  position: relative; }

.no-margin {
  margin: 0; }

.flush-top {
  margin-top: 0; }

.flush-bottom {
  margin-bottom: 0; }

.no-padding {
  padding: 0; }

body {
  font-size: 21px;
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

html {
  font-size: 1em; }

p {
  margin-bottom: 1.3em; }

h1, h2, h3, h4 {
  font-family: "PT Sans Narrow", "Source Sans Pro", "PT Sans";
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2;
  font-weight: 600; }

h1 {
  margin-top: 0;
  font-size: 3.157em; }

h2 {
  font-size: 2.369em; }

h3 {
  font-size: 1.777em; }

h4 {
  font-size: 1.333em; }

a {
  color: #477DCA;
  text-decoration: none; }
  a:hover {
    color: #2c5999; }
  a:active, a:focus {
    color: #2c5999;
    outline: none; }

hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.58 0; }

img {
  margin: 0;
  max-width: 100%; }

button,
input[type="submit"] {
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

.back-btn {
  padding: 0.5em;
  background: #428BCA;
  color: #fff;
  font-family: Sans-serif;
  font-size: 20px;
  height: 60px;
  width: 150px;
  line-height: 60px;
  margin: 25px 5px;
  text-align: center;
  border: 0;
  transition: all 0.1s ease 0s; }

.back-btn:hover {
  box-shadow: inset 0 0 0 5px #3071A9; }

.action-button {
  padding: 10px 40px;
  margin: 0px 10px 10px 0px;
  display: inline-block;
  border-radius: 10px;
  color: #FFF;
  text-decoration: none;
  transition: all 0.1s; }

.action-button:active, .action-button:focus {
  transform: translate(0px, 5px);
  border-bottom: 1px solid; }

.action-button:hover {
  color: #FFF; }

.blue {
  background-color: #3498DB;
  border-bottom: 5px solid #2980B9;
  text-shadow: 0px -2px #2980B9; }

table {
  border-collapse: collapse;
  margin: 0.79 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.79 0;
  text-align: left; }

td {
  border-bottom: 1px solid #DDD;
  padding: 0.79 0; }

tr, td, th {
  vertical-align: middle; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

dl {
  margin-bottom: 0.79; }
  dl dt {
    font-weight: bold;
    margin-top: 0.79; }
  dl dd {
    margin: 0; }

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url(../fonts/lato.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url(../fonts/lato.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/* cyrillic */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: local("Lora"), local("Lora-Regular"), url(../fonts/lora.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* latin-ext */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: local("Lora"), local("Lora-Regular"), url(../fonts/lora.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: local("Lora"), local("Lora-Regular"), url(../fonts/lora.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(../fonts/opensans.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(../fonts/opensans.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* devanagari */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(../fonts/opensans.woff2) format("woff2");
  unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; }

/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(../fonts/opensans.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(../fonts/opensans.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(../fonts/opensans.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(../fonts/opensans.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(../fonts/opensans.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url(../fonts/oswald.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url(../fonts/oswald.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans"), local("PTSans-Regular"), url(../fonts/ptsans.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }

/* cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans"), local("PTSans-Regular"), url(../fonts/ptsans.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* latin-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans"), local("PTSans-Regular"), url(../fonts/ptsans.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans"), local("PTSans-Regular"), url(../fonts/ptsans.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(../fonts/robotosans.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }

/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(../fonts/robotosans.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(../fonts/robotosans.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(../fonts/robotosans.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(../fonts/robotosans.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(../fonts/robotosans.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(../fonts/robotosans.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url(../fonts/robotocondensed.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }

/* cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url(../fonts/robotocondensed.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url(../fonts/robotocondensed.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url(../fonts/robotocondensed.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url(../fonts/robotocondensed.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url(../fonts/robotocondensed.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url(../fonts/robotocondensed.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/* latin-ext */
@font-face {
  font-family: 'Slabo';
  font-style: normal;
  font-weight: 400;
  src: local("Slabo"), local("Slabo-Regular"), url(../fonts/slabo.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Slabo';
  font-style: normal;
  font-weight: 400;
  src: local("Slabo"), local("Slabo-Regular"), url(../fonts/slabo.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/* vietnamese */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro"), local("SourceSansPro-Regular"), url(../fonts/sourcesanspro.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro"), local("SourceSansPro-Regular"), url(../fonts/sourcesanspro.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro"), local("SourceSansPro-Regular"), url(../fonts/sourcesanspro.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans Narrow"), local("PTSans-Narrow"), url(../fonts/ptsansnarrow.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/* Application Template
 * -----------------------------------------------------------------------------
 * Styling for the structure of the site. If your element doesn't show up on
 * every page, it probably shouldn't be in this file.
 * -----------------------------------------------------------------------------*/
/* Things to place in separate files...
 * ---------------------------------------------------------------------------
 * /extends/            => Sass extends declarations
 * /mixins/             => Sass mixins declarations
 * _buttons.scss
 * _fonts.scss          => Font imports
 * _forms.scss
 * _lists.scss
 * _library.scss        => Custom classes used throughout the app.
 * _tables.scss
 * _typography.scss
 * _utilities.scss
 * _variables.scss
 * _component_name.scss => Styles for a component of functionality (e.g. – modal).
 * _page_name.scss      => Styles for page specific elements.
 * ---------------------------------------------------------------------------
 */
.single-column {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 20px; }
  @media (min-width: 768px) {
    .single-column {
      margin: 0 auto; } }

.header-primary {
  box-shadow: 1px 1px 15px -5px rgba(0, 0, 0, 0.75); }

.footer-primary {
  font-size: 0.75em;
  background-color: #333333;
  padding: 10px;
  color: white;
  font-weight: bold;
  text-align: center; }

h1 {
  text-align: center; }

h3 {
  border-bottom: solid #666666;
  padding-bottom: 0.5em; }

.print_only {
  display: none; }

hr {
  margin: 1.58em 0; }

/* Components
 * -----------------------------------------------------------------------------*/
header {
  background-color: #EEEEEE;
  padding: 10px;
  text-align: center; }

#logo {
  position: relative;
  color: #CCCCCC;
  margin: 10px;
  left: 50%;
  width: 400px;
  margin-left: -200px; }
  #logo svg {
    width: 52px; }
  #logo svg {
    width: 218px; }
  #logo .logo-subhead {
    font-family: "PT Sans Narrow", "Source Sans Pro", "PT Sans";
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1;
    margin: 0; }

.nav-primary ul {
  text-align: center;
  margin: 1em 0;
  line-height: 1; }
  .nav-primary ul li {
    display: inline-block;
    font-size: 0.8em; }
    .nav-primary ul li + li:not(:first-child):before {
      margin: 0 0.5em;
      content: "|"; }

.project-list {
  margin-bottom: 20px; }
  .project-list::after {
    clear: both;
    content: "";
    display: block; }
  @media (min-width: 768px) {
    .project-list {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto; } }
  .project-list .project {
    width: calc(100%);
    float: left;
    margin-left: 0;
    background-size: cover;
    background-position-x: center;
    margin: 0 0 1em;
    position: relative;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    background-color: #EEEEEE;
    box-shadow: 1px 1px 15px -5px rgba(0, 0, 0, 0.75);
    border: white 0.5em solid;
    box-sizing: border-box; }
    @media (min-width: 768px) {
      .project-list .project {
        width: calc(33.3333333333% - 1.3333333333em);
        float: left;
        margin-left: 1em; } }
    .project-list .project .caption {
      position: absolute;
      bottom: 0;
      text-align: center;
      width: 100%;
      z-index: 100;
      background: linear-gradient(transparent, black);
      transform: translateY(1em); }
      .project-list .project .caption .subtitle {
        transition: all 0.333s, opacity 0.66s;
        font-size: 1em;
        margin: 0;
        margin-bottom: 0;
        opacity: 0; }
    .project-list .project:hover .caption {
      transform: translateY(0); }
    .project-list .project:hover .subtitle {
      margin-bottom: 1em;
      opacity: 1; }
    .project-list .project .title {
      display: inline-block;
      border-radius: 10px;
      padding: 2px 8px;
      margin: 8px;
      font-size: 1.333em; }
    .project-list .project .title, .project-list .project .subtitle {
      position: relative;
      color: white;
      text-shadow: rgba(15, 15, 15, 0.9) 1px 1px 5px;
      font-weight: 500;
      line-height: 1.15;
      font-family: "PT Sans Narrow", "Source Sans Pro", "PT Sans";
      text-transform: uppercase;
      font-weight: 600; }
    .project-list .project .bg-img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%; }
    .project-list .project a:before, .project-list .project a:after {
      opacity: 0;
      transition: all 0.3s ease-in-out; }
    .project-list .project a:before {
      font-family: FontAwesome;
      content: "\f054";
      position: relative;
      z-index: 100;
      line-height: 1.4;
      display: inline-block;
      background: white;
      padding: 10px;
      border-radius: 10px;
      width: 75px;
      height: 75px;
      vertical-align: middle;
      font-size: 3em;
      margin: 60px 0; }
    .project-list .project a:after {
      content: "";
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 90;
      background: radial-gradient(circle at 50% 50%, rgba(15, 15, 15, 0) 20%, rgba(15, 15, 15, 0) 85%); }

/* Pages
 * -----------------------------------------------------------------------------*/
#intro {
  margin-bottom: 1em; }

.rates {
  position: relative; }

.rate {
  border-radius: 5px;
  border: solid #EEEEEE;
  margin-bottom: 1em;
  padding: 1em; }

.images > ul, .images, .video-player, .video-player > ul {
  text-align: center; }

.project-bottom-nav {
  text-align: center; }

.images::after {
  clear: both;
  content: "";
  display: block; }

@media (min-width: 768px) {
  .images {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; } }

.images li.project__gallery-item {
  width: calc(100%);
  float: left;
  margin-left: 0; }
  @media (min-width: 768px) {
    .images li.project__gallery-item {
      width: calc(50% - 1.5em);
      float: left;
      margin-left: 1em; } }

.images li {
  padding-bottom: 1em; }
  .images li img {
    box-shadow: 1px 1px 15px -5px rgba(0, 0, 0, 0.75); }

.images img {
  width: 640px;
  padding: 0.5em;
  box-sizing: border-box; }

.project.description {
  max-width: 740px;
  margin: 0 auto;
  padding: 20px; }
  .project.description ul li {
    list-style-type: circle;
    margin: 1em 0 1em 2em; }

#contact_details {
  text-align: center;
  margin: -1.5em 0 2em; }

.cv::after {
  clear: both;
  content: "";
  display: block; }

.cv h2, .cv h4 {
  margin: 1em 0; }

.cv .skills li {
  list-style-type: disc;
  margin: 1em 0 1em 1.5em;
  line-height: 1.25; }

.cv .sequence {
  margin: 0.4em 0; }
  .cv .sequence h5 {
    padding: 0.5em 0;
    margin-bottom: 0; }
  .cv .sequence h5, .cv .sequence ul {
    vertical-align: top; }
  .cv .sequence li {
    display: inline-block;
    font-size: 0.8em;
    margin: 4px 1px;
    padding: 2px 10px;
    border: solid 1px #CCC;
    border-radius: 2px; }
  @media (min-width: 768px) {
    .cv .sequence h5, .cv .sequence ul {
      display: inline-block;
      line-height: 1.5em;
      margin: 0; }
    .cv .sequence h5 {
      width: 30%;
      text-align: right; }
    .cv .sequence ul {
      max-width: 69%;
      position: relative; } }

.cv hr {
  margin: 0 0 4em; }
  .cv hr:not(:first-child) {
    margin: 4em 0; }

.cv .job {
  margin: 4em 0; }
  .cv .job .title {
    margin: 1em 0; }
  .cv .job:not(:last-child):after {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    text-align: center;
    content: "•"; }
    @media (min-width: 768px) {
      .cv .job:not(:last-child):after {
        display: none; } }

.cv .reference {
  font-style: italic;
  padding: 1em;
  border-radius: 1em;
  margin: 1em 0;
  border: solid 1px #EEEEEE; }
  .cv .reference .referee {
    text-align: right; }

.cv .quote {
  position: relative;
  text-align: center; }
  .cv .quote i {
    font-size: 0.75em;
    line-height: 1.6;
    vertical-align: top;
    color: #CCC; }
  @media (min-width: 768px) {
    .cv .quote {
      text-align: left;
      padding: 0 45px; }
      .cv .quote i {
        font-size: 1.333em;
        line-height: 1; }
        .cv .quote i:first-of-type {
          position: absolute;
          left: 0px; }
        .cv .quote i:last-of-type {
          position: absolute;
          right: 0;
          bottom: 0px; } }

.labs .experiment h3 {
  text-transform: uppercase; }

.labs .experiment .links {
  text-align: center;
  padding: 1em 0; }
  .labs .experiment .links li {
    display: inline-block; }

.labs .experiment .preview {
  max-width: 100%;
  box-shadow: 1px 1px 15px -5px rgba(0, 0, 0, 0.75);
  border: white 0.5em solid;
  box-sizing: border-box; }

.labs .experiment .full-video {
  display: none; }
  .labs .experiment .full-video.active {
    display: block; }
    .labs .experiment .full-video.active:before {
      content: "";
      display: block;
      position: fixed;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8);
      top: 0;
      left: 0; }
    .labs .experiment .full-video.active video {
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
