@charset "UTF-8";
/*
Theme Name: Fretboard Journal WordPress Theme
Theme URI: www.fretboardjournal.com
Description: This is the WordPress theme for Fretboard Journal -- WordPress v4.4.1
Author: SeaMonster Studios
Author URI: http://seamonsterstudios.com
Version: 1.0
Date: 01-20-2016
*/
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

.button,
button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  text-shadow: 0 -0.5px 1px rgba(0, 0, 0, 0.15);
  padding: 1em 2em;
  position: relative;
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.3), 0 3px 3px rgba(0, 0, 0, 0.15), 0 3px 2px -2px rgba(0, 0, 0, 0.2);
  background: #c1272d;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: none;
  font-weight: bold;
  color: white;
  font-size: 1.125em;
  font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 700;
  margin: 0;
  min-width: 200px;
  display: inline-block;
  line-height: 1;
  overflow: visible; }
  .button:hover, .button:focus,
  button:hover,
  button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #971e23;
    outline: none;
    color: white; }
  .button:disabled,
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    .button:disabled:hover,
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
      background-color: #c1272d; }

#load-more {
  border: 2px solid #c1272d;
  color: #c1272d;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  transition: color 0.3s ease, border 0.3s ease;
  text-transform: uppercase;
  font-size: 1.125rem;
  box-shadow: none;
  letter-spacing: 2px;
  padding: 5px 25px;
  line-height: 1;
  margin: 0; }
  #load-more:hover, #load-more:focus {
    color: #971e23;
    border-color: #971e23; }

/**
 * Utility: Ripple
 * --------------------------------------------------
 */
.css-ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent; }

.ripple-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25); }
  .css-ripple.is-active .ripple-circle {
    animation: a-ripple .5s ease-in; }

/**
 * Animation: Ripple
 * --------------------------------------------------
 */
@keyframes a-ripple {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0; } }

::-webkit-input-placeholder {
  color: #ddd;
  font-size: 1em;
  font-family: "freight-text-pro", "Freight Text Pro", "FreightText Pro", "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "freight-text-pro", "Playfair Display", Georgia, serif;
  font-weight: 300; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #ddd;
  font-size: 1em;
  font-family: "freight-text-pro", "Freight Text Pro", "FreightText Pro", "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "freight-text-pro", "Playfair Display", Georgia, serif;
  font-weight: 300; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #ddd;
  font-size: 1em;
  font-family: "freight-text-pro", "Freight Text Pro", "FreightText Pro", "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "freight-text-pro", "Playfair Display", Georgia, serif;
  font-weight: 300; }

:-ms-input-placeholder {
  color: #ddd;
  font-size: 1em;
  font-family: "freight-text-pro", "Freight Text Pro", "FreightText Pro", "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "freight-text-pro", "Playfair Display", Georgia, serif;
  font-weight: 300; }

.field-container {
  position: relative;
  width: calc(100% - 2em);
  max-width: 34.375em;
  margin: 1em;
  z-index: 1;
  vertical-align: top; }
  .field-container::after {
    clear: both;
    content: "";
    display: table; }

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "freight-text-pro", "Freight Text Pro", "FreightText Pro", "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "freight-text-pro", "Playfair Display", Georgia, serif;
  font-size: 1.125em; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  padding: 0.75em 0.1em 0.25em;
  display: block;
  float: right;
  background-color: transparent;
  color: #333;
  font-weight: 500;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.5rem;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover {
    background-color: white; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus {
    outline: none; }
  input[type="color"]:focus + input[type="color"]::before, input[type="date"]:focus + input[type="color"]::before, input[type="datetime"]:focus + input[type="color"]::before, input[type="datetime-local"]:focus + input[type="color"]::before, input[type="email"]:focus + input[type="color"]::before, input[type="month"]:focus + input[type="color"]::before, input[type="number"]:focus + input[type="color"]::before, input[type="password"]:focus + input[type="color"]::before, input[type="search"]:focus + input[type="color"]::before, input[type="tel"]:focus + input[type="color"]::before, input[type="text"]:focus + input[type="color"]::before, input[type="time"]:focus + input[type="color"]::before, input[type="url"]:focus + input[type="color"]::before, input[type="week"]:focus + input[type="color"]::before, input:not([type]):focus + input[type="color"]::before, textarea:focus + input[type="color"]::before, input[type="color"]:focus + input[type="date"]::before, input[type="date"]:focus + input[type="date"]::before, input[type="datetime"]:focus + input[type="date"]::before, input[type="datetime-local"]:focus + input[type="date"]::before, input[type="email"]:focus + input[type="date"]::before, input[type="month"]:focus + input[type="date"]::before, input[type="number"]:focus + input[type="date"]::before, input[type="password"]:focus + input[type="date"]::before, input[type="search"]:focus + input[type="date"]::before, input[type="tel"]:focus + input[type="date"]::before, input[type="text"]:focus + input[type="date"]::before, input[type="time"]:focus + input[type="date"]::before, input[type="url"]:focus + input[type="date"]::before, input[type="week"]:focus + input[type="date"]::before, input:not([type]):focus + input[type="date"]::before, textarea:focus + input[type="date"]::before, input[type="color"]:focus + input[type="datetime"]::before, input[type="date"]:focus + input[type="datetime"]::before, input[type="datetime"]:focus + input[type="datetime"]::before, input[type="datetime-local"]:focus + input[type="datetime"]::before, input[type="email"]:focus + input[type="datetime"]::before, input[type="month"]:focus + input[type="datetime"]::before, input[type="number"]:focus + input[type="datetime"]::before, input[type="password"]:focus + input[type="datetime"]::before, input[type="search"]:focus + input[type="datetime"]::before, input[type="tel"]:focus + input[type="datetime"]::before, input[type="text"]:focus + input[type="datetime"]::before, input[type="time"]:focus + input[type="datetime"]::before, input[type="url"]:focus + input[type="datetime"]::before, input[type="week"]:focus + input[type="datetime"]::before, input:not([type]):focus + input[type="datetime"]::before, textarea:focus + input[type="datetime"]::before, input[type="color"]:focus + input[type="datetime-local"]::before, input[type="date"]:focus + input[type="datetime-local"]::before, input[type="datetime"]:focus + input[type="datetime-local"]::before, input[type="datetime-local"]:focus + input[type="datetime-local"]::before, input[type="email"]:focus + input[type="datetime-local"]::before, input[type="month"]:focus + input[type="datetime-local"]::before, input[type="number"]:focus + input[type="datetime-local"]::before, input[type="password"]:focus + input[type="datetime-local"]::before, input[type="search"]:focus + input[type="datetime-local"]::before, input[type="tel"]:focus + input[type="datetime-local"]::before, input[type="text"]:focus + input[type="datetime-local"]::before, input[type="time"]:focus + input[type="datetime-local"]::before, input[type="url"]:focus + input[type="datetime-local"]::before, input[type="week"]:focus + input[type="datetime-local"]::before, input:not([type]):focus + input[type="datetime-local"]::before, textarea:focus + input[type="datetime-local"]::before, input[type="color"]:focus + input[type="email"]::before, input[type="date"]:focus + input[type="email"]::before, input[type="datetime"]:focus + input[type="email"]::before, input[type="datetime-local"]:focus + input[type="email"]::before, input[type="email"]:focus + input[type="email"]::before, input[type="month"]:focus + input[type="email"]::before, input[type="number"]:focus + input[type="email"]::before, input[type="password"]:focus + input[type="email"]::before, input[type="search"]:focus + input[type="email"]::before, input[type="tel"]:focus + input[type="email"]::before, input[type="text"]:focus + input[type="email"]::before, input[type="time"]:focus + input[type="email"]::before, input[type="url"]:focus + input[type="email"]::before, input[type="week"]:focus + input[type="email"]::before, input:not([type]):focus + input[type="email"]::before, textarea:focus + input[type="email"]::before, input[type="color"]:focus + input[type="month"]::before, input[type="date"]:focus + input[type="month"]::before, input[type="datetime"]:focus + input[type="month"]::before, input[type="datetime-local"]:focus + input[type="month"]::before, input[type="email"]:focus + input[type="month"]::before, input[type="month"]:focus + input[type="month"]::before, input[type="number"]:focus + input[type="month"]::before, input[type="password"]:focus + input[type="month"]::before, input[type="search"]:focus + input[type="month"]::before, input[type="tel"]:focus + input[type="month"]::before, input[type="text"]:focus + input[type="month"]::before, input[type="time"]:focus + input[type="month"]::before, input[type="url"]:focus + input[type="month"]::before, input[type="week"]:focus + input[type="month"]::before, input:not([type]):focus + input[type="month"]::before, textarea:focus + input[type="month"]::before, input[type="color"]:focus + input[type="number"]::before, input[type="date"]:focus + input[type="number"]::before, input[type="datetime"]:focus + input[type="number"]::before, input[type="datetime-local"]:focus + input[type="number"]::before, input[type="email"]:focus + input[type="number"]::before, input[type="month"]:focus + input[type="number"]::before, input[type="number"]:focus + input[type="number"]::before, input[type="password"]:focus + input[type="number"]::before, input[type="search"]:focus + input[type="number"]::before, input[type="tel"]:focus + input[type="number"]::before, input[type="text"]:focus + input[type="number"]::before, input[type="time"]:focus + input[type="number"]::before, input[type="url"]:focus + input[type="number"]::before, input[type="week"]:focus + input[type="number"]::before, input:not([type]):focus + input[type="number"]::before, textarea:focus + input[type="number"]::before, input[type="color"]:focus + input[type="password"]::before, input[type="date"]:focus + input[type="password"]::before, input[type="datetime"]:focus + input[type="password"]::before, input[type="datetime-local"]:focus + input[type="password"]::before, input[type="email"]:focus + input[type="password"]::before, input[type="month"]:focus + input[type="password"]::before, input[type="number"]:focus + input[type="password"]::before, input[type="password"]:focus + input[type="password"]::before, input[type="search"]:focus + input[type="password"]::before, input[type="tel"]:focus + input[type="password"]::before, input[type="text"]:focus + input[type="password"]::before, input[type="time"]:focus + input[type="password"]::before, input[type="url"]:focus + input[type="password"]::before, input[type="week"]:focus + input[type="password"]::before, input:not([type]):focus + input[type="password"]::before, textarea:focus + input[type="password"]::before, input[type="color"]:focus + input[type="search"]::before, input[type="date"]:focus + input[type="search"]::before, input[type="datetime"]:focus + input[type="search"]::before, input[type="datetime-local"]:focus + input[type="search"]::before, input[type="email"]:focus + input[type="search"]::before, input[type="month"]:focus + input[type="search"]::before, input[type="number"]:focus + input[type="search"]::before, input[type="password"]:focus + input[type="search"]::before, input[type="search"]:focus + input[type="search"]::before, input[type="tel"]:focus + input[type="search"]::before, input[type="text"]:focus + input[type="search"]::before, input[type="time"]:focus + input[type="search"]::before, input[type="url"]:focus + input[type="search"]::before, input[type="week"]:focus + input[type="search"]::before, input:not([type]):focus + input[type="search"]::before, textarea:focus + input[type="search"]::before, input[type="color"]:focus + input[type="tel"]::before, input[type="date"]:focus + input[type="tel"]::before, input[type="datetime"]:focus + input[type="tel"]::before, input[type="datetime-local"]:focus + input[type="tel"]::before, input[type="email"]:focus + input[type="tel"]::before, input[type="month"]:focus + input[type="tel"]::before, input[type="number"]:focus + input[type="tel"]::before, input[type="password"]:focus + input[type="tel"]::before, input[type="search"]:focus + input[type="tel"]::before, input[type="tel"]:focus + input[type="tel"]::before, input[type="text"]:focus + input[type="tel"]::before, input[type="time"]:focus + input[type="tel"]::before, input[type="url"]:focus + input[type="tel"]::before, input[type="week"]:focus + input[type="tel"]::before, input:not([type]):focus + input[type="tel"]::before, textarea:focus + input[type="tel"]::before, input[type="color"]:focus + input[type="text"]::before, input[type="date"]:focus + input[type="text"]::before, input[type="datetime"]:focus + input[type="text"]::before, input[type="datetime-local"]:focus + input[type="text"]::before, input[type="email"]:focus + input[type="text"]::before, input[type="month"]:focus + input[type="text"]::before, input[type="number"]:focus + input[type="text"]::before, input[type="password"]:focus + input[type="text"]::before, input[type="search"]:focus + input[type="text"]::before, input[type="tel"]:focus + input[type="text"]::before, input[type="text"]:focus + input[type="text"]::before, input[type="time"]:focus + input[type="text"]::before, input[type="url"]:focus + input[type="text"]::before, input[type="week"]:focus + input[type="text"]::before, input:not([type]):focus + input[type="text"]::before, textarea:focus + input[type="text"]::before, input[type="color"]:focus + input[type="time"]::before, input[type="date"]:focus + input[type="time"]::before, input[type="datetime"]:focus + input[type="time"]::before, input[type="datetime-local"]:focus + input[type="time"]::before, input[type="email"]:focus + input[type="time"]::before, input[type="month"]:focus + input[type="time"]::before, input[type="number"]:focus + input[type="time"]::before, input[type="password"]:focus + input[type="time"]::before, input[type="search"]:focus + input[type="time"]::before, input[type="tel"]:focus + input[type="time"]::before, input[type="text"]:focus + input[type="time"]::before, input[type="time"]:focus + input[type="time"]::before, input[type="url"]:focus + input[type="time"]::before, input[type="week"]:focus + input[type="time"]::before, input:not([type]):focus + input[type="time"]::before, textarea:focus + input[type="time"]::before, input[type="color"]:focus + input[type="url"]::before, input[type="date"]:focus + input[type="url"]::before, input[type="datetime"]:focus + input[type="url"]::before, input[type="datetime-local"]:focus + input[type="url"]::before, input[type="email"]:focus + input[type="url"]::before, input[type="month"]:focus + input[type="url"]::before, input[type="number"]:focus + input[type="url"]::before, input[type="password"]:focus + input[type="url"]::before, input[type="search"]:focus + input[type="url"]::before, input[type="tel"]:focus + input[type="url"]::before, input[type="text"]:focus + input[type="url"]::before, input[type="time"]:focus + input[type="url"]::before, input[type="url"]:focus + input[type="url"]::before, input[type="week"]:focus + input[type="url"]::before, input:not([type]):focus + input[type="url"]::before, textarea:focus + input[type="url"]::before, input[type="color"]:focus + input[type="week"]::before, input[type="date"]:focus + input[type="week"]::before, input[type="datetime"]:focus + input[type="week"]::before, input[type="datetime-local"]:focus + input[type="week"]::before, input[type="email"]:focus + input[type="week"]::before, input[type="month"]:focus + input[type="week"]::before, input[type="number"]:focus + input[type="week"]::before, input[type="password"]:focus + input[type="week"]::before, input[type="search"]:focus + input[type="week"]::before, input[type="tel"]:focus + input[type="week"]::before, input[type="text"]:focus + input[type="week"]::before, input[type="time"]:focus + input[type="week"]::before, input[type="url"]:focus + input[type="week"]::before, input[type="week"]:focus + input[type="week"]::before, input:not([type]):focus + input[type="week"]::before, textarea:focus + input[type="week"]::before, input[type="color"]:focus + input:not([type])::before, input[type="date"]:focus + input:not([type])::before, input[type="datetime"]:focus + input:not([type])::before, input[type="datetime-local"]:focus + input:not([type])::before, input[type="email"]:focus + input:not([type])::before, input[type="month"]:focus + input:not([type])::before, input[type="number"]:focus + input:not([type])::before, input[type="password"]:focus + input:not([type])::before, input[type="search"]:focus + input:not([type])::before, input[type="tel"]:focus + input:not([type])::before, input[type="text"]:focus + input:not([type])::before, input[type="time"]:focus + input:not([type])::before, input[type="url"]:focus + input:not([type])::before, input[type="week"]:focus + input:not([type])::before, input:not([type]):focus + input:not([type])::before, textarea:focus + input:not([type])::before, input[type="color"]:focus + textarea::before, input[type="date"]:focus + textarea::before, input[type="datetime"]:focus + textarea::before, input[type="datetime-local"]:focus + textarea::before, input[type="email"]:focus + textarea::before, input[type="month"]:focus + textarea::before, input[type="number"]:focus + textarea::before, input[type="password"]:focus + textarea::before, input[type="search"]:focus + textarea::before, input[type="tel"]:focus + textarea::before, input[type="text"]:focus + textarea::before, input[type="time"]:focus + textarea::before, input[type="url"]:focus + textarea::before, input[type="week"]:focus + textarea::before, input:not([type]):focus + textarea::before, textarea:focus + textarea::before {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    background-color: #c1272d; }
  input[type="color"]:focus + label, input[type="date"]:focus + label, input[type="datetime"]:focus + label, input[type="datetime-local"]:focus + label, input[type="email"]:focus + label, input[type="month"]:focus + label, input[type="number"]:focus + label, input[type="password"]:focus + label, input[type="search"]:focus + label, input[type="tel"]:focus + label, input[type="text"]:focus + label, input[type="time"]:focus + label, input[type="url"]:focus + label, input[type="week"]:focus + label, input:not([type]):focus + label, textarea:focus + label {
    pointer-events: none; }
  input[type="color"]:focus + label::after, input[type="date"]:focus + label::after, input[type="datetime"]:focus + label::after, input[type="datetime-local"]:focus + label::after, input[type="email"]:focus + label::after, input[type="month"]:focus + label::after, input[type="number"]:focus + label::after, input[type="password"]:focus + label::after, input[type="search"]:focus + label::after, input[type="tel"]:focus + label::after, input[type="text"]:focus + label::after, input[type="time"]:focus + label::after, input[type="url"]:focus + label::after, input[type="week"]:focus + label::after, input:not([type]):focus + label::after, textarea:focus + label::after {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  input[type="color"]:focus + label span, input[type="date"]:focus + label span, input[type="datetime"]:focus + label span, input[type="datetime-local"]:focus + label span, input[type="email"]:focus + label span, input[type="month"]:focus + label span, input[type="number"]:focus + label span, input[type="password"]:focus + label span, input[type="search"]:focus + label span, input[type="tel"]:focus + label span, input[type="text"]:focus + label span, input[type="time"]:focus + label span, input[type="url"]:focus + label span, input[type="week"]:focus + label span, input:not([type]):focus + label span, textarea:focus + label span {
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    opacity: 0; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }

textarea {
  padding: 0.75em 1em;
  border: 2px solid #ddd;
  border-bottom: none;
  resize: vertical; }

input[type="search"] {
  appearance: none; }
  input[type="search"]::after {
    position: absolute;
    top: 1.5rem;
    right: 0.3125rem;
    font-family: 'FontAwesome';
    content: '\f002';
    color: #ddd; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    display: inline-block; }

input[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

ul {
  list-style: none;
  margin: 1.5em;
  padding-left: 1.5625rem; }
  @media screen and (min-width: 1025px) {
    ul {
      font-size: 1.3125rem; } }
  ul li {
    position: relative;
    margin-bottom: .5em; }
    ul li::before {
      position: absolute;
      top: 0.5rem;
      left: -1.5625rem;
      font-family: "FontAwesome";
      content: '\f111';
      color: #c1272d;
      font-size: 10px; }
    ul li ul {
      margin: .5em 0 0 0; }

ol {
  list-style: decimal;
  margin: 1.5em;
  padding-left: 25px; }
  @media screen and (min-width: 1025px) {
    ol {
      font-size: 1.3125rem; } }
  ol li {
    margin-bottom: .5em; }
    ol li ol {
      margin: .5em 0 0 0; }

dl {
  padding: 2em;
  margin: 0 0 0 1.5em;
  background-color: rgba(241, 232, 216, 0.5); }
  @media screen and (min-width: 1025px) {
    dl {
      font-size: 1.3125rem; } }
  dl dt {
    text-transform: uppercase;
    font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    letter-spacing: 3px;
    font-size: .75rem;
    font-weight: 300; }
  dl dd {
    padding-bottom: .75rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid white; }

table {
  border-collapse: collapse;
  font-feature-settings: "kern", "liga", "tnum";
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

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

body {
  color: #202020;
  font-family: "freight-text-pro", "Freight Text Pro", "FreightText Pro", "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "freight-text-pro", "Playfair Display", Georgia, serif;
  font-feature-settings: "kern", "liga", "pnum";
  font-size: 1em;
  line-height: 1.5;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.25;
  margin: 0 0 1rem; }

h1 {
  font-size: 2.75rem; }

h2 {
  font-size: 2rem; }
  h2.fbj-heading {
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom: 1px solid #ddd;
    padding-bottom: .5em;
    margin-bottom: 2em; }

h3 {
  font-size: 1.75rem; }
  h3.fbj-heading {
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom: 1px solid #ddd;
    padding-bottom: .5em;
    margin-bottom: 2em; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1.125rem; }

/* Subheadings */
.subheading {
  font-family: "freight-text-pro", "Freight Text Pro", "FreightText Pro", "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "freight-text-pro", "Playfair Display", Georgia, serif;
  font-weight: normal; }

/* Text-Related Elements */
@media screen and (min-width: 1025px) {
  p {
    font-size: 1.3125rem; } }

p.intro {
  font-size: 150%; }

a {
  color: #c1272d;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #911d22; }

hr {
  margin: 3em 0;
  border: 0;
  height: 2px;
  background: #eeeeee; }
  hr.type2 {
    background: #202020;
    height: 14px;
    max-width: 75%; }
  hr.type3 {
    background: #202020;
    height: 14px;
    max-width: 50%; }

abbr {
  border-bottom: 1px dotted #999;
  cursor: help; }

img,
picture {
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: auto; }

/* Blockquote */
blockquote {
  margin: 0 0 0 1em;
  padding: 0; }
  blockquote p {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 1.5em;
    font-family: "freight-text-pro", "Freight Text Pro", "FreightText Pro", "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "freight-text-pro", "Playfair Display", Georgia, serif;
    font-weight: 700;
    color: #c1272d;
    font-size: 1.25rem; }
    @media screen and (min-width: 1025px) {
      blockquote p {
        font-size: 1.5rem; } }

/* Figure and Figure Caption */
figure {
  position: relative; }
  figure figcaption {
    padding: 1em 1.25em;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: .9125em;
    font-weight: 500;
    font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
    @media screen and (min-width: 861px) {
      figure figcaption {
        position: absolute;
        bottom: 1em;
        padding: 1em 2em; } }

/* VCards */
.vcard {
  font-size: .925em;
  font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  text-transform: uppercase; }
  .vcard .org {
    font-size: .75em;
    text-transform: uppercase;
    letter-spacing: 3px; }
  .vcard .country-name {
    text-transform: uppercase;
    font-size: .75em; }

/* Inline Form */
.inline-form .search-field {
  padding-right: 3em;
  display: inline-block;
  width: auto !important;
  border: 2px solid #ddd !important;
  border-radius: 0 !important; }

.inline-form .search-submit {
  padding: 0.78em 1em;
  background: none;
  border: 0;
  border-left: 1px solid #999;
  color: #999; }

.inline-form input[type=submit], .inline-form button, .inline-form .btn {
  padding: 0.68rem 1.3rem;
  position: relative;
  top: 0;
  right: 6px;
  font-size: 0.875em;
  height: 41px;
  background: #333;
  border: 2px solid #ddd !important;
  border-radius: 0 !important;
  z-index: 1;
  width: auto;
  vertical-align: top;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s; }
  .inline-form input[type=submit]:hover, .inline-form button:hover, .inline-form .btn:hover {
    background: #999;
    color: white; }

@keyframes fluidboxLoading {
  0% {
    transform: translate(-50%, -50%) rotateX(0) rotateY(0); }
  50% {
    transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0); }
  100% {
    transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg); } }

.fluidbox {
  outline: none; }

.fluidbox__overlay {
  background-color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  cursor: zoom-out;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* Transition time for overlay is halved to ensure that flickering doesn't happen */
  transition: all 0.5s ease-in-out; }
  .fluidbox--opened .fluidbox__overlay {
    pointer-events: auto; }

.fluidbox__wrap {
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  transition: all 0.5s ease-in-out; }

.fluidbox__thumb {
  transition: opacity 0s ease-in-out 0s;
  /* To prevent flickering, we delay the showing of the image */ }
  .fluidbox--closed .fluidbox__thumb {
    transition: opacity 0s ease-in-out 0s; }

.fluidbox__ghost {
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  transition-duration: 0s, 0.5s;
  transition-delay: 0s;
  -webkit-transition-property: opacity, -webkit-transform;
  /* autoprefixer: off */
  transition-property: opacity, -webkit-transform;
  /* autoprefixer: off */
  transition-property: opacity, transform;
  /* autoprefixer: off */ }
  .fluidbox--opened .fluidbox__ghost {
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out; }
  .fluidbox--closed .fluidbox__ghost {
    transition-delay: 0.5s, 0s; }

.fluidbox__loader {
  opacity: 0;
  perspective: 200px;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  .fluidbox__loader::before {
    /* You can replace this with any color you want, or even a loading gif if desired */
    background-color: rgba(255, 255, 255, 0.85);
    content: '';
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20%;
    padding-bottom: 20%;
    transform: translate(-50%, -50%);
    transition-property: transform;
    transition-duration: 0.5s;
    transition-delay: 0s; }

.fluidbox--loading .fluidbox__loader {
  opacity: 1;
  transition: opacity 0.5s ease-in-out 0.5s; }
  .fluidbox--loading .fluidbox__loader::before {
    animation: fluidboxLoading 1s 0s infinite ease-in-out forwards; }

.embedHolder {
  margin-right: auto;
  margin-left: auto;
  max-width: 45em; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

img[src$=".gif"] {
  width: initial; }

.pdfIcon::before {
  content: url("./images/icons/pdf-icon.png");
  margin-right: 5px;
  vertical-align: -webkit-baseline-middle; }

.cf::after {
  clear: both;
  content: "";
  display: table; }

#goTop {
  position: fixed;
  bottom: 0.25em;
  right: 0.25em;
  color: #f3c1c3;
  font-size: 2em;
  z-index: 9999; }
  #goTop:hover {
    border: none; }

.caps {
  text-transform: uppercase; }

.blockDisplay {
  display: block; }

/* Selection Sharer Plugin */
#selectionSharerPopover-inner ul li:before {
  display: none; }

/* Display Classes */
@media all and (max-width: 600px) {
  .hide-small {
    display: none; } }

@media all and (min-width: 601px) and (max-width: 1025px) {
  .hide-med {
    display: none; } }

@media all and (min-width: 1025px) {
  .hide-large {
    display: none; } }

.alert, .message, .success {
  padding: 1em 2em;
  margin: 2em 0;
  font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 600;
  font-size: .925em; }

.alert {
  color: #c1272d;
  background-color: rgba(193, 39, 45, 0.1); }

.message {
  color: #f7ca18;
  background-color: rgba(247, 202, 24, 0.1); }

.success {
  color: #8eb665;
  background-color: rgba(142, 182, 101, 0.1); }

.bg-light-gray {
  background-color: #ddd; }

.container {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1em;
  padding-left: 1em; }
  .container::after {
    clear: both;
    content: "";
    display: table; }

.screen-reader-text {
  position: absolute;
  left: -9999px;
  top: -9999px; }

.clear {
  clear: both; }

.group:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* HTML .group, *:first-child + HTML .group {
  zoom: 1; }

.alignleft {
  margin: 0 auto;
  padding: 0.625rem;
  height: auto;
  width: auto; }
  @media screen and (max-width: 600px) {
    .alignleft {
      width: 100% !important; } }
  @media screen and (min-width: 601px) {
    .alignleft {
      margin: 0 3em 0 0;
      float: left;
      clear: left; } }

.alignright {
  margin: 0 auto;
  padding: 0.625rem;
  height: auto;
  width: auto; }
  @media screen and (max-width: 600px) {
    .alignright {
      width: 100% !important; } }
  @media screen and (min-width: 601px) {
    .alignright {
      margin: 0 0 0 3em;
      float: right;
      clear: right; } }

.aligncenter {
  display: block;
  margin: 3em auto;
  height: auto; }

.post-categories {
  list-style: none;
  margin: 0;
  padding: 0; }
  .post-categories li {
    margin-bottom: 0; }
    .post-categories li:before {
      display: none; }
    .post-categories li a {
      font-size: 1.125rem;
      font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-weight: 500;
      margin-bottom: 0;
      letter-spacing: 2px;
      text-transform: uppercase; }

.postContentContainer article, .postContentContainer .entry {
  margin-right: auto;
  margin-left: auto;
  max-width: 60rem; }
  .postContentContainer article::after, .postContentContainer .entry::after {
    clear: both;
    content: "";
    display: table; }
  .postContentContainer article p, .postContentContainer .entry p {
    margin-right: auto;
    margin-left: auto;
    max-width: 60rem; }
    @media screen and (min-width: 1025px) {
      .postContentContainer article p, .postContentContainer .entry p {
        padding-right: 4.5rem; } }
  .postContentContainer article .fullWidthContent p, .postContentContainer .entry .fullWidthContent p {
    width: 100%;
    max-width: 100%; }
  .postContentContainer article .largeContent p, .postContentContainer .entry .largeContent p {
    width: 100%;
    max-width: 90rem; }
  .postContentContainer article .desktopContent p, .postContentContainer .entry .desktopContent p {
    width: 100%;
    max-width: 60rem; }

.postContentContainer .wp-caption {
  margin-right: auto;
  margin-left: auto;
  padding: 0.625rem 0;
  max-width: 100%; }
  .postContentContainer .wp-caption p {
    color: #999;
    margin-top: 0.25rem;
    font-style: normal;
    font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 0.875rem; }
  @media screen and (min-width: 601px) {
    .postContentContainer .wp-caption {
      padding: 1.5rem; } }

.mejs-container {
  max-width: 960px;
  margin: 0 auto; }

.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  min-width: auto;
  font-weight: 300;
  box-shadow: none;
  text-shadow: none;
  text-align: left;
  background: transparent url(controls.svg) no-repeat; }

.selectionSharer ul {
  margin: 0 !important; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

.button,
button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  text-shadow: 0 -0.5px 1px rgba(0, 0, 0, 0.15);
  padding: 1em 2em;
  position: relative;
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.3), 0 3px 3px rgba(0, 0, 0, 0.15), 0 3px 2px -2px rgba(0, 0, 0, 0.2);
  background: #c1272d;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: none;
  font-weight: bold;
  color: white;
  font-size: 1.125em;
  font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 700;
  margin: 0;
  min-width: 200px;
  display: inline-block;
  line-height: 1;
  overflow: visible; }
  .button:hover, .button:focus,
  button:hover,
  button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #971e23;
    outline: none;
    color: white; }
  .button:disabled,
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    .button:disabled:hover,
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
      background-color: #c1272d; }

#load-more {
  border: 2px solid #c1272d;
  color: #c1272d;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  transition: color 0.3s ease, border 0.3s ease;
  text-transform: uppercase;
  font-size: 1.125rem;
  box-shadow: none;
  letter-spacing: 2px;
  padding: 5px 25px;
  line-height: 1;
  margin: 0; }
  #load-more:hover, #load-more:focus {
    color: #971e23;
    border-color: #971e23; }

/**
 * Utility: Ripple
 * --------------------------------------------------
 */
.css-ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent; }

.ripple-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25); }
  .css-ripple.is-active .ripple-circle {
    animation: a-ripple .5s ease-in; }

/**
 * Animation: Ripple
 * --------------------------------------------------
 */
@keyframes a-ripple {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0; } }

::-webkit-input-placeholder {
  color: #ddd;
  font-size: 1em;
  font-family: "freight-text-pro", "Freight Text Pro", "FreightText Pro", "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "freight-text-pro", "Playfair Display", Georgia, serif;
  font-weight: 300; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #ddd;
  font-size: 1em;
  font-family: "freight-text-pro", "Freight Text Pro", "FreightText Pro", "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "freight-text-pro", "Playfair Display", Georgia, serif;
  font-weight: 300; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #ddd;
  font-size: 1em;
  font-family: "freight-text-pro", "Freight Text Pro", "FreightText Pro", "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "freight-text-pro", "Playfair Display", Georgia, serif;
  font-weight: 300; }

:-ms-input-placeholder {
  color: #ddd;
  font-size: 1em;
  font-family: "freight-text-pro", "Freight Text Pro", "FreightText Pro", "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "freight-text-pro", "Playfair Display", Georgia, serif;
  font-weight: 300; }

.field-container {
  position: relative;
  width: calc(100% - 2em);
  max-width: 34.375em;
  margin: 1em;
  z-index: 1;
  vertical-align: top; }
  .field-container::after {
    clear: both;
    content: "";
    display: table; }

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "freight-text-pro", "Freight Text Pro", "FreightText Pro", "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "freight-text-pro", "Playfair Display", Georgia, serif;
  font-size: 1.125em; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  padding: 0.75em 0.1em 0.25em;
  display: block;
  float: right;
  background-color: transparent;
  color: #333;
  font-weight: 500;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.5rem;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover {
    background-color: white; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus {
    outline: none; }
  input[type="color"]:focus + input[type="color"]::before, input[type="date"]:focus + input[type="color"]::before, input[type="datetime"]:focus + input[type="color"]::before, input[type="datetime-local"]:focus + input[type="color"]::before, input[type="email"]:focus + input[type="color"]::before, input[type="month"]:focus + input[type="color"]::before, input[type="number"]:focus + input[type="color"]::before, input[type="password"]:focus + input[type="color"]::before, input[type="search"]:focus + input[type="color"]::before, input[type="tel"]:focus + input[type="color"]::before, input[type="text"]:focus + input[type="color"]::before, input[type="time"]:focus + input[type="color"]::before, input[type="url"]:focus + input[type="color"]::before, input[type="week"]:focus + input[type="color"]::before, input:not([type]):focus + input[type="color"]::before, textarea:focus + input[type="color"]::before, input[type="color"]:focus + input[type="date"]::before, input[type="date"]:focus + input[type="date"]::before, input[type="datetime"]:focus + input[type="date"]::before, input[type="datetime-local"]:focus + input[type="date"]::before, input[type="email"]:focus + input[type="date"]::before, input[type="month"]:focus + input[type="date"]::before, input[type="number"]:focus + input[type="date"]::before, input[type="password"]:focus + input[type="date"]::before, input[type="search"]:focus + input[type="date"]::before, input[type="tel"]:focus + input[type="date"]::before, input[type="text"]:focus + input[type="date"]::before, input[type="time"]:focus + input[type="date"]::before, input[type="url"]:focus + input[type="date"]::before, input[type="week"]:focus + input[type="date"]::before, input:not([type]):focus + input[type="date"]::before, textarea:focus + input[type="date"]::before, input[type="color"]:focus + input[type="datetime"]::before, input[type="date"]:focus + input[type="datetime"]::before, input[type="datetime"]:focus + input[type="datetime"]::before, input[type="datetime-local"]:focus + input[type="datetime"]::before, input[type="email"]:focus + input[type="datetime"]::before, input[type="month"]:focus + input[type="datetime"]::before, input[type="number"]:focus + input[type="datetime"]::before, input[type="password"]:focus + input[type="datetime"]::before, input[type="search"]:focus + input[type="datetime"]::before, input[type="tel"]:focus + input[type="datetime"]::before, input[type="text"]:focus + input[type="datetime"]::before, input[type="time"]:focus + input[type="datetime"]::before, input[type="url"]:focus + input[type="datetime"]::before, input[type="week"]:focus + input[type="datetime"]::before, input:not([type]):focus + input[type="datetime"]::before, textarea:focus + input[type="datetime"]::before, input[type="color"]:focus + input[type="datetime-local"]::before, input[type="date"]:focus + input[type="datetime-local"]::before, input[type="datetime"]:focus + input[type="datetime-local"]::before, input[type="datetime-local"]:focus + input[type="datetime-local"]::before, input[type="email"]:focus + input[type="datetime-local"]::before, input[type="month"]:focus + input[type="datetime-local"]::before, input[type="number"]:focus + input[type="datetime-local"]::before, input[type="password"]:focus + input[type="datetime-local"]::before, input[type="search"]:focus + input[type="datetime-local"]::before, input[type="tel"]:focus + input[type="datetime-local"]::before, input[type="text"]:focus + input[type="datetime-local"]::before, input[type="time"]:focus + input[type="datetime-local"]::before, input[type="url"]:focus + input[type="datetime-local"]::before, input[type="week"]:focus + input[type="datetime-local"]::before, input:not([type]):focus + input[type="datetime-local"]::before, textarea:focus + input[type="datetime-local"]::before, input[type="color"]:focus + input[type="email"]::before, input[type="date"]:focus + input[type="email"]::before, input[type="datetime"]:focus + input[type="email"]::before, input[type="datetime-local"]:focus + input[type="email"]::before, input[type="email"]:focus + input[type="email"]::before, input[type="month"]:focus + input[type="email"]::before, input[type="number"]:focus + input[type="email"]::before, input[type="password"]:focus + input[type="email"]::before, input[type="search"]:focus + input[type="email"]::before, input[type="tel"]:focus + input[type="email"]::before, input[type="text"]:focus + input[type="email"]::before, input[type="time"]:focus + input[type="email"]::before, input[type="url"]:focus + input[type="email"]::before, input[type="week"]:focus + input[type="email"]::before, input:not([type]):focus + input[type="email"]::before, textarea:focus + input[type="email"]::before, input[type="color"]:focus + input[type="month"]::before, input[type="date"]:focus + input[type="month"]::before, input[type="datetime"]:focus + input[type="month"]::before, input[type="datetime-local"]:focus + input[type="month"]::before, input[type="email"]:focus + input[type="month"]::before, input[type="month"]:focus + input[type="month"]::before, input[type="number"]:focus + input[type="month"]::before, input[type="password"]:focus + input[type="month"]::before, input[type="search"]:focus + input[type="month"]::before, input[type="tel"]:focus + input[type="month"]::before, input[type="text"]:focus + input[type="month"]::before, input[type="time"]:focus + input[type="month"]::before, input[type="url"]:focus + input[type="month"]::before, input[type="week"]:focus + input[type="month"]::before, input:not([type]):focus + input[type="month"]::before, textarea:focus + input[type="month"]::before, input[type="color"]:focus + input[type="number"]::before, input[type="date"]:focus + input[type="number"]::before, input[type="datetime"]:focus + input[type="number"]::before, input[type="datetime-local"]:focus + input[type="number"]::before, input[type="email"]:focus + input[type="number"]::before, input[type="month"]:focus + input[type="number"]::before, input[type="number"]:focus + input[type="number"]::before, input[type="password"]:focus + input[type="number"]::before, input[type="search"]:focus + input[type="number"]::before, input[type="tel"]:focus + input[type="number"]::before, input[type="text"]:focus + input[type="number"]::before, input[type="time"]:focus + input[type="number"]::before, input[type="url"]:focus + input[type="number"]::before, input[type="week"]:focus + input[type="number"]::before, input:not([type]):focus + input[type="number"]::before, textarea:focus + input[type="number"]::before, input[type="color"]:focus + input[type="password"]::before, input[type="date"]:focus + input[type="password"]::before, input[type="datetime"]:focus + input[type="password"]::before, input[type="datetime-local"]:focus + input[type="password"]::before, input[type="email"]:focus + input[type="password"]::before, input[type="month"]:focus + input[type="password"]::before, input[type="number"]:focus + input[type="password"]::before, input[type="password"]:focus + input[type="password"]::before, input[type="search"]:focus + input[type="password"]::before, input[type="tel"]:focus + input[type="password"]::before, input[type="text"]:focus + input[type="password"]::before, input[type="time"]:focus + input[type="password"]::before, input[type="url"]:focus + input[type="password"]::before, input[type="week"]:focus + input[type="password"]::before, input:not([type]):focus + input[type="password"]::before, textarea:focus + input[type="password"]::before, input[type="color"]:focus + input[type="search"]::before, input[type="date"]:focus + input[type="search"]::before, input[type="datetime"]:focus + input[type="search"]::before, input[type="datetime-local"]:focus + input[type="search"]::before, input[type="email"]:focus + input[type="search"]::before, input[type="month"]:focus + input[type="search"]::before, input[type="number"]:focus + input[type="search"]::before, input[type="password"]:focus + input[type="search"]::before, input[type="search"]:focus + input[type="search"]::before, input[type="tel"]:focus + input[type="search"]::before, input[type="text"]:focus + input[type="search"]::before, input[type="time"]:focus + input[type="search"]::before, input[type="url"]:focus + input[type="search"]::before, input[type="week"]:focus + input[type="search"]::before, input:not([type]):focus + input[type="search"]::before, textarea:focus + input[type="search"]::before, input[type="color"]:focus + input[type="tel"]::before, input[type="date"]:focus + input[type="tel"]::before, input[type="datetime"]:focus + input[type="tel"]::before, input[type="datetime-local"]:focus + input[type="tel"]::before, input[type="email"]:focus + input[type="tel"]::before, input[type="month"]:focus + input[type="tel"]::before, input[type="number"]:focus + input[type="tel"]::before, input[type="password"]:focus + input[type="tel"]::before, input[type="search"]:focus + input[type="tel"]::before, input[type="tel"]:focus + input[type="tel"]::before, input[type="text"]:focus + input[type="tel"]::before, input[type="time"]:focus + input[type="tel"]::before, input[type="url"]:focus + input[type="tel"]::before, input[type="week"]:focus + input[type="tel"]::before, input:not([type]):focus + input[type="tel"]::before, textarea:focus + input[type="tel"]::before, input[type="color"]:focus + input[type="text"]::before, input[type="date"]:focus + input[type="text"]::before, input[type="datetime"]:focus + input[type="text"]::before, input[type="datetime-local"]:focus + input[type="text"]::before, input[type="email"]:focus + input[type="text"]::before, input[type="month"]:focus + input[type="text"]::before, input[type="number"]:focus + input[type="text"]::before, input[type="password"]:focus + input[type="text"]::before, input[type="search"]:focus + input[type="text"]::before, input[type="tel"]:focus + input[type="text"]::before, input[type="text"]:focus + input[type="text"]::before, input[type="time"]:focus + input[type="text"]::before, input[type="url"]:focus + input[type="text"]::before, input[type="week"]:focus + input[type="text"]::before, input:not([type]):focus + input[type="text"]::before, textarea:focus + input[type="text"]::before, input[type="color"]:focus + input[type="time"]::before, input[type="date"]:focus + input[type="time"]::before, input[type="datetime"]:focus + input[type="time"]::before, input[type="datetime-local"]:focus + input[type="time"]::before, input[type="email"]:focus + input[type="time"]::before, input[type="month"]:focus + input[type="time"]::before, input[type="number"]:focus + input[type="time"]::before, input[type="password"]:focus + input[type="time"]::before, input[type="search"]:focus + input[type="time"]::before, input[type="tel"]:focus + input[type="time"]::before, input[type="text"]:focus + input[type="time"]::before, input[type="time"]:focus + input[type="time"]::before, input[type="url"]:focus + input[type="time"]::before, input[type="week"]:focus + input[type="time"]::before, input:not([type]):focus + input[type="time"]::before, textarea:focus + input[type="time"]::before, input[type="color"]:focus + input[type="url"]::before, input[type="date"]:focus + input[type="url"]::before, input[type="datetime"]:focus + input[type="url"]::before, input[type="datetime-local"]:focus + input[type="url"]::before, input[type="email"]:focus + input[type="url"]::before, input[type="month"]:focus + input[type="url"]::before, input[type="number"]:focus + input[type="url"]::before, input[type="password"]:focus + input[type="url"]::before, input[type="search"]:focus + input[type="url"]::before, input[type="tel"]:focus + input[type="url"]::before, input[type="text"]:focus + input[type="url"]::before, input[type="time"]:focus + input[type="url"]::before, input[type="url"]:focus + input[type="url"]::before, input[type="week"]:focus + input[type="url"]::before, input:not([type]):focus + input[type="url"]::before, textarea:focus + input[type="url"]::before, input[type="color"]:focus + input[type="week"]::before, input[type="date"]:focus + input[type="week"]::before, input[type="datetime"]:focus + input[type="week"]::before, input[type="datetime-local"]:focus + input[type="week"]::before, input[type="email"]:focus + input[type="week"]::before, input[type="month"]:focus + input[type="week"]::before, input[type="number"]:focus + input[type="week"]::before, input[type="password"]:focus + input[type="week"]::before, input[type="search"]:focus + input[type="week"]::before, input[type="tel"]:focus + input[type="week"]::before, input[type="text"]:focus + input[type="week"]::before, input[type="time"]:focus + input[type="week"]::before, input[type="url"]:focus + input[type="week"]::before, input[type="week"]:focus + input[type="week"]::before, input:not([type]):focus + input[type="week"]::before, textarea:focus + input[type="week"]::before, input[type="color"]:focus + input:not([type])::before, input[type="date"]:focus + input:not([type])::before, input[type="datetime"]:focus + input:not([type])::before, input[type="datetime-local"]:focus + input:not([type])::before, input[type="email"]:focus + input:not([type])::before, input[type="month"]:focus + input:not([type])::before, input[type="number"]:focus + input:not([type])::before, input[type="password"]:focus + input:not([type])::before, input[type="search"]:focus + input:not([type])::before, input[type="tel"]:focus + input:not([type])::before, input[type="text"]:focus + input:not([type])::before, input[type="time"]:focus + input:not([type])::before, input[type="url"]:focus + input:not([type])::before, input[type="week"]:focus + input:not([type])::before, input:not([type]):focus + input:not([type])::before, textarea:focus + input:not([type])::before, input[type="color"]:focus + textarea::before, input[type="date"]:focus + textarea::before, input[type="datetime"]:focus + textarea::before, input[type="datetime-local"]:focus + textarea::before, input[type="email"]:focus + textarea::before, input[type="month"]:focus + textarea::before, input[type="number"]:focus + textarea::before, input[type="password"]:focus + textarea::before, input[type="search"]:focus + textarea::before, input[type="tel"]:focus + textarea::before, input[type="text"]:focus + textarea::before, input[type="time"]:focus + textarea::before, input[type="url"]:focus + textarea::before, input[type="week"]:focus + textarea::before, input:not([type]):focus + textarea::before, textarea:focus + textarea::before {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    background-color: #c1272d; }
  input[type="color"]:focus + label, input[type="date"]:focus + label, input[type="datetime"]:focus + label, input[type="datetime-local"]:focus + label, input[type="email"]:focus + label, input[type="month"]:focus + label, input[type="number"]:focus + label, input[type="password"]:focus + label, input[type="search"]:focus + label, input[type="tel"]:focus + label, input[type="text"]:focus + label, input[type="time"]:focus + label, input[type="url"]:focus + label, input[type="week"]:focus + label, input:not([type]):focus + label, textarea:focus + label {
    pointer-events: none; }
  input[type="color"]:focus + label::after, input[type="date"]:focus + label::after, input[type="datetime"]:focus + label::after, input[type="datetime-local"]:focus + label::after, input[type="email"]:focus + label::after, input[type="month"]:focus + label::after, input[type="number"]:focus + label::after, input[type="password"]:focus + label::after, input[type="search"]:focus + label::after, input[type="tel"]:focus + label::after, input[type="text"]:focus + label::after, input[type="time"]:focus + label::after, input[type="url"]:focus + label::after, input[type="week"]:focus + label::after, input:not([type]):focus + label::after, textarea:focus + label::after {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  input[type="color"]:focus + label span, input[type="date"]:focus + label span, input[type="datetime"]:focus + label span, input[type="datetime-local"]:focus + label span, input[type="email"]:focus + label span, input[type="month"]:focus + label span, input[type="number"]:focus + label span, input[type="password"]:focus + label span, input[type="search"]:focus + label span, input[type="tel"]:focus + label span, input[type="text"]:focus + label span, input[type="time"]:focus + label span, input[type="url"]:focus + label span, input[type="week"]:focus + label span, input:not([type]):focus + label span, textarea:focus + label span {
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    opacity: 0; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }

textarea {
  padding: 0.75em 1em;
  border: 2px solid #ddd;
  border-bottom: none;
  resize: vertical; }

input[type="search"] {
  appearance: none; }
  input[type="search"]::after {
    position: absolute;
    top: 1.5rem;
    right: 0.3125rem;
    font-family: 'FontAwesome';
    content: '\f002';
    color: #ddd; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    display: inline-block; }

input[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

ul {
  list-style: none;
  margin: 1.5em;
  padding-left: 1.5625rem; }
  @media screen and (min-width: 1025px) {
    ul {
      font-size: 1.3125rem; } }
  ul li {
    position: relative;
    margin-bottom: .5em; }
    ul li::before {
      position: absolute;
      top: 0.5rem;
      left: -1.5625rem;
      font-family: "FontAwesome";
      content: '\f111';
      color: #c1272d;
      font-size: 10px; }
    ul li ul {
      margin: .5em 0 0 0; }

ol {
  list-style: decimal;
  margin: 1.5em;
  padding-left: 25px; }
  @media screen and (min-width: 1025px) {
    ol {
      font-size: 1.3125rem; } }
  ol li {
    margin-bottom: .5em; }
    ol li ol {
      margin: .5em 0 0 0; }

dl {
  padding: 2em;
  margin: 0 0 0 1.5em;
  background-color: rgba(241, 232, 216, 0.5); }
  @media screen and (min-width: 1025px) {
    dl {
      font-size: 1.3125rem; } }
  dl dt {
    text-transform: uppercase;
    font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    letter-spacing: 3px;
    font-size: .75rem;
    font-weight: 300; }
  dl dd {
    padding-bottom: .75rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid white; }

table {
  border-collapse: collapse;
  font-feature-settings: "kern", "liga", "tnum";
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

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

body {
  color: #202020;
  font-family: "freight-text-pro", "Freight Text Pro", "FreightText Pro", "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "freight-text-pro", "Playfair Display", Georgia, serif;
  font-feature-settings: "kern", "liga", "pnum";
  font-size: 1em;
  line-height: 1.5;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.25;
  margin: 0 0 1rem; }

h1 {
  font-size: 2.75rem; }

h2 {
  font-size: 2rem; }
  h2.fbj-heading {
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom: 1px solid #ddd;
    padding-bottom: .5em;
    margin-bottom: 2em; }

h3 {
  font-size: 1.75rem; }
  h3.fbj-heading {
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom: 1px solid #ddd;
    padding-bottom: .5em;
    margin-bottom: 2em; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1.125rem; }

/* Subheadings */
.subheading {
  font-family: "freight-text-pro", "Freight Text Pro", "FreightText Pro", "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "freight-text-pro", "Playfair Display", Georgia, serif;
  font-weight: normal; }

/* Text-Related Elements */
@media screen and (min-width: 1025px) {
  p {
    font-size: 1.3125rem; } }

p.intro {
  font-size: 150%; }

a {
  color: #c1272d;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #911d22; }

hr {
  margin: 3em 0;
  border: 0;
  height: 2px;
  background: #eeeeee; }
  hr.type2 {
    background: #202020;
    height: 14px;
    max-width: 75%; }
  hr.type3 {
    background: #202020;
    height: 14px;
    max-width: 50%; }

abbr {
  border-bottom: 1px dotted #999;
  cursor: help; }

img,
picture {
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: auto; }

/* Blockquote */
blockquote {
  margin: 0 0 0 1em;
  padding: 0; }
  blockquote p {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 1.5em;
    font-family: "freight-text-pro", "Freight Text Pro", "FreightText Pro", "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "freight-text-pro", "Playfair Display", Georgia, serif;
    font-weight: 700;
    color: #c1272d;
    font-size: 1.25rem; }
    @media screen and (min-width: 1025px) {
      blockquote p {
        font-size: 1.5rem; } }

/* Figure and Figure Caption */
figure {
  position: relative; }
  figure figcaption {
    padding: 1em 1.25em;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: .9125em;
    font-weight: 500;
    font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
    @media screen and (min-width: 861px) {
      figure figcaption {
        position: absolute;
        bottom: 1em;
        padding: 1em 2em; } }

/* VCards */
.vcard {
  font-size: .925em;
  font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  text-transform: uppercase; }
  .vcard .org {
    font-size: .75em;
    text-transform: uppercase;
    letter-spacing: 3px; }
  .vcard .country-name {
    text-transform: uppercase;
    font-size: .75em; }

/* Inline Form */
.inline-form .search-field {
  padding-right: 3em;
  display: inline-block;
  width: auto !important;
  border: 2px solid #ddd !important;
  border-radius: 0 !important; }

.inline-form .search-submit {
  padding: 0.78em 1em;
  background: none;
  border: 0;
  border-left: 1px solid #999;
  color: #999; }

.inline-form input[type=submit], .inline-form button, .inline-form .btn {
  padding: 0.68rem 1.3rem;
  position: relative;
  top: 0;
  right: 6px;
  font-size: 0.875em;
  height: 41px;
  background: #333;
  border: 2px solid #ddd !important;
  border-radius: 0 !important;
  z-index: 1;
  width: auto;
  vertical-align: top;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s; }
  .inline-form input[type=submit]:hover, .inline-form button:hover, .inline-form .btn:hover {
    background: #999;
    color: white; }

p.intro {
  font-size: 150%; }

.fullWidthContent p {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 100%; }

.largeContent p {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 90rem; }

.desktopContent p {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 60rem; }

.alertBox {
  padding: 1em 2em;
  margin: 2em 0; }
  .alertBox p {
    font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 600;
    font-size: 0.925rem; }

.alertBox {
  background: rgba(193, 39, 45, 0.1);
  color: #c1272d; }

/*----------------------------- Site Header -----------------------*/
header .headerTop {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1em;
  padding-left: 1em;
  padding: 1rem; }
  header .headerTop::after {
    clear: both;
    content: "";
    display: table; }
  header .headerTop::after {
    clear: both;
    content: "";
    display: table; }
  header .headerTop h1 {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  header .headerTop .headerLogo svg {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 23.4042553191%;
    display: inline-block;
    vertical-align: middle; }
    header .headerTop .headerLogo svg:last-child {
      margin-right: 0; }
  header .headerTop .headerAd {
    display: none; }
    @media screen and (min-width: 860px) {
      header .headerTop .headerAd {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 74.4680851064%;
        float: right;
        text-align: right;
        padding-left: 2em; }
        header .headerTop .headerAd:last-child {
          margin-right: 0; }
        header .headerTop .headerAd img {
          max-width: 50em; } }
  header .headerTop .fa-reorder, header .headerTop .headerSearchIcon {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #c1272d;
    color: white;
    height: 38px;
    width: 38px;
    display: block;
    font-size: 24px;
    line-height: 38px;
    vertical-align: middle;
    text-align: center;
    float: right;
    border-radius: 2px; }
    header .headerTop .fa-reorder:hover, header .headerTop .headerSearchIcon:hover {
      background-color: #971e23; }
    @media screen and (min-width: 860px) {
      header .headerTop .fa-reorder, header .headerTop .headerSearchIcon {
        display: none; } }
  header .headerTop .headerSearchIcon {
    margin-right: 10px; }

/*----------------------------- Page Header -----------------------*/
.pageHeader {
  padding: 0;
  margin: 0 0 3em;
  border-bottom: 1px solid #f7f7f7; }
  .pageHeader .pageTitle {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 1.125rem;
    background: none !important; }
    .pageHeader .pageTitle::after {
      clear: both;
      content: "";
      display: table; }
    .pageHeader .pageTitle .title {
      margin: 0;
      color: #999; }

/*----------------------------- Search Overlay -----------------------*/
.formWrapper {
  opacity: 0;
  position: relative; }

.show-search .formWrapper {
  opacity: 1.0; }

#searchOverlay {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  transition: background 500ms ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: fixed;
  overflow-y: hidden;
  overflow-x: hidden;
  bottom: 0;
  right: 0;
  left: 0;
  background: transparent;
  text-align: left;
  display: block;
  -webkit-touch-callout: none;
  height: 100%;
  text-align: center;
  z-index: -1;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.show-search #searchOverlay {
  background: rgba(238, 238, 238, 0.9);
  z-index: 10;
  top: 0;
  overflow-y: auto; }
  @media screen and (min-width: 1025px) {
    .show-search #searchOverlay {
      z-index: 20; } }

#searchOverlay .formWrapper {
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  min-height: 400px;
  height: 100%; }
  .show-search #searchOverlay .formWrapper {
    overflow-y: auto; }
  @media screen and (min-width: 601px) {
    #searchOverlay .formWrapper {
      min-height: 850px; } }
  #searchOverlay .formWrapper form {
    -webkit-transform: translate(-40%, -50%);
    -moz-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    -o-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
    position: absolute;
    top: 50%;
    left: 40%;
    width: 90%; }
  @media screen and (min-width: 1025px) {
    #searchOverlay .formWrapper form {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute;
      top: 50%;
      left: 50%;
      width: 90%; } }

footer {
  margin-top: 1em; }
  footer .mainNav ul {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    padding-right: 1em;
    padding-left: 1em; }
    footer .mainNav ul::after {
      clear: both;
      content: "";
      display: table; }
  footer .mainNav li {
    display: none; }
  footer .mainNav .footer-logo {
    width: 100%;
    text-align: center;
    display: inline-block;
    border: none;
    height: 54px; }
    footer .mainNav .footer-logo a {
      display: inline-block;
      vertical-align: top;
      padding: 0 !important; }
      footer .mainNav .footer-logo a img {
        margin-top: .5em;
        height: 3em;
        width: auto; }
  @media screen and (min-width: 700px) {
    footer .mainNav ul li {
      display: inline-block;
      width: 12.65%; }
      footer .mainNav ul li.small-link {
        display: none; }
      footer .mainNav ul li a {
        font-size: 0.875rem;
        font-weight: 600; }
    footer .mainNav ul .footer-logo {
      width: 19.5%; } }
  @media screen and (min-width: 1025px) {
    footer .mainNav ul li {
      width: 10%; }
      footer .mainNav ul li.small-link {
        display: inline-block; }
      footer .mainNav ul li a {
        font-weight: 600; }
    footer .mainNav ul .footer-logo {
      width: 10%; } }
  @media screen and (min-width: 1440px) {
    footer ul {
      padding: 0 1em;
      margin: 0 auto; } }
  footer .footerSubNavContainer {
    display: none; }
    @media screen and (min-width: 601px) {
      footer .footerSubNavContainer {
        background: #fcfcfc;
        display: block; }
        footer .footerSubNavContainer > div {
          max-width: 90rem;
          margin-left: auto;
          margin-right: auto;
          padding: 3rem 1rem; }
          footer .footerSubNavContainer > div::after {
            clear: both;
            content: "";
            display: table; }
        footer .footerSubNavContainer .footerNav {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 48.9361702128%;
          display: inline-block;
          vertical-align: top;
          margin-top: 0;
          padding-top: 0; }
          footer .footerSubNavContainer .footerNav:last-child {
            margin-right: 0; }
          footer .footerSubNavContainer .footerNav:nth-child(2n) {
            margin-right: 0; }
          footer .footerSubNavContainer .footerNav:nth-child(2n+1) {
            clear: left; }
          footer .footerSubNavContainer .footerNav ul {
            margin: 0;
            padding: 0; }
            footer .footerSubNavContainer .footerNav ul li {
              font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
              font-weight: 600;
              margin-bottom: 0; }
              footer .footerSubNavContainer .footerNav ul li:before {
                display: none; }
              footer .footerSubNavContainer .footerNav ul li a {
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                padding: 8px 0;
                font-size: 0.8125rem;
                color: #999;
                letter-spacing: 3px;
                text-transform: uppercase; }
              footer .footerSubNavContainer .footerNav ul li:hover a {
                color: #c1272d; }
              footer .footerSubNavContainer .footerNav ul li.social {
                display: inline-block; }
                footer .footerSubNavContainer .footerNav ul li.social a {
                  padding: 0.5em;
                  letter-spacing: 0;
                  font-size: 1.3125rem; } }
    @media screen and (min-width: 1025px) {
      footer .footerSubNavContainer .footerNav {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 23.4042553191%; }
        footer .footerSubNavContainer .footerNav:nth-child(2n) {
          margin-right: 2.1276595745%; }
        footer .footerSubNavContainer .footerNav:nth-child(2n+1) {
          clear: none; }
        footer .footerSubNavContainer .footerNav:last-child {
          margin-right: 0; }
        footer .footerSubNavContainer .footerNav:nth-child(4n) {
          margin-right: 0; }
        footer .footerSubNavContainer .footerNav:nth-child(4n+1) {
          clear: left; } }
  footer .footerStripe {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    padding-right: 1em;
    padding-left: 1em;
    max-width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: #c1272d;
    min-height: 3em; }
    footer .footerStripe::after {
      clear: both;
      content: "";
      display: table; }
    footer .footerStripe p {
      font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-size: 0.6875rem;
      line-height: 1.0625rem;
      font-weight: 300;
      color: white;
      letter-spacing: 2px;
      text-align: center;
      margin-bottom: 0;
      margin-top: 0; }
      footer .footerStripe p a {
        color: white; }
    @media screen and (min-width: 601px) {
      footer .footerStripe p {
        padding-top: 0; } }

.breadCrumbsContainer {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1em;
  padding-left: 1em;
  padding-top: 1em;
  padding-bottom: 1em; }
  .breadCrumbsContainer::after {
    clear: both;
    content: "";
    display: table; }

.breadcrumbs {
  font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  margin: 0;
  padding: 0; }
  .breadcrumbs li {
    font-size: 13px;
    font-weight: 700;
    display: inline-block; }
    .breadcrumbs li:before {
      display: none; }
    .breadcrumbs li.separator {
      margin-right: .5em;
      margin-left: .5em;
      font-weight: 300; }
    .breadcrumbs li a {
      font-weight: 300;
      text-transform: uppercase; }

/*------------------ Header Navigation ------------------*/
.headerNavContainer {
  display: none; }
  .headerNavContainer a {
    text-transform: uppercase;
    border: 2px solid #c1272d;
    font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 1.125rem;
    letter-spacing: 2px;
    padding: 5px 25px;
    font-weight: 600;
    width: 200px;
    max-width: 100%;
    margin: 0 auto; }
    .headerNavContainer a:hover {
      border-color: #971e23; }
  .headerNavContainer li:last-of-type {
    margin-bottom: 20px; }
  @media screen and (min-width: 1025px) {
    .headerNavContainer {
      display: inline-block;
      float: right; }
      .headerNavContainer .headerNav ul {
        display: block; }
        .headerNavContainer .headerNav ul li {
          display: inline-block;
          margin-left: 8px; }
          .headerNavContainer .headerNav ul li:before {
            display: none; }
          .headerNavContainer .headerNav ul li a {
            width: auto; } }

/*------------------ Main Navigation --------------------*/
.mainNav {
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7; }
  .mainNav ul {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    padding-right: 1em;
    padding-left: 1em;
    display: none; }
    .mainNav ul::after {
      clear: both;
      content: "";
      display: table; }
  @media screen and (min-width: 860px) {
    .mainNav ul {
      display: block;
      list-style: none;
      margin: 0;
      padding: 0; }
      .mainNav ul li {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 11.5%;
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
        border-right: 1px solid #ddd;
        box-sizing: border-box; }
        .mainNav ul li:before {
          display: none; }
        .mainNav ul li.small-link {
          width: 5%;
          display: inline-block; }
          .mainNav ul li.small-link.nav-search {
            border-right: none; }
          .mainNav ul li.small-link a {
            font-size: 0px;
            padding: 0;
            height: 57px; }
        .mainNav ul li.small-link a:before {
          position: absolute;
          top: 17px;
          left: 35%;
          font-family: "FontAwesome";
          font-size: 14px; }
        .mainNav ul li.nav-user a:before {
          content: " \f007"; }
        .mainNav ul li.nav-cart a:before {
          content: " \f07a"; }
        .mainNav ul li.nav-search a:before {
          content: " \f002"; }
        .mainNav ul li:hover a {
          color: #c1272d; }
        .mainNav ul li a, .mainNav ul li.disabled a {
          padding: 1.125rem 0;
          font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
          font-weight: 600;
          font-size: 0.875rem;
          text-align: center;
          text-transform: uppercase;
          letter-spacing: 3px;
          color: #333;
          display: block; }
        .mainNav ul li.disabled a {
          border-right: 1px solid #333;
          color: #ddd; }
          .mainNav ul li.disabled a:hover {
            color: #ddd;
            cursor: not-allowed; }
        .mainNav ul li.disabled:hover {
          background-color: #202020; }
        .mainNav ul li:last-child a {
          border-right: none; }
        .mainNav ul li.social a {
          padding: 0.5em;
          letter-spacing: 0;
          font-size: 1.3125rem; }
        .mainNav ul li.current-menu-item a {
          color: #c1272d; } }
  @media screen and (min-width: 1025px) {
    .mainNav ul li {
      width: 11.5%; }
      .mainNav ul li.small-link {
        width: 4.5%; } }
  @media screen and (min-width: 1440px) {
    .mainNav ul {
      padding: 0 1em;
      margin: 0 auto; } }

.sb-right {
  background: #c1272d; }
  .sb-right ul {
    margin: 1em 0 0;
    list-style-type: none;
    padding: 0; }
    .sb-right ul li {
      margin-bottom: 0; }
      .sb-right ul li:before {
        display: none; }
      .sb-right ul li:hover {
        background: #b4242a; }
      .sb-right ul li a {
        color: white;
        line-height: 48px;
        padding-left: 2em;
        display: block;
        text-transform: uppercase;
        font-weight: 500;
        font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
        font-size: 1.125em;
        line-height: 1.5;
        letter-spacing: 3px;
        padding: 0.625em 0.625em 0.625em 1.5em; }
        .sb-right ul li a:hover {
          border-bottom: none; }
      .sb-right ul li.small-link {
        width: 64px;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.1);
        display: inline-block; }
        .sb-right ul li.small-link a {
          font-size: 0px;
          padding: 0;
          height: 57px; }
        .sb-right ul li.small-link:last-child {
          border: none; }
      .sb-right ul li.small-link a:before {
        position: absolute;
        top: 17px;
        font-family: "FontAwesome";
        font-size: 18px; }
      .sb-right ul li.nav-user {
        margin-left: 24px; }
      .sb-right ul li.nav-user a:before {
        content: " \f007"; }
      .sb-right ul li.nav-cart a:before {
        content: " \f07a"; }
      .sb-right ul li.nav-search a {
        display: none; }
        .sb-right ul li.nav-search a:before {
          content: " \f002"; }

.paginationContainer {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1em;
  padding-left: 1em;
  padding-top: 3em;
  padding-bottom: 3em;
  text-align: center;
  font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 0.75rem; }
  .paginationContainer::after {
    clear: both;
    content: "";
    display: table; }
  .paginationContainer .page-numbers {
    padding: 0.625rem 1rem;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    margin: 0 2px;
    border: 2px solid #c1272d;
    color: #c1272d;
    letter-spacing: 1px;
    font-weight: 700; }
    .paginationContainer .page-numbers:after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      content: '';
      z-index: -1;
      width: 0;
      height: 103%;
      background: #c1272d;
      opacity: 0; }
    .paginationContainer .page-numbers:hover, .paginationContainer .page-numbers:active {
      color: white; }
      .paginationContainer .page-numbers:hover:after, .paginationContainer .page-numbers:active:after {
        width: 103%;
        opacity: 1; }
  .paginationContainer .current {
    background: #c1272d;
    color: white; }

.singlePostPagination {
  margin-top: 3em; }
  .singlePostPagination::after {
    clear: both;
    content: "";
    display: table; }
  .singlePostPagination p {
    margin: 0; }
  @media screen and (min-width: 1025px) {
    .singlePostPagination .next-article, .singlePostPagination .previous-article {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 48.9361702128%; }
      .singlePostPagination .next-article:last-child, .singlePostPagination .previous-article:last-child {
        margin-right: 0; } }
  .singlePostPagination .next-article i, .singlePostPagination .previous-article i {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 0.875em;
    margin-right: 1em;
    background: #999;
    color: white;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    border-radius: 99em;
    text-align: center; }
  .singlePostPagination .previous-article > div {
    float: left;
    max-width: 25rem; }
  .singlePostPagination .previous-article i {
    float: left; }
  .singlePostPagination .next-article {
    text-align: right; }
    .singlePostPagination .next-article > div {
      float: right;
      max-width: 25rem; }
    .singlePostPagination .next-article i {
      margin-right: 0;
      margin-left: 1em;
      float: right; }
  .singlePostPagination .next-article-title {
    text-transform: none;
    font-family: "freight-text-pro", "Freight Text Pro", "FreightText Pro", "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "freight-text-pro", "Playfair Display", Georgia, serif; }
  .singlePostPagination .next-article-category {
    font-weight: 600; }

.tags {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  float: left; }
  .tags li {
    float: left;
    margin-bottom: 0; }
    .tags li::before {
      content: "" !important;
      font-size: 0px; }
    .tags li a {
      padding: 0 1.75rem 0 0.75rem;
      margin: 0 0.625rem 0.625rem 0;
      position: relative;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-size: 0.875rem;
      font-weight: 500;
      color: #999;
      background: #eee;
      border-radius: 3px 0 0 3px;
      line-height: 24px;
      display: inline-block;
      text-decoration: none;
      border-bottom: 2px solid rgba(0, 0, 0, 0.05); }
      .tags li a::before {
        -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25);
        /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
        -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25);
        /* Firefox 3.5 - 3.6 */
        box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25);
        /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
        position: absolute;
        top: 0.625rem;
        right: 0.625rem;
        content: '';
        background: white;
        border-radius: 0.625rem;
        height: 6px;
        width: 6px; }
      .tags li a::after {
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        content: '';
        background: white;
        border-bottom: 0.8125rem solid transparent;
        border-left: 0.625rem solid #eee;
        border-top: 0.8125rem solid transparent; }
      .tags li a:hover {
        background: #c1272d;
        color: white;
        border-bottom: 2px solid #971e23; }
        .tags li a:hover::after {
          border-left-color: #c1272d; }
        .tags li a:hover::before {
          -webkit-box-shadow: inset 0 1px 0 #971e23;
          /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
          -moz-box-shadow: inset 0 1px 0 #971e23;
          /* Firefox 3.5 - 3.6 */
          box-shadow: inset 0 1px 0 #971e23;
          /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ }

.relatedPosts {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 1em; }
  .relatedPosts::after {
    clear: both;
    content: "";
    display: table; }
  .relatedPosts h2 {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 100%;
    text-align: left; }
    .relatedPosts h2:last-child {
      margin-right: 0; }
  .relatedPosts div {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    text-align: left; }
    .relatedPosts div::after {
      clear: both;
      content: "";
      display: table; }
  .relatedPosts .button {
    margin: 2em auto 0;
    display: block;
    max-width: 250px; }
  .relatedPosts article {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 100%;
    -webkit-box-shadow: 0 0 3px 0 rgba(153, 153, 153, 0.25);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0 0 3px 0 rgba(153, 153, 153, 0.25);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0 0 3px 0 rgba(153, 153, 153, 0.25);
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    position: relative;
    margin-top: 1em; }
    .relatedPosts article:last-child {
      margin-right: 0; }
    .relatedPosts article img {
      vertical-align: middle; }
    .relatedPosts article .postMetaCard {
      padding: 1em;
      background: rgba(255, 255, 255, 0.7);
      font-size: .875em;
      font-weight: 500;
      font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      max-width: 95%; }
      .relatedPosts article .postMetaCard h3 {
        margin-bottom: 0;
        font-size: 1.25rem;
        letter-spacing: -.25px; }
    @media screen and (min-width: 601px) {
      .relatedPosts article {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 48.9361702128%; }
        .relatedPosts article:last-child {
          margin-right: 0; }
        .relatedPosts article:nth-child(2n) {
          margin-right: 0; }
        .relatedPosts article:nth-child(2n+1) {
          clear: left; } }
    @media screen and (min-width: 861px) {
      .relatedPosts article .postMetaCard {
        position: absolute;
        bottom: 1em;
        padding: 1em 1.5em; } }
    @media screen and (min-width: 1025px) {
      .relatedPosts article {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 31.914893617%; }
        .relatedPosts article:nth-child(2n) {
          margin-right: 2.1276595745%; }
        .relatedPosts article:nth-child(2n+1) {
          clear: none; }
        .relatedPosts article:last-child {
          margin-right: 0; }
        .relatedPosts article:nth-child(3n) {
          margin-right: 0; }
        .relatedPosts article:nth-child(3n+1) {
          clear: left; } }

.gallery-masonry {
  margin-bottom: 6em; }

.grid::after {
  clear: both;
  content: "";
  display: table; }

.grid-sizer,
.grid-item, .fluidbox {
  width: 100%; }
  @media screen and (min-width: 601px) {
    .grid-sizer,
    .grid-item, .fluidbox {
      width: 50%; } }
  @media screen and (min-width: 1025px) {
    .grid-sizer,
    .grid-item, .fluidbox {
      width: 33.333%; } }
  @media screen and (min-width: 1440px) {
    .grid-sizer,
    .grid-item, .fluidbox {
      width: 25%; } }

.grid-item, .fluidbox {
  float: left; }

.grid-item img, .fluidbox img {
  display: block;
  max-width: 100%;
  width: 100%;
  padding: 3px; }

.lb-album {
  margin: 3rem auto; }

.lb-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-image: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.56) 0%, #f1d2c2 100%);
  background-image: radial-gradient( ellipse  at center, rgba(255, 255, 255, 0.56) 0%, #f1d2c2 100%);
  width: 0px;
  height: 0px;
  overflow: hidden;
  padding: 0px;
  z-index: 99;
  text-align: center;
  background: #f1d2c2; }

.lb-overlay > div {
  position: relative;
  margin: 2.5em auto 0;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
  color: rgba(27, 54, 81, 0.8);
  width: 550px;
  height: 80px; }

.lb-overlay div h3,
.lb-overlay div p {
  padding: 0 1.25em;
  width: 200px;
  height: 60px; }

.lb-overlay div h3 {
  font-size: 1em;
  float: left;
  text-align: right;
  border-right: 1px solid rgba(27, 54, 81, 0.4); }

.lb-overlay div h3 span,
.lb-overlay div p {
  font-style: italic; }

.lb-overlay div h3 span {
  display: block;
  line-height: 6px; }

.lb-overlay div p {
  font-size: 0.875em;
  text-align: left;
  float: left;
  width: 260px; }

.lb-overlay a.lb-close {
  position: absolute;
  top: 43px;
  left: 50%;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 0.6875em;
  text-transform: uppercase;
  background: rgba(27, 54, 81, 0.8);
  z-index: 1001;
  color: #fff;
  line-height: 26px;
  text-align: center;
  width: 64px;
  height: 26px;
  overflow: hidden;
  margin-left: -30px;
  opacity: 0;
  filter: alpha(opacity=0);
  /* internet explorer */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  /*IE8*/ }

.lb-overlay img {
  position: relative;
  margin: 0 auto;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  /* height: 100%; For Opera max-height does not seem to work */
  max-height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  /* internet explorer */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  /*IE8*/ }

.lb-prev, .lb-next {
  position: absolute;
  top: -32px;
  left: 50%;
  text-indent: -9000px;
  width: 24px;
  height: 25px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* internet explorer */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  /*IE8*/ }

.lb-prev:hover, .lb-next:hover {
  opacity: 1;
  filter: alpha(opacity=99);
  /* internet explorer */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
  /*IE8*/ }

.lb-prev {
  margin-left: -30px;
  background: transparent url(../img/arrows.png) no-repeat top left; }

.lb-next {
  margin-left: 6px;
  background: transparent url(../img/arrows.png) no-repeat top right; }

.lb-overlay:target {
  width: auto;
  height: auto;
  bottom: 0px;
  right: 0px;
  padding: 80px 100px 120px 100px; }

.lb-overlay:target img,
.lb-overlay:target a.lb-close {
  opacity: 1;
  filter: alpha(opacity=99);
  /* internet explorer */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
  /*IE8*/ }

/*
    100% Height for Opera as the max-height seems to be ignored, not optimal for large screens
    http://bricss.net/post/11230266445/css-hack-to-target-opera
*/
x:-o-prefocus, .lb-overlay img {
  height: 100%; }

.fluidbox.alignleft, .fluidbox.alignright {
  width: auto; }
  .fluidbox.alignleft img, .fluidbox.alignright img {
    max-height: 800px; }

.fluidbox img, .fluidbox__thumb img, .fluidbox img:not(.text-container img) {
  margin: 0; }

/*! fancyBox 3.0.0 Beta 1 fancyapps.com | fancyapps.com/fancybox/#license */
#fancybox-loading,
#fancybox-lock,
.fancybox-wrap,
.fancybox-skin,
.fancybox-inner,
.fancybox-error,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-wrap embed,
a.fancybox-close,
a.fancybox-expand,
a.fancybox-nav,
a.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: none;
  text-shadow: none; }

#fancybox-lock {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8020;
  overflow-y: scroll;
  overflow-y: auto;
  overflow-x: auto;
  -webkit-transition: -webkit-transform 0.5s;
  -webkit-transform: translateX(0px); }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-opened {
  z-index: 8030; }

.fancybox-skin {
  border-style: solid;
  border-color: #fff;
  background: #fff;
  color: #444; }

.fancybox-inner {
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%; }

.fancybox-spacer {
  position: absolute;
  top: 100%;
  left: 0;
  width: 1px; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: auto; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
  zoom: 1; }

a.fancybox-close {
  position: absolute;
  top: -23px;
  right: -23px;
  width: 46px;
  height: 46px;
  cursor: pointer;
  background-position: 0 0;
  z-index: 8040; }

a.fancybox-nav {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
  overflow: hidden; }

.fancybox-type-iframe a.fancybox-nav,
.fancybox-type-inline a.fancybox-nav,
.fancybox-type-html a.fancybox-nav {
  width: 70px; }

a.fancybox-prev {
  left: -70px; }

a.fancybox-next {
  right: -70px; }

a.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  cursor: pointer;
  z-index: 8040; }

a.fancybox-prev span {
  left: 0;
  background-position: 0 -50px; }

a.fancybox-next span {
  right: 0;
  background-position: 0 -100px; }

.fancybox-mobile a.fancybox-nav {
  max-width: 80px; }

.fancybox-desktop a.fancybox-nav {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.fancybox-desktop a.fancybox-nav:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

a.fancybox-expand {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 46px;
  height: 46px;
  z-index: 8050;
  opacity: 0;
  filter: alpha(opacity=0);
  background-position: 0 -150px;
  zoom: 1;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease; }

.fancybox-wrap:hover a.fancybox-expand {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.fancybox-wrap a.fancybox-expand:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  background-color: #111;
  background-image: url(data:image/gif;base64,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);
  background-position: center center;
  opacity: 0.85;
  filter: alpha(opacity=85);
  cursor: pointer;
  z-index: 8060;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.fancybox-tmp {
  position: absolute !important;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

.fancybox-title {
  font: normal 14px "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5;
  position: relative;
  text-shadow: none;
  z-index: 8050;
  display: block;
  visibility: hidden; }

.fancybox-title-float-wrap {
  position: relative;
  margin-top: 10px;
  text-align: center;
  zoom: 1;
  left: -9999px; }

.fancybox-title-float-wrap > div {
  display: inline-block;
  padding: 7px 20px;
  font-weight: bold;
  color: #FFF;
  text-shadow: 0 1px 2px #222;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5); }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 15px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  max-height: 50%;
  overflow: auto; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 8010; }

.fancybox-overlay-fixed {
  position: fixed;
  width: 100%;
  height: 100%; }

/* Default theme */
.fancybox-default-skin {
  border-color: #f9f9f9;
  background: #f9f9f9; }

.fancybox-default-skin-open {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-default-overlay {
  background: #333;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.fancybox-default a.fancybox-close,
.fancybox-default a.fancybox-expand,
.fancybox-default a.fancybox-nav span {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAADICAYAAACXpNOoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzRGRjc2NzEwNERFMjExQTc0M0U0NzZGQkE0MTM5RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1RkZERjA4NTZBNEMxMUUyOTFGMkY4MEVGREQ0MkRDNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1RkZERjA4NDZBNEMxMUUyOTFGMkY4MEVGREQ0MkRDNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU2OUM1RDBBNEI2QUUyMTE5NTdDREVCQjFFNDc0RjQzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY3NEZGNzY3MTA0REUyMTFBNzQzRTQ3NkZCQTQxMzlFIi8+IDwvcmRmOkRlc2NyaXB0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); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .fancybox-default a.fancybox-close,
  .fancybox-default a.fancybox-expand,
  .fancybox-default a.fancybox-nav span {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAAGQCAYAAAAjsgcjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzRGRjc2NzEwNERFMjExQTc0M0U0NzZGQkE0MTM5RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCMTg4NzhCQTZBNEYxMUUyQTQ2NEQ0Nzc1M0U1REU1MSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCMTg4NzhCOTZBNEYxMUUyQTQ2NEQ0Nzc1M0U1REU1MSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjE0QzZBQjVDNEU2QUUyMTE5NTdDREVCQjFFNDc0RjQzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY3NEZGNzY3MTA0REUyMTFBNzQzRTQ3NkZCQTQxMzlFIi8+IDwvcmRmOkRlc2NyaXB0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);
    background-size: 46px auto; } }

/* Dark theme */
.fancybox-dark a.fancybox-close,
.fancybox-dark a.fancybox-expand,
.fancybox-dark a.fancybox-nav span {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAADICAYAAACXpNOoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzRGRjc2NzEwNERFMjExQTc0M0U0NzZGQkE0MTM5RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OTJGQjgwRDZBNEQxMUUyOEJDREM1NUU4QUUxNjBFMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OTJGQjgwQzZBNEQxMUUyOEJDREM1NUU4QUUxNjBFMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU2OUM1RDBBNEI2QUUyMTE5NTdDREVCQjFFNDc0RjQzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY3NEZGNzY3MTA0REUyMTFBNzQzRTQ3NkZCQTQxMzlFIi8+IDwvcmRmOkRlc2NyaXB0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); }

.fancybox-dark-skin {
  background: #2A2A2A;
  border-color: #2A2A2A;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset !important; }

.fancybox-dark-overlay {
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fancybox-dark a.fancybox-close,
  .fancybox-dark a.fancybox-expand,
  .fancybox-dark a.fancybox-nav span {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAAGQCAYAAAAjsgcjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzRGRjc2NzEwNERFMjExQTc0M0U0NzZGQkE0MTM5RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyMzAwM0E4MDZBNEQxMUUyQUMyMDg1MkQ4RkQxRDJCNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyMzAwM0E3RjZBNEQxMUUyQUMyMDg1MkQ4RkQxRDJCNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU4OUM1RDBBNEI2QUUyMTE5NTdDREVCQjFFNDc0RjQzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY3NEZGNzY3MTA0REUyMTFBNzQzRTQ3NkZCQTQxMzlFIi8+IDwvcmRmOkRlc2NyaXB0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);
    background-size: 46px auto; } }

/* Light theme */
.fancybox-light a.fancybox-close,
.fancybox-light a.fancybox-expand,
.fancybox-light a.fancybox-nav span {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAADICAYAAACXpNOoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzRGRjc2NzEwNERFMjExQTc0M0U0NzZGQkE0MTM5RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NjIzNzFGMDZBNTUxMUUyQkVBRUY3ODU0RDc4OTlCQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1NjIzNzFFRjZBNTUxMUUyQkVBRUY3ODU0RDc4OTlCQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjE5QzZBQjVDNEU2QUUyMTE5NTdDREVCQjFFNDc0RjQzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY3NEZGNzY3MTA0REUyMTFBNzQzRTQ3NkZCQTQxMzlFIi8+IDwvcmRmOkRlc2NyaXB0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); }

.fancybox-light-skin-open {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
      .fancybox-light a.fancybox-close,
  .fancybox-light a.fancybox-expand,
  .fancybox-light a.fancybox-nav span {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAAGQCAYAAAAjsgcjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzRGRjc2NzEwNERFMjExQTc0M0U0NzZGQkE0MTM5RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEMEQwOUQ1MjZBNEUxMUUyQjJGNkY3NDBEMEE5NDY5NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEMEQwOUQ1MTZBNEUxMUUyQjJGNkY3NDBEMEE5NDY5NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjE0QzZBQjVDNEU2QUUyMTE5NTdDREVCQjFFNDc0RjQzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY3NEZGNzY3MTA0REUyMTFBNzQzRTQ3NkZCQTQxMzlFIi8+IDwvcmRmOkRlc2NyaXB0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);
    background-size: 46px auto; } }

.fancybox-light-overlay {
  opacity: 0.9;
  filter: alpha(opacity=90);
  background: #555555;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #999999 0%, #555555 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #999999), color-stop(100%, #555555));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #999999 0%, #555555 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #999999 0%, #555555 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #999999 0%, #555555 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #999999 0%, #555555 100%);
  /* W3C */ }

.social-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 700px; }
  .social-wrapper p.share-text {
    font-size: 1.125rem;
    font-family: "freight-sans-pro","Freight Sans Pro","FreightSans Pro","Open Sans","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    color: #c1272d; }

.social-sharing {
  margin: 0 auto;
  max-width: 600px;
  padding: 14px 0;
  display: inline-block;
  width: 100%; }

.rrssb-buttons {
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 36px;
  margin: 0;
  padding: 0;
  width: 100%; }
  .rrssb-buttons:after {
    clear: both; }
  .rrssb-buttons:before, .rrssb-buttons:after {
    content: ' ';
    display: table; }
  .rrssb-buttons li {
    box-sizing: border-box;
    float: left;
    height: 100%;
    line-height: 13px;
    list-style: none;
    margin: 0;
    padding: 0 2px; }
    .rrssb-buttons li::before {
      display: none; }
    .rrssb-buttons li.rrssb-email a {
      background-color: #0a88ff; }
      .rrssb-buttons li.rrssb-email a:hover {
        background-color: #006ed6; }
    .rrssb-buttons li.rrssb-facebook a {
      background-color: #306199; }
      .rrssb-buttons li.rrssb-facebook a:hover {
        background-color: #244872; }
    .rrssb-buttons li.rrssb-tumblr a {
      background-color: #32506d; }
      .rrssb-buttons li.rrssb-tumblr a:hover {
        background-color: #22364a; }
    .rrssb-buttons li.rrssb-linkedin a {
      background-color: #007bb6; }
      .rrssb-buttons li.rrssb-linkedin a:hover {
        background-color: #005983; }
    .rrssb-buttons li.rrssb-twitter a {
      background-color: #26c4f1; }
      .rrssb-buttons li.rrssb-twitter a:hover {
        background-color: #0eaad6; }
    .rrssb-buttons li.rrssb-googleplus a {
      background-color: #e93f2e; }
      .rrssb-buttons li.rrssb-googleplus a:hover {
        background-color: #ce2616; }
    .rrssb-buttons li.rrssb-youtube a {
      background-color: #df1c31; }
      .rrssb-buttons li.rrssb-youtube a:hover {
        background-color: #b21627; }
    .rrssb-buttons li.rrssb-reddit a {
      background-color: #8bbbe3; }
      .rrssb-buttons li.rrssb-reddit a:hover {
        background-color: #62a3d9; }
    .rrssb-buttons li.rrssb-pinterest a {
      background-color: #b81621; }
      .rrssb-buttons li.rrssb-pinterest a:hover {
        background-color: #8a1119; }
    .rrssb-buttons li.rrssb-pocket a {
      background-color: #ed4054; }
      .rrssb-buttons li.rrssb-pocket a:hover {
        background-color: #e4162d; }
    .rrssb-buttons li.rrssb-github a {
      background-color: #444; }
      .rrssb-buttons li.rrssb-github a:hover {
        background-color: #2b2b2b; }
    .rrssb-buttons li.rrssb-instagram a {
      background-color: #517fa4; }
      .rrssb-buttons li.rrssb-instagram a:hover {
        background-color: #406582; }
    .rrssb-buttons li.rrssb-delicious a {
      background-color: #0B79E5; }
      .rrssb-buttons li.rrssb-delicious a:hover {
        background-color: #095fb4; }
    .rrssb-buttons li.rrssb-vk a {
      background-color: #4d71a9; }
      .rrssb-buttons li.rrssb-vk a:hover {
        background-color: #3d5a86; }
    .rrssb-buttons li.rrssb-hackernews a {
      background-color: #ff6600; }
      .rrssb-buttons li.rrssb-hackernews a:hover {
        background-color: #cc5200; }
    .rrssb-buttons li a {
      background-color: #ccc;
      border-radius: 2px;
      box-sizing: border-box;
      display: block;
      font-size: 11px;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-weight: bold;
      height: 100%;
      padding: 11px 7px 12px 27px;
      position: relative;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      transition: background-color .2s ease-in-out;
      width: 100%; }
      .rrssb-buttons li a .rrssb-icon {
        display: block;
        left: 10px;
        padding-top: 9px;
        position: absolute;
        top: 0;
        width: 10%; }
        .rrssb-buttons li a .rrssb-icon svg {
          height: 17px;
          width: 17px; }
          .rrssb-buttons li a .rrssb-icon svg path {
            fill: #fff; }
      .rrssb-buttons li a .rrssb-text {
        color: #fff; }
      .rrssb-buttons li a:active {
        box-shadow: inset 1px 3px 15px 0 rgba(22, 0, 0, 0.25); }
    .rrssb-buttons li.small a {
      padding: 0; }
      .rrssb-buttons li.small a .rrssb-icon {
        left: auto;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        top: auto;
        width: 100%; }
      .rrssb-buttons li.small a .rrssb-text {
        visibility: hidden; }
  .rrssb-buttons.large-format {
    height: auto; }
    .rrssb-buttons.large-format li {
      height: auto; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(1) a {
        font-size: 20px;
        font-size: 4vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(2) a,
      .rrssb-buttons.large-format li:first-child:nth-last-child(2) ~ li a {
        font-size: 16px;
        font-size: 2vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(3) a,
      .rrssb-buttons.large-format li:first-child:nth-last-child(3) ~ li a {
        font-size: 14px;
        font-size: 1.7vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(4) a,
      .rrssb-buttons.large-format li:first-child:nth-last-child(4) ~ li a {
        font-size: 13px;
        font-size: 1.4vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(5) a,
      .rrssb-buttons.large-format li:first-child:nth-last-child(5) ~ li a {
        font-size: 13px;
        font-size: 1.2vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(6) a,
      .rrssb-buttons.large-format li:first-child:nth-last-child(6) ~ li a {
        font-size: 12px;
        font-size: 1.05vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(7) a,
      .rrssb-buttons.large-format li:first-child:nth-last-child(7) ~ li a {
        font-size: 11px;
        font-size: .9vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(8) a,
      .rrssb-buttons.large-format li:first-child:nth-last-child(8) ~ li a {
        font-size: 11px;
        font-size: .8vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(9) a,
      .rrssb-buttons.large-format li:first-child:nth-last-child(9) ~ li a {
        font-size: 11px;
        font-size: .7vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(10) a,
      .rrssb-buttons.large-format li:first-child:nth-last-child(10) ~ li a {
        font-size: 11px;
        font-size: .6vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(11) a,
      .rrssb-buttons.large-format li:first-child:nth-last-child(11) ~ li a {
        font-size: 11px;
        font-size: .5vw; }
      .rrssb-buttons.large-format li a {
        backface-visibility: hidden;
        border-radius: .2em;
        padding: 8.5% 0 8.5% 12%; }
        .rrssb-buttons.large-format li a .rrssb-icon {
          height: 100%;
          left: 7%;
          padding-top: 0;
          width: 12%; }
          .rrssb-buttons.large-format li a .rrssb-icon svg {
            height: 100%;
            position: absolute;
            top: 0;
            width: 100%; }
        .rrssb-buttons.large-format li a .rrssb-text {
          backface-visibility: hidden; }
  .rrssb-buttons.small-format {
    padding-top: 5px; }
    .rrssb-buttons.small-format li {
      height: 80%;
      padding: 0 1px; }
      .rrssb-buttons.small-format li a .rrssb-icon {
        height: 100%;
        padding-top: 0; }
        .rrssb-buttons.small-format li a .rrssb-icon svg {
          height: 48%;
          position: relative;
          top: 6px;
          width: 80%; }
  .rrssb-buttons.tiny-format {
    height: 22px;
    position: relative; }
    .rrssb-buttons.tiny-format li {
      padding-right: 7px; }
      .rrssb-buttons.tiny-format li a {
        background-color: transparent;
        padding: 0; }
        .rrssb-buttons.tiny-format li a .rrssb-icon svg {
          height: 70%;
          width: 100%; }
        .rrssb-buttons.tiny-format li a:hover, .rrssb-buttons.tiny-format li a:active {
          background-color: transparent; }
      .rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg path {
        fill: #0a88ff; }
      .rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #0054a3; }
      .rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg path {
        fill: #306199; }
      .rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #18304b; }
      .rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg path {
        fill: #32506d; }
      .rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #121d27; }
      .rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg path {
        fill: #007bb6; }
      .rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #003650; }
      .rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg path {
        fill: #26c4f1; }
      .rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #0b84a6; }
      .rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg path {
        fill: #e93f2e; }
      .rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #a01e11; }
      .rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg path {
        fill: #df1c31; }
      .rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #84111d; }
      .rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg path {
        fill: #8bbbe3; }
      .rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #398bcf; }
      .rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg path {
        fill: #b81621; }
      .rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #5d0b11; }
      .rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg path {
        fill: #ed4054; }
      .rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #b61124; }
      .rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg path {
        fill: #444; }
      .rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #111111; }
      .rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg path {
        fill: #517fa4; }
      .rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #2f4a60; }
      .rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon svg path {
        fill: #0B79E5; }
      .rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #064684; }
      .rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon svg path {
        fill: #4d71a9; }
      .rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #2d4263; }
      .rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon svg path {
        fill: #ff6600; }
      .rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #993d00; }

.ginput_container {
  margin-top: 0 !important; }
  .ginput_container::after {
    clear: both;
    content: "";
    display: table; }

.gform_wrapper li {
  position: relative;
  width: calc(100% - 2em);
  max-width: 34.375em;
  margin: 1em;
  vertical-align: top; }
  .gform_wrapper li::after {
    clear: both;
    content: "";
    display: table; }

.gform_wrapper .gform_body .gfield_label {
  padding: 0;
  position: relative;
  overflow: hidden;
  text-align: left;
  font-size: 70.25%;
  font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 500;
  color: #333;
  display: inline-block;
  float: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none; }
  .gform_wrapper .gform_body .gfield_label.required::after {
    content: "*"; }
  .gform_wrapper .gform_body .gfield_label abbr {
    display: none; }
  .gform_wrapper .gform_body .gfield_label span {
    position: relative;
    padding: 1.6em 0; }

.gform_wrapper .gform_body input[type="color"], .gform_wrapper .gform_body input[type="date"], .gform_wrapper .gform_body input[type="datetime"], .gform_wrapper .gform_body input[type="datetime-local"], .gform_wrapper .gform_body input[type="email"], .gform_wrapper .gform_body input[type="month"], .gform_wrapper .gform_body input[type="number"], .gform_wrapper .gform_body input[type="password"], .gform_wrapper .gform_body input[type="search"], .gform_wrapper .gform_body input[type="tel"], .gform_wrapper .gform_body input[type="text"], .gform_wrapper .gform_body input[type="time"], .gform_wrapper .gform_body input[type="url"], .gform_wrapper .gform_body input[type="week"], .gform_wrapper .gform_body input:not([type]), .gform_wrapper .gform_body textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  padding: 0.75em 0.1em 0.25em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: inset 0 -2px 0 #999;
  display: block;
  float: none;
  background-color: transparent;
  color: #333;
  font-weight: 500;
  border: 1px solid #ddd;
  border-radius: 0;
  box-sizing: border-box;
  font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.5rem;
  width: 100%; }
  .gform_wrapper .gform_body input[type="color"]:hover, .gform_wrapper .gform_body input[type="date"]:hover, .gform_wrapper .gform_body input[type="datetime"]:hover, .gform_wrapper .gform_body input[type="datetime-local"]:hover, .gform_wrapper .gform_body input[type="email"]:hover, .gform_wrapper .gform_body input[type="month"]:hover, .gform_wrapper .gform_body input[type="number"]:hover, .gform_wrapper .gform_body input[type="password"]:hover, .gform_wrapper .gform_body input[type="search"]:hover, .gform_wrapper .gform_body input[type="tel"]:hover, .gform_wrapper .gform_body input[type="text"]:hover, .gform_wrapper .gform_body input[type="time"]:hover, .gform_wrapper .gform_body input[type="url"]:hover, .gform_wrapper .gform_body input[type="week"]:hover, .gform_wrapper .gform_body input:not([type]):hover, .gform_wrapper .gform_body textarea:hover {
    background-color: white; }
  .gform_wrapper .gform_body input[type="color"]:focus, .gform_wrapper .gform_body input[type="date"]:focus, .gform_wrapper .gform_body input[type="datetime"]:focus, .gform_wrapper .gform_body input[type="datetime-local"]:focus, .gform_wrapper .gform_body input[type="email"]:focus, .gform_wrapper .gform_body input[type="month"]:focus, .gform_wrapper .gform_body input[type="number"]:focus, .gform_wrapper .gform_body input[type="password"]:focus, .gform_wrapper .gform_body input[type="search"]:focus, .gform_wrapper .gform_body input[type="tel"]:focus, .gform_wrapper .gform_body input[type="text"]:focus, .gform_wrapper .gform_body input[type="time"]:focus, .gform_wrapper .gform_body input[type="url"]:focus, .gform_wrapper .gform_body input[type="week"]:focus, .gform_wrapper .gform_body input:not([type]):focus, .gform_wrapper .gform_body textarea:focus {
    box-shadow: inset 0 -7px 0 #c1272d;
    outline: none; }
  .gform_wrapper .gform_body input[type="color"]:focus + label, .gform_wrapper .gform_body input[type="date"]:focus + label, .gform_wrapper .gform_body input[type="datetime"]:focus + label, .gform_wrapper .gform_body input[type="datetime-local"]:focus + label, .gform_wrapper .gform_body input[type="email"]:focus + label, .gform_wrapper .gform_body input[type="month"]:focus + label, .gform_wrapper .gform_body input[type="number"]:focus + label, .gform_wrapper .gform_body input[type="password"]:focus + label, .gform_wrapper .gform_body input[type="search"]:focus + label, .gform_wrapper .gform_body input[type="tel"]:focus + label, .gform_wrapper .gform_body input[type="text"]:focus + label, .gform_wrapper .gform_body input[type="time"]:focus + label, .gform_wrapper .gform_body input[type="url"]:focus + label, .gform_wrapper .gform_body input[type="week"]:focus + label, .gform_wrapper .gform_body input:not([type]):focus + label, .gform_wrapper .gform_body textarea:focus + label {
    pointer-events: none; }
  .gform_wrapper .gform_body input[type="color"]:focus + label::after, .gform_wrapper .gform_body input[type="date"]:focus + label::after, .gform_wrapper .gform_body input[type="datetime"]:focus + label::after, .gform_wrapper .gform_body input[type="datetime-local"]:focus + label::after, .gform_wrapper .gform_body input[type="email"]:focus + label::after, .gform_wrapper .gform_body input[type="month"]:focus + label::after, .gform_wrapper .gform_body input[type="number"]:focus + label::after, .gform_wrapper .gform_body input[type="password"]:focus + label::after, .gform_wrapper .gform_body input[type="search"]:focus + label::after, .gform_wrapper .gform_body input[type="tel"]:focus + label::after, .gform_wrapper .gform_body input[type="text"]:focus + label::after, .gform_wrapper .gform_body input[type="time"]:focus + label::after, .gform_wrapper .gform_body input[type="url"]:focus + label::after, .gform_wrapper .gform_body input[type="week"]:focus + label::after, .gform_wrapper .gform_body input:not([type]):focus + label::after, .gform_wrapper .gform_body textarea:focus + label::after {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .gform_wrapper .gform_body input[type="color"]:focus + label span, .gform_wrapper .gform_body input[type="date"]:focus + label span, .gform_wrapper .gform_body input[type="datetime"]:focus + label span, .gform_wrapper .gform_body input[type="datetime-local"]:focus + label span, .gform_wrapper .gform_body input[type="email"]:focus + label span, .gform_wrapper .gform_body input[type="month"]:focus + label span, .gform_wrapper .gform_body input[type="number"]:focus + label span, .gform_wrapper .gform_body input[type="password"]:focus + label span, .gform_wrapper .gform_body input[type="search"]:focus + label span, .gform_wrapper .gform_body input[type="tel"]:focus + label span, .gform_wrapper .gform_body input[type="text"]:focus + label span, .gform_wrapper .gform_body input[type="time"]:focus + label span, .gform_wrapper .gform_body input[type="url"]:focus + label span, .gform_wrapper .gform_body input[type="week"]:focus + label span, .gform_wrapper .gform_body input:not([type]):focus + label span, .gform_wrapper .gform_body textarea:focus + label span {
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    opacity: 0; }
  .gform_wrapper .gform_body input[type="color"]:disabled, .gform_wrapper .gform_body input[type="date"]:disabled, .gform_wrapper .gform_body input[type="datetime"]:disabled, .gform_wrapper .gform_body input[type="datetime-local"]:disabled, .gform_wrapper .gform_body input[type="email"]:disabled, .gform_wrapper .gform_body input[type="month"]:disabled, .gform_wrapper .gform_body input[type="number"]:disabled, .gform_wrapper .gform_body input[type="password"]:disabled, .gform_wrapper .gform_body input[type="search"]:disabled, .gform_wrapper .gform_body input[type="tel"]:disabled, .gform_wrapper .gform_body input[type="text"]:disabled, .gform_wrapper .gform_body input[type="time"]:disabled, .gform_wrapper .gform_body input[type="url"]:disabled, .gform_wrapper .gform_body input[type="week"]:disabled, .gform_wrapper .gform_body input:not([type]):disabled, .gform_wrapper .gform_body textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    .gform_wrapper .gform_body input[type="color"]:disabled:hover, .gform_wrapper .gform_body input[type="date"]:disabled:hover, .gform_wrapper .gform_body input[type="datetime"]:disabled:hover, .gform_wrapper .gform_body input[type="datetime-local"]:disabled:hover, .gform_wrapper .gform_body input[type="email"]:disabled:hover, .gform_wrapper .gform_body input[type="month"]:disabled:hover, .gform_wrapper .gform_body input[type="number"]:disabled:hover, .gform_wrapper .gform_body input[type="password"]:disabled:hover, .gform_wrapper .gform_body input[type="search"]:disabled:hover, .gform_wrapper .gform_body input[type="tel"]:disabled:hover, .gform_wrapper .gform_body input[type="text"]:disabled:hover, .gform_wrapper .gform_body input[type="time"]:disabled:hover, .gform_wrapper .gform_body input[type="url"]:disabled:hover, .gform_wrapper .gform_body input[type="week"]:disabled:hover, .gform_wrapper .gform_body input:not([type]):disabled:hover, .gform_wrapper .gform_body textarea:disabled:hover {
      border: 1px solid #ddd; }

.gform_wrapper .gform_body textarea {
  padding: 0.75em 1em;
  border: 2px solid #ddd;
  border-bottom: none;
  resize: vertical; }

.gform_wrapper .gform_body input[type="search"] {
  appearance: none; }
  .gform_wrapper .gform_body input[type="search"]::after {
    position: absolute;
    top: 1.5rem;
    right: 0.3125rem;
    font-family: 'FontAwesome';
    content: '\f002';
    color: #ddd; }

.gform_wrapper .gform_body input[type="checkbox"],
.gform_wrapper .gform_body input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }
  .gform_wrapper .gform_body input[type="checkbox"] + label,
  .gform_wrapper .gform_body input[type="radio"] + label {
    display: inline-block; }

.gform_wrapper .gform_body input[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

.gform_wrapper .gform_body select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

.gform_wrapper .sod_select {
  padding: 0.9375rem 0.625rem;
  width: 100%;
  border: 1px solid #ddd;
  line-height: 2; }
  .gform_wrapper .sod_select .sod_list_wrapper {
    margin: 0 0 0 -1px;
    width: 100%;
    border: 1px solid #ddd; }
  .gform_wrapper .sod_select .sod_option {
    padding: 0.9375rem 0.625rem;
    border-bottom: 1px solid #ddd; }
  .gform_wrapper .sod_select::after {
    bottom: 16px; }
  .gform_wrapper .sod_select.focus {
    box-shadow: none; }

.select-box {
  margin: 1em;
  max-width: 350px; }

/* Default custom select styles */
li.cs-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  background: #fff;
  z-index: 100;
  width: 100%;
  max-width: 500px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

li.cs-select:focus {
  outline: none;
  /* For better accessibility add a style for this in your skin */ }

.cs-select select {
  display: none; }

.cs-select span {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* Placeholder and selected option */
.cs-select > span {
  padding-right: 3em; }

.cs-select > span::after,
.cs-select .cs-selected span::after {
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.cs-select > span::after {
  content: '\25BE';
  right: 1em; }

.cs-select .cs-selected span::after {
  content: '\2713';
  margin-left: 1em; }

.cs-select.cs-active > span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }

div.cs-active {
  z-index: 200; }

/* Options */
.cs-select .cs-options {
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  visibility: hidden; }

.cs-select.cs-active .cs-options {
  visibility: visible; }

.cs-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }

.cs-select ul span {
  padding: 1em; }

.cs-select ul li.cs-focus span {
  background-color: #ddd; }

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
  padding-left: 1em; }

.cs-select li.cs-optgroup > span {
  cursor: default; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?-rdnm34");
  src: url("../fonts/icomoon/icomoon.eot?#iefix-rdnm34") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff?-rdnm34") format("woff"), url("../fonts/icomoon/icomoon.ttf?-rdnm34") format("truetype"), url("../fonts/icomoon/icomoon.svg?-rdnm34#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

div.cs-skin-elastic {
  background: transparent;
  font-size: 1rem;
  font-weight: 700;
  color: #202020; }

@media screen and (max-width: 30em) {
  div.cs-skin-elastic {
    font-size: 1em; } }

.cs-skin-elastic > span {
  background-color: white;
  border: 2px solid #ddd;
  z-index: 100; }

.cs-skin-elastic > span::after {
  font-family: 'FontAwesome';
  content: '\f107';
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.cs-skin-elastic .cs-options {
  overflow: visible;
  background: transparent;
  opacity: 1;
  visibility: visible;
  padding-bottom: 1.25em;
  pointer-events: none; }

.cs-skin-elastic.cs-active .cs-options {
  pointer-events: auto; }

.cs-skin-elastic .cs-options > ul::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  background-color: white;
  border: 2px solid #ddd;
  border-top: none;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.cs-skin-elastic.cs-active .cs-options > ul::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: none;
  transition: none;
  -webkit-animation: expand 0.6s ease-out;
  animation: expand 0.6s ease-out; }

.cs-skin-elastic .cs-options ul li {
  opacity: 0;
  -webkit-transform: translate3d(0, -25px, 0);
  transform: translate3d(0, -25px, 0);
  -webkit-transition: opacity 0.15s, -webkit-transform 0.15s;
  transition: opacity 0.15s, transform 0.15s; }

.cs-skin-elastic.cs-active .cs-options ul li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: none;
  transition: none;
  -webkit-animation: bounce 0.6s ease-out;
  animation: bounce 0.6s ease-out; }

/* Optional delays (problematic in IE 11/Win) */
/*
.cs-skin-elastic.cs-active .cs-options ul li:first-child {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.cs-skin-elastic.cs-active .cs-options ul li:nth-child(2) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

.cs-skin-elastic.cs-active .cs-options ul li:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.cs-skin-elastic.cs-active .cs-options ul li:nth-child(4) {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

/* with more items, more delays declarations are needed */
.cs-skin-elastic .cs-options span {
  background-repeat: no-repeat;
  background-position: 1.5em 50%;
  background-size: 2em auto;
  padding: 0.8em 1em 0.8em 2em; }

.cs-skin-elastic .cs-options span:hover,
.cs-skin-elastic .cs-options li.cs-focus span,
.cs-skin-elastic .cs-options .cs-selected span {
  color: #c1272d;
  background-color: #f7f7f7; }

.cs-skin-elastic .cs-options .cs-selected span::after {
  content: ''; }

.cs-skin-elastic .cs-options li.flag-france span {
  background-image: url(../img/france.svg); }

.cs-skin-elastic .cs-options li.flag-brazil span {
  background-image: url(../img/brazil.svg); }

.cs-skin-elastic .cs-options li.flag-safrica span {
  background-image: url(../img/south-africa.svg); }

.cs-skin-elastic .cs-options li.flag-argentina span {
  background-image: url(../img/argentina.svg); }

@-webkit-keyframes expand {
  0% {
    -webkit-transform: scale3d(1, 0, 1); }
  25% {
    -webkit-transform: scale3d(1, 1.2, 1); }
  50% {
    -webkit-transform: scale3d(1, 0.85, 1); }
  75% {
    -webkit-transform: scale3d(1, 1.05, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1); } }

@keyframes expand {
  0% {
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1); }
  25% {
    -webkit-transform: scale3d(1, 1.2, 1);
    transform: scale3d(1, 1.2, 1); }
  50% {
    -webkit-transform: scale3d(1, 0.85, 1);
    transform: scale3d(1, 0.85, 1); }
  75% {
    -webkit-transform: scale3d(1, 1.05, 1);
    transform: scale3d(1, 1.05, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, -25px, 0);
    opacity: 0; }
  25% {
    -webkit-transform: translate3d(0, 10px, 0); }
  50% {
    -webkit-transform: translate3d(0, -6px, 0); }
  75% {
    -webkit-transform: translate3d(0, 2px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    opacity: 0; }
  25% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  50% {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0); }
  75% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.widget {
  padding: 0 0rem 2rem;
  background-color: white; }
  @media screen and (min-width: 601px) {
    .widget {
      padding: 0 2rem 2rem 2rem; } }

.widget.widget_search,
.widget.widget_calendar {
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.widget ul.fa-ul {
  padding-left: 1.2em; }

.widget ul ul {
  padding-left: 1em; }

.widget li {
  margin-left: 0;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  list-style: none; }

.widget li a:hover,
.widget li a:hover,
.widget li.current-cat > a {
  color: #c1272d; }

.widget-thumbs .thumbs {
  margin: 0 -5px; }

.widget-thumbs a {
  float: left;
  width: 50%;
  padding: 5px; }

.widget-thumbs a img {
  width: 100%; }

.widget.widget_search form,
.widget.widget_search form input {
  margin-bottom: 0; }

#content .searchform {
  position: relative; }

#content .searchform input[type="submit"] {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 2.4em;
  height: 2.55em;
  padding: 0;
  border: 0;
  margin: 0;
  text-align: center;
  font-family: 'FontAwesome';
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  background-color: transparent;
  color: #ddd;
  -webkit-transition: none;
  transition: none; }

#content .searchform input[type="text"]:focus + input[type="submit"],
#content .searchform input[type="submit"]:hover,
#content .searchform input[type="submit"]:focus {
  color: #999; }

.widget table {
  margin-bottom: 0; }

.widget table tbody th,
.widget table tbody td {
  padding: 0.2em;
  text-align: center; }

.widget table th {
  border-top-color: #ddd;
  border-bottom-color: #ddd;
  font-weight: 700;
  text-align: center; }

.widget table tfoot td {
  border-top-color: #ddd; }

@media (min-width: 1060px) {
  .widget {
    margin-bottom: 60px; } }

.popularPosts ul {
  margin-left: 0; }
  .popularPosts ul li {
    margin-bottom: .75em;
    padding-bottom: .75em; }
    .popularPosts ul li::before {
      display: none; }
    .popularPosts ul li a {
      font-size: 1.5em;
      font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-weight: 700;
      line-height: 1; }
    .popularPosts ul li .author {
      display: block;
      font-size: 0.75rem;
      font-family: "freight-text-pro", "Freight Text Pro", "FreightText Pro", "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "freight-text-pro", "Playfair Display", Georgia, serif;
      font-style: italic;
      padding-left: .5em;
      margin-left: .25em;
      border-left: 1px dotted #ddd; }
      .popularPosts ul li .author a {
        font-size: 0.75rem;
        font-weight: normal; }
    .popularPosts ul li:first-child a {
      color: #e16d71; }
    .popularPosts ul li:nth-child(2) a {
      color: #d94248; }
    .popularPosts ul li:nth-child(3) a {
      color: #c1272d; }
    .popularPosts ul li:nth-child(4) a {
      color: #971e23; }
    .popularPosts ul li:nth-child(5) a {
      color: #6c1619; }
    .popularPosts ul li a:hover {
      color: #6c1619; }

/* Styling Next and Prev buttons */
.owl-nav div {
  padding: 3px 15px;
  margin: 5px;
  color: white;
  display: inline-block;
  zoom: 1;
  font-size: 18px;
  border-radius: 3px;
  background: #869791;
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-nav div:hover {
  opacity: 1;
  text-decoration: none; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url("./images/helpers/loading-square.gif") no-repeat center center; }

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

.owl-nav .owl-prev {
  left: 1em;
  bottom: 20vh; }

.owl-nav .owl-next {
  right: 1em;
  bottom: 20vh; }

.latestPhotos .owl-carousel .owl-item {
  position: static; }

#searchform input[type="text"] {
  padding: 0.75em 0.1em 0.25em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: inset 0 -2px 0 #999;
  display: block;
  background-color: white;
  color: #333;
  font-weight: 500;
  border: 1px solid #ddd;
  border-radius: 0;
  box-sizing: border-box;
  font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.5rem; }
  #searchform input[type="text"] ::-webkit-input-placeholder {
    color: #999;
    font-family: "freight-text-pro", "Freight Text Pro", "FreightText Pro", "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "freight-text-pro", "Playfair Display", Georgia, serif; }
  #searchform input[type="text"] :-moz-placeholder {
    /* Firefox 18- */
    color: #999;
    font-family: "freight-text-pro", "Freight Text Pro", "FreightText Pro", "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "freight-text-pro", "Playfair Display", Georgia, serif; }
  #searchform input[type="text"] ::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
    font-family: "freight-text-pro", "Freight Text Pro", "FreightText Pro", "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "freight-text-pro", "Playfair Display", Georgia, serif; }
  #searchform input[type="text"] :-ms-input-placeholder {
    color: #999;
    font-family: "freight-text-pro", "Freight Text Pro", "FreightText Pro", "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "freight-text-pro", "Playfair Display", Georgia, serif; }
  #searchform input[type="text"]:hover {
    background-color: white; }
  #searchform input[type="text"]:focus {
    box-shadow: inset 0 -7px 0 #971e23;
    outline: none; }
  #searchform input[type="text"]:focus + label {
    pointer-events: none; }
  #searchform input[type="text"]:focus + label::after {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  #searchform input[type="text"]:focus + label span {
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    opacity: 0; }
  #searchform input[type="text"]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    #searchform input[type="text"]:disabled:hover {
      border: 1px solid #ddd; }

#searchform input[type="submit"] {
  height: 58px; }

@media screen and (min-width: 1025px) {
  #searchform {
    max-width: 833px;
    margin: 0 auto; }
    #searchform input[type="text"] {
      width: 587px;
      margin-right: 28px;
      margin-bottom: 0;
      display: inline-block;
      font-size: 1.5em;
      vertical-align: top; } }

#searchOverlay .headerSearchIcon {
  position: absolute;
  top: 66px;
  right: 16px;
  font-size: 2em;
  color: rgba(255, 255, 255, 0.8);
  z-index: 600;
  cursor: pointer;
  font-weight: 800; }
  #searchOverlay .headerSearchIcon:hover {
    color: white; }
  @media screen and (min-width: 601px) {
    #searchOverlay .headerSearchIcon {
      top: 66px;
      right: 16px; } }
  @media screen and (min-width: 1025px) {
    #searchOverlay .headerSearchIcon {
      top: 36px;
      right: 52px; } }

.homeFeaturedPost {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1em;
  padding-left: 1em;
  padding-top: 2em;
  padding-bottom: 2em; }
  .homeFeaturedPost::after {
    clear: both;
    content: "";
    display: table; }
  .homeFeaturedPost article h1 {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 100%;
    margin-bottom: 0; }
    .homeFeaturedPost article h1:last-child {
      margin-right: 0; }
  .homeFeaturedPost article p {
    font-size: 150%; }
  .homeFeaturedPost aside.pageAd {
    display: none; }
  @media screen and (min-width: 1025px) {
    .homeFeaturedPost {
      padding-top: 2em;
      padding-bottom: 4em; }
      .homeFeaturedPost article {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 65.9574468085%; }
        .homeFeaturedPost article:last-child {
          margin-right: 0; }
      .homeFeaturedPost aside.pageAd {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 31.914893617%; }
        .homeFeaturedPost aside.pageAd:last-child {
          margin-right: 0; } }

.pageAdMobile {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1em;
  padding-left: 1em;
  padding-bottom: 4em; }
  .pageAdMobile::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 601px) {
    .pageAdMobile a {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 48.9361702128%; }
      .pageAdMobile a:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1025px) {
    .pageAdMobile {
      display: none; } }

.homePopularTags {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1em;
  padding-bottom: 2em;
  padding-left: 1em; }
  .homePopularTags::after {
    clear: both;
    content: "";
    display: table; }

.homeArticlePosts {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1em;
  padding-left: 1em; }
  .homeArticlePosts::after {
    clear: both;
    content: "";
    display: table; }
  .homeArticlePosts h2 {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 100%; }
    .homeArticlePosts h2:last-child {
      margin-right: 0; }
  .homeArticlePosts div {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto; }
    .homeArticlePosts div::after {
      clear: both;
      content: "";
      display: table; }
  .homeArticlePosts article {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 100%;
    -webkit-box-shadow: 0 0 3px 0 rgba(153, 153, 153, 0.25);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0 0 3px 0 rgba(153, 153, 153, 0.25);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0 0 3px 0 rgba(153, 153, 153, 0.25);
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    position: relative;
    margin-top: 1em; }
    .homeArticlePosts article:last-child {
      margin-right: 0; }
    .homeArticlePosts article img {
      vertical-align: middle; }
    .homeArticlePosts article .postMetaCard {
      padding: 1em;
      background: rgba(255, 255, 255, 0.7);
      font-size: .875em;
      font-weight: 500;
      font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      max-width: 95%; }
      .homeArticlePosts article .postMetaCard h3 {
        margin-bottom: 0;
        font-size: 1.25rem;
        letter-spacing: -.25px; }
    @media screen and (min-width: 601px) {
      .homeArticlePosts article {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 48.9361702128%; }
        .homeArticlePosts article:last-child {
          margin-right: 0; }
        .homeArticlePosts article:nth-child(2n) {
          margin-right: 0; }
        .homeArticlePosts article:nth-child(2n+1) {
          clear: left; } }
    @media screen and (min-width: 861px) {
      .homeArticlePosts article .postMetaCard {
        position: absolute;
        bottom: 1em;
        padding: 1em 1.5em; } }
    @media screen and (min-width: 1025px) {
      .homeArticlePosts article {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 31.914893617%; }
        .homeArticlePosts article:nth-child(2n) {
          margin-right: 2.1276595745%; }
        .homeArticlePosts article:nth-child(2n+1) {
          clear: none; }
        .homeArticlePosts article:last-child {
          margin-right: 0; }
        .homeArticlePosts article:nth-child(3n) {
          margin-right: 0; }
        .homeArticlePosts article:nth-child(3n+1) {
          clear: left; } }

.latestPhotos {
  background-color: #333; }
  .latestPhotos > div {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    padding: 3em 1em;
    margin-top: 3em;
    margin-bottom: 3em; }
    .latestPhotos > div::after {
      clear: both;
      content: "";
      display: table; }
  .latestPhotos .owlCarouselContainer {
    position: relative;
    /* Styling Next and Prev buttons */
    /* Clickable class fix problem with hover on touch devices */
    /* Use it for non-touch hover action */
    /* preloading images */ }
    .latestPhotos .owlCarouselContainer .owlCaption {
      position: absolute;
      bottom: 0;
      padding: 1em;
      background-color: rgba(255, 255, 255, 0.7);
      font-size: .875em;
      font-weight: 500;
      font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      max-width: 95%; }
    .latestPhotos .owlCarouselContainer .owl-stage-outer {
      max-height: 530px;
      overflow: hidden; }
    .latestPhotos .owlCarouselContainer .owl-stage {
      max-height: 530px;
      overflow: hidden; }
    .latestPhotos .owlCarouselContainer .owl-nav div {
      padding: 3px 15px;
      margin: 5px;
      color: white;
      display: inline-block;
      zoom: 1;
      font-size: 18px;
      border-radius: 3px;
      background: #869791;
      opacity: 0.5; }
    .latestPhotos .owlCarouselContainer .owl-nav div:hover {
      opacity: 1;
      text-decoration: none; }
    .latestPhotos .owlCarouselContainer .owl-item.loading {
      min-height: 150px;
      background: url("./images/helpers/loading-square.gif") no-repeat center center; }
    .latestPhotos .owlCarouselContainer .owl-nav {
      text-align: center; }
    .latestPhotos .owlCarouselContainer .owl-nav .owl-prev {
      left: 1em;
      bottom: 20vh; }
    .latestPhotos .owlCarouselContainer .owl-nav .owl-next {
      right: 1em;
      bottom: 20vh; }
  .latestPhotos .text {
    color: white; }
    .latestPhotos .text p {
      color: #ddd;
      max-width: 45em;
      letter-spacing: .5px; }
    .latestPhotos .text .photo-count {
      color: white;
      font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      letter-spacing: 1px;
      font-size: 1rem;
      text-transform: uppercase; }
  @media screen and (min-width: 1025px) {
    .latestPhotos .owlCarouselContainer {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 65.9574468085%; }
      .latestPhotos .owlCarouselContainer:last-child {
        margin-right: 0; }
    .latestPhotos .text {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 31.914893617%; }
      .latestPhotos .text:last-child {
        margin-right: 0; } }

.homeVideoPosts {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1em;
  padding-left: 1em; }
  .homeVideoPosts::after {
    clear: both;
    content: "";
    display: table; }
  .homeVideoPosts h2 {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 100%;
    text-align: left; }
    .homeVideoPosts h2:last-child {
      margin-right: 0; }
  .homeVideoPosts div {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    text-align: left; }
    .homeVideoPosts div::after {
      clear: both;
      content: "";
      display: table; }
  .homeVideoPosts .button {
    margin: 2em auto 0;
    display: block;
    max-width: 250px; }
  .homeVideoPosts article {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 100%;
    -webkit-box-shadow: 0 0 3px 0 rgba(153, 153, 153, 0.25);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0 0 3px 0 rgba(153, 153, 153, 0.25);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0 0 3px 0 rgba(153, 153, 153, 0.25);
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    position: relative;
    margin-top: 1em; }
    .homeVideoPosts article:last-child {
      margin-right: 0; }
    .homeVideoPosts article img {
      vertical-align: middle; }
    .homeVideoPosts article .postMetaCard {
      padding: 1em;
      background: rgba(255, 255, 255, 0.7);
      font-size: .875em;
      font-weight: 500;
      font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      max-width: 95%; }
      .homeVideoPosts article .postMetaCard h3 {
        margin-bottom: 0;
        font-size: 1.25rem;
        letter-spacing: -.25px; }
    @media screen and (min-width: 601px) {
      .homeVideoPosts article {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 48.9361702128%; }
        .homeVideoPosts article:last-child {
          margin-right: 0; }
        .homeVideoPosts article:nth-child(2n) {
          margin-right: 0; }
        .homeVideoPosts article:nth-child(2n+1) {
          clear: left; } }
    @media screen and (min-width: 861px) {
      .homeVideoPosts article .postMetaCard {
        position: absolute;
        bottom: 1em;
        padding: 1em 1.5em; } }
    @media screen and (min-width: 1025px) {
      .homeVideoPosts article {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 31.914893617%; }
        .homeVideoPosts article:nth-child(2n) {
          margin-right: 2.1276595745%; }
        .homeVideoPosts article:nth-child(2n+1) {
          clear: none; }
        .homeVideoPosts article:last-child {
          margin-right: 0; }
        .homeVideoPosts article:nth-child(3n) {
          margin-right: 0; }
        .homeVideoPosts article:nth-child(3n+1) {
          clear: left; } }

.errorHeader {
  margin-bottom: 2em;
  border-bottom: 1px solid #f7f7f7; }
  .errorHeader .errorTitle {
    position: relative;
    background: url("./images/design/header-1.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px; }
    .errorHeader .errorTitle h1 {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -moz-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      -o-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
      text-align: center; }

.errorContentContainer {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1em;
  padding-left: 1em; }
  .errorContentContainer::after {
    clear: both;
    content: "";
    display: table; }

.contactContainer .contactHeader {
  border-bottom: 1px solid #f7f7f7; }
  .contactContainer .contactHeader .contactTitle {
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 280px; }
    .contactContainer .contactHeader .contactTitle h1 {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -moz-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      -o-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }

.contactContainer .contactContentContainer {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1em;
  padding-left: 1em;
  margin-top: 3em; }
  .contactContainer .contactContentContainer::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 601px) {
    .contactContainer .contactContentContainer .contactContent {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 57.4468085106%; }
      .contactContainer .contactContentContainer .contactContent:last-child {
        margin-right: 0; }
    .contactContainer .contactContentContainer aside {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 31.914893617%;
      margin-left: 8.5106382979%; }
      .contactContainer .contactContentContainer aside:last-child {
        margin-right: 0; } }

.indexMarquee {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url("./images/background/blog-marquee.png");
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url("./images/background/blog-marquee.png");
  padding-top: 6.5em;
  padding-bottom: 14.8125em; }
  .indexMarquee h2 {
    font-size: 4.6875em;
    color: white;
    line-height: 4.6875rem;
    margin-bottom: 2.25rem; }
  .indexMarquee p {
    font-size: 1.5em;
    color: white; }

.meta {
  text-align: center;
  font-size: 1.125em;
  font-weight: 300;
  color: #3498db;
  margin-top: 1.5rem; }

.indexPosts {
  position: relative;
  top: -34px;
  text-align: center;
  margin-bottom: 2.25rem; }
  .indexPosts h3 {
    font-size: 1.5em; }
    .indexPosts h3 a {
      color: #3d3d3d;
      font-weight: 300;
      letter-spacing: -1px; }

.postHeader .postTitle {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #eeeeee;
  height: calc(70vh - 85px); }
  .postHeader .postTitle h1 {
    position: absolute;
    top: 50%;
    left: 48px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.35);
    font-size: 2.25rem;
    color: white; }

@media screen and (min-width: 1025px) {
  .postHeader .postTitle {
    height: calc(85vh - 220px); }
    .postHeader .postTitle h1 {
      font-size: 2.75rem; } }

.singlePostMeta {
  margin-bottom: 3em;
  border-bottom: 1px solid #ddd; }
  .singlePostMeta > div {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1em 1em 0.5em; }
    .singlePostMeta > div::after {
      clear: both;
      content: "";
      display: table; }
  .singlePostMeta .authorMeta {
    margin-bottom: 2.25em; }
    .singlePostMeta .authorMeta::after {
      clear: both;
      content: "";
      display: table; }
    .singlePostMeta .authorMeta a {
      font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-weight: 700;
      font-size: 1.5rem;
      line-height: 1rem;
      margin-bottom: 0;
      margin-top: 0.5em;
      display: block; }
  .singlePostMeta .tags li:before {
    display: none; }
  @media screen and (min-width: 601px) {
    .singlePostMeta .authorMeta {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 48.9361702128%;
      margin-bottom: 0; }
      .singlePostMeta .authorMeta:last-child {
        margin-right: 0; }
    .singlePostMeta .tags {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 48.9361702128%; }
      .singlePostMeta .tags:last-child {
        margin-right: 0; }
      .singlePostMeta .tags li {
        float: right; } }
  @media screen and (min-width: 1025px) {
    .singlePostMeta > div {
      max-width: 90rem;
      margin-left: auto;
      margin-right: auto;
      padding: 1rem 3rem 0.5rem; }
      .singlePostMeta > div::after {
        clear: both;
        content: "";
        display: table; } }

.postContentContainer {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-right: 1rem;
  padding-left: 1rem; }
  .postContentContainer::after {
    clear: both;
    content: "";
    display: table; }
  .postContentContainer .postAdBannerLarge {
    display: none;
    text-align: center;
    padding-bottom: 15px; }
    .postContentContainer .postAdBannerLarge img {
      max-width: 960px; }
  .postContentContainer .postAdBannerSmall {
    text-align: center;
    padding-bottom: 15px; }
    .postContentContainer .postAdBannerSmall img {
      max-width: 600px; }
  @media screen and (min-width: 601px) {
    .postContentContainer .postAdBannerLarge {
      display: block; }
    .postContentContainer .postAdBannerSmall {
      display: none; } }
  @media screen and (min-width: 1025px) {
    .postContentContainer {
      max-width: 90rem;
      margin-left: auto;
      margin-right: auto;
      padding-top: 2rem;
      padding-right: 3rem;
      padding-left: 3rem; }
      .postContentContainer::after {
        clear: both;
        content: "";
        display: table; } }
  @media screen and (min-width: 1440px) {
    .postContentContainer {
      max-width: 90rem;
      margin-left: auto;
      margin-right: auto;
      padding-top: 2rem;
      padding-right: 0;
      padding-left: 0; }
      .postContentContainer::after {
        clear: both;
        content: "";
        display: table; } }

.postExtrasContainer {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-right: 1rem;
  padding-left: 1rem;
  margin: 0 auto;
  max-width: 60em; }
  .postExtrasContainer::after {
    clear: both;
    content: "";
    display: table; }
  .postExtrasContainer .singlePostPagination {
    margin-bottom: 5rem; }
  .postExtrasContainer .postAdSpace {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center; }
    .postExtrasContainer .postAdSpace a {
      padding: 1rem;
      background: #c1272d;
      display: block;
      color: white;
      font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-weight: 700;
      font-size: 1.3125rem; }

.buyButtons {
  margin: 0 auto;
  max-width: 60em; }

.genericContainer .genericHeader {
  border-bottom: 1px solid #f7f7f7; }
  .genericContainer .genericHeader .genericTitle {
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 280px; }
    .genericContainer .genericHeader .genericTitle h1 {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -moz-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      -o-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }

.genericContainer .genericContentContainer {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1em;
  padding-left: 1em;
  margin-top: 3em; }
  .genericContainer .genericContentContainer::after {
    clear: both;
    content: "";
    display: table; }

.blogImage img {
  width: inherit; }

.archivePostsContainer {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1em;
  padding-left: 1em; }
  .archivePostsContainer::after {
    clear: both;
    content: "";
    display: table; }
  .archivePostsContainer article.archivePosts {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 0em;
    padding: 0 8px 0; }
    @media screen and (min-width: 601px) {
      .archivePostsContainer article.archivePosts {
        width: 49%; } }
    @media screen and (min-width: 1025px) {
      .archivePostsContainer article.archivePosts {
        width: 32.333%; } }
    .archivePostsContainer article.archivePosts .postMetaCard {
      padding: 1em;
      background: rgba(255, 255, 255, 0.7);
      font-size: .875em;
      font-weight: 500;
      font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      max-width: 95%; }
      .archivePostsContainer article.archivePosts .postMetaCard h3 {
        margin-bottom: 0;
        font-size: 1.25rem;
        letter-spacing: -.25px; }
        .archivePostsContainer article.archivePosts .postMetaCard h3 a {
          color: #202020; }
    @media screen and (min-width: 861px) {
      .archivePostsContainer article.archivePosts .postMetaCard {
        position: absolute;
        bottom: 1em;
        padding: 1em 1.5em; } }

.gutter-sizer {
  width: 1%; }

.sms-masonry-class {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 0em; }
  @media screen and (min-width: 601px) {
    .sms-masonry-class {
      width: 49%; } }
  @media screen and (min-width: 1025px) {
    .sms-masonry-class {
      width: 32.333%; } }

.loadMoreContainer {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1em;
  padding-left: 1em;
  padding-top: 3em;
  padding-bottom: 3em;
  text-align: center; }
  .loadMoreContainer::after {
    clear: both;
    content: "";
    display: table; }

.magazineHeader {
  margin-bottom: 2em;
  border-bottom: 1px solid #f7f7f7; }
  .magazineHeader .magazineTitle {
    position: relative;
    background: url("./images/design/header-1.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 280px; }
    .magazineHeader .magazineTitle h1 {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -moz-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      -o-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
      text-align: center; }
      .magazineHeader .magazineTitle h1 span {
        font-size: 50%;
        font-weight: 500;
        text-transform: uppercase;
        position: relative;
        top: -30px; }

.magazineContentContainer .currentIssueContainer {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1em;
  padding-left: 1em; }
  .magazineContentContainer .currentIssueContainer::after {
    clear: both;
    content: "";
    display: table; }
  .magazineContentContainer .currentIssueContainer article {
    padding-right: 3em;
    padding-bottom: 3.75em;
    padding-left: 3em; }
    .magazineContentContainer .currentIssueContainer article::after {
      clear: both;
      content: "";
      display: table; }
    .magazineContentContainer .currentIssueContainer article img {
      width: auto;
      max-width: 160px; }
  @media screen and (min-width: 601px) {
    .magazineContentContainer .currentIssueContainer img {
      width: auto;
      float: left;
      margin-right: 20px; }
    .magazineContentContainer .currentIssueContainer p {
      width: calc(100% - 180px);
      float: left;
      margin-top: 0; } }

.magazineContentContainer .currentIssueArticles .currentIssueContent {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1em;
  padding-left: 1em; }
  .magazineContentContainer .currentIssueArticles .currentIssueContent::after {
    clear: both;
    content: "";
    display: table; }
  .magazineContentContainer .currentIssueArticles .currentIssueContent article {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em; }
    .magazineContentContainer .currentIssueArticles .currentIssueContent article:last-child {
      margin-right: 0; }
  .magazineContentContainer .currentIssueArticles .currentIssueContent aside {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em; }
    .magazineContentContainer .currentIssueArticles .currentIssueContent aside:last-child {
      margin-right: 0; }
    .magazineContentContainer .currentIssueArticles .currentIssueContent aside .authorMeta {
      margin-bottom: 2.25em; }
      .magazineContentContainer .currentIssueArticles .currentIssueContent aside .authorMeta::after {
        clear: both;
        content: "";
        display: table; }
      .magazineContentContainer .currentIssueArticles .currentIssueContent aside .authorMeta a {
        font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 1rem;
        margin-bottom: 0;
        margin-top: 0.5em;
        display: inline-block;
        float: left;
        width: 100%; }
    .magazineContentContainer .currentIssueArticles .currentIssueContent aside .social-sharing {
      margin: 0; }
  @media screen and (min-width: 1025px) {
    .magazineContentContainer .currentIssueArticles .currentIssueContent article {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 48.9361702128%;
      padding: 1.5em 3.75em 3.75em; }
      .magazineContentContainer .currentIssueArticles .currentIssueContent article:last-child {
        margin-right: 0; }
    .magazineContentContainer .currentIssueArticles .currentIssueContent aside {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 48.9361702128%;
      padding: 1.5em 3.75em 3.75em; }
      .magazineContentContainer .currentIssueArticles .currentIssueContent aside:last-child {
        margin-right: 0; } }

.pastIssueContainer {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-right: 1em;
  padding-left: 1em;
  border-top: 1px solid #f7f7f7; }
  .pastIssueContainer::after {
    clear: both;
    content: "";
    display: table; }

.glossaryHeader {
  margin-bottom: 2em;
  border-bottom: 1px solid #f7f7f7; }
  .glossaryHeader .glossaryTitle {
    position: relative;
    background: url("./images/design/header-1.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px; }
    .glossaryHeader .glossaryTitle h1 {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -moz-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      -o-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
      text-align: center; }

.letterLinks {
  padding: 1em;
  text-align: center;
  margin-bottom: 3rem; }
  .letterLinks a {
    margin: 0 0.0625em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 2.5rem;
    height: 2.5rem;
    font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    line-height: 2.5rem;
    display: inline-block;
    vertical-align: middle; }
    .letterLinks a:hover {
      background: #c1272d;
      color: white; }
  @media screen and (min-width: 1025px) {
    .letterLinks a {
      font-size: 1.25rem; } }

.glossaryContentContainer {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1em;
  padding-left: 1em; }
  .glossaryContentContainer::after {
    clear: both;
    content: "";
    display: table; }
  .glossaryContentContainer .tagsArray {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-bottom: 1.875em;
    margin-bottom: 1.875em;
    border-bottom: 1px solid #f7f7f7; }
    .glossaryContentContainer .tagsArray h3 {
      font-size: 2rem;
      line-height: 2.625rem;
      text-align: center;
      margin-bottom: 0.5rem;
      font-weight: 300;
      color: white;
      background: #c1272d;
      width: 3rem;
      height: 3rem;
      display: inline-block; }
    .glossaryContentContainer .tagsArray ul {
      margin: 0;
      padding: 0; }
      .glossaryContentContainer .tagsArray ul li {
        display: block;
        line-height: 2;
        border-bottom: 1px dashed #f7f7f7; }
        .glossaryContentContainer .tagsArray ul li:before {
          display: none; }
        .glossaryContentContainer .tagsArray ul li a {
          padding: 0.25em 1em;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          display: block;
          width: 100%;
          font-family: "freight-sans-pro", "Freight Sans Pro", "FreightSans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
          .glossaryContentContainer .tagsArray ul li a:hover {
            background: #c1272d;
            color: white; }
  @media screen and (min-width: 601px) {
    .glossaryContentContainer .column {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 31.914893617%; }
      .glossaryContentContainer .column:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1025px) {
    .glossaryContentContainer .tagsArray {
      margin-bottom: 3.75em; }
    .glossaryContentContainer ul li a {
      font-size: 1.25rem; } }
  @media screen and (min-width: 1440px) {
    .glossaryContentContainer .tagsArray h3 {
      position: absolute;
      top: 8px;
      left: 0; }
    .glossaryContentContainer .tagsArray ul {
      margin-left: 3.75rem; } }

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("./css/font/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("./css/font/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("./css/font/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("./css/font/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("./css/font/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("./css/font/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }
