@charset "UTF-8";
/*!
Theme Name: CPR Redesign
Theme URI: http://underscores.me/
Author: Gravity Switch
Author URI: http://gravityswitch.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cpr
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

CPR Redesign is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Contributed
--------------------------------------------------------------*/
/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*!
normalize.css v^3.0 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.hidden,
[hidden] {
  display: none !important;
}

.pure-img {
  max-width: 100%;
  height: auto;
  display: block;
}

.pure-g {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  text-rendering: optimizespeed;
  *word-spacing: -0.43em;
}

.opera-only:-o-prefocus,
.pure-g {
  word-spacing: -0.43em;
}

.pure-u {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.pure-g [class*=pure-u] {
  font-family: sans-serif;
}

.pure-u-1,
.pure-u-1-1,
.pure-u-1-2,
.pure-u-1-3,
.pure-u-2-3,
.pure-u-1-4,
.pure-u-3-4,
.pure-u-1-5,
.pure-u-2-5,
.pure-u-3-5,
.pure-u-4-5,
.pure-u-5-5,
.pure-u-1-6,
.pure-u-5-6,
.pure-u-1-8,
.pure-u-3-8,
.pure-u-5-8,
.pure-u-7-8,
.pure-u-1-12,
.pure-u-5-12,
.pure-u-7-12,
.pure-u-11-12,
.pure-u-1-24,
.pure-u-2-24,
.pure-u-3-24,
.pure-u-4-24,
.pure-u-5-24,
.pure-u-6-24,
.pure-u-7-24,
.pure-u-8-24,
.pure-u-9-24,
.pure-u-10-24,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.pure-u-1-24 {
  width: 4.1667%;
  *width: 4.1357%;
}

.pure-u-1-12,
.pure-u-2-24 {
  width: 8.3333%;
  *width: 8.3023%;
}

.pure-u-1-8,
.pure-u-3-24 {
  width: 12.5%;
  *width: 12.469%;
}

.pure-u-1-6,
.pure-u-4-24 {
  width: 16.6667%;
  *width: 16.6357%;
}

.pure-u-1-5 {
  width: 20%;
  *width: 19.969%;
}

.pure-u-5-24 {
  width: 20.8333%;
  *width: 20.8023%;
}

.pure-u-1-4,
.pure-u-6-24 {
  width: 25%;
  *width: 24.969%;
}

.pure-u-7-24 {
  width: 29.1667%;
  *width: 29.1357%;
}

.pure-u-1-3,
.pure-u-8-24 {
  width: 33.3333%;
  *width: 33.3023%;
}

.pure-u-3-8,
.pure-u-9-24 {
  width: 37.5%;
  *width: 37.469%;
}

.pure-u-2-5 {
  width: 40%;
  *width: 39.969%;
}

.pure-u-5-12,
.pure-u-10-24 {
  width: 41.6667%;
  *width: 41.6357%;
}

.pure-u-11-24 {
  width: 45.8333%;
  *width: 45.8023%;
}

.pure-u-1-2,
.pure-u-12-24 {
  width: 50%;
  *width: 49.969%;
}

.pure-u-13-24 {
  width: 54.1667%;
  *width: 54.1357%;
}

.pure-u-7-12,
.pure-u-14-24 {
  width: 58.3333%;
  *width: 58.3023%;
}

.pure-u-3-5 {
  width: 60%;
  *width: 59.969%;
}

.pure-u-5-8,
.pure-u-15-24 {
  width: 62.5%;
  *width: 62.469%;
}

.pure-u-2-3,
.pure-u-16-24 {
  width: 66.6667%;
  *width: 66.6357%;
}

.pure-u-17-24 {
  width: 70.8333%;
  *width: 70.8023%;
}

.pure-u-3-4,
.pure-u-18-24 {
  width: 75%;
  *width: 74.969%;
}

.pure-u-19-24 {
  width: 79.1667%;
  *width: 79.1357%;
}

.pure-u-4-5 {
  width: 80%;
  *width: 79.969%;
}

.pure-u-5-6,
.pure-u-20-24 {
  width: 83.3333%;
  *width: 83.3023%;
}

.pure-u-7-8,
.pure-u-21-24 {
  width: 87.5%;
  *width: 87.469%;
}

.pure-u-11-12,
.pure-u-22-24 {
  width: 91.6667%;
  *width: 91.6357%;
}

.pure-u-23-24 {
  width: 95.8333%;
  *width: 95.8023%;
}

.pure-u-1,
.pure-u-1-1,
.pure-u-5-5,
.pure-u-24-24 {
  width: 100%;
}

.pure-button {
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.pure-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.pure-button {
  font-family: inherit;
  font-size: 100%;
  padding: 0.5em 1em;
  color: #444;
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid #999;
  border: 0 rgba(0, 0, 0, 0);
  background-color: #E6E6E6;
  text-decoration: none;
  border-radius: 2px;
}

.pure-button-hover,
.pure-button:hover,
.pure-button:focus {
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}

.pure-button:focus {
  outline: 0;
}

.pure-button-active,
.pure-button:active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
  border-color: #000 \9 ;
}

.pure-button[disabled],
.pure-button-disabled,
.pure-button-disabled:hover,
.pure-button-disabled:focus,
.pure-button-disabled:active {
  border: 0;
  background-image: none;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  cursor: not-allowed;
  box-shadow: none;
}

.pure-button-hidden {
  display: none;
}

.pure-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
  background-color: #0078e7;
  color: #fff;
}

.pure-form input[type=text],
.pure-form input[type=password],
.pure-form input[type=email],
.pure-form input[type=url],
.pure-form input[type=date],
.pure-form input[type=month],
.pure-form input[type=time],
.pure-form input[type=datetime],
.pure-form input[type=datetime-local],
.pure-form input[type=week],
.pure-form input[type=number],
.pure-form input[type=search],
.pure-form input[type=tel],
.pure-form input[type=color],
.pure-form select,
.pure-form textarea {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  box-sizing: border-box;
}

.pure-form input:not([type]) {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}

.pure-form input[type=color] {
  padding: 0.2em 0.5em;
}

.pure-form input[type=text]:focus,
.pure-form input[type=password]:focus,
.pure-form input[type=email]:focus,
.pure-form input[type=url]:focus,
.pure-form input[type=date]:focus,
.pure-form input[type=month]:focus,
.pure-form input[type=time]:focus,
.pure-form input[type=datetime]:focus,
.pure-form input[type=datetime-local]:focus,
.pure-form input[type=week]:focus,
.pure-form input[type=number]:focus,
.pure-form input[type=search]:focus,
.pure-form input[type=tel]:focus,
.pure-form input[type=color]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
  outline: 0;
  border-color: #129FEA;
}

.pure-form input:not([type]):focus {
  outline: 0;
  border-color: #129FEA;
}

.pure-form input[type=file]:focus,
.pure-form input[type=radio]:focus,
.pure-form input[type=checkbox]:focus {
  outline: thin solid #129FEA;
  outline: 1px auto #129FEA;
}

.pure-form .pure-checkbox,
.pure-form .pure-radio {
  margin: 0.5em 0;
  display: block;
}

.pure-form input[type=text][disabled],
.pure-form input[type=password][disabled],
.pure-form input[type=email][disabled],
.pure-form input[type=url][disabled],
.pure-form input[type=date][disabled],
.pure-form input[type=month][disabled],
.pure-form input[type=time][disabled],
.pure-form input[type=datetime][disabled],
.pure-form input[type=datetime-local][disabled],
.pure-form input[type=week][disabled],
.pure-form input[type=number][disabled],
.pure-form input[type=search][disabled],
.pure-form input[type=tel][disabled],
.pure-form input[type=color][disabled],
.pure-form select[disabled],
.pure-form textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}

.pure-form input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}

.pure-form input[readonly],
.pure-form select[readonly],
.pure-form textarea[readonly] {
  background-color: #eee;
  color: #777;
  border-color: #ccc;
}

.pure-form input:focus:invalid,
.pure-form textarea:focus:invalid,
.pure-form select:focus:invalid {
  color: #b94a48;
  border-color: #e9322d;
}

.pure-form input[type=file]:focus:invalid:focus,
.pure-form input[type=radio]:focus:invalid:focus,
.pure-form input[type=checkbox]:focus:invalid:focus {
  outline-color: #e9322d;
}

.pure-form select {
  height: 2.25em;
  border: 1px solid #ccc;
  background-color: #fff;
}

.pure-form select[multiple] {
  height: auto;
}

.pure-form label {
  margin: 0.5em 0 0.2em;
}

.pure-form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}

.pure-form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

.pure-form-stacked input[type=text],
.pure-form-stacked input[type=password],
.pure-form-stacked input[type=email],
.pure-form-stacked input[type=url],
.pure-form-stacked input[type=date],
.pure-form-stacked input[type=month],
.pure-form-stacked input[type=time],
.pure-form-stacked input[type=datetime],
.pure-form-stacked input[type=datetime-local],
.pure-form-stacked input[type=week],
.pure-form-stacked input[type=number],
.pure-form-stacked input[type=search],
.pure-form-stacked input[type=tel],
.pure-form-stacked input[type=color],
.pure-form-stacked input[type=file],
.pure-form-stacked select,
.pure-form-stacked label,
.pure-form-stacked textarea {
  display: block;
  margin: 0.25em 0;
}

.pure-form-stacked input:not([type]) {
  display: block;
  margin: 0.25em 0;
}

.pure-form-aligned input,
.pure-form-aligned textarea,
.pure-form-aligned select,
.pure-form-aligned .pure-help-inline,
.pure-form-message-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.pure-form-aligned textarea {
  vertical-align: top;
}

.pure-form-aligned .pure-control-group {
  margin-bottom: 0.5em;
}

.pure-form-aligned .pure-control-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin: 0 1em 0 0;
}

.pure-form-aligned .pure-controls {
  margin: 1.5em 0 0 11em;
}

.pure-form input.pure-input-rounded,
.pure-form .pure-input-rounded {
  border-radius: 2em;
  padding: 0.5em 1em;
}

.pure-form .pure-group fieldset {
  margin-bottom: 10px;
}

.pure-form .pure-group input,
.pure-form .pure-group textarea {
  display: block;
  padding: 10px;
  margin: 0 0 -1px;
  border-radius: 0;
  position: relative;
  top: -1px;
}

.pure-form .pure-group input:focus,
.pure-form .pure-group textarea:focus {
  z-index: 3;
}

.pure-form .pure-group input:first-child,
.pure-form .pure-group textarea:first-child {
  top: 1px;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

.pure-form .pure-group input:first-child:last-child,
.pure-form .pure-group textarea:first-child:last-child {
  top: 1px;
  border-radius: 4px;
  margin: 0;
}

.pure-form .pure-group input:last-child,
.pure-form .pure-group textarea:last-child {
  top: -2px;
  border-radius: 0 0 4px 4px;
  margin: 0;
}

.pure-form .pure-group button {
  margin: 0.35em 0;
}

.pure-form .pure-input-1 {
  width: 100%;
}

.pure-form .pure-input-2-3 {
  width: 66%;
}

.pure-form .pure-input-1-2 {
  width: 50%;
}

.pure-form .pure-input-1-3 {
  width: 33%;
}

.pure-form .pure-input-1-4 {
  width: 25%;
}

.pure-form .pure-help-inline,
.pure-form-message-inline {
  display: inline-block;
  padding-left: 0.3em;
  color: #666;
  vertical-align: middle;
  font-size: 0.875em;
}

.pure-form-message {
  display: block;
  color: #666;
  font-size: 0.875em;
}

@media only screen and (max-width: 480px) {
  .pure-form button[type=submit] {
    margin: 0.7em 0 0;
  }
  .pure-form input:not([type]),
.pure-form input[type=text],
.pure-form input[type=password],
.pure-form input[type=email],
.pure-form input[type=url],
.pure-form input[type=date],
.pure-form input[type=month],
.pure-form input[type=time],
.pure-form input[type=datetime],
.pure-form input[type=datetime-local],
.pure-form input[type=week],
.pure-form input[type=number],
.pure-form input[type=search],
.pure-form input[type=tel],
.pure-form input[type=color],
.pure-form label {
    margin-bottom: 0.3em;
    display: block;
  }
  .pure-group input:not([type]),
.pure-group input[type=text],
.pure-group input[type=password],
.pure-group input[type=email],
.pure-group input[type=url],
.pure-group input[type=date],
.pure-group input[type=month],
.pure-group input[type=time],
.pure-group input[type=datetime],
.pure-group input[type=datetime-local],
.pure-group input[type=week],
.pure-group input[type=number],
.pure-group input[type=search],
.pure-group input[type=tel],
.pure-group input[type=color] {
    margin-bottom: 0;
  }
  .pure-form-aligned .pure-control-group label {
    margin-bottom: 0.3em;
    text-align: left;
    display: block;
    width: 100%;
  }
  .pure-form-aligned .pure-controls {
    margin: 1.5em 0 0;
  }
  .pure-form .pure-help-inline,
.pure-form-message-inline,
.pure-form-message {
    display: block;
    font-size: 0.75em;
    padding: 0.2em 0 0.8em;
  }
}
.pure-menu {
  box-sizing: border-box;
}

.pure-menu-fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
}

.pure-menu-list,
.pure-menu-item {
  position: relative;
}

.pure-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pure-menu-item {
  padding: 0;
  margin: 0;
  height: 100%;
}

.pure-menu-link,
.pure-menu-heading {
  display: block;
  text-decoration: none;
  white-space: nowrap;
}

.pure-menu-horizontal {
  width: 100%;
  white-space: nowrap;
}

.pure-menu-horizontal .pure-menu-list {
  display: inline-block;
}

.pure-menu-horizontal .pure-menu-item,
.pure-menu-horizontal .pure-menu-heading,
.pure-menu-horizontal .pure-menu-separator {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

.pure-menu-item .pure-menu-item {
  display: block;
}

.pure-menu-children {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 3;
}

.pure-menu-horizontal .pure-menu-children {
  left: 0;
  top: auto;
  width: inherit;
}

.pure-menu-allow-hover:hover > .pure-menu-children,
.pure-menu-active > .pure-menu-children {
  display: block;
  position: absolute;
}

.pure-menu-has-children > .pure-menu-link:after {
  padding-left: 0.5em;
  content: "▸";
  font-size: small;
}

.pure-menu-horizontal .pure-menu-has-children > .pure-menu-link:after {
  content: "▾";
}

.pure-menu-scrollable {
  overflow-y: scroll;
  overflow-x: hidden;
}

.pure-menu-scrollable .pure-menu-list {
  display: block;
}

.pure-menu-horizontal.pure-menu-scrollable .pure-menu-list {
  display: inline-block;
}

.pure-menu-horizontal.pure-menu-scrollable {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  padding: 0.5em 0;
}

.pure-menu-horizontal.pure-menu-scrollable::-webkit-scrollbar {
  display: none;
}

.pure-menu-separator {
  background-color: #ccc;
  height: 1px;
  margin: 0.3em 0;
}

.pure-menu-horizontal .pure-menu-separator {
  width: 1px;
  height: 1.3em;
  margin: 0 0.3em;
}

.pure-menu-heading {
  text-transform: uppercase;
  color: #565d64;
}

.pure-menu-link {
  color: #777;
}

.pure-menu-children {
  background-color: #fff;
}

.pure-menu-link,
.pure-menu-disabled,
.pure-menu-heading {
  padding: 0.5em 1em;
}

.pure-menu-disabled {
  opacity: 0.5;
}

.pure-menu-disabled .pure-menu-link:hover {
  background-color: transparent;
}

.pure-menu-active > .pure-menu-link,
.pure-menu-link:hover,
.pure-menu-link:focus {
  background-color: #eee;
}

.pure-menu-selected .pure-menu-link,
.pure-menu-selected .pure-menu-link:visited {
  color: #000;
}

.pure-table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #cbcbcb;
}

.pure-table caption {
  color: #000;
  font: italic 85%/1 arial, sans-serif;
  padding: 1em 0;
  text-align: center;
}

.pure-table td,
.pure-table th {
  border-left: 1px solid #cbcbcb;
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  padding: 0.5em 1em;
}

.pure-table td:first-child,
.pure-table th:first-child {
  border-left-width: 0;
}

.pure-table thead {
  background-color: #e0e0e0;
  color: #000;
  text-align: left;
  vertical-align: bottom;
}

.pure-table td {
  background-color: transparent;
}

.pure-table-odd td {
  background-color: #f2f2f2;
}

.pure-table-striped tr:nth-child(2n-1) td {
  background-color: #f2f2f2;
}

.pure-table-bordered td {
  border-bottom: 1px solid #cbcbcb;
}

.pure-table-bordered tbody > tr:last-child > td {
  border-bottom-width: 0;
}

.pure-table-horizontal td,
.pure-table-horizontal th {
  border-width: 0 0 1px;
  border-bottom: 1px solid #cbcbcb;
}

.pure-table-horizontal tbody > tr:last-child > td {
  border-bottom-width: 0;
}

/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
@media screen and (min-width: 35.5em) {
  .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-1-2, .pure-u-sm-1-3, .pure-u-sm-2-3, .pure-u-sm-1-4, .pure-u-sm-3-4, .pure-u-sm-1-5, .pure-u-sm-2-5, .pure-u-sm-3-5, .pure-u-sm-4-5, .pure-u-sm-5-5, .pure-u-sm-1-6, .pure-u-sm-5-6, .pure-u-sm-1-8, .pure-u-sm-3-8, .pure-u-sm-5-8, .pure-u-sm-7-8, .pure-u-sm-1-12, .pure-u-sm-5-12, .pure-u-sm-7-12, .pure-u-sm-11-12, .pure-u-sm-1-24, .pure-u-sm-2-24, .pure-u-sm-3-24, .pure-u-sm-4-24, .pure-u-sm-5-24, .pure-u-sm-6-24, .pure-u-sm-7-24, .pure-u-sm-8-24, .pure-u-sm-9-24, .pure-u-sm-10-24, .pure-u-sm-11-24, .pure-u-sm-12-24, .pure-u-sm-13-24, .pure-u-sm-14-24, .pure-u-sm-15-24, .pure-u-sm-16-24, .pure-u-sm-17-24, .pure-u-sm-18-24, .pure-u-sm-19-24, .pure-u-sm-20-24, .pure-u-sm-21-24, .pure-u-sm-22-24, .pure-u-sm-23-24, .pure-u-sm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-sm-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-sm-1-12, .pure-u-sm-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-sm-1-8, .pure-u-sm-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .pure-u-sm-1-6, .pure-u-sm-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-sm-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .pure-u-sm-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-sm-1-4, .pure-u-sm-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .pure-u-sm-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-sm-1-3, .pure-u-sm-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-sm-3-8, .pure-u-sm-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .pure-u-sm-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .pure-u-sm-5-12, .pure-u-sm-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-sm-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-sm-1-2, .pure-u-sm-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .pure-u-sm-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-sm-7-12, .pure-u-sm-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-sm-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .pure-u-sm-5-8, .pure-u-sm-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .pure-u-sm-2-3, .pure-u-sm-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-sm-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-sm-3-4, .pure-u-sm-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .pure-u-sm-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-sm-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .pure-u-sm-5-6, .pure-u-sm-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-sm-7-8, .pure-u-sm-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .pure-u-sm-11-12, .pure-u-sm-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-sm-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-5-5, .pure-u-sm-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-1-2, .pure-u-md-1-3, .pure-u-md-2-3, .pure-u-md-1-4, .pure-u-md-3-4, .pure-u-md-1-5, .pure-u-md-2-5, .pure-u-md-3-5, .pure-u-md-4-5, .pure-u-md-5-5, .pure-u-md-1-6, .pure-u-md-5-6, .pure-u-md-1-8, .pure-u-md-3-8, .pure-u-md-5-8, .pure-u-md-7-8, .pure-u-md-1-12, .pure-u-md-5-12, .pure-u-md-7-12, .pure-u-md-11-12, .pure-u-md-1-24, .pure-u-md-2-24, .pure-u-md-3-24, .pure-u-md-4-24, .pure-u-md-5-24, .pure-u-md-6-24, .pure-u-md-7-24, .pure-u-md-8-24, .pure-u-md-9-24, .pure-u-md-10-24, .pure-u-md-11-24, .pure-u-md-12-24, .pure-u-md-13-24, .pure-u-md-14-24, .pure-u-md-15-24, .pure-u-md-16-24, .pure-u-md-17-24, .pure-u-md-18-24, .pure-u-md-19-24, .pure-u-md-20-24, .pure-u-md-21-24, .pure-u-md-22-24, .pure-u-md-23-24, .pure-u-md-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-md-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-md-1-12, .pure-u-md-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-md-1-8, .pure-u-md-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .pure-u-md-1-6, .pure-u-md-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-md-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .pure-u-md-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-md-1-4, .pure-u-md-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .pure-u-md-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-md-1-3, .pure-u-md-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-md-3-8, .pure-u-md-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .pure-u-md-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .pure-u-md-5-12, .pure-u-md-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-md-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-md-1-2, .pure-u-md-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .pure-u-md-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-md-7-12, .pure-u-md-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-md-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .pure-u-md-5-8, .pure-u-md-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .pure-u-md-2-3, .pure-u-md-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-md-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-md-3-4, .pure-u-md-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .pure-u-md-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-md-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .pure-u-md-5-6, .pure-u-md-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-md-7-8, .pure-u-md-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .pure-u-md-11-12, .pure-u-md-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-md-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-5-5, .pure-u-md-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-1-2, .pure-u-lg-1-3, .pure-u-lg-2-3, .pure-u-lg-1-4, .pure-u-lg-3-4, .pure-u-lg-1-5, .pure-u-lg-2-5, .pure-u-lg-3-5, .pure-u-lg-4-5, .pure-u-lg-5-5, .pure-u-lg-1-6, .pure-u-lg-5-6, .pure-u-lg-1-8, .pure-u-lg-3-8, .pure-u-lg-5-8, .pure-u-lg-7-8, .pure-u-lg-1-12, .pure-u-lg-5-12, .pure-u-lg-7-12, .pure-u-lg-11-12, .pure-u-lg-1-24, .pure-u-lg-2-24, .pure-u-lg-3-24, .pure-u-lg-4-24, .pure-u-lg-5-24, .pure-u-lg-6-24, .pure-u-lg-7-24, .pure-u-lg-8-24, .pure-u-lg-9-24, .pure-u-lg-10-24, .pure-u-lg-11-24, .pure-u-lg-12-24, .pure-u-lg-13-24, .pure-u-lg-14-24, .pure-u-lg-15-24, .pure-u-lg-16-24, .pure-u-lg-17-24, .pure-u-lg-18-24, .pure-u-lg-19-24, .pure-u-lg-20-24, .pure-u-lg-21-24, .pure-u-lg-22-24, .pure-u-lg-23-24, .pure-u-lg-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-lg-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-lg-1-12, .pure-u-lg-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-lg-1-8, .pure-u-lg-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .pure-u-lg-1-6, .pure-u-lg-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-lg-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .pure-u-lg-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-lg-1-4, .pure-u-lg-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .pure-u-lg-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-lg-1-3, .pure-u-lg-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-lg-3-8, .pure-u-lg-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .pure-u-lg-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .pure-u-lg-5-12, .pure-u-lg-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-lg-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-lg-1-2, .pure-u-lg-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .pure-u-lg-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-lg-7-12, .pure-u-lg-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-lg-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .pure-u-lg-5-8, .pure-u-lg-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .pure-u-lg-2-3, .pure-u-lg-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-lg-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-lg-3-4, .pure-u-lg-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .pure-u-lg-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-lg-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .pure-u-lg-5-6, .pure-u-lg-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-lg-7-8, .pure-u-lg-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .pure-u-lg-11-12, .pure-u-lg-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-lg-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-5-5, .pure-u-lg-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-1-2, .pure-u-xl-1-3, .pure-u-xl-2-3, .pure-u-xl-1-4, .pure-u-xl-3-4, .pure-u-xl-1-5, .pure-u-xl-2-5, .pure-u-xl-3-5, .pure-u-xl-4-5, .pure-u-xl-5-5, .pure-u-xl-1-6, .pure-u-xl-5-6, .pure-u-xl-1-8, .pure-u-xl-3-8, .pure-u-xl-5-8, .pure-u-xl-7-8, .pure-u-xl-1-12, .pure-u-xl-5-12, .pure-u-xl-7-12, .pure-u-xl-11-12, .pure-u-xl-1-24, .pure-u-xl-2-24, .pure-u-xl-3-24, .pure-u-xl-4-24, .pure-u-xl-5-24, .pure-u-xl-6-24, .pure-u-xl-7-24, .pure-u-xl-8-24, .pure-u-xl-9-24, .pure-u-xl-10-24, .pure-u-xl-11-24, .pure-u-xl-12-24, .pure-u-xl-13-24, .pure-u-xl-14-24, .pure-u-xl-15-24, .pure-u-xl-16-24, .pure-u-xl-17-24, .pure-u-xl-18-24, .pure-u-xl-19-24, .pure-u-xl-20-24, .pure-u-xl-21-24, .pure-u-xl-22-24, .pure-u-xl-23-24, .pure-u-xl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-xl-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-xl-1-12, .pure-u-xl-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-xl-1-8, .pure-u-xl-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .pure-u-xl-1-6, .pure-u-xl-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-xl-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .pure-u-xl-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-xl-1-4, .pure-u-xl-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .pure-u-xl-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-xl-1-3, .pure-u-xl-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-xl-3-8, .pure-u-xl-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .pure-u-xl-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .pure-u-xl-5-12, .pure-u-xl-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-xl-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-xl-1-2, .pure-u-xl-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .pure-u-xl-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-xl-7-12, .pure-u-xl-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-xl-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .pure-u-xl-5-8, .pure-u-xl-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .pure-u-xl-2-3, .pure-u-xl-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-xl-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-xl-3-4, .pure-u-xl-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .pure-u-xl-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-xl-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .pure-u-xl-5-6, .pure-u-xl-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-xl-7-8, .pure-u-xl-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .pure-u-xl-11-12, .pure-u-xl-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-xl-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-5-5, .pure-u-xl-24-24 {
    width: 100%;
  }
}
/*
Offsets from https://raw.githubusercontent.com/tilomitra/pure/d7f85e37abec3fdab14a541305ad05783159655c/src/grids/css/grids-offsets.css
Media queries from Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
@media screen and (min-width: 35.5em) {
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1-2 {
    margin-left: 50%;
    *margin-left: 49.995%;
  }
  .offset-sm-1-3 {
    margin-left: 33.33%;
    *margin-left: 33.325%;
  }
  .offset-sm-2-3 {
    margin-left: 66.67%;
    *margin-left: 66.665%;
  }
  .offset-sm-1-4 {
    margin-left: 25%;
    *margin-left: 24.995%;
  }
  .offset-sm-3-4 {
    margin-left: 75%;
    *margin-left: 74.995%;
  }
  .offset-sm-1-5 {
    margin-left: 20%;
    *margin-left: 19.995%;
  }
  .offset-sm-2-5 {
    margin-left: 40%;
    *margin-left: 39.995%;
  }
  .offset-sm-3-5 {
    margin-left: 60%;
    *margin-left: 59.995%;
  }
  .offset-sm-4-5 {
    margin-left: 80%;
    *margin-left: 79.995%;
  }
  .offset-sm-1-6 {
    margin-left: 16.66%;
    *margin-left: 16.655%;
  }
  .offset-sm-5-6 {
    margin-left: 83.33%;
    *margin-left: 83.325%;
  }
  .offset-sm-1-8 {
    margin-left: 12.5%;
    *margin-left: 12.495%;
  }
  .offset-sm-3-8 {
    margin-left: 37.5%;
    *margin-left: 37.495%;
  }
  .offset-sm-5-8 {
    margin-left: 62.5%;
    *margin-left: 62.495%;
  }
  .offset-sm-7-8 {
    margin-left: 87.5%;
    *margin-left: 87.495%;
  }
  .offset-sm-1-12 {
    margin-left: 8.33%;
    *margin-left: 8.325%;
  }
  .offset-sm-5-12 {
    margin-left: 41.67%;
    *margin-left: 41.665%;
  }
  .offset-sm-7-12 {
    margin-left: 58.33%;
    *margin-left: 58.325%;
  }
  .offset-sm-11-12 {
    margin-left: 91.67%;
    *margin-left: 91.665%;
  }
  .offset-sm-1-24 {
    margin-left: 4.17%;
    *margin-left: 4.165%;
  }
  .offset-sm-5-24 {
    margin-left: 20.83%;
    *margin-left: 20.825%;
  }
  .offset-sm-7-24 {
    margin-left: 29.17%;
    *margin-left: 29.165%;
  }
  .offset-sm-11-24 {
    margin-left: 45.83%;
    *margin-left: 45.825%;
  }
  .offset-sm-13-24 {
    margin-left: 54.17%;
    *margin-left: 54.165%;
  }
  .offset-sm-17-24 {
    margin-left: 70.83%;
    *margin-left: 70.825%;
  }
  .offset-sm-19-24 {
    margin-left: 79.17%;
    *margin-left: 79.165%;
  }
  .offset-sm-23-24 {
    margin-left: 95.83%;
    *margin-left: 95.825%;
  }
}
@media screen and (min-width: 48em) {
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1-2 {
    margin-left: 50%;
    *margin-left: 49.995%;
  }
  .offset-md-1-3 {
    margin-left: 33.33%;
    *margin-left: 33.325%;
  }
  .offset-md-2-3 {
    margin-left: 66.67%;
    *margin-left: 66.665%;
  }
  .offset-md-1-4 {
    margin-left: 25%;
    *margin-left: 24.995%;
  }
  .offset-md-3-4 {
    margin-left: 75%;
    *margin-left: 74.995%;
  }
  .offset-md-1-5 {
    margin-left: 20%;
    *margin-left: 19.995%;
  }
  .offset-md-2-5 {
    margin-left: 40%;
    *margin-left: 39.995%;
  }
  .offset-md-3-5 {
    margin-left: 60%;
    *margin-left: 59.995%;
  }
  .offset-md-4-5 {
    margin-left: 80%;
    *margin-left: 79.995%;
  }
  .offset-md-1-6 {
    margin-left: 16.66%;
    *margin-left: 16.655%;
  }
  .offset-md-5-6 {
    margin-left: 83.33%;
    *margin-left: 83.325%;
  }
  .offset-md-1-8 {
    margin-left: 12.5%;
    *margin-left: 12.495%;
  }
  .offset-md-3-8 {
    margin-left: 37.5%;
    *margin-left: 37.495%;
  }
  .offset-md-5-8 {
    margin-left: 62.5%;
    *margin-left: 62.495%;
  }
  .offset-md-7-8 {
    margin-left: 87.5%;
    *margin-left: 87.495%;
  }
  .offset-md-1-12 {
    margin-left: 8.33%;
    *margin-left: 8.325%;
  }
  .offset-md-5-12 {
    margin-left: 41.67%;
    *margin-left: 41.665%;
  }
  .offset-md-7-12 {
    margin-left: 58.33%;
    *margin-left: 58.325%;
  }
  .offset-md-11-12 {
    margin-left: 91.67%;
    *margin-left: 91.665%;
  }
  .offset-md-1-24 {
    margin-left: 4.17%;
    *margin-left: 4.165%;
  }
  .offset-md-5-24 {
    margin-left: 20.83%;
    *margin-left: 20.825%;
  }
  .offset-md-7-24 {
    margin-left: 29.17%;
    *margin-left: 29.165%;
  }
  .offset-md-11-24 {
    margin-left: 45.83%;
    *margin-left: 45.825%;
  }
  .offset-md-13-24 {
    margin-left: 54.17%;
    *margin-left: 54.165%;
  }
  .offset-md-17-24 {
    margin-left: 70.83%;
    *margin-left: 70.825%;
  }
  .offset-md-19-24 {
    margin-left: 79.17%;
    *margin-left: 79.165%;
  }
  .offset-md-23-24 {
    margin-left: 95.83%;
    *margin-left: 95.825%;
  }
}
@media screen and (min-width: 64em) {
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1-2 {
    margin-left: 50%;
    *margin-left: 49.995%;
  }
  .offset-lg-1-3 {
    margin-left: 33.33%;
    *margin-left: 33.325%;
  }
  .offset-lg-2-3 {
    margin-left: 66.67%;
    *margin-left: 66.665%;
  }
  .offset-lg-1-4 {
    margin-left: 25%;
    *margin-left: 24.995%;
  }
  .offset-lg-3-4 {
    margin-left: 75%;
    *margin-left: 74.995%;
  }
  .offset-lg-1-5 {
    margin-left: 20%;
    *margin-left: 19.995%;
  }
  .offset-lg-2-5 {
    margin-left: 40%;
    *margin-left: 39.995%;
  }
  .offset-lg-3-5 {
    margin-left: 60%;
    *margin-left: 59.995%;
  }
  .offset-lg-4-5 {
    margin-left: 80%;
    *margin-left: 79.995%;
  }
  .offset-lg-1-6 {
    margin-left: 16.66%;
    *margin-left: 16.655%;
  }
  .offset-lg-5-6 {
    margin-left: 83.33%;
    *margin-left: 83.325%;
  }
  .offset-lg-1-8 {
    margin-left: 12.5%;
    *margin-left: 12.495%;
  }
  .offset-lg-3-8 {
    margin-left: 37.5%;
    *margin-left: 37.495%;
  }
  .offset-lg-5-8 {
    margin-left: 62.5%;
    *margin-left: 62.495%;
  }
  .offset-lg-7-8 {
    margin-left: 87.5%;
    *margin-left: 87.495%;
  }
  .offset-lg-1-12 {
    margin-left: 8.33%;
    *margin-left: 8.325%;
  }
  .offset-lg-5-12 {
    margin-left: 41.67%;
    *margin-left: 41.665%;
  }
  .offset-lg-7-12 {
    margin-left: 58.33%;
    *margin-left: 58.325%;
  }
  .offset-lg-11-12 {
    margin-left: 91.67%;
    *margin-left: 91.665%;
  }
  .offset-lg-1-24 {
    margin-left: 4.17%;
    *margin-left: 4.165%;
  }
  .offset-lg-5-24 {
    margin-left: 20.83%;
    *margin-left: 20.825%;
  }
  .offset-lg-7-24 {
    margin-left: 29.17%;
    *margin-left: 29.165%;
  }
  .offset-lg-11-24 {
    margin-left: 45.83%;
    *margin-left: 45.825%;
  }
  .offset-lg-13-24 {
    margin-left: 54.17%;
    *margin-left: 54.165%;
  }
  .offset-lg-17-24 {
    margin-left: 70.83%;
    *margin-left: 70.825%;
  }
  .offset-lg-19-24 {
    margin-left: 79.17%;
    *margin-left: 79.165%;
  }
  .offset-lg-23-24 {
    margin-left: 95.83%;
    *margin-left: 95.825%;
  }
}
@media screen and (min-width: 75em) {
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1-2 {
    margin-left: 50%;
    *margin-left: 49.995%;
  }
  .offset-xl-1-3 {
    margin-left: 33.33%;
    *margin-left: 33.325%;
  }
  .offset-xl-2-3 {
    margin-left: 66.67%;
    *margin-left: 66.665%;
  }
  .offset-xl-1-4 {
    margin-left: 25%;
    *margin-left: 24.995%;
  }
  .offset-xl-3-4 {
    margin-left: 75%;
    *margin-left: 74.995%;
  }
  .offset-xl-1-5 {
    margin-left: 20%;
    *margin-left: 19.995%;
  }
  .offset-xl-2-5 {
    margin-left: 40%;
    *margin-left: 39.995%;
  }
  .offset-xl-3-5 {
    margin-left: 60%;
    *margin-left: 59.995%;
  }
  .offset-xl-4-5 {
    margin-left: 80%;
    *margin-left: 79.995%;
  }
  .offset-xl-1-6 {
    margin-left: 16.66%;
    *margin-left: 16.655%;
  }
  .offset-xl-5-6 {
    margin-left: 83.33%;
    *margin-left: 83.325%;
  }
  .offset-xl-1-8 {
    margin-left: 12.5%;
    *margin-left: 12.495%;
  }
  .offset-xl-3-8 {
    margin-left: 37.5%;
    *margin-left: 37.495%;
  }
  .offset-xl-5-8 {
    margin-left: 62.5%;
    *margin-left: 62.495%;
  }
  .offset-xl-7-8 {
    margin-left: 87.5%;
    *margin-left: 87.495%;
  }
  .offset-xl-1-12 {
    margin-left: 8.33%;
    *margin-left: 8.325%;
  }
  .offset-xl-5-12 {
    margin-left: 41.67%;
    *margin-left: 41.665%;
  }
  .offset-xl-7-12 {
    margin-left: 58.33%;
    *margin-left: 58.325%;
  }
  .offset-xl-11-12 {
    margin-left: 91.67%;
    *margin-left: 91.665%;
  }
  .offset-xl-1-24 {
    margin-left: 4.17%;
    *margin-left: 4.165%;
  }
  .offset-xl-5-24 {
    margin-left: 20.83%;
    *margin-left: 20.825%;
  }
  .offset-xl-7-24 {
    margin-left: 29.17%;
    *margin-left: 29.165%;
  }
  .offset-xl-11-24 {
    margin-left: 45.83%;
    *margin-left: 45.825%;
  }
  .offset-xl-13-24 {
    margin-left: 54.17%;
    *margin-left: 54.165%;
  }
  .offset-xl-17-24 {
    margin-left: 70.83%;
    *margin-left: 70.825%;
  }
  .offset-xl-19-24 {
    margin-left: 79.17%;
    *margin-left: 79.165%;
  }
  .offset-xl-23-24 {
    margin-left: 95.83%;
    *margin-left: 95.825%;
  }
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*! formstone v0.8.30 [dropdown.css] 2015-12-07 | MIT License | formstone.it */
/**
	 * @class
	 * @name .fs-dropdown-element
	 * @type element
	 * @description Target element
	 */
/**
	 * @class
	 * @name .fs-dropdown
	 * @type element
	 * @description Base widget class
	 */
/**
	 * @class
	 * @name .fs-dropdown.fs-dropdown-multiple
	 * @type modifer
	 * @description Indicates multi-selected element
	 */
/**
	 * @class
	 * @name .fs-dropdown.fs-dropdown-cover
	 * @type modifer
	 * @description Indicates cover positioning
	 */
/**
	 * @class
	 * @name .fs-dropdown.fs-dropdown-bottom
	 * @type modifer
	 * @description Indicates bottom positioning
	 */
/**
	 * @class
	 * @name .fs-dropdown.fs-dropdown-disabled
	 * @type modifer
	 * @description Indicates disabled state
	 */
/**
	 * @class
	 * @name .fs-dropdown.fs-dropdown-open
	 * @type modifer
	 * @description Indicates open state
	 */
/**
	 * @class
	 * @name .fs-dropdown.fs-dropdown-focus
	 * @type modifer
	 * @description Indicates focus state
	 */
.fs-dropdown {
  position: relative;
  z-index: 1;
  display: block;
  margin: 10px 0;
  max-width: 100%;
  /*
  	@media screen and (min-width: 740px) {
  		max-width: 30%;
  	}
  	*/
  /**
   * @class
   * @name .fs-dropdown-selected
   * @type element
   * @description Handle item
   */
  /**
   * @class
   * @name .fs-dropdown-options
   * @type element
   * @description Options container
   */
  /**
   * @class
   * @name .fs-dropdown-group
   * @type element
   * @description Option group label
   */
  /**
   * @class
   * @name .fs-dropdown-item
   * @type element
   * @description Option item
   */
}

.fs-dropdown:focus {
  box-shadow: none;
  outline: none;
}

.fs-dropdown,
.fs-dropdown:after,
.fs-dropdown:before,
.fs-dropdown *,
.fs-dropdown *:after,
.fs-dropdown *:before {
  box-sizing: border-box;
  transition: none;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.fs-dropdown-element {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: -1;
}

.fs-dropdown-element,
.fs-dropdown-element:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

.no-opacity .fs-dropdown-element {
  left: -999999px;
}

.fs-dropdown-selected {
  width: 100%;
  position: relative;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  color: #222222;
  cursor: pointer;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  overflow: hidden;
  padding: 0 40px 0 15px;
  text-align: left;
  text-overflow: clip;
  z-index: 2;
}

.fs-dropdown-selected:after {
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #cccccc;
  content: "";
  display: block;
  margin: auto 0;
}

.no-touch .fs-dropdown-selected:hover {
  color: #222222;
}

.no-touch .fs-dropdown-disabled .fs-dropdown-selected:hover {
  color: #cccccc;
}

.fs-dropdown-options {
  width: 100%;
  max-height: 260px;
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #cccccc;
  border-width: 0 1px 1px;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  display: none;
  margin: 0;
  overflow: auto;
  overflow-x: hidden;
  padding: 0;
  z-index: 50;
}

.fs-dropdown-options.fs-scrollbar {
  position: absolute;
}

.no-opacity .fs-dropdown-options {
  width: auto;
}

.fs-dropdown-group {
  border-bottom: 1px solid #cccccc;
  color: #999999;
  display: block;
  font-size: 11px;
  padding: 10px 15px;
  text-transform: uppercase;
}

.fs-dropdown-item {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  color: #222222;
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin: 0;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding: 0 15px;
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
  /**
  	 * @class
  	 * @name .fs-dropdown-item.fs-dropdown-item_placeholder
  	 * @type modifier
  	 * @description Indicates placeholder item
  	 */
  /**
  	 * @class
  	 * @name .fs-dropdown-item.fs-dropdown-item_selected
  	 * @type modifier
  	 * @description Indicates selected item
  	 */
  /**
  	 * @class
  	 * @name .fs-dropdown-item.fs-dropdown-item_disabled
  	 * @type modifier
  	 * @description Indicates disabled item
  	 */
}

.fs-dropdown-item_placeholder {
  display: none;
}

.fs-dropdown-item_selected {
  background: #eeeeee;
}

.fs-dropdown-item_disabled {
  color: #999999;
  cursor: default;
}

.fs-dropdown-item:first-child {
  border-radius: 0;
}

.fs-dropdown-item:last-child {
  border-bottom: 0;
  border-radius: 0 0 3px 3px;
}

.no-touch .fs-dropdown-item:hover,
.no-touch .fs-dropdown-item_selected:hover {
  color: #222222;
  background-color: #dddddd;
  border-color: #cccccc;
}

.fs-dropdown-item_disabled,
.no-touch .fs-dropdown-item_disabled:hover {
  color: #cccccc;
  background-color: #ffffff;
  border-color: #cccccc;
}

.fs-dropdown-open {
  z-index: 3;
}

.fs-dropdown-open .fs-dropdown-options {
  display: block;
  border-radius: 0 0 3px 3px;
}

.fs-dropdown-open .fs-dropdown-selected {
  z-index: 51;
  border-radius: 3px 3px 0 0;
}

.fs-dropdown-open .fs-dropdown-selected,
.fs-dropdown-focus .fs-dropdown-selected {
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
  z-index: 49;
}

.fs-dropdown-cover .fs-dropdown-options {
  top: 0;
  border-radius: 3px;
  border-width: 1px;
}

.fs-dropdown-cover .fs-dropdown-item:first-child {
  border-radius: 3px 3px 0 0;
}

.fs-dropdown-bottom .fs-dropdown-options {
  top: auto;
  bottom: 100%;
  border-width: 1px 1px 0;
}

.fs-dropdown-bottom .fs-dropdown-item:last-child {
  border: none;
}

.fs-dropdown-bottom.fs-dropdown-open .fs-dropdown-selected {
  border-radius: 0 0 3px 3px;
}

.fs-dropdown-bottom.fs-dropdown-open .fs-dropdown-options {
  border-radius: 3px 3px 0 0;
}

.fs-dropdown-bottom.fs-dropdown-cover .fs-dropdown-options {
  top: auto;
  bottom: 0;
}

.fs-dropdown-bottom.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
  border-radius: 3px;
}

.fs-dropdown-bottom.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-options {
  border-radius: 3px;
}

.fs-dropdown-multiple {
  border: 1px solid #cccccc;
  border-radius: 3px;
}

.fs-dropdown-multiple .fs-dropdown-options {
  width: 100%;
  position: static;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  display: block;
}

.fs-dropdown-disabled .fs-dropdown-selected {
  background: #ffffff;
  border-color: #cccccc;
  color: #cccccc;
  cursor: default;
}

.fs-dropdown-disabled .fs-dropdown-options {
  background: #ffffff;
  border-color: #cccccc;
}

.fs-dropdown-disabled .fs-dropdown-group,
.fs-dropdown-disabled .fs-dropdown-item {
  border-color: #cccccc;
  color: #cccccc;
  cursor: default;
}

.fs-dropdown-disabled .fs-dropdown-item,
.no-touch .fs-dropdown-disabled .fs-dropdown-item:hover {
  color: #cccccc;
  background-color: #ffffff;
}

.fs-dropdown-disabled .fs-dropdown-item_selected,
.no-touch .fs-dropdown-disabled .fs-dropdown-item_selected:hover {
  background: #fafafa;
}

.fs-dropdown-options.fs-scrollbar {
  overflow: hidden;
}

.fs-dropdown-options.fs-scrollbar .fs-scrollbar-content {
  max-height: 260px;
  height: auto;
}

.fs-dropdown-options.fs-scrollbar.fs-scrollbar-active .fs-scrollbar-content {
  padding: 0;
}

.fs-dropdown-options.fs-scrollbar .fs-scrollbar-bar,
.fs-dropdown-options.fs-scrollbar .fs-scrollbar-track {
  border-radius: 0 3px 3px 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

p {
  font-family: "LinotypeUniversW01-Ligh_723631", sans-serif;
  font-size: 1.125rem;
  line-height: 1.66666667;
  margin-bottom: 1.125rem;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  font-family: "LinotypeUniversW01-Ligh_723631", sans-serif;
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1.4;
  margin: 1.125rem 2rem;
}
@media screen and (min-width: 48em) {
  blockquote {
    margin: 1.125rem 3rem;
  }
}

figcaption {
  margin-top: -14px;
  margin-bottom: 40px;
  font-family: "LinotypeUniversW01-Regu", sans-serif;
  color: #b1b1b1;
  font-size: 14px;
  font-style: normal;
  text-align: left;
}

strong {
  font-family: "LinotypeUniversW01-Heav_723721", sans-serif;
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "LinotypeUniversW01-Heav_723721", sans-serif;
}

h4 {
  margin-bottom: 4px;
}

.site-main > h1:first-child {
  margin-top: 0;
}

/* This stylesheet generated by Transfonter (https://transfonter.org) on May 30, 2017 8:32 PM */
/*
@font-face {
	font-family: 'Aileron';
	src: url('fonts/Aileron-Thin.eot');
	src: url('fonts/Aileron-Thin.eot?#iefix') format('embedded-opentype'),
		url('fonts/Aileron-Thin.woff') format('woff'),
		url('fonts/Aileron-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Aileron';
	src: url('fonts/Aileron-ThinItalic.eot');
	src: url('fonts/Aileron-ThinItalic.eot?#iefix') format('embedded-opentype'),
		url('fonts/Aileron-ThinItalic.woff') format('woff'),
		url('fonts/Aileron-ThinItalic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}

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

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

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

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

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

@font-face {
	font-family: 'Aileron';
	src: url('fonts/Aileron-SemiBoldItalic.eot');
	src: url('fonts/Aileron-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
		url('fonts/Aileron-SemiBoldItalic.woff') format('woff'),
		url('fonts/Aileron-SemiBoldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}

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

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

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

@font-face {
	font-family: 'Aileron';
	src: url('fonts/Aileron-HeavyItalic.eot');
	src: url('fonts/Aileron-HeavyItalic.eot?#iefix') format('embedded-opentype'),
		url('fonts/Aileron-HeavyItalic.woff') format('woff'),
		url('fonts/Aileron-HeavyItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

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

@font-face {
	font-family: 'Aileron';
	src: url('fonts/Aileron-BlackItalic.eot');
	src: url('fonts/Aileron-BlackItalic.eot?#iefix') format('embedded-opentype'),
		url('fonts/Aileron-BlackItalic.woff') format('woff'),
		url('fonts/Aileron-BlackItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'Aileron';
	src: url('fonts/Aileron-UltraLightItalic.eot');
	src: url('fonts/Aileron-UltraLightItalic.eot?#iefix') format('embedded-opentype'),
		url('fonts/Aileron-UltraLightItalic.woff') format('woff'),
		url('fonts/Aileron-UltraLightItalic.ttf') format('truetype');
	font-weight: 200;
	font-style: italic;
}

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


@font-face {
	font-family: 'Nimbus Sans L';
	src: url('fonts/NimbusSanL-Bol.eot');
	src: url('fonts/NimbusSanL-Bol.eot?#iefix') format('embedded-opentype'),
		url('fonts/NimbusSanL-Bol.woff') format('woff'),
		url('fonts/NimbusSanL-Bol.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Nimbus Sans L';
	src: url('fonts/NimbusSanL-RegIta.eot');
	src: url('fonts/NimbusSanL-RegIta.eot?#iefix') format('embedded-opentype'),
		url('fonts/NimbusSanL-RegIta.woff') format('woff'),
		url('fonts/NimbusSanL-RegIta.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Nimbus Sans L';
	src: url('fonts/NimbusSanL-Reg.eot');
	src: url('fonts/NimbusSanL-Reg.eot?#iefix') format('embedded-opentype'),
		url('fonts/NimbusSanL-Reg.woff') format('woff'),
		url('fonts/NimbusSanL-Reg.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Nimbus Sans L';
	src: url('fonts/NimbusSanL-BolIta.eot');
	src: url('fonts/NimbusSanL-BolIta.eot?#iefix') format('embedded-opentype'),
		url('fonts/NimbusSanL-BolIta.woff') format('woff'),
		url('fonts/NimbusSanL-BolIta.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

*/
p {
  margin-bottom: 1.5em;
}
@media (max-width: 48em) {
  p {
    margin-bottom: 1.33333333em;
    line-height: 1.33333333;
  }
}

p + hr + h4, p + h4 {
  margin-top: 48px;
  text-transform: uppercase;
}

dfn, cite, em, i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*
.site-main article, .page-sidebar {
  font-size: 18px;
  line-height: 28px;

  h2 {

    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
  }
  h3 {
    font-size: 16px;
    font-weight: bold;


    margin-bottom: 0;
  }
  a {

    text-decoration: none;

    &:hover {

    }
    &:visited {

    }
  }
  p {
    margin-top: 0;
  }
}
*/
.site-content .pure-g [class*=pure-u], .site-footer.pure-g [class*=pure-u] {
  font-family: "LinotypeUniversW01-Ligh_723631", sans-serif;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

#page {
  overflow-x: hidden;
  overflow-y: visible;
}

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

a.button {
  background: black;
  color: white;
  text-decoration: none;
  padding: 1em 2.125em;
  transition: 0.2s color;
  display: inline-block;
}
a.button:hover, a.button:active, a.button:visited {
  background: #555;
  color: white;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

ul, ol {
  margin: 0 0 1.6875em 0.5em;
  font-size: 1.125rem;
}
@media (max-width: 48em) {
  ul, ol {
    margin: 0 0 1.6875em 0.2em;
  }
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #de2e2b;
  text-decoration: none;
  transition: color 0.25s ease-in-out;
}
a:visited {
  color: #df3734;
}
a:hover, a:focus, a:active {
  color: black;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.wc-shortcodes-button:visited,
.wc-shortcodes-button {
  background: #347AB7;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#site-navigation {
  position: relative;
  z-index: 99;
}

.primary-menu-container {
  margin-right: 32px;
  margin-top: 16px;
  text-align: right;
}

#primary-menu {
  font-family: "LinotypeUniversW01-Regu", sans-serif;
}
#primary-menu li {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding-bottom: 24px;
  text-transform: uppercase;
  vertical-align: top;
}
#primary-menu li:not(.search-item) {
  position: relative;
}
#primary-menu li.search-item button {
  background: transparent;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  font-size: 1em;
  line-height: 1.5;
  padding: 1.25em 1.5em;
}
@media all and (max-width: 64rem) {
  #primary-menu li.search-item button {
    display: none;
  }
}
#primary-menu li.search-item:not(.open):hover .search-icon:after {
  background-image: url("images/icon-search-white.png");
  background-image: url("images/icon-search-white.svg");
}
@media all and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #primary-menu li.search-item:not(.open):hover .search-icon:after {
    /* Retina-specific stuff here */
    background-image: url("images/icon-search-white@2x.png");
    background-image: url("images/icon-search-white.svg");
  }
}
@media all and (max-width: 64rem) {
  #primary-menu li.search-item {
    position: absolute !important;
    top: 0;
    width: 100%;
    border-bottom: none;
  }
}
#primary-menu li.search-item > a {
  padding: 19px 1em;
  position: relative;
}
@media all and (max-width: 96rem) {
  #primary-menu li.search-item > a {
    padding: 29px 0.75em;
  }
}
@media all and (max-width: 64rem) {
  #primary-menu li.search-item > a {
    display: none !important;
  }
}
@media all and (min-width: 64rem) {
  #primary-menu li.search-item span.search-realtext {
    display: none;
  }
}
#primary-menu li.search-item .search-icon {
  font-family: "fontawesome";
  font-size: 28px;
  line-height: 14px;
  width: 1em;
  display: inline-block;
  vertical-align: top;
}
@media all and (max-width: 64em) {
  #primary-menu li.search-item .search-icon {
    display: none;
  }
}
#primary-menu li.search-item .search-icon:after {
  content: "";
  color: transparent;
  text-shadow: none;
  background-image: url(images/icon-search.png);
  background-image: url(images/icon-search-white.svg);
  background-size: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  /* color: white; */
  width: 16px;
  height: 14px;
  display: inline-block;
  /* color: white; */
}
@media all and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #primary-menu li.search-item .search-icon:after {
    /* Retina-specific stuff here */
    background-image: url("images/icon-search@2x-white.png");
    background-image: url("images/icon-search-white.svg");
  }
}
#primary-menu > li > a {
  text-decoration: none;
  color: white;
  padding: 1.25em 1.5em;
  display: inline-block;
}
#primary-menu > li:not(:last-child) > a {
  text-decoration: none;
  color: white;
  padding: 1.25em 0.5em 0;
  margin-left: 1em;
  display: inline-block;
  border-bottom: 6px solid transparent;
  text-align: center;
  transition: border-bottom 0.25s ease-in-out;
}
#primary-menu > li:not(:last-child):hover > a {
  border-color: #D72622;
}
#primary-menu > li:last-child {
  background: #D72622;
  margin-left: 1.5em;
  padding-bottom: 0;
}
#primary-menu > li:last-child > a {
  padding: 0.9em 2.5em 0.8em 2.5em;
  border: 4px solid #D72622;
  background-color: rgb(215, 38, 34);
  transition: all 0.25s ease-in-out;
}
#primary-menu > li:last-child > a:hover {
  background-color: rgba(215, 38, 34, 0);
}
@media all and (max-width: 35.5em) {
  #primary-menu li#menu-item-search {
    padding: 16px;
    margin: 0;
    font-size: 12px;
  }
  #primary-menu li#menu-item-search .search-field {
    font-size: 12px;
    width: calc(100% - 74px);
    padding: 12px;
  }
  #primary-menu li#menu-item-search .search-field::-webkit-input-placeholder {
    color: #F5F5F5;
  }
  #primary-menu li#menu-item-search .search-field::-moz-placeholder {
    color: #F5F5F5;
  }
  #primary-menu li#menu-item-search .search-field::placeholder {
    color: #F5F5F5;
  }
  #primary-menu li#menu-item-search .search-submit {
    height: 42px;
    width: 42px;
    background-position: 13px;
  }
}
#primary-menu li#menu-item-search {
  padding-bottom: 0 !important;
  font-size: 14px;
  font-weight: normal;
  display: block;
  text-transform: none;
  border-bottom: 0;
  padding: 0;
  background: transparent;
  border: 6px solid white;
  border-right: none;
}
#primary-menu .search-form input.search-field {
  font-family: "LinotypeUniversW01-Ligh_723631", sans-serif;
  width: calc(100% - 126px);
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  padding: 1em 2em;
  background: transparent;
  outline: none;
  font-weight: bold;
  color: #f5f5f5;
}
#primary-menu .search-form input.search-field:active, #primary-menu .search-form input.search-field:focus {
  color: white;
}
#primary-menu .search-form input[type=submit] {
  background-color: white;
  box-shadow: none;
  width: 56px;
  height: 56px;
  margin: 0;
  border: none;
  background-image: url(images/arrow-black.svg);
  display: inline-block;
  vertical-align: top;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 20px;
  color: transparent;
  text-shadow: none;
  border-radius: 0;
  position: absolute;
  right: 0;
}

/*  Dropdown  */
#primary-menu .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 68px;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  background: transparent;
  text-align: left;
  padding: 12px 0 0;
  transition: visibility 0.5s, opacity 0.5s;
}
#primary-menu .sub-menu.for-search {
  right: 0;
  top: 96px;
  width: 48.5%;
  background: #000;
  padding: 36px;
}
@media all and (max-width: 64em) {
  #primary-menu .sub-menu.for-search {
    top: 0;
    display: block;
    height: auto;
    visibility: visible;
    opacity: 1;
    width: 100%;
    padding: 0 8px 0 0;
    background: transparent;
  }
}
#primary-menu .sub-menu.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
#primary-menu .sub-menu ul {
  width: 15.55%;
  float: left;
  padding-right: 20px;
}
#primary-menu .sub-menu ul:first-child {
  margin-left: 24.65%;
}
#primary-menu .sub-menu li {
  background: black;
  font-size: 14px;
  font-weight: normal;
  display: block;
  text-transform: none;
  border-bottom: 0;
  padding: 32px 32px 0;
}
#primary-menu .sub-menu li ~ li {
  margin: 0;
  padding-top: 16px;
}
#primary-menu .sub-menu li:last-child {
  padding-bottom: 32px;
}
#primary-menu .sub-menu a {
  color: #eee;
  text-decoration: none;
}
#primary-menu .sub-menu a:hover {
  color: #ddd;
}

@media (min-width: 64em) {
  #primary-menu .sub-menu ul {
    width: 100%;
    float: none;
    position: relative;
    margin: 0;
    padding: 0;
    left: 1em;
    font-weight: 200;
  }
  #primary-menu .sub-menu .sub-menu li:first-child {
    margin-top: 10px;
  }
  #primary-menu .sub-menu .menu-item-has-children:after {
    content: none;
  }
}
body.active {
  overflow: hidden;
}

/* Mobile menu toggle ------------------------ */
#burger-wrap {
  display: none;
  height: 80px;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1;
}
@media all and (max-width: 64em) {
  #burger-wrap:before {
    background-color: transparent;
    content: "";
    display: block;
    height: 98px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: background-color 0.5s;
  }
}

@media all and (max-width: 64em) {
  body.active #burger-wrap:before {
    background-color: #D72622;
  }
}

.burger {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  height: 67px;
  margin: 0;
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 28px;
  top: 8px;
  width: 60px;
}
.burger:active, .burger:focus, .burger:hover, .burger:visited {
  box-shadow: none;
  color: white;
  outline: 0;
  text-decoration: none;
}
.burger:active:after,
.burger:active span, .burger:focus:after,
.burger:focus span, .burger:hover:after,
.burger:hover span, .burger:visited:after,
.burger:visited span {
  color: white;
  outline: 0;
  text-decoration: none;
}
.burger:focus {
  border: 0 none;
  box-shadow: none;
  outline: 1px white dotted;
}
@media all and (max-width: 26em) {
  .burger {
    right: 8px;
  }
}
.burger:after {
  bottom: 0;
  color: white;
  content: "Menu";
  font-size: 12px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.burger.active:after {
  content: "Close";
}
.burger span {
  background: white;
  border-radius: 15px;
  display: block;
  height: 3px;
  left: 16px;
  position: absolute;
  right: 16px;
  top: 28px;
  transition: background 0.3s 0.3s;
  transition-delay: 0.4s, 0s;
}

.logged-in .burger {
  top: 54px;
}

.active .burger span {
  background: 0 0 transparent;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  transition: all 0.3s ease-in;
  transition-delay: 0s, 0s;
}

.burger span::after,
.burger span::before {
  background-color: white;
  border-radius: 5px;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  transition-delay: 0.4s, 0s;
  transition-duration: 0.3s, 0.3s;
  width: 100%;
}

.burger span::before {
  top: -8px;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}

.burger span::after {
  bottom: -8px;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.active .burger span::after,
.active .burger span::before {
  height: 2px;
  transition-delay: 0s, 0.4s;
}

.active .burger span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.active .burger span::after {
  bottom: 1px; /* Fix for codepen, set to zero for normal use */
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.burger.active:before {
  border-radius: 0;
  content: "";
  display: block;
  height: 36px;
  margin: 12px auto;
  position: relative;
  width: 36px;
  z-index: -8;
}

@media (max-width: 64em) {
  #burger-wrap {
    display: block;
  }
  .main-navigation .primary-menu-container {
    background: #D72622;
    bottom: 0;
    display: block;
    left: 0;
    margin: 0;
    padding: 128px 64px 64px;
    position: fixed;
    right: 0;
    text-align: left;
    top: 0;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    transition: 0.5s transform, 0.5s -webkit-transform;
    visibility: hidden;
  }
}
@media (max-width: 64em) and (max-width: 64em) {
  .main-navigation .primary-menu-container {
    padding: 128px 18px 64px;
  }
}
@media (max-width: 64em) {
  .logged-in .main-navigation .primary-menu-container {
    padding-top: 174px;
  }
}
@media (max-width: 64em) {
  .main-navigation.active .primary-menu-container {
    overflow-y: scroll;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    visibility: visible;
  }
}
@media (max-width: 64em) {
  #primary-menu {
    border-bottom: 2px solid #e46360;
    border-left: none;
    font-size: 20px;
    margin: 0;
    padding: 12px 4px;
    position: relative;
  }
  #primary-menu li {
    padding-bottom: 0;
  }
  #primary-menu > li {
    border-bottom: 2px solid white;
    color: #fff;
    display: block;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
  }
  #primary-menu > li.active {
    border-bottom: none;
  }
  #primary-menu > li:first-child {
    border-top: 2px solid white;
    margin-top: 84px;
  }
  #primary-menu > li:last-child {
    border-bottom: none;
    border-top: 2px solid #e46360;
    margin-left: 0;
    margin-top: 40px;
  }
  #primary-menu > li:last-child > a {
    background: white;
    border-bottom: none;
    border-radius: 1px;
    color: #404040;
    font-size: 0.75em;
    padding: 0.5em 1em;
    text-transform: none;
  }
  #primary-menu > li ~ li {
    margin-left: 0;
    margin-top: 0;
  }
  #primary-menu > li:not(:last-child) > a {
    border-bottom: 0;
    display: block;
    margin-left: 0;
    padding: 0.5em 1.5em 0.5em 0;
    text-align: left;
  }
  #primary-menu .menu-item-has-children {
    position: relative;
  }
  #primary-menu > li.menu-item-has-children > a:after {
    content: "+";
    display: block;
    font-size: 1.5em;
    position: absolute;
    right: 0;
    top: 0;
  }
  #primary-menu > li.menu-item-has-children.active > a:after {
    content: "-";
  }
  #primary-menu .sub-menu {
    background-color: transparent;
    display: none;
    left: auto;
    margin-left: 0;
    padding: 0;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }
  #primary-menu .sub-menu.active {
    display: block;
  }
  #primary-menu .sub-menu li {
    background: transparent;
    color: #fff;
    font-family: "LinotypeUniversW01-Ligh_723631";
    font-size: 18px;
  }
  #primary-menu .sub-menu li:last-child {
    padding-bottom: 0;
  }
  #primary-menu .sub-menu ul {
    float: none;
    margin-bottom: 10px;
    width: 100%;
  }
  #primary-menu .sub-menu ul:first-child {
    margin-left: 0;
  }
}
@media (max-width: 64em) and (max-width: 64em) {
  #primary-menu .sub-menu a {
    color: #fff;
  }
}
@media (max-width: 64em) {
  #primary-menu .sub-menu a:hover {
    color: #fff;
  }
}
@media (max-width: 64em) {
  #primary-menu .sub-menu li ~ li {
    padding-top: 12px;
  }
}
@media (max-width: 64em) {
  #primary-menu .menu-item-has-children .menu-item-has-children:after {
    content: none;
  }
}
@media (max-width: 64em) {
  #primary-menu .sub-menu .sub-menu {
    color: white;
    display: block;
    opacity: 1;
    position: relative;
    visibility: visible;
  }
}
@media (max-width: 72em) {
  #primary-menu li ~ li {
    margin-left: 0;
  }
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  background-color: rgba(0, 0, 0, 0.5);
  height: 96px;
  left: 0;
  padding: 0;
  position: fixed;
  top: 0;
  transition: 0.5s background-color;
  width: 100%;
  z-index: 35;
}
body.below-top .site-header {
  background-color: rgba(0, 0, 0, 0.9);
}

.site-branding {
  z-index: 100;
}

.site-navigation {
  float: right;
  text-align: right;
}

#site-navigation {
  width: 100%;
}

@media (max-width: 1023px) {
  .site-header {
    padding-top: 0;
    padding-bottom: 30px;
    z-index: 20;
  }
  .site-navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 457px;
    background: #083b77;
    color: #fff;
    overflow: auto;
    padding: 180px 45px 50px 45px;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .site-navigation.active {
    opacity: 1;
    z-index: 50;
    visibility: visible;
  }
}
@media (max-width: 719px) {
  .site-header {
    padding-bottom: 25px;
  }
  .site-navigation {
    width: 100%;
    padding: 180px 30px 50px 30px;
  }
}
.site-navigation.active .menu > .menu-item > a {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

.nav-menu .sub-menu {
  min-width: 274px;
  padding: 4em 2em 2em;
  left: 50%;
  margin-left: -73px;
  width: auto;
}
.nav-menu .sub-menu li {
  font-size: 14px;
  text-transform: uppercase;
}

.nav-menu li {
  position: relative;
}

@media (max-width: 1023px) {
  .nav-menu .sub-menu {
    display: none;
    left: auto;
    margin-left: 0;
    width: auto;
    padding: 20px 0 20px 45px;
  }
  .nav-menu .sub-menu.active {
    display: block;
  }
  .nav-menu .menu-item-has-children:after {
    background-image: url(../images/nav-plus.png);
    background-position: 0;
    background-size: 100%;
  }
  .nav-menu .menu-item-has-children.active:after {
    background-image: url(../images/nav-minus.png);
    background-position: 0;
    background-size: 100%;
  }
}
.site-title {
  font-size: 0;
  margin: 0;
  position: relative;
}
.site-title a {
  background-image: url(images/logo-main.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 256px;
  height: 58px;
  left: 32px;
  top: 18px;
  z-index: 9;
}
@media all and (max-width: 26em) {
  .site-title a {
    left: 16px;
  }
}
@media all and (max-width: 22em) {
  .site-title a {
    width: 192px;
    height: 43.5px;
    top: 26px;
  }
}

.site-description {
  font-size: 0;
}

.faux-background {
  background-color: #555;
  background-image: url("images/background-default.jpg");
  background-size: 100%;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 700px;
}
.faux-background.mobile-home {
  display: none;
}
@media all and (max-width: 48em) {
  .faux-background.mobile-home {
    display: block;
  }
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.disclaimer-area {
  max-width: 1548px;
  margin-left: auto;
  padding: 0 45px 53px 106px;
  background: white;
}
@media (max-width: 48em) {
  .disclaimer-area {
    padding: 0 45px 40px 106px;
  }
}
.disclaimer-area .disclaimer-area-inner {
  font-size: 0.825em;
}
@media all and (max-width: 64em) {
  .disclaimer-area {
    padding-left: 45px;
  }
}

footer p {
  font-size: 16px;
}

footer a:hover, footer a:focus, footer a:active {
  color: #fff;
}

.site-footer {
  background: black;
  color: white;
  padding: 48px 64px 48px 32px;
}
.site-footer .site-footer-inner.pure-g {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.site-footer .field-first-column, .site-footer .field-second-column, .site-footer .field-third-column {
  padding-right: 32px;
}
.site-footer .field-social a {
  color: white;
  display: inline-block;
  margin-right: 1rem;
}
.site-footer .field-social a:hover {
  color: red;
}
.site-footer .field-connect-link {
  text-align: left;
}
@media all and (max-width: 64em) {
  .site-footer .field-connect-link {
    text-align: left;
  }
}
.site-footer .field-connect-link a {
  display: inline-block;
  color: white;
  text-decoration: none;
  font-weight: normal;
  margin-top: 0;
  padding: 1em 3em;
  font-size: 16px;
  border: 4px solid #D72622;
  font-family: "LinotypeUniversW01-Ligh_723631", sans-serif;
  background-color: rgba(215, 38, 34, 0);
  transition: all 0.25s ease-in-out;
}
.site-footer .field-connect-link a:hover {
  background-color: rgb(215, 38, 34);
}
.site-footer .gravity-switch {
  text-align: right;
}
@media all and (max-width: 64em) {
  .site-footer .gravity-switch {
    text-align: left;
  }
}
.site-footer .gravity-switch a {
  display: inline-block;
  margin-top: 8px;
  color: white;
  text-decoration: none;
  color: #de2e2b;
  transition: color 0.25s ease-in-out;
}
.site-footer .gravity-switch a:hover {
  color: #fff;
}
.site-footer .gravity-switch a:visited {
  color: #df3734;
}
.site-footer .search-form input.search-field {
  width: 40%;
  min-width: 12em;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  padding: 1em 2em;
}
.site-footer .search-form input[type=submit] {
  background-color: white;
  box-shadow: none;
  width: 56px;
  height: 56px;
  margin: 0;
  border: none;
  background-image: url(images/arrow-black.svg);
  display: inline-block;
  vertical-align: top;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 20px;
  color: transparent;
  text-shadow: none;
  border-radius: 0;
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
.icon {
  position: relative;
  width: 16px;
  height: 16px;
  margin: 16px;
}

.icon-minus {
  background-color: #000;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  width: 16px;
  height: 16px;
  position: relative;
  top: 0;
  left: 0;
}

.icon-minus:after {
  background-color: #fff;
  width: 8px;
  height: 2px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  position: absolute;
  top: 7px;
  left: 3.5px;
  z-index: 4;
  content: "";
}

.icon-plus {
  background-color: #000;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  width: 16px;
  height: 16px;
  position: relative;
  top: 0;
  left: 0;
}

.icon-plus:after {
  background-color: #fff;
  width: 8px;
  height: 2px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  position: absolute;
  top: 7px;
  left: 4px;
  content: "";
}

.icon-plus:before {
  background-color: #fff;
  width: 2px;
  height: 8px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  position: absolute;
  top: 4px;
  left: 7px;
  content: "";
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text, #give-recurring-form .give-hidden,
form.give-form .give-hidden,
form[id*=give-form] .give-hidden,
[id*=give-form] .give-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus, #give-recurring-form .give-hidden:focus,
form.give-form .give-hidden:focus,
[id*=give-form] .give-hidden: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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.article-list li {
  margin-bottom: 0.5em;
}
.article-list li > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.article-list li > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

body .bw, body img.bw {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
body div#wpadminbar {
  position: fixed !important;
}
body .site-main {
  margin-top: 374px;
  background: white;
  padding: 68px 45px 53px 106px;
}
@media all and (min-width: 64em) {
  body .site-main {
    max-width: 1548px;
    margin-left: auto;
  }
}
@media all and (max-width: 64em) {
  body .site-main {
    padding-left: 45px;
  }
}
@media (max-width: 48em) {
  body .site-main {
    margin-top: 242px;
    padding: 24px 45px 53px 106px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
body article hr {
  display: none;
}
body .field-post-title {
  color: black;
  font-family: "LinotypeUniversW01-Bold_723697", sans-serif;
  line-height: 1.16666667;
  font-size: 3.875em;
  margin-bottom: 64px;
  margin-top: 0.25806452em;
}
@media all and (max-width: 48em) {
  body .field-post-title {
    font-size: 2.5em;
  }
}
body .field-post-title.with-subtitle {
  margin-bottom: 0.77419355em;
}
@media (max-width: 48em) {
  body .field-post-title.with-subtitle {
    margin-bottom: 12px;
  }
}
body .field-subtitle {
  font-size: 1.5em;
  max-width: 60%;
  margin-bottom: 64px;
  color: black;
  max-width: 59%;
  font-family: "LinotypeUniversW01-Regu";
  line-height: 1.33333333;
  margin-bottom: 1.16666667em;
  font-size: 1.5em;
}
@media all and (max-width: 75em) {
  body .field-subtitle {
    max-width: none;
  }
}
@media (max-width: 48em) {
  body .field-subtitle {
    font-size: 20px;
    margin-bottom: 28px;
  }
}
body.search h1.page-title {
  color: black;
  font-family: "LinotypeUniversW01-Bold_723697", sans-serif;
  line-height: 1.16666667;
  font-size: 3.875em;
  margin-bottom: 64px;
  margin-top: 0;
}
body h2.give-form-title {
  display: none;
}
body .give-donation-amount {
  line-height: 64px;
  font-size: 64px;
  height: 64px;
  text-align: center;
}
body form[id*=give-form] .give-donation-amount .give-currency-symbol {
  height: 64px;
  width: 64px;
  font-size: 48px;
  line-height: 64px;
}
body form[id*=give-form] .give-donation-amount #give-amount, body form[id*=give-form] .give-donation-amount #give-amount-text {
  height: 64px;
  font-size: 48px;
  width: calc(100% - 64px);
  max-width: 8em;
  color: #D72622;
}
body .entry-content, body .page-content {
  color: #2F3944;
}
body .entry-content p a, body .entry-content li a, body .entry-content blockquote a, body .entry-content strong a, body .page-content p a, body .page-content li a, body .page-content blockquote a, body .page-content strong a {
  text-shadow: 0.03em 0 #FFFFFF, -0.03em 0 #FFFFFF, 0 0.03em #FFFFFF, 0 -0.03em #FFFFFF, 0.06em 0 #FFFFFF, -0.06em 0 #FFFFFF, 0.09em 0 #FFFFFF, -0.09em 0 #FFFFFF, 0.12em 0 #FFFFFF, -0.12em 0 #FFFFFF, 0.15em 0 #FFFFFF, -0.15em 0 #FFFFFF;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  text-decoration: none;
  background-image: linear-gradient(transparent 92%, #D72622 0%);
  padding-bottom: 2px;
  color: #2F3944;
}
body .entry-content p a:hover, body .entry-content li a:hover, body .entry-content blockquote a:hover, body .entry-content strong a:hover, body .page-content p a:hover, body .page-content li a:hover, body .page-content blockquote a:hover, body .page-content strong a:hover {
  background-image: none;
  color: #D72622;
}
body.page-template-default .entry-content {
  display: block;
}
body .content-prime.pure-u-1.pure-u-xl-2-3 {
  margin-left: -1px;
}
body .content-sidebar h2 {
  font-size: 1em;
  font-weight: normal;
  border-top: 4px solid black;
  line-height: 1;
  text-transform: uppercase;
  padding-top: 12px;
  margin-bottom: 32px;
  margin-top: 0;
}
body .content-sidebar ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  padding: 0;
  display: block;
  background: white;
  font-size: 18px;
}
body .content-sidebar ul li {
  font-weight: bold;
  font-family: "LinotypeUniversW01-Bold_723697", sans-serif;
}
body .content-sidebar ul li a {
  background: white;
  color: #D72622;
  display: inline-block;
  font-family: "LinotypeUniversW01-Regu", sans-serif;
  font-weight: normal;
  padding: 18px 0 0;
  text-decoration: none;
  text-shadow: none;
}
body .content-sidebar ul li ~ li {
  position: relative;
}
body .content-sidebar ul li:first-child h3, body .content-sidebar ul li:first-child a {
  padding-top: 0;
}
@media all and (min-width: 75em) {
  body .field-litigation-body, body .field-main-body, body .field-policy-body, body .content-prime > .field-post-content {
    padding-right: 70px;
    border-right: 1px solid #e6e1e1;
    margin-right: 79px;
  }
}
body .page-category-list {
  margin-bottom: 16px;
  margin-left: 0;
  padding-left: 0;
}
body .page-category-list li {
  display: inline-block;
  margin-right: 0.5em;
  text-transform: uppercase;
}
body .page-category-list li a {
  color: black;
  padding: 0.25em 0.5em;
  /* background: #fff; REMOVE */
  border-bottom: 4px solid #000;
  padding: 0;
  text-decoration: none;
  font-family: "LinotypeUniversW01-Heav_723721", sans-serif;
  padding-bottom: 2px;
  font-weight: bold;
  transition: all 0.25s ease-in-out;
}
body .page-category-list li a:hover {
  color: #D72622;
  border-bottom: 4px solid #D72622;
}
body .newsletter-form {
  margin-top: 60px;
}
@media (max-width: 48em) {
  body .newsletter-form {
    margin-top: 24px;
  }
}
body .newsletter-form input {
  padding: 0 1em;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  border-radius: 0;
  outline: none;
  height: 60px;
  vertical-align: top;
}
body .newsletter-form input[type=text], body .newsletter-form input[type=email] {
  border: 4px solid black;
  width: calc(100% - 60px);
}
body .newsletter-form input[type=submit] {
  background-color: black;
  background-image: url(images/arrow-white.svg);
  background-position: 22px;
  background-repeat: no-repeat;
  background-size: 18px;
  border: none;
  box-shadow: none;
  display: inline-block;
  margin: 0;
  text-indent: -9999em;
  vertical-align: top;
  width: 60px;
}

body.single-issue .field-initiatives li {
  font-size: 16px;
}
body.single-issue .field-court-cases p {
  font-size: 16px;
}
body.single-issue .field-court-cases ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
body.single-issue .field-court-cases ul li {
  display: none;
}
body.single-issue .field-court-cases ul li:nth-child(1), body.single-issue .field-court-cases ul li:nth-child(2), body.single-issue .field-court-cases ul li:nth-child(3) {
  display: list-item;
}
body.single-issue .field-court-cases ul.expanded li {
  display: list-item;
}
body.single-issue .field-court-cases h3, body.single-issue .field-court-cases h3 * {
  font-size: 18px;
}
body.single-issue .field-court-cases h3 {
  margin-bottom: 0;
  margin-top: 0;
}
body.single-issue .field-court-cases h3 a {
  color: #D72622;
  text-decoration: none;
}
body.single-issue .field-court-cases h3 span {
  color: #999999;
  font-weight: normal;
  font-family: "LinotypeUniversW01-Regu", sans-serif;
}
body.single-issue .field-court-cases h3 span:before {
  content: " / ";
}
body.single-issue .field-court-cases p {
  margin-bottom: 0.5em;
}
body.single-issue .field-court-cases .show-more {
  margin-top: 64px;
  margin-bottom: 32px;
}
body.single-issue .field-court-cases .show-more.enabled {
  margin-top: 32px;
}
body.single-issue .container-related-links {
  position: relative;
}
body.single-issue .field-small-image {
  position: relative;
  width: 100%;
  background-size: 100%;
  background-size: cover;
  background-position: 50%;
}
@media (max-width: 48em) {
  body.single-issue .field-small-image {
    margin-top: 28px;
  }
}
body.single-issue .field-small-image .small-image-real {
  opacity: 0;
}
body.single-issue .field-related-links {
  padding-left: 40px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 35.5em) {
  body.single-issue .field-related-links {
    padding-left: 0px;
  }
}
body.single-issue .field-related-links img.small-image-real {
  opacity: 0;
  z-index: -1;
  width: 85%;
}
body.single-issue .field-related-links ul {
  padding: 24px 24px 32px;
}
@media all and (max-width: 35.5em) {
  body.single-issue .field-related-links ul {
    padding-left: 0px;
    padding-right: 0px;
  }
}
body.single-issue .field-related-links ul li a:after {
  content: url(images/arrow-black.svg);
  margin-left: 0.75em;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  width: 1em;
  transition: 0.4s margin;
  font-size: 0.6em;
  display: inline-block;
  vertical-align: middle;
}
body.single-issue .field-related-links ul li a:hover:after {
  margin-left: 1.5em;
}
body.single-issue .field-related-links ul li ~ li {
  margin-top: 1em;
}
body.single-issue .field-related-links ul li ~ li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: top;
  height: 2px;
  width: 80%;
  border-top: 2px solid #e6e1e1;
}
#main .news-item-list {
  padding-right: 40px;
  padding-top: 40px;
}
#main .news-item-list h2.newshead {
  font-size: 22px;
  margin-top: 0px;
  margin-bottom: 20px;
}
#main .news-item-list ul.newslist {
  margin: 0;
  padding: 0;
}
#main .news-item-list ul.newslist li.newsitem {
  list-style-type: none;
  margin-bottom: 40px;
}
#main .news-item-list ul.newslist li.newsitem .newsdate {
  font-family: "LinotypeUniversW01-Regu", sans-serif;
  margin-bottom: 10px;
}
#main .news-item-list ul.newslist li.newsitem .newstitle {
  font-family: "LinotypeUniversW01-Heav_723721", sans-serif;
  font-size: 28px;
  margin-bottom: 5px;
  line-height: 1.15;
}
#main .news-item-list ul.newslist li.newsitem .newstitle a {
  color: #191970;
}
#main .news-item-list ul.newslist li.newsitem .newstitle a:visited {
  color: #191970;
}
#main .news-item-list ul.newslist li.newsitem .morelink {
  margin-top: 10px;
}
#main .news-item-list ul.newslist li.newsitem .morelink a.permalink {
  color: #191970;
  font-family: "LinotypeUniversW01-Regu", sans-serif;
}
#main .news-item-list ul.newslist li.newsitem .morelink a.permalink:after {
  content: url(images/arrow-black.svg);
  margin-left: 0.75em;
  line-height: 1.25;
  display: inline-block;
  vertical-align: top;
  transition: 0.4s margin;
  font-size: 0.8em;
  display: inline-block;
  vertical-align: middle;
  width: 0.65em;
}
.content-sidebar h2 {
  margin-top: 20px;
}
.content-sidebar .newslist-sidebar .newsitem .newstitle {
  margin-bottom: 15px;
}
.content-sidebar .newslist-sidebar .newsitem .newstitle a {
  padding: 0px;
}

body.single-news h1.field-post-title {
  color: black;
  font-family: "LinotypeUniversW01-Bold_723697", sans-serif;
  line-height: 1.16666667;
  font-size: 36px;
  margin-bottom: 16px;
}
body.single-news .news-date-undertitle {
  color: black;
  font-family: "LinotypeUniversW01-Regu", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 32px;
}
body.single-news .all-posts-link a {
  color: #191970;
  font-family: "LinotypeUniversW01-Regu", sans-serif;
}
body.single-news .all-posts-link a:after {
  content: url(images/arrow-black.svg);
  margin-left: 0.75em;
  line-height: 1.25;
  display: inline-block;
  vertical-align: top;
  transition: 0.4s margin;
  font-size: 0.8em;
  display: inline-block;
  vertical-align: middle;
  width: 0.65em;
}

#main .case-item-list {
  padding-right: 40px;
  padding-top: 40px;
}
#main .case-item-list h2.casehead {
  font-size: 22px;
  margin-top: 0px;
  margin-bottom: 20px;
}
#main .case-item-list ul.caselist {
  margin: 0;
  padding: 0;
}
#main .case-item-list ul.caselist li.caseitem {
  list-style-type: none;
  margin-bottom: 50px;
}
#main .case-item-list ul.caselist li.caseitem .casedate {
  font-family: "LinotypeUniversW01-Regu", sans-serif;
  margin-bottom: 10px;
  font-weight: 700;
}
#main .case-item-list ul.caselist li.caseitem .casetitle {
  font-family: "LinotypeUniversW01-Heav_723721", sans-serif;
  font-size: 22px;
  margin-bottom: 5px;
  line-height: 1.15;
}
#main .case-item-list ul.caselist li.caseitem .casetitle a {
  color: #191970;
}
#main .case-item-list ul.caselist li.caseitem .casetitle a:visited {
  color: #191970;
}
#main .case-item-list ul.caselist li.caseitem .morelink {
  margin-top: 0px;
}
#main .case-item-list ul.caselist li.caseitem .morelink a.permalink {
  color: #191970;
  font-family: "LinotypeUniversW01-Regu", sans-serif;
}
#main .case-item-list ul.caselist li.caseitem .morelink a.permalink:after {
  content: url(images/arrow-black.svg);
  margin-left: 0.75em;
  line-height: 1.25;
  display: inline-block;
  vertical-align: top;
  transition: 0.4s margin;
  font-size: 0.8em;
  display: inline-block;
  vertical-align: middle;
  width: 0.65em;
}
body.single-case h1.field-post-title {
  color: black;
  font-family: "LinotypeUniversW01-Bold_723697", sans-serif;
  line-height: 1.16666667;
  font-size: 36px;
  margin-bottom: 16px;
}
body.single-case .case-date-undertitle {
  color: black;
  font-family: "LinotypeUniversW01-Regu", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 32px;
}
body.single-case .all-posts-link a {
  color: #191970;
  font-family: "LinotypeUniversW01-Regu", sans-serif;
}
body.single-case .all-posts-link a:after {
  content: url(images/arrow-black.svg);
  margin-left: 0.75em;
  line-height: 1.25;
  display: inline-block;
  vertical-align: top;
  transition: 0.4s margin;
  font-size: 0.8em;
  display: inline-block;
  vertical-align: middle;
  width: 0.65em;
}

body.page-template-home-page .faux-background {
  height: 750px;
}
body.page-template-home-page .faux-background:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.17);
  z-index: -2;
}
body.page-template-home-page .section-heading {
  padding: 394px 52px 104px;
}
body.page-template-home-page .section-heading h4 {
  text-transform: none;
}
@media all and (max-width: 64em) {
  body.page-template-home-page .section-heading {
    padding: 320px 52px 58px;
  }
}
@media (max-width: 48em) {
  body.page-template-home-page .section-heading {
    padding: 136px 0 36px;
    width: 90%;
    margin: 0 auto;
  }
}
body.page-template-home-page .section-heading div, body.page-template-home-page .section-heading p, body.page-template-home-page .section-heading h1, body.page-template-home-page .section-heading h2, body.page-template-home-page .section-heading h3, body.page-template-home-page .section-heading h4 {
  color: white;
  font-size: 63px;
  line-height: 1em;
  margin-bottom: 0.25em;
  margin-top: 0;
  font-weight: normal;
  /* letter-spacing: 1px;  REMOVE */
  font-family: "LinotypeUniversW01-Heav_723721", sans-serif;
}
@media all and (max-width: 64em) {
  body.page-template-home-page .section-heading div, body.page-template-home-page .section-heading p, body.page-template-home-page .section-heading h1, body.page-template-home-page .section-heading h2, body.page-template-home-page .section-heading h3, body.page-template-home-page .section-heading h4 {
    font-size: 40px;
  }
}
@media all and (max-width: 48em) {
  body.page-template-home-page .section-heading div, body.page-template-home-page .section-heading p, body.page-template-home-page .section-heading h1, body.page-template-home-page .section-heading h2, body.page-template-home-page .section-heading h3, body.page-template-home-page .section-heading h4 {
    font-size: 25px;
    line-height: 1.12;
    font-family: "LinotypeUniversW01-Bold_723697";
  }
}
body.page-template-home-page .section-heading div h4, body.page-template-home-page .section-heading p h4, body.page-template-home-page .section-heading h1 h4, body.page-template-home-page .section-heading h2 h4, body.page-template-home-page .section-heading h3 h4, body.page-template-home-page .section-heading h4 h4 {
  font-family: "LinotypeUniversW01-Ligh_723631", sans-serif;
}
body.page-template-home-page .section-heading div strong, body.page-template-home-page .section-heading p strong, body.page-template-home-page .section-heading h1 strong, body.page-template-home-page .section-heading h2 strong, body.page-template-home-page .section-heading h3 strong, body.page-template-home-page .section-heading h4 strong {
  color: #D72622;
}
body.page-template-home-page .section-heading div em, body.page-template-home-page .section-heading p em, body.page-template-home-page .section-heading h1 em, body.page-template-home-page .section-heading h2 em, body.page-template-home-page .section-heading h3 em, body.page-template-home-page .section-heading h4 em {
  font-size: 26px;
  font-weight: 100;
  font-style: normal;
  line-height: 1.4em;
  display: block;
  margin-top: 32px;
}
@media all and (max-width: 64em) {
  body.page-template-home-page .section-heading div em, body.page-template-home-page .section-heading p em, body.page-template-home-page .section-heading h1 em, body.page-template-home-page .section-heading h2 em, body.page-template-home-page .section-heading h3 em, body.page-template-home-page .section-heading h4 em {
    font-size: 21px;
  }
}
@media (max-width: 48em) {
  body.page-template-home-page .section-heading div em div em, body.page-template-home-page .section-heading div em p em, body.page-template-home-page .section-heading div em h1 em, body.page-template-home-page .section-heading div em h2 em, body.page-template-home-page .section-heading div em h3 em, body.page-template-home-page .section-heading div em h4 em, body.page-template-home-page .section-heading p em div em, body.page-template-home-page .section-heading p em p em, body.page-template-home-page .section-heading p em h1 em, body.page-template-home-page .section-heading p em h2 em, body.page-template-home-page .section-heading p em h3 em, body.page-template-home-page .section-heading p em h4 em, body.page-template-home-page .section-heading h1 em div em, body.page-template-home-page .section-heading h1 em p em, body.page-template-home-page .section-heading h1 em h1 em, body.page-template-home-page .section-heading h1 em h2 em, body.page-template-home-page .section-heading h1 em h3 em, body.page-template-home-page .section-heading h1 em h4 em, body.page-template-home-page .section-heading h2 em div em, body.page-template-home-page .section-heading h2 em p em, body.page-template-home-page .section-heading h2 em h1 em, body.page-template-home-page .section-heading h2 em h2 em, body.page-template-home-page .section-heading h2 em h3 em, body.page-template-home-page .section-heading h2 em h4 em, body.page-template-home-page .section-heading h3 em div em, body.page-template-home-page .section-heading h3 em p em, body.page-template-home-page .section-heading h3 em h1 em, body.page-template-home-page .section-heading h3 em h2 em, body.page-template-home-page .section-heading h3 em h3 em, body.page-template-home-page .section-heading h3 em h4 em, body.page-template-home-page .section-heading h4 em div em, body.page-template-home-page .section-heading h4 em p em, body.page-template-home-page .section-heading h4 em h1 em, body.page-template-home-page .section-heading h4 em h2 em, body.page-template-home-page .section-heading h4 em h3 em, body.page-template-home-page .section-heading h4 em h4 em {
    font-size: 18px;
    margin-top: 16px;
  }
}
body.page-template-home-page .article__meta {
  position: absolute;
  bottom: 33px;
}
body.page-template-home-page .site-main {
  margin-top: 0;
  background: inherit;
  padding: 0;
}
@media (min-width: 64em) {
  body.page-template-home-page .site-main {
    max-width: none;
    float: none;
    margin: 0 auto;
  }
}
@media (min-width: 48em) {
  body.page-template-home-page .site-main {
    margin-top: 56px;
  }
}
body.page-template-home-page .site-main hr {
  display: block;
  height: 12px;
  margin: 0;
  border-bottom: 12px solid white;
  border-top-width: 12px;
  background: #D72622;
}
body.page-template-home-page .site-main .field-featured-issues {
  border-left: 24px solid white;
  border-right: 24px solid white;
}
@media all and (max-width: 64em) {
  body.page-template-home-page .site-main .field-featured-issues {
    border: none;
  }
}
body.page-template-home-page .site-main .field-featured-issues .owl-carousel {
  display: block;
}
body.page-template-home-page .site-main .field-featured-issues ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
body.page-template-home-page .site-main .field-featured-issues h3.field-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  color: white;
}
body.page-template-home-page .site-main .field-featured-issues h3.field-title a.permalink {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 30px;
  display: block;
  padding: 26px;
}
body.page-template-home-page .site-main .field-featured-issues h3.field-title a.permalink:after {
  content: url(images/arrow-white.svg);
  margin-left: 0.75em;
  line-height: 1.25;
  display: inline-block;
  vertical-align: top;
  width: 1em;
  /* height: 1rem; */
  /* line-height: 1rem; */
  transition: 0.4s margin;
  font-size: 0.8em;
  display: inline-block;
  vertical-align: middle;
}
body.page-template-home-page .site-main .field-featured-issues h3.field-title a.permalink:hover:after {
  margin-left: 1.5em;
}
body.page-template-home-page .site-main .field-featured-issues li {
  position: relative;
  background-size: 100%;
  background-size: cover;
}
@media all and (max-width: 48em) {
  body.page-template-home-page .site-main .field-featured-issues li {
    border: none;
  }
  body.page-template-home-page .site-main .field-featured-issues li:first-child {
    border: none;
  }
}
body.page-template-home-page .site-main .field-featured-issues .inner-image {
  height: 257px;
  height: calc(257px + 4vw);
  background-color: gray;
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-right: 12px;
}
body.page-template-home-page .site-main .field-featured-issues li:last-child .inner-image {
  margin: 0;
}
@media (max-width: 64em) {
  body.page-template-home-page .site-main .field-featured-issues .inner-image {
    margin: 0;
  }
}
body.page-template-home-page .site-main .field-below-border-content {
  padding: 32px 32px 32px;
  margin-top: 0;
  font-size: 14px;
  border-top: 12px solid #D72622;
}
body.page-template-home-page .site-main .field-below-border-content h1, body.page-template-home-page .site-main .field-below-border-content h2, body.page-template-home-page .site-main .field-below-border-content h3, body.page-template-home-page .site-main .field-below-border-content h4, body.page-template-home-page .site-main .field-below-border-content h5, body.page-template-home-page .site-main .field-below-border-content h6, body.page-template-home-page .site-main .field-below-border-content strong {
  font-family: "LinotypeUniversW01-Ligh_723631", sans-serif;
}
body.page-template-home-page .site-main .field-below-border-content .pure-u-1.pure-u-sm-3-4.pure-u-lg-1 {
  padding-right: 32px;
}
body.page-template-home-page .site-main .field-below-border-content h3 {
  margin-bottom: 8px;
}
@media all and (max-width: 64em) and (min-width: 35.5em) {
  body.page-template-home-page .site-main .field-below-border-content .container-permalink {
    text-align: center;
    border-left: 1px solid #e2e2e2;
    position: relative;
  }
}
body.page-template-home-page .site-main .field-below-border-content .field-issue-title {
  font-family: "LinotypeUniversW01-Heav_723721", sans-serif;
  font-size: 16px;
  color: #d72622;
}
body.page-template-home-page .site-main .field-below-border-content a.permalink {
  color: #D72622;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0;
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  margin-top: 0;
  font-family: "LinotypeUniversW01-Regu", sans-serif;
}
@media all and (max-width: 64em) and (min-width: 35.5em) {
  body.page-template-home-page .site-main .field-below-border-content a.permalink {
    position: absolute;
    width: 100%;
    left: 0;
    top: 25%;
  }
}
body.page-template-home-page .site-main .field-below-border-content a.permalink:after {
  content: url(images/arrow-black.svg);
  margin-left: 0.75em;
  line-height: 1.25;
  display: inline-block;
  vertical-align: top;
  transition: 0.4s margin;
  font-size: 0.8em;
  display: inline-block;
  vertical-align: middle;
  width: 0.65em;
}
body.page-template-home-page .site-main .field-below-border-content strong {
  color: #D72622;
}
body.page-template-home-page .site-main .field-about-interstitial {
  background: url("images/background-home-interstitial-new.jpg") no-repeat;
  background-size: 100%;
  background-size: cover;
  padding: 158px 32px 129px 32px;
  border: 16px solid white;
  border-top-width: 3px;
  text-align: center;
}
@media all and (max-width: 64em) {
  body.page-template-home-page .site-main .field-about-interstitial {
    padding: 128px 32px 83px 36px;
  }
}
@media all and (max-width: 48em) {
  body.page-template-home-page .site-main .field-about-interstitial {
    padding: 32px 32px 9px 36px;
  }
}
body.page-template-home-page .site-main .field-about-interstitial * {
  max-width: calc(360px + 40%);
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.4em;
  color: black;
  font-size: 32px;
  max-width: 930px;
  font-weight: normal;
  font-family: "LinotypeUniversW01-Regu", sans-serif;
}
@media all and (max-width: 64em) {
  body.page-template-home-page .site-main .field-about-interstitial * {
    font-size: 24px;
  }
}
@media all and (max-width: 48em) {
  body.page-template-home-page .site-main .field-about-interstitial * {
    font-size: 18px;
  }
}
body.page-template-home-page .site-main .field-about-interstitial h2 {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  border-bottom: 8px solid #D72622;
  padding: 0 16px;
}
body.page-template-home-page .site-main .field-calls-to-action {
  background: black;
  color: #D72622;
  font-weight: bold;
  font-size: 36px;
  margin-top: 0;
  padding: 32px 32px 0;
  text-align: center;
}
body.page-template-home-page .site-main .field-calls-to-action span {
  padding: 0 32px;
}

body.page-template-home-page-new .faux-background {
  height: 750px;
}
body.page-template-home-page-new .faux-background:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.17);
  z-index: -2;
}
body.page-template-home-page-new .section-heading {
  padding: 394px 52px 164px;
  margin-bottom: 20px;
}
body.page-template-home-page-new .section-heading h4 {
  text-transform: none;
}
@media all and (max-width: 64em) {
  body.page-template-home-page-new .section-heading {
    padding: 320px 52px 58px;
  }
}
@media (max-width: 48em) {
  body.page-template-home-page-new .section-heading {
    padding: 136px 0 36px;
    width: 90%;
    margin: 0 auto;
  }
}
body.page-template-home-page-new .section-heading div, body.page-template-home-page-new .section-heading p, body.page-template-home-page-new .section-heading h1, body.page-template-home-page-new .section-heading h2, body.page-template-home-page-new .section-heading h3, body.page-template-home-page-new .section-heading h4 {
  color: white;
  font-size: 63px;
  line-height: 1em;
  margin-bottom: 0.25em;
  margin-top: 0;
  font-weight: normal;
  /* letter-spacing: 1px;  REMOVE */
  font-family: "LinotypeUniversW01-Heav_723721", sans-serif;
}
@media all and (max-width: 64em) {
  body.page-template-home-page-new .section-heading div, body.page-template-home-page-new .section-heading p, body.page-template-home-page-new .section-heading h1, body.page-template-home-page-new .section-heading h2, body.page-template-home-page-new .section-heading h3, body.page-template-home-page-new .section-heading h4 {
    font-size: 40px;
  }
}
@media all and (max-width: 48em) {
  body.page-template-home-page-new .section-heading div, body.page-template-home-page-new .section-heading p, body.page-template-home-page-new .section-heading h1, body.page-template-home-page-new .section-heading h2, body.page-template-home-page-new .section-heading h3, body.page-template-home-page-new .section-heading h4 {
    font-size: 25px;
    line-height: 1.12;
    font-family: "LinotypeUniversW01-Heav_723721", sans-serif;
  }
}
body.page-template-home-page-new .section-heading div h4, body.page-template-home-page-new .section-heading p h4, body.page-template-home-page-new .section-heading h1 h4, body.page-template-home-page-new .section-heading h2 h4, body.page-template-home-page-new .section-heading h3 h4, body.page-template-home-page-new .section-heading h4 h4 {
  font-family: "LinotypeUniversW01-Ligh_723631", sans-serif;
}
body.page-template-home-page-new .section-heading div strong, body.page-template-home-page-new .section-heading p strong, body.page-template-home-page-new .section-heading h1 strong, body.page-template-home-page-new .section-heading h2 strong, body.page-template-home-page-new .section-heading h3 strong, body.page-template-home-page-new .section-heading h4 strong {
  color: #D72622;
  /*color: #881c1c;*/
}
body.page-template-home-page-new .section-heading div em, body.page-template-home-page-new .section-heading p em, body.page-template-home-page-new .section-heading h1 em, body.page-template-home-page-new .section-heading h2 em, body.page-template-home-page-new .section-heading h3 em, body.page-template-home-page-new .section-heading h4 em {
  font-size: 26px;
  font-weight: 100;
  font-style: normal;
  line-height: 1.4em;
  display: block;
  margin-top: 32px;
}
@media all and (max-width: 64em) {
  body.page-template-home-page-new .section-heading div em, body.page-template-home-page-new .section-heading p em, body.page-template-home-page-new .section-heading h1 em, body.page-template-home-page-new .section-heading h2 em, body.page-template-home-page-new .section-heading h3 em, body.page-template-home-page-new .section-heading h4 em {
    font-size: 21px;
  }
}
@media (max-width: 48em) {
  body.page-template-home-page-new .section-heading div em div em, body.page-template-home-page-new .section-heading div em p em, body.page-template-home-page-new .section-heading div em h1 em, body.page-template-home-page-new .section-heading div em h2 em, body.page-template-home-page-new .section-heading div em h3 em, body.page-template-home-page-new .section-heading div em h4 em, body.page-template-home-page-new .section-heading p em div em, body.page-template-home-page-new .section-heading p em p em, body.page-template-home-page-new .section-heading p em h1 em, body.page-template-home-page-new .section-heading p em h2 em, body.page-template-home-page-new .section-heading p em h3 em, body.page-template-home-page-new .section-heading p em h4 em, body.page-template-home-page-new .section-heading h1 em div em, body.page-template-home-page-new .section-heading h1 em p em, body.page-template-home-page-new .section-heading h1 em h1 em, body.page-template-home-page-new .section-heading h1 em h2 em, body.page-template-home-page-new .section-heading h1 em h3 em, body.page-template-home-page-new .section-heading h1 em h4 em, body.page-template-home-page-new .section-heading h2 em div em, body.page-template-home-page-new .section-heading h2 em p em, body.page-template-home-page-new .section-heading h2 em h1 em, body.page-template-home-page-new .section-heading h2 em h2 em, body.page-template-home-page-new .section-heading h2 em h3 em, body.page-template-home-page-new .section-heading h2 em h4 em, body.page-template-home-page-new .section-heading h3 em div em, body.page-template-home-page-new .section-heading h3 em p em, body.page-template-home-page-new .section-heading h3 em h1 em, body.page-template-home-page-new .section-heading h3 em h2 em, body.page-template-home-page-new .section-heading h3 em h3 em, body.page-template-home-page-new .section-heading h3 em h4 em, body.page-template-home-page-new .section-heading h4 em div em, body.page-template-home-page-new .section-heading h4 em p em, body.page-template-home-page-new .section-heading h4 em h1 em, body.page-template-home-page-new .section-heading h4 em h2 em, body.page-template-home-page-new .section-heading h4 em h3 em, body.page-template-home-page-new .section-heading h4 em h4 em {
    font-size: 18px;
    margin-top: 16px;
  }
}
body.page-template-home-page-new .article__meta {
  position: absolute;
  bottom: 33px;
}
body.page-template-home-page-new .site-main {
  margin-top: 0;
  background: inherit;
  padding: 0;
}
@media (min-width: 64em) {
  body.page-template-home-page-new .site-main {
    max-width: none;
    float: none;
    margin: 0 auto;
  }
}
@media (min-width: 48em) {
  body.page-template-home-page-new .site-main {
    /*margin-top: 56px;
    //padding: 24px 45px 53px 106px;
    //padding-left: 24px;
    //padding-right: 24px;*/
  }
}
body.page-template-home-page-new .site-main hr {
  display: block;
  height: 12px;
  margin: 0;
  border-bottom: 12px solid white;
  border-top-width: 12px;
  background: #D72622;
}
body.page-template-home-page-new .site-main .section-issues-news .field-featured-issues {
  /*border-left: 24px solid white;
  border-right: 24px solid white;*/
}
body.page-template-home-page-new .site-main .section-issues-news .field-featured-issues .field-inner {
  padding: 20px;
}
@media all and (max-width: 64em) {
  body.page-template-home-page-new .site-main .section-issues-news .field-featured-issues {
    border: none;
  }
}
body.page-template-home-page-new .site-main .section-issues-news .field-featured-issues .owl-carousel {
  display: block;
}
body.page-template-home-page-new .site-main .section-issues-news .field-featured-issues ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
body.page-template-home-page-new .site-main .section-issues-news .field-featured-issues h3.field-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  color: white;
}
body.page-template-home-page-new .site-main .section-issues-news .field-featured-issues h3.field-title a.permalink {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 30px;
  display: block;
  padding: 26px;
}
body.page-template-home-page-new .site-main .section-issues-news .field-featured-issues h3.field-title a.permalink:after {
  content: url(images/arrow-white.svg);
  margin-left: 0.75em;
  line-height: 1.25;
  display: inline-block;
  vertical-align: top;
  width: 1em;
  /* height: 1rem; */
  /* line-height: 1rem; */
  transition: 0.4s margin;
  font-size: 0.8em;
  display: inline-block;
  vertical-align: middle;
}
body.page-template-home-page-new .site-main .section-issues-news .field-featured-issues h3.field-title a.permalink:hover:after {
  margin-left: 1.5em;
}
body.page-template-home-page-new .site-main .section-issues-news .field-featured-issues li {
  position: relative;
  background-size: 100%;
  background-size: cover;
}
@media all and (max-width: 48em) {
  body.page-template-home-page-new .site-main .section-issues-news .field-featured-issues li {
    border: none;
  }
  body.page-template-home-page-new .site-main .section-issues-news .field-featured-issues li:first-child {
    border: none;
  }
}
body.page-template-home-page-new .site-main .section-issues-news .field-featured-issues .inner-image {
  height: 257px;
  height: calc(257px + 4vw);
  background-color: gray;
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-right: 12px;
  border-bottom: 12px solid #D72622;
}
body.page-template-home-page-new .site-main .section-issues-news .field-featured-issues li:last-child .inner-image {
  margin: 0;
}
@media (max-width: 64em) {
  body.page-template-home-page-new .site-main .section-issues-news .field-featured-issues .inner-image {
    margin: 0;
  }
}
@media all and (max-width: 48em) {
  body.page-template-home-page-new .site-main .section-issues-news .field-news-items {
    padding: 25px;
  }
}
body.page-template-home-page-new .site-main .section-issues-news .field-news-items .field-inner {
  padding: 20px;
}
body.page-template-home-page-new .site-main .section-issues-news .field-news-items .field-inner h2.newshead {
  color: black;
  font-size: 2.4em;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 1;
}
body.page-template-home-page-new .site-main .section-issues-news .field-news-items .field-inner ul.newslist {
  margin: 0;
  padding: 0;
}
body.page-template-home-page-new .site-main .section-issues-news .field-news-items .field-inner ul.newslist li.newsitem {
  list-style-type: none;
  margin-bottom: 25px;
}
body.page-template-home-page-new .site-main .section-issues-news .field-news-items .field-inner ul.newslist li.newsitem .newsdate {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}
body.page-template-home-page-new .site-main .section-issues-news .field-news-items .field-inner ul.newslist li.newsitem .newstitle {
  margin-bottom: 5px;
  font-family: "LinotypeUniversW01-Heav_723721", sans-serif;
  font-size: 18px;
}
body.page-template-home-page-new .site-main .section-issues-news .field-news-items .field-inner ul.newslist li.newsitem .newstitle a {
  color: #191970;
}
body.page-template-home-page-new .site-main .section-issues-news .field-news-items .field-inner ul.newslist li.newsitem .newstitle a:visited {
  color: #191970;
}
body.page-template-home-page-new .site-main .section-issues-news .field-news-items .field-inner ul.newslist li.newsitem .morelink {
  margin-top: 5px;
}
body.page-template-home-page-new .site-main .section-issues-news .field-news-items .field-inner ul.newslist li.newsitem .morelink a.permalink {
  color: #191970;
  font-family: "LinotypeUniversW01-Regu", sans-serif;
  font-size: 16px;
}
body.page-template-home-page-new .site-main .section-issues-news .field-news-items .field-inner ul.newslist li.newsitem .morelink a.permalink:after {
  content: url(images/arrow-black.svg);
  margin-left: 0.75em;
  line-height: 1.25;
  display: inline-block;
  vertical-align: top;
  transition: 0.4s margin;
  font-size: 0.8em;
  display: inline-block;
  vertical-align: middle;
  width: 0.65em;
}
body.page-template-home-page-new .site-main .section-issues-news .field-news-items .field-inner ul.newslist li.newsitem .newssummary {
  font-size: 16px;
}
body.page-template-home-page-new .site-main .section-issues-news .field-news-items .field-inner .all-posts-link {
  margin-bottom: 40px;
}
body.page-template-home-page-new .site-main .section-issues-news .field-news-items .field-inner .all-posts-link a {
  font-family: "LinotypeUniversW01-Heav_723721", sans-serif;
  font-size: 1.1em;
  color: #191970;
}
body.page-template-home-page-new .site-main .section-issues-news .field-news-items .field-inner .all-posts-link a:after {
  content: url(images/arrow-black.svg);
  margin-left: 0.75em;
  line-height: 1.25;
  display: inline-block;
  vertical-align: top;
  transition: 0.4s margin;
  font-size: 0.8em;
  display: inline-block;
  vertical-align: middle;
  width: 0.65em;
}
body.page-template-home-page-new .site-main .field-below-border-content {
  padding: 25px 25px 25px;
  margin-top: 0;
  font-size: 14px;
}
body.page-template-home-page-new .site-main .field-below-border-content h1, body.page-template-home-page-new .site-main .field-below-border-content h2, body.page-template-home-page-new .site-main .field-below-border-content h3, body.page-template-home-page-new .site-main .field-below-border-content h4, body.page-template-home-page-new .site-main .field-below-border-content h5, body.page-template-home-page-new .site-main .field-below-border-content h6, body.page-template-home-page-new .site-main .field-below-border-content strong {
  font-family: "LinotypeUniversW01-Ligh_723631", sans-serif;
}
body.page-template-home-page-new .site-main .field-below-border-content .pure-u-1.pure-u-sm-3-4.pure-u-lg-1 {
  padding-right: 32px;
}
body.page-template-home-page-new .site-main .field-below-border-content h3 {
  margin-bottom: 8px;
}
@media all and (max-width: 64em) and (min-width: 35.5em) {
  body.page-template-home-page-new .site-main .field-below-border-content .container-permalink {
    text-align: center;
    border-left: 1px solid #e2e2e2;
    position: relative;
  }
}
body.page-template-home-page-new .site-main .field-below-border-content .field-issue-title {
  font-family: "LinotypeUniversW01-Heav_723721", sans-serif;
  font-size: 18px;
  color: #d72622;
}
body.page-template-home-page-new .site-main .field-below-border-content a.permalink {
  color: #D72622;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0;
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  margin-top: 0;
  font-family: "LinotypeUniversW01-Regu", sans-serif;
}
@media all and (max-width: 64em) and (min-width: 35.5em) {
  body.page-template-home-page-new .site-main .field-below-border-content a.permalink {
    position: absolute;
    width: 100%;
    left: 0;
    top: 25%;
  }
}
body.page-template-home-page-new .site-main .field-below-border-content a.permalink:after {
  content: url(images/arrow-black.svg);
  margin-left: 0.75em;
  line-height: 1.25;
  display: inline-block;
  vertical-align: top;
  transition: 0.4s margin;
  font-size: 0.8em;
  display: inline-block;
  vertical-align: middle;
  width: 0.65em;
}
body.page-template-home-page-new .site-main .field-below-border-content strong {
  color: #D72622;
}
body.page-template-home-page-new .site-main .field-about-interstitial {
  /*background: url("images/background-home-interstitial-new.jpg") no-repeat;
  background-size: 100%;
  background-size: cover;
  padding: 158px 32px 129px 32px;*/
  background-color: #FFFFFF;
  margin: 20px;
  border-top: 12px solid #D72622;
  border-bottom: 12px solid #D72622;
  text-align: center;
}
@media all and (max-width: 64em) {
  body.page-template-home-page-new .site-main .field-about-interstitial {
    padding: 32px 32px 20px 36px;
  }
}
@media all and (max-width: 48em) {
  body.page-template-home-page-new .site-main .field-about-interstitial {
    padding: 32px 32px 20px 36px;
  }
}
body.page-template-home-page-new .site-main .field-about-interstitial * {
  max-width: calc(360px + 40%);
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.4em;
  color: black;
  font-size: 32px;
  max-width: 930px;
  font-weight: normal;
  font-family: "LinotypeUniversW01-Regu", sans-serif;
}
@media all and (max-width: 64em) {
  body.page-template-home-page-new .site-main .field-about-interstitial * {
    font-size: 24px;
  }
}
@media all and (max-width: 48em) {
  body.page-template-home-page-new .site-main .field-about-interstitial * {
    font-size: 18px;
  }
}
body.page-template-home-page-new .site-main .field-about-interstitial h2 {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  border-bottom: 8px solid #D72622;
  padding: 0 16px;
}
body.page-template-home-page-new .site-main .field-calls-to-action {
  background: #881c1c;
  color: #D72622;
  font-weight: bold;
  font-size: 36px;
  margin-top: 0;
  padding: 32px 32px 0;
  text-align: center;
}
body.page-template-home-page-new .site-main .field-calls-to-action span {
  padding: 0 32px;
}
body.page-template-home-page-new .disclaimer-area {
  display: none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

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