@charset "UTF-8";

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

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

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

[hidden] {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: dotted thin;
}

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

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

dfn {
  font-style: italic;
}

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

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

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

pre {
  white-space: pre-wrap;
}

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: 0;
}

legend {
  border: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

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;
}

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

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;
}

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

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

*,
:after,
:before {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.list--title,
blockquote,
caption,
dd,
dl,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
legend,
ol,
p,
pre,
table,
td,
th,
ul {
  margin: 0;
  padding: 0;
}

abbr[title],
dfn[title] {
  cursor: help;
}

ins {
  border-bottom: 1px solid;
}

img {
  font-style: italic;
}

button,
input,
label,
option,
select,
textarea {
  cursor: pointer;
}

.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus {
  cursor: text;
  outline: 0;
}

.cf:after,
.nav:after {
  content: '';
  display: table;
  clear: both;
}

.form-fields > li,
.island,
.islet,
.list--title,
.media,
address,
blockquote,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
ol,
p,
pre,
table,
ul {
  margin-bottom: 2.72727rem;
}

.islet .form-fields > li,
.islet .island,
.islet .islet,
.islet .list--title,
.islet .media,
.islet address,
.islet blockquote,
.islet dl,
.islet fieldset,
.islet figure,
.islet h1,
.islet h2,
.islet h3,
.islet h4,
.islet h5,
.islet h6,
.islet hgroup,
.islet ol,
.islet p,
.islet pre,
.islet table,
.islet ul {
  margin-bottom: 1.36364rem;
}

.landmark {
  margin-bottom: 5.45455rem;
}

hr {
  margin-bottom: 2.63636rem;
}

dd,
ol,
ul {
  margin-left: 5.45455rem;
}

html {
  /* font: 1.375em/1.36364 colfax-web, sans-serif; */
  overflow-y: scroll;
  min-height: 100%;
}

.alpha,
h1 {
  font-size: 61.6px;
  font-size: 2.8rem;
  line-height: 1.46104;
}

.beta,
h2 {
  font-size: 52.8px;
  font-size: 2.4rem;
  line-height: 1.13636;
}

.gamma,
h3 {
  font-size: 33px;
  font-size: 1.5rem;
  line-height: 1.81818;
}

.delta,
h4 {
  font-size: 28.6px;
  font-size: 1.3rem;
  line-height: 1.04895;
}

.epsilon,
.list--title,
h5 {
  font-size: 26.4px;
  font-size: 1.2rem;
  line-height: 1.13636;
}

.zeta,
h6 {
  font-size: 19.8px;
  font-size: 0.9rem;
  line-height: 1.51515;
}

hgroup .hN {
  margin-bottom: 0;
}

.giga {
  font-size: 96px;
  font-size: 4.36364rem;
  line-height: 1.25;
}

.mega {
  font-size: 72px;
  font-size: 3.27273rem;
  line-height: 1.25;
}

.kilo {
  font-size: 48px;
  font-size: 2.18182rem;
  line-height: 1.25;
}

.lead,
.lede {
  font-size: 24.75px;
  font-size: 1.125rem;
  line-height: 1.21212;
}

.milli,
.smallprint {
  font-size: 12px;
  font-size: 0.54545rem;
  line-height: 2.5;
}

.micro {
  font-size: 10px;
  font-size: 0.45455rem;
  line-height: 3;
}

q {
  quotes: '‘' '’' '\\201C ''\\201D ';
}

q:before {
  content: '\2018';
  content: open-quote;
}

q:after {
  content: '\2019';
  content: close-quote;
}

q q:before {
  content: '\201C';
  content: open-quote;
}

q q:after {
  content: '\201D';
  content: close-quote;
}

blockquote {
  quotes: '\\201C ''\\201D ';
}

blockquote p:last-of-type:after {
  content: '\\201D ';
  content: close-quote;
}

blockquote q:before {
  content: '\2018';
  content: open-quote;
}

blockquote q:after {
  content: '\2019';
  content: close-quote;
}

blockquote {
  text-indent: -0.41em;
}

.source {
  text-indent: 0;
}

.source:before {
  content: '\2014';
}

pre {
  overflow: auto;
}

pre mark {
  background: 0 0;
  border-bottom: 1px solid;
  color: inherit;
}

.code-comment {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.line-numbers {
  font-family: monospace, serif;
  list-style: decimal-leading-zero inside;
  white-space: nowrap;
  overflow: auto;
  margin-left: 0;
}

.line-numbers code {
  white-space: pre;
}

img {
  max-width: 100%;
}

img[height],
img[width] {
  max-width: none;
}

.img--round {
  border-radius: 2px;
}

.img--right {
  float: right;
  margin-bottom: 60px;
  margin-left: 60px;
}

.img--left {
  float: left;
  margin-right: 60px;
  margin-bottom: 60px;
}

.img--center {
  display: block;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.img--short {
  height: 300px;
}

.img--medium {
  height: 600px;
}

.img--tall {
  height: 900px;
}

figure > img {
  display: block;
}

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

.numbered-list {
  list-style-type: decimal;
}

td,
th {
  text-align: left;
}

@media screen and (min-width: 480px) {
  td,
  th {
    padding: 30px;
  }
}

[colspan] {
  text-align: center;
}

[colspan='1'] {
  text-align: left;
}

[rowspan] {
  vertical-align: middle;
}

[rowspan='1'] {
  vertical-align: top;
}

.numerical {
  text-align: right;
}

.t5 {
  width: 5%;
}

.t10 {
  width: 10%;
}

.t12 {
  width: 12.5%;
}

.t15 {
  width: 15%;
}

.t20 {
  width: 20%;
}

.t25 {
  width: 25%;
}

.t30 {
  width: 30%;
}

.t33 {
  width: 33.333%;
}

.t35 {
  width: 35%;
}

.t37 {
  width: 37.5%;
}

.t40 {
  width: 40%;
}

.t45 {
  width: 45%;
}

.t50 {
  width: 50%;
}

.t55 {
  width: 55%;
}

.t60 {
  width: 60%;
}

.t62 {
  width: 62.5%;
}

.t65 {
  width: 65%;
}

.t66 {
  width: 66.666%;
}

.t70 {
  width: 70%;
}

.t75 {
  width: 75%;
}

.t80 {
  width: 80%;
}

.t85 {
  width: 85%;
}

.t87 {
  width: 87.5%;
}

.t90 {
  width: 90%;
}

.t95 {
  width: 95%;
}

.table--bordered td,
.table--bordered th {
  border: 1px solid #ddd;
}

.table--bordered td:empty,
.table--bordered th:empty {
  border: none;
}

.table--bordered thead tr:last-child th {
  border-bottom-width: 2px;
}

.table--bordered tbody tr th:last-of-type {
  border-right-width: 2px;
}

.table--striped tbody tr:nth-of-type(odd) {
  background-color: #ffc;
}

.table--data {
  font: 12px/1.5 sans-serif;
}

.form-fields {
  list-style: none;
  margin: 0;
}

.form-fields > li:last-child {
  margin-bottom: 0;
}

.label,
label {
  display: block;
}

#ctl00_main_ctl12_ctl01_ctl08_mdEdit_contentPanel > label {
  display: inline-block;
}

.label-text {
  margin-left: 10px;
}

.additional {
  display: block;
  font-weight: 400;
}

.check-list {
  list-style: none;
  margin: 0;
}

.check-label,
.check-list .label,
.check-list label {
  display: inline-block;
}

.spoken-form label {
  display: inline-block;
  font: inherit;
}

.extra-help {
  display: inline-block;
  visibility: hidden;
}

.text-input:active + .extra-help,
.text-input:focus + .extra-help {
  visibility: visible;
}

.anchored-grid--rev,
.desk-grid--rev,
.desk-wide-grid--rev,
.grid,
.grid--rev,
.handheld-grid--rev,
.lap-and-up-grid--rev,
.lap-grid--rev,
.lap-wide-and-down-grid--rev,
.lap-wide-and-up-grid--rev,
.lap-wide-grid--rev,
.palm-grid--rev,
.palm-wide-and-up-grid--rev,
.palm-wide-grid--rev,
.portable-grid--rev {
  margin-left: -60px;
  list-style: none;
  margin-bottom: 0;
}

.panel-body .grid {
  margin-left: 0;
}

.anchored-grid--rev > .anchored-grid--rev,
.anchored-grid--rev > .desk-grid--rev,
.anchored-grid--rev > .desk-wide-grid--rev,
.anchored-grid--rev > .grid,
.anchored-grid--rev > .grid--rev,
.anchored-grid--rev > .handheld-grid--rev,
.anchored-grid--rev > .lap-and-up-grid--rev,
.anchored-grid--rev > .lap-grid--rev,
.anchored-grid--rev > .lap-wide-and-down-grid--rev,
.anchored-grid--rev > .lap-wide-and-up-grid--rev,
.anchored-grid--rev > .lap-wide-grid--rev,
.anchored-grid--rev > .palm-grid--rev,
.anchored-grid--rev > .palm-wide-and-up-grid--rev,
.anchored-grid--rev > .palm-wide-grid--rev,
.anchored-grid--rev > .portable-grid--rev,
.desk-grid--rev > .anchored-grid--rev,
.desk-grid--rev > .desk-grid--rev,
.desk-grid--rev > .desk-wide-grid--rev,
.desk-grid--rev > .grid,
.desk-grid--rev > .grid--rev,
.desk-grid--rev > .handheld-grid--rev,
.desk-grid--rev > .lap-and-up-grid--rev,
.desk-grid--rev > .lap-grid--rev,
.desk-grid--rev > .lap-wide-and-down-grid--rev,
.desk-grid--rev > .lap-wide-and-up-grid--rev,
.desk-grid--rev > .lap-wide-grid--rev,
.desk-grid--rev > .palm-grid--rev,
.desk-grid--rev > .palm-wide-and-up-grid--rev,
.desk-grid--rev > .palm-wide-grid--rev,
.desk-grid--rev > .portable-grid--rev,
.desk-wide-grid--rev > .anchored-grid--rev,
.desk-wide-grid--rev > .desk-grid--rev,
.desk-wide-grid--rev > .desk-wide-grid--rev,
.desk-wide-grid--rev > .grid,
.desk-wide-grid--rev > .grid--rev,
.desk-wide-grid--rev > .handheld-grid--rev,
.desk-wide-grid--rev > .lap-and-up-grid--rev,
.desk-wide-grid--rev > .lap-grid--rev,
.desk-wide-grid--rev > .lap-wide-and-down-grid--rev,
.desk-wide-grid--rev > .lap-wide-and-up-grid--rev,
.desk-wide-grid--rev > .lap-wide-grid--rev,
.desk-wide-grid--rev > .palm-grid--rev,
.desk-wide-grid--rev > .palm-wide-and-up-grid--rev,
.desk-wide-grid--rev > .palm-wide-grid--rev,
.desk-wide-grid--rev > .portable-grid--rev,
.grid--rev > .anchored-grid--rev,
.grid--rev > .desk-grid--rev,
.grid--rev > .desk-wide-grid--rev,
.grid--rev > .grid,
.grid--rev > .grid--rev,
.grid--rev > .handheld-grid--rev,
.grid--rev > .lap-and-up-grid--rev,
.grid--rev > .lap-grid--rev,
.grid--rev > .lap-wide-and-down-grid--rev,
.grid--rev > .lap-wide-and-up-grid--rev,
.grid--rev > .lap-wide-grid--rev,
.grid--rev > .palm-grid--rev,
.grid--rev > .palm-wide-and-up-grid--rev,
.grid--rev > .palm-wide-grid--rev,
.grid--rev > .portable-grid--rev,
.grid > .anchored-grid--rev,
.grid > .desk-grid--rev,
.grid > .desk-wide-grid--rev,
.grid > .grid,
.grid > .grid--rev,
.grid > .handheld-grid--rev,
.grid > .lap-and-up-grid--rev,
.grid > .lap-grid--rev,
.grid > .lap-wide-and-down-grid--rev,
.grid > .lap-wide-and-up-grid--rev,
.grid > .lap-wide-grid--rev,
.grid > .palm-grid--rev,
.grid > .palm-wide-and-up-grid--rev,
.grid > .palm-wide-grid--rev,
.grid > .portable-grid--rev,
.handheld-grid--rev > .anchored-grid--rev,
.handheld-grid--rev > .desk-grid--rev,
.handheld-grid--rev > .desk-wide-grid--rev,
.handheld-grid--rev > .grid,
.handheld-grid--rev > .grid--rev,
.handheld-grid--rev > .handheld-grid--rev,
.handheld-grid--rev > .lap-and-up-grid--rev,
.handheld-grid--rev > .lap-grid--rev,
.handheld-grid--rev > .lap-wide-and-down-grid--rev,
.handheld-grid--rev > .lap-wide-and-up-grid--rev,
.handheld-grid--rev > .lap-wide-grid--rev,
.handheld-grid--rev > .palm-grid--rev,
.handheld-grid--rev > .palm-wide-and-up-grid--rev,
.handheld-grid--rev > .palm-wide-grid--rev,
.handheld-grid--rev > .portable-grid--rev,
.lap-and-up-grid--rev > .anchored-grid--rev,
.lap-and-up-grid--rev > .desk-grid--rev,
.lap-and-up-grid--rev > .desk-wide-grid--rev,
.lap-and-up-grid--rev > .grid,
.lap-and-up-grid--rev > .grid--rev,
.lap-and-up-grid--rev > .handheld-grid--rev,
.lap-and-up-grid--rev > .lap-and-up-grid--rev,
.lap-and-up-grid--rev > .lap-grid--rev,
.lap-and-up-grid--rev > .lap-wide-and-down-grid--rev,
.lap-and-up-grid--rev > .lap-wide-and-up-grid--rev,
.lap-and-up-grid--rev > .lap-wide-grid--rev,
.lap-and-up-grid--rev > .palm-grid--rev,
.lap-and-up-grid--rev > .palm-wide-and-up-grid--rev,
.lap-and-up-grid--rev > .palm-wide-grid--rev,
.lap-and-up-grid--rev > .portable-grid--rev,
.lap-grid--rev > .anchored-grid--rev,
.lap-grid--rev > .desk-grid--rev,
.lap-grid--rev > .desk-wide-grid--rev,
.lap-grid--rev > .grid,
.lap-grid--rev > .grid--rev,
.lap-grid--rev > .handheld-grid--rev,
.lap-grid--rev > .lap-and-up-grid--rev,
.lap-grid--rev > .lap-grid--rev,
.lap-grid--rev > .lap-wide-and-down-grid--rev,
.lap-grid--rev > .lap-wide-and-up-grid--rev,
.lap-grid--rev > .lap-wide-grid--rev,
.lap-grid--rev > .palm-grid--rev,
.lap-grid--rev > .palm-wide-and-up-grid--rev,
.lap-grid--rev > .palm-wide-grid--rev,
.lap-grid--rev > .portable-grid--rev,
.lap-wide-and-down-grid--rev > .anchored-grid--rev,
.lap-wide-and-down-grid--rev > .desk-grid--rev,
.lap-wide-and-down-grid--rev > .desk-wide-grid--rev,
.lap-wide-and-down-grid--rev > .grid,
.lap-wide-and-down-grid--rev > .grid--rev,
.lap-wide-and-down-grid--rev > .handheld-grid--rev,
.lap-wide-and-down-grid--rev > .lap-and-up-grid--rev,
.lap-wide-and-down-grid--rev > .lap-grid--rev,
.lap-wide-and-down-grid--rev > .lap-wide-and-down-grid--rev,
.lap-wide-and-down-grid--rev > .lap-wide-and-up-grid--rev,
.lap-wide-and-down-grid--rev > .lap-wide-grid--rev,
.lap-wide-and-down-grid--rev > .palm-grid--rev,
.lap-wide-and-down-grid--rev > .palm-wide-and-up-grid--rev,
.lap-wide-and-down-grid--rev > .palm-wide-grid--rev,
.lap-wide-and-down-grid--rev > .portable-grid--rev,
.lap-wide-and-up-grid--rev > .anchored-grid--rev,
.lap-wide-and-up-grid--rev > .desk-grid--rev,
.lap-wide-and-up-grid--rev > .desk-wide-grid--rev,
.lap-wide-and-up-grid--rev > .grid,
.lap-wide-and-up-grid--rev > .grid--rev,
.lap-wide-and-up-grid--rev > .handheld-grid--rev,
.lap-wide-and-up-grid--rev > .lap-and-up-grid--rev,
.lap-wide-and-up-grid--rev > .lap-grid--rev,
.lap-wide-and-up-grid--rev > .lap-wide-and-down-grid--rev,
.lap-wide-and-up-grid--rev > .lap-wide-and-up-grid--rev,
.lap-wide-and-up-grid--rev > .lap-wide-grid--rev,
.lap-wide-and-up-grid--rev > .palm-grid--rev,
.lap-wide-and-up-grid--rev > .palm-wide-and-up-grid--rev,
.lap-wide-and-up-grid--rev > .palm-wide-grid--rev,
.lap-wide-and-up-grid--rev > .portable-grid--rev,
.lap-wide-grid--rev > .anchored-grid--rev,
.lap-wide-grid--rev > .desk-grid--rev,
.lap-wide-grid--rev > .desk-wide-grid--rev,
.lap-wide-grid--rev > .grid,
.lap-wide-grid--rev > .grid--rev,
.lap-wide-grid--rev > .handheld-grid--rev,
.lap-wide-grid--rev > .lap-and-up-grid--rev,
.lap-wide-grid--rev > .lap-grid--rev,
.lap-wide-grid--rev > .lap-wide-and-down-grid--rev,
.lap-wide-grid--rev > .lap-wide-and-up-grid--rev,
.lap-wide-grid--rev > .lap-wide-grid--rev,
.lap-wide-grid--rev > .palm-grid--rev,
.lap-wide-grid--rev > .palm-wide-and-up-grid--rev,
.lap-wide-grid--rev > .palm-wide-grid--rev,
.lap-wide-grid--rev > .portable-grid--rev,
.palm-grid--rev > .anchored-grid--rev,
.palm-grid--rev > .desk-grid--rev,
.palm-grid--rev > .desk-wide-grid--rev,
.palm-grid--rev > .grid,
.palm-grid--rev > .grid--rev,
.palm-grid--rev > .handheld-grid--rev,
.palm-grid--rev > .lap-and-up-grid--rev,
.palm-grid--rev > .lap-grid--rev,
.palm-grid--rev > .lap-wide-and-down-grid--rev,
.palm-grid--rev > .lap-wide-and-up-grid--rev,
.palm-grid--rev > .lap-wide-grid--rev,
.palm-grid--rev > .palm-grid--rev,
.palm-grid--rev > .palm-wide-and-up-grid--rev,
.palm-grid--rev > .palm-wide-grid--rev,
.palm-grid--rev > .portable-grid--rev,
.palm-wide-and-up-grid--rev > .anchored-grid--rev,
.palm-wide-and-up-grid--rev > .desk-grid--rev,
.palm-wide-and-up-grid--rev > .desk-wide-grid--rev,
.palm-wide-and-up-grid--rev > .grid,
.palm-wide-and-up-grid--rev > .grid--rev,
.palm-wide-and-up-grid--rev > .handheld-grid--rev,
.palm-wide-and-up-grid--rev > .lap-and-up-grid--rev,
.palm-wide-and-up-grid--rev > .lap-grid--rev,
.palm-wide-and-up-grid--rev > .lap-wide-and-down-grid--rev,
.palm-wide-and-up-grid--rev > .lap-wide-and-up-grid--rev,
.palm-wide-and-up-grid--rev > .lap-wide-grid--rev,
.palm-wide-and-up-grid--rev > .palm-grid--rev,
.palm-wide-and-up-grid--rev > .palm-wide-and-up-grid--rev,
.palm-wide-and-up-grid--rev > .palm-wide-grid--rev,
.palm-wide-and-up-grid--rev > .portable-grid--rev,
.palm-wide-grid--rev > .anchored-grid--rev,
.palm-wide-grid--rev > .desk-grid--rev,
.palm-wide-grid--rev > .desk-wide-grid--rev,
.palm-wide-grid--rev > .grid,
.palm-wide-grid--rev > .grid--rev,
.palm-wide-grid--rev > .handheld-grid--rev,
.palm-wide-grid--rev > .lap-and-up-grid--rev,
.palm-wide-grid--rev > .lap-grid--rev,
.palm-wide-grid--rev > .lap-wide-and-down-grid--rev,
.palm-wide-grid--rev > .lap-wide-and-up-grid--rev,
.palm-wide-grid--rev > .lap-wide-grid--rev,
.palm-wide-grid--rev > .palm-grid--rev,
.palm-wide-grid--rev > .palm-wide-and-up-grid--rev,
.palm-wide-grid--rev > .palm-wide-grid--rev,
.palm-wide-grid--rev > .portable-grid--rev,
.portable-grid--rev > .anchored-grid--rev,
.portable-grid--rev > .desk-grid--rev,
.portable-grid--rev > .desk-wide-grid--rev,
.portable-grid--rev > .grid,
.portable-grid--rev > .grid--rev,
.portable-grid--rev > .handheld-grid--rev,
.portable-grid--rev > .lap-and-up-grid--rev,
.portable-grid--rev > .lap-grid--rev,
.portable-grid--rev > .lap-wide-and-down-grid--rev,
.portable-grid--rev > .lap-wide-and-up-grid--rev,
.portable-grid--rev > .lap-wide-grid--rev,
.portable-grid--rev > .palm-grid--rev,
.portable-grid--rev > .palm-wide-and-up-grid--rev,
.portable-grid--rev > .palm-wide-grid--rev,
.portable-grid--rev > .portable-grid--rev {
  margin-left: 0;
}

.grid__item {
  display: inline-block;
  width: 100%;
  padding-left: 60px;
  vertical-align: top;
}

.text-cols--2,
.text-cols--3,
.text-cols--4,
.text-cols--5 {
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  -ms-column-gap: 60px;
  -o-column-gap: 60px;
  column-gap: 60px;
}

.text-cols--2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}

.text-cols--3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}

.text-cols--4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}

.text-cols--5 {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  -ms-column-count: 5;
  -o-column-count: 5;
  column-count: 5;
}
/*------------------------------------*\
 $SPACE-FOR-NAVIGATION-STYLING
 \*------------------------------------*/

.split {
  text-align: right;
  list-style: none;
  margin-left: 0;
}

.split__title {
  text-align: left;
  float: left;
  clear: left;
}
/*------------------------------------*\
 $CSSWIZARDRY-GRIDS
 \*------------------------------------*/

/**
 * CONTENTS
 * INTRODUCTION.........How the grid system works.
 * VARIABLES............Your settings.
 * MIXINS...............Library mixins.
 * GRID SETUP...........Build the grid structure.
 * WIDTHS...............Build our responsive widths around our breakpoints.
 * PUSH.................Push classes.
 * PULL.................Pull classes.
 */

/*------------------------------------*\
 $INTRODUCTION
 \*------------------------------------*/

/**
 * csswizardry grids provides you with widths to suit a number of breakpoints
 * designed around devices of a size you specify. Out of the box, csswizardry
 * grids caters to the following types of device:
 *
 * palm     --  palm-based devices, like phones and small tablets
 * lap      --  lap-based devices, like iPads or laptops
 * portable --  all of the above
 * desk     --  stationary devices, like desktop computers
 * regular  --  any/all types of device
 *
 * These namespaces are then used in the library to give you the ability to
 * manipulate your layouts based around them, for example:
 *
 <div class="grid__item  one-whole  lap--one-half  desk--one-third">
 *
 * This would give you a grid item which is 100% width unless it is on a lap
 * device, at which point it become 50% wide, or it is on a desktop device, at
 * which point it becomes 33.333% width.
 *
 * csswizardry grids also has push and pull classes which allow you to nudge
 * grid items left and right by a defined amount. These follow the same naming
 * convention as above, but are prepended by either `push--` or `pull--`, for
 * example:
 *
 `class="grid__item  one-half  push--one-half"`
 *
 * This would give you a grid item which is 50% width and pushed over to the
 * right by 50%.
 *
 * All classes in csswizardry grids follow this patten, so you should fairly
 * quickly be able to piece together any combinations you can imagine, for
 * example:
 *
 `class="grid__item  one-whole  lap--one-half  desk--one-third  push--desk--one-third"`
 *
 `class="grid__item  one-quarter  palm--one-half  push--palm--one-half"`
 *
 `class="grid__item  palm--one-third  desk--five-twelfths"`
 */

/*------------------------------------*\
 $VARIABLES
 \*------------------------------------*/

/**
 * If you are building a non-responsive site but would still like to use
 * csswizardry-grids, set this to ‘false’:
 */

/**
 * Is this build mobile first? Setting to ‘true’ means that all grids will be
 * 100% width if you do not apply a more specific class to them.
 */

/**
 * Set the spacing between your grid items.
 */

/**
 * Would you like Sass’ silent classes, or regular CSS classes?
 */

/**
 * Would you like push and pull classes enabled?
 */

/**
 * Using `inline-block` means that the grid items need their whitespace removing
 * in order for them to work correctly. Set the following to true if you are
 * going to achieve this by manually removing/commenting out any whitespace in
 * your HTML yourself.
 *
 * Setting this to false invokes a hack which cannot always be guaranteed,
 * please see the following for more detail:
 *
 * github.com/csswizardry/csswizardry-grids/commit/744d4b23c9d2b77d605b5991e54a397df72e0688
 * github.com/csswizardry/inuit.css/issues/170#issuecomment-14859371
 */

/**
 * Define your breakpoints. The first value is the prefix that shall be used for
 * your classes (e.g. `.palm--one-half`), the second value is the media query
 * that the breakpoint fires at.
 */

/**
 * Define which namespaced breakpoints you would like to generate for each of
 * widths, push and pull. This is handy if you only need pull on, say, desk, or
 * you only need a new width breakpoint at mobile sizes. It allows you to only
 * compile as much CSS as you need. All are turned on by default, but you can
 * add and remove breakpoints at will.
 *
 * Push and pull shall only be used if `$push` and/or `$pull` and `$responsive`
 * have been set to ‘true’.
 */

/**
 * You do not need to edit anything from this line onward; csswizardry-grids is
 * good to go. Happy griddin’!
 */

/*------------------------------------*\
 $MIXINS
 \*------------------------------------*/

/**
 * These mixins are for the library to use only, you should not need to modify
 * them at all.
 *
 * Enclose a block of code with a media query as named in `$breakpoints`.
 */

/**
 * Drop relative positioning into silent classes which can’t take advantage of
 * the `[class*="push--"]` and `[class*="pull--"]` selectors.
 */

/*------------------------------------*\
 $GRID SETUP
 \*------------------------------------*/

/**
 * 1. Allow the grid system to be used on lists.
 * 2. Remove any margins and paddings that might affect the grid system.
 * 3. Apply a negative `margin-left` to negate the columns’ gutters.
 */

.page {
  position: relative;
  padding-top: 136px;
}

/**
 * 1. Cause columns to stack side-by-side.
 * 2. Space columns apart.
 * 3. Align columns to the tops of each other.
 * 4. Full-width unless told to behave otherwise.
 * 5. Required to combine fluid widths and fixed gutters.
 */

.content,
.sub-content,
.footer__item {
  display: inline-block;
  /* [1] */
  padding-left: 18px;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */
  -webkit-box-sizing: border-box;
  /* [5] */
  -moz-box-sizing: border-box;
  /* [5] */
  box-sizing: border-box;
  /* [5] */
}

/*------------------------------------*\
 $WIDTHS
 \*------------------------------------*/

/**
 * Create our width classes, prefixed by the specified namespace.
 */

/**
 * Our regular, non-responsive width classes.
 */

/**
 * Whole
 */

.one-whole {
  width: 100%;
}

/**
 * Halves
 */

.one-half,
.two-quarters,
.three-sixths,
.four-eighths,
.five-tenths,
.six-twelfths {
  width: 50%;
}

/**
 * Thirds
 */

.one-third,
.two-sixths,
.four-twelfths {
  width: 33.333%;
}

.two-thirds,
.four-sixths,
.eight-twelfths {
  width: 66.666%;
}

/**
 * Quarters
 */

.one-quarter,
.two-eighths,
.three-twelfths {
  width: 25%;
}

.three-quarters,
.six-eighths,
.nine-twelfths {
  width: 75%;
}

/**
 * Fifths
 */

.one-fifth,
.two-tenths {
  width: 20%;
}

.two-fifths,
.four-tenths {
  width: 40%;
}

.three-fifths,
.six-tenths {
  width: 60%;
}

.four-fifths,
.eight-tenths {
  width: 80%;
}

/**
 * Sixths
 */

.one-sixth,
.two-twelfths {
  width: 16.666%;
}

.five-sixths,
.ten-twelfths {
  width: 83.333%;
}

/**
 * Eighths
 */

.one-eighth {
  width: 12.5%;
}

.three-eighths {
  width: 37.5%;
}

.five-eighths {
  width: 62.5%;
}

.seven-eighths {
  width: 87.5%;
}

/**
 * Tenths
 */

.one-tenth {
  width: 10%;
}

.three-tenths {
  width: 30%;
}

.seven-tenths {
  width: 70%;
}

.nine-tenths {
  width: 90%;
}

/**
 * Twelfths
 */

.one-twelfth {
  width: 8.333%;
}

.five-twelfths {
  width: 41.666%;
}

.seven-twelfths {
  width: 58.333%;
}

.eleven-twelfths {
  width: 91.666%;
}

/**
 * Our responsive classes, if we have enabled them.
 */

@media only screen and (max-width: 480px) {
  .palm-one-whole {
    width: 100%;
  }
  .palm-five-tenths,
  .palm-four-eighths,
  .palm-one-half,
  .palm-six-twelfths,
  .palm-three-sixths,
  .palm-two-quarters {
    width: 50%;
  }
  .palm-four-twelfths,
  .palm-one-third,
  .palm-two-sixths {
    width: 33.333%;
  }
  .palm-eight-twelfths,
  .palm-four-sixths,
  .palm-two-thirds {
    width: 66.666%;
  }
  .palm-one-quarter,
  .palm-three-twelfths,
  .palm-two-eighths {
    width: 25%;
  }
  .palm-nine-twelfths,
  .palm-six-eighths,
  .palm-three-quarters {
    width: 75%;
  }
  .palm-one-fifth,
  .palm-two-tenths {
    width: 20%;
  }
  .palm-four-tenths,
  .palm-two-fifths {
    width: 40%;
  }
  .palm-six-tenths,
  .palm-three-fifths {
    width: 60%;
  }
  .palm-eight-tenths,
  .palm-four-fifths {
    width: 80%;
  }
  .palm-one-sixth,
  .palm-two-twelfths {
    width: 16.666%;
  }
  .palm-five-sixths,
  .palm-ten-twelfths {
    width: 83.333%;
  }
  .palm-one-eighth {
    width: 12.5%;
  }
  .palm-three-eighths {
    width: 37.5%;
  }
  .palm-five-eighths {
    width: 62.5%;
  }
  .palm-seven-eighths {
    width: 87.5%;
  }
  .palm-one-tenth {
    width: 10%;
  }
  .palm-three-tenths {
    width: 30%;
  }
  .palm-seven-tenths {
    width: 70%;
  }
  .palm-nine-tenths {
    width: 90%;
  }
  .palm-one-twelfth {
    width: 8.333%;
  }
  .palm-five-twelfths {
    width: 41.666%;
  }
  .palm-seven-twelfths {
    width: 58.333%;
  }
  .palm-eleven-twelfths {
    width: 91.666%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
  .lap-one-whole {
    width: 100%;
  }
  .lap-five-tenths,
  .lap-four-eighths,
  .lap-one-half,
  .lap-six-twelfths,
  .lap-three-sixths,
  .lap-two-quarters {
    width: 50%;
  }
  .lap-four-twelfths,
  .lap-one-third,
  .lap-two-sixths {
    width: 33.333%;
  }
  .lap-eight-twelfths,
  .lap-four-sixths,
  .lap-two-thirds {
    width: 66.666%;
  }
  .lap-one-quarter,
  .lap-three-twelfths,
  .lap-two-eighths {
    width: 25%;
  }
  .lap-nine-twelfths,
  .lap-six-eighths,
  .lap-three-quarters {
    width: 75%;
  }
  .lap-one-fifth,
  .lap-two-tenths {
    width: 20%;
  }
  .lap-four-tenths,
  .lap-two-fifths {
    width: 40%;
  }
  .lap-six-tenths,
  .lap-three-fifths {
    width: 60%;
  }
  .lap-eight-tenths,
  .lap-four-fifths {
    width: 80%;
  }
  .lap-one-sixth,
  .lap-two-twelfths {
    width: 16.666%;
  }
  .lap-five-sixths,
  .lap-ten-twelfths {
    width: 83.333%;
  }
  .lap-one-eighth {
    width: 12.5%;
  }
  .lap-three-eighths {
    width: 37.5%;
  }
  .lap-five-eighths {
    width: 62.5%;
  }
  .lap-seven-eighths {
    width: 87.5%;
  }
  .lap-one-tenth {
    width: 10%;
  }
  .lap-three-tenths {
    width: 30%;
  }
  .lap-seven-tenths {
    width: 70%;
  }
  .lap-nine-tenths {
    width: 90%;
  }
  .lap-one-twelfth {
    width: 8.333%;
  }
  .lap-five-twelfths {
    width: 41.666%;
  }
  .lap-seven-twelfths {
    width: 58.333%;
  }
  .lap-eleven-twelfths {
    width: 91.666%;
  }
}

@media only screen and (min-width: 769px) {
  .lap-and-up-one-whole {
    width: 100%;
  }
  .lap-and-up-five-tenths,
  .lap-and-up-four-eighths,
  .lap-and-up-one-half,
  .lap-and-up-six-twelfths,
  .lap-and-up-three-sixths,
  .lap-and-up-two-quarters {
    width: 50%;
  }
  .lap-and-up-four-twelfths,
  .lap-and-up-one-third,
  .lap-and-up-two-sixths {
    width: 33.333%;
  }
  .lap-and-up-eight-twelfths,
  .lap-and-up-four-sixths,
  .lap-and-up-two-thirds {
    width: 66.666%;
  }
  .lap-and-up-one-quarter,
  .lap-and-up-three-twelfths,
  .lap-and-up-two-eighths {
    width: 25%;
  }
  .lap-and-up-nine-twelfths,
  .lap-and-up-six-eighths,
  .lap-and-up-three-quarters {
    width: 75%;
  }
  .lap-and-up-one-fifth,
  .lap-and-up-two-tenths {
    width: 20%;
  }
  .lap-and-up-four-tenths,
  .lap-and-up-two-fifths {
    width: 40%;
  }
  .lap-and-up-six-tenths,
  .lap-and-up-three-fifths {
    width: 60%;
  }
  .lap-and-up-eight-tenths,
  .lap-and-up-four-fifths {
    width: 80%;
  }
  .lap-and-up-one-sixth,
  .lap-and-up-two-twelfths {
    width: 16.666%;
  }
  .lap-and-up-five-sixths,
  .lap-and-up-ten-twelfths {
    width: 83.333%;
  }
  .lap-and-up-one-eighth {
    width: 12.5%;
  }
  .lap-and-up-three-eighths {
    width: 37.5%;
  }
  .lap-and-up-five-eighths {
    width: 62.5%;
  }
  .lap-and-up-seven-eighths {
    width: 87.5%;
  }
  .lap-and-up-one-tenth {
    width: 10%;
  }
  .lap-and-up-three-tenths {
    width: 30%;
  }
  .lap-and-up-seven-tenths {
    width: 70%;
  }
  .lap-and-up-nine-tenths {
    width: 90%;
  }
  .lap-and-up-one-twelfth {
    width: 8.333%;
  }
  .lap-and-up-five-twelfths {
    width: 41.666%;
  }
  .lap-and-up-seven-twelfths {
    width: 58.333%;
  }
  .lap-and-up-eleven-twelfths {
    width: 91.666%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .portable-one-whole {
    width: 100%;
  }
  .portable-five-tenths,
  .portable-four-eighths,
  .portable-one-half,
  .portable-six-twelfths,
  .portable-three-sixths,
  .portable-two-quarters {
    width: 50%;
  }
  .portable-four-twelfths,
  .portable-one-third,
  .portable-two-sixths {
    width: 33.333%;
  }
  .portable-eight-twelfths,
  .portable-four-sixths,
  .portable-two-thirds {
    width: 66.666%;
  }
  .portable-one-quarter,
  .portable-three-twelfths,
  .portable-two-eighths {
    width: 25%;
  }
  .portable-nine-twelfths,
  .portable-six-eighths,
  .portable-three-quarters {
    width: 75%;
  }
  .portable-one-fifth,
  .portable-two-tenths {
    width: 20%;
  }
  .portable-four-tenths,
  .portable-two-fifths {
    width: 40%;
  }
  .portable-six-tenths,
  .portable-three-fifths {
    width: 60%;
  }
  .portable-eight-tenths,
  .portable-four-fifths {
    width: 80%;
  }
  .portable-one-sixth,
  .portable-two-twelfths {
    width: 16.666%;
  }
  .portable-five-sixths,
  .portable-ten-twelfths {
    width: 83.333%;
  }
  .portable-one-eighth {
    width: 12.5%;
  }
  .portable-three-eighths {
    width: 37.5%;
  }
  .portable-five-eighths {
    width: 62.5%;
  }
  .portable-seven-eighths {
    width: 87.5%;
  }
  .portable-one-tenth {
    width: 10%;
  }
  .portable-three-tenths {
    width: 30%;
  }
  .portable-seven-tenths {
    width: 70%;
  }
  .portable-nine-tenths {
    width: 90%;
  }
  .portable-one-twelfth {
    width: 8.333%;
  }
  .portable-five-twelfths {
    width: 41.666%;
  }
  .portable-seven-twelfths {
    width: 58.333%;
  }
  .portable-eleven-twelfths {
    width: 91.666%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .desk-one-whole {
    width: 100%;
  }
  .desk-five-tenths,
  .desk-four-eighths,
  .desk-one-half,
  .desk-six-twelfths,
  .desk-three-sixths,
  .desk-two-quarters {
    width: 50%;
  }
  .desk-four-twelfths,
  .desk-one-third,
  .desk-two-sixths {
    width: 33.333%;
  }
  .desk-eight-twelfths,
  .desk-four-sixths,
  .desk-two-thirds {
    width: 66.666%;
  }
  .desk-one-quarter,
  .desk-three-twelfths,
  .desk-two-eighths {
    width: 25%;
  }
  .desk-nine-twelfths,
  .desk-six-eighths,
  .desk-three-quarters {
    width: 75%;
  }
  .desk-one-fifth,
  .desk-two-tenths {
    width: 20%;
  }
  .desk-four-tenths,
  .desk-two-fifths {
    width: 40%;
  }
  .desk-six-tenths,
  .desk-three-fifths {
    width: 60%;
  }
  .desk-eight-tenths,
  .desk-four-fifths {
    width: 80%;
  }
  .desk-one-sixth,
  .desk-two-twelfths {
    width: 16.666%;
  }
  .desk-five-sixths,
  .desk-ten-twelfths {
    width: 83.333%;
  }
  .desk-one-eighth {
    width: 12.5%;
  }
  .desk-three-eighths {
    width: 37.5%;
  }
  .desk-five-eighths {
    width: 62.5%;
  }
  .desk-seven-eighths {
    width: 87.5%;
  }
  .desk-one-tenth {
    width: 10%;
  }
  .desk-three-tenths {
    width: 30%;
  }
  .desk-seven-tenths {
    width: 70%;
  }
  .desk-nine-tenths {
    width: 90%;
  }
  .desk-one-twelfth {
    width: 8.333%;
  }
  .desk-five-twelfths {
    width: 41.666%;
  }
  .desk-seven-twelfths {
    width: 58.333%;
  }
  .desk-eleven-twelfths {
    width: 91.666%;
  }
}

@media only screen and (min-width: 1401px) {
  .desk-wide-one-whole {
    width: 100%;
  }
  .desk-wide-five-tenths,
  .desk-wide-four-eighths,
  .desk-wide-one-half,
  .desk-wide-six-twelfths,
  .desk-wide-three-sixths,
  .desk-wide-two-quarters {
    width: 50%;
  }
  .desk-wide-four-twelfths,
  .desk-wide-one-third,
  .desk-wide-two-sixths {
    width: 33.333%;
  }
  .desk-wide-eight-twelfths,
  .desk-wide-four-sixths,
  .desk-wide-two-thirds {
    width: 66.666%;
  }
  .desk-wide-one-quarter,
  .desk-wide-three-twelfths,
  .desk-wide-two-eighths {
    width: 25%;
  }
  .desk-wide-nine-twelfths,
  .desk-wide-six-eighths,
  .desk-wide-three-quarters {
    width: 75%;
  }
  .desk-wide-one-fifth,
  .desk-wide-two-tenths {
    width: 20%;
  }
  .desk-wide-four-tenths,
  .desk-wide-two-fifths {
    width: 40%;
  }
  .desk-wide-six-tenths,
  .desk-wide-three-fifths {
    width: 60%;
  }
  .desk-wide-eight-tenths,
  .desk-wide-four-fifths {
    width: 80%;
  }
  .desk-wide-one-sixth,
  .desk-wide-two-twelfths {
    width: 16.666%;
  }
  .desk-wide-five-sixths,
  .desk-wide-ten-twelfths {
    width: 83.333%;
  }
  .desk-wide-one-eighth {
    width: 12.5%;
  }
  .desk-wide-three-eighths {
    width: 37.5%;
  }
  .desk-wide-five-eighths {
    width: 62.5%;
  }
  .desk-wide-seven-eighths {
    width: 87.5%;
  }
  .desk-wide-one-tenth {
    width: 10%;
  }
  .desk-wide-three-tenths {
    width: 30%;
  }
  .desk-wide-seven-tenths {
    width: 70%;
  }
  .desk-wide-nine-tenths {
    width: 90%;
  }
  .desk-wide-one-twelfth {
    width: 8.333%;
  }
  .desk-wide-five-twelfths {
    width: 41.666%;
  }
  .desk-wide-seven-twelfths {
    width: 58.333%;
  }
  .desk-wide-eleven-twelfths {
    width: 91.666%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .palm-wide-one-whole {
    width: 100%;
  }
  .palm-wide-five-tenths,
  .palm-wide-four-eighths,
  .palm-wide-one-half,
  .palm-wide-six-twelfths,
  .palm-wide-three-sixths,
  .palm-wide-two-quarters {
    width: 50%;
  }
  .palm-wide-four-twelfths,
  .palm-wide-one-third,
  .palm-wide-two-sixths {
    width: 33.333%;
  }
  .palm-wide-eight-twelfths,
  .palm-wide-four-sixths,
  .palm-wide-two-thirds {
    width: 66.666%;
  }
  .palm-wide-one-quarter,
  .palm-wide-three-twelfths,
  .palm-wide-two-eighths {
    width: 25%;
  }
  .palm-wide-nine-twelfths,
  .palm-wide-six-eighths,
  .palm-wide-three-quarters {
    width: 75%;
  }
  .palm-wide-one-fifth,
  .palm-wide-two-tenths {
    width: 20%;
  }
  .palm-wide-four-tenths,
  .palm-wide-two-fifths {
    width: 40%;
  }
  .palm-wide-six-tenths,
  .palm-wide-three-fifths {
    width: 60%;
  }
  .palm-wide-eight-tenths,
  .palm-wide-four-fifths {
    width: 80%;
  }
  .palm-wide-one-sixth,
  .palm-wide-two-twelfths {
    width: 16.666%;
  }
  .palm-wide-five-sixths,
  .palm-wide-ten-twelfths {
    width: 83.333%;
  }
  .palm-wide-one-eighth {
    width: 12.5%;
  }
  .palm-wide-three-eighths {
    width: 37.5%;
  }
  .palm-wide-five-eighths {
    width: 62.5%;
  }
  .palm-wide-seven-eighths {
    width: 87.5%;
  }
  .palm-wide-one-tenth {
    width: 10%;
  }
  .palm-wide-three-tenths {
    width: 30%;
  }
  .palm-wide-seven-tenths {
    width: 70%;
  }
  .palm-wide-nine-tenths {
    width: 90%;
  }
  .palm-wide-one-twelfth {
    width: 8.333%;
  }
  .palm-wide-five-twelfths {
    width: 41.666%;
  }
  .palm-wide-seven-twelfths {
    width: 58.333%;
  }
  .palm-wide-eleven-twelfths {
    width: 91.666%;
  }
}

@media only screen and (min-width: 768px) {
  .palm-wide-and-up-one-whole {
    width: 100%;
  }
  .palm-wide-and-up-five-tenths,
  .palm-wide-and-up-four-eighths,
  .palm-wide-and-up-one-half,
  .palm-wide-and-up-six-twelfths,
  .palm-wide-and-up-three-sixths,
  .palm-wide-and-up-two-quarters {
    width: 50%;
  }
  .palm-wide-and-up-four-twelfths,
  .palm-wide-and-up-one-third,
  .palm-wide-and-up-two-sixths {
    width: 33.333%;
  }
  .palm-wide-and-up-eight-twelfths,
  .palm-wide-and-up-four-sixths,
  .palm-wide-and-up-two-thirds {
    width: 66.666%;
  }
  .palm-wide-and-up-one-quarter,
  .palm-wide-and-up-three-twelfths,
  .palm-wide-and-up-two-eighths {
    width: 25%;
  }
  .palm-wide-and-up-nine-twelfths,
  .palm-wide-and-up-six-eighths,
  .palm-wide-and-up-three-quarters {
    width: 75%;
  }
  .palm-wide-and-up-one-fifth,
  .palm-wide-and-up-two-tenths {
    width: 20%;
  }
  .palm-wide-and-up-four-tenths,
  .palm-wide-and-up-two-fifths {
    width: 40%;
  }
  .palm-wide-and-up-six-tenths,
  .palm-wide-and-up-three-fifths {
    width: 60%;
  }
  .palm-wide-and-up-eight-tenths,
  .palm-wide-and-up-four-fifths {
    width: 80%;
  }
  .palm-wide-and-up-one-sixth,
  .palm-wide-and-up-two-twelfths {
    width: 16.666%;
  }
  .palm-wide-and-up-five-sixths,
  .palm-wide-and-up-ten-twelfths {
    width: 83.333%;
  }
  .palm-wide-and-up-one-eighth {
    width: 12.5%;
  }
  .palm-wide-and-up-three-eighths {
    width: 37.5%;
  }
  .palm-wide-and-up-five-eighths {
    width: 62.5%;
  }
  .palm-wide-and-up-seven-eighths {
    width: 87.5%;
  }
  .palm-wide-and-up-one-tenth {
    width: 10%;
  }
  .palm-wide-and-up-three-tenths {
    width: 30%;
  }
  .palm-wide-and-up-seven-tenths {
    width: 70%;
  }
  .palm-wide-and-up-nine-tenths {
    width: 90%;
  }
  .palm-wide-and-up-one-twelfth {
    width: 8.333%;
  }
  .palm-wide-and-up-five-twelfths {
    width: 41.666%;
  }
  .palm-wide-and-up-seven-twelfths {
    width: 58.333%;
  }
  .palm-wide-and-up-eleven-twelfths {
    width: 91.666%;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-one-whole {
    width: 100%;
  }
  .handheld-five-tenths,
  .handheld-four-eighths,
  .handheld-one-half,
  .handheld-six-twelfths,
  .handheld-three-sixths,
  .handheld-two-quarters {
    width: 50%;
  }
  .handheld-four-twelfths,
  .handheld-one-third,
  .handheld-two-sixths {
    width: 33.333%;
  }
  .handheld-eight-twelfths,
  .handheld-four-sixths,
  .handheld-two-thirds {
    width: 66.666%;
  }
  .handheld-one-quarter,
  .handheld-three-twelfths,
  .handheld-two-eighths {
    width: 25%;
  }
  .handheld-nine-twelfths,
  .handheld-six-eighths,
  .handheld-three-quarters {
    width: 75%;
  }
  .handheld-one-fifth,
  .handheld-two-tenths {
    width: 20%;
  }
  .handheld-four-tenths,
  .handheld-two-fifths {
    width: 40%;
  }
  .handheld-six-tenths,
  .handheld-three-fifths {
    width: 60%;
  }
  .handheld-eight-tenths,
  .handheld-four-fifths {
    width: 80%;
  }
  .handheld-one-sixth,
  .handheld-two-twelfths {
    width: 16.666%;
  }
  .handheld-five-sixths,
  .handheld-ten-twelfths {
    width: 83.333%;
  }
  .handheld-one-eighth {
    width: 12.5%;
  }
  .handheld-three-eighths {
    width: 37.5%;
  }
  .handheld-five-eighths {
    width: 62.5%;
  }
  .handheld-seven-eighths {
    width: 87.5%;
  }
  .handheld-one-tenth {
    width: 10%;
  }
  .handheld-three-tenths {
    width: 30%;
  }
  .handheld-seven-tenths {
    width: 70%;
  }
  .handheld-nine-tenths {
    width: 90%;
  }
  .handheld-one-twelfth {
    width: 8.333%;
  }
  .handheld-five-twelfths {
    width: 41.666%;
  }
  .handheld-seven-twelfths {
    width: 58.333%;
  }
  .handheld-eleven-twelfths {
    width: 91.666%;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .lap-wide-one-whole {
    width: 100%;
  }
  .lap-wide-five-tenths,
  .lap-wide-four-eighths,
  .lap-wide-one-half,
  .lap-wide-six-twelfths,
  .lap-wide-three-sixths,
  .lap-wide-two-quarters {
    width: 50%;
  }
  .lap-wide-four-twelfths,
  .lap-wide-one-third,
  .lap-wide-two-sixths {
    width: 33.333%;
  }
  .lap-wide-eight-twelfths,
  .lap-wide-four-sixths,
  .lap-wide-two-thirds {
    width: 66.666%;
  }
  .lap-wide-one-quarter,
  .lap-wide-three-twelfths,
  .lap-wide-two-eighths {
    width: 25%;
  }
  .lap-wide-nine-twelfths,
  .lap-wide-six-eighths,
  .lap-wide-three-quarters {
    width: 75%;
  }
  .lap-wide-one-fifth,
  .lap-wide-two-tenths {
    width: 20%;
  }
  .lap-wide-four-tenths,
  .lap-wide-two-fifths {
    width: 40%;
  }
  .lap-wide-six-tenths,
  .lap-wide-three-fifths {
    width: 60%;
  }
  .lap-wide-eight-tenths,
  .lap-wide-four-fifths {
    width: 80%;
  }
  .lap-wide-one-sixth,
  .lap-wide-two-twelfths {
    width: 16.666%;
  }
  .lap-wide-five-sixths,
  .lap-wide-ten-twelfths {
    width: 83.333%;
  }
  .lap-wide-one-eighth {
    width: 12.5%;
  }
  .lap-wide-three-eighths {
    width: 37.5%;
  }
  .lap-wide-five-eighths {
    width: 62.5%;
  }
  .lap-wide-seven-eighths {
    width: 87.5%;
  }
  .lap-wide-one-tenth {
    width: 10%;
  }
  .lap-wide-three-tenths {
    width: 30%;
  }
  .lap-wide-seven-tenths {
    width: 70%;
  }
  .lap-wide-nine-tenths {
    width: 90%;
  }
  .lap-wide-one-twelfth {
    width: 8.333%;
  }
  .lap-wide-five-twelfths {
    width: 41.666%;
  }
  .lap-wide-seven-twelfths {
    width: 58.333%;
  }
  .lap-wide-eleven-twelfths {
    width: 91.666%;
  }
}

@media only screen and (min-width: 961px) {
  .lap-wide-and-up-one-whole {
    width: 100%;
  }
  .lap-wide-and-up-five-tenths,
  .lap-wide-and-up-four-eighths,
  .lap-wide-and-up-one-half,
  .lap-wide-and-up-six-twelfths,
  .lap-wide-and-up-three-sixths,
  .lap-wide-and-up-two-quarters {
    width: 50%;
  }
  .lap-wide-and-up-four-twelfths,
  .lap-wide-and-up-one-third,
  .lap-wide-and-up-two-sixths {
    width: 33.333%;
  }
  .lap-wide-and-up-eight-twelfths,
  .lap-wide-and-up-four-sixths,
  .lap-wide-and-up-two-thirds {
    width: 66.666%;
  }
  .lap-wide-and-up-one-quarter,
  .lap-wide-and-up-three-twelfths,
  .lap-wide-and-up-two-eighths {
    width: 25%;
  }
  .lap-wide-and-up-nine-twelfths,
  .lap-wide-and-up-six-eighths,
  .lap-wide-and-up-three-quarters {
    width: 75%;
  }
  .lap-wide-and-up-one-fifth,
  .lap-wide-and-up-two-tenths {
    width: 20%;
  }
  .lap-wide-and-up-four-tenths,
  .lap-wide-and-up-two-fifths {
    width: 40%;
  }
  .lap-wide-and-up-six-tenths,
  .lap-wide-and-up-three-fifths {
    width: 60%;
  }
  .lap-wide-and-up-eight-tenths,
  .lap-wide-and-up-four-fifths {
    width: 80%;
  }
  .lap-wide-and-up-one-sixth,
  .lap-wide-and-up-two-twelfths {
    width: 16.666%;
  }
  .lap-wide-and-up-five-sixths,
  .lap-wide-and-up-ten-twelfths {
    width: 83.333%;
  }
  .lap-wide-and-up-one-eighth {
    width: 12.5%;
  }
  .lap-wide-and-up-three-eighths {
    width: 37.5%;
  }
  .lap-wide-and-up-five-eighths {
    width: 62.5%;
  }
  .lap-wide-and-up-seven-eighths {
    width: 87.5%;
  }
  .lap-wide-and-up-one-tenth {
    width: 10%;
  }
  .lap-wide-and-up-three-tenths {
    width: 30%;
  }
  .lap-wide-and-up-seven-tenths {
    width: 70%;
  }
  .lap-wide-and-up-nine-tenths {
    width: 90%;
  }
  .lap-wide-and-up-one-twelfth {
    width: 8.333%;
  }
  .lap-wide-and-up-five-twelfths {
    width: 41.666%;
  }
  .lap-wide-and-up-seven-twelfths {
    width: 58.333%;
  }
  .lap-wide-and-up-eleven-twelfths {
    width: 91.666%;
  }
}

@media only screen and (max-width: 1024px) {
  .lap-wide-and-down-one-whole {
    width: 100%;
  }
  .lap-wide-and-down-five-tenths,
  .lap-wide-and-down-four-eighths,
  .lap-wide-and-down-one-half,
  .lap-wide-and-down-six-twelfths,
  .lap-wide-and-down-three-sixths,
  .lap-wide-and-down-two-quarters {
    width: 50%;
  }
  .lap-wide-and-down-four-twelfths,
  .lap-wide-and-down-one-third,
  .lap-wide-and-down-two-sixths {
    width: 33.333%;
  }
  .lap-wide-and-down-eight-twelfths,
  .lap-wide-and-down-four-sixths,
  .lap-wide-and-down-two-thirds {
    width: 66.666%;
  }
  .lap-wide-and-down-one-quarter,
  .lap-wide-and-down-three-twelfths,
  .lap-wide-and-down-two-eighths {
    width: 25%;
  }
  .lap-wide-and-down-nine-twelfths,
  .lap-wide-and-down-six-eighths,
  .lap-wide-and-down-three-quarters {
    width: 75%;
  }
  .lap-wide-and-down-one-fifth,
  .lap-wide-and-down-two-tenths {
    width: 20%;
  }
  .lap-wide-and-down-four-tenths,
  .lap-wide-and-down-two-fifths {
    width: 40%;
  }
  .lap-wide-and-down-six-tenths,
  .lap-wide-and-down-three-fifths {
    width: 60%;
  }
  .lap-wide-and-down-eight-tenths,
  .lap-wide-and-down-four-fifths {
    width: 80%;
  }
  .lap-wide-and-down-one-sixth,
  .lap-wide-and-down-two-twelfths {
    width: 16.666%;
  }
  .lap-wide-and-down-five-sixths,
  .lap-wide-and-down-ten-twelfths {
    width: 83.333%;
  }
  .lap-wide-and-down-one-eighth {
    width: 12.5%;
  }
  .lap-wide-and-down-three-eighths {
    width: 37.5%;
  }
  .lap-wide-and-down-five-eighths {
    width: 62.5%;
  }
  .lap-wide-and-down-seven-eighths {
    width: 87.5%;
  }
  .lap-wide-and-down-one-tenth {
    width: 10%;
  }
  .lap-wide-and-down-three-tenths {
    width: 30%;
  }
  .lap-wide-and-down-seven-tenths {
    width: 70%;
  }
  .lap-wide-and-down-nine-tenths {
    width: 90%;
  }
  .lap-wide-and-down-one-twelfth {
    width: 8.333%;
  }
  .lap-wide-and-down-five-twelfths {
    width: 41.666%;
  }
  .lap-wide-and-down-seven-twelfths {
    width: 58.333%;
  }
  .lap-wide-and-down-eleven-twelfths {
    width: 91.666%;
  }
}

@media only screen and (min-width: 1025px) {
  .anchored-one-whole {
    width: 100%;
  }
  .anchored-five-tenths,
  .anchored-four-eighths,
  .anchored-one-half,
  .anchored-six-twelfths,
  .anchored-three-sixths,
  .anchored-two-quarters {
    width: 50%;
  }
  .anchored-four-twelfths,
  .anchored-one-third,
  .anchored-two-sixths {
    width: 33.333%;
  }
  .anchored-eight-twelfths,
  .anchored-four-sixths,
  .anchored-two-thirds {
    width: 66.666%;
  }
  .anchored-one-quarter,
  .anchored-three-twelfths,
  .anchored-two-eighths {
    width: 25%;
  }
  .anchored-nine-twelfths,
  .anchored-six-eighths,
  .anchored-three-quarters {
    width: 75%;
  }
  .anchored-one-fifth,
  .anchored-two-tenths {
    width: 20%;
  }
  .anchored-four-tenths,
  .anchored-two-fifths {
    width: 40%;
  }
  .anchored-six-tenths,
  .anchored-three-fifths {
    width: 60%;
  }
  .anchored-eight-tenths,
  .anchored-four-fifths {
    width: 80%;
  }
  .anchored-one-sixth,
  .anchored-two-twelfths {
    width: 16.666%;
  }
  .anchored-five-sixths,
  .anchored-ten-twelfths {
    width: 83.333%;
  }
  .anchored-one-eighth {
    width: 12.5%;
  }
  .anchored-three-eighths {
    width: 37.5%;
  }
  .anchored-five-eighths {
    width: 62.5%;
  }
  .anchored-seven-eighths {
    width: 87.5%;
  }
  .anchored-one-tenth {
    width: 10%;
  }
  .anchored-three-tenths {
    width: 30%;
  }
  .anchored-seven-tenths {
    width: 70%;
  }
  .anchored-nine-tenths {
    width: 90%;
  }
  .anchored-one-twelfth {
    width: 8.333%;
  }
  .anchored-five-twelfths {
    width: 41.666%;
  }
  .anchored-seven-twelfths {
    width: 58.333%;
  }
  .anchored-eleven-twelfths {
    width: 91.666%;
  }
}

.brand {
  font-family: 'Lato', sans-serif !important;
  color: #000000 !important;
}

.brand-face {
  font-family: 'Lato', sans-serif !important;
}

.brand-color,
.brand-colour {
  color: #000000 !important;
}

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

.text--center {
  text-align: center !important;
}

.text--right {
  text-align: right !important;
}

.weight--light {
  font-weight: 300 !important;
}

.weight--normal {
  font-weight: 400 !important;
}

.weight--semibold {
  font-weight: 600 !important;
}

.push {
  margin: 60px !important;
}

.push--top {
  margin-top: 60px !important;
}

.push--right {
  margin-right: 60px !important;
}

.push--left {
  margin-left: 60px !important;
}

.push--ends {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.push--sides {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

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

.soft {
  padding: 60px !important;
}

@media only screen and (max-width: 768px) {
  .soft {
    padding: 20px !important;
  }
}

.soft--big {
  padding: 140px !important;
}

.soft--top {
  padding-top: 60px !important;
}

.soft--right {
  padding-right: 60px !important;
}

.soft--bottom {
  padding-bottom: 60px !important;
}

.soft--left {
  padding-left: 60px !important;
}

.soft--ends {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.soft--sides {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.soft-half {
  padding: 30px !important;
}

.soft-half--right {
  padding-right: 30px !important;
}

.soft-half--bottom {
  padding-bottom: 30px !important;
}

.soft-little--bottom {
  padding-bottom: 10px !important;
}

.soft-half--left {
  padding-left: 30px !important;
}

.soft-half--ends {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.soft-half--sides {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

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

.hard--bottom {
  padding-bottom: 0 !important;
  box-shadow: none !important;
}

.hard--ends {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.full-bleed {
  margin-right: -60px !important;
  margin-left: -60px !important;
}

.islet .full-bleed {
  margin-right: -30px !important;
  margin-left: -30px !important;
}

.informative {
  cursor: help !important;
}

.muted {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
}

.proceed {
  text-align: right !important;
}

.go:after {
  content: ' ' '»' !important;
}

.caps {
  text-transform: uppercase !important;
}

.accessibility,
.visuallyhidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

@media only screen and (max-width: 480px) {
  .accessibility--palm,
  .visuallyhidden--palm {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .accessibility--palm-wide,
  .visuallyhidden--palm-wide {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}

@media only screen and (min-width: 768px) {
  .accessibility--palm-wide-and-up,
  .visuallyhidden--palm-wide-and-up {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}

@media only screen and (max-width: 768px) {
  .accessibility--handheld,
  .visuallyhidden--handheld {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
  .accessibility--lap,
  .visuallyhidden--lap {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}

@media only screen and (min-width: 769px) {
  .accessibility--lap-and-up,
  .visuallyhidden--lap-and-up {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .accessibility--lap-wide,
  .visuallyhidden--lap-wide {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}

@media only screen and (min-width: 961px) {
  .accessibility--lap-wide-and-up,
  .visuallyhidden--lap-wide-and-up {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .accessibility--lap-wide-and-down,
  .visuallyhidden--lap-wide-and-down {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .accessibility--portable,
  .visuallyhidden--portable {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}

@media only screen and (min-width: 1025px) {
  .accessibility--anchored,
  .visuallyhidden--anchored {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .accessibility--desk,
  .visuallyhidden--desk {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}

@media only screen and (min-width: 1401px) {
  .accessibility--desk-wide,
  .visuallyhidden--desk-wide {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}

.slider--track,
.slider__item,
.slider__item .slider--list,
.slider__item > img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hidden {
  display: none;
}

@media only screen and (max-width: 480px) {
  .palm-hidden {
    display: none;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .palm-wide-hidden {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .palm-wide-and-up-hidden {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-hidden {
    display: none;
  }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
  .lap-hidden {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .lap-and-up-hidden {
    display: none;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .lap-wide-hidden {
    display: none;
  }
}

@media only screen and (min-width: 961px) {
  .lap-wide-and-up-hidden {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .lap-wide-and-down-hidden {
    display: none;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .portable-hidden {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .anchored-hidden {
    display: none;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .desk-hidden {
    display: none;
  }
}

@media only screen and (min-width: 1401px) {
  .desk-wide-hidden {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-hard {
    padding: 0 !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .portable-hard {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-soft {
    padding: 60px !important;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-soft--top {
    padding-top: 60px !important;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-soft--right {
    padding-right: 60px !important;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-soft--bottom {
    padding-bottom: 60px !important;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-soft--left {
    padding-left: 60px !important;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-soft--ends {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-soft--sides {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
}

@media only screen and (max-width: 480px) {
  .palm-soft-quarter {
    padding: 15px !important;
  }
}

@media only screen and (max-width: 480px) {
  .palm-soft-quarter--top {
    padding-top: 15px !important;
  }
}

@media only screen and (max-width: 480px) {
  .palm-soft-quarter--right {
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 480px) {
  .palm-soft-quarter--bottom {
    padding-bottom: 15px !important;
  }
}

@media only screen and (max-width: 480px) {
  .palm-soft-quarter--left {
    padding-left: 15px !important;
  }
}

@media only screen and (max-width: 480px) {
  .palm-soft-quarter--ends {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

@media only screen and (max-width: 480px) {
  .palm-soft-quarter--sides {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-soft-half {
    padding: 30px !important;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-soft-half--top {
    padding-top: 30px !important;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-soft-half--right {
    padding-right: 30px !important;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-soft-half--bottom {
    padding-bottom: 30px !important;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-soft-half--left {
    padding-left: 30px !important;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-soft-half--ends {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-soft-half--sides {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}

.soft-quarter {
  padding: 15px !important;
}

.soft-quarter--top {
  padding-top: 15px !important;
}

.soft-quarter--right {
  padding-right: 15px !important;
}

.soft-quarter--bottom {
  padding-bottom: 15px !important;
}

.soft-quarter--left {
  padding-left: 15px !important;
}

.soft-quarter--ends {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.soft-quarter--sides {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

/*------------------------------------*\
 $PUSH
 \*------------------------------------*/

/**
 * Push classes, to move grid items over to the right by certain amounts.
 */

.push-half {
  margin: 30px !important;
}

.push-half--top {
  margin-top: 30px !important;
}

.push-half--right {
  margin-right: 30px !important;
}

.push-half--left {
  margin-left: 30px !important;
}

.push-half--ends {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.push-half--sides {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.push-quarter {
  margin: 15px !important;
}

.push-quarter--top {
  margin-top: 15px !important;
}

.push-quarter--right {
  margin-right: 15px !important;
}

.push-quarter--left {
  margin-left: 15px !important;
}

.push-quarter--ends {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.push-quarter--sides {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

/**
 * Whole
 */

.push--one-whole {
  left: 100%;
}

/**
 * Halves
 */

.push--one-half,
.push--two-quarters,
.push--three-sixths,
.push--four-eighths,
.push--five-tenths,
.push--six-twelfths {
  left: 50%;
}

/**
 * Thirds
 */

.push--one-third,
.push--two-sixths,
.push--four-twelfths {
  left: 33.333%;
}

.push--two-thirds,
.push--four-sixths,
.push--eight-twelfths {
  left: 66.666%;
}

/**
 * Quarters
 */

.push--one-quarter,
.push--two-eighths,
.push--three-twelfths {
  left: 25%;
}

.push--three-quarters,
.push--six-eighths,
.push--nine-twelfths {
  left: 75%;
}

/**
 * Fifths
 */

.push--one-fifth,
.push--two-tenths {
  left: 20%;
}

.push--two-fifths,
.push--four-tenths {
  left: 40%;
}

.push--three-fifths,
.push--six-tenths {
  left: 60%;
}

.push--four-fifths,
.push--eight-tenths {
  left: 80%;
}

/**
 * Sixths
 */

.push--one-sixth,
.push--two-twelfths {
  left: 16.666%;
}

.push--five-sixths,
.push--ten-twelfths {
  left: 83.333%;
}

/**
 * Eighths
 */

.push--one-eighth {
  left: 12.5%;
}

.push--three-eighths {
  left: 37.5%;
}

.push--five-eighths {
  left: 62.5%;
}

.push--seven-eighths {
  left: 87.5%;
}

/**
 * Tenths
 */

.push--one-tenth {
  left: 10%;
}

.push--three-tenths {
  left: 30%;
}

.push--seven-tenths {
  left: 70%;
}

.push--nine-tenths {
  left: 90%;
}

/**
 * Twelfths
 */

.push--one-twelfth {
  left: 8.333%;
}

.push--five-twelfths {
  left: 41.666%;
}

.push--seven-twelfths {
  left: 58.333%;
}

.push--eleven-twelfths {
  left: 91.666%;
}

@media only screen and (max-width: 480px) {
  .push--palm--one-whole {
    left: 100%;
  }
  .push--palm--one-half,
  .push--palm--two-quarters,
  .push--palm--three-sixths,
  .push--palm--four-eighths,
  .push--palm--five-tenths,
  .push--palm--six-twelfths {
    left: 50%;
  }
  .push--palm--one-third,
  .push--palm--two-sixths,
  .push--palm--four-twelfths {
    left: 33.333%;
  }
  .push--palm--two-thirds,
  .push--palm--four-sixths,
  .push--palm--eight-twelfths {
    left: 66.666%;
  }
  .push--palm--one-quarter,
  .push--palm--two-eighths,
  .push--palm--three-twelfths {
    left: 25%;
  }
  .push--palm--three-quarters,
  .push--palm--six-eighths,
  .push--palm--nine-twelfths {
    left: 75%;
  }
  .push--palm--one-fifth,
  .push--palm--two-tenths {
    left: 20%;
  }
  .push--palm--two-fifths,
  .push--palm--four-tenths {
    left: 40%;
  }
  .push--palm--three-fifths,
  .push--palm--six-tenths {
    left: 60%;
  }
  .push--palm--four-fifths,
  .push--palm--eight-tenths {
    left: 80%;
  }
  .push--palm--one-sixth,
  .push--palm--two-twelfths {
    left: 16.666%;
  }
  .push--palm--five-sixths,
  .push--palm--ten-twelfths {
    left: 83.333%;
  }
  .push--palm--one-eighth {
    left: 12.5%;
  }
  .push--palm--three-eighths {
    left: 37.5%;
  }
  .push--palm--five-eighths {
    left: 62.5%;
  }
  .push--palm--seven-eighths {
    left: 87.5%;
  }
  .push--palm--one-tenth {
    left: 10%;
  }
  .push--palm--three-tenths {
    left: 30%;
  }
  .push--palm--seven-tenths {
    left: 70%;
  }
  .push--palm--nine-tenths {
    left: 90%;
  }
  .push--palm--one-twelfth {
    left: 8.333%;
  }
  .push--palm--five-twelfths {
    left: 41.666%;
  }
  .push--palm--seven-twelfths {
    left: 58.333%;
  }
  .push--palm--eleven-twelfths {
    left: 91.666%;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1023px) {
  .push--lap--one-whole {
    left: 100%;
  }
  .push--lap--one-half,
  .push--lap--two-quarters,
  .push--lap--three-sixths,
  .push--lap--four-eighths,
  .push--lap--five-tenths,
  .push--lap--six-twelfths {
    left: 50%;
  }
  .push--lap--one-third,
  .push--lap--two-sixths,
  .push--lap--four-twelfths {
    left: 33.333%;
  }
  .push--lap--two-thirds,
  .push--lap--four-sixths,
  .push--lap--eight-twelfths {
    left: 66.666%;
  }
  .push--lap--one-quarter,
  .push--lap--two-eighths,
  .push--lap--three-twelfths {
    left: 25%;
  }
  .push--lap--three-quarters,
  .push--lap--six-eighths,
  .push--lap--nine-twelfths {
    left: 75%;
  }
  .push--lap--one-fifth,
  .push--lap--two-tenths {
    left: 20%;
  }
  .push--lap--two-fifths,
  .push--lap--four-tenths {
    left: 40%;
  }
  .push--lap--three-fifths,
  .push--lap--six-tenths {
    left: 60%;
  }
  .push--lap--four-fifths,
  .push--lap--eight-tenths {
    left: 80%;
  }
  .push--lap--one-sixth,
  .push--lap--two-twelfths {
    left: 16.666%;
  }
  .push--lap--five-sixths,
  .push--lap--ten-twelfths {
    left: 83.333%;
  }
  .push--lap--one-eighth {
    left: 12.5%;
  }
  .push--lap--three-eighths {
    left: 37.5%;
  }
  .push--lap--five-eighths {
    left: 62.5%;
  }
  .push--lap--seven-eighths {
    left: 87.5%;
  }
  .push--lap--one-tenth {
    left: 10%;
  }
  .push--lap--three-tenths {
    left: 30%;
  }
  .push--lap--seven-tenths {
    left: 70%;
  }
  .push--lap--nine-tenths {
    left: 90%;
  }
  .push--lap--one-twelfth {
    left: 8.333%;
  }
  .push--lap--five-twelfths {
    left: 41.666%;
  }
  .push--lap--seven-twelfths {
    left: 58.333%;
  }
  .push--lap--eleven-twelfths {
    left: 91.666%;
  }
}

@media only screen and (max-width: 1023px) {
  .push--portable--one-whole {
    left: 100%;
  }
  .push--portable--one-half,
  .push--portable--two-quarters,
  .push--portable--three-sixths,
  .push--portable--four-eighths,
  .push--portable--five-tenths,
  .push--portable--six-twelfths {
    left: 50%;
  }
  .push--portable--one-third,
  .push--portable--two-sixths,
  .push--portable--four-twelfths {
    left: 33.333%;
  }
  .push--portable--two-thirds,
  .push--portable--four-sixths,
  .push--portable--eight-twelfths {
    left: 66.666%;
  }
  .push--portable--one-quarter,
  .push--portable--two-eighths,
  .push--portable--three-twelfths {
    left: 25%;
  }
  .push--portable--three-quarters,
  .push--portable--six-eighths,
  .push--portable--nine-twelfths {
    left: 75%;
  }
  .push--portable--one-fifth,
  .push--portable--two-tenths {
    left: 20%;
  }
  .push--portable--two-fifths,
  .push--portable--four-tenths {
    left: 40%;
  }
  .push--portable--three-fifths,
  .push--portable--six-tenths {
    left: 60%;
  }
  .push--portable--four-fifths,
  .push--portable--eight-tenths {
    left: 80%;
  }
  .push--portable--one-sixth,
  .push--portable--two-twelfths {
    left: 16.666%;
  }
  .push--portable--five-sixths,
  .push--portable--ten-twelfths {
    left: 83.333%;
  }
  .push--portable--one-eighth {
    left: 12.5%;
  }
  .push--portable--three-eighths {
    left: 37.5%;
  }
  .push--portable--five-eighths {
    left: 62.5%;
  }
  .push--portable--seven-eighths {
    left: 87.5%;
  }
  .push--portable--one-tenth {
    left: 10%;
  }
  .push--portable--three-tenths {
    left: 30%;
  }
  .push--portable--seven-tenths {
    left: 70%;
  }
  .push--portable--nine-tenths {
    left: 90%;
  }
  .push--portable--one-twelfth {
    left: 8.333%;
  }
  .push--portable--five-twelfths {
    left: 41.666%;
  }
  .push--portable--seven-twelfths {
    left: 58.333%;
  }
  .push--portable--eleven-twelfths {
    left: 91.666%;
  }
}

@media only screen and (min-width: 1024px) {
  .push--desk--one-whole {
    left: 100%;
  }
  .push--desk--one-half,
  .push--desk--two-quarters,
  .push--desk--three-sixths,
  .push--desk--four-eighths,
  .push--desk--five-tenths,
  .push--desk--six-twelfths {
    left: 50%;
  }
  .push--desk--one-third,
  .push--desk--two-sixths,
  .push--desk--four-twelfths {
    left: 33.333%;
  }
  .push--desk--two-thirds,
  .push--desk--four-sixths,
  .push--desk--eight-twelfths {
    left: 66.666%;
  }
  .push--desk--one-quarter,
  .push--desk--two-eighths,
  .push--desk--three-twelfths {
    left: 25%;
  }
  .push--desk--three-quarters,
  .push--desk--six-eighths,
  .push--desk--nine-twelfths {
    left: 75%;
  }
  .push--desk--one-fifth,
  .push--desk--two-tenths {
    left: 20%;
  }
  .push--desk--two-fifths,
  .push--desk--four-tenths {
    left: 40%;
  }
  .push--desk--three-fifths,
  .push--desk--six-tenths {
    left: 60%;
  }
  .push--desk--four-fifths,
  .push--desk--eight-tenths {
    left: 80%;
  }
  .push--desk--one-sixth,
  .push--desk--two-twelfths {
    left: 16.666%;
  }
  .push--desk--five-sixths,
  .push--desk--ten-twelfths {
    left: 83.333%;
  }
  .push--desk--one-eighth {
    left: 12.5%;
  }
  .push--desk--three-eighths {
    left: 37.5%;
  }
  .push--desk--five-eighths {
    left: 62.5%;
  }
  .push--desk--seven-eighths {
    left: 87.5%;
  }
  .push--desk--one-tenth {
    left: 10%;
  }
  .push--desk--three-tenths {
    left: 30%;
  }
  .push--desk--seven-tenths {
    left: 70%;
  }
  .push--desk--nine-tenths {
    left: 90%;
  }
  .push--desk--one-twelfth {
    left: 8.333%;
  }
  .push--desk--five-twelfths {
    left: 41.666%;
  }
  .push--desk--seven-twelfths {
    left: 58.333%;
  }
  .push--desk--eleven-twelfths {
    left: 91.666%;
  }
}

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

@media only screen and (max-width: 480px) {
  .palm-flush--bottom {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .palm-wide-flush--bottom {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .palm-wide-and-up-flush--bottom {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-flush--bottom {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
  .lap-flush--bottom {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 769px) {
  .lap-and-up-flush--bottom {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .lap-wide-flush--bottom {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 961px) {
  .lap-wide-and-up-flush--bottom {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 1024px) {
  .lap-wide-and-down-flush--bottom {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .portable-flush--bottom {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 1025px) {
  .anchored-flush--bottom {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .desk-flush--bottom {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 1401px) {
  .desk-wide-flush--bottom {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 480px) {
  .palm-push--sides {
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .palm-wide-push--sides {
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .palm-wide-and-up-push--sides {
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-push--sides {
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
  .lap-push--sides {
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media only screen and (min-width: 769px) {
  .lap-and-up-push--sides {
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .lap-wide-push--sides {
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media only screen and (min-width: 961px) {
  .lap-wide-and-up-push--sides {
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .lap-wide-and-down-push--sides {
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .portable-push--sides {
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media only screen and (min-width: 1025px) {
  .anchored-push--sides {
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .desk-push--sides {
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media only screen and (min-width: 1401px) {
  .desk-wide-push--sides {
    margin-left: 60px;
    margin-right: 60px;
  }
}

/**
 * Reversed grids allow you to structure your source in the opposite order to
 * how your rendered layout will appear. Extends `.grid`.
 */

.grid--rev {
  direction: rtl;
  text-align: right;
}

.grid--rev > .grid__item,
.page > .grid__item,
.grid--rev > .content,
.page > .content,
.grid--rev > .sub-content,
.page > .sub-content,
.grid--rev > .footer__item,
.page > .footer__item {
  direction: ltr;
  text-align: left;
}

/**
 * Gutterless grids have all the properties of regular grids, minus any spacing.
 * Extends `.grid`.
 */

.grid--full,
.footer {
  margin-left: 0;
}

.grid--full > .grid__item,
.footer > .grid__item,
.grid--full > .content,
.footer > .content,
.grid--full > .sub-content,
.footer > .sub-content,
.grid--full > .footer__item,
.footer > .footer__item {
  padding-left: 0;
}

/**
 * Align the entire grid to the right. Extends `.grid`.
 */

.grid--right {
  text-align: right;
}

.grid--right > .grid__item,
.grid--right > .content,
.grid--right > .sub-content,
.grid--right > .footer__item {
  text-align: left;
}

/**
 * Centered grids align grid items centrally without needing to use push or pull
 * classes. Extends `.grid`.
 */

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

.grid--center > .grid__item,
.grid--center > .content,
.grid--center > .sub-content,
.grid--center > .footer__item {
  text-align: left;
}

/**
 * Align grid cells vertically (`.grid--middle` or `.grid--bottom`). Extends
 * `.grid`.
 */

.grid--middle > .grid__item,
.grid--middle > .content,
.grid--middle > .sub-content,
.grid--middle > .footer__item {
  vertical-align: middle;
}

.grid--bottom > .grid__item,
.grid--bottom > .content,
.grid--bottom > .sub-content,
.grid--bottom > .footer__item {
  vertical-align: bottom;
}

/**
 * Create grids with narrower gutters. Extends `.grid`.
 */

.grid--narrow {
  margin-left: -9px;
}

.grid--narrow > .grid__item,
.grid--narrow > .content,
.grid--narrow > .sub-content,
.grid--narrow > .footer__item {
  padding-left: 9px;
}

/**
 * Create grids with wider gutters. Extends `.grid`.
 */

.grid--wide {
  margin-left: -36px;
}

.grid--wide > .grid__item,
.grid--wide > .content,
.grid--wide > .sub-content,
.grid--wide > .footer__item {
  padding-left: 36px;
}

@media only screen and (max-width: 480px) {
  .palm-grid--rev {
    direction: rtl;
    text-align: right;
  }
  .palm-grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .palm-wide-grid--rev {
    direction: rtl;
    text-align: right;
  }
  .palm-wide-grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .palm-wide-and-up-grid--rev {
    direction: rtl;
    text-align: right;
  }
  .palm-wide-and-up-grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-grid--rev {
    direction: rtl;
    text-align: right;
  }
  .handheld-grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
  }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
  .lap-grid--rev {
    direction: rtl;
    text-align: right;
  }
  .lap-grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
  }
}

@media only screen and (min-width: 769px) {
  .lap-and-up-grid--rev {
    direction: rtl;
    text-align: right;
  }
  .lap-and-up-grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .lap-wide-grid--rev {
    direction: rtl;
    text-align: right;
  }
  .lap-wide-grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
  }
}

@media only screen and (min-width: 961px) {
  .lap-wide-and-up-grid--rev {
    direction: rtl;
    text-align: right;
  }
  .lap-wide-and-up-grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
  }
}

@media only screen and (max-width: 1024px) {
  .lap-wide-and-down-grid--rev {
    direction: rtl;
    text-align: right;
  }
  .lap-wide-and-down-grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .portable-grid--rev {
    direction: rtl;
    text-align: right;
  }
  .portable-grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
  }
}

@media only screen and (min-width: 1025px) {
  .anchored-grid--rev {
    direction: rtl;
    text-align: right;
  }
  .anchored-grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .desk-grid--rev {
    direction: rtl;
    text-align: right;
  }
  .desk-grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
  }
}

@media only screen and (min-width: 1401px) {
  .desk-wide-grid--rev {
    direction: rtl;
    text-align: right;
  }
  .desk-wide-grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
  }
}

html {
  color: #333;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  /* background: #1c1c1c */
}

html:after {
  display: none;
}

.container {
  position: relative;
}

.clickable {
  cursor: pointer;
  text-decoration: none;
}

.clickable:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.1s ease-in-out;
}

.clickable:hover:after {
  background: rgba(0, 0, 0, 0.2);
}

.clickable * {
  text-decoration: none;
}

.hover--white:hover * {
  color: #fff;
}

@media only screen and (min-width: 1025px) {
  .desk-locked {
    overflow: hidden;
  }
}

.scroll-x {
  overflow-x: auto;
}

.overflow-visible {
  overflow: visible !important;
}

.underlined {
  text-decoration: underline;
}

.top--rounded {
  border-radius: 5px 5px 0 0;
}

.soft-half--top {
  padding-top: 30px !important;
}

@media only screen and (max-width: 768px) {
  .soft-half--top {
    padding-top: 60px !important;
  }
}

.soft-little--top {
  padding-top: 10px !important;
}

@media only screen and (max-width: 480px) {
  .palm-soft-half--top {
    padding-top: 30px !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .palm-wide-soft-half--top {
    padding-top: 30px !important;
  }
}

@media only screen and (min-width: 768px) {
  .palm-wide-and-up-soft-half--top {
    padding-top: 30px !important;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-soft-half--top {
    padding-top: 30px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
  .lap-soft-half--top {
    padding-top: 30px !important;
  }
}

@media only screen and (min-width: 769px) {
  .lap-and-up-soft-half--top {
    padding-top: 30px !important;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .lap-wide-soft-half--top {
    padding-top: 30px !important;
  }
}

@media only screen and (min-width: 961px) {
  .lap-wide-and-up-soft-half--top {
    padding-top: 30px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .lap-wide-and-down-soft-half--top {
    padding-top: 30px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .portable-soft-half--top {
    padding-top: 30px !important;
  }
}

@media only screen and (min-width: 1025px) {
  .anchored-soft-half--top {
    padding-top: 30px !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .desk-soft-half--top {
    padding-top: 30px !important;
  }
}

@media only screen and (min-width: 1401px) {
  .desk-wide-soft-half--top {
    padding-top: 30px !important;
  }
}

.hard {
  padding: 0 !important;
  box-shadow: none !important;
}

@media only screen and (max-width: 480px) {
  .palm-hard {
    padding: 0 !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .palm-wide-hard {
    padding: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .palm-wide-and-up-hard {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-hard {
    padding: 0 !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
  .lap-hard {
    padding: 0 !important;
  }
}

@media only screen and (min-width: 769px) {
  .lap-and-up-hard {
    padding: 0 !important;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .lap-wide-hard {
    padding: 0 !important;
  }
}

@media only screen and (min-width: 961px) {
  .lap-wide-and-up-hard {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 1024px) {
  .lap-wide-and-down-hard {
    padding: 0 !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .portable-hard {
    padding: 0 !important;
  }
}

@media only screen and (min-width: 1025px) {
  .anchored-hard {
    padding: 0 !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .desk-hard {
    padding: 0 !important;
  }
}

@media only screen and (min-width: 1401px) {
  .desk-wide-hard {
    padding: 0 !important;
  }
}

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

@media only screen and (max-width: 480px) {
  .palm-hard--left {
    padding-left: 0 !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .palm-wide-hard--left {
    padding-left: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .palm-wide-and-up-hard--left {
    padding-left: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-hard--left {
    padding-left: 0 !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
  .lap-hard--left {
    padding-left: 0 !important;
  }
}

@media only screen and (min-width: 769px) {
  .lap-and-up-hard--left {
    padding-left: 0 !important;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .lap-wide-hard--left {
    padding-left: 0 !important;
  }
}

@media only screen and (min-width: 961px) {
  .lap-wide-and-up-hard--left {
    padding-left: 0 !important;
  }
}

@media only screen and (max-width: 1024px) {
  .lap-wide-and-down-hard--left {
    padding-left: 0 !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .portable-hard--left {
    padding-left: 0 !important;
  }
}

@media only screen and (min-width: 1025px) {
  .anchored-hard--left {
    padding-left: 0 !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .desk-hard--left {
    padding-left: 0 !important;
  }
}

@media only screen and (min-width: 1401px) {
  .desk-wide-hard--left {
    padding-left: 0 !important;
  }
}

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

@media only screen and (max-width: 480px) {
  .palm-hard--right {
    padding-right: 0 !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .palm-wide-hard--right {
    padding-right: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .palm-wide-and-up-hard--right {
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-hard--right {
    padding-right: 0 !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
  .lap-hard--right {
    padding-right: 0 !important;
  }
}

@media only screen and (min-width: 769px) {
  .lap-and-up-hard--right {
    padding-right: 0 !important;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .lap-wide-hard--right {
    padding-right: 0 !important;
  }
}

@media only screen and (min-width: 961px) {
  .lap-wide-and-up-hard--right {
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 1024px) {
  .lap-wide-and-down-hard--right {
    padding-right: 0 !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .portable-hard--right {
    padding-right: 0 !important;
  }
}

@media only screen and (min-width: 1025px) {
  .anchored-hard--right {
    padding-right: 0 !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .desk-hard--right {
    padding-right: 0 !important;
  }
}

@media only screen and (min-width: 1401px) {
  .desk-wide-hard--right {
    padding-right: 0 !important;
  }
}

.hard--sides {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media only screen and (max-width: 480px) {
  .palm-hard--sides {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .palm-wide-hard--sides {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .palm-wide-and-up-hard--sides {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-hard--sides {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
  .lap-hard--sides {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (min-width: 769px) {
  .lap-and-up-hard--sides {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .lap-wide-hard--sides {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (min-width: 961px) {
  .lap-wide-and-up-hard--sides {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 1024px) {
  .lap-wide-and-down-hard--sides {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .portable-hard--sides {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (min-width: 1025px) {
  .anchored-hard--sides {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .desk-hard--sides {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (min-width: 1401px) {
  .desk-wide-hard--sides {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .short:before {
    padding-top: 33.33333% !important;
  }
}

.flush {
  margin: 0 !important;
}

.very-short:before {
  padding-top: 33.33333% !important;
}

@media only screen and (max-width: 480px) {
  .palm-flush {
    margin: 0 !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .palm-wide-flush {
    margin: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .palm-wide-and-up-flush {
    margin: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-flush {
    margin: 0 !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
  .lap-flush {
    margin: 0 !important;
  }
}

@media only screen and (min-width: 769px) {
  .lap-and-up-flush {
    margin: 0 !important;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .lap-wide-flush {
    margin: 0 !important;
  }
}

@media only screen and (min-width: 961px) {
  .lap-wide-and-up-flush {
    margin: 0 !important;
  }
}

@media only screen and (max-width: 1024px) {
  .lap-wide-and-down-flush {
    margin: 0 !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .portable-flush {
    margin: 0 !important;
  }
}

@media only screen and (min-width: 1025px) {
  .anchored-flush {
    margin: 0 !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .desk-flush {
    margin: 0 !important;
  }
}

@media only screen and (min-width: 1401px) {
  .desk-wide-flush {
    margin: 0 !important;
  }
}

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

@media only screen and (max-width: 480px) {
  .palm-flush--left {
    margin-left: 0 !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .palm-wide-flush--left {
    margin-left: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .palm-wide-and-up-flush--left {
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-flush--left {
    margin-left: 0 !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
  .lap-flush--left {
    margin-left: 0 !important;
  }
}

@media only screen and (min-width: 769px) {
  .lap-and-up-flush--left {
    margin-left: 0 !important;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .lap-wide-flush--left {
    margin-left: 0 !important;
  }
}

@media only screen and (min-width: 961px) {
  .lap-wide-and-up-flush--left {
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 1024px) {
  .lap-wide-and-down-flush--left {
    margin-left: 0 !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .portable-flush--left {
    margin-left: 0 !important;
  }
}

@media only screen and (min-width: 1025px) {
  .anchored-flush--left {
    margin-left: 0 !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .desk-flush--left {
    margin-left: 0 !important;
  }
}

@media only screen and (min-width: 1401px) {
  .desk-wide-flush--left {
    margin-left: 0 !important;
  }
}

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

@media only screen and (max-width: 480px) {
  .palm-flush--right {
    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .palm-wide-flush--right {
    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .palm-wide-and-up-flush--right {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-flush--right {
    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
  .lap-flush--right {
    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 769px) {
  .lap-and-up-flush--right {
    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .lap-wide-flush--right {
    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 961px) {
  .lap-wide-and-up-flush--right {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 1024px) {
  .lap-wide-and-down-flush--right {
    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .portable-flush--right {
    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 1025px) {
  .anchored-flush--right {
    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .desk-flush--right {
    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 1401px) {
  .desk-wide-flush--right {
    margin-right: 0 !important;
  }
}

.flush--sides {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media only screen and (max-width: 480px) {
  .palm-flush--sides {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .palm-wide-flush--sides {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .palm-wide-and-up-flush--sides {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-flush--sides {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
  .lap-flush--sides {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 769px) {
  .lap-and-up-flush--sides {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .lap-wide-flush--sides {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 961px) {
  .lap-wide-and-up-flush--sides {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 1024px) {
  .lap-wide-and-down-flush--sides {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .portable-flush--sides {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 1025px) {
  .anchored-flush--sides {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .desk-flush--sides {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 1401px) {
  .desk-wide-flush--sides {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.flush--ends {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 480px) {
  .palm-flush--ends {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .palm-wide-flush--ends {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .palm-wide-and-up-flush--ends {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-flush--ends {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
  .lap-flush--ends {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 769px) {
  .lap-and-up-flush--ends {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .lap-wide-flush--ends {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 961px) {
  .lap-wide-and-up-flush--ends {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 1024px) {
  .lap-wide-and-down-flush--ends {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .portable-flush--ends {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 1025px) {
  .anchored-flush--ends {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .desk-flush--ends {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 1401px) {
  .desk-wide-flush--ends {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

.push--bottom {
  margin-bottom: 60px !important;
}

@media only screen and (max-width: 480px) {
  .palm-push--bottom {
    margin-bottom: 60px !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .palm-wide-push--bottom {
    margin-bottom: 60px !important;
  }
}

@media only screen and (min-width: 768px) {
  .palm-wide-and-up-push--bottom {
    margin-bottom: 60px !important;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-push--bottom {
    margin-bottom: 60px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
  .lap-push--bottom {
    margin-bottom: 60px !important;
  }
}

@media only screen and (min-width: 769px) {
  .lap-and-up-push--bottom {
    margin-bottom: 60px !important;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .lap-wide-push--bottom {
    margin-bottom: 60px !important;
  }
}

@media only screen and (min-width: 961px) {
  .lap-wide-and-up-push--bottom {
    margin-bottom: 60px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .lap-wide-and-down-push--bottom {
    margin-bottom: 60px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .portable-push--bottom {
    margin-bottom: 60px !important;
  }
}

@media only screen and (min-width: 1025px) {
  .anchored-push--bottom {
    margin-bottom: 60px !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .desk-push--bottom {
    margin-bottom: 60px !important;
  }
}

@media only screen and (min-width: 1401px) {
  .desk-wide-push--bottom {
    margin-bottom: 60px !important;
  }
}

.push-half--bottom {
  margin-bottom: 30px !important;
}

@media only screen and (max-width: 480px) {
  .palm-push-half--bottom {
    margin-bottom: 30px !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .palm-wide-push-half--bottom {
    margin-bottom: 30px !important;
  }
}

@media only screen and (min-width: 768px) {
  .palm-wide-and-up-push-half--bottom {
    margin-bottom: 30px !important;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-push-half--bottom {
    margin-bottom: 30px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
  .lap-push-half--bottom {
    margin-bottom: 30px !important;
  }
}

@media only screen and (min-width: 769px) {
  .lap-and-up-push-half--bottom {
    margin-bottom: 30px !important;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .lap-wide-push-half--bottom {
    margin-bottom: 30px !important;
  }
}

@media only screen and (min-width: 961px) {
  .lap-wide-and-up-push-half--bottom {
    margin-bottom: 30px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .lap-wide-and-down-push-half--bottom {
    margin-bottom: 30px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .portable-push-half--bottom {
    margin-bottom: 30px !important;
  }
}

@media only screen and (min-width: 1025px) {
  .anchored-push-half--bottom {
    margin-bottom: 30px !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .desk-push-half--bottom {
    margin-bottom: 30px !important;
  }
}

@media only screen and (min-width: 1401px) {
  .desk-wide-push-half--bottom {
    margin-bottom: 30px !important;
  }
}

.push-quarter--bottom {
  margin-bottom: 15px !important;
}

@media only screen and (max-width: 480px) {
  .palm-push-quarter--bottom {
    margin-bottom: 15px !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .palm-wide-push-quarter--bottom {
    margin-bottom: 15px !important;
  }
}

@media only screen and (min-width: 768px) {
  .palm-wide-and-up-push-quarter--bottom {
    margin-bottom: 15px !important;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-push-quarter--bottom {
    margin-bottom: 15px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
  .lap-push-quarter--bottom {
    margin-bottom: 15px !important;
  }
}

@media only screen and (min-width: 769px) {
  .lap-and-up-push-quarter--bottom {
    margin-bottom: 15px !important;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .lap-wide-push-quarter--bottom {
    margin-bottom: 15px !important;
  }
}

@media only screen and (min-width: 961px) {
  .lap-wide-and-up-push-quarter--bottom {
    margin-bottom: 15px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .lap-wide-and-down-push-quarter--bottom {
    margin-bottom: 15px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .portable-push-quarter--bottom {
    margin-bottom: 15px !important;
  }
}

@media only screen and (min-width: 1025px) {
  .anchored-push-quarter--bottom {
    margin-bottom: 15px !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .desk-push-quarter--bottom {
    margin-bottom: 15px !important;
  }
}

@media only screen and (min-width: 1401px) {
  .desk-wide-push-quarter--bottom {
    margin-bottom: 15px !important;
  }
}

/*------------------------------------*\
 $PULL
 \*------------------------------------*/

/**
 * Pull classes, to move grid items back to the left by certain amounts.
 */

.pull-half--left {
  margin-left: -30px !important;
}

@media only screen and (max-width: 480px) {
  .palm-pull-half--left {
    margin-left: -30px !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .palm-wide-pull-half--left {
    margin-left: -30px !important;
  }
}

@media only screen and (min-width: 768px) {
  .palm-wide-and-up-pull-half--left {
    margin-left: -30px !important;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-pull-half--left {
    margin-left: -30px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
  .lap-pull-half--left {
    margin-left: -30px !important;
  }
}

@media only screen and (min-width: 769px) {
  .lap-and-up-pull-half--left {
    margin-left: -30px !important;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .lap-wide-pull-half--left {
    margin-left: -30px !important;
  }
}

@media only screen and (min-width: 961px) {
  .lap-wide-and-up-pull-half--left {
    margin-left: -30px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .lap-wide-and-down-pull-half--left {
    margin-left: -30px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .portable-pull-half--left {
    margin-left: -30px !important;
  }
}

@media only screen and (min-width: 1025px) {
  .anchored-pull-half--left {
    margin-left: -30px !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .desk-pull-half--left {
    margin-left: -30px !important;
  }
}

@media only screen and (min-width: 1401px) {
  .desk-wide-pull-half--left {
    margin-left: -30px !important;
  }
}

.pull-half--right {
  margin-right: -30px !important;
}

@media only screen and (max-width: 480px) {
  .palm-pull-half--right {
    margin-right: -30px !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .palm-wide-pull-half--right {
    margin-right: -30px !important;
  }
}

@media only screen and (min-width: 768px) {
  .palm-wide-and-up-pull-half--right {
    margin-right: -30px !important;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-pull-half--right {
    margin-right: -30px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
  .lap-pull-half--right {
    margin-right: -30px !important;
  }
}

@media only screen and (min-width: 769px) {
  .lap-and-up-pull-half--right {
    margin-right: -30px !important;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .lap-wide-pull-half--right {
    margin-right: -30px !important;
  }
}

@media only screen and (min-width: 961px) {
  .lap-wide-and-up-pull-half--right {
    margin-right: -30px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .lap-wide-and-down-pull-half--right {
    margin-right: -30px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .portable-pull-half--right {
    margin-right: -30px !important;
  }
}

@media only screen and (min-width: 1025px) {
  .anchored-pull-half--right {
    margin-right: -30px !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .desk-pull-half--right {
    margin-right: -30px !important;
  }
}

@media only screen and (min-width: 1401px) {
  .desk-wide-pull-half--right {
    margin-right: -30px !important;
  }
}

.pull--left {
  margin-left: -60px !important;
}

@media only screen and (max-width: 480px) {
  .palm-pull--left {
    margin-left: -60px !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .palm-wide-pull--left {
    margin-left: -60px !important;
  }
}

@media only screen and (min-width: 768px) {
  .palm-wide-and-up-pull--left {
    margin-left: -60px !important;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-pull--left {
    margin-left: -60px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
  .lap-pull--left {
    margin-left: -60px !important;
  }
}

@media only screen and (min-width: 769px) {
  .lap-and-up-pull--left {
    margin-left: -60px !important;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .lap-wide-pull--left {
    margin-left: -60px !important;
  }
}

@media only screen and (min-width: 961px) {
  .lap-wide-and-up-pull--left {
    margin-left: -60px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .lap-wide-and-down-pull--left {
    margin-left: -60px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .portable-pull--left {
    margin-left: -60px !important;
  }
}

@media only screen and (min-width: 1025px) {
  .anchored-pull--left {
    margin-left: -60px !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .desk-pull--left {
    margin-left: -60px !important;
  }
}

@media only screen and (min-width: 1401px) {
  .desk-wide-pull--left {
    margin-left: -60px !important;
  }
}

.pull--right {
  margin-right: -60px !important;
}

@media only screen and (max-width: 480px) {
  .palm-pull--right {
    margin-right: -60px !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .palm-wide-pull--right {
    margin-right: -60px !important;
  }
}

@media only screen and (min-width: 768px) {
  .palm-wide-and-up-pull--right {
    margin-right: -60px !important;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-pull--right {
    margin-right: -60px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
  .lap-pull--right {
    margin-right: -60px !important;
  }
}

@media only screen and (min-width: 769px) {
  .lap-and-up-pull--right {
    margin-right: -60px !important;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .lap-wide-pull--right {
    margin-right: -60px !important;
  }
}

@media only screen and (min-width: 961px) {
  .lap-wide-and-up-pull--right {
    margin-right: -60px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .lap-wide-and-down-pull--right {
    margin-right: -60px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .portable-pull--right {
    margin-right: -60px !important;
  }
}

@media only screen and (min-width: 1025px) {
  .anchored-pull--right {
    margin-right: -60px !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .desk-pull--right {
    margin-right: -60px !important;
  }
}

@media only screen and (min-width: 1401px) {
  .desk-wide-pull--right {
    margin-right: -60px !important;
  }
}

.pull-double--left {
  margin-left: -120px !important;
}

@media only screen and (max-width: 480px) {
  .palm-pull-double--left {
    margin-left: -120px !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .palm-wide-pull-double--left {
    margin-left: -120px !important;
  }
}

@media only screen and (min-width: 768px) {
  .palm-wide-and-up-pull-double--left {
    margin-left: -120px !important;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-pull-double--left {
    margin-left: -120px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
  .lap-pull-double--left {
    margin-left: -120px !important;
  }
}

@media only screen and (min-width: 769px) {
  .lap-and-up-pull-double--left {
    margin-left: -120px !important;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .lap-wide-pull-double--left {
    margin-left: -120px !important;
  }
}

@media only screen and (min-width: 961px) {
  .lap-wide-and-up-pull-double--left {
    margin-left: -120px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .lap-wide-and-down-pull-double--left {
    margin-left: -120px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .portable-pull-double--left {
    margin-left: -120px !important;
  }
}

@media only screen and (min-width: 1025px) {
  .anchored-pull-double--left {
    margin-left: -120px !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .desk-pull-double--left {
    margin-left: -120px !important;
  }
}

@media only screen and (min-width: 1401px) {
  .desk-wide-pull-double--left {
    margin-left: -120px !important;
  }
}

.pull-double--right {
  margin-right: -120px !important;
}

@media only screen and (max-width: 480px) {
  .palm-pull-double--right {
    margin-right: -120px !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .palm-wide-pull-double--right {
    margin-right: -120px !important;
  }
}

@media only screen and (min-width: 768px) {
  .palm-wide-and-up-pull-double--right {
    margin-right: -120px !important;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-pull-double--right {
    margin-right: -120px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
  .lap-pull-double--right {
    margin-right: -120px !important;
  }
}

@media only screen and (min-width: 769px) {
  .lap-and-up-pull-double--right {
    margin-right: -120px !important;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .lap-wide-pull-double--right {
    margin-right: -120px !important;
  }
}

@media only screen and (min-width: 961px) {
  .lap-wide-and-up-pull-double--right {
    margin-right: -120px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .lap-wide-and-down-pull-double--right {
    margin-right: -120px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .portable-pull-double--right {
    margin-right: -120px !important;
  }
}

@media only screen and (min-width: 1025px) {
  .anchored-pull-double--right {
    margin-right: -120px !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .desk-pull-double--right {
    margin-right: -120px !important;
  }
}

@media only screen and (min-width: 1401px) {
  .desk-wide-pull-double--right {
    margin-right: -120px !important;
  }
}

/**
 * Whole
 */

.pull--one-whole {
  right: 100%;
}

/**
 * Halves
 */

.pull--one-half,
.pull--two-quarters,
.pull--three-sixths,
.pull--four-eighths,
.pull--five-tenths,
.pull--six-twelfths {
  right: 50%;
}

/**
 * Thirds
 */

.pull--one-third,
.pull--two-sixths,
.pull--four-twelfths {
  right: 33.333%;
}

.pull--two-thirds,
.pull--four-sixths,
.pull--eight-twelfths {
  right: 66.666%;
}

/**
 * Quarters
 */

.pull--one-quarter,
.pull--two-eighths,
.pull--three-twelfths {
  right: 25%;
}

.pull--three-quarters,
.pull--six-eighths,
.pull--nine-twelfths {
  right: 75%;
}

/**
 * Fifths
 */

.pull--one-fifth,
.pull--two-tenths {
  right: 20%;
}

.pull--two-fifths,
.pull--four-tenths {
  right: 40%;
}

.pull--three-fifths,
.pull--six-tenths {
  right: 60%;
}

.pull--four-fifths,
.pull--eight-tenths {
  right: 80%;
}

/**
 * Sixths
 */

.pull--one-sixth,
.pull--two-twelfths {
  right: 16.666%;
}

.pull--five-sixths,
.pull--ten-twelfths {
  right: 83.333%;
}

/**
 * Eighths
 */

.pull--one-eighth {
  right: 12.5%;
}

.pull--three-eighths {
  right: 37.5%;
}

.pull--five-eighths {
  right: 62.5%;
}

.pull--seven-eighths {
  right: 87.5%;
}

/**
 * Tenths
 */

.pull--one-tenth {
  right: 10%;
}

.pull--three-tenths {
  right: 30%;
}

.pull--seven-tenths {
  right: 70%;
}

.pull--nine-tenths {
  right: 90%;
}

/**
 * Twelfths
 */

.pull--one-twelfth {
  right: 8.333%;
}

.pull--five-twelfths {
  right: 41.666%;
}

.pull--seven-twelfths {
  right: 58.333%;
}

.pull--eleven-twelfths {
  right: 91.666%;
}

@media only screen and (max-width: 480px) {
  .pull--palm--one-whole {
    right: 100%;
  }
  .pull--palm--one-half,
  .pull--palm--two-quarters,
  .pull--palm--three-sixths,
  .pull--palm--four-eighths,
  .pull--palm--five-tenths,
  .pull--palm--six-twelfths {
    right: 50%;
  }
  .pull--palm--one-third,
  .pull--palm--two-sixths,
  .pull--palm--four-twelfths {
    right: 33.333%;
  }
  .pull--palm--two-thirds,
  .pull--palm--four-sixths,
  .pull--palm--eight-twelfths {
    right: 66.666%;
  }
  .pull--palm--one-quarter,
  .pull--palm--two-eighths,
  .pull--palm--three-twelfths {
    right: 25%;
  }
  .pull--palm--three-quarters,
  .pull--palm--six-eighths,
  .pull--palm--nine-twelfths {
    right: 75%;
  }
  .pull--palm--one-fifth,
  .pull--palm--two-tenths {
    right: 20%;
  }
  .pull--palm--two-fifths,
  .pull--palm--four-tenths {
    right: 40%;
  }
  .pull--palm--three-fifths,
  .pull--palm--six-tenths {
    right: 60%;
  }
  .pull--palm--four-fifths,
  .pull--palm--eight-tenths {
    right: 80%;
  }
  .pull--palm--one-sixth,
  .pull--palm--two-twelfths {
    right: 16.666%;
  }
  .pull--palm--five-sixths,
  .pull--palm--ten-twelfths {
    right: 83.333%;
  }
  .pull--palm--one-eighth {
    right: 12.5%;
  }
  .pull--palm--three-eighths {
    right: 37.5%;
  }
  .pull--palm--five-eighths {
    right: 62.5%;
  }
  .pull--palm--seven-eighths {
    right: 87.5%;
  }
  .pull--palm--one-tenth {
    right: 10%;
  }
  .pull--palm--three-tenths {
    right: 30%;
  }
  .pull--palm--seven-tenths {
    right: 70%;
  }
  .pull--palm--nine-tenths {
    right: 90%;
  }
  .pull--palm--one-twelfth {
    right: 8.333%;
  }
  .pull--palm--five-twelfths {
    right: 41.666%;
  }
  .pull--palm--seven-twelfths {
    right: 58.333%;
  }
  .pull--palm--eleven-twelfths {
    right: 91.666%;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1023px) {
  .pull--lap--one-whole {
    right: 100%;
  }
  .pull--lap--one-half,
  .pull--lap--two-quarters,
  .pull--lap--three-sixths,
  .pull--lap--four-eighths,
  .pull--lap--five-tenths,
  .pull--lap--six-twelfths {
    right: 50%;
  }
  .pull--lap--one-third,
  .pull--lap--two-sixths,
  .pull--lap--four-twelfths {
    right: 33.333%;
  }
  .pull--lap--two-thirds,
  .pull--lap--four-sixths,
  .pull--lap--eight-twelfths {
    right: 66.666%;
  }
  .pull--lap--one-quarter,
  .pull--lap--two-eighths,
  .pull--lap--three-twelfths {
    right: 25%;
  }
  .pull--lap--three-quarters,
  .pull--lap--six-eighths,
  .pull--lap--nine-twelfths {
    right: 75%;
  }
  .pull--lap--one-fifth,
  .pull--lap--two-tenths {
    right: 20%;
  }
  .pull--lap--two-fifths,
  .pull--lap--four-tenths {
    right: 40%;
  }
  .pull--lap--three-fifths,
  .pull--lap--six-tenths {
    right: 60%;
  }
  .pull--lap--four-fifths,
  .pull--lap--eight-tenths {
    right: 80%;
  }
  .pull--lap--one-sixth,
  .pull--lap--two-twelfths {
    right: 16.666%;
  }
  .pull--lap--five-sixths,
  .pull--lap--ten-twelfths {
    right: 83.333%;
  }
  .pull--lap--one-eighth {
    right: 12.5%;
  }
  .pull--lap--three-eighths {
    right: 37.5%;
  }
  .pull--lap--five-eighths {
    right: 62.5%;
  }
  .pull--lap--seven-eighths {
    right: 87.5%;
  }
  .pull--lap--one-tenth {
    right: 10%;
  }
  .pull--lap--three-tenths {
    right: 30%;
  }
  .pull--lap--seven-tenths {
    right: 70%;
  }
  .pull--lap--nine-tenths {
    right: 90%;
  }
  .pull--lap--one-twelfth {
    right: 8.333%;
  }
  .pull--lap--five-twelfths {
    right: 41.666%;
  }
  .pull--lap--seven-twelfths {
    right: 58.333%;
  }
  .pull--lap--eleven-twelfths {
    right: 91.666%;
  }
}

@media only screen and (max-width: 1023px) {
  .pull--portable--one-whole {
    right: 100%;
  }
  .pull--portable--one-half,
  .pull--portable--two-quarters,
  .pull--portable--three-sixths,
  .pull--portable--four-eighths,
  .pull--portable--five-tenths,
  .pull--portable--six-twelfths {
    right: 50%;
  }
  .pull--portable--one-third,
  .pull--portable--two-sixths,
  .pull--portable--four-twelfths {
    right: 33.333%;
  }
  .pull--portable--two-thirds,
  .pull--portable--four-sixths,
  .pull--portable--eight-twelfths {
    right: 66.666%;
  }
  .pull--portable--one-quarter,
  .pull--portable--two-eighths,
  .pull--portable--three-twelfths {
    right: 25%;
  }
  .pull--portable--three-quarters,
  .pull--portable--six-eighths,
  .pull--portable--nine-twelfths {
    right: 75%;
  }
  .pull--portable--one-fifth,
  .pull--portable--two-tenths {
    right: 20%;
  }
  .pull--portable--two-fifths,
  .pull--portable--four-tenths {
    right: 40%;
  }
  .pull--portable--three-fifths,
  .pull--portable--six-tenths {
    right: 60%;
  }
  .pull--portable--four-fifths,
  .pull--portable--eight-tenths {
    right: 80%;
  }
  .pull--portable--one-sixth,
  .pull--portable--two-twelfths {
    right: 16.666%;
  }
  .pull--portable--five-sixths,
  .pull--portable--ten-twelfths {
    right: 83.333%;
  }
  .pull--portable--one-eighth {
    right: 12.5%;
  }
  .pull--portable--three-eighths {
    right: 37.5%;
  }
  .pull--portable--five-eighths {
    right: 62.5%;
  }
  .pull--portable--seven-eighths {
    right: 87.5%;
  }
  .pull--portable--one-tenth {
    right: 10%;
  }
  .pull--portable--three-tenths {
    right: 30%;
  }
  .pull--portable--seven-tenths {
    right: 70%;
  }
  .pull--portable--nine-tenths {
    right: 90%;
  }
  .pull--portable--one-twelfth {
    right: 8.333%;
  }
  .pull--portable--five-twelfths {
    right: 41.666%;
  }
  .pull--portable--seven-twelfths {
    right: 58.333%;
  }
  .pull--portable--eleven-twelfths {
    right: 91.666%;
  }
}

@media only screen and (min-width: 1024px) {
  .pull--desk--one-whole {
    right: 100%;
  }
  .pull--desk--one-half,
  .pull--desk--two-quarters,
  .pull--desk--three-sixths,
  .pull--desk--four-eighths,
  .pull--desk--five-tenths,
  .pull--desk--six-twelfths {
    right: 50%;
  }
  .pull--desk--one-third,
  .pull--desk--two-sixths,
  .pull--desk--four-twelfths {
    right: 33.333%;
  }
  .pull--desk--two-thirds,
  .pull--desk--four-sixths,
  .pull--desk--eight-twelfths {
    right: 66.666%;
  }
  .pull--desk--one-quarter,
  .pull--desk--two-eighths,
  .pull--desk--three-twelfths {
    right: 25%;
  }
  .pull--desk--three-quarters,
  .pull--desk--six-eighths,
  .pull--desk--nine-twelfths {
    right: 75%;
  }
  .pull--desk--one-fifth,
  .pull--desk--two-tenths {
    right: 20%;
  }
  .pull--desk--two-fifths,
  .pull--desk--four-tenths {
    right: 40%;
  }
  .pull--desk--three-fifths,
  .pull--desk--six-tenths {
    right: 60%;
  }
  .pull--desk--four-fifths,
  .pull--desk--eight-tenths {
    right: 80%;
  }
  .pull--desk--one-sixth,
  .pull--desk--two-twelfths {
    right: 16.666%;
  }
  .pull--desk--five-sixths,
  .pull--desk--ten-twelfths {
    right: 83.333%;
  }
  .pull--desk--one-eighth {
    right: 12.5%;
  }
  .pull--desk--three-eighths {
    right: 37.5%;
  }
  .pull--desk--five-eighths {
    right: 62.5%;
  }
  .pull--desk--seven-eighths {
    right: 87.5%;
  }
  .pull--desk--one-tenth {
    right: 10%;
  }
  .pull--desk--three-tenths {
    right: 30%;
  }
  .pull--desk--seven-tenths {
    right: 70%;
  }
  .pull--desk--nine-tenths {
    right: 90%;
  }
  .pull--desk--one-twelfth {
    right: 8.333%;
  }
  .pull--desk--five-twelfths {
    right: 41.666%;
  }
  .pull--desk--seven-twelfths {
    right: 58.333%;
  }
  .pull--desk--eleven-twelfths {
    right: 91.666%;
  }
}

.hover--dark a:hover {
  color: #1c1c1c;
}

.border--none {
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
}

.colfax {
  font-family: colfax-web, sans-serif;
}

.meta-serif {
  font-family: ff-meta-serif-web-pro, serif;
}

.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.remove-decoration {
  text-decoration: none;
}

.dark {
  color: #1c1c1c;
  border-color: #1c1c1c;
}

.dark:after,
.dark:before {
  border-color: #1c1c1c;
}

.dark span {
  color: #1c1c1c;
}

.gray,
.grey {
  color: #d2d2d2;
  border-color: #d2d2d2;
}

.brand,
.primary {
  color: #6bac43;
  border-color: #6bac43;
}

.brand:after,
.brand:before,
.primary:after,
.primary:before {
  border-color: #6bac43;
}

.brand span,
.brand span:hover,
.brand:hover,
.primary span,
.primary span:hover,
.primary:hover {
  color: #6bac43;
}

.color--primary {
  color: #6bac43 !important;
}

.color--secondary {
  color: #1c683e !important;
}

.color--tertiary {
  color: #2a4930 !important;
}

.background--primary {
  background-color: #6bac43 !important;
}

.background--secondary {
  background-color: #1c683e !important;
}

.background--tertiary {
  background-color: #2a4930 !important;
}

.background--dark {
  background-color: #1c1c1c !important;
}

.light {
  color: #fff !important;
  border-color: #fff;
}

.light:after,
.light:before {
  border-color: #fff;
}

.light.link--arrow:after,
.light.link--arrow:before {
  border-color: #fff !important;
}

.light span,
.light span:hover,
.light:hover {
  color: #fff;
}

/*------------------------------------*\
 $Space for Social colors
 \*------------------------------------*/

.color--info {
  color: #1698da;
}

.background--info {
  background-color: #1698da;
}

.text-transform--capitalize {
  text-transform: capitalize;
}

.full-width {
  width: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 480px) {
  .palm-full-width {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .palm-wide-full-width {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .palm-wide-and-up-full-width {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-full-width {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
  .lap-full-width {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 769px) {
  .lap-and-up-full-width {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .lap-wide-full-width {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 961px) {
  .lap-wide-and-up-full-width {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .lap-wide-and-down-full-width {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .portable-full-width {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1025px) {
  .anchored-full-width {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .desk-full-width {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1401px) {
  .desk-wide-full-width {
    width: 100%;
    max-width: 100%;
  }
}

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

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

h3.thin {
  font-weight: 400;
  font-size: 38.6px;
  line-height: 41.6px;
}

.shell {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding: 120px 120px 30px;
  /* box-shadow: 0 0 25px rgba(0, 0, 0, .1); */
}

.shell-tall {
  padding: 260px 120px 210px;
}

.shell .shell {
  box-shadow: none;
}

.shell.shell--enclosed {
  padding: 0 30px;
}

/* @media only screen and (max-width:1024px) and (min-width:769px) {
  .shell {
      padding: 90px 60px 0
  }
} */

@media only screen and (max-width: 768px) {
  .shell {
    padding: 100px 0 0;
  }
}

.shell.full-width {
  max-width: 100%;
}

hr {
  display: inline-block;
  background: #fff;
  border: 2px solid #ededed;
  border-left: 0;
  border-right: 0;
  padding: 0;
  width: 100%;
}

.section--dark hr {
  border-color: #292929;
}

.section--tan hr {
  border-color: rgba(0, 0, 0, 0.05);
}

hr.hidden {
  border-width: 0;
}

hr.half {
  margin: 30px 0 60px;
}

hr.half.hidden {
  border-width: 0;
}

hr.quarter {
  margin: 15px 0 30px;
}

hr.quarter.hidden {
  border-width: 0;
}

hr.skinny {
  margin: 15px 0 30px;
  width: 30%;
}

hr.hr--equal {
  margin: 75px 0 120px;
}

@media only screen and (max-width: 768px) {
  hr {
    margin: 30px 0 60px;
  }
}

.outlined--tag {
  display: inline-block;
  font-size: 15.4px !important;
  border-color: #1c1c1c;
  font-weight: 500;
  text-transform: uppercase;
  padding: 7px 15px 5px;
  border-radius: 2px;
}

.hero .outlined--tag {
  border-color: #fff;
}

.outlined--tag.light {
  border-color: #fff !important;
}

.inline,
.inline * {
  display: inline-block;
}

@media only screen and (max-width: 480px) {
  .palm-inline,
  .palm-inline * {
    display: inline-block;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .palm-wide-inline,
  .palm-wide-inline * {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) {
  .palm-wide-and-up-inline,
  .palm-wide-and-up-inline * {
    display: inline-block;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-inline,
  .handheld-inline * {
    display: inline-block;
  }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
  .lap-inline,
  .lap-inline * {
    display: inline-block;
  }
}

@media only screen and (min-width: 769px) {
  .lap-and-up-inline,
  .lap-and-up-inline * {
    display: inline-block;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .lap-wide-inline,
  .lap-wide-inline * {
    display: inline-block;
  }
}

@media only screen and (min-width: 961px) {
  .lap-wide-and-up-inline,
  .lap-wide-and-up-inline * {
    display: inline-block;
  }
}

@media only screen and (max-width: 1024px) {
  .lap-wide-and-down-inline,
  .lap-wide-and-down-inline * {
    display: inline-block;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .portable-inline,
  .portable-inline * {
    display: inline-block;
  }
}

@media only screen and (min-width: 1025px) {
  .anchored-inline,
  .anchored-inline * {
    display: inline-block;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .desk-inline,
  .desk-inline * {
    display: inline-block;
  }
}

@media only screen and (min-width: 1401px) {
  .desk-wide-inline,
  .desk-wide-inline * {
    display: inline-block;
  }
}

.block,
.block * {
  display: block;
}

@media only screen and (max-width: 480px) {
  .palm-block,
  .palm-block * {
    display: block;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .palm-wide-block,
  .palm-wide-block * {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .palm-wide-and-up-block,
  .palm-wide-and-up-block * {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-block,
  .handheld-block * {
    display: block;
  }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
  .lap-block,
  .lap-block * {
    display: block;
  }
}

@media only screen and (min-width: 769px) {
  .lap-and-up-block,
  .lap-and-up-block * {
    display: block;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .lap-wide-block,
  .lap-wide-block * {
    display: block;
  }
}

@media only screen and (min-width: 961px) {
  .lap-wide-and-up-block,
  .lap-wide-and-up-block * {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .lap-wide-and-down-block,
  .lap-wide-and-down-block * {
    display: block;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .portable-block,
  .portable-block * {
    display: block;
  }
}

@media only screen and (min-width: 1025px) {
  .anchored-block,
  .anchored-block * {
    display: block;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .desk-block,
  .desk-block * {
    display: block;
  }
}

@media only screen and (min-width: 1401px) {
  .desk-wide-block,
  .desk-wide-block * {
    display: block;
  }
}

.float--left {
  float: left !important;
}

@media only screen and (max-width: 480px) {
  .palm-float--left {
    float: left !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .palm-wide-float--left {
    float: left !important;
  }
}

@media only screen and (min-width: 768px) {
  .palm-wide-and-up-float--left {
    float: left !important;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-float--left {
    float: left !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
  .lap-float--left {
    float: left !important;
  }
}

@media only screen and (min-width: 769px) {
  .lap-and-up-float--left {
    float: left !important;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .lap-wide-float--left {
    float: left !important;
  }
}

@media only screen and (min-width: 961px) {
  .lap-wide-and-up-float--left {
    float: left !important;
  }
}

@media only screen and (max-width: 1024px) {
  .lap-wide-and-down-float--left {
    float: left !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .portable-float--left {
    float: left !important;
  }
}

@media only screen and (min-width: 1025px) {
  .anchored-float--left {
    float: left !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .desk-float--left {
    float: left !important;
  }
}

@media only screen and (min-width: 1401px) {
  .desk-wide-float--left {
    float: left !important;
  }
}

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

@media only screen and (max-width: 480px) {
  .palm-float--right {
    float: right !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .palm-wide-float--right {
    float: right !important;
  }
}

@media only screen and (min-width: 768px) {
  .palm-wide-and-up-float--right {
    float: right !important;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-float--right {
    float: right !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
  .lap-float--right {
    float: right !important;
  }
}

@media only screen and (min-width: 769px) {
  .lap-and-up-float--right {
    float: right !important;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .lap-wide-float--right {
    float: right !important;
  }
}

@media only screen and (min-width: 961px) {
  .lap-wide-and-up-float--right {
    float: right !important;
  }
}

@media only screen and (max-width: 1024px) {
  .lap-wide-and-down-float--right {
    float: right !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .portable-float--right {
    float: right !important;
  }
}

@media only screen and (min-width: 1025px) {
  .anchored-float--right {
    float: right !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .desk-float--right {
    float: right !important;
  }
}

@media only screen and (min-width: 1401px) {
  .desk-wide-float--right {
    float: right !important;
  }
}

.float--none {
  float: none !important;
}

@media only screen and (max-width: 480px) {
  .palm-float--none {
    float: none !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .palm-wide-float--none {
    float: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .palm-wide-and-up-float--none {
    float: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-float--none {
    float: none !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
  .lap-float--none {
    float: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .lap-and-up-float--none {
    float: none !important;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .lap-wide-float--none {
    float: none !important;
  }
}

@media only screen and (min-width: 961px) {
  .lap-wide-and-up-float--none {
    float: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .lap-wide-and-down-float--none {
    float: none !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .portable-float--none {
    float: none !important;
  }
}

@media only screen and (min-width: 1025px) {
  .anchored-float--none {
    float: none !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .desk-float--none {
    float: none !important;
  }
}

@media only screen and (min-width: 1401px) {
  .desk-wide-float--none {
    float: none !important;
  }
}

.grayscale,
.greyscale {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.border--inset {
  box-sizing: border-box;
  border: 10px solid #fff;
}

@media only screen and (max-width: 768px) {
  .border--inset {
    border-width: 5px;
  }
}

.section--gray .border--inset,
.section--grey .border--inset {
  border-color: #f3f3f3;
}

.section--dark .border--inset {
  border-color: #1c1c1c;
}

.section--black .border--inset {
  border-color: #000;
}

.section--texture .border--inset {
  border-color: #bd9b68;
}

.section--primary .border--inset {
  border-color: #6bac43;
}

.overflow--visible {
  overflow: visible;
}

table {
  width: 100% !important;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #cfcfcf;
}

td,
th {
  padding: 15px;
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}

td:last-child,
th:last-child {
  border-right: 0;
}

tbody tr:last-child td {
  border-bottom: 0;
}

@media only screen and (max-width: 768px) {
  table {
    overflow-x: auto;
    display: block;
    -webkit-overflow-scrolling: touch;
  }
}

.container > footer .list--title,
.container > footer h1,
.container > footer h2,
.container > footer h3,
.container > footer h4,
.container > footer h5,
.container > footer h6,
.list--title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  /* letter-spacing: -.5px; */
  color: #1c1c1c;
}

.container > footer .list--title a,
.container > footer h1 a,
.container > footer h2 a,
.container > footer h3 a,
.container > footer h4 a,
.container > footer h5 a,
.container > footer h6 a,
.list--title a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #1c1c1c;
}

.list--title a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #363636;
}

.overlay--light .list--title:hover a,
.overlay--light h1:hover a,
.overlay--light h2:hover a,
.overlay--light h3:hover a,
.overlay--light h4:hover a,
.overlay--light h5:hover a,
.overlay--light h6:hover a,
.section--black .list--title:hover a,
.section--black h1:hover a,
.section--black h2:hover a,
.section--black h3:hover a,
.section--black h4:hover a,
.section--black h5:hover a,
.section--black h6:hover a,
.section--dark .list--title:hover a,
.section--dark h1:hover a,
.section--dark h2:hover a,
.section--dark h3:hover a,
.section--dark h4:hover a,
.section--dark h5:hover a,
.section--dark h6:hover a {
  color: #fff;
}

h1 {
  font-size: 71.6px;
  line-height: 74.68px;
  position: relative;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 44px;
    line-height: 44px;
  }
}

h1.editorial_title {
  font-size: 75px;
  line-height: 73.5px;
  font-weight: 900;
  letter-spacing: 3px;
  text-align: center;
  margin: 100px auto 10px;
}

@media only screen and (max-width: 768px) {
  h1.editorial_title {
    font-size: 34px;
    margin-top: 0;
    line-height: 44px;
  }
}

h2 {
  font-size: 42.8px;
  line-height: 48.08px;
  margin-bottom: 30px;
}

h2.no_hero {
  font-size: 43.36px;
  line-height: 43.92px;
  font-weight: 600;
  margin: 75px auto 0;
  text-align: center;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  h2.no_hero {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  h2.no_hero {
    margin: 0 auto;
    font-size: 35.2px;
    line-height: 38.72px;
  }
}

h2.editorial_title {
  font-size: 50.16px;
  line-height: 52.8px;
  font-weight: 100;
  letter-spacing: -1px;
  margin: 100px auto 10px;
  text-align: center;
  text-transform: none;
}

#FAQ:before {
  display: block;
  content: ' ';
  margin-top: -285px;
  height: 285px;
  visibility: hidden;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  h2.editorial_title {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 25.2px;
    line-height: 28.72px;
  }
}

h3 {
  font-size: 33px;
  line-height: 36.3px;
  margin: 0 0 30px;
  color: #1c1c1c;
}

.modal-title {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

.card h3 {
  font-size: 28.05px;
  line-height: 31.35px;
}

@media only screen and (max-width: 768px) {
  h3 {
    font-size: 20.8px;
    line-height: 23.88px;
  }
}

h4 {
  font-size: 28.6px;
  line-height: 37.18px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  h4 {
    font-size: 16px;
    line-height: 31.46px;
  }
}

.list--title,
h5 {
  font-size: 26.4px;
  line-height: 29.04px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .list--title,
  h5 {
    font-size: 26.4px;
    line-height: 29.04px;
  }
}

.editorial_subtitle.list--title,
h5.editorial_subtitle {
  font-size: 17.6px;
  line-height: 29.04px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .editorial_subtitle.list--title,
  h5.editorial_subtitle {
    margin-bottom: 0;
    padding-bottom: 65px;
  }
}

h6 {
  font-size: 19.8px;
  line-height: 24.75px;
  margin-bottom: 30px;
  text-transform: none;
}

@media only screen and (max-width: 768px) {
  h6 {
    font-size: 24.2px;
    line-height: 30.25px;
  }
}

h6.hero_tag {
  background-color: rgba(0, 0, 0, 0.5);
  color: #6bac43;
  display: inline-block;
  font-size: 15.84px;
  font-weight: 700;
  letter-spacing: 4px;
  padding: 15px 11px 12px 15px;
  text-align: center;
  text-transform: uppercase;
}

p {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 30px !important;
}

@media only screen and (max-width: 1200px) {
  p {
    font-size: 16px;
    line-height: 20px;
  }
}

b,
strong {
  font-weight: 600;
}

.text--larger,
.text--larger a,
.text--larger li,
.text--larger p {
  font-size: 26.4px;
  line-height: 36px;
}

@media only screen and (max-width: 768px) {
  .text--larger,
  .text--larger a,
  .text--larger li,
  .text--larger p {
    font-size: 20px;
    line-height: 26px;
  }
}

.text--constrained {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
}

.text--choked {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}

.text--padded {
  padding: 30px 30px 0;
}

.text--padded-large {
  padding: 60px 60px 0;
}

.text--padded-ends {
  padding-top: 30px;
  padding-bottom: 0;
}

.text--padded-sides {
  padding-left: 30px;
  padding-right: 30px;
}

.source {
  display: inline-block;
  width: 100%;
  text-align: right;
  margin-top: 15px;
}

/* This is for  */
small,
small :not(alert) > alert-info > help-message {
  font-size: 19.14px;
  line-height: 26.1px;
  display: inline-block;
}

small a {
  font-size: 19.14px;
  line-height: 26.1px;
}

@media only screen and (max-width: 768px) {
  small,
  small a {
    font-size: 17.6px;
    line-height: 24px;
  }
}

aside {
  font-family: colfax-web, sans-serif;
  font-weight: 400;
  font-size: 22px;
  font-style: italic;
  line-height: 30px;
  display: inline-block;
  width: 80%;
  margin: -2px 0 32px;
  text-indent: 0;
  color: #adadad;
}

.editorial-wrapper ul {
  /* list-style: outside; */
  margin-left: 20px;
  font-size: 22px;
}

.editorial-wrapper ul li {
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .editorial-wrapper img {
    width: 100% !important;
    margin: 0 0 30px !important;
  }
  .editorial-wrapper ul {
    font-size: 16px;
  }
}

a {
  /* position: relative; */
  color: #98cefd;
  transition: all 0.1s ease-in-out;
  word-wrap: break-word;
}

a:hover {
  color: #4d7eac;
}

a:hover:after {
  border-color: #49752e;
}

a.dark {
  color: #4d7eac;
}

a.dark:hover {
  color: #4f4f4f;
}

a.light {
  color: #fff;
}

a.light:after {
  border-color: #fff;
}

a.light:hover {
  color: #fff;
}

a.light:hover:after {
  border-color: #fff;
}

a.link--block {
  display: table;
}

a.link--invisible {
  color: inherit;
  text-decoration: none;
  margin-bottom: 30px;
}

a.link--invisible:after {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: auto;
  right: 0;
}

a.link--invisible * {
  transition: all 0.1s ease-in-out;
}

a.link--invisible:hover * {
  color: inherit;
}

a.link--invisible .overlay.overlay--light .overlay__item {
  color: #fff;
}

.container > footer .list--title a,
.container > footer h1 a,
.container > footer h2 a,
.container > footer h3 a,
.container > footer h4 a,
.container > footer h5 a,
.container > footer h6 a,
.list--title a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

/**
 * ol and ul styling space....
 */
ol,
ul {
  padding: 0;
  margin: 0 0 30px;
  /* font-size: 22px;
  font-family: ff-meta-serif-web-pro, serif */
}

/* ol li, ul li {
  margin-bottom: 20px
} */

ol li.tag,
ul li.tag {
  margin-bottom: 0;
  font-size: 19.8px;
  line-height: 19.8px;
}

/* ol li a, ol li:last-child, ul li a, ul li:last-child {
  margin-bottom: 0
} */

@media only screen and (max-width: 768px) {
  ol,
  ul {
    font-size: 16px;
    line-height: 26px;
  }
}

/* ul {
  list-style: none
} */

ul.list--bulleted {
  list-style: outside;
  margin-left: 24px;
}

ol {
  margin-left: 42px;
}

ol li {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
}

.list--inline {
  padding-left: 15px;
}

.list--inline li {
  display: inline;
  /* margin-bottom: 0 */
}

.list--ruled li {
  position: relative;
  padding: 17px 0 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}

.list--ruled li:last-child {
  border-bottom: none;
}

.list--ruled li:last-child:after {
  display: none;
}

ol.list--ruled li:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -42px;
  width: 42px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.list--tweets li {
  background-color: #fafafa;
  font-family: colfax-web, sans-serif;
  position: relative;
  padding: 12px;
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 80%;
}

.list--tweets li:after {
  background: #55acee;
  color: #fff;
  content: 'tweet';
  height: 100%;
  margin: 0 0 0 30px;
  right: 0;
  position: absolute;
  width: 20%;
}

.list--tweets li a {
  font-family: colfax-web, sans-serif;
}

.list--title {
  display: inline-block;
  list-style: none;
}

blockquote {
  display: block;
  margin: 0 auto 60px;
  padding: 30px 0 0;
  border-top: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  overflow: hidden;
}

blockquote footer,
blockquote footer a {
  color: #6bac43;
  font-family: colfax-web, sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin: 15px auto 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

blockquote footer {
  margin-top: 0;
  margin-bottom: 30px;
}

blockquote p {
  color: #1c1c1c;
  font-family: colfax-web, sans-serif;
  font-weight: 300;
  font-size: 38.5px;
  letter-spacing: -1px;
  line-height: 52.5px;
  text-align: center;
  text-indent: 0;
}

@media only screen and (max-width: 768px) {
  blockquote p {
    font-size: 27.5px;
    line-height: 37.5px;
  }
}

blockquote p:after,
blockquote p:before {
  font-weight: 700;
  font-size: 78px;
  line-height: 0;
  margin: 45px auto 0;
  padding: 0;
  text-align: center;
  color: #5789b5;
  vertical-align: middle;
}

blockquote p:before {
  content: '\201C' !important;
}

blockquote p:after {
  margin-top: 55px;
  content: '\201D' !important;
}

blockquote p:last-of-type {
  margin-bottom: 30px;
}

blockquote p + footer {
  margin-top: -10px;
}

blockquote p:after,
blockquote p:before {
  font-family: ff-meta-serif-web-pro, serif;
}

.blockquote--vision {
  border: none;
}

.blockquote--vision p:after,
.blockquote--vision p:before {
  visibility: hidden;
}

.blockquote--story footer,
.blockquote--story footer a {
  margin-left: 4px;
  text-align: left;
}

.blockquote--story p {
  font-size: 33px;
  line-height: 45px;
  text-align: left;
}

.blockquote--story p:after,
.blockquote--story p:before {
  display: inline-block;
  margin: 0;
}

.blockquote--story p:before {
  float: left;
  margin: 45px 10px 0 0;
  text-align: left;
}

.blockquote--story p:after {
  font-size: 45px;
  color: #bfbfbf;
  vertical-align: 7px;
}

.blockquote--story p:after,
.blockquote--story p:before {
  font-family: ff-meta-serif-web-pro, serif;
}

.blockquote--whitequote {
  border: 0;
  margin: 0 auto 60px;
  padding: 0;
}

.blockquote--whitequote p {
  color: #fff;
  font-size: 33px;
  font-weight: 500;
  line-height: 45px;
  text-align: center;
}

.blockquote--whitequote p:after,
.blockquote--whitequote p:before {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .blockquote--whitequote {
    margin-bottom: 0;
    padding-bottom: 60px;
  }
}

.blockquote--right {
  float: right;
  margin: 6px -35px 50px 30px;
  padding: 19px 36px 16px 41px;
}

input {
  padding: 5px 15px;
  outline: 0;
  border: 3px solid transparent;
  cursor: text;
  border-radius: 1000px;
}

input.btn,
input.slider__nav--title {
  /* border: 3px solid transparent; */
  color: #1c1c1c;
  text-transform: none;
  letter-spacing: 0;
  padding-left: 20px;
  padding-right: 20px;
}

/* input.btn:hover, input.slider__nav--title:hover {
  background-color: #6bac43;
  border-color: #6bac43;
  color: #fff
} */

::-webkit-input-placeholder {
  color: #ccc;
}

:-moz-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

.input--icon {
  position: relative;
  width: 100%;
}

.input--icon input {
  width: 50%;
  border: 4px solid #eee;
  padding: 22.5px;
  outline: 0;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  font-size: 26.4px;
  transition: all 0.1s ease-in-out;
}

.input--icon input:focus {
  outline: 0;
}

.input--icon input:hover {
  border-color: #e6e6e6;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .input--icon input {
    width: 90%;
    padding: 15px;
    font-size: 17.6px;
  }
}

.input--icon .icon {
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  height: auto;
}

img {
  margin: 0 0 30px;
  padding: 0;
}

img.flush {
  display: block;
}

.image {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.image--round {
  border-radius: 50%;
}

.small--round {
  border: 7px solid #fff;
  display: inline-block;
  margin: 0 auto;
  width: 35%;
}

.background--fill {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.background--align-left,
.background--align-right {
  background-position: center right;
}

.background--scale {
  position: fixed;
  width: 100%;
  height: 100%;
  transform: scale(1.25, 1.25);
  -webkit-transform: scale(1.25, 1.25);
  -ms-transform: scale(1.25, 1.25);
}

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

.image--fixed {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
}

@media only screen and (min-width: 1025px) {
  .lazy--pre {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
  .lazy--post {
    transition: opacity 0.2s ease-in-out;
    opacity: 1;
  }
}

.round {
  border-radius: 50%;
}

.form--page fieldset {
  margin-top: 0;
  margin-bottom: 60px;
  background: 0 0;
}

.form--page fieldset div,
.form--page fieldset input,
.form--page fieldset label,
.form--page fieldset p,
.form--page fieldset select,
.form--page fieldset textarea {
  background-color: transparent;
}

.form--page form {
  background: 0 0;
  padding: 0;
}

.form--page form > div {
  border-bottom: none;
  background: 0 0;
}

.form--page form .anchored-grid--rev,
.form--page form .desk-grid--rev,
.form--page form .desk-wide-grid--rev,
.form--page form .grid,
.form--page form .grid--rev,
.form--page form .handheld-grid--rev,
.form--page form .lap-and-up-grid--rev,
.form--page form .lap-grid--rev,
.form--page form .lap-wide-and-down-grid--rev,
.form--page form .lap-wide-and-up-grid--rev,
.form--page form .lap-wide-grid--rev,
.form--page form .palm-grid--rev,
.form--page form .palm-wide-and-up-grid--rev,
.form--page form .palm-wide-grid--rev,
.form--page form .portable-grid--rev,
.form--page form > div.anchored-grid--rev,
.form--page form > div.desk-grid--rev,
.form--page form > div.desk-wide-grid--rev,
.form--page form > div.grid,
.form--page form > div.grid--rev,
.form--page form > div.handheld-grid--rev,
.form--page form > div.lap-and-up-grid--rev,
.form--page form > div.lap-grid--rev,
.form--page form > div.lap-wide-and-down-grid--rev,
.form--page form > div.lap-wide-and-up-grid--rev,
.form--page form > div.lap-wide-grid--rev,
.form--page form > div.palm-grid--rev,
.form--page form > div.palm-wide-and-up-grid--rev,
.form--page form > div.palm-wide-grid--rev,
.form--page form > div.portable-grid--rev {
  border-bottom: none;
}

.form--page form div {
  border-bottom: none;
  background: 0 0;
}

.form--page form .avatar {
  width: 50%;
  margin: 0 auto;
}

.form--page form .btn--fileUpload {
  margin: 0 auto;
  display: block;
  width: 65%;
}

.form--page form .btn--fileUpload input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.form--page form a.font--input {
  color: #303030;
  display: block;
  padding: 5px 0 0;
  width: 100%;
  border: none;
  font-family: colfax-web, sans-serif;
  font-weight: 400;
  font-size: 28px;
}

.form--page form p {
  padding-left: 0;
  padding-right: 0;
  min-height: 115px;
  border-bottom: 2px solid #ddd;
}

.form--page form p input,
.form--page form p label,
.form--page form p select,
.form--page form p textarea {
  padding-left: 0;
  padding-right: 0;
}

.form--page form p:last-child,
.form--page form p:nth-last-child(2) {
  border-bottom: 2px solid #ddd;
}

.parsley-custom-error-message {
  color: #fff !important;
}

.field-instructions {
  font-family: colfax-web;
  padding: 7.5px 7.5px 0;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
}

select:focus {
  outline: 0;
}

/* label, label :not(#ctl00_main_ctl12_ctl01_ctl08_mdEdit_contentPanel) > alert > alert-info > help-message {
  font-family: colfax-web, sans-serif;
  font-weight: 700;
  background: #fff;
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  padding: 7.5px 7.5px 7.5px 27px!important;
  color: #1c1c1c
} */

label.active {
  color: #6bac43;
}

input {
  position: relative;
  color: #303030;
  display: block;
}

input:focus {
  color: #1c1c1c;
}

input[type='checkbox'],
input[type='checkbox']:not(input) > #ctl00_main_ctl12_ctl01_ctl08_mdEdit_cbSetPageTitle {
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #ddd;
  margin: 0 20px 10px 0;
  padding: 9px;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
}

input[type='checkbox']:hover {
  cursor: pointer;
}

input[type='checkbox']:checked {
  border-color: #eea236;
  background-color: #f0ad4e;
}

input[type='checkbox'].padding--input {
  margin: 5px 7.5px 0;
}

input[type='radio'] {
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #ddd;
  border-radius: 50%;
  /* margin: 0 10px 0 25px;
  padding: 9px; */
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  /* top: 3px */
}

input[type='radio']:hover {
  cursor: pointer;
}

input[type='radio']:checked {
  border-color: #6bac43;
  background-color: #6bac43;
}

input input[type='checkbox'] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -9999px;
}

input .checkbox {
  position: relative;
  width: auto;
}

input .checkbox:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 6px;
  top: 6px;
  left: 5px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}

input .checkbox:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: #77ba4e;
  border-radius: 50%;
  border: 1px solid #609a3c;
}

input input[type='checkbox']:checked + .checkbox:after {
  background: #6bac43;
  border-color: #85c161;
}

input input[type='checkbox']:checked + .checkbox:before {
  opacity: 1;
}

input input[type='checkbox']:focus + .checkbox:after {
  border: 1px solid #6bac43;
}

input input[type='checkbox']:active + .checkbox:after {
  background: #6bac43;
}

textarea {
  -webkit-appearance: none;
  width: 100%;
  display: inline-block;
  position: relative;
  background: #fff;
  border-radius: 0;
  padding: 5px 7.5px 0;
  border: none;
  font-family: colfax-web, sans-serif;
  font-size: 28px;
  color: #ddd;
}

textarea:focus {
  color: #1c1c1c;
}

select {
  padding-bottom: 5px;
}

fieldset {
  background: #fff;
  border: none;
  text-align: left;
  padding: 0;
  font-family: colfax-web, sans-serif;
  font-size: 28px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

fieldset:last-of-type {
  margin-bottom: 0 !important;
}

fieldset ul {
  list-style: none;
  font-family: colfax-web, sans-serif;
  font-size: 28px;
  padding: 0;
  margin: 0;
}

fieldset ul li {
  padding: 7.5px 15px;
}

fieldset ul li label {
  padding: 7.5px 0 0;
  font-family: colfax-web, sans-serif;
  display: inline-block;
  text-transform: capitalize;
  font-size: 28px;
}

fieldset ul li label ~ input:focus {
  color: #6bac43;
}

fieldset legend,
fieldset legend :not(#ctl00_main_ctl12_ctl01_ctl08_mdEdit_contentPanel) > legend {
  font-family: colfax-web, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  position: absolute;
  top: -30px;
  left: 0;
}

fieldset legend.legend--inset {
  font-family: colfax-web, sans-serif;
  font-weight: 700;
  background: #fff;
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px 15px 0;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  fieldset legend {
    font-size: 16px;
  }
}

a.btn--form {
  display: block;
  border: none;
  text-decoration: none;
  padding: 15px 20px;
  z-index: 2;
}

a.btn--form.submit {
  font-family: colfax-web, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  text-align: left;
  background: #858585;
  color: #1c1c1c;
  position: relative;
  border-radius: 0;
}

a.btn--form.submit.ready {
  background-color: #6bac43;
  color: #fff;
}

a.btn--form.submit.ready:focus {
  outline: 0;
}

a.btn--form.submit.ready:after {
  border-color: #fff;
}

a.btn--form.submit.ready:hover {
  background-color: #548735;
  transition: all, 0.25s, ease;
}

a.btn--form.submit:after {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: auto;
  right: 30px;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: solid #1c1c1c;
  border-width: 3px 0 0 3px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-left: -5px;
}

.grid--form {
  background-color: #ddd;
  padding: 30px 30px 0;
}

@media only screen and (max-width: 768px) {
  .grid--form {
    padding: 15px 15px 0;
  }
}

/**
 * Space for Form styling. Not here because entire site is wrapped in a form element.
 */

/* .infusion-option {
  display: block;
  margin: 15px 0
}

.infusion-option:first {
  margin-top: 0
} */

.tag {
  text-transform: lowercase;
  color: gray;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}

.tag:before {
  content: '\23';
}

.tag:hover {
  color: #4d4d4d;
}

.hero .tag {
  color: #fff;
  font-weight: 500;
}

ul .tag {
  margin-right: 5px;
}

.section--search .tag {
  font-weight: 600;
  color: #6bac43;
  text-decoration: none;
}

.section--search .tag:hover {
  color: #2a4930;
}

.arrow--up {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  border: solid #6bac43;
  border-width: 3px 0 0 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 24px;
}

.arrow--down {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  border: solid #6bac43;
  border-width: 3px 0 0 3px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  margin-top: -24px;
}

.arrow--left {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  border: solid #6bac43;
  border-width: 3px 0 0 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 24px;
}

.arrow--right {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  border: solid #6bac43;
  border-width: 3px 0 0 3px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-left: -24px;
}

.icon {
  position: relative;
  width: 54px;
  height: 54px;
}

.icon:not([class*='fa-']) {
  font-size: 0;
}

.icon[class*='fa-'] {
  text-align: center;
  margin-bottom: 0;
  /* line-height: 54px */
}

.icon.icon--small {
  width: 29.7px;
  height: 29.7px;
}

.icon.icon--small[class*='fa-'] {
  line-height: 29.7px;
}

.icon.icon--small.outlined {
  border-width: 2.25px;
}

.icon.icon--large {
  width: 108px;
  height: 108px;
}

.icon.icon--large.outlined {
  border-width: 6px;
}

[class*='icon--arrow-']:before {
  top: 50%;
  left: 50%;
  position: absolute;
}

[class*='icon--arrow-'].icon--small:before {
  width: 14.4px;
  height: 14.4px;
  border-top-width: 2.25px;
  border-left-width: 2.25px;
}

[class*='icon--arrow-'].icon--large:before {
  width: 38.4px;
  height: 38.4px;
  border-top-width: 6px;
  border-left-width: 6px;
}

.icon--arrow-right:before {
  content: '';
  display: block;
  width: 19.2px;
  height: 19.2px;
  border: solid #6bac43;
  border-width: 3px 0 0 3px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -9.6px;
  margin-left: -13.2px;
}

.icon--arrow-right.icon--small:before {
  margin-top: -7.2px;
  margin-left: -9.9px;
}

.icon--arrow-right.icon--large:before {
  margin-top: -19.2px;
  margin-left: -26.4px;
}

.icon--arrow-left:before {
  content: '';
  display: block;
  width: 19.2px;
  height: 19.2px;
  border: solid #6bac43;
  border-width: 3px 0 0 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -9.6px;
  margin-left: -6px;
}

.icon--arrow-left.icon--small:before {
  margin-top: -7.2px;
  margin-left: -4.5px;
}

.icon--arrow-left.icon--large:before {
  margin-top: -19.2px;
  margin-left: -12px;
}

.icon--arrow-down:before {
  content: '';
  display: block;
  width: 19.2px;
  height: 19.2px;
  border: solid #6bac43;
  border-width: 3px 0 0 3px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 50%;
  left: 50%;
  position: absolute;
  margin-top: -15.6px;
  margin-left: -9.6px;
}

.icon--arrow-down.icon--small:before {
  margin-top: -11.7px;
  margin-left: -7.2px;
}

.icon--arrow-down.icon--large:before {
  margin-top: -31.2px;
  margin-left: -19.2px;
}

.icon--arrow-up:before {
  content: '';
  display: block;
  width: 19.2px;
  height: 19.2px;
  border: solid #4d7eac;
  border-width: 3px 0 0 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 50%;
  position: absolute;
  margin-top: -6px;
  margin-left: -9.6px;
}

.icon--arrow-up.icon--small:before {
  margin-top: -4.5px;
  margin-left: -7.2px;
}

.icon--arrow-up.icon--large:before {
  margin-top: -12px;
  margin-left: -19.2px;
}

.icon--mobile-nav:after,
.icon--mobile-nav:before {
  content: '';
  top: 50%;
  left: 50%;
  position: absolute;
  width: 24px;
  margin-left: -12px;
}

.icon--mobile-nav:before {
  height: 22.5px;
  margin-top: -11.1px;
  border-top: 3px solid #6bac43;
  border-bottom: 3px solid #6bac43;
}

.icon--mobile-nav:after {
  border-top: 3px solid #6bac43;
  margin-top: -1.5px;
}

.icon--mobile-nav.icon--small:after,
.icon--mobile-nav.icon--small:before {
  width: 18px;
  margin-left: -9px;
}

.icon--mobile-nav.icon--small:before {
  height: 17.25px;
  margin-top: -8.55px;
  border-top-width: 2.25px;
  border-bottom-width: 2.25px;
}

.icon--mobile-nav.icon--small:after {
  border-top-width: 2.25px;
  margin-top: -1.13px;
}

.icon--mobile-nav.icon--large:after,
.icon--mobile-nav.icon--large:before {
  width: 48px;
  margin-left: -24px;
}

.icon--mobile-nav.icon--large:before {
  height: 45px;
  margin-top: -22.2px;
  border-top-width: 6px;
  border-bottom-width: 6px;
}

.icon--mobile-nav.icon--large:after {
  border-top-width: 6px;
  margin-top: -3px;
}

.icon--close:after,
.icon--close:before {
  content: '';
  top: 50%;
  left: 50%;
  position: absolute;
  width: 0;
  border-right: 3px solid #6bac43;
  background-color: #6bac43;
  height: 24px;
  margin-top: -12px;
  margin-left: -1.5px;
}

.icon--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.icon--close.icon--small:after,
.icon--close.icon--small:before {
  border-right-width: 2.25px;
  height: 18px;
  margin-top: -9px;
  margin-left: -1.13px;
}

.icon--close.icon--large:after,
.icon--close.icon--large:before {
  border-right-width: 6px;
  height: 48px;
  margin-top: -24px;
  margin-left: -3px;
}

.icon--close-modal {
  display: none !important;
}

.modal .icon--close-modal {
  display: block !important;
  background-color: #c64f55;
  color: #fff;
  top: 0;
  right: 0;
  position: fixed;
  z-index: 10001;
}

.icon--search:before {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #6bac43;
  margin-top: -12px;
  margin-left: -12px;
}

.icon--search:after {
  height: 12px;
  border-right: 3px solid #6bac43;
  margin-left: 4.8px;
  margin-top: -0.48px;
  border-radius: 0 0 6px 6px;
}

.icon--search:after,
.icon--search:before {
  content: '';
  top: 50%;
  left: 50%;
  position: absolute;
}

.icon--search:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 0;
}

.icon--search.icon--large:before {
  content: '';
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border-width: 6px;
  margin-top: -28.8px;
  margin-left: -28.8px;
}

.icon--search.icon--large:after {
  height: 36px;
  border-right-width: 6px;
  margin-left: 9px;
  margin-top: -6.75px;
  border-radius: 0 0 12px 12px;
}

.icon--search.icon--small:before {
  content: '';
  width: 13.5px;
  height: 13.5px;
  border-radius: 50%;
  border-width: 2.25px;
  margin-top: -10.8px;
  margin-left: -10.8px;
}

.icon--search.icon--small:after {
  height: 13.5px;
  border-right-width: 2.25px;
  margin-left: 3.38px;
  margin-top: -2.53px;
  border-radius: 0 0 4.5px 4.5px;
}

.icon--loading:before {
  content: '';
  width: 24px;
  height: 24px;
  margin-left: -12px;
  margin-top: -12px;
  top: 50%;
  left: 50%;
  position: absolute;
  border: 3px solid;
  border-radius: 50%;
  border-color: #6bac43 #1c683e #6bac43 #6bac43;
}

.btn--icon.btn--filled .icon--loading:before,
.btn--icon.btn--filled .icon.icon--loading:before,
.btn--icon.btn--light .icon--loading:before,
.btn--icon.btn--light .icon.icon--loading:before {
  border-color: #1c683e #fff #1c683e #1c683e;
}

.btn--icon.btn--icon:hover .icon--loading:before {
  border-color: #6bac43 #fff #6bac43 #6bac43;
}

.icon--filled,
.icon--filled:after,
.icon--filled:before,
.icon--light,
.icon--light:after,
.icon--light:before {
  border-color: #fff;
}

.icon--filled {
  background-color: #6bac43;
}

.fa-icon--primary.fa-icon--filled:before {
  color: #fff;
}

.fa-icon--primary.fa-icon--filled:hover {
  background-color: #548735;
  border-color: #548735;
}

.fa-icon--primary.fa-icon--filled:hover:before {
  color: #fff;
}

.fa-icon {
  position: relative;
  display: inline-block;
  font-size: 35.2px;
  line-height: 35.2px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 2px;
}

.fa-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
}

@media only screen and (max-width: 480px) {
  .fa-icon {
    width: 48px;
    height: 48px;
    font-size: 26.4px;
    line-height: 26.4px;
  }
}

.fa-icon--filled {
  background: #6bac43;
}

.fa-icon--close:before {
  margin-top: -17px;
  margin-left: -14px;
}

@media only screen and (max-width: 480px) {
  .fa-icon--close:before {
    margin-top: -13px;
    margin-left: -10px;
  }
}

.modal--active .fa-icon--close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 10001;
  color: #fff;
}

.fa-icon--play {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  text-decoration: none;
  cursor: pointer;
  border: 4px solid #6bac43;
  margin-bottom: 20px;
  border-radius: 1000px;
  transition: all 0.1s ease-in-out 0s;
}

.fa-icon--play:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -7px;
  content: '\f0da';
  font-family: FontAwesome;
  color: #6bac43;
  font-size: 60px;
  line-height: 24px;
  transition: all 0.1s ease-in-out 0s;
}

.fa-icon--play:hover {
  border-color: #6bac43;
}

.fa-icon--play:hover:before {
  color: #6bac43;
}

.ratio--landscape .fa-icon--play,
.ratio--portrait .fa-icon--play,
.ratio--square .fa-icon--play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  border-color: #fff;
}

.ratio--landscape .fa-icon--play:before,
.ratio--portrait .fa-icon--play:before,
.ratio--square .fa-icon--play:before {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .ratio--landscape .fa-icon--play,
  .ratio--portrait .fa-icon--play,
  .ratio--square .fa-icon--play {
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
  }
  .ratio--landscape .fa-icon--play:before,
  .ratio--portrait .fa-icon--play:before,
  .ratio--square .fa-icon--play:before {
    font-size: 48px;
    margin-top: -11px;
    margin-left: -4px;
  }
}

@media only screen and (max-width: 768px) {
  .fa-icon--play {
    width: 70px;
    height: 70px;
  }
  .fa-icon--play:before {
    font-size: 38.4px;
    margin-left: -5px;
  }
}

.fa-icon--read {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  text-decoration: none;
  cursor: pointer;
  border: 6px solid #6bac43;
  margin-bottom: 20px;
  border-radius: 1000px;
  transition: all 0.1s ease-in-out 0s;
}

.fa-icon--read:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -14px;
  content: '\f0f6';
  font-family: FontAwesome;
  color: #6bac43;
  font-size: 36px;
  line-height: 24px;
  transition: all 0.1s ease-in-out 0s;
}

.fa-icon--read:hover {
  border-color: #fff;
}

.fa-icon--read:hover:before {
  color: #fff;
}

.fa-icon--light {
  border-color: #fff;
  background: rgba(0, 0, 0, 0.3);
}

.fa-icon--light:before {
  color: #fff;
}

.fa-icon--dark {
  border-color: #1c1c1c;
}

.fa-icon--dark:before {
  color: #1c1c1c;
}

.fa-icon--dark:hover {
  border-color: #6bac43;
}

.fa-icon--dark:hover:before {
  color: #6bac43;
}

/*------------------------------------*\
 $Space for button styles. We are modifying Bootstrap styles currently.
 \*------------------------------------*/
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
}

.social-icons {
  list-style: none;
  /* margin: 0 0 60px */
}

.social-icons li {
  display: inline-block;
  padding: 0 8px;
  transition: all 0.2s ease-in-out;
}

.social-icons li a {
  text-decoration: none;
  text-align: center;
  color: #fff;
  width: 54px;
  height: 54px;
  font-size: 24.2px;
  line-height: 51px;
  background: #9f9f9f;
  border: 3px solid #9f9f9f;
  border-radius: 1000px;
}

.social-icons li a:hover {
  background: #858585;
  border-color: #858585;
}

.social-icons li a.facebook {
  background: #42599e;
  border-color: #42599e;
  color: #fff;
}

.social-icons li a.facebook:hover {
  background: #33457a;
  border-color: #33457a;
  color: #fff;
}

.social-icons li a.twitter {
  background: #55acee;
  border-color: #55acee;
  color: #fff;
}

.social-icons li a.twitter:hover {
  background: #2795e9;
  border-color: #2795e9;
  color: #fff;
}

.social-icons li a.google {
  background: #dd4b39;
  border-color: #dd4b39;
  color: #fff;
}

.social-icons li a.google:hover {
  background: #c23321;
  border-color: #c23321;
  color: #fff;
}

.social-icons li a.instagram {
  background: #3f729b;
  border-color: #3f729b;
  color: #fff;
}

.social-icons li a.instagram:hover {
  background: #305777;
  border-color: #305777;
  color: #fff;
}

.social-icons li a.linkedin {
  background: #0976b4;
  border-color: #0976b4;
  color: #fff;
}

.social-icons li a.linkedin:hover {
  background: #075683;
  border-color: #075683;
  color: #fff;
}

.social-icons li a.pinterest {
  background: #be0a21;
  border-color: #be0a21;
  color: #fff;
}

.social-icons li a.pinterest:hover {
  background: #8e0719;
  border-color: #8e0719;
  color: #fff;
}

.blog-entry .social-icons {
  width: auto;
}

section {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  position: relative;
}

section[data-outdated-browser] {
  z-index: 100;
}

section .shell {
  background-color: inherit;
}

/* Watch Now Top Bar */
.watch {
  display: none;
}

.section--live {
  z-index: 100;
}

.section--live .animate--bg {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: liveBannerBG;
  animation-name: liveBannerBG;
  -webkit-animation-timing-function: cubic-bezier(0.66, 0.21, 0.49, 0.88);
  animation-timing-function: cubic-bezier(0.66, 0.21, 0.49, 0.88);
}

@media only screen and (max-width: 768px) {
  .section--live .shell {
    padding: 15px 10px 10px !important;
  }
}

@media only screen and (max-width: 768px) {
  .section--live h6 {
    font-size: 16px;
  }
}

.section--live .animate--text {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: phaders;
  animation-name: phaders;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.section--gray .shell,
.section--grey .shell,
.section--medium .shell {
  background-color: #f8f8f8;
}

.section--dark .shell {
  background-color: #a64029;
}

.section--black .shell {
  background-color: #000;
}

.section--primary .shell {
  background-color: #6bac43;
}

.section--secondary .shell {
  background-color: #1c683e;
}

.section--tertiary .shell {
  background-color: #2a4930;
}

/* .section--black :not(a):not(.link--arrow):not(button):not(small):not(b):not(input), :not(#map) */

.section--black .list--title a,
.section--black p,
.section--black h1 a,
.section--black h2,
.section--black h2 a,
.section--black h3 a,
.section--black h4,
.section--black h4 a,
.section--black h5 a,
.section--black h6 a,
.section--dark .list--title a,
.section--dark :not(a):not(.link--arrow):not(button):not(small):not(b):not(input),
.section--dark h1 a,
.section--dark h2 a,
.section--dark h3 a,
.section--dark h4 a,
.section--dark h5 a,
.section--dark h6 a,
.section--live .list--title a,
.section--live :not(a):not(.link--arrow):not(button):not(small):not(b):not(input),
.section--live h1 a,
.section--live h2 a,
.section--live h3 a,
.section--live h4 a,
.section--live h5 a,
.section--live h6 a {
  color: #fff;
}

/* .modal-body :not([id^=ctl00]) {
  color: #fff;
} */

.section--black .card .list--title a,
.section--black .card :not(a):not(.link--arrow):not(button):not(small):not(b),
.section--black .card h1 a,
.section--black .card h2 a,
.section--black .card h3 a,
.section--black .card h4 a,
.section--black .card h5 a,
.section--black .card h6 a,
.section--black form .list--title a,
.section--black form :not(a):not(.link--arrow):not(button):not(small):not(b),
.section--black form h1 a,
.section--black form h2 a,
.section--black form h3 a,
.section--black form h4 a,
.section--black form h5 a,
.section--black form h6 a,
.section--dark .card .list--title a,
.section--dark .card :not(a):not(.link--arrow):not(button):not(small):not(b),
.section--dark .card h1 a,
.section--dark .card h2 a,
.section--dark .card h3 a,
.section--dark .card h4 a,
.section--dark .card h5 a,
.section--dark .card h6 a,
.section--dark form .list--title a,
.section--dark form :not(a):not(.link--arrow):not(button):not(small):not(b),
.section--dark form h1 a,
.section--dark form h2 a,
.section--dark form h3 a,
.section--dark form h4 a,
.section--dark form h5 a,
.section--dark form h6 a,
.section--live .card .list--title a,
.section--live .card :not(a):not(.link--arrow):not(button):not(small):not(b),
.section--live .card h1 a,
.section--live .card h2 a,
.section--live .card h3 a,
.section--live .card h4 a,
.section--live .card h5 a,
.section--live .card h6 a,
.section--live form .list--title a,
.section--live form :not(a):not(.link--arrow):not(button):not(small):not(b),
.section--live form h1 a,
.section--live form h2 a,
.section--live form h3 a,
.section--live form h4 a,
.section--live form h5 a,
.section--live form h6 a {
  color: #1c1c1c;
}

.section--pattern .shell {
  position: relative;
}

.section--pattern .shell:after,
.section--pattern .shell:before {
  content: '';
  bottom: 0;
  position: absolute;
  background-size: cover;
  width: 300px;
  height: 300px;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .section--pattern .shell:after,
  .section--pattern .shell:before {
    width: 100px;
    height: 100px;
  }
}

.section--pattern .shell:before {
  left: 0;
  background-image: url(//s3.amazonaws.com/ns.images/newspring/_fpo/pattern.left.02.png);
}

.section--pattern .shell:after {
  right: 0;
  background-image: url(//s3.amazonaws.com/ns.images/newspring/_fpo/pattern.right.02.png);
}

.section--primary .list--title,
.section--primary .list--title a,
.section--primary .list--title:hover a,
.section--primary h1,
.section--primary h1 a,
.section--primary h1:hover a,
.section--primary h2,
.section--primary h2 a,
.section--primary h2:hover a,
.section--primary h3,
.section--primary h3 a,
.section--primary h3:hover a,
.section--primary h4,
.section--primary h4 a,
.section--primary h4:hover a,
.section--primary h5,
.section--primary h5 a,
.section--primary h5:hover a,
.section--primary h6,
.section--primary h6 a,
.section--primary h6:hover a,
.section--primary li,
.section--primary li a,
.section--primary li:hover a,
.section--primary p,
.section--primary p a,
.section--primary p:hover a,
.section--primary small,
.section--primary small a,
.section--primary small:hover a,
.section--secondary .list--title,
.section--secondary .list--title a,
.section--secondary .list--title:hover a,
.section--secondary h1,
.section--secondary h1 a,
.section--secondary h1:hover a,
.section--secondary h2,
.section--secondary h2 a,
.section--secondary h2:hover a,
.section--secondary h3,
.section--secondary h3 a,
.section--secondary h3:hover a,
.section--secondary h4,
.section--secondary h4 a,
.section--secondary h4:hover a,
.section--secondary h5,
.section--secondary h5 a,
.section--secondary h5:hover a,
.section--secondary h6,
.section--secondary h6 a,
.section--secondary h6:hover a,
.section--secondary li,
.section--secondary li a,
.section--secondary li:hover a,
.section--secondary p,
.section--secondary p a,
.section--secondary p:hover a,
.section--secondary small,
.section--secondary small a,
.section--secondary small:hover a,
.section--tertiary .list--title,
.section--tertiary .list--title a,
.section--tertiary .list--title:hover a,
.section--tertiary h1,
.section--tertiary h1 a,
.section--tertiary h1:hover a,
.section--tertiary h2,
.section--tertiary h2 a,
.section--tertiary h2:hover a,
.section--tertiary h3,
.section--tertiary h3 a,
.section--tertiary h3:hover a,
.section--tertiary h4,
.section--tertiary h4 a,
.section--tertiary h4:hover a,
.section--tertiary h5,
.section--tertiary h5 a,
.section--tertiary h5:hover a,
.section--tertiary h6,
.section--tertiary h6 a,
.section--tertiary h6:hover a,
.section--tertiary li,
.section--tertiary li a,
.section--tertiary li:hover a,
.section--tertiary p,
.section--tertiary p a,
.section--tertiary p:hover a,
.section--tertiary small,
.section--tertiary small a,
.section--tertiary small:hover a {
  color: #fff;
}

.section--primary .card a,
.section--primary a,
.section--secondary .card a,
.section--secondary a,
.section--tertiary .card a,
.section--tertiary a {
  color: #6bac43;
}

.section--primary .card a:hover,
.section--primary a:hover,
.section--secondary .card a:hover,
.section--secondary a:hover,
.section--tertiary .card a:hover,
.section--tertiary a:hover {
  color: #49752e;
}

.section--primary a.btn,
.section--primary a.slider__nav--title,
.section--secondary a.btn,
.section--secondary a.slider__nav--title,
.section--tertiary a.btn,
.section--tertiary a.slider__nav--title {
  color: #fff;
  border-color: #fff;
}

.section--primary a.btn:hover,
.section--primary a.slider__nav--title:hover,
.section--secondary a.btn:hover,
.section--secondary a.slider__nav--title:hover,
.section--tertiary a.btn:hover,
.section--tertiary a.slider__nav--title:hover {
  color: #1c683e;
  border-color: #fff;
  background-color: #fff;
}

.section--primary a.btn--filled.slider__nav--title,
.section--primary a.btn.btn--filled,
.section--secondary a.btn--filled.slider__nav--title,
.section--secondary a.btn.btn--filled,
.section--tertiary a.btn--filled.slider__nav--title,
.section--tertiary a.btn.btn--filled {
  background-color: #6bac43;
  border-color: #6bac43;
  color: #fff;
}

.section--primary a.btn--filled.slider__nav--title:hover,
.section--primary a.btn.btn--filled:hover,
.section--secondary a.btn--filled.slider__nav--title:hover,
.section--secondary a.btn.btn--filled:hover,
.section--tertiary a.btn--filled.slider__nav--title:hover,
.section--tertiary a.btn.btn--filled:hover {
  border-color: #6bac43;
}

.section--primary a.link--arrow:after,
.section--secondary a.link--arrow:after,
.section--tertiary a.link--arrow:after {
  border-color: #fff;
}

.section--primary .card .list--title,
.section--primary .card .list--title a,
.section--primary .card h1,
.section--primary .card h1 a,
.section--primary .card h2,
.section--primary .card h2 a,
.section--primary .card h3,
.section--primary .card h3 a,
.section--primary .card h4,
.section--primary .card h4 a,
.section--primary .card h5,
.section--primary .card h5 a,
.section--primary .card h6,
.section--primary .card h6 a,
.section--primary .card li,
.section--primary .card p,
.section--secondary .card .list--title,
.section--secondary .card .list--title a,
.section--secondary .card h1,
.section--secondary .card h1 a,
.section--secondary .card h2,
.section--secondary .card h2 a,
.section--secondary .card h3,
.section--secondary .card h3 a,
.section--secondary .card h4,
.section--secondary .card h4 a,
.section--secondary .card h5,
.section--secondary .card h5 a,
.section--secondary .card h6,
.section--secondary .card h6 a,
.section--secondary .card li,
.section--secondary .card p,
.section--tertiary .card .list--title,
.section--tertiary .card .list--title a,
.section--tertiary .card h1,
.section--tertiary .card h1 a,
.section--tertiary .card h2,
.section--tertiary .card h2 a,
.section--tertiary .card h3,
.section--tertiary .card h3 a,
.section--tertiary .card h4,
.section--tertiary .card h4 a,
.section--tertiary .card h5,
.section--tertiary .card h5 a,
.section--tertiary .card h6,
.section--tertiary .card h6 a,
.section--tertiary .card li,
.section--tertiary .card p {
  color: #1c1c1c;
}

.section--primary .card small,
.section--secondary .card small,
.section--tertiary .card small {
  color: #9f9f9f;
}

.section--primary a {
  color: #2a4930;
}

.section--primary a.btn--filled.slider__nav--title,
.section--primary a.btn.btn--filled {
  background-color: #2a4930;
  border-color: #2a4930;
}

.section--primary a.btn--filled.slider__nav--title:hover,
.section--primary a.btn.btn--filled:hover {
  border-color: #2a4930;
}

.section--primary .card a {
  color: #6bac43;
}

.section--primary .card a:hover {
  color: #49752e;
}

.section--primary .card .link--arrow:after {
  border-color: #6bac43;
}

.section--primary .card .link--arrow:hover:after {
  border-color: #49752e;
}

.card {
  padding: 36px 30px 0;
  border-top: none;
  background-color: #f7f7f7;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}

.card.top--rounded {
  border-radius: 5px;
}

.card.card--selected {
  border: 3px solid #6bac43;
  border-top: 0;
  box-shadow: none;
}

.card.card--selected.top--rounded {
  border-top: 3px solid #6bac43;
}

.grid .grid__item .card.open:after {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #e1e1e1;
}

.ratio {
  padding: 0;
  margin: 0 0 60px;
  list-style: none;
}

.ratio .ratio__item {
  display: inline-block;
  z-index: 1;
  width: 100%;
  background-size: cover;
}

.ratio--thin {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.ratio--thin:before {
  content: '';
  display: block;
  padding-top: 25%;
}

.ratio--thin .ratio__item {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

.ratio--hero {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.ratio--hero:before {
  content: '';
  display: block;
  padding-top: 44.44444%;
}

.ratio--hero .ratio__item {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

.ratio--landscape {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.ratio--landscape:before {
  content: '';
  display: block;
  padding-top: 50%;
}

.ratio--landscape .ratio__item {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

.ratio--shortsquare {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.ratio--shortsquare:before {
  content: '';
  display: block;
  padding-top: 80%;
}

.ratio--shortsquare .ratio__item {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

.ratio--square {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.ratio--square:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.ratio--square .ratio__item {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

.ratio--tallsquare {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.ratio--tallsquare:before {
  content: '';
  display: block;
  padding-top: 153.84615%;
}

.ratio--tallsquare .ratio__item {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

.ratio--portrait {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.ratio--portrait:before {
  content: '';
  display: block;
  padding-top: 200%;
}

.ratio--portrait .ratio__item {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

@media only screen and (max-width: 480px) {
  .palm-ratio--thin {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .palm-ratio--thin:before {
    content: '';
    display: block;
    padding-top: 25%;
  }
  .palm-ratio--thin .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .palm-ratio--hero {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .palm-ratio--hero:before {
    content: '';
    display: block;
    padding-top: 44.44444%;
  }
  .palm-ratio--hero .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .palm-ratio--landscape {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .palm-ratio--landscape:before {
    content: '';
    display: block;
    padding-top: 50%;
  }
  .palm-ratio--landscape .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .palm-ratio--shortsquare {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .palm-ratio--shortsquare:before {
    content: '';
    display: block;
    padding-top: 80%;
  }
  .palm-ratio--shortsquare .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .palm-ratio--square {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .palm-ratio--square:before {
    content: '';
    display: block;
    padding-top: 100%;
  }
  .palm-ratio--square .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .palm-ratio--tallsquare {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .palm-ratio--tallsquare:before {
    content: '';
    display: block;
    padding-top: 153.84615%;
  }
  .palm-ratio--tallsquare .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .palm-ratio--portrait {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .palm-ratio--portrait:before {
    content: '';
    display: block;
    padding-top: 200%;
  }
  .palm-ratio--portrait .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
  .lap-ratio--thin {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .lap-ratio--thin:before {
    content: '';
    display: block;
    padding-top: 25%;
  }
  .lap-ratio--thin .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .lap-ratio--hero {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .lap-ratio--hero:before {
    content: '';
    display: block;
    padding-top: 44.44444%;
  }
  .lap-ratio--hero .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .lap-ratio--landscape {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .lap-ratio--landscape:before {
    content: '';
    display: block;
    padding-top: 50%;
  }
  .lap-ratio--landscape .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .lap-ratio--shortsquare {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .lap-ratio--shortsquare:before {
    content: '';
    display: block;
    padding-top: 80%;
  }
  .lap-ratio--shortsquare .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .lap-ratio--square {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .lap-ratio--square:before {
    content: '';
    display: block;
    padding-top: 100%;
  }
  .lap-ratio--square .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .lap-ratio--tallsquare {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .lap-ratio--tallsquare:before {
    content: '';
    display: block;
    padding-top: 153.84615%;
  }
  .lap-ratio--tallsquare .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .lap-ratio--portrait {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .lap-ratio--portrait:before {
    content: '';
    display: block;
    padding-top: 200%;
  }
  .lap-ratio--portrait .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
}

@media only screen and (min-width: 769px) {
  .lap-and-up-ratio--thin {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .lap-and-up-ratio--thin:before {
    content: '';
    display: block;
    padding-top: 25%;
  }
  .lap-and-up-ratio--thin .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .lap-and-up-ratio--hero {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .lap-and-up-ratio--hero:before {
    content: '';
    display: block;
    padding-top: 44.44444%;
  }
  .lap-and-up-ratio--hero .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .lap-and-up-ratio--landscape {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .lap-and-up-ratio--landscape:before {
    content: '';
    display: block;
    padding-top: 50%;
  }
  .lap-and-up-ratio--landscape .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .lap-and-up-ratio--shortsquare {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .lap-and-up-ratio--shortsquare:before {
    content: '';
    display: block;
    padding-top: 80%;
  }
  .lap-and-up-ratio--shortsquare .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .lap-and-up-ratio--square {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .lap-and-up-ratio--square:before {
    content: '';
    display: block;
    padding-top: 100%;
  }
  .lap-and-up-ratio--square .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .lap-and-up-ratio--tallsquare {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .lap-and-up-ratio--tallsquare:before {
    content: '';
    display: block;
    padding-top: 153.84615%;
  }
  .lap-and-up-ratio--tallsquare .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .lap-and-up-ratio--portrait {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .lap-and-up-ratio--portrait:before {
    content: '';
    display: block;
    padding-top: 200%;
  }
  .lap-and-up-ratio--portrait .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .portable-ratio--thin {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .portable-ratio--thin:before {
    content: '';
    display: block;
    padding-top: 25%;
  }
  .portable-ratio--thin .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .portable-ratio--hero {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .portable-ratio--hero:before {
    content: '';
    display: block;
    padding-top: 44.44444%;
  }
  .portable-ratio--hero .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .portable-ratio--landscape {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .portable-ratio--landscape:before {
    content: '';
    display: block;
    padding-top: 50%;
  }
  .portable-ratio--landscape .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .portable-ratio--shortsquare {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .portable-ratio--shortsquare:before {
    content: '';
    display: block;
    padding-top: 80%;
  }
  .portable-ratio--shortsquare .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .portable-ratio--square {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .portable-ratio--square:before {
    content: '';
    display: block;
    padding-top: 100%;
  }
  .portable-ratio--square .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .portable-ratio--tallsquare {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .portable-ratio--tallsquare:before {
    content: '';
    display: block;
    padding-top: 153.84615%;
  }
  .portable-ratio--tallsquare .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .portable-ratio--portrait {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .portable-ratio--portrait:before {
    content: '';
    display: block;
    padding-top: 200%;
  }
  .portable-ratio--portrait .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .desk-ratio--thin {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .desk-ratio--thin:before {
    content: '';
    display: block;
    padding-top: 25%;
  }
  .desk-ratio--thin .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .desk-ratio--hero {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .desk-ratio--hero:before {
    content: '';
    display: block;
    padding-top: 44.44444%;
  }
  .desk-ratio--hero .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .desk-ratio--landscape {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .desk-ratio--landscape:before {
    content: '';
    display: block;
    padding-top: 50%;
  }
  .desk-ratio--landscape .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .desk-ratio--shortsquare {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .desk-ratio--shortsquare:before {
    content: '';
    display: block;
    padding-top: 80%;
  }
  .desk-ratio--shortsquare .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .desk-ratio--square {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .desk-ratio--square:before {
    content: '';
    display: block;
    padding-top: 100%;
  }
  .desk-ratio--square .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .desk-ratio--tallsquare {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .desk-ratio--tallsquare:before {
    content: '';
    display: block;
    padding-top: 153.84615%;
  }
  .desk-ratio--tallsquare .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .desk-ratio--portrait {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .desk-ratio--portrait:before {
    content: '';
    display: block;
    padding-top: 200%;
  }
  .desk-ratio--portrait .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
}

@media only screen and (min-width: 1401px) {
  .desk-wide-ratio--thin {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .desk-wide-ratio--thin:before {
    content: '';
    display: block;
    padding-top: 25%;
  }
  .desk-wide-ratio--thin .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .desk-wide-ratio--hero {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .desk-wide-ratio--hero:before {
    content: '';
    display: block;
    padding-top: 44.44444%;
  }
  .desk-wide-ratio--hero .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .desk-wide-ratio--landscape {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .desk-wide-ratio--landscape:before {
    content: '';
    display: block;
    padding-top: 50%;
  }
  .desk-wide-ratio--landscape .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .desk-wide-ratio--shortsquare {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .desk-wide-ratio--shortsquare:before {
    content: '';
    display: block;
    padding-top: 80%;
  }
  .desk-wide-ratio--shortsquare .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .desk-wide-ratio--square {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .desk-wide-ratio--square:before {
    content: '';
    display: block;
    padding-top: 100%;
  }
  .desk-wide-ratio--square .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .desk-wide-ratio--tallsquare {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .desk-wide-ratio--tallsquare:before {
    content: '';
    display: block;
    padding-top: 153.84615%;
  }
  .desk-wide-ratio--tallsquare .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .desk-wide-ratio--portrait {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .desk-wide-ratio--portrait:before {
    content: '';
    display: block;
    padding-top: 200%;
  }
  .desk-wide-ratio--portrait .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .palm-wide-ratio--thin {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .palm-wide-ratio--thin:before {
    content: '';
    display: block;
    padding-top: 25%;
  }
  .palm-wide-ratio--thin .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .palm-wide-ratio--hero {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .palm-wide-ratio--hero:before {
    content: '';
    display: block;
    padding-top: 44.44444%;
  }
  .palm-wide-ratio--hero .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .palm-wide-ratio--landscape {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .palm-wide-ratio--landscape:before {
    content: '';
    display: block;
    padding-top: 50%;
  }
  .palm-wide-ratio--landscape .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .palm-wide-ratio--shortsquare {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .palm-wide-ratio--shortsquare:before {
    content: '';
    display: block;
    padding-top: 80%;
  }
  .palm-wide-ratio--shortsquare .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .palm-wide-ratio--square {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .palm-wide-ratio--square:before {
    content: '';
    display: block;
    padding-top: 100%;
  }
  .palm-wide-ratio--square .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .palm-wide-ratio--tallsquare {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .palm-wide-ratio--tallsquare:before {
    content: '';
    display: block;
    padding-top: 153.84615%;
  }
  .palm-wide-ratio--tallsquare .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .palm-wide-ratio--portrait {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .palm-wide-ratio--portrait:before {
    content: '';
    display: block;
    padding-top: 200%;
  }
  .palm-wide-ratio--portrait .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
}

@media only screen and (min-width: 768px) {
  .palm-wide-and-up-ratio--thin {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .palm-wide-and-up-ratio--thin:before {
    content: '';
    display: block;
    padding-top: 25%;
  }
  .palm-wide-and-up-ratio--thin .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .palm-wide-and-up-ratio--hero {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .palm-wide-and-up-ratio--hero:before {
    content: '';
    display: block;
    padding-top: 44.44444%;
  }
  .palm-wide-and-up-ratio--hero .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .palm-wide-and-up-ratio--landscape {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .palm-wide-and-up-ratio--landscape:before {
    content: '';
    display: block;
    padding-top: 50%;
  }
  .palm-wide-and-up-ratio--landscape .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .palm-wide-and-up-ratio--shortsquare {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .palm-wide-and-up-ratio--shortsquare:before {
    content: '';
    display: block;
    padding-top: 80%;
  }
  .palm-wide-and-up-ratio--shortsquare .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .palm-wide-and-up-ratio--square {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .palm-wide-and-up-ratio--square:before {
    content: '';
    display: block;
    padding-top: 100%;
  }
  .palm-wide-and-up-ratio--square .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .palm-wide-and-up-ratio--tallsquare {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .palm-wide-and-up-ratio--tallsquare:before {
    content: '';
    display: block;
    padding-top: 153.84615%;
  }
  .palm-wide-and-up-ratio--tallsquare .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .palm-wide-and-up-ratio--portrait {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .palm-wide-and-up-ratio--portrait:before {
    content: '';
    display: block;
    padding-top: 200%;
  }
  .palm-wide-and-up-ratio--portrait .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-ratio--thin {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .handheld-ratio--thin:before {
    content: '';
    display: block;
    padding-top: 25%;
  }
  .handheld-ratio--thin .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .handheld-ratio--hero {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .handheld-ratio--hero:before {
    content: '';
    display: block;
    padding-top: 44.44444%;
  }
  .handheld-ratio--hero .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .handheld-ratio--landscape {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .handheld-ratio--landscape:before {
    content: '';
    display: block;
    padding-top: 50%;
  }
  .handheld-ratio--landscape .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .handheld-ratio--shortsquare {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .handheld-ratio--shortsquare:before {
    content: '';
    display: block;
    padding-top: 80%;
  }
  .handheld-ratio--shortsquare .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .handheld-ratio--square {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .handheld-ratio--square:before {
    content: '';
    display: block;
    padding-top: 100%;
  }
  .handheld-ratio--square .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .handheld-ratio--tallsquare {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .handheld-ratio--tallsquare:before {
    content: '';
    display: block;
    padding-top: 153.84615%;
  }
  .handheld-ratio--tallsquare .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .handheld-ratio--portrait {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .handheld-ratio--portrait:before {
    content: '';
    display: block;
    padding-top: 200%;
  }
  .handheld-ratio--portrait .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .lap-wide-ratio--thin {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .lap-wide-ratio--thin:before {
    content: '';
    display: block;
    padding-top: 25%;
  }
  .lap-wide-ratio--thin .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .lap-wide-ratio--hero {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .lap-wide-ratio--hero:before {
    content: '';
    display: block;
    padding-top: 44.44444%;
  }
  .lap-wide-ratio--hero .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .lap-wide-ratio--landscape {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .lap-wide-ratio--landscape:before {
    content: '';
    display: block;
    padding-top: 50%;
  }
  .lap-wide-ratio--landscape .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .lap-wide-ratio--shortsquare {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .lap-wide-ratio--shortsquare:before {
    content: '';
    display: block;
    padding-top: 80%;
  }
  .lap-wide-ratio--shortsquare .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .lap-wide-ratio--square {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .lap-wide-ratio--square:before {
    content: '';
    display: block;
    padding-top: 100%;
  }
  .lap-wide-ratio--square .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .lap-wide-ratio--tallsquare {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .lap-wide-ratio--tallsquare:before {
    content: '';
    display: block;
    padding-top: 153.84615%;
  }
  .lap-wide-ratio--tallsquare .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .lap-wide-ratio--portrait {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .lap-wide-ratio--portrait:before {
    content: '';
    display: block;
    padding-top: 200%;
  }
  .lap-wide-ratio--portrait .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
}

@media only screen and (min-width: 961px) {
  .lap-wide-and-up-ratio--thin {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .lap-wide-and-up-ratio--thin:before {
    content: '';
    display: block;
    padding-top: 25%;
  }
  .lap-wide-and-up-ratio--thin .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .lap-wide-and-up-ratio--hero {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .lap-wide-and-up-ratio--hero:before {
    content: '';
    display: block;
    padding-top: 44.44444%;
  }
  .lap-wide-and-up-ratio--hero .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .lap-wide-and-up-ratio--landscape {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .lap-wide-and-up-ratio--landscape:before {
    content: '';
    display: block;
    padding-top: 50%;
  }
  .lap-wide-and-up-ratio--landscape .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .lap-wide-and-up-ratio--shortsquare {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .lap-wide-and-up-ratio--shortsquare:before {
    content: '';
    display: block;
    padding-top: 80%;
  }
  .lap-wide-and-up-ratio--shortsquare .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .lap-wide-and-up-ratio--square {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .lap-wide-and-up-ratio--square:before {
    content: '';
    display: block;
    padding-top: 100%;
  }
  .lap-wide-and-up-ratio--square .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .lap-wide-and-up-ratio--tallsquare {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .lap-wide-and-up-ratio--tallsquare:before {
    content: '';
    display: block;
    padding-top: 153.84615%;
  }
  .lap-wide-and-up-ratio--tallsquare .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .lap-wide-and-up-ratio--portrait {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .lap-wide-and-up-ratio--portrait:before {
    content: '';
    display: block;
    padding-top: 200%;
  }
  .lap-wide-and-up-ratio--portrait .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
}

@media only screen and (min-width: 1025px) {
  .anchored-ratio--thin {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .anchored-ratio--thin:before {
    content: '';
    display: block;
    padding-top: 25%;
  }
  .anchored-ratio--thin .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .anchored-ratio--hero {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .anchored-ratio--hero:before {
    content: '';
    display: block;
    padding-top: 44.44444%;
  }
  .anchored-ratio--hero .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .anchored-ratio--landscape {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .anchored-ratio--landscape:before {
    content: '';
    display: block;
    padding-top: 50%;
  }
  .anchored-ratio--landscape .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .anchored-ratio--shortsquare {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .anchored-ratio--shortsquare:before {
    content: '';
    display: block;
    padding-top: 80%;
  }
  .anchored-ratio--shortsquare .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .anchored-ratio--square {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .anchored-ratio--square:before {
    content: '';
    display: block;
    padding-top: 80%;
  }
  .anchored-ratio--square .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .anchored-ratio--tallsquare {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .anchored-ratio--tallsquare:before {
    content: '';
    display: block;
    padding-top: 153.84615%;
  }
  .anchored-ratio--tallsquare .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .anchored-ratio--portrait {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .anchored-ratio--portrait:before {
    content: '';
    display: block;
    padding-top: 200%;
  }
  .anchored-ratio--portrait .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
}

.hero__image {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
}

.non-hero {
  padding-top: 100px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .non-hero {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

.hero {
  position: relative;
  margin-bottom: 0;
  padding: 0;
}

.hero .fa-icon--play {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -45px;
  margin-bottom: -45px !important;
  background-color: #6bac43;
}

.hero .fa-icon--play:hover {
  background-color: #1c683e;
  border-color: #fff;
}

.hero .fa-icon--play:hover:before {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .hero .fa-icon--play {
    width: 60px;
    height: 60px;
    margin-left: -30px !important;
    margin-bottom: -30px !important;
  }
}

.hero .floating--left .text--constrained {
  text-align: left;
  max-width: 960px;
}

.hero .floating--right .text--constrained {
  display: inline-block;
  text-align: right;
  margin: 0;
  max-width: 960px;
}

.hero h1 {
  display: inline-block;
}

.hero .list--title,
.hero h1,
.hero h2,
.hero h3,
.hero h4,
.hero h5,
.hero h6 {
  position: relative;
}

.billboard {
  -webkit-clip-path: polygon(100% 0, 100% 92%, 50% 100%, 0 92%, 0 0);
  clip-path: polygon(100% 0, 100% 92%, 50% 100%, 0 92%, 0 0);
}

.arrow {
  -webkit-clip-path: polygon(100% calc(100% - 5vw), 50% 100%, 0 calc(100% - 5vw), 0 0, 50% 15%, 100% 0);
  clip-path: polygon(100% calc(100% - 5vw), 50% 100%, 0 calc(100% - 5vw), 0 0, 50% 15%, 100% 0);
}
.arrow2 {
  -webkit-clip-path: polygon(100% 85%, 50% 100%, 0 85%, 0 0, 50% 15%, 100% 0);
  clip-path: polygon(100% 85%, 50% 100%, 0 85%, 0 0, 50% 15%, 100% 0);
}
.arrow-top {
  -webkit-clip-path: polygon(100% 100%, 50% 100%, 0 100%, 0 0, 50% 15%, 100% 0);
  clip-path: polygon(100% 100%, 50% 100%, 0 100%, 0 0, 50% 15%, 100% 0);
}

.tiles {
  margin: 0;
  list-style: none;
  vertical-align: middle;
  overflow: hidden;
  display: inline-block;
}

.tiles .tile__item,
.tiles a {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  text-align: center;
}

.tiles a {
  line-height: 120px;
}

.tiles--horizontal {
  display: inline-block;
}

.tiles--horizontal a {
  padding: 0 30px;
}

.tiles--horizontal.outlined .tile__item:not(:last-child) {
  border-right: 3px solid #6bac43;
}

.tiles--vertical .tile__item,
.tiles--vertical a {
  display: block;
}

.tiles--vertical.outlined .tile__item:not(:last-child) {
  border-bottom: 3px solid #6bac43;
}

.tiles--filled,
.tiles--light {
  border-color: #fff !important;
  color: #fff;
}

.tiles--filled *,
.tiles--filled :after,
.tiles--filled :before,
.tiles--light *,
.tiles--light :after,
.tiles--light :before {
  color: #fff;
  border-color: #fff !important;
}

.tiles--filled {
  background-color: #6bac43;
}

.pagination {
  display: table;
  list-style: none;
  vertical-align: middle;
  overflow: hidden;
  margin: 0 auto;
}

.pagination .pagination__item {
  position: relative;
  font-family: colfax-web, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 51px;
  display: table-cell;
  padding: 3px 0 0;
  width: 60px;
  height: 60px;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  text-decoration: none;
  border: 3px solid #1c1c1c;
  border-left: 0;
  background: #fff;
  color: #1c1c1c;
}

.pagination .pagination__item:first-child {
  border-left: 3px solid #1c1c1c;
}

.pagination .pagination__item:hover {
  background: #ccc;
  color: #1c1c1c;
}

.pagination .pagination__item.page-previous {
  border-left: 3px solid #1c1c1c;
  background: #1c1c1c;
}

.pagination .pagination__item.page-previous:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border: solid #fff;
  border-width: 3px 0 0 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -4px;
  transition: all 0.1s ease-in-out;
}

.pagination .pagination__item.page-next {
  background: #1c1c1c;
}

.pagination .pagination__item.page-next:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border: solid #fff;
  border-width: 3px 0 0 3px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-left: -8px;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -8px;
  margin-right: -4px;
  transition: all 0.1s ease-in-out;
}

.pagination .pagination__item.page-next:hover:after,
.pagination .pagination__item.page-previous:hover:after {
  border-color: #6bac43;
}

.pagination .pagination__item.active {
  background: #6bac43;
  color: #fff;
}

.subnav .accordion {
  font-size: 19.8px;
  font-weight: 600;
  color: #1c1c1c;
  background-color: #ddd;
  margin-bottom: 0;
  border-bottom: 2px solid #fff;
  padding: 15px;
  text-decoration: none;
}

.accordion .expanded * {
  opacity: 1;
  visibility: visible;
}

.accordion__item {
  overflow: hidden;
}

.subnav .accordion__item {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

.accordion__item:not(.expanded) > :not(.accordion__item--trigger) {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  margin: 0;
}

.accordion__item :not(.accordion__item--trigger) {
  transition: max-height 0.25s, visibility 0.25s, margin 0.25s, opacity 0.25s;
}

.accordion__item--trigger {
  cursor: pointer;
  visibility: visible;
}

.subnav .accordion__item .accordion__item--trigger {
  display: block;
  width: 100%;
  padding: 0 15px;
}

.horizontal li {
  float: left;
}

.subnav li .accordion__item:after {
  position: absolute;
  top: 10.91px;
  right: 20px;
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: solid #1c1c1c;
  border-width: 3px 0 0 3px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  margin-top: -6px;
}

.subnav li .accordion__item.expanded:after {
  top: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.floating {
  text-align: center;
}

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

.floating .floating__item {
  display: inline-block;
  vertical-align: middle;
}

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

.floating.floating--right {
  text-align: right;
}

.floating.floating--top .floating__item,
.floating.floating--top:before {
  vertical-align: top;
}

.floating.floating--bottom .floating__item,
.floating.floating--bottom:before {
  vertical-align: bottom;
}

.floating.floating--bottom .floating__item,
.floating.floating--bottom:before {
  vertical-align: bottom;
}

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

.right,
.right * {
  text-align: right;
}

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

@media only screen and (max-width: 480px) {
  .palm-centered,
  .palm-centered * {
    text-align: center;
  }
  .palm-right,
  .palm-right * {
    text-align: right;
  }
  .palm-left,
  .palm-left * {
    text-align: left;
  }
  .palm-float--left {
    float: left;
  }
  .palm-float--right {
    float: right;
  }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
  .lap-centered,
  .lap-centered * {
    text-align: center;
  }
  .lap-right,
  .lap-right * {
    text-align: right;
  }
  .lap-left,
  .lap-left * {
    text-align: left;
  }
  .lap-float--left {
    float: left;
  }
  .lap-float--right {
    float: right;
  }
}

@media only screen and (min-width: 769px) {
  .lap-and-up-centered,
  .lap-and-up-centered * {
    text-align: center;
  }
  .lap-and-up-right,
  .lap-and-up-right * {
    text-align: right;
  }
  .lap-and-up-left,
  .lap-and-up-left * {
    text-align: left;
  }
  .lap-and-up-float--left {
    float: left;
  }
  .lap-and-up-float--right {
    float: right;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .portable-centered,
  .portable-centered * {
    text-align: center;
  }
  .portable-right,
  .portable-right * {
    text-align: right;
  }
  .portable-left,
  .portable-left * {
    text-align: left;
  }
  .portable-float--left {
    float: left;
  }
  .portable-float--right {
    float: right;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .desk-centered,
  .desk-centered * {
    text-align: center;
  }
  .desk-right,
  .desk-right * {
    text-align: right;
  }
  .desk-left,
  .desk-left * {
    text-align: left;
  }
  .desk-float--left {
    float: left;
  }
  .desk-float--right {
    float: right;
  }
}

@media only screen and (min-width: 1401px) {
  .desk-wide-centered,
  .desk-wide-centered * {
    text-align: center;
  }
  .desk-wide-right,
  .desk-wide-right * {
    text-align: right;
  }
  .desk-wide-left,
  .desk-wide-left * {
    text-align: left;
  }
  .desk-wide-float--left {
    float: left;
  }
  .desk-wide-float--right {
    float: right;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .palm-wide-centered,
  .palm-wide-centered * {
    text-align: center;
  }
  .palm-wide-right,
  .palm-wide-right * {
    text-align: right;
  }
  .palm-wide-left,
  .palm-wide-left * {
    text-align: left;
  }
  .palm-wide-float--left {
    float: left;
  }
  .palm-wide-float--right {
    float: right;
  }
}

@media only screen and (min-width: 768px) {
  .palm-wide-and-up-centered,
  .palm-wide-and-up-centered * {
    text-align: center;
  }
  .palm-wide-and-up-right,
  .palm-wide-and-up-right * {
    text-align: right;
  }
  .palm-wide-and-up-left,
  .palm-wide-and-up-left * {
    text-align: left;
  }
  .palm-wide-and-up-float--left {
    float: left;
  }
  .palm-wide-and-up-float--right {
    float: right;
  }
}

@media only screen and (max-width: 768px) {
  .handheld-centered,
  .handheld-centered * {
    text-align: center;
  }
  .handheld-right,
  .handheld-right * {
    text-align: right;
  }
  .handheld-left,
  .handheld-left * {
    text-align: left;
  }
  .handheld-float--left {
    float: left;
  }
  .handheld-float--right {
    float: right;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .lap-wide-centered,
  .lap-wide-centered * {
    text-align: center;
  }
  .lap-wide-right,
  .lap-wide-right * {
    text-align: right;
  }
  .lap-wide-left,
  .lap-wide-left * {
    text-align: left;
  }
  .lap-wide-float--left {
    float: left;
  }
  .lap-wide-float--right {
    float: right;
  }
}

@media only screen and (min-width: 961px) {
  .lap-wide-and-up-centered,
  .lap-wide-and-up-centered * {
    text-align: center;
  }
  .lap-wide-and-up-right,
  .lap-wide-and-up-right * {
    text-align: right;
  }
  .lap-wide-and-up-left,
  .lap-wide-and-up-left * {
    text-align: left;
  }
  .lap-wide-and-up-float--left {
    float: left;
  }
  .lap-wide-and-up-float--right {
    float: right;
  }
}

@media only screen and (min-width: 1025px) {
  .anchored-centered,
  .anchored-centered * {
    text-align: center;
  }
  .anchored-right,
  .anchored-right * {
    text-align: right;
  }
  .anchored-left,
  .anchored-left * {
    text-align: left;
  }
  .anchored-float--left {
    float: left;
  }
  .anchored-float--right {
    float: right;
  }
}

.anchored-grid--rev,
.desk-grid--rev,
.desk-wide-grid--rev,
.grid,
.grid--rev,
.grid__item,
.handheld-grid--rev,
.lap-and-up-grid--rev,
.lap-grid--rev,
.lap-wide-and-down-grid--rev,
.lap-wide-and-up-grid--rev,
.lap-wide-grid--rev,
.palm-grid--rev,
.palm-wide-and-up-grid--rev,
.palm-wide-grid--rev,
.portable-grid--rev {
  position: relative;
  transition: all 0.1s ease-in-out;
}

.grid__item {
  margin-bottom: 60px;
}

.section--condensed .anchored-grid--rev .grid__item:first-child .card :first-child,
.section--condensed .anchored-grid--rev .grid__item:first-child .card:first-child,
.section--condensed .desk-grid--rev .grid__item:first-child .card :first-child,
.section--condensed .desk-grid--rev .grid__item:first-child .card:first-child,
.section--condensed .desk-wide-grid--rev .grid__item:first-child .card :first-child,
.section--condensed .desk-wide-grid--rev .grid__item:first-child .card:first-child,
.section--condensed .grid .grid__item:first-child .card :first-child,
.section--condensed .grid .grid__item:first-child .card:first-child,
.section--condensed .grid--rev .grid__item:first-child .card :first-child,
.section--condensed .grid--rev .grid__item:first-child .card:first-child,
.section--condensed .handheld-grid--rev .grid__item:first-child .card :first-child,
.section--condensed .handheld-grid--rev .grid__item:first-child .card:first-child,
.section--condensed .lap-and-up-grid--rev .grid__item:first-child .card :first-child,
.section--condensed .lap-and-up-grid--rev .grid__item:first-child .card:first-child,
.section--condensed .lap-grid--rev .grid__item:first-child .card :first-child,
.section--condensed .lap-grid--rev .grid__item:first-child .card:first-child,
.section--condensed .lap-wide-and-down-grid--rev .grid__item:first-child .card :first-child,
.section--condensed .lap-wide-and-down-grid--rev .grid__item:first-child .card:first-child,
.section--condensed .lap-wide-and-up-grid--rev .grid__item:first-child .card :first-child,
.section--condensed .lap-wide-and-up-grid--rev .grid__item:first-child .card:first-child,
.section--condensed .lap-wide-grid--rev .grid__item:first-child .card :first-child,
.section--condensed .lap-wide-grid--rev .grid__item:first-child .card:first-child,
.section--condensed .palm-grid--rev .grid__item:first-child .card :first-child,
.section--condensed .palm-grid--rev .grid__item:first-child .card:first-child,
.section--condensed .palm-wide-and-up-grid--rev .grid__item:first-child .card :first-child,
.section--condensed .palm-wide-and-up-grid--rev .grid__item:first-child .card:first-child,
.section--condensed .palm-wide-grid--rev .grid__item:first-child .card :first-child,
.section--condensed .palm-wide-grid--rev .grid__item:first-child .card:first-child,
.section--condensed .portable-grid--rev .grid__item:first-child .card :first-child,
.section--condensed .portable-grid--rev .grid__item:first-child .card:first-child {
  margin-top: 0;
}

.section--condensed .anchored-grid--rev .grid__item:first-child .ratio__item,
.section--condensed .desk-grid--rev .grid__item:first-child .ratio__item,
.section--condensed .desk-wide-grid--rev .grid__item:first-child .ratio__item,
.section--condensed .grid .grid__item:first-child .ratio__item,
.section--condensed .grid--rev .grid__item:first-child .ratio__item,
.section--condensed .handheld-grid--rev .grid__item:first-child .ratio__item,
.section--condensed .lap-and-up-grid--rev .grid__item:first-child .ratio__item,
.section--condensed .lap-grid--rev .grid__item:first-child .ratio__item,
.section--condensed .lap-wide-and-down-grid--rev .grid__item:first-child .ratio__item,
.section--condensed .lap-wide-and-up-grid--rev .grid__item:first-child .ratio__item,
.section--condensed .lap-wide-grid--rev .grid__item:first-child .ratio__item,
.section--condensed .palm-grid--rev .grid__item:first-child .ratio__item,
.section--condensed .palm-wide-and-up-grid--rev .grid__item:first-child .ratio__item,
.section--condensed .palm-wide-grid--rev .grid__item:first-child .ratio__item,
.section--condensed .portable-grid--rev .grid__item:first-child .ratio__item {
  margin-top: 0 !important;
}

.section--condensed .shell {
  padding-left: 60px;
  padding-right: 60px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .section--condensed .shell {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .section--condensed .shell {
    padding-left: 0;
    padding-right: 0;
  }
}

.section--condensed .anchored-grid--rev,
.section--condensed .desk-grid--rev,
.section--condensed .desk-wide-grid--rev,
.section--condensed .grid,
.section--condensed .grid--rev,
.section--condensed .handheld-grid--rev,
.section--condensed .lap-and-up-grid--rev,
.section--condensed .lap-grid--rev,
.section--condensed .lap-wide-and-down-grid--rev,
.section--condensed .lap-wide-and-up-grid--rev,
.section--condensed .lap-wide-grid--rev,
.section--condensed .palm-grid--rev,
.section--condensed .palm-wide-and-up-grid--rev,
.section--condensed .palm-wide-grid--rev,
.section--condensed .portable-grid--rev {
  margin-left: -30px;
  padding-bottom: 0;
}

.section--condensed .anchored-grid--rev .grid__item,
.section--condensed .desk-grid--rev .grid__item,
.section--condensed .desk-wide-grid--rev .grid__item,
.section--condensed .grid .grid__item,
.section--condensed .grid--rev .grid__item,
.section--condensed .handheld-grid--rev .grid__item,
.section--condensed .lap-and-up-grid--rev .grid__item,
.section--condensed .lap-grid--rev .grid__item,
.section--condensed .lap-wide-and-down-grid--rev .grid__item,
.section--condensed .lap-wide-and-up-grid--rev .grid__item,
.section--condensed .lap-wide-grid--rev .grid__item,
.section--condensed .palm-grid--rev .grid__item,
.section--condensed .palm-wide-and-up-grid--rev .grid__item,
.section--condensed .palm-wide-grid--rev .grid__item,
.section--condensed .portable-grid--rev .grid__item {
  padding-left: 30px;
  margin-bottom: 30px;
}

.section--condensed .anchored-grid--rev .grid__item p,
.section--condensed .desk-grid--rev .grid__item p,
.section--condensed .desk-wide-grid--rev .grid__item p,
.section--condensed .grid .grid__item p,
.section--condensed .grid--rev .grid__item p,
.section--condensed .handheld-grid--rev .grid__item p,
.section--condensed .lap-and-up-grid--rev .grid__item p,
.section--condensed .lap-grid--rev .grid__item p,
.section--condensed .lap-wide-and-down-grid--rev .grid__item p,
.section--condensed .lap-wide-and-up-grid--rev .grid__item p,
.section--condensed .lap-wide-grid--rev .grid__item p,
.section--condensed .palm-grid--rev .grid__item p,
.section--condensed .palm-wide-and-up-grid--rev .grid__item p,
.section--condensed .palm-wide-grid--rev .grid__item p,
.section--condensed .portable-grid--rev .grid__item p {
  font-size: 20px;
  line-height: 28px;
}

@media only screen and (max-width: 768px) {
  .section--condensed .anchored-grid--rev,
  .section--condensed .desk-grid--rev,
  .section--condensed .desk-wide-grid--rev,
  .section--condensed .grid,
  .section--condensed .grid--rev,
  .section--condensed .handheld-grid--rev,
  .section--condensed .lap-and-up-grid--rev,
  .section--condensed .lap-grid--rev,
  .section--condensed .lap-wide-and-down-grid--rev,
  .section--condensed .lap-wide-and-up-grid--rev,
  .section--condensed .lap-wide-grid--rev,
  .section--condensed .palm-grid--rev,
  .section--condensed .palm-wide-and-up-grid--rev,
  .section--condensed .palm-wide-grid--rev,
  .section--condensed .portable-grid--rev {
    margin-left: -15px;
  }
  .section--condensed .anchored-grid--rev .grid__item,
  .section--condensed .desk-grid--rev .grid__item,
  .section--condensed .desk-wide-grid--rev .grid__item,
  .section--condensed .grid .grid__item,
  .section--condensed .grid--rev .grid__item,
  .section--condensed .handheld-grid--rev .grid__item,
  .section--condensed .lap-and-up-grid--rev .grid__item,
  .section--condensed .lap-grid--rev .grid__item,
  .section--condensed .lap-wide-and-down-grid--rev .grid__item,
  .section--condensed .lap-wide-and-up-grid--rev .grid__item,
  .section--condensed .lap-wide-grid--rev .grid__item,
  .section--condensed .palm-grid--rev .grid__item,
  .section--condensed .palm-wide-and-up-grid--rev .grid__item,
  .section--condensed .palm-wide-grid--rev .grid__item,
  .section--condensed .portable-grid--rev .grid__item {
    padding-left: 15px;
    margin-bottom: 15px;
  }
}

.grid--half-gutter {
  margin-left: -30px;
}

.grid--half-gutter .grid__item {
  padding-left: 30px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .grid--half-gutter {
    margin-left: -60px;
  }
  .grid--half-gutter .grid__item {
    padding-left: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .grid--half-gutter {
    margin-left: -60px;
  }
  .grid--half-gutter .grid__item {
    padding-left: 60px;
  }
}

a .overlay--solid:hover:after {
  background: rgba(28, 28, 28, 0.6);
  transition: all 0.1s ease-in-out;
}

.overlay--solid:after {
  background: rgba(28, 28, 28, 0.3);
  transition: all 0.1s ease-in-out;
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.overlay--solid-light:after {
  background: rgba(28, 28, 28, 0.2);
  transition: all 0.1s ease-in-out;
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.overlay--solid-dark:after {
  background: rgba(28, 28, 28, 0.8);
  transition: all 0.1s ease-in-out;
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .overlay.overlay--gradient-left.handheld-overlay--solid-dark:after,
  .overlay.overlay--gradient-right.handheld-overlay--solid-dark:after {
    background: rgba(28, 28, 28, 0.5);
    transition: all 0.1s ease-in-out;
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
}

.overlay--texture:after {
  background: rgba(189, 155, 104, 0.5);
}

.overlay--light .list--title,
.overlay--light h1,
.overlay--light h2,
.overlay--light h3,
.overlay--light h4,
.overlay--light h5,
.overlay--light h6 {
  color: #fff;
}

.overlay--light .list--title a:hover,
.overlay--light h1 a:hover,
.overlay--light h2 a:hover,
.overlay--light h3 a:hover,
.overlay--light h4 a:hover,
.overlay--light h5 a:hover,
.overlay--light h6 a:hover {
  color: #ccc;
}

.overlay--light a,
.overlay--light li,
.overlay--light p {
  color: #fff;
}

/* .overlay--light a.btn:not(.btn--share), .overlay--light a.link--arrow:after, .overlay--light a.slider__nav--title:not(.btn--share) {
  border-color: #fff
} */

.overlay--light a.btn:not(.btn--share):hover,
.overlay--light a.slider__nav--title:not(.btn--share):hover {
  background-color: #fff;
  color: #1c1c1c;
}

.overlay--light a.btn--filled {
  background-color: #6bac43;
  color: #fff;
  border-color: #6bac43 !important;
}

.overlay--light a.btn--filled:hover {
  background-color: #6bac43 !important;
  color: #fff !important;
  border-color: #6bac43 !important;
}

.overlay--light .outlined--tag {
  border-color: #fff;
}

.overlay--light .card .list--title,
.overlay--light .card h1,
.overlay--light .card h2,
.overlay--light .card h3,
.overlay--light .card h4,
.overlay--light .card h5,
.overlay--light .card h6 {
  color: inherit;
}

.overlay--light .card .list--title a,
.overlay--light .card h1 a,
.overlay--light .card h2 a,
.overlay--light .card h3 a,
.overlay--light .card h4 a,
.overlay--light .card h5 a,
.overlay--light .card h6 a,
.overlay--light .card li,
.overlay--light .card p,
.overlay--light .card p b {
  color: #1c1c1c;
}

.overlay--light .card a {
  color: #6bac43;
}

.overlay--light .card a.link--arrow:after {
  border-color: #6bac43;
}

.overlay--light .card a.link--arrow:hover {
  color: #49752e;
}

.overlay--light .card a.link--arrow:hover:after {
  border-color: #49752e;
}

.overlay--dark .list--title,
.overlay--dark a:not(.btn),
.overlay--dark h1,
.overlay--dark h2,
.overlay--dark h3,
.overlay--dark h4,
.overlay--dark h5,
.overlay--dark h6,
.overlay--dark li,
.overlay--dark p,
.overlay--dark p b {
  color: #1c1c1c;
}

.overlay--dark a.link--arrow:after {
  border-color: #1c1c1c;
}

.overlay--dark .btn:not(.btn--share),
.overlay--dark .slider__nav--title:not(.btn--share) {
  color: #1c1c1c;
  border-color: #1c1c1c;
}

.overlay--dark .btn:not(.btn--share):hover,
.overlay--dark .slider__nav--title:not(.btn--share):hover {
  background: #1c1c1c;
  color: #fff;
}

.overlay .overlay__item {
  position: relative;
  z-index: 2;
}

.overlay.overlay--gradient:after {
  content: '';
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: linear-gradient(to bottom, transparent 0, #000 100%);
}

.overlay.overlay--gradient-left:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 100%;
  opacity: 0.6;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0, transparent 100%);
}

.overlay.overlay--gradient-right:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  height: 100%;
  opacity: 0.6;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.8) 0, transparent 100%);
}

.overlay.overlay--gradient-round:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: radial-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
}

.blurred:after {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}

.anti-blur {
  filter: none;
  -webkit-filter: none;
}

.number-overlay {
  position: absolute;
  display: table;
}

.number-overlay .number {
  display: table-cell;
  width: 60px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  font-family: colfax-web, sans-serif;
  font-size: 31.68px;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.7);
}

.slider-new {
  margin: 0 auto;
}

.slider__item-new {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.slider {
  position: relative;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  /* -webkit-touch-action: none;
  -moz-touch-action: none;
  -ms-touch-action: none;
  -o-touch-action: none;
  touch-action: none; 
  -webkit-user-action: none;
  -moz-user-action: none;
  -ms-user-action: none;
  -o-user-action: none;
  user-action: none*/
}

.slider .grid__item {
  margin-bottom: 0;
}

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

.slider--list:focus {
  outline: 0;
}

.slider--list .dragging {
  cursor: pointer;
}

.slider--track {
  top: 0;
  left: 0;
  position: relative;
  display: block;
  zoom: 1;
}

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

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

.slider--multiple {
  padding: 0 60px;
}

.slider__item {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  position: relative;
}

.slider__item img {
  display: block;
  width: 100%;
  padding-top: 120px;
}

.slider__item.slider--loading img {
  display: none;
}

.slider__item.dragging img {
  pointer-events: none;
}

.slider__nav {
  width: 100%;
  z-index: 2;
  background: 0 0;
  list-style: none;
  margin: 0;
  text-align: center;
  bottom: 0;
  position: absolute;
}

.slider__nav li {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  display: inline-block;
}

.slider__nav li a {
  margin-bottom: 0;
}

.slider__nav-container {
  text-align: center;
  padding-bottom: 15px !important;
  padding-top: 10px !important;
}

.slider__nav-container .tiles {
  cursor: pointer;
}

.slider__nav-container .slider__nav--next:hover,
.slider__nav-container .slider__nav--prev:hover {
  display: none;
}

.slider__nav-container .slider__nav--next:hover:before,
.slider__nav-container .slider__nav--prev:hover:before {
  border-color: #6bac43 !important;
  color: #6bac43 !important;
}

.slider__nav-container .slider__nav {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  display: inline !important;
}

@media only screen and (max-width: 768px) {
  .slider__nav-container .slider__nav {
    display: none !important;
  }
}

.slider__nav-container .slider__nav .slider__nav--title:hover {
  background-color: transparent;
  color: #6bac43;
}

.slider__nav--title {
  text-transform: none;
  border-radius: 0;
  color: #fff;
  border-color: transparent;
}

.slider--initialized .slider__item {
  display: block;
}

.slider--loading .slider--track,
.slider--loading .slider__item {
  visibility: hidden;
}

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

.slider__nav--arrows {
  right: 0;
  bottom: 0;
  position: absolute;
}

.slider--multiple .slider__nav--arrows {
  bottom: auto;
  top: 50%;
  margin-top: -18px;
  left: 0;
  width: 100%;
  overflow: visible;
}

.slider__nav--next,
.slider__nav--prev {
  color: #fff;
}

.slider__nav--next:before,
.slider__nav--prev:before {
  border-color: #fff;
}

.slider--multiple .slider__nav--next,
.slider--multiple .slider__nav--prev {
  position: absolute;
}

.slider--multiple .slider__nav--next:before,
.slider--multiple .slider__nav--prev:before {
  width: 48px;
  height: 48px;
  border-width: 5px 0 0 5px;
  margin-top: -24px;
  border-color: #ddd;
}

@media only screen and (max-width: 768px) {
  .slider--multiple .slider__nav--next:before,
  .slider--multiple .slider__nav--prev:before {
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }
}

.slider--multiple .slider__item:not(.slider__item--center):not(.slider__item--active) {
  opacity: 0.35;
}

.slider--multiple .slider__item--active:not(.slider__item--center) {
  opacity: 0.65;
}

.slider--multiple .slider__item--active:not(.slider__item--center):hover {
  opacity: 1;
}

.slider--multiple .slider__nav--prev {
  left: 0;
}

.slider--multiple .slider__nav--prev:before {
  margin-left: 15.6px;
}

.slider--multiple .slider__nav--next {
  right: 0;
}

.slider--multiple .slider__nav--next:before {
  margin-left: -62.4px;
}

@media only screen and (max-width: 768px) {
  .slider--multiple .slider__nav--next:before {
    margin-left: -31.2px;
  }
}

section embed,
section iframe,
section object {
  position: relative;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  /* height:100%; */
  border: none;
  margin: 0;
  padding: 0;
  overflow: scroll;
  z-index: 500;
  margin-bottom: 30px;
}

.container > footer {
  overflow: hidden;
}

.container > footer .shell {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .container > footer .shell {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .container > footer .shell {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.container > footer a {
  text-decoration: none;
}

.container > footer .list--title,
.container > footer h1,
.container > footer h2,
.container > footer h3,
.container > footer h4,
.container > footer h5,
.container > footer h6 {
  text-align: left;
}

.container > footer .list--title,
.container > footer h5 {
  border-bottom: 3px solid #363636;
  color: #6bac43;
  font-family: colfax-web, sans-serif;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 22px;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.container > footer a {
  color: #6bac43;
  display: inline-block;
  padding: 0;
  margin: 0;
  font-family: colfax-web, sans-serif;
  font-size: 19.8px;
  line-height: 27px;
  font-weight: 500;
  transition: all, 0.2s ease;
}

.container > footer a:hover {
  color: #fff;
}

.container > footer a:after {
  display: none;
}

.container > footer ul {
  list-style: none;
  max-width: none;
  margin: 0;
}

.container > footer ul li {
  margin: 0;
  font-family: colfax-web, sans-serif;
  font-size: 17.6px;
  line-height: 24px;
  font-weight: 500;
  color: #b3b3b3;
  padding: 5px 0;
}

.container > footer ul li a,
.container > footer ul li span {
  display: inline-block;
}

.container > footer hr {
  border-top: 3px solid #363636 !important;
  border-bottom: none;
}

.container > footer small {
  color: #fff;
  font-family: colfax-web, sans-serif;
  font-size: 15.4px;
  font-weight: 500;
  line-height: 19.8px;
}

.container > footer small a {
  font-size: 15.4px;
}

.container > footer small a:hover {
  color: #fff;
}

.container > footer small span {
  font-size: 15.4px;
}

.container > footer small span a {
  color: #fff;
}

.container > footer small span a:hover {
  color: #6bac43;
}

.container > footer small .copyright {
  font-weight: 700;
}

.container > footer .social-nav {
  display: block;
  margin: 20px 0 0;
}

.container > footer .social-nav a {
  display: inline-block;
  color: #6bac43;
  margin-right: 7px;
}

@media all and (max-width: 1150px) and (min-width: 1025px) {
  .container > footer .social-nav a {
    margin: 10px 2px 0 0;
  }
}

.container > footer .social-nav a:last-child {
  margin-right: 0;
}

.container > footer .social-nav a :hover {
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .container > footer .social-nav a {
    display: inline;
    /* margin-top: 50px */
  }
}

.container > footer #scroll-to-top .icon {
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.container > footer #scroll-to-top .icon .newspring--icon:after,
.container > footer #scroll-to-top .icon .newspring--icon:before {
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

.container > footer #scroll-to-top:hover {
  transition: all 0.2s ease-in-out;
}

.container > footer #scroll-to-top:hover .icon {
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.container > footer #scroll-to-top:hover .icon .newspring--icon:after,
.container > footer #scroll-to-top:hover .icon .newspring--icon:before {
  transition: all 0.2s ease-in-out;
  opacity: 0;
}

.masthead {
  position: relative;
  background-color: #fff;
  z-index: 90;
  box-shadow: none;
  overflow: visible;
}

.masthead .shell {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.masthead a {
  text-decoration: none;
}

.masthead.masthead--transparent {
  top: 0;
  right: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
}

.masthead.masthead--transparent .shell {
  z-index: 1;
  box-shadow: none;
}

.masthead.masthead--transparent .masthead-bar {
  background-color: transparent;
}

@media only screen and (min-width: 961px) {
  .masthead.masthead--transparent + section .hero.background--fill:not(.lap-wide-and-up-ratio--hero) .floating {
    padding-top: 80px;
  }
}

.masthead.masthead--transparent + section .hero.background--fill .lap-wide-and-up-ratio--hero:before {
  padding-top: calc(44.44444% + 85px);
}

@media only screen and (max-width: 768px) {
  .masthead.masthead--transparent + section .hero.background--fill .floating {
    padding-top: 65px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .masthead.masthead--transparent + section .hero.background--fill .floating {
    padding-top: 65px;
  }
}

@media only screen and (max-width: 1024px) {
  .masthead.masthead--transparent {
    top: 0;
  }
}

.masthead--floating {
  position: fixed;
}

.masthead-wrapper .masthead-bar {
  position: relative;
  text-align: right;
  background: #fff;
}

.masthead-wrapper .masthead-bar:after {
  clear: both;
  content: '.';
  display: block;
  visibility: hidden;
  height: 0;
}

@media only screen and (max-width: 1024px) {
  .masthead-wrapper {
    padding: 0;
  }
}

.icon {
  cursor: pointer;
}

.icon.fa-bars {
  font-family: 'FontAwesome';
  /* background-color: #6bac43; */
  color: #fff;
  z-index: 91;
}

.icon.fa-search {
  font-family: 'FontAwesome';
  /* color: #1c1c1c; */
  z-index: 91;
}

/* @media only screen and (max-width:1024px) {
  .icon.fa-search {
      border-left: 2px solid #ddd
  }
} */

.masthead--transparent .icon {
  font-size: 24px;
  width: 48px;
}

@media only screen and (max-width: 1024px) {
  .masthead--transparent .icon {
    margin-top: 6px;
  }
}

.masthead--transparent .icon.fa-search {
  color: #fff;
  border-left: 0;
}

.masthead--transparent .icon.fa-bars {
  background-color: transparent;
  margin-right: 10px;
}

.masthead--transparent .shell:after {
  content: '';
  z-index: 0;
  top: -5px;
  right: 0;
  left: 0;
  position: absolute;
  height: 120px;
  background: linear-gradient(to bottom, #000 0, transparent 100%);
  opacity: 0.7;
}

.masthead--transparent .shell .masthead-wrapper {
  position: relative;
  z-index: 1;
}

a.logo {
  color: #6bac43 !important;
}

.logo {
  float: left;
  top: 9px;
  left: 16px;
  position: relative;
  margin: 0 10px 0 0;
  text-decoration: none;
}

.logo {
  font-family: newspring-icofont;
  font-size: 44px;
  margin-right: 12px;
}

.masthead--transparent .logo {
  color: #fff;
}

.logo h1 {
  position: relative;
  top: 2px;
  display: inline-block;
  vertical-align: top;
  font-family: colfax-web, sans-serif;
  font-weight: 900;
  font-size: 22px;
  line-height: 23px;
  letter-spacing: 1px;
  color: #1c1c1c;
  max-width: 180px;
  text-align: left;
  margin: 0;
  text-transform: uppercase;
}

.masthead--transparent .logo h1 {
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .logo {
    top: 5px;
    left: 15px;
    position: absolute;
  }
  .logo h1 {
    font-size: 18px;
    line-height: 18px;
    margin-top: 4px !important;
  }
  .logo h1span {
    display: inline-block;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .logo h1span {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .logo .newspring-mark {
    font-size: 31.9px;
    margin-right: 7.5px;
    margin-bottom: -5px;
  }
  .masthead--transparent .logo {
    top: 10px;
    left: 15px;
    position: absolute;
  }
}

.nav--primary {
  margin: 0;
  list-style: none;
}

.nav--primary a,
.nav--primary li {
  display: inline-block;
  vertical-align: top;
}

.nav--primary li {
  position: relative;
  padding: 0;
  margin: 0;
}

.nav--primary li a {
  border-top: 5px solid transparent;
  margin: 0;
  font-family: colfax-web, sans-serif;
  line-height: 30px;
  color: #201d1e !important;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
  padding: 27px 25px 23px 23px;
  text-transform: none;
}

@media all and (max-width: 1131px) {
  .nav--primary li a {
    border-left: 0 none;
    padding-right: 18px;
    padding-left: 18px;
  }
}

.nav--primary li a .fa {
  font-family: FontAwesome;
  padding: 0;
}

.masthead--transparent .nav--primary li a {
  border-left: 0;
  color: #fff;
}

.nav--primary li:hover > a {
  border-top: 5px solid #e09d35;
  color: #fff;
}

@media all and (max-width: 1131px) {
  .nav--primary li:hover > a {
    border-left: 0 none;
  }
}

.masthead--transparent .nav--primary li:hover > a {
  border-left: 0;
  background-color: rgba(28, 28, 28, 0.96);
}

@media only screen and (min-width: 769px) {
  .nav--primary li:hover ul {
    display: block;
  }
}

.nav--primary li.subnav--right ul {
  position: absolute;
  left: auto;
  right: 0;
}

.nav--primary li .search {
  background: #6bac43;
  color: #fff;
  border-left: none;
  line-height: 80px;
  width: 80px;
  height: 80px;
}

.masthead--transparent .nav--primary li .search {
  background-color: transparent;
  width: 60px;
  margin-right: 20px;
}

.nav--primary ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 10px;
  list-style: none;
  background: #e09d35;
  z-index: 1000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  min-width: 130px;
}

.masthead--transparent .nav--primary ul {
  background-color: rgba(28, 28, 28, 0.98);
}

.nav--primary ul:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0, transparent 100%); */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0) */
}

.nav--primary ul li {
  width: 100%;
}

.nav--primary ul li a {
  width: 100%;
  padding: 15px 0;
  text-align: left;
  color: #2c1d07 !important;
  font-size: 17.6px !important;
  letter-spacing: 0;
  line-height: 21px;
  border-bottom: 1px solid #cb7932;
  border-left: 0 none;
  font-weight: 500 !important;
  text-transform: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.masthead--transparent .nav--primary ul li a {
  color: #666;
}

.nav--primary ul li a:hover {
  color: #fff !important;
  font-weight: 500;
  font-size: 17.6px;
  border-left: 0;
}

.masthead--transparent .nav--primary ul li:hover a {
  background-color: transparent;
}

.nav--primary ul li:last-child a {
  border-bottom: 0;
}

@media only screen and (max-width: 1150px) {
  .nav--primary li:nth-child(-n + 6) {
    display: none;
  }
  .nav--primary li:nth-last-child(n + 2) {
    margin-bottom: 17px;
  }
  .nav--primary.mobile-nav {
    display: block;
    padding: 0 0 25px;
    width: 100%;
    margin-top: 81px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .nav--primary.mobile-nav li {
    display: inline-block;
    width: 100%;
    text-align: left;
  }
  .nav--primary.mobile-nav li.search {
    display: none;
  }
  .nav--primary.mobile-nav li a {
    width: 100%;
    color: #fff;
    font-family: colfax-web, sans-serif;
    font-size: 26.4px;
    padding: 15px 25px;
    text-decoration: none;
  }
  .nav--primary.mobile-nav li a:hover {
    background: 0 0;
    color: #6bac43;
  }
  .nav--primary.mobile-nav li:hover,
  .nav--primary.mobile-nav li:hover a {
    background: 0 0;
  }
  .nav--primary.mobile-nav li.expanded a {
    color: #6bac43;
  }
  .nav--primary.mobile-nav li.expanded ul {
    display: block;
  }
  .nav--primary.mobile-nav li.give ul {
    position: relative;
  }
  .nav--primary.mobile-nav li ul {
    display: block;
    position: relative;
    background: 0 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .nav--primary.mobile-nav li ul:after {
    display: none;
  }
  .nav--primary.mobile-nav li ul a {
    color: #6bac43;
    border-bottom: none;
    padding: 13px 25px;
    font-size: 19.8px;
  }
  .nav--primary.mobile-nav li ul a:hover {
    color: #fff;
  }
}

.mobile-nav-container .close {
  background-color: #c64f55;
  color: #fff;
}

.mobile-nav-container .logo {
  text-align: left;
}

.mobile-nav-container .logo h1 {
  color: #fff;
}

.mobile-nav-container .logo img {
  display: inline-block;
  max-width: 100px;
}

.mobile-nav-container .logo .newspring-mark {
  color: #fff;
}

.masthead-bar.dark {
  background: #000;
}

.masthead-bar.dark .logo h1 {
  color: #fff;
}

.masthead-bar.dark .nav--primary > li > a {
  color: #fff;
  border-left: 2px solid #1c1c1c;
}

.masthead-bar.dark .nav--primary > li:hover > a {
  color: #6bac43;
}

.masthead-bar.dark .icon.fa-search {
  color: #fff;
}

@media only screen and (min-width: 961px) {
  .search-modal,
  .search-modal--locked {
    background: rgba(255, 255, 255, 0.5);
  }
}

.search-modal section,
.search-modal--locked section {
  background: 0 0;
}

.search-modal--locked .masthead-wrapper {
  padding: 0;
}

.modal-overlay input {
  font-size: 30px;
  height: 57px;
}

.search-container {
  position: relative;
}

.search-container input {
  display: inline-block;
  width: 100%;
  font-size: 33px;
  margin: 0;
  padding: 17px 105px 17px 25px;
  background: 0 #fff;
  border-radius: 0;
}

@media only screen and (max-width: 1024px) {
  .search-container {
    padding: 0;
  }
  .search-container input {
    padding: 12px 65px 12px 12px;
    font-size: 22px;
  }
}

.search-container .icon.icon--large {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 80px;
  width: 80px;
  height: 80px;
  font-size: 22px;
  z-index: 101;
}

@media only screen and (max-width: 1024px) {
  .search-container .icon.icon--large {
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 24px;
  }
}

.search-container .fa-times {
  background-color: #c64f55;
  color: #fff;
}

.search-container .fa-search {
  margin-right: 80px;
}

.cover-half {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.cover-half > a,
.cover-half > a > div,
.cover-half > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cover-half.cover-half--right,
.cover-half.cover-half--right div {
  right: 0;
  left: auto;
}

.fa-icon.fa-icon--filled {
  background-color: #6bac43;
  border-color: #fff;
}

.fa-icon.fa-icon--filled:before {
  color: #fff;
}

.fa-icon.fa-icon--filled:hover {
  background-color: #2a4930;
}

.fa-icon.fa-icon--filled:hover:before {
  color: #fff;
}

.fa-icon.fa-icon--play.fa-icon--overlap {
  position: absolute;
  top: 50%;
  margin-top: -45px;
}

.fa-icon.fa-icon--play.fa-icon--overlap.fa-icon--overlap-right {
  right: 0;
  margin-right: -45px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .fa-icon.fa-icon--play.fa-icon--overlap.fa-icon--overlap-right {
    top: 0;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
  }
}

@media only screen and (max-width: 768px) {
  .fa-icon.fa-icon--play.fa-icon--overlap.fa-icon--overlap-right {
    top: 0;
    right: 50%;
    margin-top: -45px;
    margin-right: -45px;
  }
}

.fa-icon.fa-icon--play.fa-icon--overlap.fa-icon--overlap-left {
  left: 0;
  margin-left: -45px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .fa-icon.fa-icon--play.fa-icon--overlap.fa-icon--overlap-left {
    top: 0;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
  }
}

@media only screen and (max-width: 768px) {
  .fa-icon.fa-icon--play.fa-icon--overlap.fa-icon--overlap-left {
    top: 0;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
  }
}

@media only screen and (max-width: 768px) {
  .fa-icon.fa-icon--play.fa-icon--overlap {
    width: 90px;
    height: 90px;
  }
  .fa-icon.fa-icon--play.fa-icon--overlap:before {
    font-size: 55px;
  }
}

.enclosed {
  background: #6bac43;
  padding: 30px;
  margin-bottom: 60px;
}

.enclosed h2 {
  font-size: 36.96px;
  line-height: 36.96px;
  color: #fff;
}

.enclosed p {
  color: #fff;
}

.enclosed:last-child {
  margin-bottom: 0;
}

.campus-filter {
  padding: 0;
  background: 0 0;
}

.campus-filter .results li a,
.campus-filter input {
  width: 100%;
  display: inline-block;
  font-family: colfax-web, sans-serif;
  font-size: 17.6px;
  padding: 13.33px 15px;
  color: #1c1c1c;
  text-decoration: none;
}

.campus-filter input {
  border-radius: 0;
  margin: 0;
  border: 0;
}

.campus-filter .results {
  max-height: 350px;
  overflow: scroll;
}

.campus-filter .results li {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  font-weight: 500;
}

.campus-filter .results li a {
  display: inline-block;
}

.campus-filter .results li a span {
  width: auto;
  font-family: FontAwesome;
  margin-right: 10px;
  color: #1c1c1c;
}

.campus-filter .results li:nth-child(even) {
  background: #f7f7f7;
}

.campus-filter .results li:nth-child(odd) {
  background: #fff;
}

.campus-filter .results li:hover a {
  background: #6bac43;
  color: #fff;
  cursor: pointer;
}

.campus-filter .results li:hover a span {
  color: #fff;
}

/*------------------------------------*\
 $Space for Media Player
 \*------------------------------------*/

/*------------------------------------*\
 $Main body styling
 \*------------------------------------*/

html {
  font: 1.375em/1.36364 'Lato', sans-serif !important;
  overflow-y: scroll;
  min-height: 100%;
}

body {
  font-family: 'Lato', sans-serif !important;
  overflow-x: hidden;
}

.grid--fwd {
  direction: ltr;
}

.overflow-hidden {
  overflow: hidden;
}

.form-control,
.form-control :not(#ctl00_main_ctl12_ctl01_ctl08_mdEdit_contentPanel) > select {
  height: auto;
  padding: 9px 12px;
  font-size: 16px;
}

/*------------------------------------*\
 $LOGIN STYLES
 \*------------------------------------*/

.narrow-login li:first-child {
  min-width: 0;
}

.narrow-login li a {
  float: left;
  padding: 15px 0;
}

li .dropdown-menu {
  background-color: #000;
  width: 100%;
}

li .dropdown-menu > li > a {
  padding: 3px 20px;
}

.loginstatus {
  padding: 0 !important;
  margin: 0 !important;
}

.loginstatus > li {
  text-align: left !important;
}

.loginstatus li a {
  text-transform: uppercase;
}

.loginstatus > li > a:hover,
.loginstatus > li > a:focus {
  color: #fff;
  background-color: #e09d35;
}

.loginstatus li a:focus {
  background-color: inherit;
}

.loginstatus .open > a,
.loginstatus .open > a:hover,
.loginstatus .open > a:focus {
  background-color: #e09d35;
  border-color: #e09d35;
}

.loginstatus li a span {
  position: relative !important;
  margin-left: 0 !important;
}

.loginstatus li a b {
  margin-left: 5px;
}

.loginstatus li ul {
  margin: 0 !important;
}

/*------------------------------------*\
 $NAV STYLES
 \*------------------------------------*/

/* header nav ul li a:hover {
  color: #CB7932 !important;
} */

header .navbar {
  background-color: #fff !important;
  /* color: #fff; 
  margin-bottom: 0;
  padding: 0 15px 5px;*/
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
  padding: 10px 0 0 15px;
}

.navbar-brand > img {
  width: 320px;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  z-index: 998;
}

.navbar-fixed-top {
  top: auto;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed !important;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}

.navbar-toggle {
  border: none;
  background: none;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: transparent !important;
  text-decoration: none;
  color: #fff;
}

.mainNav ul li a {
  color: #fff;
  font-size: 30px;
}

.main-navigation {
  background: none;
  padding-top: 20px;
  position: absolute;
}

.main-navigation.main-navigation--transparent {
  top: 0;
  right: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
}

.main-navigation + section .hero.background--fill .lap-wide-and-up-ratio--hero:before {
  padding-top: calc(44.44444% + 85px);
}

.nav > li > a:hover,
.nav > li > a:focus {
  color: #fff;
  background-color: #e09d35;
}

/*------------------------------------*\
 $SERMON LIST AND DETAIL STYLES
 \*------------------------------------*/

.messages-grid .sermondetail .messagelist {
  list-style-type: none;
}

.messages-grid .sermondetail .messagelist li {
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: solid 1pt #969696;
  position: relative;
}

.message-detail {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .messages-button {
    position: absolute;
    top: 0;
    right: 0;
  }
}

/*------------------------------------*\
 $HIDDEN NAV STYLES
 \*------------------------------------*/

.menu-wrap a:hover,
.menu-wrap a:focus {
  color: #c94e50;
}

.screen-top::before {
  position: fixed;
  top: auto;
  left: -80px;
  z-index: 999;
  width: 100%;
  height: 76px;
  background: rgba(0, 0, 0, 0.3);
  content: '';
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
  transition: opacity 0.4s, transform 0s 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.screen-bottom::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 996;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
  transition: opacity 0.4s, transform 0s 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

/* Open/Close Button */
#open-button {
  width: 30px;
  height: 19px;
  position: relative;
  margin: 26px 18px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#open-button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #201d1e;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#open-button span:nth-child(1) {
  top: 0px;
}

#open-button span:nth-child(2) {
  top: 8px;
}

#open-button span:nth-child(3) {
  top: 16px;
}

#open-button.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#open-button.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#open-button.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Menu */
/* .menu-wrap {
  position: fixed;
  right: 0px;
  top: 76px;
	z-index: 1001;
	width: 300px;
	height: 100%;
	background: rgba(48,48,48,0.9);
	padding: 2em 1.5em 0;
	font-size: 1.15em;
	-webkit-transform: translate3d(320px,0,0);
	transform: translate3d(320px,0,0);
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
} */

.menu,
.list {
  height: 100%;
}

.list {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.list li a {
  display: block;
  padding: 0.8em;
  -webkit-transform: translate3d(0, 500px, 0);
  transform: translate3d(0, 500px, 0);
}

.list,
.list li a {
  -webkit-transition: -webkit-transform 0s 0.4s;
  transition: transform 0s 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.list li a:nth-child(2) {
  -webkit-transform: translate3d(0, 1000px, 0);
  transform: translate3d(0, 1000px, 0);
}

.list li a:nth-child(3) {
  -webkit-transform: translate3d(0, 1500px, 0);
  transform: translate3d(0, 1500px, 0);
}

.list li a:nth-child(4) {
  -webkit-transform: translate3d(0, 2000px, 0);
  transform: translate3d(0, 2000px, 0);
}

.list li a:nth-child(5) {
  -webkit-transform: translate3d(0, 2500px, 0);
  transform: translate3d(0, 2500px, 0);
}

.list li a:nth-child(6) {
  -webkit-transform: translate3d(0, 3000px, 0);
  transform: translate3d(0, 3000px, 0);
}

.list li a span {
  margin-left: 10px;
}

/* Shown menu */
.menu-wrap.show-menu {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.isOpen .list,
.isOpen .list li a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.isOpen .list li a {
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
}

.icon-rc-icon-carat:before {
  content: '\68';
}

.pushNavIsOpen .screen-top::before {
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pushNavIsOpen .screen-bottom::before {
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.js-topPushNav {
  z-index: 998;
}

.pushNav {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  right: auto;
  left: 100%;
  padding-top: 12px;
  background: rgba(0, 0, 0, 0.9);
  transition: ease-in-out 0.6s;
  color: white;
  font-size: 16px;
  overflow: scroll;
}

.pushNav ul li a {
  color: white;
  padding-left: 35px;
  display: block;
  position: relative;
}

.pushNav ul li a.js-closeLevel span {
  transform: rotate(-180deg);
}

.pushNav ul li a span {
  position: absolute;
  left: 0;
  /* top: 16px; */
  /* transform: rotate(90deg); */
  /* height: 18px; */
  /* width: 18px; */
  /* display: block; */
  text-align: center;
}

.pushNav #menu-quick-links ul {
  padding-top: 15px;
}

.pushNav #menu-quick-links ul li a {
  padding: 6px 0 0 35px;
}

.pushNav #menu-quick-links ul li {
  font-size: 13px;
  font-size: 0.6rem;
  font-weight: 400;
  text-transform: none;
}

.js-topPushNav.isOpen,
.pushNav_level.isOpen {
  right: auto;
  left: 0;
}

@media (min-width: 768px) {
  .js-topPushNav.isOpen,
  .pushNav_level.isOpen {
    right: -50px;
    left: auto;
  }
}

@media (min-width: 768px) {
  .pushNav {
    width: 350px;
    top: 0;
    bottom: -15px;
    padding-top: 230px;
    right: -500px;
    left: auto;
    overflow: scroll;
    -webkit-clip-path: ellipse(50% 80% at 50% 50%);
    clip-path: ellipse(50% 80% at 50% 50%);
  }
}

.pushNav.pushNav_level {
  background: rgba(52, 101, 127, 0.95);
  z-index: 9999999;
  position: fixed;
  padding-top: 10px;
  margin-left: 30px;
}

@media (min-width: 768px) {
  .pushNav.pushNav_level {
    padding-top: 230px;
    top: 0;
    bottom: -15px;
    z-index: 997;
    margin-left: 250px;
  }
}

@media (min-width: 768px) {
  .pushNav.pushNav_level.isOpen {
    right: 220px;
    width: 350px;
    padding-right: 80px;
  }
}

@media (min-width: 768px) {
  .pushNav ul {
    margin: 0 0 0 53px;
  }
}

/* @media (max-width: 768px){
  .pushNav {
      margin-top: 167px;
  }
  } */

.fa-chevron-left:before {
  vertical-align: middle;
}

/* .js-topPushNav.isOpen, .pushNav_level.isOpen {
  right: auto;
  left: 0;
}

@media (min-width: 768px) {
.js-topPushNav.isOpen, .pushNav_level.isOpen {
    right: -50px;
    left: auto;
}
}

.pushNav {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  right: auto;
  left: 100%;
  padding-top: 12px;
  background: rgba(0, 0, 0, 0.9);
  transition: ease-in-out 0.6s;
  color: white;
  font-size: 16px;
}

@media (min-width: 768px) {
.pushNav {
    width: 450px;
    top: -25px;
    bottom: -125px;
    padding-top: 152px;
    right: -500px;
    left: auto;
    overflow: visible;
}
} */

/*------------------------------------*\
 $HEADER IMAGE STYLING
 \*------------------------------------*/

.header-img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
}

/*------------------------------------*\
 $SEARCH MODAL STYLES AND BUTTON
 \*------------------------------------*/

.modal-body,
label,
select,
.modal-body > div,
.modal-body :not(a):not(.link--arrow):not(button):not(small):not(b):not(input):not(#ctl00_main_ctl12_ctl01_ctl08_mdEdit_contentPanel) > select {
  color: #333 !important;
}

.search-container .input-group {
  margin: 100px 0 0 0;
}

.search-container .input-group-addon {
  display: none;
}

.search-container .btn-primary {
  border-radius: 0;
}

.search-container .form-group {
  color: #1c1c1c;
}

.icon {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
}

.icon:hover,
.icon:focus {
  color: #fff;
}

/*------------------------------------*\
 $Modal styling for location pop-ups
\*------------------------------------*/
.fadey {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fadey.in {
  opacity: 1;
}
.modaly-open {
  overflow: hidden;
}
.modaly {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modaly h6,
.modaly p {
  margin-bottom: 0;
}
.modaly.fadey .modaly-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modaly.in .modaly-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modaly-open .modaly {
  overflow-x: hidden;
  overflow-y: auto;
}
.modaly-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modaly-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modaly-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modaly-backdrop.fadey {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modaly-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modaly-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modaly-header .close {
  margin-top: -2px;
}
.modaly-title {
  margin: 0;
  line-height: 1.42857143;
}
.modaly-body {
  position: relative;
  padding: 15px;
}
.modaly-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modaly-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modaly-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modaly-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modaly-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modaly-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modaly-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modaly-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modaly-lg {
    width: 900px;
  }
  .image--fixed {
    background-attachment: fixed;
  }
}
.modaly-header:before,
.modaly-header:after,
.modaly-footer:before,
.modaly-footer:after {
  display: table;
  content: ' ';
}
.modaly-header:after,
.modaly-footer:after {
  clear: both;
}

/*------------------------------------*\
 $The Overlay (background)
\*------------------------------------*/
.modal-overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 0;
  width: 100%;
  position: fixed;
  /* Stay in place */
  z-index: 100;
  /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(35, 41, 58);
  /* Black fallback color */
  background-color: rgba(35, 41, 58, 0.98);
  /* Black w/opacity */
  overflow-x: hidden;
  /* Disable horizontal scroll */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Animations */
.modal.unfold {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal.unfold .modal-background .modal {
  transform: scale(0);
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal.unfold.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal.unfold.out .modal-background .modal {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

/* .close {
  font-size: 60px;
} */

/* Position the content inside the overlay */

.overlay-content {
  position: relative;
  top: 16%;
  /* 25% from the top */
  width: 100%;
  /* 100% width */
  /*text-align: center;  Centered text/links */
  /*margin-top: 30px;  30px top margin to avoid conflict with the close button on smaller screens */
  padding: 0 20px;
  float: left;
}

/* Position the main menu inside the modal */

.overlay-content .page-menu {
  float: left;
}

/* Adding spacing for the menu items */

.overlay-content .navbar-nav > li > a {
  padding-bottom: 30px;
}

/* Rollover changes */

/* .overlay-content .navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
  color: #E09D35 !important;
} */

/* Secondary menu styling */

.secondary > li > a {
  font-size: 16px !important;
  padding-bottom: 10px !important;
}

/* The navigation links inside the overlay */

.modal-overlay a {
  padding: 2px 12px;
  text-decoration: none;
  font-size: 36px;
  /*color: #818181;*/
  display: block;
  /* Display block instead of inline */
  transition: 0.3s;
  /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */

.modal-overlay a:hover,
.modal-overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */

.modal-overlay .closebtn {
  position: absolute;
  top: 10px;
  right: 5px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */

@media screen and (max-height: 450px) {
  .modal-overlay {
    overflow-y: auto;
  }
  .modal-overlay a {
    font-size: 20px;
  }
  .modal-overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

/*------------------------------------*\
 $Flexbox Styling
\*------------------------------------*/

.row.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.is-flex:after,
.row.is-flex:before {
  display: none;
}
.row.is-flex > [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.row.is-flex > [class*='col-'] > .panel {
  height: 100%;
}

/*------------------------------------*\
 $Bootstrap Accordion Styling
\*------------------------------------*/
.panel-group .panel {
  margin-bottom: 20px;
  border-radius: 0;
}

.panel {
  background-color: transparent;
}

.panel-heading {
  padding: 0;
}

.panel-heading .date {
  background: #5789b5;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1em;
  text-transform: uppercase;
  padding-top: 25px;
  padding-bottom: 25px;
  color: white;
  max-width: 28%;
}

.panel-heading .name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  text-transform: none;
  padding-top: 20px;
  padding-right: 45px;
}

.panel-title {
  display: flex;
}

.panel-title a,
.panel-heading a {
  text-decoration: none;
}

.panel-title h3,
.panel-heading h5 {
  color: #777;
}

.panel-title h3:hover,
.panel-heading h5:hover {
  color: #5789b5;
}

.expander-right {
  color: #5789b5;
  font-size: 25px;
  font-size: 2rem;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  cursor: pointer;
}

.expander-right-sm {
  color: #5789b5;
  font-size: 25px;
  font-size: 1.5rem;
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}

.expander-down {
  color: #5789b5;
  font-size: 25px;
  font-size: 2rem;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#ctl00_ctl22_ctl01_ctl08_tbSearch {
  height: inherit;
  color: #fff;
  font-size: 30px;
  background-color: transparent;
}

/* End Search Modal Styling */

/*------------------------------------*\
 $Watch Live Top Banner Styling
\*------------------------------------*/
#ectime p {
  margin: 0 !important;
}

/* Block content styling */

.announcement-list-left {
  width: 500px;
  margin: 0 auto;
  padding: 50px;
}

.btn-hero {
  margin: 10px;
}

.btn-lg {
  font-size: 20px;
  padding: 10px 30px;
}

/* Overlay styling */

.ontop .ontop__item {
  position: relative;
  z-index: 2;
}

.ontop .ontop__item .btn-lg,
.btn-group-lg > .btn {
  margin: 10px;
}

.btn-action {
  color: #245682;
  background-color: #b9d4ec;
  border-color: #a6c8e6;
  border-radius: 0;
}

.btn-action:hover {
  color: #5789b5;
  background-color: #fff;
  border-color: #5789b5;
}

input {
  transition: all 0.1s ease-in-out;
}

.btn-primary {
  background-color: #5789b5;
  border-color: #5789b5;
}

.btn-primary:hover {
  color: #5789b5;
  background-color: #fff;
  border-color: #5789b5;
}

.btn-primary.blue:hover {
  color: #fff !important;
  background-color: #5789b5;
  border-color: #fff;
}

.btn-warning {
  border-radius: 0;
}

.btn-danger {
  border-radius: 0;
}

.btn-danger.disabled {
  opacity: 1 !important;
}

.btn-home {
  background-color: #fff;
  border-color: #fff;
  border-radius: 20px;
}

/* Button matrix */
.btn-matrix .btn {
  border-color: #4d7eac;
  text-align: center;
}
.btn-matrix .btn h4 {
  text-align: center;
  color: #4d7eac !important;
}
.btn-matrix > .btn-group-justified > .btn:nth-child(2n + 3) {
  clear: left;
  margin-left: 0;
}
.btn-matrix > .btn-group-justified > .btn:nth-child(n + 3) {
  margin-top: -1px;
}
/* .btn-matrix > .btn-group-justified > .btn:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.btn-matrix > .btn-group-justified > .btn:last-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
} */
/* Bottom Row */
/* .btn-matrix > .btn-group-justified:nth-child(2) > .btn:first-child {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.btn-matrix > .btn-group-justified:nth-child(2) > .btn:last-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
} */

.orange {
  color: #cb7932;
}

.green {
  color: #aab242;
}

.red {
  color: #a64029;
}

.blue {
  color: #5789b5 !important;
  background-color: #fff;
}
.blue:hover h4,
.blue:hover {
  color: #fff !important;
}

.blue h4 {
  color: #5789b5;
  margin-bottom: 0;
}

.btn-default:hover,
.btn-default:hover h4 {
  background-color: transparent !important;
}

.push-half--bottom {
  margin-bottom: 30px !important;
}

.spread {
  word-spacing: 10px;
  letter-spacing: 10px;
}

/* .margin-fix-left {
  margin-left: 1px !important;
} */

.margin-fix-right {
  margin-left: -3px !important;
}

.overlay--solid:hover:after {
  background: rgba(28, 28, 28, 0.6);
  transition: all 0.1s ease-in-out;
}

/* Row Styling */

.show-grid {
  border-bottom-color: rgba(144, 144, 144, 0.25);
  margin-bottom: 3em;
}

.row-height {
  max-height: 444px;
  overflow: hidden;
}

.row-height img {
  width: 100%;
}

/* Footer Styling */

.upper-footer {
  background-color: #626264;
  color: #fff;
  padding: 15px;
}

footer {
  /*position: absolute;
  bottom: 0;
  width: 100%;*/
  background-color: #23293a;
  color: #fff;
  margin-bottom: 0 !important;
  padding: 15px 15px 5px;
  padding-bottom: 100px;
}
.footer-nav {
  margin-bottom: 0;
  min-height: 0;
}
.footer-office {
  float: left;
}

.footer-office h4 {
  margin-bottom: 0;
  font-size: 18px;
}
.footer-office p {
  margin-bottom: 0 !important;
  font-size: 16px;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .footer-office h4 {
    font-size: 22px;
  }
  .footer-office p {
    font-size: 16px;
  }
}

.footer-office a {
  text-decoration: none;
  color: #fff;
}

.footer-office a:hover {
  color: #cb7932;
}

.social-icons {
  font-size: 28.6px;
  margin: 20px auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .social-icons {
    float: right;
    text-align: right;
    margin: 0;
  }
}
.social-icons a {
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
}

.lower-footer p {
  font-size: 14px;
  line-height: inherit;
  margin: 0 0 10px;
}

/* End Footer Styling */

/* Google Map top bar removal */
.i4ewOd-pzNkMb-haAclf {
  display: none;
}

/* Styles for the Emmanuel Help button */
.help-butt {
  position: fixed;
  width: 100px;
  height: 60px;
  bottom: 20px;
  left: 20px;
  background-color: #78a300;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  z-index: 3;
}

.help-butt:hover {
  color: #fff;
}

.help-butt:focus {
  color: #fff;
}

.my-help-butt {
  margin-top: 22px;
}

/* Overrides for the DarkMode button */
.darkmode-layer,
.darkmode-toggle {
  z-index: 2;
}

@media only screen and (max-width: 500px) {
  .navbar-brand {
    margin-top: 10px;
  }
  .navbar-brand > img {
    width: 200px;
  }
}

@media only screen and (max-width: 768px) {
  .navbar-header {
    float: left;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-nav > li > a {
    padding: 15px 5px;
  }
  .main-navigation {
    padding-top: 10px;
  }
  header .navbar {
    background-color: transparent;
    right: 0;
  }
  .navbar-toggle {
    margin-right: 0;
  }
  .masthead.masthead--transparent + section .hero.background--fill .floating {
    padding-top: 65px;
  }
  /* .pipe {
    display: none;
  } */
  .footer-nav > ul > li > a {
    padding: 0;
  }
  .footer-office h2 {
    font-size: 20px;
  }
  #header-nav {
    display: none;
  }
  .spread {
    word-spacing: 0px;
    letter-spacing: 2px;
  }
  .help-butt {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 20px;
    background-color: #78a300;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    z-index: 3;
  }
  .help-butt-text {
    display: none;
  }
  .lap-wide-and-up-ratio--hero {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .lap-wide-and-up-ratio--landscape {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .lap-wide-and-up-ratio--landscape:before {
    content: '';
    display: block;
    padding-top: 50%;
  }
  .lap-wide-and-up-ratio--hero:before {
    content: '';
    display: none;
  }
}

.lap-wide-and-up-ratio--hero:before {
  content: '';
  display: block;
  padding-top: 44.44444%;
}

@media screen and (max-width: 900px) {
  .lap-wide-and-up-ratio--hero:before {
    padding-top: 64.44444%;
  }
}

@media screen and (min-width: 600px) {
  .lap-wide-and-up-ratio--hero .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
}

@media screen and (min-width: 768px) {
  .container {
    width: 100%;
  }
  .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-nav > li > a {
    padding: 15px 5px;
  }
  .lap-wide-and-up-ratio--hero {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }

  .lap-wide-and-up-ratio--landscape {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .lap-wide-and-up-ratio--landscape:before {
    content: '';
    display: block;
    padding-top: 50%;
  }
  .lap-wide-and-up-ratio--landscape .ratio__item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .mainNav ul li a {
    font-size: 18px;
  }
  .main-navigation + section .hero.background--fill:not(.lap-wide-and-up-ratio--hero) .floating {
    padding-top: 80px;
  }
  .palm-wide-and-up-one-whole {
    width: 100%;
  }
  .icon {
    font-size: 16px;
  }
  .footer-nav > ul > li > a {
    padding: 5px 0 0;
  }
}

@media screen and (min-width: 992px) {
  .navbar-collapse {
    padding: inherit;
  }
  .navbar-nav > li > a {
    padding: 19px;
  }
  .narrow-login li a {
    padding: 15px 0;
  }
  .mainNav ul li a {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .col-md-10 {
    width: 83.33333334%;
    float: left;
  }
  .col-md-11 {
    width: 91.666666667%;
    float: left;
  }
  .row.is-flex {
    display: inherit;
  }
}

@media only screen and (max-width: 1025px) {
  .margin-fix-left {
    margin-left: 0 !important;
  }
  .margin-fix-right {
    margin-left: 0 !important;
  }
  .ratio--square:before {
    padding-top: 60%;
  }
  /* .shell {
    padding: 120px 120px 100px;
  } */
}

@media only screen and (max-width: 768px) {
  .pushNav {
    padding-top: 300px;
  }
}

@media only screen and (max-width: 1400px) {
  .hero h1 {
    font-size: 44px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 640px) {
  .hero h1 {
    font-size: 26px;
    line-height: 26px;
  }
}

@media (min-width: 1680px) {
  .mainNav ul li a {
    font-size: 28px;
  }
  .icon {
    font-size: 22px;
  }
}

@media (min-width: 1681px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .phonegroup-label {
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .panel {
    height: auto !important;
  }
}

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

[class^='emmanuel-'],
[class*=' emmanuel-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  /* speak: none; */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.emmanuel-e:before {
  content: '\e900';
}
