@charset "UTF-8";
body.env-local:before {
  background-color: #FCF8E3;
  border-bottom: 1px solid #FBEED5;
  border-left: 1px solid #FBEED5;
  color: #C09853;
  font: small-caption;
  padding: 3px 6px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100; }
  @media all and (min-width: 20em) {
    body.env-local:before {
      content: "mob ≥ 320px (20em)"; } }
  @media all and (min-width: 37.5em) {
    body.env-local:before {
      content: "phab ≥ 600px (37.5em)"; } }
  @media all and (min-width: 46.25em) {
    body.env-local:before {
      content: "tab ≥ 740px (46.25em)"; } }
  @media all and (min-width: 61.25em) {
    body.env-local:before {
      content: "lap ≥ 980px (61.25em)"; } }
  @media all and (min-width: 81.25em) {
    body.env-local:before {
      content: "desk ≥ 1300px (81.25em)"; } }
  @media all and (min-width: 112.5em) {
    body.env-local:before {
      content: "epic ≥ 1800px (112.5em)"; } }

/**
 * Tests
 * (scroll down to edit the tests)
 */
@media all and (min-width: 20em) {
  .element {
    color: green; } }

@media all and (min-width: 37.5em) {
  .element {
    color: yellow; } }

@media all and (min-width: 46.25em) {
  .element {
    color: blue; } }

@media all and (max-width: 61.24em) {
  .element {
    color: red; } }

@media all and (max-width: 400px), (min-width: 650px) and (max-width: 1200px) {
  .element {
    color: crimson; } }

@media all and (min-width: 75em) {
  .element {
    color: yellow; } }

/**
 * For older browsers that don't support @media queries
 * (in our case: IE8)


.element {
    @include mq($from: mob) {
        color: lighten(green,40);
    }
    @include mq($from: tab) {
        color: lighten(blue,40);
    }
    @include mq($to: lap) {
        color: lighten(red,40); // Not wide enough: won't be in the output
    }
    @include mq(desk) {
        color: lighten(crimson,40); // Too wide: won't be in the output
    }

}
 */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, hgroup, nav, section {
  display: block; }

@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

html {
  background: #fafafa;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: white;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  font-family: "Rubik", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4em;
  color: #5f5f58;
  overflow-x: hidden; }

.row {
  width: 100%;
  padding: 0;
  margin: 0;
  padding: 0px; }

.container {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  max-width: 1200px; }
  @media all and (min-width: 61.25em) {
    .container {
      padding: 30px 40px; } }
  @media all and (min-width: 81.25em) {
    .container {
      padding: 40px 40px; } }

.admin-bar {
  background: #89C625 url(/_assets/img/flash-bg.png) repeat center center;
  text-align: center;
  color: #fafafa;
  font-size: 20px;
  font-size: 2rem;
  padding: 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99; }
  .admin-bar.env-local {
    background-color: #89C625; }
  .admin-bar.env-dev {
    background-color: #FFC416; }
  .admin-bar.env-stage {
    background-color: #fdb633; }
  .admin-bar.env-prod {
    background-color: #ec4e2f; }

section#debug {
  border-top: 1px solid #9f9f98;
  background: #fafafa;
  width: 100%;
  max-width: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3) inset;
  margin: 0; }
  section#debug .col-group {
    max-width: 1200px;
    margin: 10px auto; }

.edit-this a {
  font-size: 70%;
  background: #fafafa;
  padding: 1px 8px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ec4e2f; }

h1 .edit-this {
  margin: 0 10px; }

.button {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 10px 10px 10px;
  margin-bottom: .3em;
  font-weight: 400;
  font-family: "Rubik", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4em;
  color: #fafafa;
  text-align: center;
  vertical-align: middle;
  background-color: #ec4e2f;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  *margin-left: .3em; }
  .button:visited, .button:hover {
    color: #5f5f58;
    text-decoration: none; }

.button:first-child {
  *margin-left: 0; }

.disabled-button {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: default; }

.error-button {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ec4e2f), to(#d53313));
  background-image: -webkit-linear-gradient(top, #ec4e2f, #d53313);
  background-color: #d53313;
  background-image: -moz-linear-gradient(top, #ec4e2f, #d53313);
  background-image: -ms-linear-gradient(top, #ec4e2f, #d53313);
  background-image: -o-linear-gradient(top, #ec4e2f, #d53313);
  background-image: linear-gradient(top, #ec4e2f, #d53313);
  background-repeat: repeat-x;
  color: #fafafa; }
  .error-button:visited, .error-button:hover {
    color: #fafafa; }

.primary-button {
  background-color: #ec4e2f; }

.secondary-button {
  background-color: #5f5f58; }

.success-button {
  background-color: #236961; }

.warning-button {
  background-color: #fdb633; }

.mini-button {
  padding: 3px 5px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px; }

.small-button {
  padding: 6px 10px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px; }

.large-button {
  padding: 11px 22px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: normal;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.extlarge-button {
  padding: 11px 22px;
  font-size: 21px;
  font-size: 2.1rem;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.button-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
  margin-bottom: 1.4em; }
  .button-group .button {
    position: relative;
    float: left;
    margin-left: -1px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box; }
    .button-group .button:first-child {
      margin-left: 0;
      -webkit-border-top-right-radius: 2px;
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-bottom-left-radius: 2px;
      -webkit-border-top-left-radius: 0;
      -moz-border-radius-topright: 2px;
      -moz-border-radius-bottomright: 0;
      -moz-border-radius-bottomleft: 2px;
      -moz-border-radius-topleft: 0;
      border-top-right-radius: 2px;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 2px;
      border-top-left-radius: 0;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box; }
    .button-group .button:last-child {
      -webkit-border-top-right-radius: 0;
      -webkit-border-bottom-right-radius: 2px;
      -webkit-border-bottom-left-radius: 0;
      -webkit-border-top-left-radius: 2px;
      -moz-border-radius-topright: 0;
      -moz-border-radius-bottomright: 2px;
      -moz-border-radius-bottomleft: 0;
      -moz-border-radius-topleft: 2px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 2px;
      border-bottom-left-radius: 0;
      border-top-left-radius: 2px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box; }
    .button-group .button.large:first-child {
      margin-left: 0;
      -webkit-border-top-right-radius: 4px;
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-bottom-left-radius: 4px;
      -webkit-border-top-left-radius: 0;
      -moz-border-radius-topright: 4px;
      -moz-border-radius-bottomright: 0;
      -moz-border-radius-bottomleft: 4px;
      -moz-border-radius-topleft: 0;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 0;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box; }
    .button-group .button.large:last-child {
      -webkit-border-top-right-radius: 0;
      -webkit-border-bottom-right-radius: 4px;
      -webkit-border-bottom-left-radius: 0;
      -webkit-border-top-left-radius: 4px;
      -moz-border-radius-topright: 0;
      -moz-border-radius-bottomright: 4px;
      -moz-border-radius-bottomleft: 0;
      -moz-border-radius-topleft: 4px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 0;
      border-top-left-radius: 4px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box; }

.button-toolbar {
  clear: both;
  margin-top: 0.7em;
  margin-bottom: 0.7em; }
  .button-toolbar .button-group {
    display: inline-block;
    *display: inline;
    *zoom: 1; }

form {
  margin: 0 0 1.4em 0; }
  form fieldset {
    margin-bottom: 1.4em;
    padding: 0;
    border-width: 0; }
  form legend {
    display: block;
    width: 100%;
    margin-bottom: 2.8em;
    *margin-left: -7px;
    padding: 0;
    color: #5f5f58;
    border: 0;
    border-bottom: 1px solid #9f9f98;
    white-space: normal; }
    form legend small {
      font-size: 14px;
      font-size: 1.4rem;
      color: #bababa; }
  form p {
    margin-bottom: 0.7em; }
  form br {
    display: none; }

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: baseline;
  *vertical-align: middle; }

input,
button,
select,
textarea {
  font-family: "Rubik", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

label {
  display: block;
  margin-bottom: 0.175em;
  font-weight: 400;
  color: #5f5f58;
  cursor: pointer; }
  label input,
  label textarea,
  label select {
    display: block; }

input,
textarea,
select {
  display: inline-block;
  width: 100%;
  padding: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0.35em;
  background-color: #fafafa;
  border: 1px solid #9f9f98;
  color: #5f5f58;
  max-width: 300px; }
  input:hover,
  textarea:hover,
  select:hover {
    border-color: #f59e8c; }

::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem; }

input:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem; }

input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
  display: inline-block; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="image"] {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
  cursor: pointer;
  *overflow: visible; }

select,
input[type="file"] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px; }

select {
  width: auto;
  background-color: #fafafa;
  font-size: 13px;
  font-size: 1.3rem; }

select[multiple],
select[size] {
  height: auto; }

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

input[type="hidden"] {
  display: none; }

.radio,
.checkbox {
  padding-left: 18px;
  font-weight: normal; }

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px; }

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle; }

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px; }

.form-control {
  display: block;
  margin: 0 0 20px 0; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: not-allowed; }

input:focus,
textarea:focus {
  border-color: #ec4e2f, 40%;
  outline: 0;
  outline: thin dotted \9; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.help-block,
.help-inline {
  color: #9f9f98; }

.help-block {
  display: block;
  margin-bottom: 0.7em; }

.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px; }

.form-inline input,
.form-inline textarea,
.form-inline select {
  display: inline-block;
  margin-bottom: 0; }

.form-inline label {
  display: inline-block; }

.form-inline .radio,
.form-inline .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle; }

.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px; }

.form-search input,
.form-search textarea,
.form-search select {
  display: inline-block;
  margin-bottom: 0; }

.form-search .search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px; }

.form-search label {
  display: inline-block; }

.form-search .radio,
.form-search .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle; }

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px; }

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.4em;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent; }
  table th,
  table td {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #fdedea;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4em;
    text-align: left; }
  table th {
    font-weight: bold; }
  table thead, table th {
    vertical-align: bottom; }
    table thead td, table th td {
      font-weight: bold; }
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td {
    border-top: 0; }
  table tbody + tbody {
    border-top: 2px solid #fdedea; }
  table tbody tr td,
  table tbody tr th {
    -webkit-transition: background-color 0.25s 0 linear;
    -moz-transition: background-color 0.25s 0 linear;
    -ms-transition: background-color 0.25s 0 linear;
    -o-transition: background-color 0.25s 0 linear;
    transition: background-color 0.25s 0 linear; }
  table tbody tr:hover td,
  table tbody tr:hover th {
    background-color: white; }

.table-condensed th,
.table-condensed td {
  padding: 4px 5px; }

.table-bordered {
  border: 1px solid #fdedea;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed; }
  .table-bordered th,
  .table-bordered td {
    border-left: 1px solid #fdedea; }
  .table-bordered thead:first-child tr:first-child th,
  .table-bordered tbody:first-child tr:first-child th,
  .table-bordered tbody:first-child tr:first-child td {
    border-top: 0; }

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: white; }

img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

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

figure {
  margin-bottom: 1.4em;
  margin: 0 -20px 20px; }
  figure img {
    margin-bottom: 0.35em;
    width: 100%; }
  figure figcaption {
    display: block;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    color: #9f9f98; }
  @media all and (min-width: 61.25em) {
    figure.left {
      float: left;
      width: 50%;
      margin: 0 20px 20px -20px; }
    figure.right {
      float: right;
      width: 75%;
      margin: 0 -25% 20px 20px; } }

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  z-index: 0;
  margin: 0 0 20px; }
  .video-container iframe {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0; }

.list-bordered {
  list-style-type: none;
  margin: 0 0 1.4em 0;
  padding: 0; }
  .list-bordered li {
    margin-bottom: 0.35em;
    padding-bottom: 0.35em;
    border-bottom: 1px dashed #9f9f98; }
  .list-bordered li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom-width: 0; }

.link-list {
  list-style: none;
  clear: both;
  float: none;
  margin: 0 0 1.4em 0;
  padding: 0; }
  .link-list li {
    margin: 0;
    padding: 0; }
  .link-list li {
    margin-bottom: 15px; }
  .secondary-content .link-list {
    margin-top: 30px; }

.social-links {
  list-style: none;
  clear: both;
  float: none;
  margin: 0 0 15px 0;
  padding: 0; }
  .social-links li {
    margin: 0;
    padding: 0; }
  .social-links li {
    margin: 0 5px 0 0;
    display: inline-block; }
  .social-links a {
    font-size: 18px;
    font-size: 1.8rem; }

img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

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

figure {
  margin-bottom: 1.4em;
  margin: 0 -20px 20px; }
  figure img {
    margin-bottom: 0.35em;
    width: 100%; }
  figure figcaption {
    display: block;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    color: #9f9f98; }
  @media all and (min-width: 61.25em) {
    figure.left {
      float: left;
      width: 50%;
      margin: 0 20px 20px -20px; }
    figure.right {
      float: right;
      width: 75%;
      margin: 0 -25% 20px 20px; } }

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  z-index: 0;
  margin: 0 0 20px; }
  .video-container iframe {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0; }

.icon {
  display: inline-block;
  vertical-align: top;
  width: auto;
  box-sizing: border-box;
  position: relative;
  background: #fafafa;
  width: 20px;
  height: 20px;
  border: none;
  outline: none;
  padding: 0;
  background-color: transparent;
  background-image: url(/_assets/img/arrow-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .icon.large-icon {
    width: 40px;
    height: 40px; }
  .icon.arrow-icon {
    background-image: url(/_assets/img/arrow-icon.png); }
    .icon.arrow-icon.white-icon {
      background-image: url(/_assets/img/white-arrow-icon.png); }
  .icon.purple-arrow-icon {
    background-image: url(/_assets/img/purple-arrow-icon.png); }
  .icon.down-arrow-icon {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .icon.open-close-icon {
    background-image: url(/_assets/img/open-close-icon.png); }
    .icon.open-close-icon.is-open {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.badge {
  background: #fafafa;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  vertical-align: top;
  width: auto;
  box-sizing: border-box;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  padding: 0px 0px;
  text-align: center;
  margin: 0px 4px;
  width: 24px;
  height: 24px; }

.gfc {
  display: inline-block;
  width: 150px;
  height: 150px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  position: absolute;
  z-index: 0; }
  .gfc.gfc-small {
    width: 100px;
    height: 100px; }
  .gfc.gfc-large {
    width: 200px;
    height: 200px; }
  .gfc.circle {
    background-image: url(/_assets/img/single-mark.png);
    background-size: cover; }

.gfc-t {
  top: -100px;
  left: 45%; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*! Lity - v2.2.2 - 2017-07-17
* http://sorgalla.com/lity/
* Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  text-rendering: optimizelegibility; }

h1 small, h2 small {
  font-weight: normal;
  color: #bababa; }

h1, .h1 {
  margin-bottom: 0.35em;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2; }

h2, .h2 {
  margin-bottom: 0.35em;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2; }

h3, .h3 {
  margin-bottom: 0.4666666667em;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.3; }

h4, .h4 {
  margin-bottom: 0.7em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25; }

h5, .h5 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0.7em; }

h6, .h6 {
  margin-bottom: 0.7em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase; }

p, ol, ul, li, dl, address {
  margin-bottom: 1.4em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4em; }

small {
  font-size: 0.8em; }

hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #9f9f98;
  border-bottom: 1px solid #fafafa; }

ul, ol {
  margin: 0 0 1.4em 0;
  padding: 0 0 0 20px; }
  ul li, ol li {
    margin: 0; }

blockquote {
  margin: 0 0 1.4em -20px;
  padding-left: 20px;
  border-left: 2px solid #9f9f98;
  font-family: "Rubik", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal; }

q {
  quotes: none; }

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

cite {
  font-style: normal; }

dl,
dd {
  margin-bottom: 1.4em; }

dt {
  font-weight: 700;
  text-transform: uppercase; }

.dl-horizontal dt {
  float: left;
  clear: left;
  width: 20.25%;
  text-align: right; }

.dl-horizontal dd {
  margin-left: 22.78%; }

abbr[title] {
  border-bottom: 1px dotted #9f9f98;
  cursor: help; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

ins {
  background-color: white;
  color: #5f5f58;
  text-decoration: none; }

mark {
  background-color: white;
  color: #5f5f58;
  font-style: italic;
  font-weight: 700; }

pre,
code,
kbd,
samp {
  font-family: "Roboto Mono", Monaco, Courier New, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

sub,
sup {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  vertical-align: baselineheight; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

a,
.link {
  text-decoration: none;
  color: #ec4e2f;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:hover,
  .link:hover {
    text-decoration: none; }
  a:focus,
  .link:focus {
    outline: 0;
    color: inherit; }
  a:hover, a:active,
  .link:hover,
  .link:active {
    outline: 0; }

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

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-mobile:before {
  content: "\e600"; }

.icon-heart:before {
  content: "\e601"; }

.icon-heart2:before {
  content: "\e602"; }

.icon-earth:before {
  content: "\e603"; }

.icon-list:before {
  content: "\e604"; }

.icon-arrow-left:before {
  content: "\e605"; }

.icon-arrow-down:before {
  content: "\e606"; }

.icon-arrow-up:before {
  content: "\e607"; }

.icon-arrow-right:before {
  content: "\e608"; }

.icon-twitter:before {
  content: "\e609"; }

.icon-facebook:before {
  content: "\e60a"; }

.icon-googleplus:before {
  content: "\e60b"; }

.icon-instagram:before {
  content: "\e60c"; }

a.read-more,
.read-more {
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 14px;
  margin: 0;
  font-weight: 300;
  color: #9f9f98;
  margin: 0 0 4px;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 3px solid rgba(236, 78, 47, 0);
  color: #9f9f98; }
  a.read-more:hover,
  .read-more:hover {
    color: #5f5f58; }

a .read-more:hover {
  color: #5f5f58;
  border-bottom: 3px solid #ec4e2f; }

a:hover .read-more {
  color: #5f5f58; }

.valign-bottom > * {
  display: inline-block;
  vertical-align: bottom; }

html.flexbox .valign-bottom {
  display: flex;
  align-items: flex-end; }

.valign-middle > * {
  display: inline-block;
  vertical-align: middle; }

html.flexbox .valign-middle {
  display: flex;
  align-items: center; }
  html.flexbox .valign-middle > * {
    align-self: center; }

.contact-header {
  padding: 15px 0 0; }
  .contact-header .container {
    padding-top: 0;
    padding-bottom: 0;
    text-align: right;
    position: relative; }
  .contact-header .contact-header-contents {
    position: relative;
    border-bottom: 1px solid #bababa;
    padding-bottom: 20px; }
  .contact-header a, .contact-header ul, .contact-header li {
    display: inline-block; }
  .contact-header a {
    color: #5f5f58; }
    .contact-header a:hover {
      color: #ec4e2f; }
  .contact-header .mini-logo {
    left: 0;
    position: absolute;
    width: 70%;
    max-width: 700px;
    text-align: left; }
    .contact-header .mini-logo a {
      display: inline-block;
      vertical-align: top;
      margin: 0; }
    .contact-header .mini-logo img {
      width: 60px;
      opacity: 0.8; }
    .contact-header .mini-logo .breadcrumbs {
      display: inline-block;
      margin-top: 5px;
      margin-left: 10px;
      color: #ec4e2f;
      font-weight: 300; }
      .contact-header .mini-logo .breadcrumbs a {
        color: #ec4e2f; }
        .contact-header .mini-logo .breadcrumbs a:hover {
          color: #5f5f58; }
  .contact-header .social-links, .contact-header li, .contact-header a {
    margin: 0 2px 0 8px; }
  .contact-header a {
    font-size: 14px;
    font-size: 1.4rem; }
  @media all and (max-width: 46.24em) {
    .contact-header {
      display: none; }
      .contact-header .container {
        text-align: left; }
      .contact-header .social-links {
        margin: 0; }
        .contact-header .social-links li {
          margin: 0 10px 0 0; }
      .contact-header .mini-logo {
        width: 100%;
        position: relative;
        margin-bottom: 10px;
        border-bottom: 1px solid #bababa;
        padding-bottom: 10px; } }

.logo {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  width: 60px;
  height: 60px; }

.site-name {
  color: #ec4e2f; }
  .site-name:hover {
    color: #5f5f58; }
  .site-name h2, .site-name .name-russia {
    font-weight: 400;
    font-size: 28px;
    font-size: 2.8rem;
    margin: 0;
    line-height: 1;
    width: 65%;
    top: 6px;
    position: relative; }
    .site-name h2 img, .site-name .name-russia img {
      max-width: 300px;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: all 0.3s ease-in-out 0.3s;
      -moz-transition: all 0.3s ease-in-out 0.3s;
      -ms-transition: all 0.3s ease-in-out 0.3s;
      -o-transition: all 0.3s ease-in-out 0.3s;
      transition: all 0.3s ease-in-out 0.3s; }
      .site-name h2 img.logo-white, .site-name .name-russia img.logo-white {
        opacity: 0.0; }
    .site-name h2 strong, .site-name .name-russia strong {
      font-weight: 700; }
  @media all and (min-width: 46.25em) {
    .site-name h2, .site-name .name-russia {
      font-size: 40px;
      font-size: 4rem;
      line-height: 1.1;
      left: -4px; } }
  @media all and (min-width: 61.25em) {
    .site-name h2, .site-name .name-russia {
      top: 0;
      left: -5px; }
      .site-name h2 img, .site-name .name-russia img {
        max-width: 360px; } }

@media all and (max-width: 46.24em) {
  body {
    padding-top: 84px; } }

.page-header {
  display: block;
  position: relative;
  background: transparent;
  width: 100%;
  z-index: 10; }
  .page-header .mobile-nav {
    display: none; }
  @media all and (max-width: 46.24em) {
    .page-header {
      position: fixed;
      background: #fafafa;
      top: 0;
      min-height: 84px; }
      .page-header .container {
        padding-top: 12px;
        padding-bottom: 10px; }
      .page-header .site-name {
        margin-top: 0px;
        margin-left: 0px;
        z-index: 10;
        position: absolute;
        width: 100%; }
      .page-header .mobile-nav {
        position: absolute;
        display: block;
        top: 20px;
        right: 20px;
        height: 40px;
        width: 40px;
        padding: 5px 5px;
        line-height: 24px;
        box-sizing: border-box;
        z-index: 10;
        font-size: 30px;
        font-size: 3rem;
        color: #ec4e2f;
        text-align: center; }
        .page-header .mobile-nav .fa {
          position: absolute;
          top: 5px;
          left: 5px;
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1);
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .page-header .mobile-nav .fa-close {
          opacity: 0.0;
          -webkit-transform: scale(0.3);
          -moz-transform: scale(0.3);
          -ms-transform: scale(0.3);
          -o-transform: scale(0.3);
          transform: scale(0.3); }
      .page-header .site-name,
      .page-header .mobile-nav {
        -webkit-transition: all 0.3s ease-in-out 0.3s;
        -moz-transition: all 0.3s ease-in-out 0.3s;
        -ms-transition: all 0.3s ease-in-out 0.3s;
        -o-transition: all 0.3s ease-in-out 0.3s;
        transition: all 0.3s ease-in-out 0.3s; }
      .page-header .site-nav {
        display: inline-block;
        top: -120vh;
        -webkit-transition: all 0.3s ease-in-out 0.3s;
        -moz-transition: all 0.3s ease-in-out 0.3s;
        -ms-transition: all 0.3s ease-in-out 0.3s;
        -o-transition: all 0.3s ease-in-out 0.3s;
        transition: all 0.3s ease-in-out 0.3s;
        position: fixed;
        background: #ec4e2f;
        width: 100%;
        height: 100vh;
        padding: 140px 20px 20px;
        z-index: 9;
        left: 0;
        box-sizing: border-box; }
        .page-header .site-nav .mobile-nav {
          z-index: 10; }
        .page-header .site-nav .container {
          opacity: 0.0;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
      .page-header .main-nav {
        opacity: 0.0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .page-header.show-nav .site-name,
      .page-header.show-nav .mobile-nav {
        color: #fafafa;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .page-header.show-nav .site-name .name-russia img {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .page-header.show-nav .site-name .name-russia img.logo-red {
          opacity: 0.0; }
        .page-header.show-nav .site-name .name-russia img.logo-white {
          opacity: 1.0; }
      .page-header.show-nav .mobile-nav {
        position: fixed; }
        .page-header.show-nav .mobile-nav .fa-bars {
          opacity: 0.0;
          -webkit-transform: scale(0.3);
          -moz-transform: scale(0.3);
          -ms-transform: scale(0.3);
          -o-transform: scale(0.3);
          transform: scale(0.3); }
        .page-header.show-nav .mobile-nav .fa-close {
          opacity: 1.0;
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); }
      .page-header.show-nav .site-nav {
        top: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .page-header.show-nav .site-nav .container {
          opacity: 1.0;
          -webkit-transition: all 0.3s ease-in-out 0.3s;
          -moz-transition: all 0.3s ease-in-out 0.3s;
          -ms-transition: all 0.3s ease-in-out 0.3s;
          -o-transition: all 0.3s ease-in-out 0.3s;
          transition: all 0.3s ease-in-out 0.3s; }
      .page-header.show-nav .main-nav {
        opacity: 1.0;
        -webkit-transition: all 0.3s ease-in-out 0.3s;
        -moz-transition: all 0.3s ease-in-out 0.3s;
        -ms-transition: all 0.3s ease-in-out 0.3s;
        -o-transition: all 0.3s ease-in-out 0.3s;
        transition: all 0.3s ease-in-out 0.3s; } }
  @media all and (min-width: 46.25em) {
    .page-header {
      position: relative; }
      .page-header .site-name {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        box-sizing: border-box;
        position: relative; }
      .page-header .site-nav {
        display: inline-block;
        vertical-align: top;
        width: 49%;
        box-sizing: border-box;
        position: relative; }
      .page-header li {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        box-sizing: border-box;
        position: relative;
        text-align: right;
        color: #5f5f58; } }

.site-nav ul {
  list-style: none;
  clear: both;
  float: none;
  margin: 0 0 40px 0;
  padding: 0; }
  .site-nav ul li {
    margin: 0;
    padding: 0; }
  .site-nav ul li {
    color: rgba(250, 250, 250, 0.5); }

.site-nav li, .site-nav a {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fafafa; }

@media all and (max-width: 46.24em) {
  .site-nav li {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700; }
    .site-nav li a {
      font-size: inherit; }
    .site-nav li.selected a {
      color: #5f5f58; } }

@media all and (min-width: 46.25em) {
  .site-nav .main-nav {
    margin: 0; }
  .site-nav ul li {
    color: #9f9f98;
    font-weight: 300;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 4px; }
    .site-nav ul li a {
      color: #5f5f58;
      font-size: inherit;
      border-bottom: 1px solid rgba(236, 78, 47, 0); }
      .site-nav ul li a:hover {
        border-bottom: 1px solid #ec4e2f;
        color: #1d1d1b; }
    .site-nav ul li.selected a {
      font-weight: 400;
      color: #1d1d1b; } }

.footer-signup {
  font-size: 20px;
  font-size: 2rem;
  color: #ec4e2f;
  margin: 0 0 20px;
  border-top: 1px solid #ec4e2f;
  padding: 20px 0; }
  .footer-signup h2, .footer-signup h3, .footer-signup a {
    font-size: inherit;
    display: inline;
    font-weight: 700; }
  .footer-signup a {
    color: #5f5f58;
    border-bottom: 5px solid #ec4e2f; }
  .footer-signup h2, .footer-signup h3 {
    display: inline-block; }
  .footer-signup h3 {
    display: inline-block;
    width: 100%;
    margin-bottom: 0; }
  .footer-signup .fa {
    color: #5f5f58; }
  @media all and (min-width: 46.25em) {
    .footer-signup {
      font-size: 30px;
      font-size: 3rem;
      margin: 20px 0;
      padding: 40px 0; } }
  @media all and (min-width: 61.25em) {
    .footer-signup {
      margin: 40px 0;
      padding: 40px 0; }
      .footer-signup h2, .footer-signup h3 {
        display: inline-block;
        width: 24.5%; } }
  @media all and (min-width: 81.25em) {
    .footer-signup .fa {
      margin-left: -32px; } }

.footer-col {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding-right: 5%; }
  .footer-col img {
    width: 80%;
    max-width: 100px;
    margin-bottom: 20px;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .footer-col img:hover {
      opacity: 1.0; }
  .footer-col p {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    color: #5f5f58; }
    .footer-col p a {
      text-decoration: underline;
      color: #5f5f58; }
      .footer-col p a:hover {
        color: #ec4e2f; }
    .footer-col p.footer-links {
      color: #9f9f98; }
      .footer-col p.footer-links a {
        text-decoration: none; }
  @media all and (min-width: 46.25em) {
    .footer-col {
      display: inline-block;
      vertical-align: top;
      width: 32%;
      box-sizing: border-box;
      position: relative; } }
  @media all and (min-width: 61.25em) {
    .footer-col {
      display: inline-block;
      vertical-align: top;
      width: 24%;
      box-sizing: border-box;
      position: relative; } }

.form .form-control {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  max-width: 600px;
  margin: 0 0 10px 0; }

.form .field {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 10px 10px;
  border: 1px solid #bababa;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .form .field:focus {
    border-color: #9f9f98; }

.form textarea {
  min-height: 150px; }

.form .checkbox {
  display: inline-block;
  vertical-align: top;
  width: auto;
  box-sizing: border-box;
  position: relative;
  margin: 5px 5px 0 0; }

.form .radio {
  display: inline-block;
  vertical-align: top;
  width: auto;
  box-sizing: border-box;
  position: relative;
  margin: 5px 5px 0 0; }

.form .req {
  color: #ec4e2f; }

.form .radio-control,
.form .checkbox-control {
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem; }
  .form .radio-control input.radio,
  .form .radio-control input.checkbox,
  .form .checkbox-control input.radio,
  .form .checkbox-control input.checkbox {
    display: none;
    display: inline-block;
    opacity: 0.5; }
  .form .radio-control.selected,
  .form .checkbox-control.selected {
    color: #236961; }

.form .select-container {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  background: #fafafa;
  color: #5f5f58;
  border: 1px solid #bababa; }
  .form .select-container select, .form .select-container .select, .form .select-container option {
    border: none;
    color: #5f5f58;
    position: relative;
    padding: 5px 10px;
    margin: 0;
    height: 37px;
    z-index: 1;
    -webkit-appearance: none; }
  .form .select-container:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 10;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #404040; }

.form .additional-content-container {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
  position: relative; }
  .form .additional-content-container .additional-content-text {
    display: block;
    max-height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden; }
  .form .additional-content-container.show-text .additional-content-text {
    max-height: 1000px; }

.tile {
  padding: 0px;
  overflow: hidden; }
  .tile .tile-image {
    display: inline-block;
    margin: 0;
    width: 30%;
    height: 0%;
    padding-bottom: 10%;
    margin-bottom: -6px; }
  .tile .link-block-text {
    display: inline-block;
    background: #fafafa;
    width: 66%; }
    .tile .link-block-text .suptitle {
      display: none; }
  .tile a .read-more {
    border-color: rgba(236, 78, 47, 0); }
  .tile a:hover .read-more {
    color: #5f5f58;
    border-color: #ec4e2f; }
  @media all and (max-width: 61.24em) {
    .tile .link-block-text {
      border: none; } }
  @media all and (min-width: 46.25em) {
    .tile .tile-image {
      display: inline-block;
      height: 0;
      overflow: hidden;
      padding-bottom: 30%; }
      .tile .tile-image img {
        position: absolute;
        top: -5%;
        left: -5%;
        width: 110%;
        max-width: none; }
    .tile .link-block-text {
      display: inline-block; }
      .tile .link-block-text .suptitle {
        display: inline-block; } }
  @media all and (min-width: 61.25em) {
    .tile .tile-image {
      display: block;
      margin: 0;
      width: 100%;
      height: 0%;
      padding-bottom: 50%; }
    .tile .link-block-text {
      display: inline-block;
      background: #fafafa;
      width: 100%; } }
  .tile.events .tile-title {
    padding: 20px; }
    .tile.events .tile-title h2 {
      margin: 0; }
    .tile.events .tile-title.today {
      background: #ec4e2f; }
      .tile.events .tile-title.today h2 {
        color: #fafafa; }

.image-bg {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden; }
  .image-bg img,
  .image-bg .img-placeholder {
    opacity: 0;
    left: -999em;
    position: relative;
    max-height: 54vh;
    margin-bottom: 0; }

.video-bg {
  position: relative; }

.offwhite-bg {
  background-color: #e8e8e8; }

.grey-bg {
  background-color: #e8e8e8; }

.blue-bg {
  background-color: #5a4aef; }

.panel {
  padding: 20px;
  margin: 0 0 20px; }

.block-text,
.link-block-text {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 20px 100px 20px 20px;
  border-top: 5px solid #ec4e2f;
  background: #fafafa; }
  .block-text .suptitle,
  .link-block-text .suptitle {
    font-weight: 300;
    color: #9f9f98;
    margin: 0 0 4px;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem; }
  .block-text .title,
  .link-block-text .title {
    margin-bottom: 0;
    color: #5f5f58; }
  .block-text .read-more,
  .link-block-text .read-more {
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 14px;
    margin: 0;
    font-weight: 300;
    color: #9f9f98;
    margin: 0 0 4px;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 3px solid rgba(236, 78, 47, 0); }
  @media all and (max-width: 46.24em) {
    .block-text,
    .link-block-text {
      padding: 20px 20px 20px 20px; }
      .block-text .read-more,
      .link-block-text .read-more {
        position: relative;
        right: auto;
        bottom: auto; } }

.text-content .article-header {
  position: relative;
  padding-top: 20px;
  margin: 0 0 10px; }
  .text-content .article-header .title {
    margin-bottom: 7px; }
  .text-content .article-header .read-more {
    position: absolute;
    bottom: 0px;
    right: 0px; }
  .text-content .article-header .suptitle,
  .text-content .article-header .title {
    color: #ec4e2f; }
  .text-content .article-header .suptitle {
    margin-bottom: 20px;
    font-weight: 400; }
    .text-content .article-header .suptitle a {
      color: #5f5f58;
      border-bottom: 1px solid rgba(236, 78, 47, 0); }
      .text-content .article-header .suptitle a:hover {
        border-bottom: 1px solid #ec4e2f;
        color: #1d1d1b; }
  .text-content .article-header .subtitle {
    font-size: 28px;
    font-size: 2.8rem; }
  .text-content .article-header .intro {
    word-break: break-word; }

@media all and (min-width: 46.25em) {
  .text-content .article-header {
    margin: 0 0 10px; }
    .text-content .article-header .title {
      padding-right: 100px; }
    .text-content .article-header .suptitle {
      margin-bottom: 20px; } }

.section-title {
  padding: 10px; }
  @media all and (min-width: 46.25em) {
    .section-title {
      padding: 10px 20px; } }
  .section-title .capitalise {
    text-transform: capitalize; }

.section-header {
  color: #ec4e2f;
  padding: 10px 10px; }
  @media all and (min-width: 46.25em) {
    .section-header {
      padding: 20px 20px; } }

.share-links a {
  display: inline-block;
  vertical-align: top;
  width: auto;
  box-sizing: border-box;
  position: relative;
  margin: 0 6px 0 0;
  font-size: 21px;
  font-size: 2.1rem;
  color: #5f5f58; }
  .share-links a:hover {
    color: #1d1d1b; }

.event-details {
  list-style: none;
  clear: both;
  float: none;
  margin: 0 0 1.4em 0;
  padding: 0; }
  .event-details li {
    margin: 0;
    padding: 0; }
  .event-details .event-detail-row {
    margin: 10px 0 0px 0;
    border-top: 1px solid #9f9f98;
    padding-top: 15px; }
  .event-details .ev-times,
  .event-details .ev-title,
  .event-details .ev-organisation,
  .event-details .ev-details {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin: 0 0 10px 0;
    padding-right: 10px; }
  .event-details .ev-times {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300; }
  .event-details .ev-title {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase; }
  .event-details .ev-organisation {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400; }
    .event-details .ev-organisation p {
      margin: 0; }
  .event-details .ev-details {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300; }
    .event-details .ev-details p:last-of-type {
      margin-bottom: 0; }
  @media all and (min-width: 46.25em) {
    .event-details .ev-times {
      width: 30%; }
    .event-details .ev-title {
      width: 65%; }
    .event-details .ev-organisation {
      padding-top: 10px;
      width: 90%; }
    .event-details .ev-details {
      width: 90%; } }
  @media all and (min-width: 61.25em) {
    .event-details .ev-times {
      width: 30%; }
    .event-details .ev-title {
      width: 65%; }
    .event-details .ev-organisation {
      padding-top: 0px;
      width: 30%; }
    .event-details .ev-details {
      width: 65%; } }
  @media all and (min-width: 81.25em) {
    .event-details .ev-times {
      width: 11%; }
    .event-details .ev-title {
      width: 21%; }
    .event-details .ev-organisation {
      padding-top: 0px;
      width: 25%; }
    .event-details .ev-details {
      width: 40%; } }

.prev-next {
  list-style: none;
  clear: both;
  float: none;
  margin: 0 0 1.4em 0;
  padding: 0; }
  .prev-next li {
    margin: 0;
    padding: 0; }
  .prev-next li {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    box-sizing: border-box;
    position: relative; }
    .prev-next li.prev {
      text-align: left; }
    .prev-next li.next {
      text-align: right; }
  .prev-next .button {
    color: #fafafa; }

.event-row {
  padding-top: 20px; }
  .event-row.grey-bg {
    background-color: #ededed; }

@media all and (max-width: 46.24em) {
  .mod-slider .container {
    padding: 20px 0; }
  .mod-slider .section-title {
    padding: 0 20px; } }

.feature-slider .slide {
  opacity: 0.0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .feature-slider .slide .slide-block {
    opacity: 0.0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .feature-slider .slide.slick-active {
    opacity: 1.0;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    -moz-transition: all 0.3s ease-in-out 0.3s;
    -ms-transition: all 0.3s ease-in-out 0.3s;
    -o-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s; }
    .feature-slider .slide.slick-active .slide-block {
      opacity: 1.0;
      -webkit-transition: all 0.3s ease-in-out 0.3s;
      -moz-transition: all 0.3s ease-in-out 0.3s;
      -ms-transition: all 0.3s ease-in-out 0.3s;
      -o-transition: all 0.3s ease-in-out 0.3s;
      transition: all 0.3s ease-in-out 0.3s; }

.feature-slider .slick-dots {
  list-style: none;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
  background: #ec4e2f;
  display: inline-block !important;
  box-sizing: border-box;
  padding: 10px 20px 0px;
  width: 32%;
  min-width: 180px;
  max-width: 370px; }
  .feature-slider .slick-dots li {
    margin: 0;
    padding: 0; }
  .feature-slider .slick-dots li {
    display: inline-block;
    margin: 0 4px 0 0;
    line-height: 0;
    font-size: 0; }
  .feature-slider .slick-dots button {
    border: none;
    background: transparent;
    text-indent: -999em;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 2px solid #fafafa;
    display: inline-block;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .feature-slider .slick-dots button:focus {
      outline: none; }
  .feature-slider .slick-dots .slick-active button {
    background: #fafafa; }

.mod-grid .grid {
  list-style: none;
  clear: both;
  float: none;
  margin: 0 0 1.4em 0;
  padding: 0;
  margin: 0 0 20px; }
  .mod-grid .grid li {
    margin: 0;
    padding: 0; }
  .mod-grid .grid li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin: 0 0 10px;
    background: #fafafa;
    padding: 0; }
    .mod-grid .grid li.sticky .fa {
      color: #fdb633;
      opacity: 0.6; }
  .mod-grid .grid a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #5f5f58;
    text-decoration: none; }
  .mod-grid .grid img {
    margin: 0 0 0; }
  @media all and (min-width: 46.25em) {
    .mod-grid .grid {
      margin: 0 -10px 20px; }
      .mod-grid .grid li {
        width: calc(49.5% - 20px);
        margin: 10px; } }
  @media all and (min-width: 61.25em) {
    .mod-grid .grid li {
      width: calc(32.9% - 20px); } }

@media all and (max-width: 46.24em) {
  .mod-grid .container {
    padding: 20px 0; }
  .mod-grid .section-title {
    padding: 0 20px; }
  .mod-grid .grid li {
    height: auto !important;
    min-height: 0 !important; }
    .mod-grid .grid li .block-text h3, .mod-grid .grid li .link-block-text h3 {
      font-size: 16px;
      font-size: 1.6rem; } }

.mod-text .container {
  padding-top: 0; }

.mod-text .text-content {
  width: 100%;
  max-width: 600px; }
  .mod-text .text-content p a {
    word-break: break-all; }
  .mod-text .text-content.is-centred {
    margin: 20px auto; }
    .mod-text .text-content.is-centred .article-header {
      border-bottom: 1px solid #ec4e2f;
      margin-bottom: 20px; }
      .mod-text .text-content.is-centred .article-header h2, .mod-text .text-content.is-centred .article-header h3 {
        color: #5f5f58; }

.mod-text.opening-block .text-content,
.mod-text.opening-block .container {
  margin-bottom: 0;
  padding-bottom: 0; }
  .mod-text.opening-block .text-content .article-header,
  .mod-text.opening-block .container .article-header {
    margin-bottom: 0; }

@media all and (min-width: 46.25em) {
  .mod-text .text-content {
    margin-top: 10px;
    margin-bottom: 10px; } }

@media all and (min-width: 61.25em) {
  .mod-text .text-content {
    padding-left: 20px; } }

@media all and (min-width: 81.25em) {
  .mod-text .text-content {
    margin-bottom: 30px; } }

@media all and (max-width: 46.24em) {
  .mod-feature .container {
    padding: 20px 0; }
  .mod-feature .section-title {
    padding: 0 20px; } }

.feature-image,
.feature-video {
  width: 100%;
  display: inline-block; }
  .feature-image .link-block-text,
  .feature-image .block-text,
  .feature-video .link-block-text,
  .feature-video .block-text {
    width: auto;
    padding: 20px 20px 20px 20px;
    max-width: 500px;
    min-width: 300px; }
  .feature-image .caption,
  .feature-video .caption {
    font-size: 14px;
    font-size: 1.4rem; }
  .grey-bg .feature-image .link-block-text, .grey-bg
  .feature-video .link-block-text {
    background: #e8e8e8; }
  @media all and (min-width: 46.25em) {
    .feature-image .link-block-text,
    .feature-video .link-block-text {
      padding: 20px 140px 20px 20px; } }

.feature-video {
  margin-bottom: 100px; }
  .feature-video .slide-block {
    width: 100%;
    position: absolute;
    bottom: -89px;
    left: 0; }

@media all and (max-width: 46.24em) {
  .mod-media-embed .container {
    padding: 20px 0; }
  .mod-media-embed .section-title {
    padding: 0 20px; }
  .mod-media-embed.tweet-embed .container {
    padding: 20px 20px; } }

@media all and (min-width: 61.25em) {
  .mod-media-embed.tweet-embed .container {
    padding: 20px 60px; } }

.image-credit {
  padding: 0 20px;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
  color: #9f9f98; }

.lity {
  background: rgba(0, 0, 0, 0.6); }
  .lity.lity-opened .lity-close {
    opacity: 1.0;
    -webkit-transition: all 0.3s ease-in-out 0.6s;
    -moz-transition: all 0.3s ease-in-out 0.6s;
    -ms-transition: all 0.3s ease-in-out 0.6s;
    -o-transition: all 0.3s ease-in-out 0.6s;
    transition: all 0.3s ease-in-out 0.6s; }

.lity-content {
  background: rgba(250, 250, 250, 0.9);
  padding: 20px; }

.lity-close {
  position: absolute;
  color: #5a4aef;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0.0;
  background: transparent url(/_assets/img/open-close-icon.png) center center no-repeat;
  background-size: cover;
  text-indent: -9999em;
  width: 28px;
  height: 28px;
  top: 6px;
  right: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .lity-close:hover {
    color: #fdb633;
    text-shadow: none;
    background: transparent url(/_assets/img/open-close-icon.png) center center no-repeat;
    background-size: cover;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.layout .col {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
  position: relative; }

@media all and (min-width: 46.25em) {
  .two-col-layout .main-col {
    width: 60%;
    margin-right: 5%; }
  .two-col-layout .side-col {
    width: 34%; } }

@media all and (min-width: 46.25em) {
  .no-flexbox .general-content .fi img {
    position: relative;
    bottom: auto; }
  .no-flexbox .mainnav > .fi {
    display: inline-block;
    width: 43%;
    vertical-align: top; }
  .no-flexbox .mainnav > ul.fi {
    width: 63%; } }

@media all and (min-width: 61.25em) {
  .no-flexbox .general-content > .fi {
    display: inline-block;
    width: 43%;
    vertical-align: top; } }

html .mod span {
  display: none; }

html.flexbox .flexbox,
html.touch .touch,
html.js .js,
html.mediaqueries .mediaqueries,
html.cookies .cookies,
html.backgroundblendmode .backgroundblendmode,
html.backgroundcliptext .backgroundcliptext,
html.csscalc .csscalc,
html.csscolumns .csscolumns,
html.batteryapi .batteryapi,
html.cssfilters .cssfilters,
html.ligatures .ligatures,
html.flash .flash {
  display: inline-block; }
  html.flexbox .flexbox:before,
  html.touch .touch:before,
  html.js .js:before,
  html.mediaqueries .mediaqueries:before,
  html.cookies .cookies:before,
  html.backgroundblendmode .backgroundblendmode:before,
  html.backgroundcliptext .backgroundcliptext:before,
  html.csscalc .csscalc:before,
  html.csscolumns .csscolumns:before,
  html.batteryapi .batteryapi:before,
  html.cssfilters .cssfilters:before,
  html.ligatures .ligatures:before,
  html.flash .flash:before {
    content: "";
    background: #6be468;
    margin: 0 5px 0 0;
    width: 8px;
    height: 8px;
    display: inline-block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    top: -1px; }

html.safari .safari {
  display: inline-block; }

html.chrome .chrome {
  display: inline-block; }

html.firefox .firefox {
  display: inline-block; }

html.ie .ie {
  display: inline-block; }

html.mac .mac {
  display: inline-block; }

html.win .win {
  display: inline-block; }

html.webkit .webkit {
  display: inline-block; }

html.gecko .gecko {
  display: inline-block; }

html.ipod .ipod {
  display: inline-block; }

html.iphone .iphone {
  display: inline-block; }

html.ipad .ipad {
  display: inline-block; }

html.webtv .webtv {
  display: inline-block; }

html.android .android {
  display: inline-block; }

html.mobile .mobile {
  display: inline-block; }

html.no-flexbox .no-flexbox,
html.no-touch .no-touch,
html.no-js .no-js,
html.no-mediaqueries .no-mediaqueries,
html.no-cookies .no-cookies,
html.no-backgroundblendmode .no-backgroundblendmode,
html.no-backgroundcliptext .no-backgroundcliptext,
html.no-csscalc .no-csscalc,
html.no-csscolumns .no-csscolumns,
html.no-batteryapi .no-batteryapi,
html.no-cssfilters .no-cssfilters,
html.no-ligatures .no-ligatures,
html.no-flash .no-flash {
  display: inline-block;
  font-weight: bold; }
  html.no-flexbox .no-flexbox:before,
  html.no-touch .no-touch:before,
  html.no-js .no-js:before,
  html.no-mediaqueries .no-mediaqueries:before,
  html.no-cookies .no-cookies:before,
  html.no-backgroundblendmode .no-backgroundblendmode:before,
  html.no-backgroundcliptext .no-backgroundcliptext:before,
  html.no-csscalc .no-csscalc:before,
  html.no-csscolumns .no-csscolumns:before,
  html.no-batteryapi .no-batteryapi:before,
  html.no-cssfilters .no-cssfilters:before,
  html.no-ligatures .no-ligatures:before,
  html.no-flash .no-flash:before {
    content: "";
    background: #ec5463;
    margin: 0 5px 0 0;
    width: 8px;
    height: 8px;
    display: inline-block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    top: -1px; }

.fade {
  opacity: 0.0;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -ms-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s; }
  .fade.animated {
    opacity: 1.0; }
  html.no-js .fade {
    opacity: 1.0; }

/* STRUCTURE
.class {
	@include mixins();
	property: value;

	elements {
		@include mixins();
		property: value;
	}
	.sub-element-class {
		@include mixins();
		property: value;
	}	

	&.modifier-class { // modifies the main object class
		@include mixins();
		property: value;

		elements {
		}

		.sub-element-class {
		}	
	}
	
	&:pseudoClasses {
		@include mixins();
		property: value;
	}
	
	@mq() {	// @media queries & breakpoints
		@include mixins();
		property: value;
	}
}
*/
@media print {
  /* Print =================================================== */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  @page {
    margin: 0.5cm; }
  h2, h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid; }
  p {
    orphans: 3;
    widows: 3; }
  pre, blockquote {
    border: 1px solid #9f9f98;
    page-break-inside: avoid; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  img {
    max-width: 100% !important;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr {
    page-break-inside: avoid; } }

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