/*------------------------------------------------------------------------------
 * Globals
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 *                       __  ____            ____
 *                      /  |/  (_)  __      /  _/___  _____
 *                     / /|_/ / / |/_/_____ / // __ \/ ___/
 *                    / /  / / />  </_____// // / / (__  )
 *                   /_/  /_/_/_/|_|     /___/_/ /_/____/
 *
 * ---------------------------------------------------------------------------*/
@import "https://fonts.googleapis.com/css?family=Fjalla+One|Source+Sans+Pro:400,700";
@keyframes header_slide {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -1252px 0; } }
@-webkit-keyframes header_slide {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -1252px 0; } }
@-moz-keyframes header_slide {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -1252px 0; } }
@-o-keyframes header_slide {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -1252px 0; } }
/* -----------------------------------------------------------------------------
 *                    ______                  ___
 *                   / ____/___ ___  ______ _/ (_)___  ___
 *                  / __/ / __ `/ / / / __ `/ / /_  / / _ \
 *                 / /___/ /_/ / /_/ / /_/ / / / / /_/  __/
 *                /_____/\__, /\__,_/\__,_/_/_/ /___/\___/
 *                         /_/
 *                Equalize.scss - Reset all the browsers!
 * Influenced by Eric Meyer's reset.css http://meyerweb.com/eric/tools/css/reset
 * & Normalize.css http://necolas.github.com/normalize.css
 * ---------------------------------------------------------------------------*/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  background: #000000;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  vertical-align: top; }

embed,
iframe,
object {
  max-width: 100%; }

svg:not(:root) {
  overflow: hidden; }

figure {
  display: table;
  table-layout: fixed; }
  figure img {
    display: block;
    width: 100%; }

[hidden] {
  display: none; }

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

ins {
  background-color: #ff0;
  color: #000;
  text-decoration: none; }

del {
  text-decoration: line-through; }

abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted; }

b, strong {
  font-weight: bold;
  line-height: inherit; }

em {
  font-style: italic; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }

dfn {
  font-style: italic; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

p, pre {
  margin: 0 0 1.618em;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit; }

code, kbd, pre, samp {
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  overflow-x: scroll; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: normal; }
  pre code {
    white-space: pre; }

small {
  font-size: 0.75em;
  line-height: inherit; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

legend {
  white-space: normal; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -moz-appearance: button;
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  vertical-align: bottom;
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -moz-appearance: none;
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

.clearfix:after, .clearfix:before, .group:after, .group:before {
  content: "";
  display: table; }
.clearfix:after, .group:after {
  clear: both; }

/* -----------------------------------------------------------------------------
 *                      ______            ____
 *                     /_  __/___  ____  / / /_  ____  _  __
 *                      / / / __ \/ __ \/ / __ \/ __ \| |/_/
 *                     / / / /_/ / /_/ / / /_/ / /_/ />  <
 *                    /_/  \____/\____/_/_.___/\____/_/|_|
 *                            Handy Helper Classes
 * ---------------------------------------------------------------------------*/
.wrapper {
  max-width: 1280px;
  margin: 0 auto; }

.hidden {
  display: none !important; }

.invisible {
  clip: rect(0px, 0px, 0px, 0px);
  -webkit-clip-path: rect(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  clip-path: rect(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(0px, 0px, 0px, 0px);
  -webkit-clip-path: rect(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  clip-path: rect(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.flex-video {
  height: 0;
  padding-bottom: 67.5%;
  margin-bottom: 1.618rem;
  position: relative;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video embed, .flex-video iframe, .flex-video object, .flex-video video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute; }

.flex_row {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex_col {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex_stretch {
  flex: 1; }

.flex_grow {
  flex: 1 0 auto; }

/* -----------------------------------------------------------------------------
 *  POSITION HELPERS
 * ---------------------------------------------------------------------------*/
.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.pull-center {
  margin-left: auto !important;
  margin-right: auto !important; }

.unpull {
  float: none !important; }

/* -----------------------------------------------------------------------------
 *  MARGIN HELPERS
 * ---------------------------------------------------------------------------*/
.add-margin-left {
  margin-left: 1.618em !important; }

.add-margin-right {
  margin-right: 1.618em !important; }

.add-margin-bottom {
  margin-bottom: 1.618em !important; }

.add-margin-top {
  margin-top: 1.618em !important; }

.add-margin {
  margin: 1.618em !important; }

.remove-margin-left {
  margin-left: 0 !important; }

.remove-margin-right {
  margin-right: 0 !important; }

.remove-margin-bottom {
  margin-bottom: 0 !important; }

.remove-margin-top {
  margin-top: 0 !important; }

.remove-margin {
  margin: 0 !important; }

/* -----------------------------------------------------------------------------
 *  PADDING HELPERS
 * ---------------------------------------------------------------------------*/
.add-padding-left {
  padding-left: 1.618em !important; }

.add-padding-right {
  padding-right: 1.618em !important; }

.add-padding-bottom {
  padding-bottom: 1.618em !important; }

.add-padding-top {
  padding-top: 1.618em !important; }

.add-padding {
  padding: 1.618em !important; }

.remove-padding-left {
  padding-left: 0 !important; }

.remove-padding-right {
  padding-right: 0 !important; }

.remove-padding-bottom {
  padding-bottom: 0 !important; }

.remove-padding-top {
  padding-top: 0 !important; }

.remove-padding {
  padding: 0 !important; }

.panel {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  display: block;
  padding: 1.618em;
  overflow-x: scroll; }
  .panel > p:last-child,
  .panel > ul:last-child,
  .panel > ol:last-child {
    margin-bottom: 0; }

/* -----------------------------------------------------------------------------
 *                              ______     _     __
 *                             / ____/____(_)___/ /
 *                            / / __/ ___/ / __  /
 *                           / /_/ / /  / / /_/ /
 *                           \____/_/  /_/\__,_/
 *          Grid System: .base -> .xs -> .sm -> .md -> .lg -> .xl
 * ---------------------------------------------------------------------------*/
.row, .grid {
  margin: 0 -.809rem;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .row:after, .row:before, .grid:after, .grid:before {
    content: "";
    display: table; }
  .row:after, .grid:after {
    clear: both; }
  .row.collapse > .column, .grid.collapse > .column {
    padding-right: 0;
    padding-left: 0; }
  .row.collapse > .uncollapse, .grid.collapse > .uncollapse {
    padding-right: 0.809rem;
    padding-left: 0.809rem; }
  .row.flexwrap, .grid.flexwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap; }

.grid {
  margin: 0; }

.column {
  padding-right: 0.809rem;
  padding-left: 0.809rem;
  display: block;
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .column:last-child, .column .last {
    float: right; }
  .column.end {
    float: left; }
  .column.collapse {
    padding-right: 0;
    padding-left: 0; }
  .column.base-1 {
    width: 8.33333%; }
  .column.base-2 {
    width: 16.66667%; }
  .column.base-3 {
    width: 25%; }
  .column.base-4 {
    width: 33.33333%; }
  .column.base-5 {
    width: 41.66667%; }
  .column.base-6 {
    width: 50%; }
  .column.base-7 {
    width: 58.33333%; }
  .column.base-8 {
    width: 66.66667%; }
  .column.base-9 {
    width: 75%; }
  .column.base-10 {
    width: 83.33333%; }
  .column.base-11 {
    width: 91.66667%; }
  .column.base-12 {
    width: 100%; }
  .column.base-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .column.base-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .column.base-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .column.base-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .column.base-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .column.base-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .column.base-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .column.base-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .column.base-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .column.base-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .column.base-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .column.base-push-11 {
    position: relative;
    left: 91.66667%;
    ight: auto; }
  .column.base-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .column.base-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .column.base-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .column.base-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .column.base-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .column.base-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .column.base-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .column.base-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .column.base-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .column.base-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .column.base-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .column.base-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column.base-offset-0 {
    margin-left: 0 !important; }
  .column.base-offset-1 {
    margin-left: 8.33333% !important; }
  .column.base-offset-2 {
    margin-left: 16.66667% !important; }
  .column.base-offset-3 {
    margin-left: 25% !important; }
  .column.base-offset-4 {
    margin-left: 33.33333% !important; }
  .column.base-offset-5 {
    margin-left: 41.66667% !important; }
  .column.base-offset-6 {
    margin-left: 50% !important; }
  .column.base-offset-7 {
    margin-left: 58.33333% !important; }
  .column.base-offset-8 {
    margin-left: 66.66667% !important; }
  .column.base-offset-9 {
    margin-left: 75% !important; }
  .column.base-offset-10 {
    margin-left: 83.33333% !important; }
  .column.base-offset-11 {
    margin-left: 91.66667% !important; }
  .column.base-reset-order {
    float: left;
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0; }
  .column.base-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.base-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.base-end {
    float: left; }
  .column.base-centered:last-child {
    float: none; }
  .column.base-uncentered:last-child {
    float: left; }
  .column.base-uncentered.opposite {
    float: right; }

@media (min-width: 481px) {
  .column.xs-1 {
    width: 8.33333%; }
  .column.xs-2 {
    width: 16.66667%; }
  .column.xs-3 {
    width: 25%; }
  .column.xs-4 {
    width: 33.33333%; }
  .column.xs-5 {
    width: 41.66667%; }
  .column.xs-6 {
    width: 50%; }
  .column.xs-7 {
    width: 58.33333%; }
  .column.xs-8 {
    width: 66.66667%; }
  .column.xs-9 {
    width: 75%; }
  .column.xs-10 {
    width: 83.33333%; }
  .column.xs-11 {
    width: 91.66667%; }
  .column.xs-12 {
    width: 100%; }
  .column.xs-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .column.xs-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .column.xs-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .column.xs-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .column.xs-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .column.xs-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .column.xs-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .column.xs-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .column.xs-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .column.xs-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .column.xs-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .column.xs-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .column.xs-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .column.xs-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .column.xs-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .column.xs-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .column.xs-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .column.xs-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .column.xs-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .column.xs-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .column.xs-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .column.xs-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .column.xs-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .column.xs-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column.xs-offset-0 {
    margin-left: 0 !important; }
  .column.xs-offset-1 {
    margin-left: 8.33333% !important; }
  .column.xs-offset-2 {
    margin-left: 16.66667% !important; }
  .column.xs-offset-3 {
    margin-left: 25% !important; }
  .column.xs-offset-4 {
    margin-left: 33.33333% !important; }
  .column.xs-offset-5 {
    margin-left: 41.66667% !important; }
  .column.xs-offset-6 {
    margin-left: 50% !important; }
  .column.xs-offset-7 {
    margin-left: 58.33333% !important; }
  .column.xs-offset-8 {
    margin-left: 66.66667% !important; }
  .column.xs-offset-9 {
    margin-left: 75% !important; }
  .column.xs-offset-10 {
    margin-left: 83.33333% !important; }
  .column.xs-offset-11 {
    margin-left: 91.66667% !important; }
  .column.xs-reset-order {
    float: left;
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0; }
  .column.xs-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.xs-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.xs-end {
    float: left; }
  .column.xs-centered:last-child {
    float: none; }
  .column.xs-uncentered:last-child {
    float: left; }
  .column.xs-uncentered.opposite {
    float: right; }

  .row.xs-collapse > .column {
    padding-right: 0;
    padding-left: 0; }
  .row.xs-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.xs-uncollapse > .column {
    padding-right: .809rem;
    padding-left: .809rem; } }
@media (min-width: 641px) {
  .column.sm-1 {
    width: 8.33333%; }
  .column.sm-2 {
    width: 16.66667%; }
  .column.sm-3 {
    width: 25%; }
  .column.sm-4 {
    width: 33.33333%; }
  .column.sm-5 {
    width: 41.66667%; }
  .column.sm-6 {
    width: 50%; }
  .column.sm-7 {
    width: 58.33333%; }
  .column.sm-8 {
    width: 66.66667%; }
  .column.sm-9 {
    width: 75%; }
  .column.sm-10 {
    width: 83.33333%; }
  .column.sm-11 {
    width: 91.66667%; }
  .column.sm-12 {
    width: 100%; }
  .column.sm-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .column.sm-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .column.sm-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .column.sm-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .column.sm-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .column.sm-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .column.sm-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .column.sm-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .column.sm-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .column.sm-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .column.sm-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .column.sm-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .column.sm-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .column.sm-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .column.sm-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .column.sm-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .column.sm-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .column.sm-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .column.sm-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .column.sm-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .column.sm-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .column.sm-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .column.sm-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .column.sm-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column.sm-offset-0 {
    margin-left: 0 !important; }
  .column.sm-offset-1 {
    margin-left: 8.33333% !important; }
  .column.sm-offset-2 {
    margin-left: 16.66667% !important; }
  .column.sm-offset-3 {
    margin-left: 25% !important; }
  .column.sm-offset-4 {
    margin-left: 33.33333% !important; }
  .column.sm-offset-5 {
    margin-left: 41.66667% !important; }
  .column.sm-offset-6 {
    margin-left: 50% !important; }
  .column.sm-offset-7 {
    margin-left: 58.33333% !important; }
  .column.sm-offset-8 {
    margin-left: 66.66667% !important; }
  .column.sm-offset-9 {
    margin-left: 75% !important; }
  .column.sm-offset-10 {
    margin-left: 83.33333% !important; }
  .column.sm-offset-11 {
    margin-left: 91.66667% !important; }
  .column.sm-reset-order {
    float: left;
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0; }
  .column.sm-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.sm-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.sm-end {
    float: left; }
  .column.sm-centered:last-child {
    float: none; }
  .column.sm-uncentered:last-child {
    float: left; }
  .column.sm-uncentered.opposite {
    float: right; }

  .row.sm-collapse > .column {
    padding-right: 0;
    padding-left: 0; }
  .row.sm-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.sm-uncollapse > .column {
    padding-right: .809rem;
    padding-left: 0.809rem; } }
@media (min-width: 769px) {
  .column.md-1 {
    width: 8.33333%; }
  .column.md-2 {
    width: 16.66667%; }
  .column.md-3 {
    width: 25%; }
  .column.md-4 {
    width: 33.33333%; }
  .column.md-5 {
    width: 41.66667%; }
  .column.md-6 {
    width: 50%; }
  .column.md-7 {
    width: 58.33333%; }
  .column.md-8 {
    width: 66.66667%; }
  .column.md-9 {
    width: 75%; }
  .column.md-10 {
    width: 83.33333%; }
  .column.md-11 {
    width: 91.66667%; }
  .column.md-12 {
    width: 100%; }
  .column.md-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .column.md-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .column.md-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .column.md-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .column.md-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .column.md-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .column.md-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .column.md-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .column.md-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .column.md-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .column.md-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .column.md-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .column.md-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .column.md-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .column.md-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .column.md-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .column.md-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .column.md-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .column.md-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .column.md-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .column.md-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .column.md-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .column.md-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .column.md-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column.md-offset-0 {
    margin-left: 0 !important; }
  .column.md-offset-1 {
    margin-left: 8.33333% !important; }
  .column.md-offset-2 {
    margin-left: 16.66667% !important; }
  .column.md-offset-3 {
    margin-left: 25% !important; }
  .column.md-offset-4 {
    margin-left: 33.33333% !important; }
  .column.md-offset-5 {
    margin-left: 41.66667% !important; }
  .column.md-offset-6 {
    margin-left: 50% !important; }
  .column.md-offset-7 {
    margin-left: 58.33333% !important; }
  .column.md-offset-8 {
    margin-left: 66.66667% !important; }
  .column.md-offset-9 {
    margin-left: 75% !important; }
  .column.md-offset-10 {
    margin-left: 83.33333% !important; }
  .column.md-offset-11 {
    margin-left: 91.66667% !important; }
  .column.md-reset-order {
    float: left;
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0; }
  .column.md-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.md-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.md-end {
    float: left; }
  .column.md-centered:last-child {
    float: none; }
  .column.md-uncentered:last-child {
    float: left; }
  .column.md-uncentered.opposite {
    float: right; }

  .row.md-collapse > .column {
    padding-right: 0;
    padding-left: 0; }
  .row.md-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.md-uncollapse > .column {
    padding-right: .809rem;
    padding-left: .809rem; } }
@media (min-width: 961px) {
  .column.lg-1 {
    width: 8.33333%; }
  .column.lg-2 {
    width: 16.66667%; }
  .column.lg-3 {
    width: 25%; }
  .column.lg-4 {
    width: 33.33333%; }
  .column.lg-5 {
    width: 41.66667%; }
  .column.lg-6 {
    width: 50%; }
  .column.lg-7 {
    width: 58.33333%; }
  .column.lg-8 {
    width: 66.66667%; }
  .column.lg-9 {
    width: 75%; }
  .column.lg-10 {
    width: 83.33333%; }
  .column.lg-11 {
    width: 91.66667%; }
  .column.lg-12 {
    width: 100%; }
  .column.lg-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .column.lg-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .column.lg-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .column.lg-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .column.lg-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .column.lg-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .column.lg-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .column.lg-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .column.lg-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .column.lg-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .column.lg-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .column.lg-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .column.lg-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .column.lg-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .column.lg-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .column.lg-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .column.lg-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .column.lg-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .column.lg-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .column.lg-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .column.lg-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .column.lg-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .column.lg-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .column.lg-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column.lg-offset-0 {
    margin-left: 0 !important; }
  .column.lg-offset-1 {
    margin-left: 8.33333% !important; }
  .column.lg-offset-2 {
    margin-left: 16.66667% !important; }
  .column.lg-offset-3 {
    margin-left: 25% !important; }
  .column.lg-offset-4 {
    margin-left: 33.33333% !important; }
  .column.lg-offset-5 {
    margin-left: 41.66667% !important; }
  .column.lg-offset-6 {
    margin-left: 50% !important; }
  .column.lg-offset-7 {
    margin-left: 58.33333% !important; }
  .column.lg-offset-8 {
    margin-left: 66.66667% !important; }
  .column.lg-offset-9 {
    margin-left: 75% !important; }
  .column.lg-offset-10 {
    margin-left: 83.33333% !important; }
  .column.lg-offset-11 {
    margin-left: 91.66667% !important; }
  .column.lg-reset-order {
    float: left;
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0; }
  .column.lg-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.lg-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.lg-end {
    float: left; }
  .column.lg-centered:last-child {
    float: none; }
  .column.lg-uncentered:last-child {
    float: left; }
  .column.lg-uncentered.opposite {
    float: right; }

  .row.lg-collapse > .column {
    padding-right: 0;
    padding-left: 0; }
  .row.lg-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.lg-uncollapse > .column {
    padding-right: .809rem;
    padding-left: .809rem; } }
@media (min-width: 1201px) {
  .column.xl-1 {
    width: 8.33333%; }
  .column.xl-2 {
    width: 16.66667%; }
  .column.xl-3 {
    width: 25%; }
  .column.xl-4 {
    width: 33.33333%; }
  .column.xl-5 {
    width: 41.66667%; }
  .column.xl-6 {
    width: 50%; }
  .column.xl-7 {
    width: 58.33333%; }
  .column.xl-8 {
    width: 66.66667%; }
  .column.xl-9 {
    width: 75%; }
  .column.xl-10 {
    width: 83.33333%; }
  .column.xl-11 {
    width: 91.66667%; }
  .column.xl-12 {
    width: 100%; }
  .column.xl-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .column.xl-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .column.xl-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .column.xl-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .column.xl-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .column.xl-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .column.xl-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .column.xl-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .column.xl-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .column.xl-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .column.xl-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .column.xl-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .column.xl-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .column.xl-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .column.xl-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .column.xl-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .column.xl-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .column.xl-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .column.xl-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .column.xl-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .column.xl-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .column.xl-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .column.xl-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .column.xl-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column.xl-offset-0 {
    margin-left: 0 !important; }
  .column.xl-offset-1 {
    margin-left: 8.33333% !important; }
  .column.xl-offset-2 {
    margin-left: 16.66667% !important; }
  .column.xl-offset-3 {
    margin-left: 25% !important; }
  .column.xl-offset-4 {
    margin-left: 33.33333% !important; }
  .column.xl-offset-5 {
    margin-left: 41.66667% !important; }
  .column.xl-offset-6 {
    margin-left: 50% !important; }
  .column.xl-offset-7 {
    margin-left: 58.33333% !important; }
  .column.xl-offset-8 {
    margin-left: 66.66667% !important; }
  .column.xl-offset-9 {
    margin-left: 75% !important; }
  .column.xl-offset-10 {
    margin-left: 83.33333% !important; }
  .column.xl-offset-11 {
    margin-left: 91.66667% !important; }
  .column.xl-reset-order {
    float: left;
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0; }
  .column.xl-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.xl-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.xl-end {
    float: left; }
  .column.xl-centered:last-child {
    float: none; }
  .column.xl-uncentered:last-child {
    float: left; }
  .column.xl-uncentered.opposite {
    float: right; }

  .row.xl-collapse > .column {
    padding-right: 0;
    padding-left: 0; }
  .row.xl-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.xl-uncollapse > .column {
    padding-right: .809rem;
    padding-left: .809rem; } }
/*------------------------------------------------------------------------------
 * Generic Components
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 *             _       __               ______
 *            | |     / /___  _________/ / __ \________  __________
 *            | | /| / / __ \/ ___/ __  / /_/ / ___/ _ \/ ___/ ___/
 *            | |/ |/ / /_/ / /  / /_/ / ____/ /  /  __(__  |__  )
 *            |__/|__/\____/_/   \__,_/_/   /_/   \___/____/____/
 *                  Default Wordpress Core Generated Classes
 * ---------------------------------------------------------------------------*/
.alignleft {
  float: left;
  margin: 0 1.618em 1.618em 0; }

.alignright {
  float: right;
  margin: 0 0 1.618em 1.618em; }

.alignnone {
  margin: 0; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #e3e3e3;
  width: auto !important;
  max-width: 100%;
  padding: .809em;
  text-align: center; }
  .wp-caption img {
    border: none;
    margin: 0;
    padding: 0; }
  .wp-caption .wp-caption-text {
    font-size: .9em;
    line-height: 1.2em;
    margin: 0;
    padding: .809em .809em 0; }

.gallery {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 1.618em; }
  .gallery:after, .gallery:before {
    content: "";
    display: table; }
  .gallery:after {
    clear: both; }
  .gallery figure {
    float: left;
    padding: .4em;
    border: 1px solid #e3e3e3;
    background: #fff;
    margin: 0 .4em .4em;
    overflow: hidden;
    position: relative; }
    .gallery figure a {
      display: block;
      background-color: #000; }
    .gallery figure:hover, .gallery figure:focus {
      box-shadow: 0 0 0.2em 0.1em rgba(0, 0, 0, 0.3);
      transition: all .3s ease; }
      .gallery figure:hover img, .gallery figure:focus img {
        opacity: .6;
        transition: inherit; }

/* -----------------------------------------------------------------------------
 *                        ______
 *                       / ____/___  _________ ___  _____
 *                      / /_  / __ \/ ___/ __ `__ \/ ___/
 *                     / __/ / /_/ / /  / / / / / (__  )
 *                    /_/    \____/_/  /_/ /_/ /_/____/
 *
 * ---------------------------------------------------------------------------*/
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 1em;
  height: auto;
  margin: 0 0 0.809em 0;
  padding: .809em;
  transition: border-color 0.15s linear, background 0.15s linear; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    outline: none;
    background: #fafafa;
    border-color: #999999; }

.search_form {
  margin: 0; }
  .search_form .field_wrapper {
    width: auto;
    overflow: hidden; }
  .search_form input[type="search"] {
    flex: 1;
    display: inline-block; }
  .search_form button, .search_form input[type='submit'] {
    border: 1px solid #FFFFFF; }

/* -----------------------------------------------------------------------------
 *                          ____        __  __
 *                         / __ )__  __/ /_/ /_____  ____  _____
 *                        / __  / / / / __/ __/ __ \/ __ \/ ___/
 *                       / /_/ / /_/ / /_/ /_/ /_/ / / / (__  )
 *                      /_____/\__,_/\__/\__/\____/_/ /_/____/
 *
 * ---------------------------------------------------------------------------*/
input[type='submit'],
button,
a.button {
  padding: .809em 1.618em;
  outline: none;
  border: none;
  border-radius: 1px;
  font-size: inherit;
  font-weight: inherit;
  font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #FFFFFF;
  color: #fff;
  transition: all .3s ease;
  position: relative; }
  input[type='submit']:hover, input[type='submit']:focus,
  button:hover,
  button:focus,
  a.button:hover,
  a.button:focus {
    background: #A32635; }
  input[type='submit']:active,
  button:active,
  a.button:active {
    bottom: -1px; }

/* -----------------------------------------------------------------------------
 *                 __  __                      ___       __
 *                / / / /_  ______  ___  _____/ (_)___  / /_______
 *               / /_/ / / / / __ \/ _ \/ ___/ / / __ \/ //_/ ___/
 *              / __  / /_/ / /_/ /  __/ /  / / / / / / ,< (__  )
 *             /_/ /_/\__, / .___/\___/_/  /_/_/_/ /_/_/|_/____/
 *                   /____/_/
 * ---------------------------------------------------------------------------*/
a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  position: relative;
  transition: all .2s linear; }
  a a:visited {
    color: #FFFFFF; }
  a:hover, a:focus {
    color: #A32635; }
  a:active {
    bottom: -1px; }

/* -----------------------------------------------------------------------------
 *                             __    _      __
 *                            / /   (_)____/ /______
 *                           / /   / / ___/ __/ ___/
 *                          / /___/ (__  ) /_(__  )
 *                         /_____/_/____/\__/____/
 *
 * ---------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------
 *  UNORDERED LISTS
 * ---------------------------------------------------------------------------*/
ul {
  list-style-type: none;
  list-style-position: inside;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.618em;
  margin-left: 0;
  margin-bottom: 1.618em; }
  .entry-content ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 1.3em; }
    .entry-content ul.nobullet {
      list-style-type: none;
      list-style-position: inside;
      padding-left: 0; }
    .entry-content ul.bordered, .entry-content ul.bordered li ul {
      padding-left: 0; }
    .entry-content ul ul {
      list-style-type: inherit; }
  .gform_body ul {
    list-style-type: none;
    list-style-position: inside;
    padding-left: 0; }
  ul li {
    margin-left: 0; }
    ul li > ul {
      list-style-type: inherit;
      margin-bottom: 0; }
  ul.square {
    list-style-type: square; }
  ul.circle {
    list-style-type: circle; }
  ul.disc {
    list-style-type: disc; }
  ul.bordered {
    list-style-type: none;
    list-style-position: inside;
    padding-left: 0; }
    ul.bordered li ul {
      margin-left: .3em; }
    ul.bordered li li {
      border-left: 1px solid #FFFFFF;
      padding-left: .809em; }

/* -----------------------------------------------------------------------------
 *  ORDERED LISTS
 * ---------------------------------------------------------------------------*/
ol {
  list-style-type: none;
  list-style-position: inside;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.618em;
  margin-left: 0;
  margin-bottom: 1.618em;
  counter-reset: list; }
  .entry-content ol {
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 1.3em; }
    .entry-content ol.nobullet {
      list-style-type: none;
      list-style-position: inside;
      padding-left: 0; }
    .entry-content ol ol {
      list-style-type: inherit; }
  ol li {
    margin-left: 0; }
    ol li::before {
      font-weight: bold; }
    ol li ol {
      list-style-type: inherit;
      margin-bottom: 0; }
  ol.decimal {
    list-style-type: decimal; }
    ol.decimal.strong {
      list-style-type: none; }
      ol.decimal.strong li::before {
        content: counter(list,decimal) ". ";
        counter-increment: list; }
  ol.decimal-leading-zero {
    list-style-type: decimal-leading-zero; }
    ol.decimal-leading-zero.strong {
      list-style-type: none; }
      ol.decimal-leading-zero.strong li::before {
        content: counter(list,decimal-leading-zero) ". ";
        counter-increment: list; }
  ol.lower-roman {
    list-style-type: lower-roman; }
    ol.lower-roman.strong {
      list-style-type: none; }
      ol.lower-roman.strong li::before {
        content: counter(list,lower-roman) ". ";
        counter-increment: list; }
  ol.upper-roman {
    list-style-type: upper-roman; }
    ol.upper-roman.strong {
      list-style-type: none; }
      ol.upper-roman.strong li::before {
        content: counter(list,upper-roman) ". ";
        counter-increment: list; }
  ol.lower-alpha {
    list-style-type: lower-alpha; }
    ol.lower-alpha.strong {
      list-style-type: none; }
      ol.lower-alpha.strong li::before {
        content: counter(list,lower-alpha) ". ";
        counter-increment: list; }
  ol.upper-alpha {
    list-style-type: upper-alpha; }
    ol.upper-alpha.strong {
      list-style-type: none; }
      ol.upper-alpha.strong li::before {
        content: counter(list,upper-alpha) ". ";
        counter-increment: list; }
  ol.counter {
    list-style-type: none; }
    ol.counter li::before {
      counter-increment: list;
      content: counters(list,".") ". "; }
  ol.bordered {
    list-style-position: inside; }
    ol.bordered li {
      margin-left: 0; }
      ol.bordered li ol, ol.bordered li ul {
        padding-left: .2em;
        list-style-position: inside; }
        ol.bordered li ol li, ol.bordered li ul li {
          border-left: 1px solid;
          padding-left: 1.618em; }

/* -----------------------------------------------------------------------------
 *  DEFINITION LISTS
 * ---------------------------------------------------------------------------*/
dl dt {
  margin-bottom: 1.618em;
  font-weight: 600; }
dl dd {
  margin-bottom: 1.618em; }

/* -----------------------------------------------------------------------------
 *          ______                                         __
 *         /_  __/_  ______  ____  ____ __________ _____  / /_  __  __
 *          / / / / / / __ \/ __ \/ __ `/ ___/ __ `/ __ \/ __ \/ / / /
 *         / / / /_/ / /_/ / /_/ / /_/ / /  / /_/ / /_/ / / / / /_/ /
 *        /_/  \__, / .___/\____/\__, /_/   \__,_/ .___/_/ /_/\__, /
 *            /____/_/          /____/          /_/          /____/
 *
 * ---------------------------------------------------------------------------*/
hr {
  border: solid white;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25em 0 1.618em; }

::-moz-selection {
  background: rgba(0, 0, 0, 0.65);
  text-shadow: none; }

::selection {
  background: rgba(0, 0, 0, 0.65);
  text-shadow: none; }

.lead {
  font-size: 1.21875em;
  line-height: 1.618em; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Fjalla One", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.4em;
  margin: 0 0 .809em 0;
  padding: 0; }

h1 {
  font-size: 3.5em; }

h2 {
  font-size: 2.7em; }

h3 {
  font-size: 2.0em; }

h4 {
  font-size: 1.7em; }

h5 {
  font-size: 1.3em; }

h6 {
  font-size: 1em; }

blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #DDDDDD;
  line-height: 1.618em;
  color: white; }
  blockquote cite {
    display: block;
    font-size: 0.8125em;
    color: white; }
    blockquote cite:before {
      content: "\2014 \0020"; }

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

.jumbo {
  font-size: 10em; }

/*------------------------------------------------------------------------------
 * Specific Components
 * -------------------------------------------------------------------------- */
#masthead {
  position: relative;
  width: 100%;
  padding: 0; }
  #masthead:after, #masthead:before {
    content: "";
    display: table; }
  #masthead:after {
    clear: both; }
  #masthead .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center; }
  #masthead .site-branding {
    max-width: 1280px;
    width: 100%;
    padding: 0.809rem; }
    #masthead .site-branding h1, #masthead .site-branding h2 {
      font-size: 3rem;
      line-height: 1.5em;
      padding: 0;
      margin: 0;
      white-space: nowrap; }
      #masthead .site-branding h1.has-logo, #masthead .site-branding h2.has-logo {
        font-size: 1rem;
        line-height: 1rem; }
  #masthead .menu-toggle {
    float: right;
    margin-left: auto;
    background: transparent;
    color: #f0f0f0;
    font-size: 2em;
    padding: 0 1em;
    border: 0; }
  #masthead #scroller {
    background: url(../images/header_scroll.jpg) transparent repeat-x scroll center 0;
    height: 125px;
    position: relative;
    width: 2186px; }
  #masthead .header-animate {
    animation-name: header_slide;
    animation-duration: 50s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-timing-function: linear;
    animation-delay: 0s;
    -webkit-animation-name: header_slide;
    -webkit-animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -moz-animation-name: header_slide;
    -moz-animation-duration: 50s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-timing-function: linear;
    -moz-animation-delay: 0s; }
  @media (min-width: 769px) {
    #masthead .menu-toggle {
      display: none; }
    #masthead .dropdown-toggle {
      display: none; } }

nav.navigation-menu {
  font-family: "Fjalla One", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }
  nav.navigation-menu .dropdown {
    display: block;
    width: 100%; }
  nav.navigation-menu > ul, nav.navigation-menu > .menu > ul {
    width: 100%;
    margin: 0;
    padding: 1em 0 1.618em; }
  nav.navigation-menu li {
    display: block;
    position: relative; }
    nav.navigation-menu li ul.sub-menu {
      list-style: none;
      display: block;
      height: 0;
      text-align: left;
      position: absolute;
      width: 100%;
      min-width: 100%;
      z-index: 999;
      opacity: 0;
      visibility: hidden;
      transition: opacity .4s ease;
      padding-left: 1.618em; }
      nav.navigation-menu li ul.sub-menu li {
        display: block; }
      nav.navigation-menu li ul.sub-menu.focused {
        position: relative;
        visibility: visible;
        opacity: 1;
        height: auto; }
  nav.navigation-menu a, nav.navigation-menu a:link {
    display: block;
    padding: .5em .75em .5em;
    color: #fff;
    font-size: 1.5em; }
  nav.navigation-menu .fa {
    font-size: 1.5em;
    padding: 0.5em 0.75em; }
    nav.navigation-menu .fa > a {
      left: 0;
      padding: 0.5em 0.75em;
      position: absolute;
      text-indent: -99999px;
      top: 0; }

#site-navigation {
  display: none;
  /***************************************************************************
   *                    Awesome Sauce Styles for Desktop                     *
   ***************************************************************************/ }
  #site-navigation:after, #site-navigation:before {
    content: "";
    display: table; }
  #site-navigation:after {
    clear: both; }
  #site-navigation.dropdown {
    display: block;
    width: 100%;
    clear: both;
    opacity: 0;
    height: auto;
    max-height: 0;
    visibility: hidden;
    transition: max-height 0.5s ease-in-out, transform 0.5s ease-in-out; }
    #site-navigation.dropdown.opening, #site-navigation.dropdown.open {
      opacity: 1;
      visibility: visible;
      height: auto;
      max-height: 1000px; }
    #site-navigation.dropdown.closing, #site-navigation.dropdown.closed {
      max-height: 0;
      opacity: 1;
      visibility: visible; }
    #site-navigation.dropdown.closed {
      visibility: hidden;
      opacity: 0; }
  #site-navigation > ul, #site-navigation > .menu > ul {
    width: 100%;
    margin: 0;
    padding: 1em 0 1.618em; }
  #site-navigation li {
    display: block;
    position: relative; }
    #site-navigation li ul.sub-menu {
      list-style: none;
      display: block;
      height: 0;
      text-align: left;
      position: absolute;
      width: 100%;
      min-width: 100%;
      z-index: 999;
      opacity: 0;
      visibility: hidden;
      transition: opacity .4s ease;
      padding-left: 1.618em; }
      #site-navigation li ul.sub-menu li {
        display: block; }
      #site-navigation li ul.sub-menu.focused {
        position: relative;
        visibility: visible;
        opacity: 1;
        height: auto; }
  #site-navigation a, #site-navigation a:link {
    display: block;
    padding: .5em .75em .5em;
    color: #fff; }
  @media (min-width: 769px) {
    #site-navigation {
      display: block; }
      #site-navigation.dropdown {
        width: auto;
        clear: none;
        opacity: 1;
        height: auto;
        max-height: none;
        visibility: visible;
        transition: all .3s ease; }
        #site-navigation.dropdown.closing, #site-navigation.dropdown.closed {
          visibility: visible;
          opacity: 1;
          max-height: none;
          height: auto; }
      #site-navigation li {
        position: relative;
        white-space: nowrap; }
        #site-navigation li ul.sub-menu {
          position: absolute !important;
          width: auto;
          min-width: 100%;
          padding: 0;
          height: 0;
          transform: translateY(-1em);
          transition: transform .3s linear, opacity .4s linear; }
          #site-navigation li ul.sub-menu li {
            display: block; }
          #site-navigation li ul.sub-menu.focused {
            transition: transform .3s linear, opacity .4s linear;
            visibility: visible;
            opacity: 1;
            height: auto;
            transform: translateY(0); }
        #site-navigation li:hover > ul.sub-menu, #site-navigation li:focus > ul.sub-menu {
          transition: transform .3s linear, opacity .4s linear;
          visibility: visible;
          opacity: 1;
          height: auto;
          transform: translateY(0); }
        #site-navigation li ul.sub-menu.focused {
          transition: transform .3s linear, opacity .4s linear;
          visibility: visible;
          opacity: 1;
          height: auto;
          transform: translateY(0); }
      #site-navigation a {
        display: block;
        padding: .404em; }
      #site-navigation > ul.menu {
        display: block;
        white-space: nowrap;
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; }
        #site-navigation > ul.menu > li {
          display: inline-block;
          zoom: 1;
          margin: 0; }
          #site-navigation > ul.menu > li:first-child {
            margin-left: 0; }
          #site-navigation > ul.menu > li:last-child {
            margin-right: 0; }
          #site-navigation > ul.menu > li > a, #site-navigation > ul.menu > li > a:link {
            padding: .5em .75em .5em; }
          #site-navigation > ul.menu > li > ul.sub-menu {
            left: 0;
            background: #000000; }
            #site-navigation > ul.menu > li > ul.sub-menu > li > ul.sub-menu {
              top: 0;
              right: 100%; }
              #site-navigation > ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
                top: 0;
                right: 100%; } }

.dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  padding: .809em 1.618em;
  background: transparent;
  transition: transform .3s ease; }
  .dropdown-toggle.focused, .dropdown-toggle:hover {
    transform: rotate(90deg); }
  .dropdown-toggle:hover, .dropdown-toggle:focus {
    background: transparent; }
  .dropdown-toggle:active {
    bottom: auto; }

#colophon {
  width: 100%;
  padding: 10em 1.618em 1.618em 1.618em;
  color: #f0f0f0;
  text-align: center;
  background-image: url(../images/makers-mark.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 150px 150px; }

/* -----------------------------------------------------------------------------
 *                       _       ___     __           __
 *                      | |     / (_)___/ /___ ____  / /______
 *                      | | /| / / / __  / __ `/ _ \/ __/ ___/
 *                      | |/ |/ / / /_/ / /_/ /  __/ /_(__  )
 *                      |__/|__/_/\__,_/\__, /\___/\__/____/
 *                                     /____/
 * ---------------------------------------------------------------------------*/
.widget {
  margin-bottom: 2em; }
  .widget .widget-title {
    font-size: 1.2em;
    text-align: right; }

.banner-bottom {
  background: #fff;
  font-size: .9rem;
  display: block;
  margin: 0 auto 1.618em;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  padding: 0; }
  .banner-bottom > .wrapper {
    display: table;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap; }
    .banner-bottom > .wrapper > div {
      display: table-cell;
      padding: .809em;
      border-right: 1px solid white; }
      .banner-bottom > .wrapper > div:first-child {
        padding-left: 0; }
      .banner-bottom > .wrapper > div:last-child {
        padding-right: 0;
        border-right: none; }
  .banner-bottom .breadcrumbs_wrapper {
    width: 100%;
    order: 3; }
    .banner-bottom .breadcrumbs_wrapper ul {
      color: #bababa;
      margin: 0;
      padding: 0 .809em;
      flex: 1;
      width: 100%; }
      .banner-bottom .breadcrumbs_wrapper ul a, .banner-bottom .breadcrumbs_wrapper ul a:link {
        color: #bababa;
        transition: all .3s linear; }
        .banner-bottom .breadcrumbs_wrapper ul a:hover, .banner-bottom .breadcrumbs_wrapper ul a:focus, .banner-bottom .breadcrumbs_wrapper ul a:link:hover, .banner-bottom .breadcrumbs_wrapper ul a:link:focus {
          color: #FFFFFF; }
    .banner-bottom .breadcrumbs_wrapper li {
      display: inline-block;
      zoom: 1;
      *display: inline; }
      .banner-bottom .breadcrumbs_wrapper li:after {
        content: '\f105';
        display: inline-block;
        font: normal normal normal 1em/1em FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        padding: 0 .5em; }
      .banner-bottom .breadcrumbs_wrapper li:last-child:after {
        content: none; }
      .banner-bottom .breadcrumbs_wrapper li.home span.fa {
        padding: 0 .3em 0 0; }
  .banner-bottom .search_wrapper {
    width: 100%;
    order: 1;
    border-top: 1px solid white;
    border-bottom: 1px solid white; }
    .banner-bottom .search_wrapper form {
      width: 100%;
      margin: 0;
      display: block;
      position: relative;
      display: table;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      .banner-bottom .search_wrapper form .field_wrapper {
        display: table-cell;
        padding: 0;
        margin: 0; }
      .banner-bottom .search_wrapper form input {
        border: none;
        outline: none;
        padding: 0;
        width: 100%;
        margin: 0;
        box-shadow: none; }
        .banner-bottom .search_wrapper form input:focus {
          outline: none; }
      .banner-bottom .search_wrapper form button {
        padding: 0 0 0 .809em;
        margin: 0;
        background: transparent;
        border: none;
        color: #bababa; }
        .banner-bottom .search_wrapper form button:hover, .banner-bottom .search_wrapper form button:focus {
          color: #FFFFFF; }
  .banner-bottom .social {
    width: 100%;
    order: 2;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid white;
    text-align: center; }
    .banner-bottom .social ul {
      padding: 0;
      margin: 0; }
    .banner-bottom .social li {
      display: inline;
      display: inline-block;
      zoom: 1; }
    .banner-bottom .social .icon {
      padding: 0 .809em; }
    .banner-bottom .social a, .banner-bottom .social a:link {
      color: #bababa; }
      .banner-bottom .social a:hover, .banner-bottom .social a:focus, .banner-bottom .social a:link:hover, .banner-bottom .social a:link:focus {
        color: #FFFFFF; }
  @media (min-width: 481px) {
    .banner-bottom .search_wrapper {
      width: 50%;
      flex: 1; }
    .banner-bottom .social {
      border-top: 1px solid white;
      width: auto; } }
  @media (min-width: 769px) {
    .banner-bottom .breadcrumbs_wrapper {
      flex: 1;
      width: auto;
      order: 1; }
    .banner-bottom .search_wrapper {
      width: auto;
      min-width: 250px;
      order: 2;
      flex: 0 1 auto;
      border-bottom: none;
      border-top: none; }
    .banner-bottom .social {
      width: auto;
      auto: 3;
      border-bottom: none;
      border-top: none; } }

.mpress_sharing {
  list-style: none inside;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  .mpress_sharing li {
    display: inline;
    display: inline-block;
    zoom: 1;
    flex: 1;
    margin: 0 .405em;
    text-align: center; }
    .mpress_sharing li:first-child {
      margin-left: 0; }
    .mpress_sharing li:last-child {
      margin-right: 0; }
  .mpress_sharing a, .mpress_sharing a:link {
    display: block;
    background: #e3e3e3;
    color: #fff;
    padding: .5em .809em;
    font-size: .9em; }
    .mpress_sharing a.facebook, .mpress_sharing a:link.facebook {
      background: #3b5998; }
      .mpress_sharing a.facebook:focus, .mpress_sharing a.facebook:hover, .mpress_sharing a:link.facebook:focus, .mpress_sharing a:link.facebook:hover {
        background: #263961; }
    .mpress_sharing a.twitter, .mpress_sharing a:link.twitter {
      background: #55acee; }
      .mpress_sharing a.twitter:focus, .mpress_sharing a.twitter:hover, .mpress_sharing a:link.twitter:focus, .mpress_sharing a:link.twitter:hover {
        background: #1689e0; }
    .mpress_sharing a.googleplus, .mpress_sharing a:link.googleplus {
      background: #dd4b39; }
      .mpress_sharing a.googleplus:focus, .mpress_sharing a.googleplus:hover, .mpress_sharing a:link.googleplus:focus, .mpress_sharing a:link.googleplus:hover {
        background: #ac2d1e; }
    .mpress_sharing a.linkedin, .mpress_sharing a:link.linkedin {
      background: #007bb5; }
      .mpress_sharing a.linkedin:focus, .mpress_sharing a.linkedin:hover, .mpress_sharing a:link.linkedin:focus, .mpress_sharing a:link.linkedin:hover {
        background: #004769; }
    .mpress_sharing a.instagram, .mpress_sharing a:link.instagram {
      background: #125688; }
      .mpress_sharing a.instagram:focus, .mpress_sharing a.instagram:hover, .mpress_sharing a:link.instagram:focus, .mpress_sharing a:link.instagram:hover {
        background: #092b44; }
    .mpress_sharing a.pinterest, .mpress_sharing a:link.pinterest {
      background: #cb2027; }
      .mpress_sharing a.pinterest:focus, .mpress_sharing a.pinterest:hover, .mpress_sharing a:link.pinterest:focus, .mpress_sharing a:link.pinterest:hover {
        background: #89161a; }
    .mpress_sharing a.stumble, .mpress_sharing a:link.stumble {
      background: #eb4924; }
      .mpress_sharing a.stumble:focus, .mpress_sharing a.stumble:hover, .mpress_sharing a:link.stumble:focus, .mpress_sharing a:link.stumble:hover {
        background: #b22e10; }
    .mpress_sharing a.reddit, .mpress_sharing a:link.reddit {
      background: #eb4924; }
      .mpress_sharing a.reddit:focus, .mpress_sharing a.reddit:hover, .mpress_sharing a:link.reddit:focus, .mpress_sharing a:link.reddit:hover {
        background: #b22e10; }
    .mpress_sharing a.quora, .mpress_sharing a:link.quora {
      background: #a82400; }
      .mpress_sharing a.quora:focus, .mpress_sharing a.quora:hover, .mpress_sharing a:link.quora:focus, .mpress_sharing a:link.quora:hover {
        background: #5b1400; }
  .mpress_sharing .icon {
    width: 1em;
    padding: 0 1.618em 0 0; }

body.offcanvas #page-wrapper {
  position: relative;
  width: 100%;
  transition: transform .4s ease-in-out;
  background-size: cover; }

body.offcanvas-open #page-wrapper, body.offcanvas-open .off-canvas-menu, body.offcanvas-opening #page-wrapper, body.offcanvas-opening .off-canvas-menu {
  transform: translate3d(-280px, 0, 0); }

.off-canvas-menu {
  display: block;
  position: fixed;
  height: 100%;
  right: -280px;
  width: 280px;
  visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: scroll;
  transform: translate3d(0, 0, 0);
  transition: transform .4s ease-in-out; }
  .off-canvas-menu.open, .off-canvas-menu.opening, .off-canvas-menu.closing {
    visibility: visible; }
  .off-canvas-menu header {
    padding: .809rem 0; }
    .off-canvas-menu header:after, .off-canvas-menu header:before {
      content: "";
      display: table; }
    .off-canvas-menu header:after {
      clear: both; }
  .off-canvas-menu .menu-toggle {
    float: right;
    border-radius: .3rem;
    margin-right: .809em; }
    .off-canvas-menu .menu-toggle .icon {
      padding: 0 .809rem 0 0; }
  .off-canvas-menu a, .off-canvas-menu a:link {
    display: block;
    padding: .809em 1.618em .809em;
    color: #fff;
    transition: background .4s ease; }
    .off-canvas-menu a:hover, .off-canvas-menu a:focus, .off-canvas-menu a:link:hover, .off-canvas-menu a:link:focus {
      background: #24262c; }
  .off-canvas-menu > nav > ul, .off-canvas-menu > nav > .menu > ul {
    width: 100%;
    margin: 0;
    padding: 1em 0 1.618em; }
  .off-canvas-menu li {
    display: block;
    position: relative; }
    .off-canvas-menu li ul.sub-menu {
      list-style: none;
      display: block;
      height: auto;
      text-align: left;
      position: absolute;
      width: 100%;
      min-width: 100%;
      z-index: 999;
      opacity: 0;
      visibility: hidden;
      transition: opacity .4s ease; }
      .off-canvas-menu li ul.sub-menu li {
        display: block; }
      .off-canvas-menu li ul.sub-menu a, .off-canvas-menu li ul.sub-menu a:link {
        padding-left: 3.2em; }
    .off-canvas-menu li:focus > ul.sub-menu, .off-canvas-menu li.expanded > ul.sub-menu {
      position: relative;
      visibility: visible;
      opacity: 1; }

/*------------------------------------------------------------------------------
 * Basic Scaffolding
 * -------------------------------------------------------------------------- */
html {
  width: 100%;
  height: 100%; }

body {
  position: relative;
  font: normal normal normal 1rem/1.618em "Source Sans Pro", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  color: #FFFFFF;
  overflow: hidden;
  word-wrap: break-word; }
  body.custom-background {
    background-size: cover; }
  body.offcanvas {
    background-color: #333; }
    body.offcanvas #wpadminbar {
      position: fixed !important; }

#makers-mark {
  display: none;
  position: absolute;
  opacity: 0; }
  @media (min-width: 481px) {
    #makers-mark {
      opacity: .1; } }
  @media (min-width: 641px) {
    #makers-mark {
      opacity: .2; } }
  @media (min-width: 769px) {
    #makers-mark {
      opacity: .3; } }
  @media (min-width: 961px) {
    #makers-mark {
      opacity: .4; } }
  @media (min-width: 1201px) {
    #makers-mark {
      opacity: .5; } }

#page {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 0 auto;
  transition: transform .6s ease; }

#content {
  max-width: 1280px;
  padding: .809rem;
  margin: auto; }
  #content article {
    border-bottom: 2px solid #6c6c6c;
    margin-bottom: 1em; }
    #content article .entry-title {
      margin: 0 0 10px 0;
		padding: 0 0 0 15px;
      background-color: #A32635; }
hr {
  size: 2px;
  color: #6c6c6c;
  background-color: #6c6c6c; }

.entry-meta {
  color: white;
  font-size: .9rem;
  padding: .809em 0; }
  .entry-meta a, .entry-meta a:link {
    color: white; }
    .entry-meta a:hover, .entry-meta a:focus, .entry-meta a:link:hover, .entry-meta a:link:focus {
      color: #FFFFFF; }
  .entry-meta ul {
    list-style: none inside; }
    .entry-meta ul li {
      display: inline;
      display: inline-block;
      margin-right: 1em;
      zoom: 1; }
  .entry-meta span.icon {
    padding: 0 .3em 0 0; }

/*# sourceMappingURL=style.css.map */
