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

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.row.reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-xs {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  -webkit-flex-basis: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  -webkit-flex-basis: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  -webkit-flex-basis: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  -webkit-flex-basis: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  -webkit-flex-basis: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  -webkit-flex-basis: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  -webkit-flex-basis: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  -webkit-flex-basis: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

.start-xs {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-xs {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.bottom-xs {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.around-xs {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem; }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-1 {
    margin-left: 8.333%; }
  .col-sm-offset-2 {
    margin-left: 16.667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.333%; }
  .col-sm-offset-5 {
    margin-left: 41.667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.333%; }
  .col-sm-offset-8 {
    margin-left: 66.667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.333%; }
  .col-sm-offset-11 {
    margin-left: 91.667%; }
  .start-sm {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-sm {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem; }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-1 {
    margin-left: 8.333%; }
  .col-md-offset-2 {
    margin-left: 16.667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.333%; }
  .col-md-offset-5 {
    margin-left: 41.667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.333%; }
  .col-md-offset-8 {
    margin-left: 66.667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.333%; }
  .col-md-offset-11 {
    margin-left: 91.667%; }
  .start-md {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-md {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-md {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem; }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-1 {
    margin-left: 8.333%; }
  .col-lg-offset-2 {
    margin-left: 16.667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.333%; }
  .col-lg-offset-5 {
    margin-left: 41.667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.333%; }
  .col-lg-offset-8 {
    margin-left: 66.667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.333%; }
  .col-lg-offset-11 {
    margin-left: 91.667%; }
  .start-lg {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-lg {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-lg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .last-lg {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }

@font-face {
  font-family: 'Metric';
  src: url("../fonts/MetricWeb-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/MetricWeb-Thin.woff") format("woff");
  font-weight: 200; }

@font-face {
  font-family: 'Metric';
  src: url("../fonts/MetricWeb-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/MetricWeb-Thin.woff") format("woff");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'Metric';
  src: url("../fonts/MetricWeb-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/MetricWeb-Light.woff") format("woff");
  font-weight: 300; }

@font-face {
  font-family: 'Metric';
  src: url("../fonts/MetricWeb-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/MetricWeb-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Metric';
  src: url("../fonts/MetricWeb-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MetricWeb-Regular.woff") format("woff");
  font-weight: normal; }

@font-face {
  font-family: 'Metric';
  src: url("../fonts/MetricWeb-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/MetricWeb-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Metric';
  src: url("../fonts/MetricWeb-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/MetricWeb-Medium.woff") format("woff");
  font-weight: 500; }

@font-face {
  font-family: 'Metric';
  src: url("../fonts/MetricWeb-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/MetricWeb-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Metric';
  src: url("../fonts/MetricWeb-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/MetricWeb-Semibold.woff") format("woff");
  font-weight: 600; }

@font-face {
  font-family: 'Metric';
  src: url("../fonts/MetricWeb-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/MetricWeb-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Metric';
  src: url("../fonts/MetricWeb-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MetricWeb-Bold.woff") format("woff");
  font-weight: bold; }

@font-face {
  font-family: 'Metric';
  src: url("../fonts/MetricWeb-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/MetricWeb-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Metric';
  src: url("../fonts/MetricWeb-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/MetricWeb-Black.woff") format("woff");
  font-weight: 800; }

@font-face {
  font-family: 'Metric';
  src: url("../fonts/MetricWeb-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/MetricWeb-BlackItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Tiempos';
  src: url("../fonts/TiemposTextWeb-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TiemposTextWeb-Regular.woff") format("woff");
  font-weight: normal; }

@font-face {
  font-family: 'Tiempos';
  src: url("../fonts/TiemposTextWeb-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/TiemposTextWeb-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Tiempos';
  src: url("../fonts/TiemposTextWeb-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/TiemposTextWeb-Semibold.woff") format("woff");
  font-weight: 600; }

@font-face {
  font-family: 'Tiempos';
  src: url("../fonts/TiemposTextWeb-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/TiemposTextWeb-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic; }

html {
  font-size: 16px; }

body {
  font-size: 1rem;
  color: #111140;
  font-family: 'Metric', sans-serif; }

h1, h2, h3, h4 {
  margin-top: 0; }

h1 {
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 1rem; }
  @media (max-width: 1024px) {
    h1 {
      font-size: 3rem; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 2rem; } }

h2 {
  margin-bottom: .5rem;
  font-size: 3rem;
  font-weight: 600; }
  @media (max-width: 1024px) {
    h2 {
      font-size: 2.5rem; } }
  @media (max-width: 767px) {
    h2 {
      font-size: 1.75rem; } }

h3 {
  margin-bottom: .5rem;
  font-size: 2rem;
  font-weight: 600; }
  @media (max-width: 1024px) {
    h3 {
      font-size: 1.5rem; } }
  @media (max-width: 767px) {
    h3 {
      font-size: 1rem; } }

h4 {
  margin-bottom: .5rem;
  font-size: 1.5rem;
  font-weight: 600; }
  @media (max-width: 1024px) {
    h4 {
      font-size: 1rem; } }

p, ul, ol {
  margin-top: 0;
  font-size: 1rem;
  line-height: 150%;
  font-family: 'Tiempos', serif; }

a {
  color: inherit; }

blockquote {
  margin: 1.5rem 0;
  padding: .25rem 2rem;
  font-size: 1.25rem;
  border-left: 4px solid #d9e1e1; }

blockquote p {
  font-size: 1.25rem; }
  blockquote p:last-child {
    margin-bottom: 0; }

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

.icon {
  position: relative;
  top: 4px;
  background: url("../img/author-icons.png") no-repeat;
  background-size: 40px 20px;
  background-position: 0 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px; }
  .icon-location {
    background-position: 0 0; }
  .icon-link {
    background-position: -20px 0; }

.twitter,
.facebook,
.linkedin {
  background: url("../img/social-icons.png") no-repeat left center;
  background-size: 102px 32px;
  background-position: 0 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 15px; }

.facebook {
  background-position: -35px 0; }

.linkedin {
  background-position: -70px 0;
  margin-right: 0; }

* {
  box-sizing: border-box; }

body {
  background-color: #f4f7f7; }

@media (max-width: 1024px) {
  .container {
    width: 100%; } }

@media (min-width: 1025px) {
  .container {
    max-width: 76rem; } }

@media (max-width: 1024px) {
  .row {
    padding: 0 .5rem;
    margin: 0; } }

.hidden {
  display: none; }

body {
  position: relative;
  top: 0;
  left: 0;
  transition: left .5s ease; }
  body.navOpen {
    left: -70%; }
    body.navOpen .mainNav-links {
      left: 30%; }

.mainNav {
  padding: 15px 0; }
  .mainNav-logo {
    display: inline-block;
    background: url("../img/logo.png") no-repeat center center;
    background-size: contain;
    width: 237px;
    height: 35px;
    text-indent: -9999px;
    vertical-align: top; }
    @media (max-width: 767px) {
      .mainNav-logo {
        width: 160px;
        height: 24px; } }
  .mainNav-toggle {
    display: none;
    position: relative;
    float: right;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: none;
    border: 0;
    z-index: 10; }
    @media (max-width: 767px) {
      .mainNav-toggle {
        display: inline-block; } }
    .mainNav-toggle:hover, .mainNav-toggle:focus {
      background: transparent;
      outline: 0; }
    .mainNav-toggle .lines {
      position: relative;
      display: inline-block;
      width: 28px;
      height: 4px;
      background: #111140;
      border-radius: 2px;
      vertical-align: middle;
      transition: background .3s .6s ease; }
      .mainNav-toggle .lines:before, .mainNav-toggle .lines:after {
        content: "";
        position: absolute;
        left: 0;
        display: inline-block;
        width: 28px;
        height: 4px;
        background: #111140;
        border-radius: 2px;
        vertical-align: middle;
        transition: top .3s .6s ease, -webkit-transform .3s ease;
        transition: top .3s .6s ease, transform .3s ease;
        transition: top .3s .6s ease, transform .3s ease, -webkit-transform .3s ease;
        -webkit-transform-origin: center center;
        transform-origin: center center; }
      .mainNav-toggle .lines:before {
        top: -8px; }
      .mainNav-toggle .lines:after {
        top: 8px; }
    .mainNav-toggle.open .lines {
      transition: background .3s 0s ease;
      background: transparent; }
      .mainNav-toggle.open .lines:before, .mainNav-toggle.open .lines:after {
        transition: top .3s ease, -webkit-transform .3s .5s ease;
        transition: top .3s ease, transform .3s .5s ease;
        transition: top .3s ease, transform .3s .5s ease, -webkit-transform .3s .5s ease;
        top: 0; }
      .mainNav-toggle.open .lines:before {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg); }
      .mainNav-toggle.open .lines:after {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg); }
  .mainNav-links {
    float: right;
    margin: 0;
    padding: 0;
    font-family: 'Metric', sans-serif;
    transition: left .5s ease; }
    @media (max-width: 767px) {
      .mainNav-links {
        background-color: #d9e1e1;
        float: none;
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        padding: 10px 0; } }
  .mainNav li {
    display: inline-block;
    margin: 0 15px;
    vertical-align: top; }
    .mainNav li:last-child {
      margin-right: 0; }
    @media (max-width: 767px) {
      .mainNav li {
        display: block;
        margin: 0;
        padding: 5px 20px; } }
  .mainNav a {
    color: #111140;
    font-size: 1.2rem;
    line-height: 35px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase; }

.hero {
  padding: 40px 0 92px;
  text-align: center; }
  @media (max-width: 767px) {
    .hero {
      padding: 20px 0 52px; } }
  .hero h1 {
    margin-bottom: 0;
    padding-left: 8px;
    font-size: 7rem;
    line-height: 6.5rem;
    text-transform: uppercase;
    letter-spacing: 8px;
    box-shadow: 0 12px 0 0 #77e0c1; }
    @media (max-width: 767px) {
      .hero h1 {
        font-size: 3rem;
        line-height: 3rem;
        letter-spacing: 4px;
        padding-left: 4px;
        box-shadow: 0 6px 0 0 #77e0c1; } }

.featuredPost {
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 40px 0;
  z-index: 1;
  overflow: hidden; }
  .featuredPost .container {
    position: relative;
    z-index: 10; }
  .featuredPost:before {
    content: "";
    background-color: #77e0c1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5; }
  .featuredPost:after {
    content: "";
    background: linear-gradient(to bottom, rgba(17, 17, 64, 0) 0%, #111140 75%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .75; }
  .featuredPost .post-title {
    margin-bottom: 0; }
    .featuredPost .post-title a {
      color: white;
      line-height: 135%;
      text-decoration: none;
      box-shadow: 0 8px 0 0 #77e0c1; }
      @media (max-width: 767px) {
        .featuredPost .post-title a {
          box-shadow: 0 5px 0 0 #77e0c1; } }
  .featuredPost .post-excerpt p {
    margin-top: 2rem;
    color: white;
    font-size: 1.5rem; }
    @media (max-width: 1024px) {
      .featuredPost .post-excerpt p {
        font-size: 1.25rem; } }
    @media (max-width: 767px) {
      .featuredPost .post-excerpt p {
        font-size: 1rem; } }
  .featuredPost .post-meta {
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: white; }
    @media (max-width: 1024px) {
      .featuredPost .post-meta {
        font-size: 1.25rem; } }
    @media (max-width: 767px) {
      .featuredPost .post-meta {
        font-size: 1rem; } }
    .featuredPost .post-meta .author-thumb {
      display: inline-block;
      background-size: cover;
      background-position: center center;
      width: 80px;
      height: 80px;
      margin-right: 20px;
      overflow: hidden;
      border-radius: 50%; }
      @media (max-width: 1024px) {
        .featuredPost .post-meta .author-thumb {
          width: 50px;
          height: 50px;
          margin-right: 10px; } }
    .featuredPost .post-meta a {
      font-weight: 600;
      text-decoration: none; }
    .featuredPost .post-meta .author-title {
      width: calc(100% - 100px);
      overflow: hidden;
      text-overflow: ellipsis; }
      @media (max-width: 1024px) {
        .featuredPost .post-meta .author-title {
          width: calc(100% - 60px); } }

.feed {
  margin-top: 1.2rem;
  overflow: hidden; }
  .feed .post {
    background-position: center center;
    background-size: cover;
    position: relative;
    height: 400px;
    margin-bottom: 1.2rem; }
    @media (max-width: 767px) {
      .feed .post {
        height: auto; } }
    .feed .post:before {
      content: "";
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 50%);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .feed .post-content {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 2rem; }
      @media (max-width: 1024px) {
        .feed .post-content {
          padding: 1rem; } }
      @media (max-width: 767px) {
        .feed .post-content {
          position: relative;
          padding-top: 120px; } }
  .feed .post-title,
  .feed .post-excerpt,
  .feed .post-meta {
    position: relative; }
  .feed .post-title {
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 125%;
    color: white; }
    @media (max-width: 1024px) {
      .feed .post-title {
        font-size: 1.75rem; } }
    .feed .post-title a {
      color: white;
      font-size: 2rem;
      text-decoration: none; }
      @media (max-width: 1024px) {
        .feed .post-title a {
          font-size: 1.75rem; } }
  .feed .post-excerpt p {
    margin-top: .5rem;
    color: white; }
  .feed .post-meta {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: white; }
    @media (max-width: 1024px) {
      .feed .post-meta {
        font-size: .8rem; } }
    .feed .post-meta .author-thumb {
      display: inline-block;
      background-size: cover;
      background-position: center center;
      width: 50px;
      height: 50px;
      margin-right: 10px;
      overflow: hidden;
      border-radius: 50%; }
      @media (max-width: 1024px) {
        .feed .post-meta .author-thumb {
          width: 30px;
          height: 30px; } }
    .feed .post-meta a {
      font-weight: 600;
      text-decoration: none; }
      @media (max-width: 1024px) {
        .feed .post-meta a {
          font-size: .8rem; } }
    .feed .post-meta .author-title {
      width: calc(100% - 60px);
      overflow: hidden;
      text-overflow: ellipsis; }
      @media (max-width: 1024px) {
        .feed .post-meta .author-title {
          width: calc(100% - 40px); } }

.newsletter {
  background-color: #4351b0;
  padding: 40px 0; }
  .newsletter label {
    display: block;
    margin-bottom: 20px;
    font-size: 1.5rem;
    color: white;
    font-weight: 600;
    text-transform: uppercase; }
  .newsletter input {
    display: inline-block;
    padding: 5px 10px;
    font-size: 1.5rem;
    border: 0;
    box-shadow: none;
    outline: 0;
    vertical-align: top; }
    @media (max-width: 767px) {
      .newsletter input {
        display: block; } }
    .newsletter input[type="email"] {
      width: 400px; }
      @media (max-width: 767px) {
        .newsletter input[type="email"] {
          width: 100%; } }
    .newsletter input[type="submit"] {
      background-color: #111140;
      padding-left: 40px;
      padding-right: 40px;
      color: white;
      font-size: 1.2rem;
      line-height: 1.9rem;
      text-transform: uppercase;
      font-weight: 600; }
      @media (max-width: 767px) {
        .newsletter input[type="submit"] {
          margin: 20px auto 0; } }

.pagination {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 1.5rem;
  font-weight: 500; }
  @media (max-width: 767px) {
    .pagination {
      font-size: 1rem;
      margin: 20px 0; } }
  .pagination a {
    text-decoration: none; }

.footer {
  padding: 20px 0; }
  .footer .copyright {
    color: #4351b0;
    font-family: 'Metric', sans-serif; }

.postPage-header {
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 80px 0; }
  .postPage-header:before {
    content: "";
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6; }
  .postPage-header.no-bg .postPage-title,
  .postPage-header.no-bg .postPage-meta {
    color: #111140; }
  .postPage-header.no-bg .postPage-meta {
    font-weight: bold; }
  .postPage-header.no-bg:before {
    display: none; }
  .postPage-header .container {
    position: relative;
    z-index: 10; }

.postPage-title {
  margin-bottom: 80px;
  color: white;
  line-height: 135%; }
  .postPage-title span {
    box-shadow: 0 8px 0 0 #77e0c1; }

.postPage-meta {
  color: white;
  font-size: 1.25rem;
  text-transform: uppercase; }
  .postPage-meta a {
    font-weight: 600;
    text-decoration: none; }

.postPage-content {
  padding: 40px 0; }
  .postPage-content a {
    transition: color 250ms ease; }
    .postPage-content a:hover {
      color: #77e0c1; }
  .postPage-content img {
    max-width: 100%; }

.postPage-author {
  padding: 20px 0;
  border-top: 4px solid #111140;
  border-bottom: 4px solid #111140; }
  .postPage-author:before, .postPage-author:after {
    content: "";
    display: table;
    clear: both; }
  .postPage-authorImage {
    float: left;
    background-position: center center;
    background-size: cover;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    border-radius: 50%; }
    @media (max-width: 767px) {
      .postPage-authorImage {
        float: none;
        margin: 0 auto 10px; } }
  .postPage-authorInfo {
    float: left; }
    @media (max-width: 767px) {
      .postPage-authorInfo {
        float: none;
        margin: 0 auto;
        text-align: center; } }
  .postPage-author h4, .postPage-author p {
    margin: 0;
    font-family: 'Metric', sans-serif; }
  .postPage-authorMeta {
    padding-top: 4px; }
    .postPage-authorMeta > span {
      display: inline-block; }
      .postPage-authorMeta > span:nth-child(2) {
        margin-left: 20px; }

.postPage-share {
  padding: 40px 0;
  text-align: center; }

.postPage-adunit {
  padding: 20px 0; }
  @media (max-width: 767px) {
    .postPage-adunit {
      padding: 0; } }

.awards-page .clearfix {
  display: table;
  clear: both; }

.awards-page .heading {
  position: relative;
  z-index: 100; }

.awards-page #video-canvas {
  position: absolute;
  left: 50%;
  margin-left: -750px;
  pointer-events: none; }

.awards-page #video {
  display: none; }

.awards-page .heading {
  background-image: none;
  display: block;
  width: 100%;
  padding: 10px;
  max-width: 960px;
  margin: 0 auto;
  text-align: center; }

.awards-page .heading img {
  width: 120px;
  height: 120px;
  margin: 120px auto 0; }

.awards-page .heading h1 {
  font-size: 4rem;
  color: white;
  text-transform: uppercase; }

.awards-page .heading h2 {
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: normal;
  text-transform: none;
  font-size: 1.8rem;
  color: #20f0d0; }

.awards-page article {
  background: white;
  max-width: 960px;
  margin: 0 auto;
  padding: 340px 60px 20px;
  text-align: center; }
  .awards-page article img {
    max-width: 100%; }

.awards-page article h1,
.awards-page article h2,
.awards-page article h3 {
  display: inline-block;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding-bottom: 5px;
  border-bottom: 4px solid #20f0d0;
  text-transform: uppercase; }

.awards-page article h2 {
  font-size: 4.6rem;
  padding-bottom: 20px; }

.awards-page article h3 {
  font-size: 3.2rem; }

.awards-page table {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  outline: 0; }

.awards-page tr {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

.awards-page th {
  color: #050040;
  text-transform: uppercase; }

.awards-page td {
  font-family: "Tiempos", serif; }

.awards-page th, .awards-page td {
  padding: 10px 20px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee; }

.awards-page .site-footer {
  display: block;
  padding: 40px 0;
  text-align: center;
  font-size: 1.4rem; }

.awards-page .judge {
  width: 25%;
  display: inline-block;
  padding: 10px;
  vertical-align: top; }

.awards-page .judge p {
  margin: 0; }

.awards-page .judge p img {
  width: 100%; }

.awards-page .judge h2 {
  display: block;
  font-size: 18px;
  padding-bottom: 0;
  margin-bottom: 5px;
  border-bottom: 0; }

.awards-page .judge h3 {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0; }

.awards-page form {
  width: 100%;
  margin: 40px auto;
  text-align: left; }
  .awards-page form:after {
    content: "";
    display: table;
    clear: both; }

.awards-page form h4 {
  display: block; }

.awards-page .form-group {
  background: #f5f5f5;
  padding: 40px 40px 20px;
  margin-bottom: 40px; }
  .awards-page .form-group:after {
    content: "";
    display: table;
    clear: both; }

.awards-page .form-group .clearfix {
  margin-bottom: 40px; }

.awards-page label {
  display: block;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #050040;
  text-transform: uppercase;
  text-align: center; }

.awards-page form span {
  display: block;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-family: "Tiempos", serif; }

.awards-page input,
.awards-page textarea {
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-size: 1.8rem;
  line-height: 1;
  outline: none;
  box-shadow: none;
  border: 1px solid #eee; }

.awards-page input.btn {
  padding: 15px;
  background: #20f0d0;
  color: white;
  border-color: #20f0d0; }

.awards-page input.btn:hover {
  color: white; }

.awards-page #no-target {
  display: block;
  margin: 0;
  padding: 0;
  height: 0;
  width: 0;
  border: none; }

.awards-page label.error {
  margin: 5px 0 0;
  color: red;
  font-weight: normal;
  font-size: 1.6rem; }

.awards-page #success {
  background: #050040;
  margin-top: 20px;
  padding: 20px;
  font-size: 2rem;
  color: #20f0d0;
  font-weight: 500;
  text-align: center; }

.awards-page .winner {
  position: relative;
  float: left;
  width: 48%;
  margin: 0 1%;
  padding-top: 40px; }

.awards-page .nominee {
  float: left;
  width: 31%;
  margin: 0 1%; }

.awards-page .winner.left:before {
  content: "";
  background: url("../img/judges-selection.jpg") no-repeat left top;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px; }

.awards-page .winner.right:before {
  content: "";
  background: url("../img/peoples-choice.jpg") no-repeat left top;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px; }

.awards-page .nominee a
.winner a {
  opacity: 1;
  transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  text-decoration: none; }

.awards-page .nominee a:hover,
.awards-page .winner a:hover {
  opacity: 0.6; }

.awards-page .nominee img,
.awards-page .winner img {
  width: 100%; }

.awards-page .nominee a,
.awards-page .winner a {
  text-decoration: none; }

.awards-page .nominee h3,
.awards-page .winner h3 {
  display: block;
  padding: 0;
  margin: 5px 0;
  font-size: 1.2rem;
  text-align: center;
  border-bottom: 0; }

.awards-page input[type="radio"] {
  display: none; }

.awards-page .vote-btn {
  display: block;
  margin: 20px 0;
  width: 100%;
  text-align: center; }

.awards-page .vote-btn:after {
  content: "Select to Vote";
  display: inline-block;
  padding: 10px 15px;
  font-size: 1.8rem;
  line-height: 1;
  font-family: "Metric", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #18123a;
  border: 4px solid #18123a;
  cursor: pointer; }

.awards-page input[type="radio"]:checked + label .vote-btn:after {
  content: "Voted";
  background: #20f0d0;
  border-color: #20f0d0;
  color: #18123a; }

.awards-page input[type="submit"] {
  display: none; }

@media (max-width: 1024px) {
  .awards-page #bg-img {
    position: absolute;
    display: block;
    width: 100%; }
  .awards-page .heading {
    background: url("/assets/img/awards-header-bg.jpg") no-repeat center center;
    background-size: cover; }
    .awards-page .heading img {
      margin-top: 40px; }
  .awards-page #video-canvas {
    display: none;
    min-width: 720px;
    margin-left: -360px; }
  .awards-page article {
    padding: 40px 20px 20px; }
  .awards-page .judge {
    width: 100%; }
  .awards-page table {
    text-align: center; }
  .awards-page thead {
    display: none; }
  .awards-page tr {
    border: none; }
  .awards-page th, .awards-page td {
    display: block;
    border: none; }
  .awards-page .dates td:first-child {
    padding-bottom: 0;
    font-family: "Metric", sans-serif;
    font-weight: bold;
    color: #050040;
    text-transform: uppercase; }
  .awards-page #form {
    width: 100%;
    padding: 20px; }
  .awards-page .nominee {
    width: 100%;
    margin: 0 0 20px; } }

.str-adunit article,
.postPage-adunit article {
  position: relative;
  box-shadow: inset 0 0 0 10px white; }
  @media (max-width: 767px) {
    .str-adunit article,
    .postPage-adunit article {
      box-shadow: inset 0 0 0 5px white; } }
  .str-adunit article:before,
  .postPage-adunit article:before {
    width: calc(100% - 20px) !important;
    height: calc(100% - 20px) !important;
    top: 10px !important;
    left: 10px !important; }
    @media (max-width: 767px) {
      .str-adunit article:before,
      .postPage-adunit article:before {
        width: calc(100% - 10px) !important;
        height: calc(100% - 10px) !important;
        top: 5px !important;
        left: 5px !important; } }
  .str-adunit article:after,
  .postPage-adunit article:after {
    content: "Sponsored";
    background: white;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    color: #162668;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600; }
    @media (max-width: 767px) {
      .str-adunit article:after,
      .postPage-adunit article:after {
        top: 5px;
        left: 5px; } }
