@charset "UTF-8";
meta.foundation-version {
  font-family: "/5.5.3/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #333333;
  cursor: auto;
  font-family: "aktiv-grotesk", sans-serif;
  font-style: normal;
  font-weight: 200;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover, .searchform-inline a.searchform_submit:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

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

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

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

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

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }
  .small-only-text-right {
    text-align: right !important;
  }
  .small-only-text-center {
    text-align: center !important;
  }
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  .small-text-left {
    text-align: left !important;
  }
  .small-text-right {
    text-align: right !important;
  }
  .small-text-center {
    text-align: center !important;
  }
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:40.0625em) and (max-width:64em) {
  .medium-only-text-left {
    text-align: left !important;
  }
  .medium-only-text-right {
    text-align: right !important;
  }
  .medium-only-text-center {
    text-align: center !important;
  }
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:40.0625em) {
  .medium-text-left {
    text-align: left !important;
  }
  .medium-text-right {
    text-align: right !important;
  }
  .medium-text-center {
    text-align: center !important;
  }
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:64.0625em) and (max-width:90em) {
  .large-only-text-left {
    text-align: left !important;
  }
  .large-only-text-right {
    text-align: right !important;
  }
  .large-only-text-center {
    text-align: center !important;
  }
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:64.0625em) {
  .large-text-left {
    text-align: left !important;
  }
  .large-text-right {
    text-align: right !important;
  }
  .large-text-center {
    text-align: center !important;
  }
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:90.0625em) and (max-width:120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }
  .xlarge-only-text-right {
    text-align: right !important;
  }
  .xlarge-only-text-center {
    text-align: center !important;
  }
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:90.0625em) {
  .xlarge-text-left {
    text-align: left !important;
  }
  .xlarge-text-right {
    text-align: right !important;
  }
  .xlarge-text-center {
    text-align: center !important;
  }
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:120.0625em) and (max-width:6249999.9375em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:120.0625em) {
  .xxlarge-text-left {
    text-align: left !important;
  }
  .xxlarge-text-right {
    text-align: right !important;
  }
  .xxlarge-text-center {
    text-align: center !important;
  }
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th,
body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tr th,
body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th,
body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tr th,
body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tr th,
body.page-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label,
body.page-alaska .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label,
body.page-alaska-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label,
body.page-internships .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label,
body.page-template-template-job-posting .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
a {
  color: #ef3e32;
  text-decoration: none;
  line-height: inherit;
}
a:hover, .searchform-inline a.searchform_submit:hover, a:focus {
  color: #e71f12;
}
a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
h1, h2, h3, h4, h5, body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-alaska .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-alaska-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-internships .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-template-template-job-posting .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, h6 {
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
h1 small, h2 small, h3 small, h4 small, h5 small, body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th small, body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tr th small, body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th small, body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tr th small, body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tr th small, body.page-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label small, body.page-alaska .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label small, body.page-alaska-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label small, body.page-internships .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label small, body.page-template-template-job-posting .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

h1 {
  font-size: 2.125rem;
}

h2 {
  font-size: 1.6875rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5, body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-alaska .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-alaska-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-internships .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-template-template-job-posting .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

.hr, hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

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

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #c3bfc2;
  border-width: 1px;
  border-style: solid;
  border-color: #b0abaf;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

ul {
  margin-left: 1.1rem;
}
ul.no-bullet {
  margin-left: 0;
}
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #333333;
  cursor: help;
}

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

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}
blockquote cite:before {
  content: "— ";
}
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width:40.0625em) {
  h1, h2, h3, h4, h5, body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-alaska .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-alaska-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-internships .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-template-template-job-posting .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, h6 {
    line-height: 1.4;
  }
  h1 {
    font-size: 2.75rem;
  }
  h2 {
    font-size: 2.3125rem;
  }
  h3 {
    font-size: 1.6875rem;
  }
  h4 {
    font-size: 1.4375rem;
  }
  h5, body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-alaska .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-alaska-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-internships .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-template-template-job-posting .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1rem;
  }
}
h1 a, h2 a, h3 a, h4 a, h5 a, body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th a, body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tr th a, body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th a, body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tr th a, body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tr th a, body.page-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label a, body.page-alaska .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label a, body.page-alaska-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label a, body.page-internships .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label a, body.page-template-template-job-posting .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label a, h6 a {
  text-decoration: none;
  color: inherit;
}

.clear {
  clear: both;
}

.clear-short {
  clear: both;
  padding: 0.5em 0;
}

.clear-tall {
  clear: both;
  padding: 1em 0;
}

.clear-taller {
  clear: both;
  padding: 2em 0;
}

.alignleft {
  float: left;
  margin: 0 1.5em 1.5em 0;
}

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

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

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.br {
  display: block;
}

i.fa {
  font-style: normal;
}

/*
// We use these to control header font styles
$header-font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
$header-font-weight: bold;
$header-font-style: normal;
$header-font-color: #222;
$header-line-height: 1.4;
$header-top-margin: .2rem;
$header-bottom-margin: .5rem;
$header-text-rendering: optimizeLegibility;

// We use these to control header font sizes
$h1-font-size: rem-calc(44);
$h2-font-size: rem-calc(37);
$h3-font-size: rem-calc(27);
$h4-font-size: rem-calc(23);
$h5-font-size: rem-calc(18);
$h6-font-size: 1rem;

// These control how subheaders are styled
$subheader-line-height: 1.4;
$subheader-font-color: scale-color($header-font-color, $lightness: 35%);
$subheader-font-weight: 300;
$subheader-top-margin: .2rem;
$subheader-bottom-margin: .5rem;

// A general small styling
$small-font-size: 60%;
$small-font-color: scale-color($header-font-color, $lightness: 35%);

// We use these to style paragraphs
$paragraph-font-family: inherit;
$paragraph-font-weight: normal;
$paragraph-font-size: 1rem;
$paragraph-line-height: 1.6;
$paragraph-margin-bottom: rem-calc(20);
$paragraph-aside-font-size: rem-calc(14);
$paragraph-aside-line-height: 1.35;
$paragraph-aside-font-style: italic;
$paragraph-text-rendering: optimizeLegibility;

// We use these to style code tags
$code-color: scale-color($alert-color, $lightness: -27%);
$code-font-family: Consolas, Liberation Mono, Courier, monospace;
$code-font-weight: bold;

// We use these to style anchors
$anchor-text-decoration: none;
$anchor-font-color: $primary-color;
$anchor-font-color-hover: scale-color($primary-color, $lightness: -14%);

// We use these to style the hr element
$hr-border-width: 1px;
$hr-border-style: solid;
$hr-border-color: #ddd;
$hr-margin: rem-calc(20);

// We use these to style lists
$list-style-position: outside;
$list-side-margin: 0;
$list-nested-margin: rem-calc(20);
$definition-list-header-weight: bold;
$definition-list-header-margin-bottom: .3rem;
$definition-list-margin-bottom: rem-calc(12);

// We use these to style blockquotes
$blockquote-font-color: scale-color($header-font-color, $lightness: 35%);
$blockquote-padding: rem-calc(9 20 0 19);
$blockquote-border: 1px solid #ddd;
$blockquote-cite-font-size: rem-calc(13);
$blockquote-cite-font-color: scale-color($header-font-color, $lightness: 23%);
$blockquote-cite-link-color: $blockquote-cite-font-color;

// Acronym styles
$acronym-underline: 1px dotted #ddd;

// We use these to control padding and margin
$microformat-padding: rem-calc(10 12);
$microformat-margin: rem-calc(0 0 20 0);

// We use these to control the border styles
$microformat-border-width: 1px;
$microformat-border-style: solid;
$microformat-border-color: #ddd;

// We use these to control full name font styles
$microformat-fullname-font-weight: bold;
$microformat-fullname-font-size: rem-calc(15);

// We use this to control the summary font styles
$microformat-summary-font-weight: bold;

// We use this to control abbr padding
$microformat-abbr-padding: rem-calc(0 1);

// We use this to control abbr font styles
$microformat-abbr-font-weight: bold;
$microformat-abbr-font-decoration: none;
*/
h1 a, h2 a, h3 a, h4 a, h5 a, body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th a, body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tr th a, body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th a, body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tr th a, body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tr th a, body.page-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label a, body.page-alaska .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label a, body.page-alaska-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label a, body.page-internships .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label a, body.page-template-template-job-posting .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label a, h6 a {
  text-decoration: none;
  color: inherit;
}

/*
// We use these to control header font styles
$header-font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
$header-font-weight: bold;
$header-font-style: normal;
$header-font-color: #222;
$header-line-height: 1.4;
$header-top-margin: .2rem;
$header-bottom-margin: .5rem;
$header-text-rendering: optimizeLegibility;

// We use these to control header font sizes
$h1-font-size: rem-calc(44);
$h2-font-size: rem-calc(37);
$h3-font-size: rem-calc(27);
$h4-font-size: rem-calc(23);
$h5-font-size: rem-calc(18);
$h6-font-size: 1rem;

// These control how subheaders are styled
$subheader-line-height: 1.4;
$subheader-font-color: scale-color($header-font-color, $lightness: 35%);
$subheader-font-weight: 300;
$subheader-top-margin: .2rem;
$subheader-bottom-margin: .5rem;

// A general small styling
$small-font-size: 60%;
$small-font-color: scale-color($header-font-color, $lightness: 35%);

// We use these to style paragraphs
$paragraph-font-family: inherit;
$paragraph-font-weight: normal;
$paragraph-font-size: 1rem;
$paragraph-line-height: 1.6;
$paragraph-margin-bottom: rem-calc(20);
$paragraph-aside-font-size: rem-calc(14);
$paragraph-aside-line-height: 1.35;
$paragraph-aside-font-style: italic;
$paragraph-text-rendering: optimizeLegibility;

// We use these to style code tags
$code-color: scale-color($alert-color, $lightness: -27%);
$code-font-family: Consolas, Liberation Mono, Courier, monospace;
$code-font-weight: bold;

// We use these to style anchors
$anchor-text-decoration: none;
$anchor-font-color: $primary-color;
$anchor-font-color-hover: scale-color($primary-color, $lightness: -14%);

// We use these to style the hr element
$hr-border-width: 1px;
$hr-border-style: solid;
$hr-border-color: #ddd;
$hr-margin: rem-calc(20);

// We use these to style lists
$list-style-position: outside;
$list-side-margin: 0;
$list-nested-margin: rem-calc(20);
$definition-list-header-weight: bold;
$definition-list-header-margin-bottom: .3rem;
$definition-list-margin-bottom: rem-calc(12);

// We use these to style blockquotes
$blockquote-font-color: scale-color($header-font-color, $lightness: 35%);
$blockquote-padding: rem-calc(9 20 0 19);
$blockquote-border: 1px solid #ddd;
$blockquote-cite-font-size: rem-calc(13);
$blockquote-cite-font-color: scale-color($header-font-color, $lightness: 23%);
$blockquote-cite-link-color: $blockquote-cite-font-color;

// Acronym styles
$acronym-underline: 1px dotted #ddd;

// We use these to control padding and margin
$microformat-padding: rem-calc(10 12);
$microformat-margin: rem-calc(0 0 20 0);

// We use these to control the border styles
$microformat-border-width: 1px;
$microformat-border-style: solid;
$microformat-border-color: #ddd;

// We use these to control full name font styles
$microformat-fullname-font-weight: bold;
$microformat-fullname-font-size: rem-calc(15);

// We use this to control the summary font styles
$microformat-summary-font-weight: bold;

// We use this to control abbr padding
$microformat-abbr-padding: rem-calc(0 1);

// We use this to control abbr font styles
$microformat-abbr-font-weight: bold;
$microformat-abbr-font-decoration: none;
*/
.row {
  margin: 0 auto;
  max-width: calc(87.5rem + 20px * 2);
  width: 100%;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

.column + .column:last-child,
.column + .columns:last-child,
.columns + .column:last-child,
.columns + .columns:last-child {
  float: right;
}
.column + .column.end,
.column + .columns.end,
.columns + .column.end,
.columns + .columns.end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .small-1 {
    width: 8.3333333333%;
  }
  .small-2 {
    width: 16.6666666667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.3333333333%;
  }
  .small-5 {
    width: 41.6666666667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.3333333333%;
  }
  .small-8 {
    width: 66.6666666667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.3333333333%;
  }
  .small-11 {
    width: 91.6666666667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0 !important;
  }
  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
@media only screen and (min-width:40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0 !important;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width:64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .large-1 {
    width: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0 !important;
  }
  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width:90.0625em) {
  .xlarge-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .xlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .xlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .xlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .xlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .xlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .xlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .xlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .xlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .xlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-0 {
    margin-left: 0 !important;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .xlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .xlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .xlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .xlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.xlarge-centered,
  .columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xlarge-uncentered,
  .columns.xlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.xlarge-centered:last-child,
  .columns.xlarge-centered:last-child {
    float: none;
  }
  .column.xlarge-uncentered:last-child,
  .columns.xlarge-uncentered:last-child {
    float: left;
  }
  .column.xlarge-uncentered.opposite,
  .columns.xlarge-uncentered.opposite {
    float: right;
  }
  .row.xlarge-collapse > .column,
  .row.xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.xlarge-uncollapse > .column,
  .row.xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
@media only screen and (min-width:120.0625em) {
  .xxlarge-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .xxlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .xxlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .xxlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .xxlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .xxlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .xxlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .xxlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .xxlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .xxlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-12 {
    width: 100%;
  }
  .xxlarge-offset-0 {
    margin-left: 0 !important;
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .xxlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .xxlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .xxlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .xxlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.xxlarge-centered,
  .columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xxlarge-uncentered,
  .columns.xxlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.xxlarge-centered:last-child,
  .columns.xxlarge-centered:last-child {
    float: none;
  }
  .column.xxlarge-uncentered:last-child,
  .columns.xxlarge-uncentered:last-child {
    float: left;
  }
  .column.xxlarge-uncentered.opposite,
  .columns.xxlarge-uncentered.opposite {
    float: right;
  }
  .row.xxlarge-collapse > .column,
  .row.xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.xxlarge-uncollapse > .column,
  .row.xxlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
[class*=block-grid-] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
[class*=block-grid-]:before, [class*=block-grid-]:after {
  content: " ";
  display: table;
}
[class*=block-grid-]:after {
  clear: both;
}
[class*=block-grid-] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width:40.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width:64.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
button, .button, .searchform-inline .searchform_submit:hover, .searchform-inline .searchform_submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #ef3e32;
  border-color: #d61d11;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}
button:hover, button:focus, .button:hover, .searchform-inline .searchform_submit:hover, .button:focus, .searchform-inline .searchform_submit:focus {
  background-color: #d61d11;
}
button:hover, button:focus, .button:hover, .searchform-inline .searchform_submit:hover, .button:focus, .searchform-inline .searchform_submit:focus {
  color: #FFFFFF;
}
button.secondary, .button.secondary, .searchform-inline .secondary.searchform_submit {
  background-color: #322f31;
  border-color: #282627;
  color: #FFFFFF;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .searchform-inline .secondary.searchform_submit:hover, .button.secondary:focus, .searchform-inline .secondary.searchform_submit:focus {
  background-color: #282627;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .searchform-inline .secondary.searchform_submit:hover, .button.secondary:focus, .searchform-inline .secondary.searchform_submit:focus {
  color: #FFFFFF;
}
button.success, .button.success, .searchform-inline .success.searchform_submit {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
button.success:hover, button.success:focus, .button.success:hover, .searchform-inline .success.searchform_submit:hover, .button.success:focus, .searchform-inline .success.searchform_submit:focus {
  background-color: #368a55;
}
button.success:hover, button.success:focus, .button.success:hover, .searchform-inline .success.searchform_submit:hover, .button.success:focus, .searchform-inline .success.searchform_submit:focus {
  color: #FFFFFF;
}
button.alert, .button.alert, .searchform-inline .alert.searchform_submit {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .searchform-inline .alert.searchform_submit:hover, .button.alert:focus, .searchform-inline .alert.searchform_submit:focus {
  background-color: #cf2a0e;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .searchform-inline .alert.searchform_submit:hover, .button.alert:focus, .searchform-inline .alert.searchform_submit:focus {
  color: #FFFFFF;
}
button.warning, .button.warning, .searchform-inline .warning.searchform_submit {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .searchform-inline .warning.searchform_submit:hover, .button.warning:focus, .searchform-inline .warning.searchform_submit:focus {
  background-color: #cf6e0e;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .searchform-inline .warning.searchform_submit:hover, .button.warning:focus, .searchform-inline .warning.searchform_submit:focus {
  color: #FFFFFF;
}
button.info, .button.info, .searchform-inline .info.searchform_submit {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
button.info:hover, button.info:focus, .button.info:hover, .searchform-inline .info.searchform_submit:hover, .button.info:focus, .searchform-inline .info.searchform_submit:focus {
  background-color: #61b6d9;
}
button.info:hover, button.info:focus, .button.info:hover, .searchform-inline .info.searchform_submit:hover, .button.info:focus, .searchform-inline .info.searchform_submit:focus {
  color: #FFFFFF;
}
button.large, .button.large, .searchform-inline .large.searchform_submit {
  padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
  font-size: 1.25rem;
}
button.small, .button.small, .searchform-inline .small.searchform_submit {
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem;
}
button.tiny, .button.tiny, .searchform-inline .tiny.searchform_submit {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.6875rem;
}
button.expand, .button.expand, .searchform-inline .expand.searchform_submit {
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  padding-bottom: 1.0625rem;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
button.left-align, .button.left-align, .searchform-inline .left-align.searchform_submit {
  text-align: left;
  text-indent: 0.75rem;
}
button.right-align, .button.right-align, .searchform-inline .right-align.searchform_submit {
  text-align: right;
  padding-right: 0.75rem;
}
button.radius, .button.radius, .searchform-inline .radius.searchform_submit {
  border-radius: 3px;
}
button.round, .button.round, .searchform-inline .round.searchform_submit {
  border-radius: 1000px;
}
button.disabled, button[disabled], .button.disabled, .searchform-inline .disabled.searchform_submit, .button[disabled], .searchform-inline [disabled].searchform_submit {
  background-color: #ef3e32;
  border-color: #d61d11;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .searchform-inline .disabled.searchform_submit:hover, .button.disabled:focus, .searchform-inline .disabled.searchform_submit:focus, .button[disabled]:hover, .searchform-inline [disabled].searchform_submit:hover, .button[disabled]:focus, .searchform-inline [disabled].searchform_submit:focus {
  background-color: #d61d11;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .searchform-inline .disabled.searchform_submit:hover, .button.disabled:focus, .searchform-inline .disabled.searchform_submit:focus, .button[disabled]:hover, .searchform-inline [disabled].searchform_submit:hover, .button[disabled]:focus, .searchform-inline [disabled].searchform_submit:focus {
  color: #FFFFFF;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .searchform-inline .disabled.searchform_submit:hover, .button.disabled:focus, .searchform-inline .disabled.searchform_submit:focus, .button[disabled]:hover, .searchform-inline [disabled].searchform_submit:hover, .button[disabled]:focus, .searchform-inline [disabled].searchform_submit:focus {
  background-color: #ef3e32;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .searchform-inline .disabled.secondary.searchform_submit, .button[disabled].secondary, .searchform-inline [disabled].secondary.searchform_submit {
  background-color: #322f31;
  border-color: #282627;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .searchform-inline .disabled.secondary.searchform_submit:hover, .button.disabled.secondary:focus, .searchform-inline .disabled.secondary.searchform_submit:focus, .button[disabled].secondary:hover, .searchform-inline [disabled].secondary.searchform_submit:hover, .button[disabled].secondary:focus, .searchform-inline [disabled].secondary.searchform_submit:focus {
  background-color: #282627;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .searchform-inline .disabled.secondary.searchform_submit:hover, .button.disabled.secondary:focus, .searchform-inline .disabled.secondary.searchform_submit:focus, .button[disabled].secondary:hover, .searchform-inline [disabled].secondary.searchform_submit:hover, .button[disabled].secondary:focus, .searchform-inline [disabled].secondary.searchform_submit:focus {
  color: #FFFFFF;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .searchform-inline .disabled.secondary.searchform_submit:hover, .button.disabled.secondary:focus, .searchform-inline .disabled.secondary.searchform_submit:focus, .button[disabled].secondary:hover, .searchform-inline [disabled].secondary.searchform_submit:hover, .button[disabled].secondary:focus, .searchform-inline [disabled].secondary.searchform_submit:focus {
  background-color: #322f31;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .searchform-inline .disabled.success.searchform_submit, .button[disabled].success, .searchform-inline [disabled].success.searchform_submit {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .searchform-inline .disabled.success.searchform_submit:hover, .button.disabled.success:focus, .searchform-inline .disabled.success.searchform_submit:focus, .button[disabled].success:hover, .searchform-inline [disabled].success.searchform_submit:hover, .button[disabled].success:focus, .searchform-inline [disabled].success.searchform_submit:focus {
  background-color: #368a55;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .searchform-inline .disabled.success.searchform_submit:hover, .button.disabled.success:focus, .searchform-inline .disabled.success.searchform_submit:focus, .button[disabled].success:hover, .searchform-inline [disabled].success.searchform_submit:hover, .button[disabled].success:focus, .searchform-inline [disabled].success.searchform_submit:focus {
  color: #FFFFFF;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .searchform-inline .disabled.success.searchform_submit:hover, .button.disabled.success:focus, .searchform-inline .disabled.success.searchform_submit:focus, .button[disabled].success:hover, .searchform-inline [disabled].success.searchform_submit:hover, .button[disabled].success:focus, .searchform-inline [disabled].success.searchform_submit:focus {
  background-color: #43AC6A;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .searchform-inline .disabled.alert.searchform_submit, .button[disabled].alert, .searchform-inline [disabled].alert.searchform_submit {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .searchform-inline .disabled.alert.searchform_submit:hover, .button.disabled.alert:focus, .searchform-inline .disabled.alert.searchform_submit:focus, .button[disabled].alert:hover, .searchform-inline [disabled].alert.searchform_submit:hover, .button[disabled].alert:focus, .searchform-inline [disabled].alert.searchform_submit:focus {
  background-color: #cf2a0e;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .searchform-inline .disabled.alert.searchform_submit:hover, .button.disabled.alert:focus, .searchform-inline .disabled.alert.searchform_submit:focus, .button[disabled].alert:hover, .searchform-inline [disabled].alert.searchform_submit:hover, .button[disabled].alert:focus, .searchform-inline [disabled].alert.searchform_submit:focus {
  color: #FFFFFF;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .searchform-inline .disabled.alert.searchform_submit:hover, .button.disabled.alert:focus, .searchform-inline .disabled.alert.searchform_submit:focus, .button[disabled].alert:hover, .searchform-inline [disabled].alert.searchform_submit:hover, .button[disabled].alert:focus, .searchform-inline [disabled].alert.searchform_submit:focus {
  background-color: #f04124;
}
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .searchform-inline .disabled.warning.searchform_submit, .button[disabled].warning, .searchform-inline [disabled].warning.searchform_submit {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .searchform-inline .disabled.warning.searchform_submit:hover, .button.disabled.warning:focus, .searchform-inline .disabled.warning.searchform_submit:focus, .button[disabled].warning:hover, .searchform-inline [disabled].warning.searchform_submit:hover, .button[disabled].warning:focus, .searchform-inline [disabled].warning.searchform_submit:focus {
  background-color: #cf6e0e;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .searchform-inline .disabled.warning.searchform_submit:hover, .button.disabled.warning:focus, .searchform-inline .disabled.warning.searchform_submit:focus, .button[disabled].warning:hover, .searchform-inline [disabled].warning.searchform_submit:hover, .button[disabled].warning:focus, .searchform-inline [disabled].warning.searchform_submit:focus {
  color: #FFFFFF;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .searchform-inline .disabled.warning.searchform_submit:hover, .button.disabled.warning:focus, .searchform-inline .disabled.warning.searchform_submit:focus, .button[disabled].warning:hover, .searchform-inline [disabled].warning.searchform_submit:hover, .button[disabled].warning:focus, .searchform-inline [disabled].warning.searchform_submit:focus {
  background-color: #f08a24;
}
button.disabled.info, button[disabled].info, .button.disabled.info, .searchform-inline .disabled.info.searchform_submit, .button[disabled].info, .searchform-inline [disabled].info.searchform_submit {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .searchform-inline .disabled.info.searchform_submit:hover, .button.disabled.info:focus, .searchform-inline .disabled.info.searchform_submit:focus, .button[disabled].info:hover, .searchform-inline [disabled].info.searchform_submit:hover, .button[disabled].info:focus, .searchform-inline [disabled].info.searchform_submit:focus {
  background-color: #61b6d9;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .searchform-inline .disabled.info.searchform_submit:hover, .button.disabled.info:focus, .searchform-inline .disabled.info.searchform_submit:focus, .button[disabled].info:hover, .searchform-inline [disabled].info.searchform_submit:hover, .button[disabled].info:focus, .searchform-inline [disabled].info.searchform_submit:focus {
  color: #FFFFFF;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .searchform-inline .disabled.info.searchform_submit:hover, .button.disabled.info:focus, .searchform-inline .disabled.info.searchform_submit:focus, .button[disabled].info:hover, .searchform-inline [disabled].info.searchform_submit:hover, .button[disabled].info:focus, .searchform-inline [disabled].info.searchform_submit:focus {
  background-color: #a0d3e8;
}

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

@media only screen and (min-width:40.0625em) {
  button, .button, .searchform-inline .searchform_submit:hover, .searchform-inline .searchform_submit {
    display: inline-block;
  }
}
.button-group {
  list-style: none;
  margin: 0;
  left: 0;
}
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}
.button-group:after {
  clear: both;
}
.button-group.even-2 li {
  display: inline-block;
  margin: 0 -2px;
  width: 50%;
}
.button-group.even-2 li > button, .button-group.even-2 li .button, .button-group.even-2 li .searchform-inline .searchform_submit, .searchform-inline .button-group.even-2 li .searchform_submit {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button, .button-group.even-2 li:first-child .searchform-inline .searchform_submit, .searchform-inline .button-group.even-2 li:first-child .searchform_submit {
  border-left: 0;
}
.button-group.even-2 li button, .button-group.even-2 li .button, .button-group.even-2 li .searchform-inline .searchform_submit, .searchform-inline .button-group.even-2 li .searchform_submit {
  width: 100%;
}
.button-group.even-3 li {
  display: inline-block;
  margin: 0 -2px;
  width: 33.3333333333%;
}
.button-group.even-3 li > button, .button-group.even-3 li .button, .button-group.even-3 li .searchform-inline .searchform_submit, .searchform-inline .button-group.even-3 li .searchform_submit {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button, .button-group.even-3 li:first-child .searchform-inline .searchform_submit, .searchform-inline .button-group.even-3 li:first-child .searchform_submit {
  border-left: 0;
}
.button-group.even-3 li button, .button-group.even-3 li .button, .button-group.even-3 li .searchform-inline .searchform_submit, .searchform-inline .button-group.even-3 li .searchform_submit {
  width: 100%;
}
.button-group.even-4 li {
  display: inline-block;
  margin: 0 -2px;
  width: 25%;
}
.button-group.even-4 li > button, .button-group.even-4 li .button, .button-group.even-4 li .searchform-inline .searchform_submit, .searchform-inline .button-group.even-4 li .searchform_submit {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button, .button-group.even-4 li:first-child .searchform-inline .searchform_submit, .searchform-inline .button-group.even-4 li:first-child .searchform_submit {
  border-left: 0;
}
.button-group.even-4 li button, .button-group.even-4 li .button, .button-group.even-4 li .searchform-inline .searchform_submit, .searchform-inline .button-group.even-4 li .searchform_submit {
  width: 100%;
}
.button-group.even-5 li {
  display: inline-block;
  margin: 0 -2px;
  width: 20%;
}
.button-group.even-5 li > button, .button-group.even-5 li .button, .button-group.even-5 li .searchform-inline .searchform_submit, .searchform-inline .button-group.even-5 li .searchform_submit {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button, .button-group.even-5 li:first-child .searchform-inline .searchform_submit, .searchform-inline .button-group.even-5 li:first-child .searchform_submit {
  border-left: 0;
}
.button-group.even-5 li button, .button-group.even-5 li .button, .button-group.even-5 li .searchform-inline .searchform_submit, .searchform-inline .button-group.even-5 li .searchform_submit {
  width: 100%;
}
.button-group.even-6 li {
  display: inline-block;
  margin: 0 -2px;
  width: 16.6666666667%;
}
.button-group.even-6 li > button, .button-group.even-6 li .button, .button-group.even-6 li .searchform-inline .searchform_submit, .searchform-inline .button-group.even-6 li .searchform_submit {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button, .button-group.even-6 li:first-child .searchform-inline .searchform_submit, .searchform-inline .button-group.even-6 li:first-child .searchform_submit {
  border-left: 0;
}
.button-group.even-6 li button, .button-group.even-6 li .button, .button-group.even-6 li .searchform-inline .searchform_submit, .searchform-inline .button-group.even-6 li .searchform_submit {
  width: 100%;
}
.button-group.even-7 li {
  display: inline-block;
  margin: 0 -2px;
  width: 14.2857142857%;
}
.button-group.even-7 li > button, .button-group.even-7 li .button, .button-group.even-7 li .searchform-inline .searchform_submit, .searchform-inline .button-group.even-7 li .searchform_submit {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button, .button-group.even-7 li:first-child .searchform-inline .searchform_submit, .searchform-inline .button-group.even-7 li:first-child .searchform_submit {
  border-left: 0;
}
.button-group.even-7 li button, .button-group.even-7 li .button, .button-group.even-7 li .searchform-inline .searchform_submit, .searchform-inline .button-group.even-7 li .searchform_submit {
  width: 100%;
}
.button-group.even-8 li {
  display: inline-block;
  margin: 0 -2px;
  width: 12.5%;
}
.button-group.even-8 li > button, .button-group.even-8 li .button, .button-group.even-8 li .searchform-inline .searchform_submit, .searchform-inline .button-group.even-8 li .searchform_submit {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button, .button-group.even-8 li:first-child .searchform-inline .searchform_submit, .searchform-inline .button-group.even-8 li:first-child .searchform_submit {
  border-left: 0;
}
.button-group.even-8 li button, .button-group.even-8 li .button, .button-group.even-8 li .searchform-inline .searchform_submit, .searchform-inline .button-group.even-8 li .searchform_submit {
  width: 100%;
}
.button-group > li {
  display: inline-block;
  margin: 0 -2px;
}
.button-group > li > button, .button-group > li .button, .button-group > li .searchform-inline .searchform_submit, .searchform-inline .button-group > li .searchform_submit {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group > li:first-child button, .button-group > li:first-child .button, .button-group > li:first-child .searchform-inline .searchform_submit, .searchform-inline .button-group > li:first-child .searchform_submit {
  border-left: 0;
}
.button-group.stack > li {
  display: block;
  margin: 0;
  float: none;
}
.button-group.stack > li > button, .button-group.stack > li .button, .button-group.stack > li .searchform-inline .searchform_submit, .searchform-inline .button-group.stack > li .searchform_submit {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button, .button-group.stack > li:first-child .searchform-inline .searchform_submit, .searchform-inline .button-group.stack > li:first-child .searchform_submit {
  border-left: 0;
}
.button-group.stack > li > button, .button-group.stack > li .button, .button-group.stack > li .searchform-inline .searchform_submit, .searchform-inline .button-group.stack > li .searchform_submit {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}
.button-group.stack > li > button {
  width: 100%;
}
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button, .button-group.stack > li:first-child .searchform-inline .searchform_submit, .searchform-inline .button-group.stack > li:first-child .searchform_submit {
  border-top: 0;
}
.button-group.stack-for-small > li {
  display: inline-block;
  margin: 0 -2px;
}
.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button, .button-group.stack-for-small > li .searchform-inline .searchform_submit, .searchform-inline .button-group.stack-for-small > li .searchform_submit {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button, .button-group.stack-for-small > li:first-child .searchform-inline .searchform_submit, .searchform-inline .button-group.stack-for-small > li:first-child .searchform_submit {
  border-left: 0;
}
@media only screen and (max-width: 40em) {
  .button-group.stack-for-small > li {
    display: block;
    margin: 0;
    width: 100%;
  }
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button, .button-group.stack-for-small > li .searchform-inline .searchform_submit, .searchform-inline .button-group.stack-for-small > li .searchform_submit {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button, .button-group.stack-for-small > li:first-child .searchform-inline .searchform_submit, .searchform-inline .button-group.stack-for-small > li:first-child .searchform_submit {
    border-left: 0;
  }
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button, .button-group.stack-for-small > li .searchform-inline .searchform_submit, .searchform-inline .button-group.stack-for-small > li .searchform_submit {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }
  .button-group.stack-for-small > li > button {
    width: 100%;
  }
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button, .button-group.stack-for-small > li:first-child .searchform-inline .searchform_submit, .searchform-inline .button-group.stack-for-small > li:first-child .searchform_submit {
    border-top: 0;
  }
}
.button-group.radius > * {
  display: inline-block;
  margin: 0 -2px;
}
.button-group.radius > * > button, .button-group.radius > * .button, .button-group.radius > * .searchform-inline .searchform_submit, .searchform-inline .button-group.radius > * .searchform_submit {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.radius > *:first-child button, .button-group.radius > *:first-child .button, .button-group.radius > *:first-child .searchform-inline .searchform_submit, .searchform-inline .button-group.radius > *:first-child .searchform_submit {
  border-left: 0;
}
.button-group.radius > *,
.button-group.radius > * > a,
.button-group.radius > * > button,
.button-group.radius > * > .button,
.searchform-inline .button-group.radius > * > .searchform_submit {
  border-radius: 0;
}
.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button, .searchform-inline .button-group.radius > *:first-child > .searchform_submit {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button, .searchform-inline .button-group.radius > *:last-child > .searchform_submit {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.button-group.radius.stack > * {
  display: block;
  margin: 0;
}
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button, .button-group.radius.stack > * .searchform-inline .searchform_submit, .searchform-inline .button-group.radius.stack > * .searchform_submit {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button, .button-group.radius.stack > *:first-child .searchform-inline .searchform_submit, .searchform-inline .button-group.radius.stack > *:first-child .searchform_submit {
  border-left: 0;
}
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button, .button-group.radius.stack > * .searchform-inline .searchform_submit, .searchform-inline .button-group.radius.stack > * .searchform_submit {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}
.button-group.radius.stack > * > button {
  width: 100%;
}
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button, .button-group.radius.stack > *:first-child .searchform-inline .searchform_submit, .searchform-inline .button-group.radius.stack > *:first-child .searchform_submit {
  border-top: 0;
}
.button-group.radius.stack > *,
.button-group.radius.stack > * > a,
.button-group.radius.stack > * > button,
.button-group.radius.stack > * > .button,
.searchform-inline .button-group.radius.stack > * > .searchform_submit {
  border-radius: 0;
}
.button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button, .searchform-inline .button-group.radius.stack > *:first-child > .searchform_submit {
  -webkit-top-left-radius: 3px;
  -webkit-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button, .searchform-inline .button-group.radius.stack > *:last-child > .searchform_submit {
  -webkit-bottom-left-radius: 3px;
  -webkit-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media only screen and (min-width:40.0625em) {
  .button-group.radius.stack-for-small > * {
    display: inline-block;
    margin: 0 -2px;
  }
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button, .button-group.radius.stack-for-small > * .searchform-inline .searchform_submit, .searchform-inline .button-group.radius.stack-for-small > * .searchform_submit {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button, .button-group.radius.stack-for-small > *:first-child .searchform-inline .searchform_submit, .searchform-inline .button-group.radius.stack-for-small > *:first-child .searchform_submit {
    border-left: 0;
  }
  .button-group.radius.stack-for-small > *,
  .button-group.radius.stack-for-small > * > a,
  .button-group.radius.stack-for-small > * > button,
  .button-group.radius.stack-for-small > * > .button,
  .searchform-inline .button-group.radius.stack-for-small > * > .searchform_submit {
    border-radius: 0;
  }
  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button, .searchform-inline .button-group.radius.stack-for-small > *:first-child > .searchform_submit {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button, .searchform-inline .button-group.radius.stack-for-small > *:last-child > .searchform_submit {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
}
@media only screen and (max-width: 40em) {
  .button-group.radius.stack-for-small > * {
    display: block;
    margin: 0;
  }
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button, .button-group.radius.stack-for-small > * .searchform-inline .searchform_submit, .searchform-inline .button-group.radius.stack-for-small > * .searchform_submit {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button, .button-group.radius.stack-for-small > *:first-child .searchform-inline .searchform_submit, .searchform-inline .button-group.radius.stack-for-small > *:first-child .searchform_submit {
    border-left: 0;
  }
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button, .button-group.radius.stack-for-small > * .searchform-inline .searchform_submit, .searchform-inline .button-group.radius.stack-for-small > * .searchform_submit {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }
  .button-group.radius.stack-for-small > * > button {
    width: 100%;
  }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button, .button-group.radius.stack-for-small > *:first-child .searchform-inline .searchform_submit, .searchform-inline .button-group.radius.stack-for-small > *:first-child .searchform_submit {
    border-top: 0;
  }
  .button-group.radius.stack-for-small > *,
  .button-group.radius.stack-for-small > * > a,
  .button-group.radius.stack-for-small > * > button,
  .button-group.radius.stack-for-small > * > .button,
  .searchform-inline .button-group.radius.stack-for-small > * > .searchform_submit {
    border-radius: 0;
  }
  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button, .searchform-inline .button-group.radius.stack-for-small > *:first-child > .searchform_submit {
    -webkit-top-left-radius: 3px;
    -webkit-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button, .searchform-inline .button-group.radius.stack-for-small > *:last-child > .searchform_submit {
    -webkit-bottom-left-radius: 3px;
    -webkit-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}
.button-group.round > * {
  display: inline-block;
  margin: 0 -2px;
}
.button-group.round > * > button, .button-group.round > * .button, .button-group.round > * .searchform-inline .searchform_submit, .searchform-inline .button-group.round > * .searchform_submit {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.round > *:first-child button, .button-group.round > *:first-child .button, .button-group.round > *:first-child .searchform-inline .searchform_submit, .searchform-inline .button-group.round > *:first-child .searchform_submit {
  border-left: 0;
}
.button-group.round > *,
.button-group.round > * > a,
.button-group.round > * > button,
.button-group.round > * > .button,
.searchform-inline .button-group.round > * > .searchform_submit {
  border-radius: 0;
}
.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button, .searchform-inline .button-group.round > *:first-child > .searchform_submit {
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button, .searchform-inline .button-group.round > *:last-child > .searchform_submit {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
.button-group.round.stack > * {
  display: block;
  margin: 0;
}
.button-group.round.stack > * > button, .button-group.round.stack > * .button, .button-group.round.stack > * .searchform-inline .searchform_submit, .searchform-inline .button-group.round.stack > * .searchform_submit {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button, .button-group.round.stack > *:first-child .searchform-inline .searchform_submit, .searchform-inline .button-group.round.stack > *:first-child .searchform_submit {
  border-left: 0;
}
.button-group.round.stack > * > button, .button-group.round.stack > * .button, .button-group.round.stack > * .searchform-inline .searchform_submit, .searchform-inline .button-group.round.stack > * .searchform_submit {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}
.button-group.round.stack > * > button {
  width: 100%;
}
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button, .button-group.round.stack > *:first-child .searchform-inline .searchform_submit, .searchform-inline .button-group.round.stack > *:first-child .searchform_submit {
  border-top: 0;
}
.button-group.round.stack > *,
.button-group.round.stack > * > a,
.button-group.round.stack > * > button,
.button-group.round.stack > * > .button,
.searchform-inline .button-group.round.stack > * > .searchform_submit {
  border-radius: 0;
}
.button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button, .searchform-inline .button-group.round.stack > *:first-child > .searchform_submit {
  -webkit-top-left-radius: 1rem;
  -webkit-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button, .searchform-inline .button-group.round.stack > *:last-child > .searchform_submit {
  -webkit-bottom-left-radius: 1rem;
  -webkit-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
@media only screen and (min-width:40.0625em) {
  .button-group.round.stack-for-small > * {
    display: inline-block;
    margin: 0 -2px;
  }
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button, .button-group.round.stack-for-small > * .searchform-inline .searchform_submit, .searchform-inline .button-group.round.stack-for-small > * .searchform_submit {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button, .button-group.round.stack-for-small > *:first-child .searchform-inline .searchform_submit, .searchform-inline .button-group.round.stack-for-small > *:first-child .searchform_submit {
    border-left: 0;
  }
  .button-group.round.stack-for-small > *,
  .button-group.round.stack-for-small > * > a,
  .button-group.round.stack-for-small > * > button,
  .button-group.round.stack-for-small > * > .button,
  .searchform-inline .button-group.round.stack-for-small > * > .searchform_submit {
    border-radius: 0;
  }
  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button, .searchform-inline .button-group.round.stack-for-small > *:first-child > .searchform_submit {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
  }
  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button, .searchform-inline .button-group.round.stack-for-small > *:last-child > .searchform_submit {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
  }
}
@media only screen and (max-width: 40em) {
  .button-group.round.stack-for-small > * {
    display: block;
    margin: 0;
  }
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button, .button-group.round.stack-for-small > * .searchform-inline .searchform_submit, .searchform-inline .button-group.round.stack-for-small > * .searchform_submit {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button, .button-group.round.stack-for-small > *:first-child .searchform-inline .searchform_submit, .searchform-inline .button-group.round.stack-for-small > *:first-child .searchform_submit {
    border-left: 0;
  }
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button, .button-group.round.stack-for-small > * .searchform-inline .searchform_submit, .searchform-inline .button-group.round.stack-for-small > * .searchform_submit {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }
  .button-group.round.stack-for-small > * > button {
    width: 100%;
  }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button, .button-group.round.stack-for-small > *:first-child .searchform-inline .searchform_submit, .searchform-inline .button-group.round.stack-for-small > *:first-child .searchform_submit {
    border-top: 0;
  }
  .button-group.round.stack-for-small > *,
  .button-group.round.stack-for-small > * > a,
  .button-group.round.stack-for-small > * > button,
  .button-group.round.stack-for-small > * > .button,
  .searchform-inline .button-group.round.stack-for-small > * > .searchform_submit {
    border-radius: 0;
  }
  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button, .searchform-inline .button-group.round.stack-for-small > *:first-child > .searchform_submit {
    -webkit-top-left-radius: 1rem;
    -webkit-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button, .searchform-inline .button-group.round.stack-for-small > *:last-child > .searchform_submit {
    -webkit-bottom-left-radius: 1rem;
    -webkit-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}

.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}
.button-bar:after {
  clear: both;
}
.button-bar .button-group {
  float: left;
  margin-right: 0.625rem;
}
.button-bar .button-group div {
  overflow: hidden;
}

.dropdown.button, .searchform-inline .dropdown.searchform_submit, button.dropdown {
  position: relative;
  padding-right: 3.5625rem;
}
.dropdown.button::after, .searchform-inline .dropdown.searchform_submit::after, button.dropdown::after {
  border-color: #FFFFFF transparent transparent transparent;
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  width: 0;
}
.dropdown.button::after, .searchform-inline .dropdown.searchform_submit::after, button.dropdown::after {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem;
}
.dropdown.button::after, .searchform-inline .dropdown.searchform_submit::after, button.dropdown::after {
  border-color: #FFFFFF transparent transparent transparent;
}
.dropdown.button.tiny, .searchform-inline .dropdown.tiny.searchform_submit, button.dropdown.tiny {
  padding-right: 2.625rem;
}
.dropdown.button.tiny:after, .searchform-inline .dropdown.tiny.searchform_submit:after, button.dropdown.tiny:after {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem;
}
.dropdown.button.tiny::after, .searchform-inline .dropdown.tiny.searchform_submit::after, button.dropdown.tiny::after {
  border-color: #FFFFFF transparent transparent transparent;
}
.dropdown.button.small, .searchform-inline .dropdown.small.searchform_submit, button.dropdown.small {
  padding-right: 3.0625rem;
}
.dropdown.button.small::after, .searchform-inline .dropdown.small.searchform_submit::after, button.dropdown.small::after {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem;
}
.dropdown.button.small::after, .searchform-inline .dropdown.small.searchform_submit::after, button.dropdown.small::after {
  border-color: #FFFFFF transparent transparent transparent;
}
.dropdown.button.large, .searchform-inline .dropdown.large.searchform_submit, button.dropdown.large {
  padding-right: 3.625rem;
}
.dropdown.button.large::after, .searchform-inline .dropdown.large.searchform_submit::after, button.dropdown.large::after {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
}
.dropdown.button.large::after, .searchform-inline .dropdown.large.searchform_submit::after, button.dropdown.large::after {
  border-color: #FFFFFF transparent transparent transparent;
}
.dropdown.button.secondary:after, .searchform-inline .dropdown.secondary.searchform_submit:after, button.dropdown.secondary:after {
  border-color: #333333 transparent transparent transparent;
}

/* Standard Forms */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}
label.right {
  float: none !important;
  text-align: right;
}
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}
label small {
  text-transform: capitalize;
  color: #676767;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button, .searchform-inline .postfix.searchform_submit {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

.prefix.button, .searchform-inline .prefix.searchform_submit {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

.prefix.button.radius, .searchform-inline .prefix.radius.searchform_submit {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.postfix.button.radius, .searchform-inline .postfix.radius.searchform_submit {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.prefix.button.round, .searchform-inline .prefix.round.searchform_submit {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round, .searchform-inline .postfix.round.searchform_submit {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
input:not([type]), input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
}
input:not([type]):focus, input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=week]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=color]:focus, textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
input:not([type]):disabled, input[type=text]:disabled, input[type=password]:disabled, input[type=date]:disabled, input[type=datetime]:disabled, input[type=datetime-local]:disabled, input[type=month]:disabled, input[type=week]:disabled, input[type=email]:disabled, input[type=number]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=color]:disabled, textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
input:not([type])[disabled], input:not([type])[readonly], fieldset[disabled] input:not([type]), input[type=text][disabled], input[type=text][readonly], fieldset[disabled] input[type=text], input[type=password][disabled], input[type=password][readonly], fieldset[disabled] input[type=password], input[type=date][disabled], input[type=date][readonly], fieldset[disabled] input[type=date], input[type=datetime][disabled], input[type=datetime][readonly], fieldset[disabled] input[type=datetime], input[type=datetime-local][disabled], input[type=datetime-local][readonly], fieldset[disabled] input[type=datetime-local], input[type=month][disabled], input[type=month][readonly], fieldset[disabled] input[type=month], input[type=week][disabled], input[type=week][readonly], fieldset[disabled] input[type=week], input[type=email][disabled], input[type=email][readonly], fieldset[disabled] input[type=email], input[type=number][disabled], input[type=number][readonly], fieldset[disabled] input[type=number], input[type=search][disabled], input[type=search][readonly], fieldset[disabled] input[type=search], input[type=tel][disabled], input[type=tel][readonly], fieldset[disabled] input[type=tel], input[type=time][disabled], input[type=time][readonly], fieldset[disabled] input[type=time], input[type=url][disabled], input[type=url][readonly], fieldset[disabled] input[type=url], input[type=color][disabled], input[type=color][readonly], fieldset[disabled] input[type=color], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}
input:not([type]).radius, input[type=text].radius, input[type=password].radius, input[type=date].radius, input[type=datetime].radius, input[type=datetime-local].radius, input[type=month].radius, input[type=week].radius, input[type=email].radius, input[type=number].radius, input[type=search].radius, input[type=tel].radius, input[type=time].radius, input[type=url].radius, input[type=color].radius, textarea.radius {
  border-radius: 3px;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
textarea {
  max-width: 100%;
}

::-webkit-input-placeholder {
  color: #666666;
}

:-moz-placeholder { /* Firefox 18- */
  color: #666666;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #666666;
}

:-ms-input-placeholder {
  color: #666666;
}

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem;
}
select::-ms-expand {
  display: none;
}
select.radius {
  border-radius: 3px;
}
select:focus {
  background-color: #f3f3f3;
  border-color: #999999;
}
select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
select[multiple] {
  height: auto;
}

/* Adjust margin for form elements below */
input[type=file],
input[type=checkbox],
input[type=radio],
select {
  margin: 0 0 1rem 0;
}

input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
input[type=file] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem;
}
fieldset legend {
  font-weight: bold;
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
.error input[type=checkbox],
.error input[type=radio] {
  margin-bottom: 1rem;
}
.error label,
.error label.error {
  color: #f04124;
}
.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}
.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.error span.error-message {
  display: block;
}

input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

label.error {
  color: #f04124;
}

ul.pagination {
  display: block;
  margin-left: -0.3125rem;
  min-height: 1.5rem;
}
ul.pagination li {
  color: #222222;
  font-size: 0.875rem;
  height: 1.5rem;
  margin-left: 0.3125rem;
}
ul.pagination li a, ul.pagination li button {
  border-radius: 3px;
  transition: background-color 300ms ease-out;
  background: none;
  color: #999999;
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: inherit;
  padding: 0.0625rem 0.625rem 0.0625rem;
}
ul.pagination li:hover a, ul.pagination .searchform-inline li.searchform_submit:hover a, .searchform-inline ul.pagination li.searchform_submit:hover a,
ul.pagination li a:focus, ul.pagination li:hover button, ul.pagination .searchform-inline li.searchform_submit:hover button, .searchform-inline ul.pagination li.searchform_submit:hover button,
ul.pagination li button:focus {
  background: #e6e6e6;
}
ul.pagination li.unavailable a, ul.pagination li.unavailable button {
  cursor: default;
  color: #999999;
  pointer-events: none;
}
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
  background: transparent;
}
ul.pagination li.current a, ul.pagination li.current button {
  background: #ef3e32;
  color: #FFFFFF;
  cursor: default;
  font-weight: bold;
}
ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
  background: #ef3e32;
}
ul.pagination li {
  display: block;
  float: left;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}
.pagination-centered ul.pagination li {
  display: inline-block;
  float: none;
}

.reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0;
}

.reveal-modal {
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 40em) {
  .reveal-modal {
    min-height: 100vh;
  }
}
.reveal-modal .column, .reveal-modal .columns {
  min-width: 0;
}
.reveal-modal > :first-child {
  margin-top: 0;
}
.reveal-modal > :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width:40.0625em) {
  .reveal-modal {
    left: 0;
    margin: 0 auto;
    max-width: calc(87.5rem + 20px * 2);
    right: 0;
    width: 80%;
  }
}
@media only screen and (min-width:40.0625em) {
  .reveal-modal {
    top: 6.25rem;
  }
}
.reveal-modal.radius {
  box-shadow: none;
  border-radius: 3px;
}
.reveal-modal.round {
  box-shadow: none;
  border-radius: 1000px;
}
.reveal-modal.collapse {
  padding: 0;
  box-shadow: none;
}
@media only screen and (min-width:40.0625em) {
  .reveal-modal.tiny {
    left: 0;
    margin: 0 auto;
    max-width: calc(87.5rem + 20px * 2);
    right: 0;
    width: 30%;
  }
}
@media only screen and (min-width:40.0625em) {
  .reveal-modal.small {
    left: 0;
    margin: 0 auto;
    max-width: calc(87.5rem + 20px * 2);
    right: 0;
    width: 40%;
  }
}
@media only screen and (min-width:40.0625em) {
  .reveal-modal.medium {
    left: 0;
    margin: 0 auto;
    max-width: calc(87.5rem + 20px * 2);
    right: 0;
    width: 60%;
  }
}
@media only screen and (min-width:40.0625em) {
  .reveal-modal.large {
    left: 0;
    margin: 0 auto;
    max-width: calc(87.5rem + 20px * 2);
    right: 0;
    width: 70%;
  }
}
@media only screen and (min-width:40.0625em) {
  .reveal-modal.xlarge {
    left: 0;
    margin: 0 auto;
    max-width: calc(87.5rem + 20px * 2);
    right: 0;
    width: 95%;
  }
}
.reveal-modal.full {
  height: 100vh;
  height: 100%;
  left: 0;
  margin-left: 0 !important;
  max-width: none !important;
  min-height: 100vh;
  top: 0;
}
@media only screen and (min-width:40.0625em) {
  .reveal-modal.full {
    left: 0;
    margin: 0 auto;
    max-width: calc(87.5rem + 20px * 2);
    right: 0;
    width: 100%;
  }
}
.reveal-modal.toback {
  z-index: 1003;
}
.reveal-modal .close-reveal-modal {
  color: #AAAAAA;
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
}

.split.button, .searchform-inline .split.searchform_submit {
  position: relative;
  padding-right: 5.0625rem;
}
.split.button span, .searchform-inline .split.searchform_submit span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}
.split.button span:after, .searchform-inline .split.searchform_submit span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  top: 50%;
  left: 50%;
}
.split.button span:active, .searchform-inline .split.searchform_submit span:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.split.button span, .searchform-inline .split.searchform_submit span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button span, .searchform-inline .split.searchform_submit span {
  width: 3.09375rem;
}
.split.button span:after, .searchform-inline .split.searchform_submit span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  margin-left: -0.375rem;
  top: 48%;
}
.split.button span:after, .searchform-inline .split.searchform_submit span:after {
  border-color: #FFFFFF transparent transparent transparent;
}
.split.button.secondary span, .searchform-inline .split.secondary.searchform_submit span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button.secondary span:after, .searchform-inline .split.secondary.searchform_submit span:after {
  border-color: #FFFFFF transparent transparent transparent;
}
.split.button.alert span, .searchform-inline .split.alert.searchform_submit span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button.success span, .searchform-inline .split.success.searchform_submit span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button.tiny, .searchform-inline .split.tiny.searchform_submit {
  padding-right: 3.75rem;
}
.split.button.tiny span, .searchform-inline .split.tiny.searchform_submit span {
  width: 2.25rem;
}
.split.button.tiny span:after, .searchform-inline .split.tiny.searchform_submit span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  margin-left: -0.375rem;
  top: 48%;
}
.split.button.small, .searchform-inline .split.small.searchform_submit {
  padding-right: 4.375rem;
}
.split.button.small span, .searchform-inline .split.small.searchform_submit span {
  width: 2.625rem;
}
.split.button.small span:after, .searchform-inline .split.small.searchform_submit span:after {
  border-top-style: solid;
  border-width: 0.4375rem;
  margin-left: -0.375rem;
  top: 48%;
}
.split.button.large, .searchform-inline .split.large.searchform_submit {
  padding-right: 5.5rem;
}
.split.button.large span, .searchform-inline .split.large.searchform_submit span {
  width: 3.4375rem;
}
.split.button.large span:after, .searchform-inline .split.large.searchform_submit span:after {
  border-top-style: solid;
  border-width: 0.3125rem;
  margin-left: -0.375rem;
  top: 48%;
}
.split.button.expand, .searchform-inline .split.expand.searchform_submit {
  padding-left: 2rem;
}
.split.button.secondary span:after, .searchform-inline .split.secondary.searchform_submit span:after {
  border-color: #333333 transparent transparent transparent;
}
.split.button.radius span, .searchform-inline .split.radius.searchform_submit span {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.split.button.round span, .searchform-inline .split.round.searchform_submit span {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
.split.button.no-pip span:before, .searchform-inline .split.no-pip.searchform_submit span:before {
  border-style: none;
}
.split.button.no-pip span:after, .searchform-inline .split.no-pip.searchform_submit span:after {
  border-style: none;
}
.split.button.no-pip span > i, .searchform-inline .split.no-pip.searchform_submit span > i {
  display: block;
  left: 50%;
  margin-left: -0.28889em;
  margin-top: -0.48889em;
  position: absolute;
  top: 50%;
}

.switch {
  border: none;
  margin-bottom: 1.5rem;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.switch label {
  background: #DDDDDD;
  color: transparent;
  cursor: pointer;
  display: block;
  margin-bottom: 1rem;
  position: relative;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  transition: left 0.15s ease-out;
}
.switch input {
  left: 10px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 9px;
}
.switch input + label {
  margin-left: 0;
  margin-right: 0;
}
.switch label:after {
  background: #FFFFFF;
  content: "";
  display: block;
  height: 1.5rem;
  left: 0.25rem;
  position: absolute;
  top: 0.25rem;
  width: 1.5rem;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: translate3d(0, 0, 0);
  transition: left 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.switch input:checked + label {
  background: #ef3e32;
}
.switch input:checked + label:after {
  left: 2.25rem;
}
.switch label {
  height: 2rem;
  width: 4rem;
}
.switch label:after {
  height: 1.5rem;
  width: 1.5rem;
}
.switch input:checked + label:after {
  left: 2.25rem;
}
.switch label {
  color: transparent;
  background: #DDDDDD;
}
.switch label:after {
  background: #FFFFFF;
}
.switch input:checked + label {
  background: #ef3e32;
}
.switch.large label {
  height: 2.5rem;
  width: 5rem;
}
.switch.large label:after {
  height: 2rem;
  width: 2rem;
}
.switch.large input:checked + label:after {
  left: 2.75rem;
}
.switch.small label {
  height: 1.75rem;
  width: 3.5rem;
}
.switch.small label:after {
  height: 1.25rem;
  width: 1.25rem;
}
.switch.small input:checked + label:after {
  left: 2rem;
}
.switch.tiny label {
  height: 1.5rem;
  width: 3rem;
}
.switch.tiny label:after {
  height: 1rem;
  width: 1rem;
}
.switch.tiny input:checked + label:after {
  left: 1.75rem;
}
.switch.radius label {
  border-radius: 4px;
}
.switch.radius label:after {
  border-radius: 3px;
}
.switch.round {
  border-radius: 1000px;
}
.switch.round label {
  border-radius: 2rem;
}
.switch.round label:after {
  border-radius: 2rem;
}

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}
.tabs:before, .tabs:after {
  content: " ";
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs dd,
.tabs .tab-title {
  float: left;
  list-style: none;
  margin-bottom: 0 !important;
  position: relative;
}
.tabs dd > a,
.tabs .tab-title > a {
  display: block;
  background-color: #EFEFEF;
  color: #222222;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1rem;
  padding: 1rem 2rem;
}
.tabs dd > a:hover, .tabs .searchform-inline dd > a.searchform_submit:hover, .searchform-inline .tabs dd > a.searchform_submit:hover,
.tabs .tab-title > a:hover {
  background-color: #e1e1e1;
}
.tabs dd.active > a,
.tabs .tab-title.active > a {
  background-color: #FFFFFF;
  color: #222222;
}
.tabs.radius dd:first-child a,
.tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.tabs.radius dd:last-child a,
.tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.tabs.vertical dd,
.tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}
.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}
.tabs-content:after {
  clear: both;
}
.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.9375rem 0;
  width: 100%;
}
.tabs-content > .content.active {
  display: block;
  float: none;
}
.tabs-content > .content.contained {
  padding: 0.9375rem;
}
.tabs-content.vertical {
  display: block;
}
.tabs-content.vertical > .content {
  padding: 0 0.9375rem;
}

@media only screen and (min-width:40.0625em) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%;
  }
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%;
  }
}
.no-js .tabs-content > .content {
  display: block;
  float: none;
}

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width:40.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width:64.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width:90.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width:120.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important;
}

.touch table.show-for-touch {
  display: table !important;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.show-on-focus:focus, .show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/* Print visibility */
.print-only,
.show-for-print {
  display: none !important;
}

@media print {
  .print-only,
  .show-for-print {
    display: block !important;
  }
  .hide-on-print,
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
}
/* 
usage:
input {
    @include input-placeholder {
        color: #ccc;
        background: #F00;
    }
}
*/
/*
 * Apply a font awesome icon to an html element
 * 
 */
/*
 * Remove formatting on a table
 */
/*
 * Undo margin, padding and list style on 
 * a ul
 */
h1 a, h2 a, h3 a, h4 a, h5 a, body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th a, body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tr th a, body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th a, body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tr th a, body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tr th a, body.page-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label a, body.page-alaska .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label a, body.page-alaska-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label a, body.page-internships .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label a, body.page-template-template-job-posting .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label a, h6 a {
  text-decoration: none;
  color: inherit;
}

/*
// We use these to control header font styles
$header-font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
$header-font-weight: bold;
$header-font-style: normal;
$header-font-color: #222;
$header-line-height: 1.4;
$header-top-margin: .2rem;
$header-bottom-margin: .5rem;
$header-text-rendering: optimizeLegibility;

// We use these to control header font sizes
$h1-font-size: rem-calc(44);
$h2-font-size: rem-calc(37);
$h3-font-size: rem-calc(27);
$h4-font-size: rem-calc(23);
$h5-font-size: rem-calc(18);
$h6-font-size: 1rem;

// These control how subheaders are styled
$subheader-line-height: 1.4;
$subheader-font-color: scale-color($header-font-color, $lightness: 35%);
$subheader-font-weight: 300;
$subheader-top-margin: .2rem;
$subheader-bottom-margin: .5rem;

// A general small styling
$small-font-size: 60%;
$small-font-color: scale-color($header-font-color, $lightness: 35%);

// We use these to style paragraphs
$paragraph-font-family: inherit;
$paragraph-font-weight: normal;
$paragraph-font-size: 1rem;
$paragraph-line-height: 1.6;
$paragraph-margin-bottom: rem-calc(20);
$paragraph-aside-font-size: rem-calc(14);
$paragraph-aside-line-height: 1.35;
$paragraph-aside-font-style: italic;
$paragraph-text-rendering: optimizeLegibility;

// We use these to style code tags
$code-color: scale-color($alert-color, $lightness: -27%);
$code-font-family: Consolas, Liberation Mono, Courier, monospace;
$code-font-weight: bold;

// We use these to style anchors
$anchor-text-decoration: none;
$anchor-font-color: $primary-color;
$anchor-font-color-hover: scale-color($primary-color, $lightness: -14%);

// We use these to style the hr element
$hr-border-width: 1px;
$hr-border-style: solid;
$hr-border-color: #ddd;
$hr-margin: rem-calc(20);

// We use these to style lists
$list-style-position: outside;
$list-side-margin: 0;
$list-nested-margin: rem-calc(20);
$definition-list-header-weight: bold;
$definition-list-header-margin-bottom: .3rem;
$definition-list-margin-bottom: rem-calc(12);

// We use these to style blockquotes
$blockquote-font-color: scale-color($header-font-color, $lightness: 35%);
$blockquote-padding: rem-calc(9 20 0 19);
$blockquote-border: 1px solid #ddd;
$blockquote-cite-font-size: rem-calc(13);
$blockquote-cite-font-color: scale-color($header-font-color, $lightness: 23%);
$blockquote-cite-link-color: $blockquote-cite-font-color;

// Acronym styles
$acronym-underline: 1px dotted #ddd;

// We use these to control padding and margin
$microformat-padding: rem-calc(10 12);
$microformat-margin: rem-calc(0 0 20 0);

// We use these to control the border styles
$microformat-border-width: 1px;
$microformat-border-style: solid;
$microformat-border-color: #ddd;

// We use these to control full name font styles
$microformat-fullname-font-weight: bold;
$microformat-fullname-font-size: rem-calc(15);

// We use this to control the summary font styles
$microformat-summary-font-weight: bold;

// We use this to control abbr padding
$microformat-abbr-padding: rem-calc(0 1);

// We use this to control abbr font styles
$microformat-abbr-font-weight: bold;
$microformat-abbr-font-decoration: none;
*/
.lead-fullwidth {
  width: 100%;
  max-width: 100%;
}

.leadcontent-centered {
  margin: 0 auto;
  max-width: calc(87.5rem + 20px * 2);
  width: 100%;
  padding: 30px;
  text-align: center;
}
.leadcontent-centered:before, .leadcontent-centered:after {
  content: " ";
  display: table;
}
.leadcontent-centered:after {
  clear: both;
}

.soc {
  margin: 0;
  padding: 0;
}

.soc_item {
  list-style: none;
  font-size: 28px;
  line-height: 1;
  display: inline-block;
}

.soc_label {
  display: none;
}

.searchform-inline .searchform_input {
  height: 32px;
  width: 12rem;
  padding: 5px;
  box-sizing: border-box;
  float: left;
}
.searchform-inline .searchform_submit {
  height: 32px;
  float: left;
  width: 2.5rem;
  padding: 5px;
  text-align: center;
  border: none;
  box-sizing: border-box;
}
html, body {
  height: auto;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 200;
}

.body_wrap {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

#wpadminbar {
  position: fixed !important;
}

h1.accent:before, h2.accent:before, h3.accent:before, h4.accent:before {
  content: "//";
  color: #ff0000;
  letter-spacing: -2px;
  padding-right: 15px;
  float: left;
  padding-bottom: 5px;
}
@media only screen and (max-width:64em) {
  h1.accent:before, h2.accent:before, h3.accent:before, h4.accent:before {
    content: none;
  }
}

h1, h2 {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
}

h2, h3 {
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 2.5em;
  letter-spacing: 3px;
  line-height: 1em;
  margin-bottom: 15px;
}
h2:after, h3:after {
  content: "";
  display: block;
  height: 5px;
  background-color: #ef3e32;
  margin-top: 5px;
  margin-right: 30%;
  width: 0px;
}
h2.expand:after, h3.expand:after {
  -webkit-animation: expand-contract-this 1s forwards;
  animation: expand-contract-this 1s forwards;
}
h2.aright:after, h3.aright:after {
  float: right;
  margin-right: 0px;
  margin-left: 100%;
  margin-bottom: 15px;
}
h2.secondary, h3.secondary {
  font-family: "aktiv-grotesk", sans-serif;
  text-transform: unset;
  letter-spacing: 1px;
}
h2.secondary strong, h3.secondary strong {
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
}
h2.secondary:after, h3.secondary:after {
  content: none;
}
h2.tertiary, h3.tertiary {
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  background: #ef3e32;
  color: #ffffff;
  padding: 15px 20px;
}
h2.no-line:after, h3.no-line:after {
  content: none;
}
h2 .separator, h3 .separator {
  color: #ea1a1a;
}

p.secondary {
  background-color: #e5e5e5;
  padding: 15px 20px;
  text-align: justify;
}

.panels-animation-hide h2:after, .panels-animation-hide h3:after {
  width: 70%;
}
.panels-animation-hide h2.expand:after, .panels-animation-hide h3.expand:after {
  -webkit-animation: none;
  animation: none;
}

@keyframes expand-contract-this {
  /* Start State */
  0% {
    width: 0%;
  }
  /* Step 1 */
  50% {
    width: 100%;
  }
  /* Step 2 */
  100% {
    width: 70%;
  }
}
@keyframes expand-this {
  /* Start State */
  0% {
    width: 0%;
  }
  /* Step 1 */
  100% {
    width: 100%;
  }
}
@keyframes expand-this-full {
  /* Start State */
  0% {
    width: 0vw;
  }
  /* Step 1 */
  100% {
    width: 100vw;
  }
}
h3, h4 {
  text-transform: initial;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 600;
}

h2 {
  letter-spacing: 3px;
}
h2 .heading, h2 .subheading {
  display: block;
}
h2 .subheading {
  color: #7f7f7f;
  font-weight: normal;
}

h3 {
  font-size: 2em;
}
h3 .widget-title, h3 .rpwe-title {
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
}

h4.accent:before {
  padding-right: 7px;
}

p, ul, li {
  color: #333333;
  font-size: 0.8rem;
  font-weight: 300;
}
@media only screen and (min-width:64.0625em) {
  p, ul, li {
    font-size: 0.95rem;
  }
}

ul {
  margin-left: 2rem;
  margin-right: 2rem;
}

hr {
  box-sizing: border-box !important;
  height: 0;
  margin: 0 auto 30px;
  width: calc(100% - 1.875rem);
  border-bottom: 1px solid #626162;
}
hr.full {
  width: 100%;
}
@media only screen and (max-width: 40em) {
  hr.full {
    margin-bottom: 0;
  }
}

.highlight {
  color: #ef3e32;
}
.highlight:after {
  content: none;
}

.highlight-secondary {
  color: #d8d8c9;
}
.highlight-secondary:after {
  content: none;
}

.highlight-tertiary {
  color: #f1bf5b;
}
.highlight-tertiary:after {
  content: none;
}

.panel-grid hr,
.info-block-content hr {
  width: 100%;
  margin: 0;
}

@media only screen and (max-width: 40em) {
  .panel-grid-cell {
    margin-bottom: 0 !important;
  }
}

.sh-link {
  margin-bottom: 1.25rem;
}

.signature {
  font-family: "Dancing Script", cursive;
  font-weight: bold;
  color: #000000;
  font-size: 1.5em;
}

.intro-block {
  padding-top: 20px;
}

.row.full, .panel-row-style.full {
  max-width: 100% !important;
}
.row .row, .row .panel-row-style, .panel-row-style .row, .panel-row-style .panel-row-style {
  margin: unset;
}
.row .accented, .panel-row-style .accented {
  position: relative;
  z-index: 9;
}
.row .accented:before, .panel-row-style .accented:before {
  content: "";
  position: absolute;
  left: -1000px;
  width: 5000px;
  background-color: #ebebeb;
  height: 100%;
  top: 10px;
  z-index: -1;
  overflow: hidden;
}
.row .locations h3, .panel-row-style .locations h3 {
  font-size: 1.2em;
  letter-spacing: 1px;
  margin: 0px;
}
.row .locations h3:after, .panel-row-style .locations h3:after {
  content: none;
}
@media only screen and (max-width:64em) {
  .row .locations, .panel-row-style .locations {
    text-align: center;
  }
}
.row .employees h3, .panel-row-style .employees h3 {
  font-family: "Dancing Script", cursive;
  font-weight: bold;
  color: #f50101;
  font-size: 1.2em;
  margin: 0px;
}
.row .employees h3:after, .panel-row-style .employees h3:after {
  content: none;
}
.row .employees p, .panel-row-style .employees p {
  font-size: 0.8em;
  color: #333333;
}
.row .employees a, .panel-row-style .employees a {
  position: relative;
  display: inline-block;
}
.row .employees a:after, .panel-row-style .employees a:after {
  content: "Read Bio";
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  color: #ffffff;
  background: rgba(120, 120, 120, 0.9);
  opacity: 0;
  transition: opacity 0.5s, bottom 0.5s;
}
.row .employees a:hover:after, .panel-row-style .employees a:hover:after {
  opacity: 1;
  bottom: 15px;
}
.row .employees .sow-image-container img, .panel-row-style .employees .sow-image-container img {
  width: 230px;
  height: 300px;
  object-fit: cover;
}
@media only screen and (max-width:64em) {
  .row .employees, .panel-row-style .employees {
    text-align: center;
  }
  .row .employees .sow-image-container img, .row .employees .sow-image-container a, .panel-row-style .employees .sow-image-container img, .panel-row-style .employees .sow-image-container a {
    margin: 0px auto;
  }
}

.columns {
  padding: 0px;
}

.alignleft {
  margin: 0 1em 0.5em 0;
}

.alignright {
  margin: 0 0 0.5em 1rem;
}

.paddedts {
  padding-top: 1rem;
}

.paddedt {
  padding-top: 9rem;
}
@media only screen and (max-width: 40em) {
  .paddedt {
    padding-top: 1rem;
  }
}

.paddedtb {
  padding: 3.5rem 0;
}
@media only screen and (max-width: 40em) {
  .paddedtb {
    padding: 1rem 0px;
  }
}

.margintb {
  margin: 3.5rem 0;
}
@media only screen and (max-width: 40em) {
  .margintb {
    margin: 1rem 0px;
  }
}

.secondary-nav-items {
  margin: 0px;
  padding-left: 0px;
  list-style-type: none;
  position: relative;
  padding-bottom: 20px;
}
.secondary-nav-items .secondary-nav-header {
  background-color: #ef3e32;
  padding: 8px 10px;
  margin-bottom: 5px;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}
.secondary-nav-items .secondary-nav-header a {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.1em;
}
.secondary-nav-items .secondary-nav-item {
  padding-bottom: 5px;
}
.secondary-nav-items .secondary-nav-item a {
  padding-left: 20px;
  color: #000000;
  font-weight: bold;
}
.secondary-nav-items .secondary-nav-item a:hover:before, .secondary-nav-items .secondary-nav-item a.active:before {
  content: "//";
  position: absolute;
  left: 0px;
  color: #ef3e32;
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
}
.secondary-nav-items .secondary-nav-item ul {
  list-style-type: none;
  margin-left: 0px;
}
@media only screen and (min-width:40.0625em) {
  .secondary-nav-items {
    padding-right: 100px;
  }
}

.tertiary-nav {
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
  /* Your container needs a fixed height, and it needs to be taller than your tallest column. */
  height: 820px;
  list-style-type: none;
}
.tertiary-nav:before, .tertiary-nav:after {
  content: "";
  flex-basis: 100%;
  width: 0;
  order: 2;
}
.tertiary-nav h2:after, .tertiary-nav h3:after {
  content: none;
}
.tertiary-nav .tertiary-nav-item {
  width: 49.2%;
}
.tertiary-nav .tertiary-nav-item .tertiary-nav-header {
  background: #d5d5d5;
  padding: 15px 15px 0px 15px;
  line-height: 1em;
  margin-bottom: 25px;
}
.tertiary-nav .tertiary-nav-item .tertiary-nav-header a.toggle {
  float: right;
}
.tertiary-nav .tertiary-nav-item .tertiary-nav-header a.toggle:before {
  content: "+";
}
.tertiary-nav .tertiary-nav-item .tertiary-nav-header a:hover {
  color: unset;
}
.tertiary-nav .tertiary-nav-item .tertiary-nav-header:after {
  content: " ";
  background: none;
  position: relative;
  top: 15px;
  left: 50px;
  width: 30px;
  clear: both;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ffffff;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -webkit-animation: none !important;
  animation: none !important;
}
.tertiary-nav .tertiary-nav-item .tertiary-subnav {
  padding-left: 50px;
  display: none;
}
.tertiary-nav .tertiary-nav-item:nth-child(2n+1) {
  order: 1;
}
.tertiary-nav .tertiary-nav-item:nth-child(2n) {
  order: 2;
}
.tertiary-nav .tertiary-nav-item.alignleft .tertiary-nav-header, .tertiary-nav .tertiary-nav-item.alignleft .tertiary-subnav {
  margin-right: 10%;
}
.tertiary-nav .tertiary-nav-item.alignright .tertiary-nav-header, .tertiary-nav .tertiary-nav-item.alignright .tertiary-subnav {
  margin-left: 10%;
}
.tertiary-nav .tertiary-nav-item.active .tertiary-nav-header {
  color: #ffffff !important;
  background: #ef3e32;
}
.tertiary-nav .tertiary-nav-item.active .tertiary-nav-header a.toggle:before {
  content: "-";
}
.tertiary-nav .tertiary-nav-item.active .tertiary-nav-header:after {
  border-top-color: #ef3e32;
}
.tertiary-nav .tertiary-nav-item.active .tertiary-subnav {
  display: block;
}
@media only screen and (max-width:64em) {
  .tertiary-nav .tertiary-nav-item {
    width: 100%;
  }
}
.tertiary-nav .tertiary-subnav {
  list-style-type: none;
}
.tertiary-nav .tertiary-subnav .tertiary-subnav-header {
  font-size: 1.2em;
  letter-spacing: 0px;
}
.tertiary-nav .tertiary-subnav .tertiary-subnav-header.accent:before {
  padding-right: 8px;
}
@media only screen and (max-width: 40em) {
  .tertiary-nav {
    display: block;
  }
}

.product-nav-wrapper .tertiary-nav {
  margin: 0px;
  position: relative;
}

.intro-block-sidebar h2, .intro-block-sidebar h3, .block-sidebar h2, .block-sidebar h3 {
  font-weight: normal;
  font-size: 2em;
  letter-spacing: 1px;
}
.intro-block-sidebar h2:after, .intro-block-sidebar h3:after, .block-sidebar h2:after, .block-sidebar h3:after {
  content: none;
}
.intro-block-sidebar .secondary-nav-items, .block-sidebar .secondary-nav-items {
  float: left;
}
.intro-block-sidebar .secondary-nav-items.no-float, .block-sidebar .secondary-nav-items.no-float {
  float: none;
}
.intro-block-sidebar .related-items, .block-sidebar .related-items {
  clear: both;
  padding-top: 30px;
}
.intro-block-sidebar .related-items.services, .intro-block-sidebar .related-items.presentations, .block-sidebar .related-items.services, .block-sidebar .related-items.presentations {
  padding-top: 5px;
}
.intro-block-sidebar .related-items.markets a, .intro-block-sidebar .related-items.experts a, .intro-block-sidebar .related-items.flyers a, .intro-block-sidebar .related-items.presentations a, .block-sidebar .related-items.markets a, .block-sidebar .related-items.experts a, .block-sidebar .related-items.flyers a, .block-sidebar .related-items.presentations a {
  float: left;
  position: relative;
  display: block;
  margin: 5px;
}
.intro-block-sidebar .related-items.markets a .thumbnail img, .intro-block-sidebar .related-items.experts a .thumbnail img, .intro-block-sidebar .related-items.flyers a .thumbnail img, .intro-block-sidebar .related-items.presentations a .thumbnail img, .block-sidebar .related-items.markets a .thumbnail img, .block-sidebar .related-items.experts a .thumbnail img, .block-sidebar .related-items.flyers a .thumbnail img, .block-sidebar .related-items.presentations a .thumbnail img {
  border-radius: 10px;
  width: 150px;
  height: 100px;
  object-fit: cover;
}
.intro-block-sidebar .related-items.markets a .title, .intro-block-sidebar .related-items.experts a .title, .intro-block-sidebar .related-items.flyers a .title, .intro-block-sidebar .related-items.presentations a .title, .block-sidebar .related-items.markets a .title, .block-sidebar .related-items.experts a .title, .block-sidebar .related-items.flyers a .title, .block-sidebar .related-items.presentations a .title {
  width: 100%;
  bottom: 7px;
  padding: 5px;
  position: absolute;
  background-color: rgba(120, 120, 120, 0.9);
  line-height: 1;
  color: #ffffff;
  min-height: 45px;
}
.intro-block-sidebar .related-items.markets a .meta, .intro-block-sidebar .related-items.experts a .meta, .intro-block-sidebar .related-items.flyers a .meta, .intro-block-sidebar .related-items.presentations a .meta, .block-sidebar .related-items.markets a .meta, .block-sidebar .related-items.experts a .meta, .block-sidebar .related-items.flyers a .meta, .block-sidebar .related-items.presentations a .meta {
  position: absolute;
  padding-top: 5px;
}
.intro-block-sidebar .related-items.markets a .meta .signature, .intro-block-sidebar .related-items.experts a .meta .signature, .intro-block-sidebar .related-items.flyers a .meta .signature, .intro-block-sidebar .related-items.presentations a .meta .signature, .block-sidebar .related-items.markets a .meta .signature, .block-sidebar .related-items.experts a .meta .signature, .block-sidebar .related-items.flyers a .meta .signature, .block-sidebar .related-items.presentations a .meta .signature {
  font-size: 1em;
  line-height: 1.1em;
}
.intro-block-sidebar .related-items.markets a .meta .position, .intro-block-sidebar .related-items.experts a .meta .position, .intro-block-sidebar .related-items.flyers a .meta .position, .intro-block-sidebar .related-items.presentations a .meta .position, .block-sidebar .related-items.markets a .meta .position, .block-sidebar .related-items.experts a .meta .position, .block-sidebar .related-items.flyers a .meta .position, .block-sidebar .related-items.presentations a .meta .position {
  color: #333333;
  font-size: 0.8em;
  line-height: 1em;
}
.intro-block-sidebar .related-items.experts .title, .intro-block-sidebar .related-items.flyers .title, .block-sidebar .related-items.experts .title, .block-sidebar .related-items.flyers .title {
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 1.3em;
  padding-top: 12px !important;
}
.intro-block-sidebar .related-items.experts, .block-sidebar .related-items.experts {
  padding-top: 0px;
}
.intro-block-sidebar .related-items.experts a, .block-sidebar .related-items.experts a {
  margin-bottom: 65px;
}
.intro-block-sidebar .related-items.experts a .thumbnail img, .block-sidebar .related-items.experts a .thumbnail img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.intro-block-sidebar .related-items.presentations a, .block-sidebar .related-items.presentations a {
  padding-bottom: 20px;
}
.intro-block-sidebar .related-items.presentations a .thumbnail img, .block-sidebar .related-items.presentations a .thumbnail img {
  height: 150px;
}
.intro-block-sidebar .related-items .secondary-nav-items .secondary-nav-item, .block-sidebar .related-items .secondary-nav-items .secondary-nav-item {
  padding-bottom: 15px;
}
.intro-block-sidebar .related-items .secondary-nav-items .secondary-nav-item a, .block-sidebar .related-items .secondary-nav-items .secondary-nav-item a {
  display: block;
  line-height: 1em;
}
.intro-block-sidebar .accordion-wrapper, .block-sidebar .accordion-wrapper {
  margin-bottom: 50px;
}
.intro-block-sidebar .accordion-wrapper .accordion-header, .block-sidebar .accordion-wrapper .accordion-header {
  font-size: 1.3em;
  cursor: pointer;
}
.intro-block-sidebar .accordion-wrapper .accordion-header:after, .block-sidebar .accordion-wrapper .accordion-header:after {
  content: "+";
  background: none;
  animation: none;
  display: inline-block;
  padding-left: 10px;
  margin: 0px;
}
.intro-block-sidebar .accordion-wrapper .accordion-header.active:after, .block-sidebar .accordion-wrapper .accordion-header.active:after {
  content: "–";
}
.intro-block-sidebar .accordion-wrapper .accordion-text, .block-sidebar .accordion-wrapper .accordion-text {
  display: none;
}
@media only screen and (min-width:40.0625em) {
  .intro-block-sidebar, .block-sidebar {
    padding-left: 100px;
  }
}

@media only screen and (min-width:40.0625em) {
  .intro-block-sidebar {
    padding-top: 50px;
  }
}

.slider {
  max-width: 1600px;
  margin: 0px auto;
}
.slider .bx-wrapper {
  background: none;
  position: static;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.slider .bx-wrapper .gallery-item {
  padding-left: 0.4375rem;
  padding-right: 0.4375rem;
}
.slider .bx-wrapper .bx-controls-direction a {
  height: 55px;
  margin-top: 0px;
  opacity: 0.3;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(0%);
  z-index: 1;
}
@media only screen and (max-width: 40em) {
  .slider .bx-wrapper .bx-controls-direction a {
    top: unset;
    bottom: 170px;
    opacity: 0.6;
    -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
  }
}
.slider .bx-wrapper .bx-controls-direction .bx-prev {
  left: 0px;
  background: url("../img/arrow-left.svg") no-repeat 0 0;
}
.slider .bx-wrapper .bx-controls-direction .bx-next {
  right: 0px;
  background: url("../img/arrow-right.svg") no-repeat 0 0;
}
.slider .post-type-list-item-heading {
  font-size: 0.9rem !important;
  font-weight: 200;
  color: #333333 !important;
}

.content-lightbox-wrapper {
  display: none !important;
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  top: 0px;
  left: 0px;
  padding: 10%;
}
.content-lightbox-wrapper .content-lightbox {
  padding: 50px;
  background: #ffffff;
}
.content-lightbox-wrapper .content-lightbox h3 {
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
}
.content-lightbox-wrapper .content-lightbox:before {
  content: "CLOSE";
  cursor: pointer;
  float: right;
  position: relative;
  top: -35px;
  left: 25px;
}
@media only screen and (max-width:64em) {
  .content-lightbox-wrapper .content-lightbox {
    max-height: 500px;
    overflow-y: scroll;
  }
}

.no-border {
  border: none !important;
}

.button, .searchform-inline .searchform_submit, .searchform-inline .searchform_submit:hover, .more-link, .alm-load-more-btn.more, .resumator-button, .resumator-apply-button {
  background-color: #000000;
  text-transform: uppercase;
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.3em !important;
  letter-spacing: 3px;
  margin-top: 15px;
  padding: 0.8rem 1.6rem 0.8rem 1.6rem;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none !important;
  border: none;
  border-radius: 0px;
}
.button.secondary, .searchform-inline .secondary.searchform_submit, .more-link.secondary, .alm-load-more-btn.more.secondary, .resumator-button.secondary, .resumator-apply-button.secondary {
  background-color: #ef3e32;
  color: #ffffff;
}
.button:focus, .searchform-inline .searchform_submit:focus, .more-link:focus, .alm-load-more-btn.more:focus, .resumator-button:focus, .resumator-apply-button:focus {
  background-color: #000000;
}

.fixed-button-wrapper {
  position: absolute;
  z-index: 9999;
  right: 0px;
  top: 105px;
}
.fixed-button-wrapper.stuck {
  position: fixed;
  top: 25px;
}
@media only screen and (max-width:64em) {
  .fixed-button-wrapper {
    position: static !important;
    text-align: center;
  }
}

.icon-callout {
  margin: 10px 0px;
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.3em;
  letter-spacing: 1px;
}
.icon-callout img {
  padding-right: 10px;
}

.headerzb {
  position: relative;
}
.headerzb ul {
  margin: 0;
  padding: 0;
}
.headerzb li {
  display: block;
  float: left;
}

.headerzb {
  margin: 0 auto;
  max-width: calc(87.5rem + 20px * 2);
  width: 100%;
}
.headerzb:before, .headerzb:after {
  content: " ";
  display: table;
}
.headerzb:after {
  clear: both;
}

.headerzb_top,
.headerzb_middle,
.headerzb_bottom {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

@media only screen and (min-width:40.0625em) {
  .headerzb_top {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 58.3333333333%;
    float: left;
  }
  .headerzb_middle {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 41.6666666667%;
    float: left;
  }
  .headerzb_bottom {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 0;
    float: left;
  }
}
.headerzb {
  max-width: 100%;
  position: absolute;
  top: 0;
  height: 80px;
  z-index: 50;
}
@media only screen and (min-width:64.0625em) {
  .headerzb {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    height: 70px;
  }
}
.headerzb:after {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #535355;
  background: -moz-linear-gradient(left, #535355 0%, #3a3a3c 100%);
  background: -webkit-linear-gradient(left, #535355 0%, #3a3a3c 100%);
  background: linear, to right, #535355 0%, #3a3a3c 100%;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#535355", endColorstr="#3a3a3c",GradientType=1 );
  z-index: -1;
  transition: visibility 0.5s, height 0.25s;
}
.headerzb:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #000000;
}
@media only screen and (min-width:64.0625em) {
  .headerzb:before {
    height: 70px;
  }
}

.headerzb_mobi {
  display: block;
}
.headerzb_mobi .headerzb_logo {
  position: absolute;
  max-width: 100%;
  top: 60px;
  left: 20px;
}
.headerzb_mobi .headerzb_logo_img {
  width: 18vw;
  height: auto;
  max-width: 91px;
  opacity: 0.95;
}
.headerzb_mobi .navnested {
  display: none;
}
@media only screen and (min-width:64.0625em) {
  .headerzb_mobi {
    display: none;
  }
}
.headerzb_mobi .mopen {
  position: absolute;
  top: 10px;
  left: 20px;
  color: #fff;
  font-size: 24px;
}
.headerzb_mobi .mopen:hover {
  opacity: 0.8;
}
.headerzb_mobi .mopen span {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.headerzb_nav,
.headerzb_navdrop_mega {
  padding: 0 !important;
  z-index: 2;
}
.headerzb_nav .navdrop_item,
.headerzb_nav .navdrop_item,
.headerzb_navdrop_mega .navdrop_item,
.headerzb_navdrop_mega .navdrop_item {
  padding: 17px 1.5vw;
}
.headerzb_nav .navdrop_item:last-child,
.headerzb_nav .navdrop_item:last-child,
.headerzb_navdrop_mega .navdrop_item:last-child,
.headerzb_navdrop_mega .navdrop_item:last-child {
  border: none;
}
.headerzb_nav .navdrop_item.current-menu-item > .navdrop_link,
.headerzb_nav .navdrop_item.current-menu-parent > .navdrop_link,
.headerzb_nav .navdrop_item.current-menu-ancestor > .navdrop_link,
.headerzb_nav .navdrop_item:hover > .navdrop_link,
.headerzb_navdrop_mega .navdrop_item.current-menu-item > .navdrop_link,
.headerzb_navdrop_mega .navdrop_item.current-menu-parent > .navdrop_link,
.headerzb_navdrop_mega .navdrop_item.current-menu-ancestor > .navdrop_link,
.headerzb_navdrop_mega .navdrop_item:hover > .navdrop_link {
  color: #fff;
}
.headerzb_nav .navdrop_item .navdrop_item,
.headerzb_nav .navdrop_item .navdrop_item,
.headerzb_navdrop_mega .navdrop_item .navdrop_item,
.headerzb_navdrop_mega .navdrop_item .navdrop_item {
  padding: 0.3vw 1.5vw;
}
.headerzb_nav .navdrop_link,
.headerzb_nav .navdrop_link,
.headerzb_navdrop_mega .navdrop_link,
.headerzb_navdrop_mega .navdrop_link {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-transform: initial;
}

.headerzb_top {
  position: relative;
  padding: 0;
  height: 70px;
  display: none;
  z-index: 2;
}
@media only screen and (min-width:64.0625em) {
  .headerzb_top {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
}
.headerzb_top .headerzb_logo {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 16.6666666667%;
  float: left;
  position: absolute;
  z-index: 3;
  top: 100px;
  left: 50px;
}
.headerzb_top .headerzb_logo .headerzb_logo_img {
  width: 10vw;
  height: auto;
  max-width: 100%;
  opacity: 0.95;
}
.headerzb_top .headerzb_nav {
  position: absolute;
  z-index: 9999;
  left: 0px;
  width: 100%;
  background: #000000;
  position: fixed;
}
.headerzb_top .headerzb_nav > .navdrop > .navdrop_item:hover:after {
  content: url("../img/diamond.svg");
  position: absolute;
  left: 45%;
  bottom: -20px;
}
.headerzb_top .headerzb_nav .navdrop_item {
  display: inline-block;
  float: none;
  position: relative;
}
.headerzb_top .headerzb_nav .navdrop_item:hover > .navdrop_sub {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.5s, opacity 0.5s;
}
.headerzb_top .headerzb_nav .navdrop_item .navdrop_link {
  font-size: 1.2vw;
}
.headerzb_top .headerzb_nav .navdrop_item .navdrop_sub {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 70px;
  left: 0px;
  width: 350px;
  background: #000;
  padding-top: 10px;
  padding-bottom: 15px;
  border: solid 1px #666666;
}
.headerzb_top .headerzb_nav .navdrop_item .navdrop_sub .navdrop_item {
  display: block;
  padding-left: 1vw;
  padding-right: 1vw;
}
.headerzb_top .headerzb_nav .navdrop_item .navdrop_sub .navdrop_item .navdrop_link {
  font-size: 1vw;
  font-weight: 200;
  line-height: 1em;
}
.headerzb_top .headerzb_nav .navdrop_item .navdrop_sub .navdrop_item.menu-item-has-children > .navdrop_link:after {
  content: ">";
  float: right;
  line-height: 1.5em;
}
.headerzb_top .headerzb_nav .navdrop_item .navdrop_sub .navdrop_sub {
  width: 300px;
  left: 100%;
  top: -11px;
}
.headerzb_top .headerzb_nav .navdrop_item .navdrop_sub .navdrop_sub .navdrop_item .navdrop_link {
  font-size: 0.8vw;
}
.headerzb_top .headerzb_navdrop_mega {
  display: none;
  z-index: 2;
}
@media only screen and (min-width:64.0625em) {
  .headerzb_top .headerzb_navdrop_mega {
    display: block;
    position: relative;
    width: 100%;
  }
}
.headerzb_top .headerzb_navdrop_mega .navdrop_item {
  display: inline-block;
  float: none;
  position: relative;
}
.headerzb_top .headerzb_navdrop_mega .navdrop_link {
  font-size: 1.55vw;
  letter-spacing: 0.09rem;
}
@media only screen and (min-width:90.0625em) {
  .headerzb_top .headerzb_navdrop_mega .navdrop_link {
    font-size: 24px;
  }
}
.headerzb_top .headerzb_navdrop_mega .navdrop-mega {
  white-space: nowrap;
}

.headerzb_middle {
  padding: 0;
  height: 40px;
  right: 0px;
  top: 0px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 100%);
  z-index: 999;
}
.headerzb_middle .headerzb_nav {
  display: none;
}
@media only screen and (min-width:64.0625em) {
  .headerzb_middle .headerzb_nav {
    display: inline-block;
    width: 100%;
  }
}
.headerzb_middle .headerzb_nav .navdrop {
  display: block;
  padding-left: 1vw;
  float: right;
}
.headerzb_middle .headerzb_nav .navdrop_item {
  border: none;
  text-align: center;
  position: relative;
  padding: 0.2vw 1.5vw;
}
.headerzb_middle .headerzb_nav .navdrop_item.nav-btn {
  background-color: #f20808;
  padding-bottom: 8px;
}
.headerzb_middle .headerzb_nav .navdrop_item:first-child {
  padding-left: 0;
}
.headerzb_middle .headerzb_nav .navdrop_sub {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 30px;
  width: 150px;
  background: #000;
  padding-bottom: 15px;
}
.headerzb_middle .headerzb_nav .navdrop_sub .navdrop_item {
  width: 100%;
  display: block;
  float: left;
  text-align: left;
  line-height: 1.1em;
  padding: 0.3vw 1.2vw;
}
.headerzb_middle .headerzb_nav .navdrop_link {
  font-size: 0.8vw;
  letter-spacing: 1px;
}
.headerzb_middle .headerzb_nav .navdrop_item:hover .navdrop_sub {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.5s, opacity 0.5s;
}
@media only screen and (min-width:40.0625em) {
  .headerzb_middle {
    position: fixed;
  }
}

.navdrop_mega {
  visibility: hidden;
  opacity: 0;
  margin: 0 -200% 0;
  padding: 105px 0 0 205%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 38vw;
  transition: visibility 0s, opacity 0s;
  z-index: -1;
  white-space: normal;
}

.navdrop_item-mega:hover .navdrop_mega {
  visibility: visible;
  opacity: 1;
  transition: visibility 1s, opacity 1s;
}

.navdrop_mega .navdrop_mega_col {
  height: 100%;
  width: 16vw;
  float: left;
  border-right: 1px solid #fff;
  padding-right: 3vw;
  margin-right: 4vw;
  position: relative;
}
.navdrop_mega .navdrop_mega_col:last-child {
  border: none;
}
.navdrop_mega .navdrop_mega_sub_col .navdrop_mega_item {
  padding: 0;
  width: 100%;
}
.navdrop_mega .navdrop_mega_sub_col .navdrop_mega_link {
  font-family: "aktiv-grotesk", sans-serif;
  display: inline-block;
  font-size: 0.8vw;
  letter-spacing: 0.01rem;
  color: #fff;
  padding: 0.5rem 0;
}
@media only screen and (min-width:90.0625em) {
  .navdrop_mega .navdrop_mega_sub_col .navdrop_mega_link {
    font-size: 0.8rem;
  }
}
.navdrop_mega .navdrop_mega_sub_col .navdrop_mega_item.bottom {
  position: absolute;
  left: 0;
  bottom: 2vw;
  padding-right: 1vw;
  height: 2rem;
}
@media only screen and (min-width:90.0625em) {
  .navdrop_mega .navdrop_mega_sub_col .navdrop_mega_item.bottom {
    bottom: 3vw;
  }
}
.navdrop_mega .navdrop_mega_sub_col .navdrop_mega_item.bottom .navdrop_mega_link {
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  padding: 0 0 0 1.75rem;
  font-size: 1vw;
  letter-spacing: 0.08rem;
}
@media only screen and (min-width:90.0625em) {
  .navdrop_mega .navdrop_mega_sub_col .navdrop_mega_item.bottom .navdrop_mega_link {
    font-size: 1.2vw;
  }
}
.navdrop_mega .navdrop_mega_sub_col .navdrop_mega_item.bottom .navdrop_mega_link:hover {
  color: #fff;
  opacity: 0.8;
}
.navdrop_mega .navdrop_mega_sub_col .navdrop_mega_item.bottom .navdrop_mega_link:before {
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/icon-chevron-white-lg.png") no-repeat;
  background-size: cover;
}
.navdrop_mega .navdrop_mega_header {
  display: block;
  width: 65%;
  font-size: 1.85vw;
  letter-spacing: 0.09rem;
  color: #fff;
  margin: 0 0 14px;
  border-bottom: 1px solid #fff;
}
@media only screen and (min-width:90.0625em) {
  .navdrop_mega .navdrop_mega_header {
    font-size: 36px;
  }
}
.navdrop_mega .navdrop_mega_header:after {
  content: "";
  position: absolute;
  top: 95%;
  left: 0;
  right: 0;
  width: 100%;
  height: 15%;
  background: #333335;
  background: -moz-linear-gradient(left, #d3d3d3 0%, #333335 25%);
  background: -webkit-linear-gradient(left, #d3d3d3 0%, #333335 25%);
  background: linear, to right, #d3d3d3 0%, #333335 25%;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#535355", endColorstr="#3a3a3c",GradientType=1 );
}
.navdrop_mega .navdrop_mega_item {
  display: block;
  padding: 0;
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1.3;
}
.navdrop_mega .navdrop_mega_link {
  display: inline-block;
  font-size: 1.55vw;
  letter-spacing: 0.09rem;
  color: #fff;
}
@media only screen and (min-width:90.0625em) {
  .navdrop_mega .navdrop_mega_link {
    font-size: 24px;
  }
}
.navdrop_mega .navdrop_mega_link:hover {
  color: #989797;
}

.navdrop_mega_item.current-menu-parent > .navdrop_mega_link, .navdrop_mega_item:hover > .navdrop_mega_link {
  opacity: 0.66;
}
.navdrop_mega_item.current-menu-item > .navdrop_mega_link {
  color: #ef3e32;
}

.headerzb_search {
  position: absolute;
  top: 15px;
  right: 30px;
  z-index: 3;
  display: none;
  border: solid 1px #000000;
}
@media only screen and (min-width:64.0625em) {
  .headerzb_search {
    top: 40px;
  }
}
.headerzb_search form {
  margin: 0px;
}
.headerzb_search input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
  padding: 0 5px;
  margin: 0;
  width: 185px;
  height: 20px;
  box-shadow: none;
  border: none;
}
@media only screen and (min-width:40.0625em) {
  .headerzb_search input[type=search] {
    width: 185px;
  }
}
@media only screen and (min-width:64.0625em) {
  .headerzb_search input[type=search] {
    width: 14vw;
  }
}
.headerzb_search input.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  padding: 0;
  text-indent: -9999px;
  z-index: 1;
}
.headerzb_search:after {
  position: absolute;
  top: 0;
  right: -5px;
  width: 20px;
  height: 20px;
  font-family: FontAwesome;
  font-size: 12px;
  line-height: 20px;
  content: "\f002";
}
.headerzb_search ::-webkit-input-placeholder { /* WebKit browsers */
  color: #fff;
}
.headerzb_search :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}
.headerzb_search ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.headerzb_search :-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #fff;
}

.headerzb_sharer {
  position: absolute;
  top: 18px;
  right: 15px;
  z-index: 3;
  /* Going away for redesign */
  display: none;
}
.headerzb_sharer a.share {
  background: url("../img/icon-sharer.png") center center no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  opacity: 0.5;
  color: rgba(0, 0, 0, 0);
}
.headerzb_sharer a.share:hover {
  opacity: 1;
}
@media only screen and (min-width:64.0625em) {
  .headerzb_sharer {
    top: 38px;
    opacity: 1;
  }
  .headerzb_sharer a.share {
    width: 23px;
    height: 25px;
  }
  .headerzb_sharer a.share:hover {
    opacity: 0.5;
  }
}

#share-buttons-modal a span {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

#mobile {
  top: 40px;
  margin: 0;
  background: #000000;
  font-weight: 700;
}
#mobile .mm-panel.mm-hasnavbar {
  padding-top: 10px;
}
#mobile li {
  list-style: none;
  font-size: 20px;
  letter-spacing: 0.06rem;
  margin: 0;
  text-align: left;
}
#mobile li a, #mobile li span {
  font-family: "aktiv-grotesk", sans-serif;
  padding-left: 35px;
  color: #ffffff;
  text-overflow: unset;
  white-space: normal;
  text-indent: 0px;
}
#mobile li a:hover {
  color: #fff;
}
#mobile li.divider {
  display: none;
}
#mobile ul.mm-current.mm-opened li {
  text-indent: 20%;
}
#mobile ul.navnested_sub li.navnested_item {
  text-indent: 10%;
}
#mobile ul.navnested > li.show-for-small-only {
  /*background: #6f6e6e;*/
  border-color: #6f6e6e;
}

.mm-menu .mm-list {
  padding: 72px 0;
}

.mm-menu .mm-list > li:after,
.mm-menu .mm-list > li > a.mm-subopen:after,
.mm-menu .mm-list > li > a.mm-subclose:before,
.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgb(255, 255, 255);
}

.mm-menu .mm-listview > li.no-border {
  border: inherit !important;
}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  margin-left: 0;
  border-bottom-width: 4px;
}

.contentwrap {
  max-width: 100%;
  margin-top: -65px;
}
.contentwrap .row, .contentwrap .panel-row-style {
  max-width: 87.5rem;
  margin: 0 auto;
}
@media only screen and (max-width:64em) {
  .contentwrap {
    margin-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.mainzb {
  padding: 0;
}
.mainzb:focus {
  outline: none;
}

.banner-slide-container .headline-container {
  position: absolute;
  top: 70px;
  right: 7vw;
  width: 20vw;
  background-color: #322f31;
  padding: 35px 35px 20px 35px;
}
.banner-slide-container .headline-container h1, .banner-slide-container .headline-container .supporting-text {
  color: #ffffff;
}
.banner-slide-container .headline-container h1 {
  margin: 0px;
  line-height: 1em;
}
.banner-slide-container .headline-container .supporting-text {
  padding-top: 5px;
}
.banner-slide-container .headline-container:after {
  content: " ";
  position: absolute;
  left: 0px;
  top: 100%;
  background: url("../img/respec-header-copy-bottom.png") no-repeat;
  width: 100%;
  height: 4.55vw;
  background-size: cover;
}
@media only screen and (max-width:90em) {
  .banner-slide-container .headline-container {
    width: 24vw;
  }
  .banner-slide-container .headline-container h1 {
    font-size: 1.5em;
  }
  .banner-slide-container .headline-container:after {
    height: 5.5vw;
  }
}
@media only screen and (max-width:64em) {
  .banner-slide-container .headline-container {
    position: static;
    width: 100%;
  }
  .banner-slide-container .headline-container:after {
    content: none;
  }
}
.banner-slide-container .banner {
  position: relative;
  width: auto;
  height: 100vw;
  top: -10px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: auto;
  z-index: 0;
  filter: grayscale(1);
}
.banner-slide-container .banner.full-color {
  filter: grayscale(0);
}
.banner-slide-container .banner.small-size {
  min-height: initial;
  height: 400px;
}
.banner-slide-container .banner.staticbanner #bannerVideo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-slide-container .banner .banner-copy {
  position: absolute;
  top: 135px;
  left: 13.5vw;
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 7.5vw;
  color: #ffffff;
  letter-spacing: 10px;
  font-weight: bold;
  line-height: 0.9em;
  text-shadow: 0px 0px 12px rgb(0, 0, 0);
}
.banner-slide-container .banner .banner-copy span {
  font-size: 3.5vw;
  display: block;
  letter-spacing: 5px;
  line-height: 1em;
}
@media only screen and (max-width:64em) {
  .banner-slide-container .banner .banner-copy span {
    font-size: 32px;
  }
}
.banner-slide-container .banner .banner-copy a {
  display: block;
  font-size: 0.15em !important;
  max-width: 250px;
}
@media only screen and (max-width:64em) {
  .banner-slide-container .banner .banner-copy a {
    margin: 0px auto;
    font-size: 0.5em !important;
  }
}
@media only screen and (max-width:64em) {
  .banner-slide-container .banner .banner-copy {
    top: 57%;
    left: 0px;
    width: 100%;
    text-align: center;
    font-size: 42px;
  }
}
.banner-slide-container .banner .nav-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  float: none;
  display: none;
  cursor: pointer;
}
@media only screen and (max-width:64em) {
  .banner-slide-container .banner .nav-arrow svg {
    transform: scale(0.7);
  }
}
.banner-slide-container .banner .nav-arrow.left {
  left: 20px;
}
@media only screen and (max-width:64em) {
  .banner-slide-container .banner .nav-arrow.left {
    left: 5px;
  }
}
.banner-slide-container .banner .nav-arrow.right {
  right: 20px;
}
@media only screen and (max-width:64em) {
  .banner-slide-container .banner .nav-arrow.right {
    right: 5px;
  }
}
@media only screen and (max-width:64em) {
  .banner-slide-container .banner .nav-arrow {
    top: 57%;
  }
}
.banner-slide-container .banner:before {
  content: " ";
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
}
@media only screen and (min-width:40.0625em) {
  .banner-slide-container .banner {
    min-height: 600px;
  }
}
@media only screen and (min-width:40.0625em) and (orientation: portrait) {
  .banner-slide-container .banner {
    height: 60vw;
  }
}
@media only screen and (min-width:40.0625em) and (orientation: landscape) {
  .banner-slide-container .banner {
    top: 0;
    height: 75vh;
  }
}
@media only screen and (min-width:64.0625em) {
  .banner-slide-container .banner {
    top: 0;
    background-size: cover;
    min-height: 25vw;
  }
}

.lead {
  position: relative;
}
.lead:after {
  content: " ";
  width: 100%;
  max-width: calc(87.5rem + 20px * 2);
  height: 65px;
  position: absolute;
  background-color: #ffffff;
  margin-top: -65px;
  left: calc(50% - calc(87.5rem + 20px * 2) / 2);
}
@media only screen and (max-width:64em) {
  .lead:after {
    content: none;
  }
}

.leadcontent {
  position: absolute;
  left: 28vw;
  top: 28vw;
  width: 30vw;
  z-index: 1;
}
@media only screen and (min-width:40.0625em) {
  .leadcontent {
    left: 20vw;
    top: 13vw;
    width: 40vw;
  }
}
@media only screen and (min-width:64.0625em) {
  .leadcontent {
    left: 22vw;
  }
}

.leadcontent-heading {
  color: #ffffff;
  font-size: 5vw;
  line-height: 1;
  letter-spacing: 3px;
}
@media only screen and (min-width:40.0625em) {
  .leadcontent-heading {
    font-size: 6vw;
  }
}
@media only screen and (min-width:64.0625em) {
  .leadcontent-heading {
    font-size: 5vw;
  }
}
@media only screen and (min-width:90.0625em) {
  .leadcontent-heading {
    font-size: 72px;
  }
}

.tpl-home .lead {
  padding: 0;
  background: none;
}
.tpl-home .leadcontent {
  position: relative;
  margin-bottom: 10px;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (min-width:64.0625em) {
  .tpl-home .leadcontent {
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.tpl-home .leadcontent-block {
  /* Going away for the redesign */
  display: none;
  background: #ef3e32;
  padding: 30px 60px 30px 45px;
}
@media only screen and (min-width:64.0625em) {
  .tpl-home .leadcontent-block {
    float: right;
    opacity: 0.95;
    box-sizing: border-box;
    margin-top: 200px;
    width: 35vw;
    height: 35vw;
    padding: 8vw 3vw;
    background: url("../img/leadcontent.svg") no-repeat;
  }
}
@media only screen and (min-width:64.0625em) {
  .tpl-home .leadcontent-text {
    width: 100%;
  }
}
.tpl-home .leadcontent-heading {
  color: #fff;
  line-height: 1;
  font-size: 24px;
  letter-spacing: 3px;
}
@media only screen and (min-width:64.0625em) {
  .tpl-home .leadcontent-heading {
    font-size: 1.625vw;
  }
}
.tpl-home .leadcontent-heading strong {
  font-size: 46px;
}
@media only screen and (min-width:64.0625em) {
  .tpl-home .leadcontent-heading strong {
    font-size: 3vw;
  }
}
@media only screen and (min-width:64.0625em) {
  .tpl-home .leadcontent-intro {
    padding-left: 70px;
  }
}
.tpl-home .leadcontent-intro p {
  color: #fff;
}
@media only screen and (min-width:64.0625em) {
  .tpl-home .leadcontent-intro p {
    font-size: 1.125vw;
  }
}
.tpl-home .leadcontent-intro .page-intro-grey-right-link {
  position: relative;
  bottom: auto;
  right: auto;
  font-size: 20px;
  float: none;
  margin: 30px 0 30px 36px;
  display: block;
  opacity: 1;
}
.tpl-home .leadcontent-intro .page-intro-grey-right-link:before {
  left: -36px;
  top: 0;
  width: 30px;
  height: 30px;
  background-size: contain;
}
@media only screen and (min-width:64.0625em) {
  .tpl-home .leadcontent-intro .page-intro-grey-right-link {
    font-size: 2vw;
    margin: 30px 0 0 3.5vw;
  }
  .tpl-home .leadcontent-intro .page-intro-grey-right-link:before {
    left: -3.5vw;
    width: 2.5vw;
    height: 2.5vw;
  }
}
.tpl-home .leadcontent-extra {
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #fff;
  letter-spacing: 3px;
}
@media only screen and (min-width:64.0625em) {
  .tpl-home .leadcontent-extra {
    position: absolute;
    bottom: 1.5vw;
    right: 0.9375rem;
    font-size: 1.125vw;
  }
}

.breadcrumb-wrap {
  display: none !important;
}
.breadcrumb-wrap .breadcrumbs {
  position: relative;
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 0.824375rem;
  letter-spacing: 0.2rem;
  color: #c42e27;
  padding: 5px 0 5px 25px;
}
.breadcrumb-wrap .breadcrumbs:before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/icon-chevron-grey-sm.png) center center no-repeat;
  background-size: cover;
}
.breadcrumb-wrap .breadcrumbs a {
  color: #505052;
  font-weight: 800;
}
.breadcrumb-wrap .breadcrumbs a:hover {
  opacity: 0.8;
}

.by-the-numbers a {
  text-decoration: none !important;
}
.by-the-numbers a .highlight {
  font-size: 5em;
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  letter-spacing: 8px;
  margin-bottom: 0px;
}
.by-the-numbers a .odometer {
  top: -10px;
}
.by-the-numbers a .odometer .odometer-formatting-mark {
  display: none !important;
}

.slider, .post-slider {
  position: relative;
  z-index: 9;
  clear: both;
}
.slider:before, .post-slider:before {
  content: "";
  position: absolute;
  left: -1000px;
  width: 5000px;
  background-color: #ebebeb;
  height: 100%;
  top: 10px;
  z-index: -1;
  overflow: hidden;
}

.post-slider {
  /* The Testimonials Slider */
}
.post-slider h2.accent:before, .post-slider h2.widget-title:before, .post-slider h3.accent:before, .post-slider h3.widget-title:before {
  position: absolute;
  margin-left: -25px;
}
.post-slider h2.widget-title:before, .post-slider h3.widget-title:before {
  content: "//";
  color: #ff0000;
  letter-spacing: -2px;
  padding-right: 15px;
  float: left;
  padding-bottom: 5px;
}
@media only screen and (max-width:64em) {
  .post-slider h2.widget-title:before, .post-slider h3.widget-title:before {
    content: none;
  }
}
.post-slider h2:after {
  content: none;
}
.post-slider h3 {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.5em;
  letter-spacing: 1px;
}
.post-slider h3:after {
  content: none;
}
.post-slider .panel-grid-cell:first-child {
  padding-left: 65px;
  padding-right: 40px;
}
@media only screen and (max-width:64em) {
  .post-slider .panel-grid-cell:first-child {
    padding-left: 30px;
  }
}
.post-slider .panel-grid-cell:last-child {
  padding-right: 65px;
  padding-left: 40px;
}
@media only screen and (max-width:64em) {
  .post-slider .panel-grid-cell:last-child {
    padding-right: 30px;
  }
}
.post-slider .panel-grid-cell:only-child {
  padding-left: 65px;
  padding-right: 65px;
}
.post-slider .panel-layout .panel-grid {
  padding: 0px;
}
.post-slider .sow-carousel-title .sow-carousel-previous, .post-slider .sow-carousel-title .sow-carousel-next {
  position: absolute;
  top: 30%;
  width: 32px !important;
  height: 55px;
  margin-top: 0px;
  opacity: 0.3;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(0%);
  z-index: 1;
  font-size: 11px !important;
}
.post-slider .sow-carousel-title .sow-carousel-previous:before, .post-slider .sow-carousel-title .sow-carousel-next:before {
  content: none !important;
}
@media only screen and (max-width: 40em) {
  .post-slider .sow-carousel-title .sow-carousel-previous, .post-slider .sow-carousel-title .sow-carousel-next {
    display: block;
    top: unset;
    margin-top: 120px !important;
    opacity: 0.6;
    -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
  }
}
.post-slider .sow-carousel-title .sow-carousel-previous {
  left: 5px;
  background: url(../img/arrow-left.svg) no-repeat 0 0 !important;
}
.post-slider .sow-carousel-title .sow-carousel-previous:hover {
  background: url(../img/arrow-left.svg) no-repeat 0 0 !important;
}
.post-slider .sow-carousel-title .sow-carousel-next {
  right: 5px;
  background: url(../img/arrow-right.svg) no-repeat 0 0 !important;
}
.post-slider .sow-carousel-title .sow-carousel-next:hover {
  background: url(../img/arrow-right.svg) no-repeat 0 0 !important;
}
.post-slider .sow-carousel-wrapper .sow-carousel-items {
  zoom: 1;
  margin: 0;
  padding: 0;
  transition: all 0.45s ease;
}
.post-slider .sow-carousel-wrapper .sow-carousel-item {
  display: block;
  margin-right: 15px;
}
.post-slider .sow-carousel-wrapper .sow-carousel-item h3 {
  font-size: 15px;
  text-align: center;
  font-weight: 500;
  color: #474747;
  margin: 10px 0 0 0;
  text-align: left !important;
  margin-bottom: 3px !important;
  color: #333333;
}
.post-slider .sow-carousel-wrapper .sow-carousel-item a {
  text-decoration: none;
  color: inherit;
  transition: all 0.35s ease;
  display: block;
  background-position: center center;
  border-radius: 10px;
  letter-spacing: 1px;
}
.post-slider .sow-carousel-wrapper .sow-carousel-item a:hover {
  background-size: 270px 270px !important;
}
.post-slider .sow-carousel-wrapper .sow-carousel-item a:hover .overlay {
  opacity: 0.5;
}
.post-slider .sow-carousel-wrapper .sow-carousel-item a .overlay {
  background-color: #ffffff !important;
  border-radius: 10px;
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: static;
  transition: all 0.35s ease;
}
.post-slider .sow-carousel-wrapper .sow-carousel-item a .post-type-list-item-location {
  font-size: 0.8em;
  display: block;
  line-height: 1.5em;
}
.post-slider.testimonials .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item .sow-carousel-thumbnail a .overlay {
  background-color: #000000 !important;
  opacity: 0.5;
}
.post-slider.testimonials .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item .sow-carousel-thumbnail a .overlay.active {
  opacity: 0;
}
.post-slider.testimonials .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item .sow-carousel-thumbnail a:hover .overlay {
  opacity: 0;
}

.tpl-home .post-slider:before {
  content: none;
}

.video-slider {
  padding-bottom: 50px;
}
.video-slider .sow-slider-base {
  overflow: visible;
  padding-bottom: 10px;
  border-bottom: solid 1px #e8e8e8;
}
.video-slider .sow-slider-base .sow-slider-images .sow-slider-image.cycle-slide-active {
  text-align: center;
  z-index: 110 !important;
}
.video-slider .sow-slider-base .sow-slider-images .sow-slider-image.previous, .video-slider .sow-slider-base .sow-slider-images .sow-slider-image.next {
  visibility: visible !important;
  opacity: 1 !important;
  height: 100%;
  top: 175px !important;
  z-index: 99 !important;
}
.video-slider .sow-slider-base .sow-slider-images .sow-slider-image.previous iframe, .video-slider .sow-slider-base .sow-slider-images .sow-slider-image.next iframe {
  width: 20%;
  height: 50%;
}
.video-slider .sow-slider-base .sow-slider-images .sow-slider-image.next {
  left: unset !important;
  right: 0px;
  text-align: right;
}
.video-slider .sow-slider-base .sow-slider-images .sow-slider-image iframe {
  border: solid 2px #e8e8e8;
}
.video-slider .sow-slider-base .sow-slide-nav {
  top: unset !important;
  padding-top: 60px;
}
.video-slider .sow-slider-base .sow-slide-nav.sow-slide-nav-next .sow-sld-icon-thin-right {
  color: #ef3e32;
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: 1px;
}
.video-slider .sow-slider-base .sow-slide-nav.sow-slide-nav-next .sow-sld-icon-thin-right:before {
  content: "Next Video";
}
.video-slider .sow-slider-base .sow-slide-nav.sow-slide-nav-prev .sow-sld-icon-thin-left {
  color: #ef3e32;
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: 1px;
}
.video-slider .sow-slider-base .sow-slide-nav.sow-slide-nav-prev .sow-sld-icon-thin-left:before {
  content: "Previous Video";
}

.sow-testimonials .sow-testimonial-wrapper .sow-testimonial {
  margin-bottom: 25px;
}
.sow-testimonials .sow-testimonial-wrapper .sow-testimonial .sow-testimonial-name {
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 0.8em;
  letter-spacing: 1px;
}
.sow-testimonials .sow-testimonial-wrapper .sow-testimonial .sow-testimonial-location {
  font-size: 0.9em;
}

.advantage-images .panel-grid-cell {
  cursor: pointer;
}
.advantage-images .panel-grid-cell .sow-image-container {
  position: relative;
}
.advantage-images .panel-grid-cell .sow-image-container img {
  height: 182px;
  object-fit: cover;
}
.advantage-images .panel-grid-cell .sow-image-container:after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000 !important;
  opacity: 0.7;
  border-radius: 10px;
}
.advantage-images .panel-grid-cell .sow-image-container.active:after {
  content: none;
}

.advantage-content .widget_sow-editor:not(.panel-first-child) {
  display: none;
}
.advantage-content .sow-image-container {
  position: relative;
}
.advantage-content .sow-image-container img {
  height: 380px !important;
  object-fit: cover;
}

.so-widget-sow-image .sow-image-container img {
  border-radius: 10px;
}
.so-widget-sow-image .widget-title {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 1px;
  padding-top: 5px;
  padding-left: 2px;
}
.so-widget-sow-image .widget-title:after {
  content: none;
}

.squared .sow-image-container img {
  border-radius: 0px;
}

.widget_siteorigin-panels-postloop .post-image {
  text-align: center;
}
.widget_siteorigin-panels-postloop .post-image img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  max-width: 480px;
  max-height: 385px;
  object-fit: cover;
}

.content-heading-wrapper {
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  align-items: center;
  background: url(../img/bkgd-header-content.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
}
@media only screen and (min-width:64.0625em) {
  .content-heading-wrapper {
    height: 20vw;
  }
}
@media only screen and (min-width:64.0625em) {
  .content-heading-wrapper {
    height: 10vw;
  }
}

.content-heading {
  color: #fff;
  font-size: 1.875rem;
  letter-spacing: 3px;
  padding: 0 0.9375rem;
}
@media only screen and (min-width:64.0625em) {
  .content-heading {
    padding: 0;
    margin-left: -1.875rem;
  }
}

.tab-wrapper {
  position: relative;
  padding: 0px 0px 20px 0px;
}
.tab-wrapper img {
  border-radius: 10px;
}
.tab-wrapper .tab-button {
  /* Filter */
}
.tab-wrapper .tab-button a {
  display: block;
  position: relative;
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.3em;
  letter-spacing: 2px;
  text-decoration: none !important;
  padding: 22.5px 10px;
  border: none;
  background-color: #ffffff;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.tab-wrapper .tab-button a:after {
  content: " ";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ffffff;
  clear: both;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 15px);
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.tab-wrapper .tab-button.active a, .tab-wrapper .tab-button a:hover {
  color: #ffffff !important;
  background-color: #ef3e32 !important;
}
.tab-wrapper .tab-button.active a:after, .tab-wrapper .tab-button a:hover:after {
  border-top-color: #ef3e32;
}
.tab-wrapper .tab-button.propform_label a {
  padding: 17px 13px;
  width: 300px;
  text-align: center;
  color: #ffffff !important;
  background-color: #ef3e32 !important;
}
.tab-wrapper .tab-button.propform_label a:after {
  border-top-color: #ef3e32;
}
@media only screen and (max-width:64em) {
  .tab-wrapper .tab-button.propform_label a:after {
    content: none;
  }
}
.tab-wrapper .so-panel {
  margin-bottom: 0px !important;
}
.tab-wrapper .so-panel .tab-content {
  /*max-width: 1100px;*/
  position: absolute;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.tab-wrapper .so-panel .tab-content.active {
  opacity: 1;
}
.tab-wrapper.tabs {
  min-height: 330px;
}
.tab-wrapper.abs-pos {
  position: absolute;
  top: 0px;
  width: 100%;
}

/*.jazz-filter-wrapper .city-filter {
	display: inline-block;
	margin: 5px;
	.button {
		margin: 0px;
		font-size: 1em !important;
		font-weight: normal;
		&.active, &:hover, &:focus {
			background-color: $primary-color;
		}
	}
}*/
.rpwe-block ul {
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.rpwe-block li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  list-style-type: none;
}

.rpwe-block a {
  display: inline !important;
  text-decoration: none;
}

.rpwe-block a.more-link {
  position: relative;
  top: 50px;
}

.rpwe-title {
  margin-left: 335px;
}

.rpwe-thumb {
  margin: 2px 35px 2px 0;
}

.rpwe-time {
  color: #bbb;
  font-size: 11px;
}

.rpwe-comment {
  color: #bbb;
  font-size: 11px;
  padding-left: 5px;
}

.rpwe-alignleft {
  display: inline;
  float: left;
}

.rpwe-alignright {
  display: inline;
  float: right;
}

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

.rpwe-clearfix:before, .rpwe-clearfix:after {
  content: "";
  display: table !important;
}

.rpwe-clearfix:after {
  clear: both;
}

.rpwe-clearfix {
  zoom: 1;
}

.capabilities-facilities {
  padding: 55px 0;
  background: #9d9c9c;
}
.capabilities-facilities .box_brief {
  padding-bottom: 25px;
}
.capabilities-facilities .box_brief li {
  margin-bottom: 5px;
  padding: 0;
}

.newsroom-wrapper {
  padding-top: 30px;
}

/*
.news-feature {
	overflow: hidden;
	margin: 60px 0;
	@media only screen and (min-width:40.0625em) {
		margin-bottom: 90px;
	}
}

.news-feature-wrapper {
	position: relative;
	float: left;
	width: 100%;
}

.news-feature-item-bkgd {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    width: 100%;
    @media only screen and (min-width:40.0625em) {
    	margin-bottom: 0;
    }
    &:after {
	    background: url(../img/white-triangle-dn.svg) center top no-repeat;
	    content: '';
	    position: absolute;
	    top: 0;
	    right: -35px;
	    z-index: 0;
    	width: 98px;
    	height: 22px;
		@media only screen and (min-width:40.0625em) {
	    	left: 225px;			
		}
		@media only screen and (min-width:64.0625em) {
	    	width: 195px;
	    	height: 45px;			
	    	left: 249px;
		}
    }
}

.news-feature-item-content {	
	padding: 6vw 8vw 10vw; 
    background-color: #ed3b31;
    height: auto;
    z-index: 9;
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 60vw;
    @media only screen and (min-width:40.0625em) {
		padding: 4vw;
     	background: url(../img/notchbox-reversed.svg) center top no-repeat;   
     	background-size: cover;
    	font-size: 0.9rem; 
    	margin: 0;
    }
	@media only screen and (min-width:64.0625em) {
		padding: 4vw 10vw 4vw 4vw;
		font-size: 1vw;
	}
	@media only screen and (min-width:90.0625em) {
		font-size: 1rem;
	}
     &:after {
    	background: url(../img/white-triangle-up.svg) center top no-repeat; 
    	content: '';
    	position: absolute;
    	bottom: 0;
    	left: -34px;
    	width: 98px;
    	height: 22px;
		@media only screen and (min-width:64.0625em) {
    		left: -68px;
	    	width: 195px;
	    	height: 45px;			
		}
    }
}

.news-feature-item-heading,
.news-feature-summary {
	color: #fff;
}

.news-feature-summary {
	margin-bottom: 20px;	
}

.news-feature-item-layer {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background: url(../img/layer-news-feature.svg) left top no-repeat;
	background-size: 140%;
	@media only screen and (min-width:40.0625em) {
   		background-size: contain;	
   		background-position: left top;
	}
}

.news-feature-item-title-link-box {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 2;
}

.news-feature-item-title-link {
  	background: url(../img/notchbox-alt.svg) center top no-repeat;
    background-size: cover;	
	position: absolute;
	bottom: 0;
    left: 0;
    width: 286px;
	padding: 40px 0 35px 50px;
    box-sizing: border-box;
    @media only screen and (max-width: 40em) {
    	display: none;	
    }
	@media only screen and (min-width:40.0625em) and (max-width:64em) {
		width: 225px;
		padding: 20px 0 30px 25px;
		h2 {
			font-size: 1.6875rem;
		}	
	}
	@media only screen and (min-width:64.0625em) {
    	left: 90px;
	}
	h2, a {
		color: #fff;
	}
}

.news-feature-link {
	position: relative;
    float: left;
    display: inline-block;
    clear: both;
    margin: 0 0 0 38px;
	font-family: $header-font-family;
	font-size: 20px;
    text-transform: uppercase;
    color: #fff;
	@media only screen and (min-width:40.0625em) and (max-width:64em) {
		font-size: 1rem;		
	}
	&:before {
	    position: absolute;
	    top: 0;
	    left: -40px;
	    content: '';
	    width: 30px;
	    height: 30px;
		background: url('../img/icon-chevron-white-lg.png') no-repeat;
		background-size: cover;
	}
	&:hover {
		opacity: 0.8;
		color: #fff;
	}
}

//------------------------------------------------------------------- news-feature - news page

.news-page-feature-bkgd {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	width: 100%;
}

.news-page-feature-content {
	top: 0;
	right: 0;
	padding: 3vw 10vw 10vw 3vw; 
    background-color: #ed3b31;
	height: auto;
    z-index: 1;
    font-size: 1rem;
    line-height: 1.8;
    box-sizing: border-box;
    @media only screen and (min-width:40.0625em) {
     	background: url(../img/notchbox-flipped.svg) center bottom no-repeat;   
     	background-size: cover;
    	margin: 0;
    }
}

.news-feature-link-wrapper {
	width: 100%;
	.news-feature-link {
		float: right;
	}
}

.news-page-feature-title-wrapper {
	width: 100%;
	top: 0;
    right: 0;
    left: 0;
    bottom: 0;
	display: flex;
    align-items: center;
    justify-content: flex-start;
    @media only screen and (min-width:40.0625em) {
	 	position: absolute;
    }
    .row, .panel-row-style {
    	width: 100%;
    	padding-left: 0.9375rem;
    }
}

.news-page-feature-heading,
.news-page-feature-summary {
	color: #fff;
}

.news-page-feature-heading {
	font-size: 42px;
}

.news-page-feature-title {
	display: flex;
	align-items: center;
	height: 66vw;
	h2 {
		font-size: 62px;
		color: #fff;
	}
    @media only screen and (min-width:40.0625em) {
 		height: 100%;   
    }
}

.news-title {
	font-size: 62px;
	color: #626162;
	margin: 50px 0;
}
*/
/*
//------------------------------------------------------------------- page-intro-grey - felix layout

.page-intro-grey {
	position: relative;
	padding: 30px;
	color: #fff;
	background-color: rgb(83,83,85);
	@media only screen and (min-width:64.0625em) {
		background: url('../img/bkgd-grey-lines.png') no-repeat bottom right;
		background-size: 50% 100%;
	}
	&.red {
		background-color: #E6382F;
		.page-intro-grey-text {
			a {
				color: #9d9c9c;
				text-decoration: underline;
			}
		}
	}
	&.grey {
		background-color: rgb(83,83,85);
	}
	&.black {
		background-color: #000;
	}
	&.lt-grey {
		background-color: #bbb;
		.page-intro-grey-heading, 
		.page-intro-grey-text {
			color: #3A3A3C;
			p {
				color: #3A3A3C;		
			}
		}
		.page-intro-grey-right-link {
			color: #3A3A3C;
			&:before {
			    filter: invert(100%);
			    -webkit-filter: invert(100%);
			    opacity: 0.75;
			}
		}
	}
}

.page-intro-grey-wrapper {
    @media only screen and (min-width:40.0625em) {
		display: flex;
		display: -ms-flexbox;
		align-items: stretch;
    }
}

.page-intro-grey-heading, 
.page-intro-grey-text {
	color: #fff;
	p {
		color: #fff;		
	}
}

.page-intro-grey-heading {
	font-size: 30px;
	@media only screen and (min-width:40.0625em) {
		font-size: 60px;
	}
}

.page-intro-grey-left {
	@media only screen and (min-width:64.0625em) {
		padding-right: calc(10 * 0.9375rem);
	}
}

.page-intro-grey-right {
	z-index: 1;	
}

.page-intro-grey-right-link {
	color: #fff;
	text-transform: uppercase;	
	float: right;
	font-family: $header-font-family;
	opacity: 0.5;
	padding-right: 10px;
	&:hover {
		color: #fff;
		opacity: 1;
	}
	&:before {
	    position: absolute;
	    top: 1px;
	    right: 0;
	    content: '';
	    width: 20px;
	    height: 20px;
		background: url('../img/icon-chevron-white-lg.png') no-repeat;
		background-size: cover;
	}
	@media only screen and (min-width:40.0625em) {
		position: absolute;
		bottom: 40px;
		right: 0.9375rem;
		font-size: 38px;
		opacity: 1;
		padding: 0;
		&:hover {
			opacity: 0.5;
		}
		&:before {
		    position: absolute;
		    top: -10px;
		    left: -90px;
		    content: '';
		    width: 77px;
		    height: 77px;
			background: url('../img/icon-chevron-white-lg.png') no-repeat;
		}
	}
}
*/
.post-type-select {
  padding-bottom: 55px;
  border-bottom: 1px solid #626162;
}

.post-type-select-heading {
  font-size: 30px;
  line-height: 1;
  color: #626162;
  margin: 70px 0 50px;
}
@media only screen and (min-width:40.0625em) {
  .post-type-select-heading {
    font-size: 60px;
  }
}

.maincol_felix > :last-child {
  border: none;
}
.maincol_felix .post-type-list {
  position: relative;
  margin-top: 75px;
}
@media only screen and (max-width:64em) {
  .maincol_felix .post-type-list {
    padding-top: 25px;
  }
}
.maincol_felix .post-type-list .post-type-list-content {
  max-width: 375px;
  min-width: 300px;
  padding: 15px 25px;
  border-bottom: none;
  margin: 0px 30px;
}
.maincol_felix .post-type-list .post-type-list-content .post-type-list-heading {
  font-family: "aktiv-grotesk", sans-serif;
  text-transform: unset;
  font-size: 22px;
  color: #000000;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
}
.maincol_felix .post-type-list .post-type-list-content .post-type-list-heading:before {
  content: "//";
  color: #ff0000;
  letter-spacing: -2px;
  padding-right: 15px;
  float: left;
  padding-bottom: 5px;
  position: absolute;
  margin-left: -25px;
}
@media only screen and (max-width:64em) {
  .maincol_felix .post-type-list .post-type-list-content .post-type-list-heading:before {
    content: none;
  }
}
.maincol_felix .post-type-list .post-type-list-content .post-type-list-heading:after {
  content: none;
}
@media only screen and (min-width:40.0625em) {
  .maincol_felix .post-type-list .post-type-list-content .post-type-list-heading {
    font-size: 28px;
  }
}
@media only screen and (min-width:40.0625em) {
  .maincol_felix .post-type-list .post-type-list-content .post-type-list-intro {
    width: 100%;
    float: left;
    margin-right: 25px;
  }
  .maincol_felix .post-type-list .post-type-list-content .post-type-list-intro p {
    margin: 0;
  }
}
.maincol_felix .post-type-list .post-type-list-content .post-type-list-link, .maincol_felix .post-type-list .post-type-list-content .info-block .info-block-pdf, .info-block .maincol_felix .post-type-list .post-type-list-content .info-block-pdf {
  position: relative;
  float: right;
  font-size: 20px;
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #d12d25;
}
.maincol_felix .post-type-list .post-type-list-content .post-type-list-link:before, .maincol_felix .post-type-list .post-type-list-content .info-block .info-block-pdf:before, .info-block .maincol_felix .post-type-list .post-type-list-content .info-block-pdf:before {
  position: absolute;
  top: 0;
  left: -40px;
  content: "";
  width: 30px;
  height: 30px;
  background: url("../img/icon-chevron-red-sm.png") no-repeat;
}
.maincol_felix .post-type-list .post-type-list-content .post-type-list-link:hover, .maincol_felix .post-type-list .post-type-list-content .info-block .info-block-pdf:hover, .info-block .maincol_felix .post-type-list .post-type-list-content .info-block-pdf:hover {
  color: #d12d25;
  opacity: 0.8;
}
@media only screen and (max-width:64em) {
  .maincol_felix .post-type-list .post-type-list-content {
    max-width: 100%;
    float: none;
    margin: 0px;
    position: static;
    float: none !important;
  }
}
.maincol_felix .post-type-list:nth-child(odd) .post-type-list-content {
  float: left;
}
.maincol_felix .post-type-list:nth-child(odd) .bx-wrapper {
  float: left;
}
.maincol_felix .post-type-list:nth-child(even) .post-type-list-content {
  float: right;
}
.maincol_felix .post-type-list:nth-child(even) .bx-wrapper {
  float: right;
}
.maincol_felix .post-type-list .post-type-list-link-bottom {
  margin: 10px 20px 20px 0;
}
.maincol_felix .post-type-list .post-type-list-items .post-type-list-item {
  padding-left: 0;
  padding-right: 20px;
  margin-bottom: 10px;
}
@media only screen and (min-width:40.0625em) {
  .maincol_felix .post-type-list .post-type-list-items .post-type-list-item {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-bottom: 1.875rem;
  }
}
.maincol_felix .post-type-list .post-type-list-items .post-type-list-item:hover {
  opacity: 0.8;
}
.maincol_felix .post-type-list .post-type-list-items .post-type-list-item .post-type-list-item-content {
  padding: 10px 0px;
}
.maincol_felix .post-type-list .post-type-list-items .post-type-list-item .post-type-list-item-heading {
  color: #000000;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: unset;
  margin-bottom: unset;
}
.maincol_felix .post-type-list .post-type-list-items .post-type-list-item .post-type-list-item-heading:after {
  content: none;
}
.maincol_felix .post-type-list .post-type-list-items .post-type-list-item .post-type-list-item-heading strong {
  font-size: 1.8875rem;
}
.maincol_felix .post-type-list .post-type-list-items .post-type-list-item .post-type-list-item-heading .post-type-list-item-location {
  font-size: 0.8em;
  display: block;
  line-height: 1.5em;
}
.maincol_felix .post-type-list .post-type-list-items .post-type-list-item .post-type-list-item-image a:hover {
  opacity: 0.8;
}
.maincol_felix .post-type-list .post-type-list-items .post-type-list-item .post-type-list-item-image img {
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
}

.tpl-home .lead:after {
  content: none;
}
.tpl-home .lead .banner-slide-container {
  position: static;
}
.tpl-home .maincol_felix .post-type-list.service, .tpl-home .maincol_felix .post-type-list.product {
  background: #ffffff;
  padding: 0px;
}
.tpl-home .maincol_felix .post-type-list.service .post-type-list-content, .tpl-home .maincol_felix .post-type-list.product .post-type-list-content {
  max-width: 360px;
}
.tpl-home .maincol_felix .post-type-list.service .post-type-list-content .post-type-list-heading, .tpl-home .maincol_felix .post-type-list.product .post-type-list-content .post-type-list-heading {
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.4;
  background: #322f31;
  margin: 0px 0px 10px 0px;
  padding: 5px 15px;
  color: #ffffff;
  letter-spacing: 5px;
  position: relative;
  z-index: 10;
}
.tpl-home .maincol_felix .post-type-list.service .post-type-list-content .post-type-list-heading:before, .tpl-home .maincol_felix .post-type-list.product .post-type-list-content .post-type-list-heading:before {
  content: none;
}
@media only screen and (min-width:64.0625em) {
  .tpl-home .maincol_felix .post-type-list.service .post-type-list-content .post-type-list-heading, .tpl-home .maincol_felix .post-type-list.product .post-type-list-content .post-type-list-heading {
    font-size: 36px;
  }
  .tpl-home .maincol_felix .post-type-list.service .post-type-list-content .post-type-list-heading:before, .tpl-home .maincol_felix .post-type-list.product .post-type-list-content .post-type-list-heading:before {
    content: " ";
    background: #322f31;
    position: absolute;
    width: 560px;
    height: 60px;
    top: 0px;
    z-index: -1;
  }
  .tpl-home .maincol_felix .post-type-list.service .post-type-list-content .post-type-list-heading:after, .tpl-home .maincol_felix .post-type-list.product .post-type-list-content .post-type-list-heading:after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 30px;
    top: 0px;
    right: -30px;
    margin: 0px;
    background: url("../img/respec-bar-right-arrow.png") no-repeat;
    background-size: 100%;
    background-position-y: center;
    animation: none !important;
  }
}
.tpl-home .maincol_felix .post-type-list.service .post-type-list-content .post-type-list-intro, .tpl-home .maincol_felix .post-type-list.product .post-type-list-content .post-type-list-intro {
  padding-top: 5px;
  padding-left: 15px;
}
.tpl-home .maincol_felix .post-type-list.service .post-type-list-item, .tpl-home .maincol_felix .post-type-list.product .post-type-list-item {
  margin: 10px;
  padding: 0px;
  width: 180px;
}
@media only screen and (max-width:64em) {
  .tpl-home .maincol_felix .post-type-list.service .post-type-list-item, .tpl-home .maincol_felix .post-type-list.product .post-type-list-item {
    margin: 5px;
  }
}
.tpl-home .maincol_felix .post-type-list.service {
  margin-top: 0px;
}
.tpl-home .maincol_felix .post-type-list.service .post-type-list-content {
  top: -75px;
}
@media only screen and (min-width:64.0625em) {
  .tpl-home .maincol_felix .post-type-list.service .post-type-list-content .post-type-list-heading:before {
    left: -400px;
  }
}
.tpl-home .maincol_felix .post-type-list.service .post-type-list-items .post-type-list-item {
  padding-top: 10px;
}
.tpl-home .maincol_felix .post-type-list.service .post-type-list-items .post-type-list-item .post-type-list-item-heading {
  color: #ffffff;
}
.tpl-home .maincol_felix .post-type-list.service .post-type-list-items .post-type-list-item .post-type-list-item-content {
  height: auto !important;
  min-height: 40%;
  width: 100%;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  padding: 0px;
  position: absolute;
  bottom: 0px;
  padding: 5px 10px 0px 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media large-up {
  .tpl-home .maincol_felix .post-type-list.service .post-type-list-items {
    padding-top: 30px;
  }
}
.tpl-home .maincol_felix .post-type-list.product.post-type-list {
  margin-top: 50px;
}
@media large-up {
  .tpl-home .maincol_felix .post-type-list.product.post-type-list {
    margin-top: 0px;
  }
}
.tpl-home .maincol_felix .post-type-list.product .post-type-list-content {
  padding-top: 0px;
  top: 10px;
}
@media only screen and (min-width:40.0625em) {
  .tpl-home .maincol_felix .post-type-list.product .post-type-list-content .post-type-list-heading:before {
    right: -400px;
  }
}
@media only screen and (min-width:64.0625em) {
  .tpl-home .maincol_felix .post-type-list.product .post-type-list-content .post-type-list-heading:after {
    right: unset;
    left: -30px;
    background-image: url("../img/respec-bar-left-arrow.png");
  }
}
.tpl-home .maincol_felix .post-type-list.product .post-type-list-items .post-type-list-item {
  text-align: center;
  height: 160px;
}
.tpl-home .maincol_felix .post-type-list.product .post-type-list-items .post-type-list-item .post-type-list-item-image img {
  width: 60px;
  height: auto;
  border-radius: 0px;
  filter: brightness(80%) sepia(100) saturate(100) hue-rotate(0deg);
}
.tpl-home .maincol_felix .post-type-list.product .post-type-list-items .post-type-list-item .post-type-list-item-content {
  padding-top: 20px;
}
.tpl-home .maincol_felix .post-type-list.product .post-type-list-items a:first-child .post-type-list-item {
  margin-left: 50px;
}
@media only screen and (max-width:64em) {
  .tpl-home .maincol_felix .post-type-list.product .post-type-list-items a:first-child .post-type-list-item {
    margin-left: 0px;
  }
}
.tpl-home .post-slider .sow-carousel-wrapper {
  margin-top: 35px;
}

.cool-timeline-wrapper {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.cool-timeline-wrapper .cool-timeline h2:after {
  content: none;
}
.cool-timeline-wrapper .cool-timeline .clt-compact-date {
  font-weight: bold;
}

.ajde_evcal_calendar .eventon_events_list .evcal_month_line p {
  text-transform: capitalize;
}
.ajde_evcal_calendar .eventon_events_list .evcal_eventcard h3:after {
  content: none;
}
.ajde_evcal_calendar .eventon_events_list .evcal_evdata_cell p {
  text-transform: capitalize;
}
.ajde_evcal_calendar .eventon_events_list .evcal_evdata_cell .eventon_full_description p {
  text-transform: unset;
}

#evcal_widget h1 a, #evcal_widget h2 a {
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#evcal_widget .eventon_events_list .desc_trig_outter .evcal_cblock .evo_start .date {
  font-size: 30px;
}
#evcal_widget .eventon_events_list .desc_trig_outter .evcal_desc {
  padding: 3px 15px 0 70px !important;
}
#evcal_widget .eventon_events_list .desc_trig_outter .evcal_desc .evcal_desc2 {
  font-size: 22px;
}
#evcal_widget .eventon_events_list .event_description .evcal_evdata_row p {
  font-size: 13px;
}
#evcal_widget .eventon_events_list .event_description .evcal_evdata_row .evcal_evdata_icons {
  display: block;
}
#evcal_widget .eventon_events_list .event_description .evcal_evdata_row .evcal_evdata_cell {
  padding-left: 40px;
}
#evcal_widget .eventon_events_list .event_description .evcal_evdata_row .evcal_evdata_cell h3 {
  font-size: 18px;
}
#evcal_widget .eventon_events_list .event_description .evcal_evdata_row .evcal_evdata_cell .evcal_evdata_icons {
  display: none;
}
#evcal_widget .eventon_events_list .evo_metarow_ICS a {
  font-size: 13px;
  font-weight: bold;
}

.single-banner {
  height: 170px;
  background-size: cover !important;
}

.top-banner {
  height: 320px;
  background-size: cover !important;
}

.stacked-banner-top {
  padding: 30px;
  background-size: cover !important;
  background-position: 75% 100% !important;
}
@media only screen and (min-width:64.0625em) {
  .stacked-banner-top {
    padding: 0;
    height: 160px;
  }
}

.stacked-banner-bottom {
  display: none;
  height: 170px;
  background-size: cover !important;
}
@media only screen and (min-width:40.0625em) {
  .stacked-banner-bottom {
    display: block;
  }
}

@media only screen and (min-width:64.0625em) {
  .stacked-banner-top-row .columns {
    height: 160px;
    line-height: 160px;
  }
}

.stacked-banner-heading {
  height: auto;
  line-height: 1.2;
  font-size: 34px;
  color: #fff;
  letter-spacing: 3px;
  padding: 0 15px;
}
@media only screen and (min-width:64.0625em) {
  .stacked-banner-heading {
    line-height: inherit;
    font-size: 2.25rem;
    padding: 0;
  }
}

.stacked-banner-link {
  position: relative;
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  float: right;
  padding: 30px 0 0;
  opacity: 1;
}
.stacked-banner-link:before {
  position: absolute;
  top: 25px;
  left: -45px;
  content: "";
  width: 35px;
  height: 35px;
  background: url("../img/icon-chevron-white-lg.png") no-repeat;
  background-size: cover;
}
.stacked-banner-link:hover, .searchform-inline .stacked-banner-link.searchform_submit:hover {
  color: #fff;
  opacity: 0.8;
}
@media only screen and (min-width:64.0625em) {
  .stacked-banner-link {
    position: absolute;
    right: 0.9375rem;
    font-size: 2.5rem;
    float: none;
    padding: 0;
  }
  .stacked-banner-link:before {
    position: absolute;
    top: 42px;
    left: -90px;
    content: "";
    width: 77px;
    height: 77px;
    background: url("../img/icon-chevron-white-lg.png") no-repeat;
  }
  .stacked-banner-link:hover, .searchform-inline .stacked-banner-link.searchform_submit:hover {
    color: #fff;
  }
}

.post-entry {
  padding: 30px 0;
  border-bottom: 1px solid #626162;
}

.post-info {
  border-top: 1px solid #58585a;
  border-bottom: 1px solid #58585a;
  padding: 10px 0;
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width:40.0625em) {
  .post-info {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.post-source-logo {
  float: left;
  margin-right: 10px;
}

.post-source-name {
  color: #727172;
  margin-bottom: 0;
  white-space: nowrap;
}
.post-source-name:after {
  content: none;
}

.post-date,
.post-author {
  font-size: 0.5rem;
  white-space: nowrap;
}

.post-featured-image {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 1.5rem;
}

.post-thumbnail-caption {
  margin: 0 0 1.5rem;
  font-size: 1rem;
  font-weight: 300;
  color: #7d7c7c;
}

.post-tags {
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  padding: 3rem 1rem;
  text-transform: uppercase;
}
.post-tags a {
  text-decoration: underline;
}

.post-sharer-title {
  font-size: 0.75rem;
}

.post-sharer {
  text-align: center;
}
@media only screen and (min-width:40.0625em) {
  .post-sharer {
    text-align: right;
  }
}
.post-sharer .fa {
  font-size: 2rem;
  margin-left: 1rem;
}
.post-sharer .fa-facebook-square {
  color: #3b5998;
}
.post-sharer .fa-twitter-square {
  color: #7ac4f7;
}
.post-sharer .fa-envelope {
  color: #00a8ec;
}
.post-sharer .fa-google-plus-square {
  color: #dd4b39;
}
.post-sharer .fa-linkedin {
  color: #007bb5;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 1.5rem;
}

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

.reveal-modal .close-reveal-modal {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-family: FontAwesome;
  font-size: 1.5rem;
  color: #626162;
}
.reveal-modal .close-reveal-modal span {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.info-block {
  padding: 0px 0px 35px;
  color: #626162;
}
.info-block .panel-grid {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media only screen and (max-width:64em) {
  .info-block .panel-grid {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.info-block .info-block-header {
  font-size: 2.375rem;
  color: #626162;
  margin: 0;
  line-height: 1;
}
.info-block .info-block-intro em > strong,
.info-block .info-block-content em > strong {
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 2.375rem;
  line-height: 1;
  letter-spacing: 0.08rem;
  font-style: normal;
  color: #626162;
}
.info-block .info-block-content {
  padding-top: 30px;
}
.info-block .info-block-content a {
  text-decoration: underline;
}
.info-block .info-block-intro {
  padding-right: 1.875rem;
}
@media only screen and (min-width:40.0625em) {
  .info-block .info-block-details p {
    display: inline-block;
    width: 100%;
    margin: 0 0 1rem;
  }
}
.info-block .info-block-relationships {
  position: relative;
}
.info-block .info-block-relationships a {
  text-decoration: underline;
}
.info-block .info-block-relationships a:hover {
  opacity: 0.5;
}
.info-block .info-block-pdf-image {
  width: 40%;
}
.info-block .info-block-pdf {
  margin: 15px 0 0 40px;
  display: block;
  text-decoration: none !important;
  float: none;
}
.info-block .info-block-head {
  margin-bottom: 30px !important;
}
@media only screen and (max-width:64em) {
  .info-block {
    padding: 0px;
  }
}

.gallery {
  position: relative;
}
.gallery.roomy {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
@media only screen and (max-width:64em) {
  .gallery.gallery-size-large {
    display: none;
  }
}
.gallery .gallery-item-header {
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 3px;
  font-style: normal;
  color: #d12d25;
  text-align: right;
  margin-bottom: 5px;
}
.gallery .gallery-item-image img {
  width: 100%;
  border-radius: 10px;
}
.gallery .gallery-item-image img:hover {
  opacity: 0.8;
}

.gallery-item-caption p {
  line-height: 1.4;
}

.grid-slider .gallery .grid-sizer, .grid-slider .gallery .gallery-item {
  width: 10% !important;
}
.grid-slider .gallery .gallery-item {
  margin: 0px !important;
  height: 150px;
  transition: transform 0.15s ease-in-out;
}
.grid-slider .gallery .gallery-item.width2 {
  width: 20% !important;
}
.grid-slider .gallery .gallery-item.height2 {
  height: 300px;
}
.grid-slider .gallery .gallery-item:hover {
  transform: scale(1.05);
  z-index: 20;
}
.grid-slider .gallery .gallery-item .gallery-icon {
  width: 100%;
  height: 100%;
  padding: 2px;
}
.grid-slider .gallery .gallery-item .gallery-icon img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border: none !important;
  border-radius: 5px;
}
.grid-slider.width2 .gallery .grid-sizer, .grid-slider.width2 .gallery .gallery-item {
  width: 25% !important;
}

.propform {
  position: relative;
}
.propform .propform_wrapper .propform_control {
  float: left;
  position: relative;
}
.propform .propform_wrapper .propform_control.cascade.control_secondary .propform_choice:not(.all), .propform .propform_wrapper .propform_control.cascade.control_tertiary .propform_choice:not(.all) {
  display: none;
}
.propform .propform_wrapper .propform_control.control_secondary {
  position: absolute;
  margin-left: calc(50% - 150px);
}
.propform .propform_wrapper .propform_control.control_tertiary {
  float: right;
}
.propform .propform_wrapper .propform_control .propform_choice {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 25px;
  height: auto !important;
  padding: 0 2.5%;
  float: left;
  cursor: pointer;
}
.propform .propform_wrapper .propform_control .propform_choice.selected .propform_input:before {
  background: #6c6c6c;
}
.propform .propform_wrapper .propform_control .propform_choice input {
  display: none;
}
@media only screen and (max-width:64em) {
  .propform .propform_wrapper .propform_control {
    float: none !important;
    margin: 0px !important;
    position: static !important;
  }
  .propform .propform_wrapper .propform_control .tab-button.propform_label {
    text-align: center;
  }
  .propform .propform_wrapper .propform_control .tab-button.propform_label:after {
    left: 0px;
  }
  .propform .propform_wrapper .propform_control .tab-button.propform_label a {
    margin: 0px auto;
  }
}
.propform .propform_wrapper .propform_select {
  /* Hiding the section for the redesign. It needs to remain for the filtering/javascript, so it's essentially a hidden field. */
  display: none !important;
  clear: both;
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.75rem;
  color: #ef3e32;
  margin-bottom: 30px;
}
@media only screen and (min-width:40.0625em) {
  .propform .propform_wrapper .propform_select {
    padding-left: 30px;
    width: 50%;
  }
}
@media only screen and (max-width:64em) {
  .propform .propform_wrapper {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width:64.0625em) {
  .propform {
    margin-bottom: 100px;
  }
}

.propform-active .propform_drop {
  display: block;
}

.propform_drop {
  display: none;
  box-sizing: border-box;
  padding: 0.8rem 1.5rem;
  position: absolute;
  top: 85px;
  left: 0px;
  border: solid 1px #cfcfcf;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #ffffff;
  z-index: 3;
  width: 300px;
  height: 230px;
  overflow-y: scroll;
}
.propform_drop .propform_empty {
  font-size: 0.86rem;
  font-style: italic;
  text-align: center;
  display: none;
}
@media only screen and (max-width:64em) {
  .propform_drop {
    margin: 0px auto;
    position: static;
  }
}

.propform_listtype .propform_drop {
  right: 0;
}

.propform_close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: red;
  cursor: pointer;
}
@media only screen and (min-width:40.0625em) {
  .propform_close {
    top: auto;
    bottom: 20px;
  }
}

.propform_input {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0.75rem;
}
@media only screen and (min-width:40.0625em) {
  .propform_input {
    font-size: 0.66rem;
  }
}
.propform_input:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  position: absolute;
  top: 2px;
  left: -15px;
  background: #d8d8d8;
}
@media only screen and (min-width:40.0625em) {
  .propform_input:before {
    top: 1px;
  }
}

input[type=checkbox]:checked + .propform_input:before,
input[type=radio]:checked + .propform_input:before {
  background: #000;
}

.alm-btn-wrap {
  text-align: center;
  margin-bottom: 2em;
}

.alm-load-more-btn.more.done {
  display: none;
}

[class*=block-grid-] {
  margin: 0;
  clear: both;
}
[class*=block-grid-] > li, [class*=block-grid-] div > li {
  position: relative;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 36px;
}
[class*=block-grid-] > li:hover, .searchform-inline [class*=block-grid-] > li.searchform_submit:hover, [class*=block-grid-] div > li:hover, [class*=block-grid-] .searchform-inline div > li.searchform_submit:hover, .searchform-inline [class*=block-grid-] div > li.searchform_submit:hover {
  opacity: 0.8;
}
[class*=block-grid-] > li a, [class*=block-grid-] div > li a {
  color: #333333;
}

.large-block-grid-4 > li,
.large-block-grid-4 div > li {
  list-style: none;
  width: 100%;
}
@media only screen and (min-width:40.0625em) {
  .large-block-grid-4 > li,
  .large-block-grid-4 div > li {
    width: 50%;
  }
}
@media only screen and (min-width:64.0625em) {
  .large-block-grid-4 > li,
  .large-block-grid-4 div > li {
    width: 25%;
  }
}

.large-block-grid-4 > li:nth-of-type(1n),
.large-block-grid-4 div > li:nth-of-type(1n) {
  clear: none;
}

.large-block-grid-4 > li:nth-of-type(4n+1),
.large-block-grid-4 div > li:nth-of-type(4n+1) {
  clear: both;
}

.box_text {
  position: relative;
  height: unset;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+33,dfdfde+34,dfdfde+100&0+0,1+100 */
  /* Gradient removed for redesign */
}
.box_text .box_heading {
  background-color: rgba(120, 120, 120, 0.9);
  line-height: 1;
  margin: 0;
  font-weight: normal;
  font-size: 1em;
  color: #fff;
  position: absolute;
  bottom: 15px;
  width: 100%;
  padding: 20px 20px;
}
.box_text .box_heading:after {
  content: none;
}
.box_text .box_heading .box_link {
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  color: #fff;
  letter-spacing: 3px;
}
.box_text .box_heading .box_link_meta {
  display: block;
  font-size: 0.8em;
  padding-top: 3px;
  color: #d3d3d3;
}
.box_text .box_thumb {
  min-height: 300px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
}
.box_text .box_thumb img {
  width: 100%;
  border-radius: 5px;
}

.grid-no-results {
  padding-top: 2rem;
  padding-bottom: 4rem;
  min-height: 300px;
}

.loading {
  background: #fff;
  text-align: center;
  padding-bottom: 20px;
}

.footer-form {
  padding: 0px 10px;
}
.footer-form h2 {
  margin-bottom: unset;
}
.footer-form h2:after {
  content: none;
}

.footerzb {
  margin-top: 50px;
}

.footerzb_middle_wrap {
  background: #fafafa;
  padding: 50px 20px;
}
@media only screen and (min-width:64.0625em) {
  .footerzb_middle_wrap {
    padding: 100px 20px;
  }
}

.footerzb_middle {
  margin: 0 auto;
  max-width: calc(87.5rem + 20px * 2);
  width: 100%;
}
.footerzb_middle:before, .footerzb_middle:after {
  content: " ";
  display: table;
}
.footerzb_middle:after {
  clear: both;
}
@media only screen and (min-width:64.0625em) {
  .footerzb_middle {
    display: flex;
    display: -ms-flexbox;
    align-items: stretch;
  }
}

.footerzb_middle_1 {
  padding-top: 20px;
  text-align: center;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}
@media only screen and (min-width:64.0625em) {
  .footerzb_middle_1 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 25%;
    float: left;
  }
}

.footerzb_middle_2 {
  align-items: center;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  padding: 0 33px;
}
@media only screen and (min-width:64.0625em) {
  .footerzb_middle_2 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width:64.0625em) {
  .footerzb_middle_2 {
    padding-right: 0.9375rem;
    display: block;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 25%;
    float: left;
  }
}
.footerzb_middle_2 .widget_text {
  padding: 20px 4px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 30px;
}
@media only screen and (min-width:64.0625em) {
  .footerzb_middle_2 .widget_text {
    padding: 0;
    margin: 0;
    border: none;
  }
}
.footerzb_middle_2 .widget_text a {
  position: relative;
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.2875rem;
  text-transform: uppercase;
  color: #fff;
  padding-left: 35px;
}
.footerzb_middle_2 .widget_text a:before {
  position: absolute;
  top: -5px;
  left: -3px;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/icon-chevron-white-lg.png) center center no-repeat;
  background-size: cover;
}
.footerzb_middle_2 .widget_text .textwidget p:last-child {
  margin-bottom: 0;
}

.footerzb_middle_3 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}
@media only screen and (min-width:40.0625em) {
  .footerzb_middle_3 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width:64.0625em) {
  .footerzb_middle_3 {
    display: flex;
    display: -ms-flexbox;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 25%;
    float: left;
    border-left: 1px solid #fff;
  }
}

#menu-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0 15px 30px;
}
#menu-footer-menu li.menu-item {
  padding-bottom: 10px;
}
#menu-footer-menu li.menu-item a {
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  font-size: 1.4rem;
}
@media only screen and (min-width:64.0625em) {
  #menu-footer-menu {
    display: flex;
    display: -ms-flexbox;
    align-items: top;
    border: 1px solid #fff;
    padding: 50px 40px;
  }
  #menu-footer-menu li.menu-item {
    width: 25%;
  }
  #menu-footer-menu li.menu-item a {
    font-size: 1.5rem;
    display: inline-block;
  }
}
@media only screen and (min-width:90.0625em) {
  #menu-footer-menu li.menu-item a {
    font-size: 1.8rem;
  }
}

.widget_media_image {
  max-width: 125px;
  margin: 0px auto;
}

.socialicons {
  text-align: center;
}
.socialicons h2 {
  display: none;
}
.socialicons .soc_item {
  width: auto;
  padding-bottom: 5px;
}
.socialicons .soc_link {
  color: #949494;
}
.socialicons .soc_label {
  display: none;
  font-size: 12px;
}
.socialicons .fa {
  width: 36px;
}

.footercopy_text {
  padding: 1rem 30px;
  margin: 0;
}
@media only screen and (min-width:64.0625em) {
  .footercopy_text {
    padding: 1rem 0.9375rem;
  }
}
.footercopy_text li {
  display: block;
  color: #333333;
  font-size: 0.8rem;
}
@media only screen and (min-width:40.0625em) {
  .footercopy_text li {
    display: inline-block;
  }
  .footercopy_text li + li:before {
    content: "| ";
  }
}
.footercopy_text li a {
  color: #333333;
  text-decoration: underline;
}

.flyer-block-link.whitepaper-modal {
  position: relative;
  float: none;
  padding: 0;
  bottom: 0;
  margin-left: 28px;
  font-size: 1.4rem;
}
.flyer-block-link.whitepaper-modal:before {
  top: 2px;
  left: -28px;
}

body.single-presentation .contact-form-grid h3, body.single-whitepaper .contact-form-grid h3 {
  margin-bottom: 40px;
}
body.single-presentation .contact-form-grid h3:after, body.single-whitepaper .contact-form-grid h3:after {
  content: none;
}

.gform_wrapper .validation_error {
  display: none;
}
.gform_wrapper .gform_body .gfield, .gform_wrapper .gform_body .gfield.gfield_error {
  width: 50%;
  min-width: 300px;
  display: inline-block;
  vertical-align: bottom;
}
.gform_wrapper .gform_body .gfield.gfield_error, .gform_wrapper .gform_body .gfield.gfield_error.gfield_error {
  border: none;
  margin: 0px 5px 0px 0px;
  width: 49%;
  vertical-align: top;
}
.gform_wrapper .gform_body .gfield.gfield_error .validation_message, .gform_wrapper .gform_body .gfield.gfield_error.gfield_error .validation_message {
  padding-top: 0px;
  font-weight: normal;
}
.gform_wrapper .gform_body .gfield .gfield_label, .gform_wrapper .gform_body .gfield.gfield_error .gfield_label {
  display: none;
}
.gform_wrapper .gform_body .gfield .gfield_description, .gform_wrapper .gform_body .gfield.gfield_error .gfield_description {
  font-size: 1em;
  padding-top: 10px;
}
.gform_wrapper .gform_body .gfield input[type=text], .gform_wrapper .gform_body .gfield textarea, .gform_wrapper .gform_body .gfield.gfield_error input[type=text], .gform_wrapper .gform_body .gfield.gfield_error textarea {
  color: #333333;
  border: none;
  border-bottom: solid 3px #d1d1d1;
  box-shadow: none;
  margin-bottom: 0px;
  background: none;
}
.gform_wrapper .gform_body .gfield input[type=text]::placeholder, .gform_wrapper .gform_body .gfield textarea::placeholder, .gform_wrapper .gform_body .gfield.gfield_error input[type=text]::placeholder, .gform_wrapper .gform_body .gfield.gfield_error textarea::placeholder {
  color: #333333;
  opacity: 1; /* Firefox */
}
.gform_wrapper .gform_body .gfield input[type=text]:-ms-input-placeholder, .gform_wrapper .gform_body .gfield textarea:-ms-input-placeholder, .gform_wrapper .gform_body .gfield.gfield_error input[type=text]:-ms-input-placeholder, .gform_wrapper .gform_body .gfield.gfield_error textarea:-ms-input-placeholder {
  color: #333333;
}
.gform_wrapper .gform_body .gfield input[type=text]::-ms-input-placeholder, .gform_wrapper .gform_body .gfield textarea::-ms-input-placeholder, .gform_wrapper .gform_body .gfield.gfield_error input[type=text]::-ms-input-placeholder, .gform_wrapper .gform_body .gfield.gfield_error textarea::-ms-input-placeholder {
  color: #333333;
}
.gform_wrapper .gform_body .gfield select, .gform_wrapper .gform_body .gfield.gfield_error select {
  border: none;
  border-bottom: solid 3px #d1d1d1;
  background-color: #ffffff;
}
.gform_wrapper .gform_body .gfield.gfield--type-checkbox, .gform_wrapper .gform_body .gfield.gfield_error.gfield--type-checkbox {
  width: 100%;
  background-color: #eeeeee;
  padding: 20px;
}
.gform_wrapper .gform_body .gfield.gfield--type-checkbox .gfield_label_before_complex, .gform_wrapper .gform_body .gfield.gfield_error.gfield--type-checkbox .gfield_label_before_complex {
  display: block;
}
.gform_wrapper .gform_body .gfield.gfield--type-checkbox .gchoice, .gform_wrapper .gform_body .gfield.gfield_error.gfield--type-checkbox .gchoice {
  display: inline;
  padding-right: 20px !important;
}
@media only screen and (max-width:64em) {
  .gform_wrapper .gform_body .gfield.gfield--type-checkbox .gchoice, .gform_wrapper .gform_body .gfield.gfield_error.gfield--type-checkbox .gchoice {
    display: block;
  }
}
.gform_wrapper .gform_body .gfield.gfield--type-checkbox input[type=checkbox], .gform_wrapper .gform_body .gfield.gfield_error.gfield--type-checkbox input[type=checkbox] {
  margin: 0px !important;
}
.gform_wrapper .gform_body .gfield.gfield--type-checkbox label, .gform_wrapper .gform_body .gfield.gfield_error.gfield--type-checkbox label {
  font-size: inherit;
}

.contact-form-grid {
  background: #dfdfde;
  padding: 50px 0px;
}

.contact-form-grid .gform_wrapper ul.gform_fields li.gfield {
  display: inline-block;
  width: 48%;
}

/*------------------------------------------------------------------- Careers */
body.page-careers main div:not(.medium-8) h2, body.page-alaska main div:not(.medium-8) h2, body.page-alaska-careers main div:not(.medium-8) h2, body.page-internships main div:not(.medium-8) h2, body.page-template-template-job-posting main div:not(.medium-8) h2 {
  display: inline-block;
  position: relative;
}
body.page-careers main div:not(.medium-8) h2.tertiary, body.page-alaska main div:not(.medium-8) h2.tertiary, body.page-alaska-careers main div:not(.medium-8) h2.tertiary, body.page-internships main div:not(.medium-8) h2.tertiary, body.page-template-template-job-posting main div:not(.medium-8) h2.tertiary {
  margin-bottom: 0px;
}
body.page-careers main div:not(.medium-8) h2:after, body.page-alaska main div:not(.medium-8) h2:after, body.page-alaska-careers main div:not(.medium-8) h2:after, body.page-internships main div:not(.medium-8) h2:after, body.page-template-template-job-posting main div:not(.medium-8) h2:after {
  margin-right: 0px;
  position: absolute;
  top: 10px;
  left: calc(100% + 10px);
}
body.page-careers main div:not(.medium-8) h2.expand:after, body.page-alaska main div:not(.medium-8) h2.expand:after, body.page-alaska-careers main div:not(.medium-8) h2.expand:after, body.page-internships main div:not(.medium-8) h2.expand:after, body.page-template-template-job-posting main div:not(.medium-8) h2.expand:after {
  -webkit-animation: expand-this-full 2s forwards;
  animation: expand-this-full 2s forwards;
}
body.page-careers .lead:after, body.page-alaska .lead:after, body.page-alaska-careers .lead:after, body.page-internships .lead:after, body.page-template-template-job-posting .lead:after {
  content: none;
}
body.page-careers .lead .banner-slide-container, body.page-alaska .lead .banner-slide-container, body.page-alaska-careers .lead .banner-slide-container, body.page-internships .lead .banner-slide-container, body.page-template-template-job-posting .lead .banner-slide-container {
  position: static;
}
body.page-careers .contentwrap, body.page-alaska .contentwrap, body.page-alaska-careers .contentwrap, body.page-internships .contentwrap, body.page-template-template-job-posting .contentwrap {
  margin-top: 0px;
}
body.page-careers .slider:before, body.page-careers .post-slider:before, body.page-alaska .slider:before, body.page-alaska .post-slider:before, body.page-alaska-careers .slider:before, body.page-alaska-careers .post-slider:before, body.page-internships .slider:before, body.page-internships .post-slider:before, body.page-template-template-job-posting .slider:before, body.page-template-template-job-posting .post-slider:before {
  content: none;
}
body.page-careers .career-gallery-container, body.page-alaska .career-gallery-container, body.page-alaska-careers .career-gallery-container, body.page-internships .career-gallery-container, body.page-template-template-job-posting .career-gallery-container {
  padding: 25px 0px;
}
body.page-careers .career-gallery-container .career-image, body.page-alaska .career-gallery-container .career-image, body.page-alaska-careers .career-gallery-container .career-image, body.page-internships .career-gallery-container .career-image, body.page-template-template-job-posting .career-gallery-container .career-image {
  display: inline-block;
  width: 24%;
  padding: 5px;
  position: relative;
  transition: transform 0.15s ease-in-out;
}
body.page-careers .career-gallery-container .career-image:hover, body.page-alaska .career-gallery-container .career-image:hover, body.page-alaska-careers .career-gallery-container .career-image:hover, body.page-internships .career-gallery-container .career-image:hover, body.page-template-template-job-posting .career-gallery-container .career-image:hover {
  transform: scale(1.05);
  z-index: 20;
}
body.page-careers .career-gallery-container .career-image img, body.page-alaska .career-gallery-container .career-image img, body.page-alaska-careers .career-gallery-container .career-image img, body.page-internships .career-gallery-container .career-image img, body.page-template-template-job-posting .career-gallery-container .career-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 5px;
}
body.page-careers .jobs-smart-recruiter-container, body.page-alaska .jobs-smart-recruiter-container, body.page-alaska-careers .jobs-smart-recruiter-container, body.page-internships .jobs-smart-recruiter-container, body.page-template-template-job-posting .jobs-smart-recruiter-container {
  padding-top: 30px;
}
body.page-careers .jobs-wrapper, body.page-alaska .jobs-wrapper, body.page-alaska-careers .jobs-wrapper, body.page-internships .jobs-wrapper, body.page-template-template-job-posting .jobs-wrapper {
  padding-top: 50px;
}
body.page-careers .jobs-wrapper .job-header-container, body.page-alaska .jobs-wrapper .job-header-container, body.page-alaska-careers .jobs-wrapper .job-header-container, body.page-internships .jobs-wrapper .job-header-container, body.page-template-template-job-posting .jobs-wrapper .job-header-container {
  overflow: hidden;
}
body.page-careers .jobs-wrapper .job-header-container .job-header, body.page-alaska .jobs-wrapper .job-header-container .job-header, body.page-alaska-careers .jobs-wrapper .job-header-container .job-header, body.page-internships .jobs-wrapper .job-header-container .job-header, body.page-template-template-job-posting .jobs-wrapper .job-header-container .job-header {
  overflow: hidden;
}
body.page-careers .jobs-wrapper .job-header-container .job-stats, body.page-alaska .jobs-wrapper .job-header-container .job-stats, body.page-alaska-careers .jobs-wrapper .job-header-container .job-stats, body.page-internships .jobs-wrapper .job-header-container .job-stats, body.page-template-template-job-posting .jobs-wrapper .job-header-container .job-stats {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width:64em) {
  body.page-careers .jobs-wrapper .job-header-container .job-stats, body.page-alaska .jobs-wrapper .job-header-container .job-stats, body.page-alaska-careers .jobs-wrapper .job-header-container .job-stats, body.page-internships .jobs-wrapper .job-header-container .job-stats, body.page-template-template-job-posting .jobs-wrapper .job-header-container .job-stats {
    flex-direction: column;
    align-items: center;
  }
}
body.page-careers .jobs-wrapper .job-header-container .job-stats.medium-4, body.page-alaska .jobs-wrapper .job-header-container .job-stats.medium-4, body.page-alaska-careers .jobs-wrapper .job-header-container .job-stats.medium-4, body.page-internships .jobs-wrapper .job-header-container .job-stats.medium-4, body.page-template-template-job-posting .jobs-wrapper .job-header-container .job-stats.medium-4 {
  flex-direction: row !important;
  display: flex;
  flex-wrap: wrap;
}
body.page-careers .jobs-wrapper .job-header-container .job-stats.medium-4 .job-stat, body.page-alaska .jobs-wrapper .job-header-container .job-stats.medium-4 .job-stat, body.page-alaska-careers .jobs-wrapper .job-header-container .job-stats.medium-4 .job-stat, body.page-internships .jobs-wrapper .job-header-container .job-stats.medium-4 .job-stat, body.page-template-template-job-posting .jobs-wrapper .job-header-container .job-stats.medium-4 .job-stat {
  text-align: left;
  width: 50%;
  border: none !important;
}
body.page-careers .jobs-wrapper .job-header-container .job-stats .job-stat, body.page-alaska .jobs-wrapper .job-header-container .job-stats .job-stat, body.page-alaska-careers .jobs-wrapper .job-header-container .job-stats .job-stat, body.page-internships .jobs-wrapper .job-header-container .job-stats .job-stat, body.page-template-template-job-posting .jobs-wrapper .job-header-container .job-stats .job-stat {
  display: inline-block;
  vertical-align: top;
  padding: 15px 25px;
  width: 300px;
  text-align: center;
}
body.page-careers .jobs-wrapper .job-header-container .job-stats .job-stat:not(:first-of-type), body.page-alaska .jobs-wrapper .job-header-container .job-stats .job-stat:not(:first-of-type), body.page-alaska-careers .jobs-wrapper .job-header-container .job-stats .job-stat:not(:first-of-type), body.page-internships .jobs-wrapper .job-header-container .job-stats .job-stat:not(:first-of-type), body.page-template-template-job-posting .jobs-wrapper .job-header-container .job-stats .job-stat:not(:first-of-type) {
  border-left: solid 1px #D9D9D9;
}
@media only screen and (max-width:64em) {
  body.page-careers .jobs-wrapper .job-header-container .job-stats .job-stat:not(:first-of-type), body.page-alaska .jobs-wrapper .job-header-container .job-stats .job-stat:not(:first-of-type), body.page-alaska-careers .jobs-wrapper .job-header-container .job-stats .job-stat:not(:first-of-type), body.page-internships .jobs-wrapper .job-header-container .job-stats .job-stat:not(:first-of-type), body.page-template-template-job-posting .jobs-wrapper .job-header-container .job-stats .job-stat:not(:first-of-type) {
    border-left: none;
    border-top: solid 1px #D9D9D9;
  }
}
body.page-careers .jobs-wrapper .job-header-container .job-stats .job-stat h3, body.page-alaska .jobs-wrapper .job-header-container .job-stats .job-stat h3, body.page-alaska-careers .jobs-wrapper .job-header-container .job-stats .job-stat h3, body.page-internships .jobs-wrapper .job-header-container .job-stats .job-stat h3, body.page-template-template-job-posting .jobs-wrapper .job-header-container .job-stats .job-stat h3 {
  font-size: 3em;
  margin-bottom: 0px;
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
}
body.page-careers .jobs-wrapper .job-header-container .job-stats .job-stat h4, body.page-alaska .jobs-wrapper .job-header-container .job-stats .job-stat h4, body.page-alaska-careers .jobs-wrapper .job-header-container .job-stats .job-stat h4, body.page-internships .jobs-wrapper .job-header-container .job-stats .job-stat h4, body.page-template-template-job-posting .jobs-wrapper .job-header-container .job-stats .job-stat h4 {
  color: #ef3e32;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.8em;
  line-height: 1em;
}
body.page-careers .jobs-wrapper .job-header-container .job-stats .job-stat h5, body.page-careers .jobs-wrapper .job-header-container .job-stats .job-stat .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr .jobs-wrapper .job-header-container .job-stats .job-stat th, body.page-careers .jobs-wrapper .job-header-container .job-stats .job-stat .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown .jobs-wrapper .job-header-container .job-stats .job-stat label, body.page-alaska .jobs-wrapper .job-header-container .job-stats .job-stat h5, body.page-alaska .jobs-wrapper .job-header-container .job-stats .job-stat .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tr .jobs-wrapper .job-header-container .job-stats .job-stat th, body.page-alaska .jobs-wrapper .job-header-container .job-stats .job-stat .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-alaska .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown .jobs-wrapper .job-header-container .job-stats .job-stat label, body.page-alaska-careers .jobs-wrapper .job-header-container .job-stats .job-stat h5, body.page-alaska-careers .jobs-wrapper .job-header-container .job-stats .job-stat .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr .jobs-wrapper .job-header-container .job-stats .job-stat th, body.page-alaska-careers .jobs-wrapper .job-header-container .job-stats .job-stat .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-alaska-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown .jobs-wrapper .job-header-container .job-stats .job-stat label, body.page-internships .jobs-wrapper .job-header-container .job-stats .job-stat h5, body.page-internships .jobs-wrapper .job-header-container .job-stats .job-stat .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tr .jobs-wrapper .job-header-container .job-stats .job-stat th, body.page-internships .jobs-wrapper .job-header-container .job-stats .job-stat .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-internships .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown .jobs-wrapper .job-header-container .job-stats .job-stat label, body.page-template-template-job-posting .jobs-wrapper .job-header-container .job-stats .job-stat h5, body.page-template-template-job-posting .jobs-wrapper .job-header-container .job-stats .job-stat .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tr .jobs-wrapper .job-header-container .job-stats .job-stat th, body.page-template-template-job-posting .jobs-wrapper .job-header-container .job-stats .job-stat .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-template-template-job-posting .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown .jobs-wrapper .job-header-container .job-stats .job-stat label {
  margin-top: 0px;
  margin-bottom: 0;
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.4em;
}
@media only screen and (max-width:64em) {
  body.page-careers .jobs-wrapper .job-header-container .job-stats .job-stat, body.page-alaska .jobs-wrapper .job-header-container .job-stats .job-stat, body.page-alaska-careers .jobs-wrapper .job-header-container .job-stats .job-stat, body.page-internships .jobs-wrapper .job-header-container .job-stats .job-stat, body.page-template-template-job-posting .jobs-wrapper .job-header-container .job-stats .job-stat {
    width: 100%;
  }
}
body.page-careers .jobs-wrapper .job-sidebar, body.page-alaska .jobs-wrapper .job-sidebar, body.page-alaska-careers .jobs-wrapper .job-sidebar, body.page-internships .jobs-wrapper .job-sidebar, body.page-template-template-job-posting .jobs-wrapper .job-sidebar {
  /*padding-right: 50px;
  border-right: solid 2px #b7b7b7;*/
}
body.page-careers .jobs-wrapper .job-sidebar .job-search-container .job-search-field, body.page-alaska .jobs-wrapper .job-sidebar .job-search-container .job-search-field, body.page-alaska-careers .jobs-wrapper .job-sidebar .job-search-container .job-search-field, body.page-internships .jobs-wrapper .job-sidebar .job-search-container .job-search-field, body.page-template-template-job-posting .jobs-wrapper .job-sidebar .job-search-container .job-search-field {
  width: 325px;
  border-radius: 5px;
}
body.page-careers .jobs-wrapper .job-sidebar .job-search-container .job-search, body.page-alaska .jobs-wrapper .job-sidebar .job-search-container .job-search, body.page-alaska-careers .jobs-wrapper .job-sidebar .job-search-container .job-search, body.page-internships .jobs-wrapper .job-sidebar .job-search-container .job-search, body.page-template-template-job-posting .jobs-wrapper .job-sidebar .job-search-container .job-search {
  position: absolute;
  top: 7px;
  left: 295px;
  width: 25px;
  height: 25px;
}
body.page-careers .jobs-wrapper .job-sidebar .job-search-container .job-search:after, body.page-alaska .jobs-wrapper .job-sidebar .job-search-container .job-search:after, body.page-alaska-careers .jobs-wrapper .job-sidebar .job-search-container .job-search:after, body.page-internships .jobs-wrapper .job-sidebar .job-search-container .job-search:after, body.page-template-template-job-posting .jobs-wrapper .job-sidebar .job-search-container .job-search:after {
  font-family: FontAwesome;
  font-size: 22px;
  line-height: 20px;
  content: "\f002";
  color: #cfcfcf;
}
body.page-careers .jobs-wrapper .job-sidebar .job-filter-separator, body.page-alaska .jobs-wrapper .job-sidebar .job-filter-separator, body.page-alaska-careers .jobs-wrapper .job-sidebar .job-filter-separator, body.page-internships .jobs-wrapper .job-sidebar .job-filter-separator, body.page-template-template-job-posting .jobs-wrapper .job-sidebar .job-filter-separator {
  padding: 30px;
  font-weight: 300;
}
body.page-careers .jobs-wrapper .job-sidebar .job-meta h3, body.page-alaska .jobs-wrapper .job-sidebar .job-meta h3, body.page-alaska-careers .jobs-wrapper .job-sidebar .job-meta h3, body.page-internships .jobs-wrapper .job-sidebar .job-meta h3, body.page-template-template-job-posting .jobs-wrapper .job-sidebar .job-meta h3 {
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-top: 10px;
}
body.page-careers .jobs-wrapper .job-sidebar .job-meta h3.job-location, body.page-alaska .jobs-wrapper .job-sidebar .job-meta h3.job-location, body.page-alaska-careers .jobs-wrapper .job-sidebar .job-meta h3.job-location, body.page-internships .jobs-wrapper .job-sidebar .job-meta h3.job-location, body.page-template-template-job-posting .jobs-wrapper .job-sidebar .job-meta h3.job-location {
  padding-top: 0px;
  padding-bottom: 25px;
}
body.page-careers .jobs-wrapper .job-sidebar .job-meta p, body.page-alaska .jobs-wrapper .job-sidebar .job-meta p, body.page-alaska-careers .jobs-wrapper .job-sidebar .job-meta p, body.page-internships .jobs-wrapper .job-sidebar .job-meta p, body.page-template-template-job-posting .jobs-wrapper .job-sidebar .job-meta p {
  font-weight: bold;
  color: #7e7e7e;
}
body.page-careers .jobs-wrapper .job-sidebar .job-meta p.job-eoe, body.page-alaska .jobs-wrapper .job-sidebar .job-meta p.job-eoe, body.page-alaska-careers .jobs-wrapper .job-sidebar .job-meta p.job-eoe, body.page-internships .jobs-wrapper .job-sidebar .job-meta p.job-eoe, body.page-template-template-job-posting .jobs-wrapper .job-sidebar .job-meta p.job-eoe {
  margin-top: 0px;
  font-style: italic;
  font-weight: normal;
  font-size: 0.8em;
  text-align: left;
}
body.page-careers .jobs-wrapper .job-sidebar .job-filters, body.page-alaska .jobs-wrapper .job-sidebar .job-filters, body.page-alaska-careers .jobs-wrapper .job-sidebar .job-filters, body.page-internships .jobs-wrapper .job-sidebar .job-filters, body.page-template-template-job-posting .jobs-wrapper .job-sidebar .job-filters {
  padding-right: 20px;
}
body.page-careers .jobs-wrapper .job-sidebar .job-filters .job-filter, body.page-alaska .jobs-wrapper .job-sidebar .job-filters .job-filter, body.page-alaska-careers .jobs-wrapper .job-sidebar .job-filters .job-filter, body.page-internships .jobs-wrapper .job-sidebar .job-filters .job-filter, body.page-template-template-job-posting .jobs-wrapper .job-sidebar .job-filters .job-filter {
  padding-bottom: 0px;
  text-transform: uppercase;
}
body.page-careers .jobs-wrapper .job-sidebar .job-filters .job-filter a, body.page-alaska .jobs-wrapper .job-sidebar .job-filters .job-filter a, body.page-alaska-careers .jobs-wrapper .job-sidebar .job-filters .job-filter a, body.page-internships .jobs-wrapper .job-sidebar .job-filters .job-filter a, body.page-template-template-job-posting .jobs-wrapper .job-sidebar .job-filters .job-filter a {
  font-family: "Aktiv Grotesk Cd", sans-serif;
  letter-spacing: 1px;
  font-weight: 300;
}
@media only screen and (max-width:64em) {
  body.page-careers .jobs-wrapper .job-sidebar .job-filters .job-filter, body.page-alaska .jobs-wrapper .job-sidebar .job-filters .job-filter, body.page-alaska-careers .jobs-wrapper .job-sidebar .job-filters .job-filter, body.page-internships .jobs-wrapper .job-sidebar .job-filters .job-filter, body.page-template-template-job-posting .jobs-wrapper .job-sidebar .job-filters .job-filter {
    display: inline-block;
  }
}
body.page-careers .jobs-wrapper .job-details-container, body.page-alaska .jobs-wrapper .job-details-container, body.page-alaska-careers .jobs-wrapper .job-details-container, body.page-internships .jobs-wrapper .job-details-container, body.page-template-template-job-posting .jobs-wrapper .job-details-container {
  padding-left: 30px;
}
body.page-careers .jobs-wrapper .job-details-container .job-details h3, body.page-alaska .jobs-wrapper .job-details-container .job-details h3, body.page-alaska-careers .jobs-wrapper .job-details-container .job-details h3, body.page-internships .jobs-wrapper .job-details-container .job-details h3, body.page-template-template-job-posting .jobs-wrapper .job-details-container .job-details h3 {
  color: #7e7e7e;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Aktiv Grotesk Cd", sans-serif;
}
body.page-careers .jobs-wrapper .job-details-container .job-details .job-description span, body.page-alaska .jobs-wrapper .job-details-container .job-details .job-description span, body.page-alaska-careers .jobs-wrapper .job-details-container .job-details .job-description span, body.page-internships .jobs-wrapper .job-details-container .job-details .job-description span, body.page-template-template-job-posting .jobs-wrapper .job-details-container .job-details .job-description span {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16px;
}
body.page-careers .jobs-wrapper .job-details-container .job-details .resumator-buttons, body.page-alaska .jobs-wrapper .job-details-container .job-details .resumator-buttons, body.page-alaska-careers .jobs-wrapper .job-details-container .job-details .resumator-buttons, body.page-internships .jobs-wrapper .job-details-container .job-details .resumator-buttons, body.page-template-template-job-posting .jobs-wrapper .job-details-container .job-details .resumator-buttons {
  margin-top: 0px !important;
}
body.page-careers .jobs-wrapper .job-details-container .job-details .resumator-buttons a, body.page-alaska .jobs-wrapper .job-details-container .job-details .resumator-buttons a, body.page-alaska-careers .jobs-wrapper .job-details-container .job-details .resumator-buttons a, body.page-internships .jobs-wrapper .job-details-container .job-details .resumator-buttons a, body.page-template-template-job-posting .jobs-wrapper .job-details-container .job-details .resumator-buttons a {
  display: none;
}
body.page-careers .jobs-wrapper .job-container, body.page-alaska .jobs-wrapper .job-container, body.page-alaska-careers .jobs-wrapper .job-container, body.page-internships .jobs-wrapper .job-container, body.page-template-template-job-posting .jobs-wrapper .job-container {
  padding-left: 30px;
}
body.page-careers .jobs-wrapper .job-container .jobs, body.page-alaska .jobs-wrapper .job-container .jobs, body.page-alaska-careers .jobs-wrapper .job-container .jobs, body.page-internships .jobs-wrapper .job-container .jobs, body.page-template-template-job-posting .jobs-wrapper .job-container .jobs {
  padding-top: 20px;
}
body.page-careers .jobs-wrapper .job-container .jobs .job, body.page-alaska .jobs-wrapper .job-container .jobs .job, body.page-alaska-careers .jobs-wrapper .job-container .jobs .job, body.page-internships .jobs-wrapper .job-container .jobs .job, body.page-template-template-job-posting .jobs-wrapper .job-container .jobs .job {
  position: relative;
  display: inline-block;
  width: 30%;
  min-width: 325px;
  margin: 0px 18px 36px 18px;
  padding: 15px 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top: solid 1px #afafaf;
  border-right: solid 1px #afafaf;
  border-bottom: solid 1px #afafaf;
  border-left: solid 5px #ef3e32;
  vertical-align: middle;
  background-color: #ffffff;
}
body.page-careers .jobs-wrapper .job-container .jobs .job.hidden, body.page-alaska .jobs-wrapper .job-container .jobs .job.hidden, body.page-alaska-careers .jobs-wrapper .job-container .jobs .job.hidden, body.page-internships .jobs-wrapper .job-container .jobs .job.hidden, body.page-template-template-job-posting .jobs-wrapper .job-container .jobs .job.hidden {
  display: none !important;
}
body.page-careers .jobs-wrapper .job-container .jobs .job a, body.page-alaska .jobs-wrapper .job-container .jobs .job a, body.page-alaska-careers .jobs-wrapper .job-container .jobs .job a, body.page-internships .jobs-wrapper .job-container .jobs .job a, body.page-template-template-job-posting .jobs-wrapper .job-container .jobs .job a {
  color: #000000;
}
body.page-careers .jobs-wrapper .job-container .jobs .job .job-title, body.page-alaska .jobs-wrapper .job-container .jobs .job .job-title, body.page-alaska-careers .jobs-wrapper .job-container .jobs .job .job-title, body.page-internships .jobs-wrapper .job-container .jobs .job .job-title, body.page-template-template-job-posting .jobs-wrapper .job-container .jobs .job .job-title {
  display: block;
  padding-top: 7px;
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1em;
  color: #000000;
}
body.page-careers .jobs-wrapper .job-container .jobs .job .job-city, body.page-alaska .jobs-wrapper .job-container .jobs .job .job-city, body.page-alaska-careers .jobs-wrapper .job-container .jobs .job .job-city, body.page-internships .jobs-wrapper .job-container .jobs .job .job-city, body.page-template-template-job-posting .jobs-wrapper .job-container .jobs .job .job-city {
  font-family: "Aktiv Grotesk Cd", sans-serif;
  text-transform: uppercase;
  color: #7e7e7e;
  font-size: 1.3em;
}
body.page-careers .jobs-wrapper .job-container .jobs .job .job-cta, body.page-alaska .jobs-wrapper .job-container .jobs .job .job-cta, body.page-alaska-careers .jobs-wrapper .job-container .jobs .job .job-cta, body.page-internships .jobs-wrapper .job-container .jobs .job .job-cta, body.page-template-template-job-posting .jobs-wrapper .job-container .jobs .job .job-cta {
  color: #000000;
  font-weight: bold;
}
body.page-careers .jobs-wrapper .job-container .jobs .job .job-description, body.page-alaska .jobs-wrapper .job-container .jobs .job .job-description, body.page-alaska-careers .jobs-wrapper .job-container .jobs .job .job-description, body.page-internships .jobs-wrapper .job-container .jobs .job .job-description, body.page-template-template-job-posting .jobs-wrapper .job-container .jobs .job .job-description {
  display: none;
}
body.page-careers .jobs-wrapper .job-container .more-jobs, body.page-alaska .jobs-wrapper .job-container .more-jobs, body.page-alaska-careers .jobs-wrapper .job-container .more-jobs, body.page-internships .jobs-wrapper .job-container .more-jobs, body.page-template-template-job-posting .jobs-wrapper .job-container .more-jobs {
  padding-left: 20px;
  display: none;
}
body.page-careers .gform_wrapper ul.gform_fields li.gfield, body.page-alaska .gform_wrapper ul.gform_fields li.gfield, body.page-alaska-careers .gform_wrapper ul.gform_fields li.gfield, body.page-internships .gform_wrapper ul.gform_fields li.gfield, body.page-template-template-job-posting .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0px;
}
body.page-careers .current-openings, body.page-alaska .current-openings, body.page-alaska-careers .current-openings, body.page-internships .current-openings, body.page-template-template-job-posting .current-openings {
  padding: 50px 0;
}
body.page-careers .current-openings .columns .current-openings-header, body.page-alaska .current-openings .columns .current-openings-header, body.page-alaska-careers .current-openings .columns .current-openings-header, body.page-internships .current-openings .columns .current-openings-header, body.page-template-template-job-posting .current-openings .columns .current-openings-header {
  margin: 0 0 36px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width:64em) {
  body.page-careers .current-openings .columns .current-openings-header, body.page-alaska .current-openings .columns .current-openings-header, body.page-alaska-careers .current-openings .columns .current-openings-header, body.page-internships .current-openings .columns .current-openings-header, body.page-template-template-job-posting .current-openings .columns .current-openings-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
body.page-careers .current-openings .columns .current-openings-header .notify-button, body.page-alaska .current-openings .columns .current-openings-header .notify-button, body.page-alaska-careers .current-openings .columns .current-openings-header .notify-button, body.page-internships .current-openings .columns .current-openings-header .notify-button, body.page-template-template-job-posting .current-openings .columns .current-openings-header .notify-button {
  margin: 0 0 0 16px;
}
@media only screen and (max-width:64em) {
  body.page-careers .current-openings .columns .current-openings-header .notify-button, body.page-alaska .current-openings .columns .current-openings-header .notify-button, body.page-alaska-careers .current-openings .columns .current-openings-header .notify-button, body.page-internships .current-openings .columns .current-openings-header .notify-button, body.page-template-template-job-posting .current-openings .columns .current-openings-header .notify-button {
    margin: 16px 0 0;
  }
}
body.page-careers .current-openings .columns .current-openings-header .notify-button #sr-alert-button, body.page-alaska .current-openings .columns .current-openings-header .notify-button #sr-alert-button, body.page-alaska-careers .current-openings .columns .current-openings-header .notify-button #sr-alert-button, body.page-internships .current-openings .columns .current-openings-header .notify-button #sr-alert-button, body.page-template-template-job-posting .current-openings .columns .current-openings-header .notify-button #sr-alert-button {
  margin: -16px -1px 0 0 !important;
  width: 185px !important;
  position: relative;
  border-left: 8px solid white;
}
body.page-careers .current-openings .columns .current-openings-container .current-opening-filters, body.page-alaska .current-openings .columns .current-openings-container .current-opening-filters, body.page-alaska-careers .current-openings .columns .current-openings-container .current-opening-filters, body.page-internships .current-openings .columns .current-openings-container .current-opening-filters, body.page-template-template-job-posting .current-openings .columns .current-openings-container .current-opening-filters {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
body.page-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown, body.page-alaska .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown, body.page-alaska-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown, body.page-internships .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown, body.page-template-template-job-posting .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown {
  display: flex;
  align-items: center;
  margin: 0 32px 8px 0;
}
body.page-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-alaska .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-alaska-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-internships .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-template-template-job-posting .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label {
  color: #98999E;
  margin: 0 8px 0 0;
  font-weight: 700;
}
body.page-careers .current-openings .columns .current-openings-container .table-container, body.page-alaska .current-openings .columns .current-openings-container .table-container, body.page-alaska-careers .current-openings .columns .current-openings-container .table-container, body.page-internships .current-openings .columns .current-openings-container .table-container, body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container {
  scrollbar-width: thin;
  scrollbar-color: #888 #ffffff;
}
@media only screen and (max-width:64em) {
  body.page-careers .current-openings .columns .current-openings-container .table-container, body.page-alaska .current-openings .columns .current-openings-container .table-container, body.page-alaska-careers .current-openings .columns .current-openings-container .table-container, body.page-internships .current-openings .columns .current-openings-container .table-container, body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container {
    overflow-x: auto;
  }
}
body.page-careers .current-openings .columns .current-openings-container .table-container::-webkit-scrollbar, body.page-alaska .current-openings .columns .current-openings-container .table-container::-webkit-scrollbar, body.page-alaska-careers .current-openings .columns .current-openings-container .table-container::-webkit-scrollbar, body.page-internships .current-openings .columns .current-openings-container .table-container::-webkit-scrollbar, body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container::-webkit-scrollbar {
  height: 8px;
}
body.page-careers .current-openings .columns .current-openings-container .table-container::-webkit-scrollbar-track, body.page-alaska .current-openings .columns .current-openings-container .table-container::-webkit-scrollbar-track, body.page-alaska-careers .current-openings .columns .current-openings-container .table-container::-webkit-scrollbar-track, body.page-internships .current-openings .columns .current-openings-container .table-container::-webkit-scrollbar-track, body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container::-webkit-scrollbar-track {
  background: #ffffff;
}
body.page-careers .current-openings .columns .current-openings-container .table-container::-webkit-scrollbar-thumb, body.page-alaska .current-openings .columns .current-openings-container .table-container::-webkit-scrollbar-thumb, body.page-alaska-careers .current-openings .columns .current-openings-container .table-container::-webkit-scrollbar-thumb, body.page-internships .current-openings .columns .current-openings-container .table-container::-webkit-scrollbar-thumb, body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable, body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable, body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable, body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable, body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable {
  min-width: 800px;
  margin: 24px 0 0;
  width: 100%;
  box-shadow: 0px 1px 10.6px 0px rgba(0, 0, 0, 0.0784313725);
}
body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tbody tr, body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tbody tr, body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tbody tr, body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tbody tr, body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tbody tr {
  transition: 0.4s all;
}
body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tbody tr:hover, body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tbody tr:hover, body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tbody tr:hover, body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tbody tr:hover, body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tbody tr:hover {
  background: #f6f6f6;
}
body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr:not(:last-of-type), body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tr:not(:last-of-type), body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr:not(:last-of-type), body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tr:not(:last-of-type), body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tr:not(:last-of-type) {
  border-bottom: 1px solid #d9d9d9;
}
body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tr th {
  color: #98999E;
  padding: 12px 16px 4px;
  text-align: center;
  white-space: nowrap;
  font-weight: 700;
}
body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th:nth-of-type(1), body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th:nth-of-type(1), body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tr th:nth-of-type(1), body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tr th:nth-of-type(1), body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th:nth-of-type(1), body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th:nth-of-type(1), body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tr th:nth-of-type(1), body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tr th:nth-of-type(1), body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tr th:nth-of-type(1), body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tr th:nth-of-type(1) {
  text-align: left;
}
body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th.ascending .up, body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tr th.ascending .up, body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th.ascending .up, body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tr th.ascending .up, body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tr th.ascending .up {
  opacity: 0.25;
}
body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th.descending .down, body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tr th.descending .down, body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th.descending .down, body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tr th.descending .down, body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tr th.descending .down {
  opacity: 0.25;
}
body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th svg, body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tr th svg, body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th svg, body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tr th svg, body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tr th svg {
  transform: translate(10px, 1px);
}
body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th svg path, body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tr th svg path, body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th svg path, body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tr th svg path, body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tr th svg path {
  transition: 0.4s all;
}
body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th.sortable, body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tr th.sortable, body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th.sortable, body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tr th.sortable, body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tr th.sortable {
  cursor: pointer;
}
body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr td, body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tr td, body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr td, body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tr td, body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tr td {
  padding: 16px;
  text-align: center;
}
body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr td:first-of-type, body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tr td:first-of-type, body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr td:first-of-type, body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tr td:first-of-type, body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tr td:first-of-type {
  color: #ef3e32;
}
body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr td:nth-of-type(1), body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr td:nth-of-type(1), body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tr td:nth-of-type(1), body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tr td:nth-of-type(1), body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr td:nth-of-type(1), body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr td:nth-of-type(1), body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tr td:nth-of-type(1), body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tr td:nth-of-type(1), body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tr td:nth-of-type(1), body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tr td:nth-of-type(1) {
  text-align: left;
}
body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr td.small-text, body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tr td.small-text, body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr td.small-text, body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tr td.small-text, body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tr td.small-text {
  font-size: 14px;
}
body.page-careers .current-openings .columns .no-results, body.page-alaska .current-openings .columns .no-results, body.page-alaska-careers .current-openings .columns .no-results, body.page-internships .current-openings .columns .no-results, body.page-template-template-job-posting .current-openings .columns .no-results {
  display: none;
  margin: 40px 0 80px;
}
body.page-careers .current-openings .columns .disclaimer, body.page-alaska .current-openings .columns .disclaimer, body.page-alaska-careers .current-openings .columns .disclaimer, body.page-internships .current-openings .columns .disclaimer, body.page-template-template-job-posting .current-openings .columns .disclaimer {
  margin: 24px 0 0;
  background: #d9d9d9;
  padding: 18px;
}
body.page-careers .current-openings .columns .disclaimer p, body.page-alaska .current-openings .columns .disclaimer p, body.page-alaska-careers .current-openings .columns .disclaimer p, body.page-internships .current-openings .columns .disclaimer p, body.page-template-template-job-posting .current-openings .columns .disclaimer p {
  margin: 0;
}
body.page-careers .current-openings .columns .disclaimer strong, body.page-alaska .current-openings .columns .disclaimer strong, body.page-alaska-careers .current-openings .columns .disclaimer strong, body.page-internships .current-openings .columns .disclaimer strong, body.page-template-template-job-posting .current-openings .columns .disclaimer strong {
  color: #ef3e32;
  font-weight: 400;
}
body.page-careers .why-respec, body.page-careers .start-your-career, body.page-alaska .why-respec, body.page-alaska .start-your-career, body.page-alaska-careers .why-respec, body.page-alaska-careers .start-your-career, body.page-internships .why-respec, body.page-internships .start-your-career, body.page-template-template-job-posting .why-respec, body.page-template-template-job-posting .start-your-career {
  margin: 0 0 36px;
}
body.page-careers .why-respec .row, body.page-careers .start-your-career .row, body.page-alaska .why-respec .row, body.page-alaska .start-your-career .row, body.page-alaska-careers .why-respec .row, body.page-alaska-careers .start-your-career .row, body.page-internships .why-respec .row, body.page-internships .start-your-career .row, body.page-template-template-job-posting .why-respec .row, body.page-template-template-job-posting .start-your-career .row {
  overflow: hidden;
}
body.page-careers .why-respec .row h2 strong, body.page-careers .start-your-career .row h2 strong, body.page-alaska .why-respec .row h2 strong, body.page-alaska .start-your-career .row h2 strong, body.page-alaska-careers .why-respec .row h2 strong, body.page-alaska-careers .start-your-career .row h2 strong, body.page-internships .why-respec .row h2 strong, body.page-internships .start-your-career .row h2 strong, body.page-template-template-job-posting .why-respec .row h2 strong, body.page-template-template-job-posting .start-your-career .row h2 strong {
  color: #ef3e32;
}
body.page-careers .jobs-video, body.page-alaska .jobs-video, body.page-alaska-careers .jobs-video, body.page-internships .jobs-video, body.page-template-template-job-posting .jobs-video {
  position: relative;
  margin: 0 0 50px;
}
body.page-careers .jobs-video img, body.page-alaska .jobs-video img, body.page-alaska-careers .jobs-video img, body.page-internships .jobs-video img, body.page-template-template-job-posting .jobs-video img {
  width: 100%;
  height: auto;
}
body.page-careers .jobs-video svg, body.page-alaska .jobs-video svg, body.page-alaska-careers .jobs-video svg, body.page-internships .jobs-video svg, body.page-template-template-job-posting .jobs-video svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.page-careers .bx-wrapper, body.page-alaska .bx-wrapper, body.page-alaska-careers .bx-wrapper, body.page-internships .bx-wrapper, body.page-template-template-job-posting .bx-wrapper {
  box-shadow: none;
}
body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner {
  display: flex !important;
  align-items: flex-start;
}
@media only screen and (max-width:64em) {
  body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner {
    flex-direction: column;
  }
}
body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .image-container, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .image-container, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .image-container, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .image-container, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .image-container {
  width: 40%;
  flex-shrink: 0;
  position: relative;
}
@media only screen and (max-width:64em) {
  body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .image-container, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .image-container, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .image-container, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .image-container, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .image-container {
    width: calc(100% - 44px);
  }
}
body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .image-container img, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .image-container img, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .image-container img, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .image-container img, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .image-container img {
  width: 100%;
  height: auto;
}
body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .image-container:before, body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .image-container:after, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .image-container:before, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .image-container:after, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .image-container:before, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .image-container:after, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .image-container:before, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .image-container:after, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .image-container:before, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .image-container:after {
  content: "";
  width: 80px;
  height: 80px;
  transform: rotate(45deg);
  position: absolute;
  background: white;
}
@media only screen and (max-width:64em) {
  body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .image-container:before, body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .image-container:after, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .image-container:before, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .image-container:after, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .image-container:before, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .image-container:after, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .image-container:before, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .image-container:after, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .image-container:before, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .image-container:after {
    height: 40px;
    width: 40px;
  }
}
body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .image-container:before, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .image-container:before, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .image-container:before, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .image-container:before, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .image-container:before {
  top: -40px;
  right: -40px;
}
@media only screen and (max-width:64em) {
  body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .image-container:before, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .image-container:before, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .image-container:before, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .image-container:before, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .image-container:before {
    top: -20px;
    right: -20px;
  }
}
body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .image-container:after, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .image-container:after, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .image-container:after, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .image-container:after, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .image-container:after {
  bottom: -40px;
  left: -40px;
}
@media only screen and (max-width:64em) {
  body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .image-container:after, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .image-container:after, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .image-container:after, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .image-container:after, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .image-container:after {
    bottom: -20px;
    left: -20px;
  }
}
body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .image-container .arrows, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .image-container .arrows, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .image-container .arrows, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .image-container .arrows, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .image-container .arrows {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  display: flex;
  background: #ef3e32;
  margin: 0 0 0 calc(50% - 50vw);
  overflow: hidden;
  z-index: 1000;
}
body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .image-container .arrows .bx-prev, body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .image-container .arrows .bx-next, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .image-container .arrows .bx-prev, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .image-container .arrows .bx-next, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .image-container .arrows .bx-prev, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .image-container .arrows .bx-next, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .image-container .arrows .bx-prev, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .image-container .arrows .bx-next, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .image-container .arrows .bx-prev, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .image-container .arrows .bx-next {
  display: none;
}
body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .image-container .arrows > *, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .image-container .arrows > *, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .image-container .arrows > *, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .image-container .arrows > *, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .image-container .arrows > * {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  cursor: pointer;
  transition: 0.4s all;
}
body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .image-container .arrows > *:hover, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .image-container .arrows > *:hover, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .image-container .arrows > *:hover, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .image-container .arrows > *:hover, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .image-container .arrows > *:hover {
  background: rgba(255, 255, 255, 0.25);
}
body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .image-container .arrows > * svg, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .image-container .arrows > * svg, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .image-container .arrows > * svg, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .image-container .arrows > * svg, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .image-container .arrows > * svg {
  width: 24px;
  height: 24px;
}
body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .sub-content, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .sub-content, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .sub-content {
  margin: 0 0 0 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 1s all;
  position: relative;
}
@media only screen and (max-width:64em) {
  body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .sub-content, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .sub-content, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .sub-content {
    margin: 24px 0 0;
  }
}
body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content h5, body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown .testimonials-carousel .testimonial-container .testimonial-inner .sub-content label, body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-alaska .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-alaska .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content label, body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-alaska-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-alaska-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content label, body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-internships .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-internships .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content label, body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-template-template-job-posting .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-template-template-job-posting .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content label, body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr .testimonials-carousel .testimonial-container .testimonial-inner .sub-content th, body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tr body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content th, body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content th, body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tr body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content th, body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tr body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content th, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .sub-content h5, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .sub-content label, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .sub-content .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-alaska .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown .testimonials-carousel .testimonial-container .testimonial-inner .sub-content label, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-alaska-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-alaska-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .sub-content label, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-internships .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-internships .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .sub-content label, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-template-template-job-posting .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-template-template-job-posting .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .sub-content label, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .sub-content th, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .sub-content .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tr .testimonials-carousel .testimonial-container .testimonial-inner .sub-content th, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .sub-content th, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tr body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .sub-content th, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tr body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .sub-content th, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content h5, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content label, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-alaska .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-alaska .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content label, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-alaska-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown .testimonials-carousel .testimonial-container .testimonial-inner .sub-content label, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-internships .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-internships .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content label, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-template-template-job-posting .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-template-template-job-posting .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content label, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content th, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tr body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content th, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr .testimonials-carousel .testimonial-container .testimonial-inner .sub-content th, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tr body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content th, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tr body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content th, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .sub-content h5, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .sub-content label, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-alaska .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-alaska .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .sub-content label, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-alaska-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-alaska-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .sub-content label, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .sub-content .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-internships .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown .testimonials-carousel .testimonial-container .testimonial-inner .sub-content label, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-template-template-job-posting .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-template-template-job-posting .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .sub-content label, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .sub-content th, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tr body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .sub-content th, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .sub-content th, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .sub-content .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tr .testimonials-carousel .testimonial-container .testimonial-inner .sub-content th, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tr body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .sub-content th, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .sub-content h5, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .sub-content label, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-alaska .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-alaska .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .sub-content label, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-alaska-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-alaska-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .sub-content label, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-internships .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-internships .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .sub-content label, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .sub-content .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-template-template-job-posting .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown .testimonials-carousel .testimonial-container .testimonial-inner .sub-content label, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .sub-content th, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tr body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .sub-content th, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .sub-content th, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .sub-content body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tr body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .sub-content th, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .sub-content .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tr .testimonials-carousel .testimonial-container .testimonial-inner .sub-content th {
  margin: 0 0 14px;
  color: #ef3e32;
}
body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content h2, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .sub-content h2, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content h2, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .sub-content h2, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .sub-content h2 {
  margin: 0 0 36px;
}
body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content h2 strong, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .sub-content h2 strong, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content h2 strong, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .sub-content h2 strong, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .sub-content h2 strong {
  color: #ef3e32;
}
body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content .quote, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .sub-content .quote, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content .quote, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .sub-content .quote, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .sub-content .quote {
  margin: 0 0 24px;
}
body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content .content, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .sub-content .content, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content .content, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .sub-content .content, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .sub-content .content {
  margin: 0 0 24px;
}
body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content .name, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .sub-content .name, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content .name, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .sub-content .name, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .sub-content .name {
  margin: 0 0 8px;
}
body.page-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content .position, body.page-alaska .testimonials-carousel .testimonial-container .testimonial-inner .sub-content .position, body.page-alaska-careers .testimonials-carousel .testimonial-container .testimonial-inner .sub-content .position, body.page-internships .testimonials-carousel .testimonial-container .testimonial-inner .sub-content .position, body.page-template-template-job-posting .testimonials-carousel .testimonial-container .testimonial-inner .sub-content .position {
  text-transform: uppercase;
}
body.page-careers .jobs-cta, body.page-alaska .jobs-cta, body.page-alaska-careers .jobs-cta, body.page-internships .jobs-cta, body.page-template-template-job-posting .jobs-cta {
  position: relative;
  padding: 80px;
  background-size: cover;
  background-position: center;
}
body.page-careers .jobs-cta .overlay, body.page-alaska .jobs-cta .overlay, body.page-alaska-careers .jobs-cta .overlay, body.page-internships .jobs-cta .overlay, body.page-template-template-job-posting .jobs-cta .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.61);
}
body.page-careers .jobs-cta .columns, body.page-alaska .jobs-cta .columns, body.page-alaska-careers .jobs-cta .columns, body.page-internships .jobs-cta .columns, body.page-template-template-job-posting .jobs-cta .columns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
body.page-careers .jobs-cta .columns h2, body.page-alaska .jobs-cta .columns h2, body.page-alaska-careers .jobs-cta .columns h2, body.page-internships .jobs-cta .columns h2, body.page-template-template-job-posting .jobs-cta .columns h2 {
  color: #FFFFFF;
}
body.page-careers .jobs-cta .columns p, body.page-alaska .jobs-cta .columns p, body.page-alaska-careers .jobs-cta .columns p, body.page-internships .jobs-cta .columns p, body.page-template-template-job-posting .jobs-cta .columns p {
  color: #FFFFFF;
}

body.page-template-template-job-posting .lead {
  display: none;
}
body.page-template-template-job-posting .top-section {
  background-image: url(../img/bg-job-posting-header.svg);
  background-size: cover;
  background-position: center right;
  min-height: 254px;
}
body.page-template-template-job-posting .top-section h1 {
  position: absolute;
  left: 13.5vw;
  top: 135px;
}
@media (max-width: 850px) {
  body.page-template-template-job-posting .top-section h1 {
    left: 22vw;
    top: 85px;
  }
}
body.page-template-template-job-posting .job-posting-wrapper {
  padding: 120px 0 60px;
}
@media only screen and (max-width:64em) {
  body.page-template-template-job-posting .job-posting-wrapper {
    padding: 40px 0;
  }
}
body.page-template-template-job-posting .job-posting-wrapper .job-header-container .job-posting-main {
  overflow: hidden;
}
body.page-template-template-job-posting .job-posting-wrapper .job-header-container .job-posting-main .job-posting-section {
  margin: 0 0 40px;
}
body.page-template-template-job-posting .job-posting-wrapper .job-header-container .job-posting-sidebar {
  padding: 0 0 0 40px;
}
body.page-template-template-job-posting .job-posting-wrapper .job-header-container .job-posting-sidebar .job-posting-box {
  box-shadow: 0px 4px 44.5px 0px rgba(0, 0, 0, 0.08);
  border-radius: 21px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
body.page-template-template-job-posting .job-posting-wrapper .job-header-container .job-posting-sidebar .job-posting-box h2 {
  color: #ef3e32;
  font-size: 36px;
}
body.page-template-template-job-posting .job-posting-wrapper .job-header-container .job-posting-sidebar .job-posting-box .job-posting-box-details {
  margin: 0;
}
body.page-template-template-job-posting .job-posting-wrapper .job-header-container .job-posting-sidebar .job-posting-box .job-posting-box-details span {
  font-weight: 700;
  font-size: 14px;
}
body.page-template-template-job-posting .job-posting-wrapper .job-header-container .job-posting-sidebar .job-posting-box .job-posting-box-details span + span:before {
  content: "|";
  margin: 0 7px;
}
body.page-template-template-job-posting .job-posting-wrapper .job-header-container .job-posting-sidebar .job-posting-box .button, body.page-template-template-job-posting .job-posting-wrapper .job-header-container .job-posting-sidebar .job-posting-box .searchform-inline .searchform_submit, .searchform-inline body.page-template-template-job-posting .job-posting-wrapper .job-header-container .job-posting-sidebar .job-posting-box .searchform_submit {
  margin: 24px 0 32px;
  width: 100%;
}
body.page-template-template-job-posting .job-posting-wrapper .job-header-container .job-posting-sidebar .job-posting-box .actions-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
body.page-template-template-job-posting .job-posting-wrapper .job-header-container .job-posting-sidebar .job-posting-box .actions-row div {
  padding: 0 19px;
}
body.page-template-template-job-posting .job-posting-wrapper .job-header-container .job-posting-sidebar .job-posting-box .actions-row a {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-template-template-job-posting .job-posting-wrapper .job-header-container .job-posting-sidebar .job-posting-box .actions-row a svg {
  margin: 0 6px 0 0;
}
body.page-template-template-job-posting .job-posting-wrapper .job-header-container .job-posting-sidebar .similar-jobs {
  margin: 40px 0 0;
}
body.page-template-template-job-posting .job-posting-wrapper .job-header-container .job-posting-sidebar .similar-jobs h5, body.page-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown body.page-template-template-job-posting .job-posting-wrapper .job-header-container .job-posting-sidebar .similar-jobs label, body.page-alaska .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown body.page-template-template-job-posting .job-posting-wrapper .job-header-container .job-posting-sidebar .similar-jobs label, body.page-alaska-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown body.page-template-template-job-posting .job-posting-wrapper .job-header-container .job-posting-sidebar .similar-jobs label, body.page-internships .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown body.page-template-template-job-posting .job-posting-wrapper .job-header-container .job-posting-sidebar .similar-jobs label, body.page-template-template-job-posting .job-posting-wrapper .job-header-container .job-posting-sidebar .similar-jobs .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-template-template-job-posting .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown .job-posting-wrapper .job-header-container .job-posting-sidebar .similar-jobs label, body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr body.page-template-template-job-posting .job-posting-wrapper .job-header-container .job-posting-sidebar .similar-jobs th, body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tr body.page-template-template-job-posting .job-posting-wrapper .job-header-container .job-posting-sidebar .similar-jobs th, body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr body.page-template-template-job-posting .job-posting-wrapper .job-header-container .job-posting-sidebar .similar-jobs th, body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tr body.page-template-template-job-posting .job-posting-wrapper .job-header-container .job-posting-sidebar .similar-jobs th, body.page-template-template-job-posting .job-posting-wrapper .job-header-container .job-posting-sidebar .similar-jobs .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tr .job-posting-wrapper .job-header-container .job-posting-sidebar .similar-jobs th {
  font-size: 22px;
  font-weight: 700;
}
body.page-template-template-job-posting .job-posting-wrapper .job-header-container .job-posting-sidebar .similar-jobs .similar-job {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid #D9D9D9;
}

/*----------------------------------------------------------- Internships */
.sidebar-stats {
  padding-left: 20px;
}
.sidebar-stats .sidebar-stat {
  display: inline-block;
  vertical-align: top;
  padding: 15px 25px;
  width: 190px;
}
.sidebar-stats .sidebar-stat h3 {
  font-size: 3em;
  margin-bottom: 0px;
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
}
.sidebar-stats .sidebar-stat h4 {
  color: #ef3e32;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.8em;
  line-height: 1em;
}
.sidebar-stats .sidebar-stat h5, .sidebar-stats .sidebar-stat body.page-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown .sidebar-stats .sidebar-stat label, .sidebar-stats .sidebar-stat body.page-alaska .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-alaska .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown .sidebar-stats .sidebar-stat label, .sidebar-stats .sidebar-stat body.page-alaska-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-alaska-careers .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown .sidebar-stats .sidebar-stat label, .sidebar-stats .sidebar-stat body.page-internships .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-internships .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown .sidebar-stats .sidebar-stat label, .sidebar-stats .sidebar-stat body.page-template-template-job-posting .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown label, body.page-template-template-job-posting .current-openings .columns .current-openings-container .current-opening-filters .filter-dropdown .sidebar-stats .sidebar-stat label, .sidebar-stats .sidebar-stat body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr .sidebar-stats .sidebar-stat th, .sidebar-stats .sidebar-stat body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-alaska .current-openings .columns .current-openings-container .table-container #jobsTable tr .sidebar-stats .sidebar-stat th, .sidebar-stats .sidebar-stat body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-alaska-careers .current-openings .columns .current-openings-container .table-container #jobsTable tr .sidebar-stats .sidebar-stat th, .sidebar-stats .sidebar-stat body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-internships .current-openings .columns .current-openings-container .table-container #jobsTable tr .sidebar-stats .sidebar-stat th, .sidebar-stats .sidebar-stat body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tr th, body.page-template-template-job-posting .current-openings .columns .current-openings-container .table-container #jobsTable tr .sidebar-stats .sidebar-stat th {
  margin-top: 0px;
  font-family: "BebasNeue", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.4em;
}
@media only screen and (max-width:64em) {
  .sidebar-stats .sidebar-stat {
    width: 45%;
  }
}

/*----------------------------------------------------------- Locations */
body.tpl-offices #location-map {
  height: 700px;
  margin-top: 30px;
}
body.tpl-offices .map-overlay {
  padding: 20px;
}
body.tpl-offices .map-overlay h3 {
  margin-bottom: 5px;
  font-size: 1.5em;
}
body.tpl-offices .map-overlay div {
  font-size: 1.08em;
  line-height: 1.5em;
}
body.tpl-offices .map-overlay div.office-subtitle {
  font-style: italic;
}

/*----------------------------------------------------------- Communities Page */
.page-communities .post-slider:before {
  background-color: #ffffff !important;
}
.page-communities .post-slider .sow-carousel-items .sow-carousel-item {
  width: 175px !important;
}
.page-communities .post-slider .sow-carousel-items .sow-carousel-item .sow-carousel-thumbnail a {
  width: 175px !important;
  height: 175px !important;
}
.page-communities .post-slider .sow-carousel-items .sow-carousel-item .sow-carousel-thumbnail a .overlay {
  width: 100% !important;
  height: 100% !important;
}
.page-communities .post-slider .sow-carousel-previous {
  display: none !important;
}
.page-communities .post-slider .sow-carousel-next {
  display: none !important;
}

/*----------------------------------------------------------- Search Results */
body.search-results .leadcontent, body.error404 .leadcontent {
  left: 13.5vw;
}
@media only screen and (max-width:64em) {
  body.search-results .leadcontent, body.error404 .leadcontent {
    width: 100%;
    text-align: center;
    left: 0px;
  }
}
body.search-results main h2:after, body.error404 main h2:after {
  content: none;
}
body.search-results main .single-banner, body.error404 main .single-banner {
  display: none;
}

#wpfront-notification-bar div.wpfront-close {
  font-size: 11px;
}

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
  color: #000000;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 15px;
}

a.skip-main:focus, a.skip-main:active {
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  border: 4px solid #000000;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}

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