@charset "UTF-8";
/* ############ Foundation ############ */
/*$button-background-hover: scale-color($button-background, $lightness: -15%);*/
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*@include foundation-everything;*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

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

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .row.gutter-large > .column, .row.gutter-large > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .column, .columns {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  .column, .columns, .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.3333333333%; }

.small-push-1 {
  position: relative;
  left: 8.3333333333%; }

.small-pull-1 {
  position: relative;
  left: -8.3333333333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.6666666667%; }

.small-push-2 {
  position: relative;
  left: 16.6666666667%; }

.small-pull-2 {
  position: relative;
  left: -16.6666666667%; }

.small-offset-1 {
  margin-left: 8.3333333333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.6666666667%; }

.small-4 {
  width: 33.3333333333%; }

.small-push-4 {
  position: relative;
  left: 33.3333333333%; }

.small-pull-4 {
  position: relative;
  left: -33.3333333333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.6666666667%; }

.small-push-5 {
  position: relative;
  left: 41.6666666667%; }

.small-pull-5 {
  position: relative;
  left: -41.6666666667%; }

.small-offset-4 {
  margin-left: 33.3333333333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.6666666667%; }

.small-7 {
  width: 58.3333333333%; }

.small-push-7 {
  position: relative;
  left: 58.3333333333%; }

.small-pull-7 {
  position: relative;
  left: -58.3333333333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.6666666667%; }

.small-push-8 {
  position: relative;
  left: 66.6666666667%; }

.small-pull-8 {
  position: relative;
  left: -66.6666666667%; }

.small-offset-7 {
  margin-left: 58.3333333333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.6666666667%; }

.small-10 {
  width: 83.3333333333%; }

.small-push-10 {
  position: relative;
  left: 83.3333333333%; }

.small-pull-10 {
  position: relative;
  left: -83.3333333333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.6666666667%; }

.small-push-11 {
  position: relative;
  left: 91.6666666667%; }

.small-pull-11 {
  position: relative;
  left: -91.6666666667%; }

.small-offset-10 {
  margin-left: 83.3333333333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.6666666667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0; }
  .small-uncentered, .small-uncentered:last-child:not(:first-child),
  .small-push-0,
  .small-push-0:last-child:not(:first-child),
  .small-pull-0,
  .small-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .small-uncentered:last-child:not(:first-child),
  .small-push-0:last-child:not(:first-child),
  .small-pull-0:last-child:not(:first-child) {
    float: right; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%; }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .medium-uncentered, .medium-uncentered:last-child:not(:first-child),
    .medium-push-0,
    .medium-push-0:last-child:not(:first-child),
    .medium-pull-0,
    .medium-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .medium-uncentered:last-child:not(:first-child),
    .medium-push-0:last-child:not(:first-child),
    .medium-pull-0:last-child:not(:first-child) {
      float: right; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%; }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .large-uncentered, .large-uncentered:last-child:not(:first-child),
    .large-push-0,
    .large-push-0:last-child:not(:first-child),
    .large-pull-0,
    .large-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .large-uncentered:last-child:not(:first-child),
    .large-push-0:last-child:not(:first-child),
    .large-pull-0:last-child:not(:first-child) {
      float: right; } }

.column-block {
  margin-bottom: 1.875rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .column-block {
      margin-bottom: 2.5rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #4f91cd;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #367dbe; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

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

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .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; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #4f91cd;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #f4911e;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #4f91cd;
    color: #0a0a0a; }
    .button.primary:hover, .button.primary:focus {
      background-color: #3275b1;
      color: #0a0a0a; }
  .button.secondary {
    background-color: #777;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #ec5840;
    color: #0a0a0a; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #0a0a0a; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #4f91cd;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #4f91cd;
        color: #0a0a0a; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #777;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #0a0a0a; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ec5840;
        color: #0a0a0a; }
  .button.hollow {
    border: 1px solid #4f91cd;
    color: #4f91cd; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #1f496f;
      color: #1f496f; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #4f91cd;
        color: #4f91cd; }
    .button.hollow.primary {
      border: 1px solid #4f91cd;
      color: #4f91cd; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #1f496f;
        color: #1f496f; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #4f91cd;
          color: #4f91cd; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3b3b;
        color: #3c3b3b; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #777;
          color: #777; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #ec5840;
          color: #ec5840; }
  .button.clear {
    border: 1px solid #4f91cd;
    color: #4f91cd; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #1f496f;
      color: #1f496f; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #4f91cd;
        color: #4f91cd; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #4f91cd;
      color: #4f91cd; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #1f496f;
        color: #1f496f; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #4f91cd;
          color: #4f91cd; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #3c3b3b;
        color: #3c3b3b; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #777;
          color: #777; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #ec5840;
          color: #ec5840; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after, .button.dropdown.clear::after {
    border-top-color: #4f91cd; }
  .button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
    border-top-color: #4f91cd; }
  .button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
    border-top-color: #777; }
  .button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
    border-top-color: #ec5840; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    display: block;
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #4f91cd transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.dropdown.menu > li > a {
  background: #fefefe;
  padding: 0.7rem 1rem; }

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #4f91cd; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #4f91cd transparent transparent;
  right: auto;
  left: 5px; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #4f91cd; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #4f91cd transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #4f91cd transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #4f91cd; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #4f91cd transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #4f91cd transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #4f91cd; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #4f91cd transparent transparent;
    right: auto;
    left: 5px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #4f91cd; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.99875em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.99875em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 1rem; }
  .top-bar-title .menu-icon {
    bottom: 2px; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe; }
  .title-bar::before, .title-bar::after {
    display: table;
    content: ' '; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu li, .menu.horizontal li {
    display: inline-block; }
  .menu.vertical li {
    display: block; }
  .menu.expanded {
    display: table;
    width: 100%; }
    .menu.expanded > li {
      display: table-cell;
      vertical-align: middle; }
  .menu.simple li + li {
    margin-left: 1rem; }
  .menu.simple a {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal li {
      display: inline-block; }
    .menu.medium-vertical li {
      display: block; }
    .menu.medium-expanded {
      display: table;
      width: 100%; }
      .menu.medium-expanded > li {
        display: table-cell;
        vertical-align: middle; }
    .menu.medium-simple {
      display: table;
      width: 100%; }
      .menu.medium-simple > li {
        display: table-cell;
        vertical-align: middle; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal li {
      display: inline-block; }
    .menu.large-vertical li {
      display: block; }
    .menu.large-expanded {
      display: table;
      width: 100%; }
      .menu.large-expanded > li {
        display: table-cell;
        vertical-align: middle; }
    .menu.large-simple {
      display: table;
      width: 100%; }
      .menu.large-simple > li {
        display: table-cell;
        vertical-align: middle; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons img,
  .menu.icons i,
  .menu.icons svg {
    vertical-align: middle; }
    .menu.icons img + span,
    .menu.icons i + span,
    .menu.icons svg + span {
      vertical-align: middle; }
  .menu.icon-top img,
  .menu.icon-top i,
  .menu.icon-top svg, .menu.icon-right img,
  .menu.icon-right i,
  .menu.icon-right svg, .menu.icon-bottom img,
  .menu.icon-bottom i,
  .menu.icon-bottom svg, .menu.icon-left img,
  .menu.icon-left i,
  .menu.icon-left svg {
    vertical-align: middle; }
    .menu.icon-top img + span,
    .menu.icon-top i + span,
    .menu.icon-top svg + span, .menu.icon-right img + span,
    .menu.icon-right i + span,
    .menu.icon-right svg + span, .menu.icon-bottom img + span,
    .menu.icon-bottom i + span,
    .menu.icon-bottom svg + span, .menu.icon-left img + span,
    .menu.icon-left i + span,
    .menu.icon-left svg + span {
      vertical-align: middle; }
  .menu.icon-left li a img,
  .menu.icon-left li a i,
  .menu.icon-left li a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu.icon-right li a img,
  .menu.icon-right li a i,
  .menu.icon-right li a svg {
    margin-left: 0.25rem;
    display: inline-block; }
  .menu.icon-top li a {
    text-align: center; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.icon-bottom li a {
    text-align: center; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      display: block;
      margin: 0.25rem auto 0; }
  .menu .is-active > a {
    background: #4f91cd;
    color: #fefefe; }
  .menu .active > a {
    background: #4f91cd;
    color: #fefefe; }
  .menu.align-left {
    text-align: left; }
  .menu.align-right {
    text-align: right; }
    .menu.align-right .submenu li {
      text-align: left; }
    .menu.align-right.vertical .submenu li {
      text-align: right; }
    .menu.align-right .nested {
      margin-right: 1rem;
      margin-left: 0; }
  .menu.align-center {
    text-align: center; }
    .menu.align-center .submenu li {
      text-align: left; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  text-align: center; }
  .menu-centered > .menu .submenu li {
    text-align: left; }

.no-js [data-responsive-menu] ul {
  display: none; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-push {
    z-index: 12; }
  .off-canvas.is-closed {
    visibility: hidden; }
  .off-canvas.is-transition-overlap {
    z-index: 13; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-push {
    z-index: 12; }
  .off-canvas-absolute.is-closed {
    visibility: hidden; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 13; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px); }
  @media print, screen and (min-width: 40em) {
    .position-left {
      width: 250px;
      transform: translateX(-250px); } }
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-250px); }
    @media print, screen and (min-width: 40em) {
      .off-canvas-content .off-canvas.position-left {
        transform: translateX(-250px); } }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(250px); }
    @media print, screen and (min-width: 40em) {
      .off-canvas-content.is-open-left.has-transition-push {
        transform: translateX(250px); } }
  .position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px); }
  @media print, screen and (min-width: 40em) {
    .position-right {
      width: 250px;
      transform: translateX(250px); } }
  .off-canvas-content .off-canvas.position-right {
    transform: translateX(250px); }
    @media print, screen and (min-width: 40em) {
      .off-canvas-content .off-canvas.position-right {
        transform: translateX(250px); } }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-250px); }
    @media print, screen and (min-width: 40em) {
      .off-canvas-content.is-open-right.has-transition-push {
        transform: translateX(-250px); } }
  .position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px); }
  .off-canvas-content .off-canvas.position-top {
    transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    transform: translateY(250px); }
  .position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px); }
  .off-canvas-content .off-canvas.position-bottom {
    transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25); }

.off-canvas-content {
  transform: none;
  transition: transform 0.5s ease;
  backface-visibility: hidden; }
  .off-canvas-content.has-transition-push {
    transform: translate(0, 0); }
  .off-canvas-content .off-canvas.is-open {
    transform: translate(0, 0); }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe; }
  .title-bar::before, .title-bar::after {
    display: table;
    content: ' '; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }

.drilldown .is-drilldown-submenu-parent > a {
  position: relative; }
  .drilldown .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #4f91cd;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #4f91cd;
  right: 1rem;
  left: auto; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #4f91cd transparent transparent;
  right: auto;
  left: 1rem; }

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #4f91cd transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

/*@include foundation-reveal;*/
.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' '; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #4f91cd; }
  .tabs.primary > li > a {
    color: #0a0a0a; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #448aca; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #4f91cd; }
    [data-whatinput='mouse'] .tabs-title > a {
      outline: 0; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #367dbe; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #4f91cd; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: foreground(#fefefe, #4f91cd);
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: foreground(#fefefe, #4f91cd); }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: foreground(#fefefe, #4f91cd); }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

/*@include foundation-flex-grid;
@include foundation-forms;
@include foundation-range-input;
@include foundation-accordion-menu;
@include foundation-badge;
@include foundation-breadcrumbs;
@include foundation-button-group;
@include foundation-callout;
@include foundation-flex-video;
@include foundation-label;
@include foundation-media-object;
@include foundation-off-canvas;
@include foundation-orbit;
@include foundation-pagination;
@include foundation-progress-bar;
@include foundation-progress-element;
@include foundation-meter-element;
@include foundation-slider;
@include foundation-sticky;
@include foundation-switch;
@include foundation-table;
@include foundation-thumbnail;*/
/* ############ Global styles ############ */
/* ############ Global styles ############ */
@font-face {
  font-family: 'br_black';
  src: url("../fonts/brandon_blk/brandon_blk-webfont.woff2") format("woff2"), url("../fonts/brandon_blk/brandon_blk-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'br_med';
  src: url("../fonts/brandon_med/brandon_med-webfont.woff2") format("woff2"), url("../fonts/brandon_med/brandon_med-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'br_bold';
  src: url("../fonts/brandon_bold/brandon_bld-webfont.woff2") format("woff2"), url("../fonts/brandon_bold/brandon_bld-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserratlight';
  src: url("../fonts/montserrat_light/montserrat-light-webfont.woff2") format("woff2"), url("../fonts/montserrat_light/montserrat-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserratbold';
  src: url("../fonts/montserrat_bold/montserrat-bold-webfont.woff2") format("woff2"), url("../fonts/montserrat_bold/montserrat-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserratregular';
  src: url("../fonts/montserrat_regular/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat_regular/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserratsemibold';
  src: url("../fonts/montserrat_semibold/montserrat-semibold-webfont.woff2") format("woff2"), url("../fonts/montserrat_semibold/montserrat-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

h1,
h2,
h3,
h4,
h5 {
  color: #2f2f2f;
  font-family: "br_black", sans-serif;
  text-transform: uppercase; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
p a,
li a {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
p a:hover,
li a:hover {
  opacity: .75; }

a.imageLink:hover {
  opacity: 1; }

body,
p,
li {
  font-family: "montserratlight", sans-serif; }

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

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

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

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

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

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

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

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

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

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

.slick-slide img {
  display: block; }

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

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

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

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

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

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

.homeHero,
.featuredPosts,
.logos {
  display: none; }

.slick-initialized {
  display: block;
  text-align: center; }

a {
  cursor: pointer; }

a:hover, a:focus {
  color: #4f91cd; }

a.blue_link {
  cursor: pointer;
  display: inline-block;
  font-family: "br_black", sans-serif;
  font-size: 1rem;
  padding: 1rem 0 2rem;
  text-transform: uppercase; }

a.blue_link.left {
  padding-right: 2rem; }

.paleblue {
  background-color: #d3e3f2; }

.button {
  border: 2px solid #4f91cd;
  font-family: "br_black", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 2px;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.button:visited, .button:focus {
  background-color: #4f91cd; }

.button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #4f91cd; }

.button.cat-list_item.active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #4f91cd; }

/* forms */
input {
  border: none;
  font-family: "br_med", sans-serif;
  font-size: 1.25rem;
  padding: 1rem 2rem 1rem 1rem;
  text-transform: uppercase; }

input[type="submit"] {
  background-color: #4f91cd;
  border: none;
  color: #ffffff;
  font-family: "br_black", sans-serif;
  font-size: 1.25rem;
  padding: 1rem 2rem;
  text-transform: uppercase; }

input[type="submit"]:hover {
  background-color: #f4911e;
  color: #ffffff; }

input#searchsubmit.button {
  height: 64px;
  float: none;
  margin-bottom: 0;
  margin-left: -5px;
  margin-top: -3px; }

/* form styles in order */
.wpcf7 input,
.wpcf7 textarea,
input#s {
  border: 1px #3a3a3a solid;
  margin-top: 2rem; }

#commentform input {
  border: 1px #3a3a3a solid; }

.wpcf7 textarea,
.wpcf7 input {
  margin-bottom: 2rem;
  margin-top: 0; }

.wpcf7 textarea,
.wpcf7 input {
  width: 100%; }

#commentform input[type="submit"],
.wpcf7 input[type="submit"] {
  border: none;
  width: auto; }

/* this is so the labels can be removed, but screen readers can still see the form elements */
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important; }

/* form styles in order */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2f2f2f; }

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

:-ms-input-placeholder {
  /* IE 10+ */
  color: #2f2f2f; }

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

.centered {
  text-align: center; }

.divider {
  padding-top: .75rem; }

nav ul {
  margin-left: 0; }

nav ul li {
  display: inline-block;
  list-style-type: none; }

nav ul li a {
  font-family: "br_black", sans-serif;
  font-size: 1rem;
  text-transform: uppercase; }

@media screen and (min-width: 40em) {
  nav ul li a {
    font-size: 1.25rem; } }

nav ul li ul li a {
  text-transform: none; }

nav ul li ul:last-child {
  padding-bottom: .75rem; }

header {
  position: relative;
  z-index: 4; }

header nav ul li a {
  color: #ffffff; }

header nav ul li a:hover, header nav ul li a:focus {
  color: rgba(255, 255, 255, 0.9); }

header nav#nav--utility {
  float: right; }

@media screen and (max-width: 39.99875em) {
  header nav#nav--utility {
    padding-left: 1rem;
    padding-top: 0.5rem; } }

@media print, screen and (min-width: 40em) {
  header nav#nav--utility {
    padding-top: 2rem; } }

header nav#nav--utility ul li {
  padding-left: 1rem;
  position: relative; }

header nav#nav--utility ul li:before {
  position: absolute;
  top: .25px;
  left: -0.25rem; }

header nav#nav--utility ul li:first-child:before {
  content: url("../img/icon-heart.png"); }

@media screen and (max-width: 39.9375em) {
  header nav#nav--utility ul li:first-child:before {
    content: ""; } }

header nav#nav--utility ul li:nth-child(2):before {
  content: url("../img/icon-envelope.png");
  top: -.09rem;
  left: -0.5rem; }

@media screen and (max-width: 39.9375em) {
  header nav#nav--utility ul li:nth-child(2):before {
    content: ""; } }

header nav#nav--utility ul li a {
  font-family: "br_bold", sans-serif;
  font-size: 0.75rem;
  padding-right: 2rem; }

@media screen and (max-width: 39.9375em) {
  header nav#nav--utility ul li a {
    padding-right: 0; } }

header .hero {
  background-image: url("../img/harbor1.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 400px;
  min-height: 300px;
  overflow: hidden;
  position: relative;
  z-index: -1; }

@media screen and (min-width: 40em) {
  header .hero {
    max-height: 500px;
    min-height: 400px; } }

@media screen and (min-width: 64em) {
  header .hero {
    max-height: 724px;
    min-height: 600px; } }

header .hero:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000000, #000000);
  opacity: .1;
  z-index: -1; }

header .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 99; }

@media screen and (max-width: 39.9375em) {
  header .slick-arrow {
    display: none !important; } }

header .slick-prev {
  left: 5%; }

header .slick-next {
  right: 5%; }

@media screen and (min-width: 40em) {
  header .size.slick-initialized.slick-slider {
    height: auto !important; } }

header .homeHero .hero {
  max-height: 800px;
  min-height: 600px; }

header h1 {
  color: #ffffff;
  font-size: 2.25rem;
  padding: 4rem 0 0;
  text-align: center;
  text-shadow: 0px 5px 28px rgba(0, 0, 0, 0.5); }

@media screen and (max-width: 39.9375em) {
  header h1 {
    font-size: 1.5rem; } }

@media screen and (min-width: 40em) {
  header h1 {
    padding: 6rem 0 0; } }

@media screen and (min-width: 64em) {
  header h1 {
    padding: 20.5rem 0 0; } }

@media screen and (min-width: 40em) {
  header h1 {
    font-size: 42px; } }

header .slide .description {
  color: #ffffff;
  font-family: "montserratlight", sans-serif;
  font-size: 1.125rem;
  padding: 1rem 0;
  text-shadow: 0px 6px 5px rgba(150, 150, 150, 0.28); }

header .slide .button {
  margin-bottom: 4rem; }

@media screen and (min-width: 40em) {
  header .slide .button {
    margin-bottom: 10rem; } }

header .homeHero {
  margin-top: 0; }

@media screen and (min-width: 64em) {
  header .homeHero h1 {
    padding: 12rem 0 2rem; } }

footer nav li a {
  color: #000000; }

footer ul {
  margin-left: 0; }

.top-bar,
.top-bar ul,
.title-bar {
  background: none; }

/* offcanvas */
.off-canvas {
  background-color: #ffffff; }

/* allows two drilldown menus to be combined without height issues for submenu lists with fewer items */
.is-drilldown-submenu.is-active {
  /*min-height: 200px;*/
  min-height: 375px; }

.item_title {
  font-family: "montserratbold", sans-serif; }

.off-canvas .close-button {
  z-index: 999; }

.off-canvas .is-drilldown {
  padding-bottom: 1rem;
  padding-top: .75rem; }

/* topbar nav */
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border: none; }

.dropdown.menu > li > a {
  line-height: 1.5rem;
  padding: .5rem 1rem;
  text-align: left;
  text-shadow: 0px 5px 28px rgba(0, 0, 0, 0.4); }

/*// Adjust width accordingly (use even #'s)*/
/*// Reduce px value to increase space between logo and menu text*/
/*// Leave alone*/
/* Medium-Up Navigation */
@media only screen and (min-width: 40rem) {
  .logo-wrapper {
    position: relative; }
  .logo-wrapper .logo {
    width: 158px;
    height: auto;
    position: absolute;
    left: 50%;
    right: 50%;
    top: -26px;
    margin-left: -79px; }
  .dropdown.menu > li.is-dropdown-submenu-parent.opens-right > a:after {
    border-color: transparent #ffffff transparent; }
  .menu.submenu.is-dropdown-submenu.vertical.first-sub.dropdown {
    /*background-color: $black60;*/
    background-image: url(../img/Alabaster.png); }
  .menu > li > a {
    padding: 0rem 1.75rem;
    line-height: 2rem; }
  .top-bar-right ul.menu.dropdown li:nth-child(2) .menu.submenu > li > a {
    padding-left: 2.25rem; }
  .top-bar-right ul.dropdown.menu > li:nth-child(1).opens-left > .is-dropdown-submenu {
    left: .125rem; }
  .top-bar-right ul.dropdown.menu > li:nth-child(3).opens-left > .is-dropdown-submenu {
    left: .125rem; }
  .top-bar {
    padding-top: 1.5%; }
  /* Right part*/
  .top-bar-right {
    width: 50%;
    padding-left: 126px; } }

@media only screen and (min-width: 40rem) and (min-width: 768px) and (max-width: 1024px) {
  .top-bar-right {
    padding-left: 0; } }

@media only screen and (min-width: 40rem) {
  .top-bar-right ul {
    float: left; }
  /* Left part*/
  .top-bar-left {
    width: 50%;
    padding-right: 126px; } }

@media only screen and (min-width: 40rem) and (min-width: 768px) and (max-width: 1024px) {
  .top-bar-left {
    padding-right: 0; } }

@media only screen and (min-width: 40rem) {
  .top-bar-left ul {
    float: right; }
  .is-dropdown-submenu {
    border: none; } }

/*.no-js {
        @include breakpoint(small only) {
          .top-bar {
                display: none;
          }
        }
        @include breakpoint(medium) {
          .title-bar {
                display: none;
          }
        }
  }*/
/* Landscape */
@media only screen and (min-width: 984px) and (max-width: 1024px) {
  .logo-wrapper .logo {
    width: 85px;
    height: auto;
    position: absolute;
    left: 45%;
    top: -31px;
    margin-left: 0; } }

@media only screen and (min-width: 1025px) and (max-width: 1250px) {
  .logo-wrapper .logo {
    width: 85px;
    height: auto;
    position: absolute;
    left: -100px;
    top: -30px;
    margin-left: 0; }
  .menu > li > a {
    padding: 0rem .5rem; }
  .top-bar-right {
    float: left;
    padding-left: 0; }
  .top-bar-left {
    padding-right: 0; }
  .top-bar {
    padding-top: 0;
    float: left;
    margin-left: 100px;
    margin-top: 0; } }

.toggle {
  float: left;
  max-height: 4rem;
  max-width: 4rem;
  padding-top: 0.95rem; }

@media screen and (max-width: 360px) {
  .toggle {
    max-height: 3rem;
    max-width: 3rem; } }

.toggle_text {
  color: #ffffff;
  display: inline-block;
  float: left;
  font-family: "br_bold", sans-serif;
  font-size: 0.75rem;
  padding-right: 1rem;
  padding-left: 0rem;
  padding-top: 0.95rem;
  text-transform: uppercase; }

/*
  hamburger
  .box-shadow-menu {
    position: relative;
    padding-left: 1.25em;
  }
  .box-shadow-menu:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.25em;
    width: 1em;
    height: 0.15em;
    background: $white;
    box-shadow: 
      0 0.25em 0 0 $white,
      0 0.5em 0 0 $white;
  }*/
/* search */
@media screen and (max-width: 39.9375em) {
  .searchform input {
    float: left;
    text-align: left;
    width: 89%; } }

@media screen and (max-width: 39.9375em) {
  .searchform input#s {
    margin-top: 0; } }

.searchform input {
  line-height: 1.75rem; }

.searchform input[type="submit"] {
  border: 1px solid #4f91cd;
  float: left; }

@media screen and (max-width: 39.9375em) {
  .searchform input[type="submit"] {
    float: right;
    position: absolute;
    right: .9rem;
    background-image: url("../img/submit.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 11%; } }

@media screen and (max-width: 39.9375em) {
  .searchform input#searchsubmit.button {
    margin-top: -1px; } }

/* footer */
.newsletter_signup {
  background-color: #f9c58c;
  background-image: url("../img/skyline.png");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3rem 0 3rem;
  text-align: center; }

.newsletter_signup.newsletter_signup_full {
  background-image: none;
  background: none; }

.newsletter_signup.newsletter_signup_full input.email {
  border: 1px solid #000000; }

.newsletter_signup h2.newsletter {
  font-size: 1.75rem;
  padding-bottom: 1rem;
  padding-top: 1rem; }

@media screen and (max-width: 39.9375em) {
  .newsletter_signup h2.newsletter {
    font-size: 1.5rem; } }

.newsletter_signup p {
  color: #3a3a3a;
  font-family: "montserratregular", sans-serif;
  font-size: 1.125rem;
  padding-bottom: 2rem; }

.newsletter_signup .mc-field-group {
  float: left; }

@media screen and (max-width: 39.9375em) {
  .newsletter_signup .mc-field-group {
    width: 100%; } }

@media screen and (max-width: 39.9375em) {
  .newsletter_signup .mc-field-group input {
    float: left;
    text-align: left;
    width: 89%; } }

.newsletter_signup input {
  line-height: 1.75rem; }

.newsletter_signup input[type="submit"] {
  float: left; }

@media screen and (max-width: 39.9375em) {
  .newsletter_signup input[type="submit"] {
    float: right;
    position: absolute;
    right: .9rem;
    background-image: url("../img/submit.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 11%; } }

@media screen and (max-width: 1044px) and (min-width: 1024px) {
  .newsletter_signup .mc-container {
    width: 80%; } }

.newsletter_signup .button {
  line-height: inherit;
  margin-bottom: 0; }

@media screen and (max-width: 1044px) and (min-width: 1024px) {
  .searchform .mc-container {
    width: 80%; } }

section.footer {
  padding: 3rem 0; }

section.footer .footer_navigation nav ul li {
  display: block; }

section.footer h3,
section.footer p,
section.footer nav li a {
  color: #2f2f2f;
  font-family: "br_med", sans-serif;
  font-size: 1rem; }

section.footer nav li a,
section.footer h3 {
  font-family: "br_bold", sans-serif;
  text-transform: uppercase; }

section.footer nav li ul li a {
  font-family: "br_med", sans-serif;
  text-transform: none; }

section.footer p {
  margin-bottom: .5rem; }

section.footer .bottom_bar,
section.footer .footer_links ul li a {
  color: #2f2f2f;
  font-family: "br_med", sans-serif;
  line-height: 1.5rem;
  text-transform: uppercase; }

section.footer .bottom_bar {
  padding-top: 3rem; }

section.footer .bottom_bar .copy {
  float: left;
  padding-top: .125rem; }

section.footer .bottom_bar .footer_links {
  float: right;
  margin-top: -0.9rem; }

@media screen and (max-width: 39.9375em) {
  section.footer .bottom_bar .footer_links ul li:last-child a {
    padding-left: 1rem; } }

@media screen and (max-width: 69.9375em) {
  section.footer .bottom_bar .footer_links ul li a {
    padding-left: 1rem; } }

@media only screen and (min-width: 64rem) {
  section.footer .bottom_bar .footer_links ul li a {
    padding-left: 2.25rem; } }

section.footer .social-icon {
  float: left;
  height: 56px;
  width: 56px; }

section.footer .social-icon.facebook {
  background-image: url("../img/facebook.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

section.footer .social-icon.instagram {
  background-image: url("../img/instagram.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

section.footer .social-icon.twitter {
  background-image: url("../img/twitter.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

/* floated images full width on mobile */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  img.alignright, .wp-caption.alignright,
  img.alignleft, .wp-caption.alignleft {
    width: 100%; } }

.logos {
  position: relative; }

.logos .slick-arrow {
  position: absolute;
  top: 50%; }

.logos .slick-arrow.slick-prev {
  left: -15px; }

.logos .slick-arrow.slick-next {
  right: -15px; }

@media only screen and (min-width: 769px) {
  .fixedlogo {
    max-width: 100px;
    padding-top: 1rem; }
  #bhnsticky-nav {
    margin: 0 auto;
    float: none;
    border: 0px;
    background: none;
    min-width: 100%;
    position: fixed;
    z-index: 999999;
    padding-left: 100px;
    padding-right: 100px; }
  .clearHeader.darkHeader#bhnsticky-nav {
    top: 0; }
  .home #bhnsticky-nav {
    position: relative; }
  #bhnsticky-nav.darkHeader {
    background-color: rgba(150, 150, 150, 0.8);
    padding-bottom: 2rem; }
  #bhnsticky-nav.darkHeader nav#nav--utility {
    display: none !important; }
  /*
      LEVEL ONE
      */
  ul.dropdown {
    position: relative; }
  ul.dropdown li {
    font-weight: bold;
    float: left;
    zoom: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 1px;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2); }
  ul.dropdown a:active {
    color: #fff; }
  ul.dropdown li a {
    display: block;
    padding: 4px 8px;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2); }
  ul.dropdown li:last-child a {
    border-right: none; }
  /* Doesn't work in IE */
  ul.dropdown li.hover, ul.dropdown li:hover {
    position: relative;
    color: #fff; }
  ul.dropdown li.hover a {
    color: #fff;
    font-weight: bold; }
  /*
      LEVEL TWO
      */
  ul.dropdown ul {
    width: 220px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0; }
  ul.dropdown ul li {
    font-weight: normal;
    float: none; }
  /* IE 6 & 7 Needs Inline Block */
  ul.dropdown ul li a {
    border-right: none;
    width: 100%;
    display: inline-block; }
  /*
      LEVEL THREE
      */
  ul.dropdown ul ul {
    left: 100%;
    top: 0; }
  ul.dropdown li:hover > ul {
    visibility: visible; } }

@media only screen and (max-width: 1024px) and (min-width: 984px) {
  .logo-wrapper .logo.fixedlogo {
    top: -10px; } }

/* header, nav & footer */
.layout-sidebar h2,
.layout-sidebar h2 a {
  font-family: "br_black", sans-serif;
  color: #4f91cd;
  font-size: 1.25rem;
  padding-bottom: 1rem; }

.layout-sidebar ul {
  list-style-type: none;
  margin-left: 0.75rem; }

.layout-sidebar li,
.layout-sidebar li a {
  color: #767676;
  font-family: "montserratlight", sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase; }

.page-child .sidebar_menu li.active {
  position: relative; }

.page-child .sidebar_menu li.active a {
  color: #4f91cd;
  font-family: "montserratregular", sans-serif; }

.page-child .sidebar_menu li.active:before {
  content: url("../img/icon-teardrop-blue.png");
  position: absolute;
  left: -1rem;
  top: 0; }

body {
  font-family: "montserratlight", sans-serif;
  font-size: 1.125rem;
  line-height: 1.6; }

body a {
  font-family: "montserratsemibold", sans-serif; }

/* sections */
section {
  padding: 1rem 0; }

@media screen and (min-width: 64em) {
  section {
    padding: 4rem 0; } }

section.homeHero {
  padding: 0; }

section.searchform {
  padding-bottom: 2rem;
  padding-top: 0; }

@media screen and (min-width: 64em) {
  section.searchform {
    padding-bottom: 3rem; } }

section.top {
  padding-top: 0; }

section.medium {
  padding: 1rem 0; }

@media screen and (min-width: 64em) {
  section.medium {
    padding: 2rem 0; } }

section.comments {
  padding-bottom: 0; }

section.all {
  padding-bottom: 0; }

@media screen and (min-width: 40em) {
  section.all {
    min-height: 40rem; } }

section.all h2,
section.all h4 {
  font-family: "montserratbold", sans-serif; }

section.all h2 {
  font-size: 1.125rem;
  padding-bottom: 1rem; }

section.all h2.newsletter {
  font-size: 1.75rem;
  padding-bottom: 1rem;
  padding-top: 1rem; }

@media screen and (max-width: 39.9375em) {
  section.all h2.newsletter {
    font-size: 1.5rem; } }

section.all h2.home_header,
section.all h3 a {
  color: #2f2f2f;
  font-family: "br_black", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding-bottom: 2rem;
  padding-top: 1rem; }

section.all .blue h3 a {
  line-height: 2rem; }

section.all h3 {
  margin-bottom: 0; }

section.all h3 a {
  display: inline-block;
  padding-bottom: 0; }

section.all p.meta {
  color: #3e3e3e;
  font-family: "montserratlight", sans-serif;
  font-size: 1.125rem;
  padding-bottom: 1rem; }

section.all .layout-sidebar p.meta {
  margin-bottom: .75rem;
  padding-bottom: 0; }

section.all button.view_more {
  margin: 0 0 2rem; }

@media screen and (min-width: 40em) {
  section.all button.view_more {
    margin: 2rem 0 1rem; } }

section.all .post_image {
  margin-bottom: 1.5rem; }

section.recent_news {
  background-color: #d3e3f2; }

section.upcoming_events h2.home_header {
  padding-bottom: 0; }

section.upcoming_events a.blue_link {
  margin-left: 1rem;
  position: relative; }

section.upcoming_events a.blue_link:before {
  content: url("../img/binoculars.png");
  position: absolute;
  top: 19px;
  left: -27px; }

.reports a.blue_link,
.maps a.blue_link {
  color: #4f91cd !important;
  padding: .5rem 0 .5rem 2rem;
  position: relative; }

.reports a.blue_link:before,
.maps a.blue_link:before {
  content: url("../img/download-icon.png");
  position: absolute;
  top: 9px;
  left: 6px; }

.reports hr,
.maps hr {
  margin-bottom: 2rem;
  margin-top: 2rem; }

.cta_link {
  padding-bottom: 2rem; }

#content {
  /* general styles */ }

#content p a {
  font-family: "montserratsemibold", sans-serif; }

#content article {
  padding-bottom: 2rem; }

#content h4,
#content h4 a {
  color: #2f2f2f;
  font-size: 1rem; }

#content p,
#content li {
  font-size: 1.125rem; }

#content ul.fact {
  list-style-type: none;
  margin-left: 0; }

#content .small {
  font-size: 0.75rem; }

#content blockquote {
  background-color: #d3e3f2;
  border-left: 5px solid #4f91cd;
  color: #2f2f2f;
  padding: 1rem; }

#content blockquote,
#content blockquote li {
  font-size: 0.75rem; }

#content .content-wrapper img {
  padding: 2rem 0; }

@media screen and (max-width: 39.9375em) {
  #content .content-wrapper img {
    padding: .75rem 0;
    margin: auto;
    width: auto; } }

#content .content-wrapper img.alignleft {
  float: left;
  margin: 0 1rem 1rem 0;
  padding-top: 0; }

@media screen and (max-width: 39.9375em) {
  #content .content-wrapper img.alignleft {
    float: none;
    margin: auto;
    /*width: auto;*/
    width: 100%; } }

#content .content-wrapper img.alignright {
  float: right;
  margin: 0 0 1rem 1rem;
  padding-top: 0; }

@media screen and (max-width: 39.9375em) {
  #content .content-wrapper img.alignright {
    float: none;
    margin: auto;
    /*width: auto;*/
    width: 100%; } }

#content .content-wrapper .wp-caption.alignleft {
  float: left;
  margin: 0 1rem 1rem 0; }

@media screen and (max-width: 39.9375em) {
  #content .content-wrapper .wp-caption.alignleft {
    float: none;
    margin: auto;
    width: auto; } }

#content .content-wrapper .wp-caption.alignleft img {
  padding-top: 0; }

#content .content-wrapper .wp-caption.alignleft .wp-caption-text {
  margin-bottom: .5rem; }

#content .content-wrapper .wp-caption.alignright {
  float: right;
  margin: 0 0 1rem 1rem; }

@media screen and (max-width: 39.9375em) {
  #content .content-wrapper .wp-caption.alignright {
    float: none;
    margin: auto;
    width: auto; } }

#content .content-wrapper .wp-caption.alignright img {
  padding-top: 0; }

#content .content-wrapper .wp-caption.alignright .wp-caption-text {
  margin-bottom: .5rem; }

#content .content-wrapper .wp-caption img {
  padding: 2rem 0 1rem; }

#content .content-wrapper .aligncenter.wp-caption-text,
#content .content-wrapper .alignnone.wp-caption-text {
  padding-bottom: 2rem; }

#content .content-wrapper .aligncenter.wp-caption,
#content .content-wrapper .alignnone {
  margin: auto;
  width: auto !important; }

#content hr {
  border-bottom: #2f2f2f 1px solid; }

#content .statement img {
  padding: .25rem 1rem; }

#content .category {
  font-family: "br_black", sans-serif;
  font-size: 1rem;
  margin-bottom: 0;
  text-transform: uppercase; }

#content .location {
  font-family: "montserratregular", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0; }

#content p.contact_link {
  margin-bottom: .5rem; }

#content p.contact_link a {
  color: #4f91cd;
  font-family: "br_med", sans-serif;
  font-size: 1rem; }

#content .job {
  display: inline;
  font-size: 0.9375rem;
  margin-bottom: 1rem; }

.person_info p.contact_link {
  margin-bottom: .5rem; }

.person_info p.contact_link a {
  color: #4f91cd;
  font-family: "br_med", sans-serif;
  font-size: 1rem; }

.layout-sidebar {
  padding-bottom: 2rem; }

/* post teasers */
.tease {
  text-align: center; }

.teasers h2 {
  border-top: 1px #2f2f2f solid;
  padding-top: 2rem; }

.teasers h2 a {
  color: #2f2f2f; }

.teasers img {
  padding: .5rem 0 2rem; }

.teasers img.teaserpostimage {
  width: 100%; }

.teasers button {
  margin: 1rem 0 3rem; }

.teasers .sidebar_teasers button {
  font-size: 0.9375rem;
  padding: .75rem 1.25rem; }

.featured_event_image,
.post_image {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  max-height: 350px;
  min-height: 350px;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

@media screen and (min-width: 64em) {
  .featured_event_image,
  .post_image {
    max-height: 300px;
    min-height: 300px; } }

a .featured_event_image:hover,
a .post_image:hover {
  border: 1px solid #4f91cd;
  position: relative; }

a .featured_event_image:hover:before,
a .post_image:hover:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #ffffff, #ffffff);
  opacity: .50; }

.featured_events_all {
  padding-bottom: 2rem; }

.featured_event_image.featured_events_left {
  max-height: none; }

@media screen and (max-width: 39.9375em) {
  .featured_event_image.featured_events_left {
    padding-top: 4rem; } }

.events_archive,
.featured_events_left,
.featured_events {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem 2rem;
  position: relative; }

@media screen and (max-width: 39.9375em) {
  .events_archive,
  .featured_events_left,
  .featured_events {
    display: inline-block; } }

.events_archive h3,
.featured_events_left h3,
.featured_events h3 {
  color: #ffffff;
  font-family: "br_black", sans-serif;
  font-size: 28px; }

@media screen and (min-width: 40em) {
  .events_archive h3,
  .featured_events_left h3,
  .featured_events h3 {
    font-size: 36px; } }

.events_archive .featured_events_info,
.featured_events_left .featured_events_info,
.featured_events .featured_events_info {
  align-self: flex-end; }

.events_archive .date,
.featured_events_left .date,
.featured_events .date {
  background-color: #ffffff;
  padding: .5rem 1rem 0;
  position: absolute;
  left: 10%;
  text-align: center;
  text-transform: uppercase;
  top: 0; }

.events_archive .date p.month,
.events_archive .date p.day,
.featured_events_left .date p.month,
.featured_events_left .date p.day,
.featured_events .date p.month,
.featured_events .date p.day {
  color: #2f2f2f;
  font-family: "br_black", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0; }

.events_archive .date p.day,
.featured_events_left .date p.day,
.featured_events .date p.day {
  margin-top: -1rem; }

@media screen and (min-width: 40em) {
  .events_archive .date p.day,
  .featured_events_left .date p.day,
  .featured_events .date p.day {
    font-size: 42px;
    line-height: 57px; } }

.events_archive .location,
.featured_events_left .location,
.featured_events .location {
  color: #ffffff;
  font-family: "montserratregular", sans-serif;
  font-size: 1.25rem; }

.events_archive .category,
.featured_events_left .category,
.featured_events .category {
  color: #ffffff;
  font-family: "br_black", sans-serif;
  font-size: 1rem;
  text-transform: uppercase; }

.events_archive {
  padding-left: 0;
  padding-right: 0; }

.featured_events {
  padding: .5rem;
  align-items: flex-end;
  display: flex;
  justify-content: space-between; }

.featured_events h3 {
  font-size: 24px; }

.featured_events .location {
  font-size: 0.9375rem; }

.featured_event_container:first-child {
  padding-bottom: 2rem; }

/* featured events */
.featured_event_image {
  background-position: center;
  max-height: 260px;
  min-height: 260px; }

/* events archive */
.events_archive h3 {
  color: #2f2f2f;
  font-size: 24px; }

.events_archive .location,
.events_archive .category {
  color: #2f2f2f; }

.events_archive p {
  margin-bottom: 0; }

.events_archive p.venue {
  font-family: "montserratlight", sans-serif;
  font-size: 0.9375rem;
  text-transform: none; }

/* pillars */
.pillar {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: auto;
  height: 270px;
  width: 223px;
  margin-bottom: 2rem;
  position: relative; }

.pillar.teardrop:after {
  content: url("../img/teardrop.png");
  position: absolute;
  left: -1px;
  top: -1px; }

.pillars {
  text-align: center; }

.pillars h3 {
  font-family: "br_black", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding-bottom: 2rem;
  padding-top: 1rem; }

.pillars .description {
  font-family: "montserratlight", sans-serif;
  font-size: 1.125rem;
  padding-bottom: 2rem; }

.pillars .button {
  margin-bottom: 3rem; }

@media screen and (min-width: 40em) {
  .pillars .button {
    margin-bottom: 5rem; } }

/* map */
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0; }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

/* contact */
.page-id-22 #content h2 {
  border-top: 1px #2f2f2f solid;
  padding-top: 2rem; }

.page-id-22 #content h2:first-child {
  border: none;
  padding-top: 0; }

.page-id-22 .description {
  padding-bottom: 2rem; }

/* person */
.staff #content h2 {
  border-top: 1px solid #2f2f2f;
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 1.75rem; }

.staff #content h2 a {
  color: #2f2f2f; }

.staff #content h2.subgroup {
  border-top: none;
  padding-top: 0;
  margin-top: 0; }

.staff #content .tax_links {
  padding-bottom: 2rem; }

@media screen and (min-width: 40em) {
  .staff #content .tax_links button {
    margin-right: 1rem; } }

section.all #content .person_info {
  text-align: left; }

section.all #content .person_info h3 {
  font-family: "br_black", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding-bottom: 0;
  padding-top: 0; }

section.all #content .person_info p.meta {
  margin-bottom: .5rem;
  margin-top: .5rem;
  padding-bottom: 0; }

section.all #content .person_info h4 .post_link {
  color: #4f91cd; }

section.all #content h3 {
  font-family: "br_black", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding-bottom: 0;
  padding-top: 1rem; }

section.all #content .board-of-advisors .person_info h3,
section.all #content .board-of-advisors .person_info h3 a {
  padding-top: 0; }

section.all #content .person_info_details {
  padding-bottom: 0.75rem; }

section.all #content .board-of-trustees p.contact_link {
  padding-top: .5rem; }

/* single person */
.single_person h1 {
  font-family: "montserratbold", sans-serif;
  font-size: 2rem;
  margin-top: -.75rem;
  padding-bottom: 1rem;
  border-bottom: 1px #2f2f2f solid;
  padding-bottom: 1.75rem;
  margin-bottom: 1rem; }

.single_person .bio p {
  padding-bottom: 1rem; }

.single_person .bio ul {
  padding: .5rem 0; }

.single_person .bio h2 {
  padding: 1rem 0; }

.single_person section {
  padding-top: 0; }

/* news */
.news_posts_container,
.featuredPosts {
  border-bottom: 1px solid #2f2f2f;
  margin-bottom: 2rem;
  padding-bottom: 2rem; }

@media screen and (min-width: 40em) {
  .news_posts_container,
  .featuredPosts {
    margin-bottom: 3rem;
    padding-bottom: 3rem; } }

.news_posts_container .hero,
.featuredPosts .hero {
  max-height: 800px;
  min-height: 600px; }

.news_posts_container .hero,
.featuredPosts .hero {
  background-image: url("../img/harbor1.jpeg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 400px;
  min-height: 300px;
  overflow: hidden;
  position: relative;
  z-index: -1; }

@media screen and (min-width: 40em) {
  .news_posts_container .hero,
  .featuredPosts .hero {
    max-height: 500px;
    min-height: 400px; } }

@media screen and (min-width: 64em) {
  .news_posts_container .hero,
  .featuredPosts .hero {
    max-height: 734px;
    min-height: 600px; } }

.news_posts_container .slick-arrow,
.featuredPosts .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 99; }

@media screen and (max-width: 39.9375em) {
  .news_posts_container .slick-arrow,
  .featuredPosts .slick-arrow {
    display: none !important; } }

.news_posts_container .slick-prev,
.featuredPosts .slick-prev {
  background-color: #283037;
  top: 2.5rem;
  padding: 1.25rem 1.5rem; }

@media screen and (min-width: 550px) and (max-width: 667px) {
  .news_posts_container .slick-prev,
  .featuredPosts .slick-prev {
    right: 6.5rem; } }

@media screen and (min-width: 668px) and (max-width: 736px) {
  .news_posts_container .slick-prev,
  .featuredPosts .slick-prev {
    right: 7rem; } }

@media screen and (min-width: 40em) {
  .news_posts_container .slick-prev,
  .featuredPosts .slick-prev {
    right: 7rem; } }

@media screen and (min-width: 64em) {
  .news_posts_container .slick-prev,
  .featuredPosts .slick-prev {
    right: 5.5rem; } }

.news_posts_container .slick-next,
.featuredPosts .slick-next {
  background-color: #283037;
  padding: 1.25rem 1.5rem;
  top: 2.5rem; }

@media screen and (min-width: 550px) and (max-width: 678px) {
  .news_posts_container .slick-next,
  .featuredPosts .slick-next {
    right: 3.25rem; } }

@media screen and (min-width: 679px) and (max-width: 736px) {
  .news_posts_container .slick-next,
  .featuredPosts .slick-next {
    right: 3.5rem; } }

@media screen and (min-width: 737px) and (max-width: 777px) {
  .news_posts_container .slick-next,
  .featuredPosts .slick-next {
    right: 3.75rem; } }

@media screen and (min-width: 778px) and (max-width: 840px) {
  .news_posts_container .slick-next,
  .featuredPosts .slick-next {
    right: 4rem; } }

@media screen and (min-width: 841px) and (max-width: 923px) {
  .news_posts_container .slick-next,
  .featuredPosts .slick-next {
    right: 4.4rem; } }

@media screen and (min-width: 924px) and (max-width: 962px) {
  .news_posts_container .slick-next,
  .featuredPosts .slick-next {
    right: 4.75rem; } }

@media screen and (min-width: 963px) and (max-width: 1024px) {
  .news_posts_container .slick-next,
  .featuredPosts .slick-next {
    right: 5rem; } }

@media screen and (min-width: 64em) {
  .news_posts_container .slick-next,
  .featuredPosts .slick-next {
    right: 2.5rem; } }

@media screen and (min-width: 40em) {
  .news_posts_container .size.slick-initialized.slick-slider,
  .featuredPosts .size.slick-initialized.slick-slider {
    height: auto !important; } }

.news_posts_container .post_info,
.featuredPosts .post_info {
  background-color: rgba(255, 255, 255, 0.7);
  text-align: left; }

@media screen and (max-width: 39.9375em) {
  .news_posts_container .post_info,
  .featuredPosts .post_info {
    margin: 0;
    padding: 2rem 3.5rem 2rem; } }

@media screen and (min-width: 40em) {
  .news_posts_container .post_info,
  .featuredPosts .post_info {
    margin: 0 0 2rem 0;
    padding: 2rem 3.5rem 2rem; } }

@media screen and (min-width: 1024px) {
  .news_posts_container .post_info,
  .featuredPosts .post_info {
    margin: 0 2.5rem 2rem 0;
    padding: 2rem 3.5rem 1rem; } }

@media screen and (min-width: 1025px) {
  .news_posts_container .post_info,
  .featuredPosts .post_info {
    margin: 0 2.5rem 2rem 0;
    padding: 2rem 3.5rem 1rem; } }

.news_posts_container .post_info .read-more,
.featuredPosts .post_info .read-more {
  display: none; }

.news_posts_container .post_info a.blue_link,
.featuredPosts .post_info a.blue_link {
  margin-top: 0; }

.news_posts_container .post_info .byline,
.featuredPosts .post_info .byline {
  font-size: 0.75rem;
  margin-top: 1rem; }

.news_posts_container .post_info .byline a,
.featuredPosts .post_info .byline a {
  color: #2f2f2f;
  font-family: "montserratbold", sans-serif; }

.news_posts_container .post_info .byline a.pipeafter:after,
.featuredPosts .post_info .byline a.pipeafter:after {
  content: " | ";
  font-family: "montserratlight", sans-serif; }

.news_posts_container .post_info .byline.pipebefore:before,
.featuredPosts .post_info .byline.pipebefore:before {
  content: " | ";
  font-family: "montserratlight", sans-serif; }

.news_posts_container .featured_controls,
.featuredPosts .featured_controls {
  background-color: #ffffff;
  margin: 2.5rem 0 0 0;
  padding: 1rem 3.5rem;
  text-align: left; }

@media screen and (max-width: 39.9375em) {
  .news_posts_container .featured_controls,
  .featuredPosts .featured_controls {
    margin-top: 0; } }

@media screen and (min-width: 41em) {
  .news_posts_container .featured_controls,
  .featuredPosts .featured_controls {
    margin-right: 2.5rem; } }

.news_posts_container .featured_controls h4,
.featuredPosts .featured_controls h4 {
  font-size: 0.9375rem;
  margin-bottom: 0; }

.news_posts_container {
  border-bottom: none; }

.news_posts_container .post_info {
  background-color: #ffffff;
  margin: -4rem .5rem 2rem;
  padding: .5rem 1.5rem; }

@media screen and (min-width: 40em) {
  .news_posts_container .post_info {
    margin: -4rem 2.5rem 2rem 1.5rem;
    padding-top: .5rem; } }

.news_posts_container .post_image {
  min-height: 365px; }

.single_news .post_info {
  margin: 0;
  padding-right: 0;
  padding-left: 0; }

@media screen and (min-width: 64em) {
  .single_news .post_info {
    margin: -1.5rem 0 0; } }

.single_news .news_posts_container {
  margin-bottom: 0;
  padding-bottom: 0; }

/* comments */
section.all #content h3.comment-reply-title,
#content p.comment-notes {
  color: #2f2f2f;
  font-family: "montserratlight", sans-serif;
  font-size: 0.75rem;
  margin-top: 0; }

@media screen and (min-width: 40em) {
  .comment-form-comment {
    margin-bottom: 2rem;
    float: left;
    width: 50%; } }

.comment-form-comment textarea {
  border: 1px solid #2f2f2f;
  width: 100%; }

@media screen and (min-width: 40em) {
  .comment-form-comment textarea {
    width: 75%; } }

.comment-form-comment label {
  display: none; }

.comment-form-author input {
  margin-top: 0; }

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  width: 100%; }

@media screen and (min-width: 40em) {
  .comment-form-author input,
  .comment-form-email input,
  .comment-form-url input {
    width: 40%; } }

h5.comment-author {
  color: #2f2f2f;
  font-size: 1rem; }

.blog-comment {
  background-color: rgba(0, 0, 0, 0.025);
  padding: 2rem;
  margin-bottom: 2rem; }

.comment-content p {
  display: inline-block; }

.comment-content:before {
  content: open-quote;
  font-family: "montserratbold", sans-serif; }

.comment-content:after {
  content: close-quote;
  font-family: "montserratbold", sans-serif; }

/* single pagination */
.next_link {
  float: center; }

@media screen and (min-width: 40em) {
  .next_link {
    float: right; } }

.next_link:after {
  content: " >>"; }

.prev_link {
  float: center; }

@media screen and (min-width: 40em) {
  .prev_link {
    float: left; } }

.prev_link:before {
  content: "<< "; }

@media screen and (min-width: 40em) {
  .next_link,
  .prev_link {
    margin-top: 2rem; } }

/* archive pagination */
.pages li {
  display: inline; }

.page-numbers {
  background-color: #d3e3f2;
  padding: 1rem; }

.page-numbers.current {
  background-color: #4f91cd;
  color: #ffffff;
  font-weight: bold;
  padding: 1rem; }

.tool-pagination .next_link,
.tool-pagination .prev_link {
  margin-top: 0; }

.tool-pagination .next_link {
  float: right; }

.tool-pagination .prev_link {
  float: left; }

.byline {
  padding-bottom: .25rem; }

@media screen and (min-width: 40em) {
  .blue_link.prev_link,
  .blue_link.next_link {
    padding: 0; }
  .blue_link.next_link {
    padding-bottom: 1rem; } }

/* events */
#tease-events img {
  min-height: 365px; }

#tease-events .post_info {
  margin-top: -1.5rem; }

#tease-events .post_info.no_image {
  margin-top: 0rem; }

#tease-events .entry-meta {
  font-family: "montserratlight", sans-serif;
  font-size: 0.75rem;
  line-height: 1.6;
  margin-bottom: 1rem; }

#tease-events .entry-meta a {
  color: #2f2f2f;
  font-family: "montserratbold", sans-serif;
  text-transform: none; }

#tease-events .entry-meta a.event-details-link .event-details-text {
  color: #4f91cd;
  cursor: pointer;
  display: block;
  font-family: "br_black", sans-serif;
  font-size: 1rem;
  padding: 1rem 0 2rem;
  text-transform: uppercase; }

@media screen and (min-width: 64em) {
  #tease-events .eventbrite-widget iframe {
    height: 300px; } }

/* letters */
.blue {
  background-color: #4f91cd;
  padding: 0 1rem 1rem; }

.blue h3 a {
  color: #ffffff !important; }

.blue.blue70 {
  background-color: rgba(79, 145, 205, 0.7); }

.blue.dark_blue {
  background-color: #003366; }

.blue.orange {
  background-color: #f4911e; }

.blue.orange_cream {
  background-color: #f9c58c; }

.blue .white_link {
  color: #ffffff; }

.blue .white_link:hover {
  color: rgba(255, 255, 255, 0.7); }

.letters .post_image {
  max-height: 350px;
  min-height: 350px; }

@media screen and (min-width: 64em) {
  .letters .post_image {
    max-height: 250px;
    min-height: 250px; } }

/* mailchimp full */
.interests ul {
  list-style-type: none;
  margin-left: 0; }

.interests ul input[type="checkbox"], .interests ul input[type="radio"] {
  margin-right: .75rem; }

.interests ul label {
  font-size: 1rem; }

.eventbritecont {
  margin-bottom: 4rem;
  padding-top: 2rem; }

.dropdown.menu > li > a {
  background: none; }

header .video_container {
  overflow: hidden; }

header .video_container .hero {
  background: none;
  z-index: 99; }

header .video_container .hero:before {
  opacity: .3; }

/*#video{
      position: relative;
      background: transparent;    
  }
  
  .ytplayer-container{
      position: absolute;
      top: 0;
      z-index: -1;    
  }*/
.container {
  position: relative; }

.background-video {
  background-position: top center;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0; }

video,
source {
  bottom: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute; }

.loaded .ytplayer-container {
  display: block; }

.loaded .placeholder-image {
  opacity: 0; }

.ytplayer-container {
  bottom: 0;
  height: 100%;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3; }

.placeholder-image {
  height: 100%;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0;
  z-index: 1; }

.ytplayer-shield {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2; }

.ytplayer-player {
  position: absolute; }

.container {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 30px 0 30px;
  margin: 30px auto; }

.home .ytplayer-container {
  z-index: -1; }

.home .video_container .hero.slide {
  overflow: hidden;
  max-height: 600px; }

header .homeHero .video_container h1 {
  padding: 5rem 0 2rem; }

@media screen and (min-width: 64em) {
  header .homeHero .video_container h1 {
    padding: 9rem 0 2rem; } }

.top-bar,
header .slide .button {
  z-index: 99999;
  position: relative; }

.bgblue section.all {
  background-color: #accbe6; }

.bgblue section.all p,
.bgblue section.all .article-body,
.bgblue section.all h1,
.bgblue section.all h2,
.bgblue section.all h3,
.bgblue section.all h4,
.bgblue section.all h5 {
  color: #2f2f2f; }

.bgblue section.all p a,
.bgblue section.all .article-body a,
.bgblue section.all h1 a,
.bgblue section.all h2 a,
.bgblue section.all h3 a,
.bgblue section.all h4 a,
.bgblue section.all h5 a {
  color: #f4911e; }

.bgblue section.all p a:hover,
.bgblue section.all .article-body a:hover,
.bgblue section.all h1 a:hover,
.bgblue section.all h2 a:hover,
.bgblue section.all h3 a:hover,
.bgblue section.all h4 a:hover,
.bgblue section.all h5 a:hover {
  color: #f9c58c; }

.bgblue section.all footer {
  background-color: #ffffff; }

.bgblue section.all .layout-sidebar h2, .bgblue section.all .layout-sidebar h2 a {
  color: #2f2f2f; }

.bgblue section.all .tabs,
.bgblue section.all .tabs-panel,
.bgblue section.all .tabs-content {
  background-color: #accbe6;
  border: none; }

.bgblue section.all .tabs li a,
.bgblue section.all .tabs-panel li a,
.bgblue section.all .tabs-content li a {
  color: #2f2f2f; }

.bgblue section.all .tabs-title > a:hover,
.bgblue section.all .tabs-title > a:focus,
.bgblue section.all .tabs-title > a[aria-selected='true'] {
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  color: #4f91cd; }

.bgblue section.all .newsletter_signup {
  background-color: #ffffff; }

.bgblue section.all .newsletter_signup h2, .bgblue section.all .newsletter_signup p {
  color: #ffffff; }

.single-emd_video footer {
  background-color: #ffffff; }

.single-emd_video .news_posts_container .post_info .byline a {
  color: #2f2f2f; }

.videobutton {
  background-color: #accbe6;
  color: #ffffff;
  border: 2px solid #ffffff; }

.videobutton:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: #4f91cd; }

.single-emd_video,
.single-emd_video .post_info,
.single-emd_video .news_posts_container .post_info {
  background-color: #accbe6;
  color: #2f2f2f; }

.single-emd_video p,
.single-emd_video p.byline,
.single-emd_video .post_info p,
.single-emd_video .post_info p.byline,
.single-emd_video .news_posts_container .post_info p,
.single-emd_video .news_posts_container .post_info p.byline {
  color: #2f2f2f; }

.tabs {
  padding: 0 20px; }

.emd-container .video-summary {
  padding: 30px !important; }

div.emd-container .video-img-caption {
  background: rgba(0, 0, 0, 0.58) !important; }

div.emd-container div.single .panel-footer,
div.emd-container div.standard .panel-footer {
  display: none;
  visibility: none; }

ul.tabs {
  text-align: center; }

ul.tabs li {
  float: none !important;
  display: inline-block; }

ul.accordion {
  background-color: #4f91cd;
  border: none;
  color: #ffffff;
  margin-bottom: 0; }

ul.accordion:hover {
  background-color: rgba(79, 145, 205, 0.7); }

ul.accordion a {
  color: #ffffff; }

ul.accordion .accordion-title {
  border: none; }

ul.accordion .accordion-title img {
  padding-right: .75rem; }

ul.accordion .accordion-title:focus, ul.accordion .accordion-title:hover {
  background-color: rgba(79, 145, 205, 0.7); }

ul.accordion .accordion-content {
  background-color: #4f91cd;
  border: none; }

ul.accordion .accordion-content p {
  font-size: 12px;
  margin-bottom: .25rem; }

ul.accordion .accordion-title::before {
  font-size: 20px; }

/*# sourceMappingURL=style.css.map */
@media screen and (max-width: 1312px) and (min-width: 1251px) {
  .top-bar .top-bar-left {
    padding-right: 0; } }

.list-filters.container {
  padding-left: .25rem;
  padding-right: .25rem; }
  @media screen and (min-width: 768px) {
    .list-filters.container {
      padding-left: .3rem;
      padding-right: .3rem; } }
  @media screen and (min-width: 1025px) {
    .list-filters.container {
      padding-left: 0;
      padding-right: 0; } }

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