/**
 * Screen
 *
 * @file            assets/sass/screen.scss
 * @package         Teal Theme Base (Teal Framework)
 * @modified        2019-02-21
 */
/**
 * Variables
 *
 * @file            assets/sass/helpers/_variables.scss
 * @package         Teal Theme Base (Teal Framework)
 * @modified        2019-03-28
 */
/* Fonts */
/* Colors */
/* Breakpoints */
/* Sizes */
/* Logo Details */
/* Excerpt Gutter */
/**
 * Screen
 *
 * @file            assets/sass/_screen.scss
 * @package         Teal Framework
 * @modified        2019-07-17
 */
/**
 * Helpers - Variables
 *
 * @file            assets/sass/helpers/_variables.scss
 * @package         Teal Framework
 * @modified        2019-08-09
 */
/* Fonts */
/* Colors */
/* Breakpoints */
/* Sizes */
/* Logo Width */
/* Logo Ratio */
/* Logo Image */
/* Excerpt Gutter */
/**
 * Mixins
 *
 * @file            sass/_mixins.scss
 * @package         Garrett Gardner Common Code
 * @version         1.0
 * @modified        2018-11-08
 */
.mask, .logo span, .imagebg, .excerpts.image .excerpt .inner .image, .excerpts.thumb .excerpt .image, .block.gallery .items > .inner > .item > a, .block.carousel .controls a, .styles hr {
  text-align: left;
  text-indent: -999rem;
  overflow: hidden;
}

/**
 * Reset
 *
 * @file            sass/_reset.scss
 * @package         Garrett Gardner Common Code
 * @version         1.1
 * @modified        2019-05-29
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: 0;
  box-sizing: border-box;
}

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

*:focus {
  outline: 1px dotted gray;
}

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

body {
  font-family: sans-serif;
  background: white none;
  font-size: 100%;
  line-height: 1.25;
  color: black;
  -webkit-font-smoothing: antialiased;
}

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

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

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

[hidden],
template {
  display: none;
}

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

fieldset,
img,
a img {
  border: 0 none;
  outline: 0;
}

ol,
ul,
li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1.2;
}

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

blockquote,
q {
  quotes: none;
}

b,
strong {
  font-weight: bold;
}

dfn,
em {
  font-style: italic;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.5em;
}

small {
  font-size: 80%;
}

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

pre {
  overflow: auto;
}

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

a {
  background: transparent;
  color: inherit;
  text-decoration: none;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  border: 0 none;
  background: transparent none;
  outline: 0 none;
  box-sizing: border-box;
}

input {
  line-height: normal;
}

input[type=file],
input[type=password],
input[type=text],
textarea,
select,
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=range],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=week] {
  display: block;
  width: 100%;
  border: 1px solid black;
  outline: 0 none;
  padding: 0.25em 0.5em;
  vertical-align: middle;
  box-shadow: none;
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=range],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=week] {
  appearance: textfield;
}

textarea {
  height: 8em;
  resize: none;
  overflow: auto;
}

legend,
label,
fieldset {
  display: block;
  user-select: none;
}

input[type=button],
input[type=submit],
input[type=reset],
button {
  overflow: visible;
  appearance: none;
}

button,
select {
  text-transform: none;
}

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

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

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

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

::selection {
  background: black;
  color: white;
  text-shadow: none;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
  visibility: hidden;
}

/**
 * Embed Content
 *
 * @file            sass/_embed-content.scss
 * @package         Garrett Gardner Common Code
 * @version         1.1
 * @modified        2018-12-12
 */
.embedContent {
  height: auto;
  margin: 0 auto;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  max-width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.embedContent.quarter {
  padding-top: 25%;
}
.embedContent.third {
  padding-top: 33.3333%;
}
.embedContent.half {
  padding-top: 50%;
}
.embedContent.widescreen {
  padding-top: 56.25%;
}
.embedContent.fullscreen {
  padding-top: 75%;
}
.embedContent.square {
  padding-top: 100%;
}
.embedContent.portrait {
  padding-top: 177.7777%;
}
.embedContent.screen {
  padding-top: 100vh;
}
.embedContent iframe,
.embedContent object,
.embedContent embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/**
 * Grid
 *
 * @file            sass/_grid.scss
 * @package         Garrett Gardner Common Code
 * @modified        2020-04-18
 */
.grid {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.grid > .row {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  left: -16px;
  left: -1rem;
  position: relative;
  width: calc(100% + 32px);
  width: calc(100% + 2rem);
}
.grid > .row > .column {
  display: block;
  flex: 0 0 auto;
  padding: 0 16px;
  padding: 0rem 1rem;
  width: 100%;
}
.grid > .row > .column.valign-stretch {
  align-self: stretch;
}
.grid > .row > .column.valign-middle {
  align-self: center;
}
.grid > .row > .column.valign-top {
  align-self: flex-start;
}
.grid > .row > .column.valign-bottom {
  align-self: flex-end;
}
.grid > .row > .column.halign-left {
  text-align: left;
}
.grid > .row > .column.halign-center {
  text-align: center;
}
.grid > .row > .column.halign-right {
  text-align: right;
}
.grid > .row > .column.width-one {
  width: 8.3333%;
}
.grid > .row > .column.width-two {
  width: 16.6666%;
}
.grid > .row > .column.width-three {
  width: 25%;
}
.grid > .row > .column.width-four {
  width: 33.3333%;
}
.grid > .row > .column.width-five {
  width: 41.6666%;
}
.grid > .row > .column.width-six {
  width: 50%;
}
.grid > .row > .column.width-seven {
  width: 58.3333%;
}
.grid > .row > .column.width-eight {
  width: 66.6666%;
}
.grid > .row > .column.width-nine {
  width: 75%;
}
.grid > .row > .column.width-ten {
  width: 83.3333%;
}
.grid > .row > .column.width-eleven {
  width: 91.6666%;
}
.grid > .row > .column.width-twelve {
  width: 100%;
}
.grid > .row.direction-reverse {
  flex-direction: row-reverse;
}
.grid > .row.valign-stretch {
  align-items: stretch;
}
.grid > .row.valign-middle {
  align-items: center;
}
.grid > .row.valign-top {
  align-items: flex-start;
}
.grid > .row.valign-bottom {
  align-items: flex-end;
}
.grid > .row.gutter-none {
  left: 0;
  width: 100%;
}
.grid > .row.gutter-none > .column {
  padding-left: 0;
  padding-right: 0;
}
.grid > .row.gutter-sm {
  left: -8px;
  left: -0.5rem;
  width: calc(100% + 16px);
  width: calc(100% + 1rem);
}
.grid > .row.gutter-sm > .column {
  padding-left: 8px;
  padding-left: 0.5rem;
  padding-right: 8px;
  padding-right: 0.5rem;
}
.grid > .row.gutter-lg {
  left: -32px;
  left: -2rem;
  width: calc(100% + 64px);
  width: calc(100% + 4rem);
}
.grid > .row.gutter-lg > .column {
  padding-left: 32px;
  padding-left: 2rem;
  padding-right: 32px;
  padding-right: 2rem;
}
.grid > .row.gutter-xl {
  left: -48px;
  left: -3rem;
  width: calc(100% + 96px);
  width: calc(100% + 6rem);
}
.grid > .row.gutter-xl > .column {
  padding-left: 48px;
  padding-left: 3rem;
  padding-right: 48px;
  padding-right: 3rem;
}
.grid > .row.break-sm > .column {
  width: 100%;
}
@media only screen and (min-width: 36rem) {
  .grid > .row.direction-reverse-sm {
    flex-direction: row-reverse;
  }
  .grid > .row.valign-stretch-sm {
    align-items: stretch;
  }
  .grid > .row.valign-middle-sm {
    align-items: center;
  }
  .grid > .row.valign-top-sm {
    align-items: flex-start;
  }
  .grid > .row.valign-bottom-sm {
    align-items: flex-end;
  }
  .grid > .row.gutter-none-sm {
    left: 0;
    width: 100%;
  }
  .grid > .row.gutter-none-sm > .column {
    padding-left: 0;
    padding-right: 0;
  }
  .grid > .row.gutter-sm-sm {
    left: -8px;
    left: -0.5rem;
    width: calc(100% + 16px);
    width: calc(100% + 1rem);
  }
  .grid > .row.gutter-sm-sm > .column {
    padding-left: 8px;
    padding-left: 0.5rem;
    padding-right: 8px;
    padding-right: 0.5rem;
  }
  .grid > .row.gutter-lg-sm {
    left: -32px;
    left: -2rem;
    width: calc(100% + 64px);
    width: calc(100% + 4rem);
  }
  .grid > .row.gutter-lg-sm > .column {
    padding-left: 32px;
    padding-left: 2rem;
    padding-right: 32px;
    padding-right: 2rem;
  }
  .grid > .row.gutter-xl-sm {
    left: -48px;
    left: -3rem;
    width: calc(100% + 96px);
    width: calc(100% + 6rem);
  }
  .grid > .row.gutter-xl-sm > .column {
    padding-left: 48px;
    padding-left: 3rem;
    padding-right: 48px;
    padding-right: 3rem;
  }
  .grid > .row.break-sm > .column.valign-stretch {
    align-self: stretch;
  }
  .grid > .row.break-sm > .column.valign-middle {
    align-self: center;
  }
  .grid > .row.break-sm > .column.valign-top {
    align-self: flex-start;
  }
  .grid > .row.break-sm > .column.valign-bottom {
    align-self: flex-end;
  }
  .grid > .row.break-sm > .column.halign-left {
    text-align: left;
  }
  .grid > .row.break-sm > .column.halign-center {
    text-align: center;
  }
  .grid > .row.break-sm > .column.halign-right {
    text-align: right;
  }
  .grid > .row.break-sm > .column.width-one {
    width: 8.3333%;
  }
  .grid > .row.break-sm > .column.width-two {
    width: 16.6666%;
  }
  .grid > .row.break-sm > .column.width-three {
    width: 25%;
  }
  .grid > .row.break-sm > .column.width-four {
    width: 33.3333%;
  }
  .grid > .row.break-sm > .column.width-five {
    width: 41.6666%;
  }
  .grid > .row.break-sm > .column.width-six {
    width: 50%;
  }
  .grid > .row.break-sm > .column.width-seven {
    width: 58.3333%;
  }
  .grid > .row.break-sm > .column.width-eight {
    width: 66.6666%;
  }
  .grid > .row.break-sm > .column.width-nine {
    width: 75%;
  }
  .grid > .row.break-sm > .column.width-ten {
    width: 83.3333%;
  }
  .grid > .row.break-sm > .column.width-eleven {
    width: 91.6666%;
  }
  .grid > .row.break-sm > .column.width-twelve {
    width: 100%;
  }
  .grid > .row > .column.valign-stretch-sm {
    align-self: stretch;
  }
  .grid > .row > .column.valign-middle-sm {
    align-self: center;
  }
  .grid > .row > .column.valign-top-sm {
    align-self: flex-start;
  }
  .grid > .row > .column.valign-bottom-sm {
    align-self: flex-end;
  }
  .grid > .row > .column.halign-left-sm {
    text-align: left;
  }
  .grid > .row > .column.halign-center-sm {
    text-align: center;
  }
  .grid > .row > .column.halign-right-sm {
    text-align: right;
  }
  .grid > .row > .column.width-one-sm {
    width: 8.3333% !important;
  }
  .grid > .row > .column.width-two-sm {
    width: 16.6666% !important;
  }
  .grid > .row > .column.width-three-sm {
    width: 25% !important;
  }
  .grid > .row > .column.width-four-sm {
    width: 33.3333% !important;
  }
  .grid > .row > .column.width-five-sm {
    width: 41.6666% !important;
  }
  .grid > .row > .column.width-six-sm {
    width: 50% !important;
  }
  .grid > .row > .column.width-seven-sm {
    width: 58.3333% !important;
  }
  .grid > .row > .column.width-eight-sm {
    width: 66.6666% !important;
  }
  .grid > .row > .column.width-nine-sm {
    width: 75% !important;
  }
  .grid > .row > .column.width-ten-sm {
    width: 83.3333% !important;
  }
  .grid > .row > .column.width-eleven-sm {
    width: 91.6666% !important;
  }
  .grid > .row > .column.width-twelve-sm {
    width: 100% !important;
  }
}
.grid > .row.break-md > .column {
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .grid > .row.direction-reverse-md {
    flex-direction: row-reverse;
  }
  .grid > .row.valign-stretch-md {
    align-items: stretch;
  }
  .grid > .row.valign-middle-md {
    align-items: center;
  }
  .grid > .row.valign-top-md {
    align-items: flex-start;
  }
  .grid > .row.valign-bottom-md {
    align-items: flex-end;
  }
  .grid > .row.gutter-none-md {
    left: 0;
    width: 100%;
  }
  .grid > .row.gutter-none-md > .column {
    padding-left: 0;
    padding-right: 0;
  }
  .grid > .row.gutter-sm-md {
    left: -8px;
    left: -0.5rem;
    width: calc(100% + 16px);
    width: calc(100% + 1rem);
  }
  .grid > .row.gutter-sm-md > .column {
    padding-left: 8px;
    padding-left: 0.5rem;
    padding-right: 8px;
    padding-right: 0.5rem;
  }
  .grid > .row.gutter-lg-md {
    left: -32px;
    left: -2rem;
    width: calc(100% + 64px);
    width: calc(100% + 4rem);
  }
  .grid > .row.gutter-lg-md > .column {
    padding-left: 32px;
    padding-left: 2rem;
    padding-right: 32px;
    padding-right: 2rem;
  }
  .grid > .row.gutter-xl-md {
    left: -48px;
    left: -3rem;
    width: calc(100% + 96px);
    width: calc(100% + 6rem);
  }
  .grid > .row.gutter-xl-md > .column {
    padding-left: 48px;
    padding-left: 3rem;
    padding-right: 48px;
    padding-right: 3rem;
  }
  .grid > .row.break-md > .column.valign-stretch {
    align-self: stretch;
  }
  .grid > .row.break-md > .column.valign-middle {
    align-self: center;
  }
  .grid > .row.break-md > .column.valign-top {
    align-self: flex-start;
  }
  .grid > .row.break-md > .column.valign-bottom {
    align-self: flex-end;
  }
  .grid > .row.break-md > .column.halign-left {
    text-align: left;
  }
  .grid > .row.break-md > .column.halign-center {
    text-align: center;
  }
  .grid > .row.break-md > .column.halign-right {
    text-align: right;
  }
  .grid > .row.break-md > .column.width-one {
    width: 8.3333%;
  }
  .grid > .row.break-md > .column.width-two {
    width: 16.6666%;
  }
  .grid > .row.break-md > .column.width-three {
    width: 25%;
  }
  .grid > .row.break-md > .column.width-four {
    width: 33.3333%;
  }
  .grid > .row.break-md > .column.width-five {
    width: 41.6666%;
  }
  .grid > .row.break-md > .column.width-six {
    width: 50%;
  }
  .grid > .row.break-md > .column.width-seven {
    width: 58.3333%;
  }
  .grid > .row.break-md > .column.width-eight {
    width: 66.6666%;
  }
  .grid > .row.break-md > .column.width-nine {
    width: 75%;
  }
  .grid > .row.break-md > .column.width-ten {
    width: 83.3333%;
  }
  .grid > .row.break-md > .column.width-eleven {
    width: 91.6666%;
  }
  .grid > .row.break-md > .column.width-twelve {
    width: 100%;
  }
  .grid > .row > .column.valign-stretch-md {
    align-self: stretch;
  }
  .grid > .row > .column.valign-middle-md {
    align-self: center;
  }
  .grid > .row > .column.valign-top-md {
    align-self: flex-start;
  }
  .grid > .row > .column.valign-bottom-md {
    align-self: flex-end;
  }
  .grid > .row > .column.halign-left-md {
    text-align: left;
  }
  .grid > .row > .column.halign-center-md {
    text-align: center;
  }
  .grid > .row > .column.halign-right-md {
    text-align: right;
  }
  .grid > .row > .column.width-one-md {
    width: 8.3333% !important;
  }
  .grid > .row > .column.width-two-md {
    width: 16.6666% !important;
  }
  .grid > .row > .column.width-three-md {
    width: 25% !important;
  }
  .grid > .row > .column.width-four-md {
    width: 33.3333% !important;
  }
  .grid > .row > .column.width-five-md {
    width: 41.6666% !important;
  }
  .grid > .row > .column.width-six-md {
    width: 50% !important;
  }
  .grid > .row > .column.width-seven-md {
    width: 58.3333% !important;
  }
  .grid > .row > .column.width-eight-md {
    width: 66.6666% !important;
  }
  .grid > .row > .column.width-nine-md {
    width: 75% !important;
  }
  .grid > .row > .column.width-ten-md {
    width: 83.3333% !important;
  }
  .grid > .row > .column.width-eleven-md {
    width: 91.6666% !important;
  }
  .grid > .row > .column.width-twelve-md {
    width: 100% !important;
  }
}
.grid > .row.break-lg > .column {
  width: 100%;
}
@media only screen and (min-width: 62rem) {
  .grid > .row.direction-reverse-lg {
    flex-direction: row-reverse;
  }
  .grid > .row.valign-stretch-lg {
    align-items: stretch;
  }
  .grid > .row.valign-middle-lg {
    align-items: center;
  }
  .grid > .row.valign-top-lg {
    align-items: flex-start;
  }
  .grid > .row.valign-bottom-lg {
    align-items: flex-end;
  }
  .grid > .row.gutter-none-lg {
    left: 0;
    width: 100%;
  }
  .grid > .row.gutter-none-lg > .column {
    padding-left: 0;
    padding-right: 0;
  }
  .grid > .row.gutter-sm-lg {
    left: -8px;
    left: -0.5rem;
    width: calc(100% + 16px);
    width: calc(100% + 1rem);
  }
  .grid > .row.gutter-sm-lg > .column {
    padding-left: 8px;
    padding-left: 0.5rem;
    padding-right: 8px;
    padding-right: 0.5rem;
  }
  .grid > .row.gutter-lg-lg {
    left: -32px;
    left: -2rem;
    width: calc(100% + 64px);
    width: calc(100% + 4rem);
  }
  .grid > .row.gutter-lg-lg > .column {
    padding-left: 32px;
    padding-left: 2rem;
    padding-right: 32px;
    padding-right: 2rem;
  }
  .grid > .row.gutter-xl-lg {
    left: -48px;
    left: -3rem;
    width: calc(100% + 96px);
    width: calc(100% + 6rem);
  }
  .grid > .row.gutter-xl-lg > .column {
    padding-left: 48px;
    padding-left: 3rem;
    padding-right: 48px;
    padding-right: 3rem;
  }
  .grid > .row.break-lg > .column.valign-stretch {
    align-self: stretch;
  }
  .grid > .row.break-lg > .column.valign-middle {
    align-self: center;
  }
  .grid > .row.break-lg > .column.valign-top {
    align-self: flex-start;
  }
  .grid > .row.break-lg > .column.valign-bottom {
    align-self: flex-end;
  }
  .grid > .row.break-lg > .column.halign-left {
    text-align: left;
  }
  .grid > .row.break-lg > .column.halign-center {
    text-align: center;
  }
  .grid > .row.break-lg > .column.halign-right {
    text-align: right;
  }
  .grid > .row.break-lg > .column.width-one {
    width: 8.3333%;
  }
  .grid > .row.break-lg > .column.width-two {
    width: 16.6666%;
  }
  .grid > .row.break-lg > .column.width-three {
    width: 25%;
  }
  .grid > .row.break-lg > .column.width-four {
    width: 33.3333%;
  }
  .grid > .row.break-lg > .column.width-five {
    width: 41.6666%;
  }
  .grid > .row.break-lg > .column.width-six {
    width: 50%;
  }
  .grid > .row.break-lg > .column.width-seven {
    width: 58.3333%;
  }
  .grid > .row.break-lg > .column.width-eight {
    width: 66.6666%;
  }
  .grid > .row.break-lg > .column.width-nine {
    width: 75%;
  }
  .grid > .row.break-lg > .column.width-ten {
    width: 83.3333%;
  }
  .grid > .row.break-lg > .column.width-eleven {
    width: 91.6666%;
  }
  .grid > .row.break-lg > .column.width-twelve {
    width: 100%;
  }
  .grid > .row > .column.valign-stretch-lg {
    align-self: stretch;
  }
  .grid > .row > .column.valign-middle-lg {
    align-self: center;
  }
  .grid > .row > .column.valign-top-lg {
    align-self: flex-start;
  }
  .grid > .row > .column.valign-bottom-lg {
    align-self: flex-end;
  }
  .grid > .row > .column.halign-left-lg {
    text-align: left;
  }
  .grid > .row > .column.halign-center-lg {
    text-align: center;
  }
  .grid > .row > .column.halign-right-lg {
    text-align: right;
  }
  .grid > .row > .column.width-one-lg {
    width: 8.3333% !important;
  }
  .grid > .row > .column.width-two-lg {
    width: 16.6666% !important;
  }
  .grid > .row > .column.width-three-lg {
    width: 25% !important;
  }
  .grid > .row > .column.width-four-lg {
    width: 33.3333% !important;
  }
  .grid > .row > .column.width-five-lg {
    width: 41.6666% !important;
  }
  .grid > .row > .column.width-six-lg {
    width: 50% !important;
  }
  .grid > .row > .column.width-seven-lg {
    width: 58.3333% !important;
  }
  .grid > .row > .column.width-eight-lg {
    width: 66.6666% !important;
  }
  .grid > .row > .column.width-nine-lg {
    width: 75% !important;
  }
  .grid > .row > .column.width-ten-lg {
    width: 83.3333% !important;
  }
  .grid > .row > .column.width-eleven-lg {
    width: 91.6666% !important;
  }
  .grid > .row > .column.width-twelve-lg {
    width: 100% !important;
  }
}
.grid > .row.break-xl > .column {
  width: 100%;
}
@media only screen and (min-width: 75rem) {
  .grid > .row.direction-reverse-xl {
    flex-direction: row-reverse;
  }
  .grid > .row.valign-stretch-xl {
    align-items: stretch;
  }
  .grid > .row.valign-middle-xl {
    align-items: center;
  }
  .grid > .row.valign-top-xl {
    align-items: flex-start;
  }
  .grid > .row.valign-bottom-xl {
    align-items: flex-end;
  }
  .grid > .row.gutter-none-xl {
    left: 0;
    width: 100%;
  }
  .grid > .row.gutter-none-xl > .column {
    padding-left: 0;
    padding-right: 0;
  }
  .grid > .row.gutter-sm-xl {
    left: -8px;
    left: -0.5rem;
    width: calc(100% + 16px);
    width: calc(100% + 1rem);
  }
  .grid > .row.gutter-sm-xl > .column {
    padding-left: 8px;
    padding-left: 0.5rem;
    padding-right: 8px;
    padding-right: 0.5rem;
  }
  .grid > .row.gutter-lg-xl {
    left: -32px;
    left: -2rem;
    width: calc(100% + 64px);
    width: calc(100% + 4rem);
  }
  .grid > .row.gutter-lg-xl > .column {
    padding-left: 32px;
    padding-left: 2rem;
    padding-right: 32px;
    padding-right: 2rem;
  }
  .grid > .row.gutter-xl-xl {
    left: -48px;
    left: -3rem;
    width: calc(100% + 96px);
    width: calc(100% + 6rem);
  }
  .grid > .row.gutter-xl-xl > .column {
    padding-left: 48px;
    padding-left: 3rem;
    padding-right: 48px;
    padding-right: 3rem;
  }
  .grid > .row.break-xl > .column.valign-stretch {
    align-self: stretch;
  }
  .grid > .row.break-xl > .column.valign-middle {
    align-self: center;
  }
  .grid > .row.break-xl > .column.valign-top {
    align-self: flex-start;
  }
  .grid > .row.break-xl > .column.valign-bottom {
    align-self: flex-end;
  }
  .grid > .row.break-xl > .column.halign-left {
    text-align: left;
  }
  .grid > .row.break-xl > .column.halign-center {
    text-align: center;
  }
  .grid > .row.break-xl > .column.halign-right {
    text-align: right;
  }
  .grid > .row.break-xl > .column.width-one {
    width: 8.3333%;
  }
  .grid > .row.break-xl > .column.width-two {
    width: 16.6666%;
  }
  .grid > .row.break-xl > .column.width-three {
    width: 25%;
  }
  .grid > .row.break-xl > .column.width-four {
    width: 33.3333%;
  }
  .grid > .row.break-xl > .column.width-five {
    width: 41.6666%;
  }
  .grid > .row.break-xl > .column.width-six {
    width: 50%;
  }
  .grid > .row.break-xl > .column.width-seven {
    width: 58.3333%;
  }
  .grid > .row.break-xl > .column.width-eight {
    width: 66.6666%;
  }
  .grid > .row.break-xl > .column.width-nine {
    width: 75%;
  }
  .grid > .row.break-xl > .column.width-ten {
    width: 83.3333%;
  }
  .grid > .row.break-xl > .column.width-eleven {
    width: 91.6666%;
  }
  .grid > .row.break-xl > .column.width-twelve {
    width: 100%;
  }
  .grid > .row > .column.valign-stretch-xl {
    align-self: stretch;
  }
  .grid > .row > .column.valign-middle-xl {
    align-self: center;
  }
  .grid > .row > .column.valign-top-xl {
    align-self: flex-start;
  }
  .grid > .row > .column.valign-bottom-xl {
    align-self: flex-end;
  }
  .grid > .row > .column.halign-left-xl {
    text-align: left;
  }
  .grid > .row > .column.halign-center-xl {
    text-align: center;
  }
  .grid > .row > .column.halign-right-xl {
    text-align: right;
  }
  .grid > .row > .column.width-one-xl {
    width: 8.3333% !important;
  }
  .grid > .row > .column.width-two-xl {
    width: 16.6666% !important;
  }
  .grid > .row > .column.width-three-xl {
    width: 25% !important;
  }
  .grid > .row > .column.width-four-xl {
    width: 33.3333% !important;
  }
  .grid > .row > .column.width-five-xl {
    width: 41.6666% !important;
  }
  .grid > .row > .column.width-six-xl {
    width: 50% !important;
  }
  .grid > .row > .column.width-seven-xl {
    width: 58.3333% !important;
  }
  .grid > .row > .column.width-eight-xl {
    width: 66.6666% !important;
  }
  .grid > .row > .column.width-nine-xl {
    width: 75% !important;
  }
  .grid > .row > .column.width-ten-xl {
    width: 83.3333% !important;
  }
  .grid > .row > .column.width-eleven-xl {
    width: 91.6666% !important;
  }
  .grid > .row > .column.width-twelve-xl {
    width: 100% !important;
  }
}
.grid > .row.break-xx > .column {
  width: 100%;
}
@media only screen and (min-width: 100rem) {
  .grid > .row.direction-reverse-xx {
    flex-direction: row-reverse;
  }
  .grid > .row.valign-stretch-xx {
    align-items: stretch;
  }
  .grid > .row.valign-middle-xx {
    align-items: center;
  }
  .grid > .row.valign-top-xx {
    align-items: flex-start;
  }
  .grid > .row.valign-bottom-xx {
    align-items: flex-end;
  }
  .grid > .row.gutter-none-xx {
    left: 0;
    width: 100%;
  }
  .grid > .row.gutter-none-xx > .column {
    padding-left: 0;
    padding-right: 0;
  }
  .grid > .row.gutter-sm-xx {
    left: -8px;
    left: -0.5rem;
    width: calc(100% + 16px);
    width: calc(100% + 1rem);
  }
  .grid > .row.gutter-sm-xx > .column {
    padding-left: 8px;
    padding-left: 0.5rem;
    padding-right: 8px;
    padding-right: 0.5rem;
  }
  .grid > .row.gutter-lg-xx {
    left: -32px;
    left: -2rem;
    width: calc(100% + 64px);
    width: calc(100% + 4rem);
  }
  .grid > .row.gutter-lg-xx > .column {
    padding-left: 32px;
    padding-left: 2rem;
    padding-right: 32px;
    padding-right: 2rem;
  }
  .grid > .row.gutter-xl-xx {
    left: -48px;
    left: -3rem;
    width: calc(100% + 96px);
    width: calc(100% + 6rem);
  }
  .grid > .row.gutter-xl-xx > .column {
    padding-left: 48px;
    padding-left: 3rem;
    padding-right: 48px;
    padding-right: 3rem;
  }
  .grid > .row.break-xx > .column.valign-stretch {
    align-self: stretch;
  }
  .grid > .row.break-xx > .column.valign-middle {
    align-self: center;
  }
  .grid > .row.break-xx > .column.valign-top {
    align-self: flex-start;
  }
  .grid > .row.break-xx > .column.valign-bottom {
    align-self: flex-end;
  }
  .grid > .row.break-xx > .column.halign-left {
    text-align: left;
  }
  .grid > .row.break-xx > .column.halign-center {
    text-align: center;
  }
  .grid > .row.break-xx > .column.halign-right {
    text-align: right;
  }
  .grid > .row.break-xx > .column.width-one {
    width: 8.3333%;
  }
  .grid > .row.break-xx > .column.width-two {
    width: 16.6666%;
  }
  .grid > .row.break-xx > .column.width-three {
    width: 25%;
  }
  .grid > .row.break-xx > .column.width-four {
    width: 33.3333%;
  }
  .grid > .row.break-xx > .column.width-five {
    width: 41.6666%;
  }
  .grid > .row.break-xx > .column.width-six {
    width: 50%;
  }
  .grid > .row.break-xx > .column.width-seven {
    width: 58.3333%;
  }
  .grid > .row.break-xx > .column.width-eight {
    width: 66.6666%;
  }
  .grid > .row.break-xx > .column.width-nine {
    width: 75%;
  }
  .grid > .row.break-xx > .column.width-ten {
    width: 83.3333%;
  }
  .grid > .row.break-xx > .column.width-eleven {
    width: 91.6666%;
  }
  .grid > .row.break-xx > .column.width-twelve {
    width: 100%;
  }
  .grid > .row > .column.valign-stretch-xx {
    align-self: stretch;
  }
  .grid > .row > .column.valign-middle-xx {
    align-self: center;
  }
  .grid > .row > .column.valign-top-xx {
    align-self: flex-start;
  }
  .grid > .row > .column.valign-bottom-xx {
    align-self: flex-end;
  }
  .grid > .row > .column.halign-left-xx {
    text-align: left;
  }
  .grid > .row > .column.halign-center-xx {
    text-align: center;
  }
  .grid > .row > .column.halign-right-xx {
    text-align: right;
  }
  .grid > .row > .column.width-one-xx {
    width: 8.3333% !important;
  }
  .grid > .row > .column.width-two-xx {
    width: 16.6666% !important;
  }
  .grid > .row > .column.width-three-xx {
    width: 25% !important;
  }
  .grid > .row > .column.width-four-xx {
    width: 33.3333% !important;
  }
  .grid > .row > .column.width-five-xx {
    width: 41.6666% !important;
  }
  .grid > .row > .column.width-six-xx {
    width: 50% !important;
  }
  .grid > .row > .column.width-seven-xx {
    width: 58.3333% !important;
  }
  .grid > .row > .column.width-eight-xx {
    width: 66.6666% !important;
  }
  .grid > .row > .column.width-nine-xx {
    width: 75% !important;
  }
  .grid > .row > .column.width-ten-xx {
    width: 83.3333% !important;
  }
  .grid > .row > .column.width-eleven-xx {
    width: 91.6666% !important;
  }
  .grid > .row > .column.width-twelve-xx {
    width: 100% !important;
  }
}

/**
 * Screen Reader Text
 *
 * @file            sass/includes/_screen-reader-text.scss
 * @package         Garrett Gardner Common Code
 * @version         1.0
 * @modified        2018-11-08
 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #ffffff;
  border: 1px solid #707070;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
  clip: auto !important;
  color: #000000;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 8px;
  left: 0.5rem;
  top: 8px;
  top: 0.5rem;
  padding: 16px 24px;
  padding: 1rem 1.5rem;
  line-height: normal;
  text-decoration: none;
  width: auto;
  z-index: 100000;
}

/**
 * Styles - Default
 *
 * @file            assets/sass/styles/_default.scss
 * @package         Teal Framework
 * @modified        2019-03-29
 */
.styles {
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (min-width: 48rem) {
  .styles {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 62rem) {
  .styles {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 75rem) {
  .styles {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.styles p,
.styles h1,
.styles h2,
.styles h3,
.styles h4,
.styles h5,
.styles h6,
.styles li,
.styles div {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.styles pre,
.styles code {
  font-family: "Courier 10 Pitch", Courier, monospace;
}
.styles ul,
.styles ol {
  padding-left: 24px;
  padding-left: 1.5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.styles ul ul,
.styles ul ol,
.styles ol ul,
.styles ol ol {
  padding-left: 16px;
  padding-left: 1rem;
  margin-bottom: 0;
}
.styles li {
  list-style-position: outside;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.styles ul li {
  list-style-type: disc;
}
.styles ol li {
  list-style-type: decimal;
}
.styles blockquote {
  display: block;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 24px;
  padding-left: 1.5rem;
  border-left: 1px solid #707070;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.styles hr {
  height: 0;
  border: 0 none;
  border-top: 1px solid #707070;
  margin: 16px 0;
  margin: 1rem 0rem;
}
.styles img {
  display: block;
  height: auto;
  max-width: 100%;
  border-radius: 2px;
  border-radius: 0.125rem;
}
.styles .wp-caption,
.styles .wp-caption-dt {
  display: block;
  max-width: 100%;
  height: auto;
}
.styles .wp-caption .wp-caption-text,
.styles .wp-caption .wp-caption-dd,
.styles .wp-caption-dt .wp-caption-text,
.styles .wp-caption-dt .wp-caption-dd {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #707070;
  line-height: 1.5;
  border-bottom: 1px solid #707070;
  padding: 16px 0;
  padding: 1rem 0rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.styles img.aligncenter, .styles img.alignleft, .styles img.alignleft,
.styles .wp-caption.aligncenter,
.styles .wp-caption.alignleft,
.styles .wp-caption.alignleft {
  display: block;
  margin: 0 auto;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 48rem) {
  .styles img.alignleft,
.styles .wp-caption.alignleft {
    float: left;
    margin-right: 20px;
    margin-right: 1.25rem;
  }
}
@media only screen and (min-width: 48rem) {
  .styles img.alignright,
.styles .wp-caption.alignright {
    float: right;
    margin-left: 20px;
    margin-left: 1.25rem;
  }
}
.styles .textTitle {
  line-height: 1.25;
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 48rem) {
  .styles .textTitle {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media only screen and (min-width: 62rem) {
  .styles .textTitle {
    font-size: 64px;
    font-size: 4rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}
.styles .textHeaderXL {
  line-height: 1.25;
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 48rem) {
  .styles .textHeaderXL {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media only screen and (min-width: 62rem) {
  .styles .textHeaderXL {
    font-size: 56px;
    font-size: 3.5rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}
.styles .textHeaderLG {
  line-height: 1.25;
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 48rem) {
  .styles .textHeaderLG {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 62rem) {
  .styles .textHeaderLG {
    font-size: 48px;
    font-size: 3rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
}
.styles .textHeaderMD {
  line-height: 1.25;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 48rem) {
  .styles .textHeaderMD {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 62rem) {
  .styles .textHeaderMD {
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
}
.styles .textHeaderSM {
  line-height: 1.25;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 48rem) {
  .styles .textHeaderSM {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 62rem) {
  .styles .textHeaderSM {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.styles .textHeaderXS {
  line-height: 1.25;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 48rem) {
  .styles .textHeaderXS {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 62rem) {
  .styles .textHeaderXS {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.styles h1:first-child,
.styles h2:first-child,
.styles h3:first-child,
.styles h4:first-child,
.styles h5:first-child,
.styles h6:first-child,
.styles p:first-child,
.styles ul:first-child,
.styles ol:first-child,
.styles div:first-child,
.styles blockquote:first-child,
.styles .textTitle:first-child,
.styles .textHeaderXL:first-child,
.styles .textHeaderLG:first-child,
.styles .textHeaderMD:first-child,
.styles .textHeaderSM:first-child,
.styles .textHeaderXS:first-child {
  margin-top: 0;
}
.styles h1:last-child,
.styles h2:last-child,
.styles h3:last-child,
.styles h4:last-child,
.styles h5:last-child,
.styles h6:last-child,
.styles p:last-child,
.styles ul:last-child,
.styles ol:last-child,
.styles div:last-child,
.styles blockquote:last-child,
.styles .textTitle:last-child,
.styles .textHeaderXL:last-child,
.styles .textHeaderLG:last-child,
.styles .textHeaderMD:last-child,
.styles .textHeaderSM:last-child,
.styles .textHeaderXS:last-child {
  margin-bottom: 0;
}
body.contrastEnabled .styles {
  color: black !important;
}

/**
 * Block - Carousel
 *
 * @file            assets/sass/block/_carousel.scss
 * @package         Teal Framework
 * @modified        2019-05-30
 */
.block.carousel {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  background: #ffffff;
  overflow: hidden;
  z-index: 201;
}
.block.carousel.height-widescreen {
  padding-top: 56.25%;
}
.block.carousel.height-fullscreen {
  padding-top: 56.25%;
}
.block.carousel.height-half {
  padding-top: 50%;
}
.block.carousel.height-quarter {
  padding-top: 25%;
}
.block.carousel.height-third {
  padding-top: 33.3333%;
}
.block.carousel.height-screen {
  padding-top: 100vh;
}
@media only screen and (min-width: 62rem) {
  .block.carousel.height-desktop-widescreen {
    padding-top: 56.25%;
  }
  .block.carousel.height-desktop-fullscreen {
    padding-top: 56.25%;
  }
  .block.carousel.height-desktop-half {
    padding-top: 50%;
  }
  .block.carousel.height-desktop-quarter {
    padding-top: 25%;
  }
  .block.carousel.height-desktop-third {
    padding-top: 33.3333%;
  }
  .block.carousel.height-desktop-screen {
    padding-top: 100vh;
  }
}
.block.carousel .slides {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.block.carousel .slides .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease 1s;
  z-index: 203;
}
.block.carousel .slides .slide.current {
  opacity: 1;
  z-index: 204;
  transition: opacity 1s ease;
}
.block.carousel .slides .slide .content {
  position: relative;
  width: 100%;
}
body.contrastEnabled .block.carousel .slides .slide .content .styles > * {
  background: white !important;
  color: black !important;
}
.block.carousel .controls {
  position: absolute;
  bottom: 4px;
  bottom: 0.25rem;
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 211;
}
.block.carousel .controls a {
  display: block;
  flex: 0 0 auto;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  margin: 0 2px 4px;
  margin: 0rem 0.125rem 0.25rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background 0.25s ease;
}
.block.carousel .controls a:hover, .block.carousel .controls a:focus, .block.carousel .controls a.current {
  background-color: rgba(255, 255, 255, 0.9);
}
@media only screen and (min-width: 62rem) {
  .block.carousel .controls {
    bottom: 16px;
    bottom: 1rem;
  }
  .block.carousel .controls a {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    margin: 0 4px 8px;
    margin: 0rem 0.25rem 0.5rem;
  }
}

/**
 * Block - Comments
 *
 * @file            assets/sass/block/_comments.scss
 * @package         Teal Framework
 * @modified        2019-11-08
 */
.block.comments {
  background: #ffffff;
  padding: 32px 0;
  padding: 2rem 0rem;
}
@media only screen and (min-width: 62rem) {
  .block.comments {
    padding: 64px 0;
    padding: 4rem 0rem;
  }
}
@media only screen and (min-width: 62rem) {
  .block.comments .comments-nav {
    display: flex;
    justify-content: space-between;
  }
}
.block.comments .comments-nav .nav {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.block.comments .comments-wrapper .comment {
  border-bottom: 1px solid #000000;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
.block.comments .comments-wrapper .comment:first-child {
  margin-top: 0;
}
.block.comments .comments-wrapper .comment:last-child {
  border: 0 none;
}
.block.comments .comments-wrapper .comment .comment-author {
  align-items: center;
  display: flex;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}
@media only screen and (min-width: 62rem) {
  .block.comments .comments-wrapper .comment .comment-author {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.block.comments .comments-wrapper .comment .comment-author .avatar {
  margin: 4px 16px 4px 0;
  margin: 0.25rem 1rem 0.25rem 0rem;
}
.block.comments .comments-wrapper .comment .comment-author cite {
  font-style: normal;
}
.block.comments .comments-wrapper .comment .comment-author .says {
  display: none;
}
.block.comments .comments-wrapper .comment .comment-meta {
  clear: both;
  text-transform: uppercase;
}
.block.comments .comments-wrapper .comment .comment-reply-link {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
}
.block.comments .comments-wrapper .comment .comment {
  border-bottom: 0 none;
  margin-left: 32px;
  margin-left: 2rem;
  padding: 0;
}
@media only screen and (min-width: 62rem) {
  .block.comments .comments-wrapper .comment .comment {
    margin-left: 64px;
    margin-left: 4rem;
  }
}

/**
 * Block - Default
 *
 * @file            assets/sass/block/_default.scss
 * @package         Teal Framework
 * @modified        2019-02-17
 */
.block.default {
  background: #ffffff;
  padding: 32px 0;
  padding: 2rem 0rem;
}
@media only screen and (min-width: 62rem) {
  .block.default {
    padding: 64px 0;
    padding: 4rem 0rem;
  }
}

/**
 * Block - Embed
 *
 * @file            assets/sass/block/_embed.scss
 * @package         Teal Framework
 * @modified        2019-02-17
 */
.block.embed {
  position: relative;
}
.block.embed .embedContent {
  margin-bottom: 0;
}

/**
 * Block - Empty
 *
 * @file            assets/sass/block/_empty.scss
 * @package         Teal Framework
 * @modified        2019-03-08
 */
.block.empty {
  background: #ffffff;
  padding: 32px 0;
  padding: 2rem 0rem;
}
@media only screen and (min-width: 62rem) {
  .block.empty {
    padding: 64px 0;
    padding: 4rem 0rem;
  }
}

/**
 * Block - Gallery
 *
 * @file            assets/sass/block/_gallery.scss
 * @package         Teal Framework
 * @modified        2019-05-28
 */
.block.gallery {
  background: #ffffff;
}
.block.gallery .items {
  display: block;
  width: 100%;
}
.block.gallery .items > .inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  left: -8px;
  left: -0.5rem;
  padding: 8px 0;
  padding: 0.5rem 0rem;
  position: relative;
  width: calc(100% + 16px);
  width: calc(100% + 1rem);
}
.block.gallery .items > .inner > .item {
  display: block;
  flex: 0 0 auto;
  opacity: 1;
  padding: 8px;
  padding: 0.5rem;
  width: 100%;
}
@media only screen and (min-width: 36rem) {
  .block.gallery .items > .inner > .item {
    width: 50%;
  }
}
@media only screen and (min-width: 48rem) {
  .block.gallery .items > .inner > .item {
    width: 33.3333%;
  }
}
@media only screen and (min-width: 62rem) {
  .block.gallery .items > .inner > .item {
    width: 25%;
  }
}
.block.gallery .items > .inner > .item > a {
  background: #707070 none no-repeat center center;
  background-size: cover;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  transition: opacity 0.25s ease;
  width: 100%;
}
.block.gallery .items > .inner > .item > a:hover, .block.gallery .items > .inner > .item > a:focus {
  opacity: 0.8;
}
.block.gallery .items.gutter-none {
  padding: 0;
}
.block.gallery .items.gutter-none > .inner {
  left: 0;
  width: 100%;
}
.block.gallery .items.gutter-none > .inner > .item {
  padding: 0;
}
.block.gallery .items.gutter-sm {
  padding: 4px 0;
  padding: 0.25rem 0rem;
}
.block.gallery .items.gutter-sm > .inner {
  left: -4px;
  left: -0.25rem;
  width: calc(100% + 8px);
  width: calc(100% + 0.5rem);
}
.block.gallery .items.gutter-sm > .inner > .item {
  padding: 4px;
  padding: 0.25rem;
}
.block.gallery .items.gutter-lg {
  padding: 16px 0;
  padding: 1rem 0rem;
}
.block.gallery .items.gutter-lg > .inner {
  left: -16px;
  left: -1rem;
  width: calc(100% + 32px);
  width: calc(100% + 2rem);
}
.block.gallery .items.gutter-lg > .inner > .item {
  padding: 16px;
  padding: 1rem;
}
.block.gallery .items.gutter-xl {
  padding: 24px 0;
  padding: 1.5rem 0rem;
}
.block.gallery .items.gutter-xl > .inner {
  left: -24px;
  left: -1.5rem;
  width: calc(100% + 48px);
  width: calc(100% + 3rem);
}
.block.gallery .items.gutter-xl > .inner > .item {
  padding: 24px;
  padding: 1.5rem;
}

/**
 * Block - Grid
 *
 * @file            assets/sass/block/_grid.scss
 * @package         Teal Framework
 * @modified        2019-12-03
 */
.block.grid .grid > .row.padding-top-none {
  padding-top: 0;
}
.block.grid .grid > .row.padding-top-xs {
  padding-top: 4px;
  padding-top: 0.25rem;
}
@media only screen and (min-width: 62rem) {
  .block.grid .grid > .row.padding-top-xs {
    padding-top: 12px;
    padding-top: 0.75rem;
  }
}
@media only screen and (min-width: 75rem) {
  .block.grid .grid > .row.padding-top-xs {
    padding-top: 20px;
    padding-top: 1.25rem;
  }
}
.block.grid .grid > .row.padding-top-sm {
  padding-top: 8px;
  padding-top: 0.5rem;
}
@media only screen and (min-width: 62rem) {
  .block.grid .grid > .row.padding-top-sm {
    padding-top: 16px;
    padding-top: 1rem;
  }
}
@media only screen and (min-width: 75rem) {
  .block.grid .grid > .row.padding-top-sm {
    padding-top: 24px;
    padding-top: 1.5rem;
  }
}
.block.grid .grid > .row.padding-top-md {
  padding-top: 24px;
  padding-top: 1.5rem;
}
@media only screen and (min-width: 62rem) {
  .block.grid .grid > .row.padding-top-md {
    padding-top: 32px;
    padding-top: 2rem;
  }
}
@media only screen and (min-width: 75rem) {
  .block.grid .grid > .row.padding-top-md {
    padding-top: 40px;
    padding-top: 2.5rem;
  }
}
.block.grid .grid > .row.padding-top-lg {
  padding-top: 32px;
  padding-top: 2rem;
}
@media only screen and (min-width: 62rem) {
  .block.grid .grid > .row.padding-top-lg {
    padding-top: 64px;
    padding-top: 4rem;
  }
}
@media only screen and (min-width: 75rem) {
  .block.grid .grid > .row.padding-top-lg {
    padding-top: 72px;
    padding-top: 4.5rem;
  }
}
.block.grid .grid > .row.padding-top-xl {
  padding-top: 48px;
  padding-top: 3rem;
}
@media only screen and (min-width: 62rem) {
  .block.grid .grid > .row.padding-top-xl {
    padding-top: 108px;
    padding-top: 6.75rem;
  }
}
@media only screen and (min-width: 75rem) {
  .block.grid .grid > .row.padding-top-xl {
    padding-top: 172px;
    padding-top: 10.75rem;
  }
}
.block.grid .grid > .row.padding-top-xx {
  padding-top: 64px;
  padding-top: 4rem;
}
@media only screen and (min-width: 62rem) {
  .block.grid .grid > .row.padding-top-xx {
    padding-top: 172px;
    padding-top: 10.75rem;
  }
}
@media only screen and (min-width: 75rem) {
  .block.grid .grid > .row.padding-top-xx {
    padding-top: 248px;
    padding-top: 15.5rem;
  }
}
.block.grid .grid > .row.padding-bottom-none {
  padding-bottom: 0;
}
.block.grid .grid > .row.padding-top-xs {
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
}
@media only screen and (min-width: 62rem) {
  .block.grid .grid > .row.padding-top-xs {
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
  }
}
@media only screen and (min-width: 75rem) {
  .block.grid .grid > .row.padding-top-xs {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
}
.block.grid .grid > .row.padding-bottom-sm {
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
@media only screen and (min-width: 62rem) {
  .block.grid .grid > .row.padding-bottom-sm {
    padding-bottom: 16px;
    padding-bottom: 1rem;
  }
}
@media only screen and (min-width: 75rem) {
  .block.grid .grid > .row.padding-bottom-sm {
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
  }
}
.block.grid .grid > .row.padding-bottom-md {
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 62rem) {
  .block.grid .grid > .row.padding-bottom-md {
    padding-bottom: 32px;
    padding-bottom: 2rem;
  }
}
@media only screen and (min-width: 75rem) {
  .block.grid .grid > .row.padding-bottom-md {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
}
.block.grid .grid > .row.padding-bottom-lg {
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 62rem) {
  .block.grid .grid > .row.padding-bottom-lg {
    padding-bottom: 64px;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 75rem) {
  .block.grid .grid > .row.padding-bottom-lg {
    padding-bottom: 72px;
    padding-bottom: 4.5rem;
  }
}
.block.grid .grid > .row.padding-bottom-xl {
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 62rem) {
  .block.grid .grid > .row.padding-bottom-xl {
    padding-bottom: 108px;
    padding-bottom: 6.75rem;
  }
}
@media only screen and (min-width: 75rem) {
  .block.grid .grid > .row.padding-bottom-xl {
    padding-bottom: 172px;
    padding-bottom: 10.75rem;
  }
}
.block.grid .grid > .row.padding-top-xx {
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 62rem) {
  .block.grid .grid > .row.padding-top-xx {
    padding-bottom: 172px;
    padding-bottom: 10.75rem;
  }
}
@media only screen and (min-width: 75rem) {
  .block.grid .grid > .row.padding-top-xx {
    padding-bottom: 248px;
    padding-bottom: 15.5rem;
  }
}
.block.grid .grid > .row > .column {
  align-self: stretch;
  display: flex;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
.block.grid .grid > .row > .column > .content {
  align-self: stretch;
  background: transparent none no-repeat center center;
  background-size: cover;
  display: flex;
  flex: 0 0 auto;
  overflow: hidden;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 62rem) {
  .block.grid .grid > .row > .column > .content {
    padding-top: 32px;
    padding-top: 2rem;
    padding-bottom: 32px;
    padding-bottom: 2rem;
  }
}
@media only screen and (min-width: 75rem) {
  .block.grid .grid > .row > .column > .content {
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
}
.block.grid .grid > .row > .column > .content > .inner {
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  position: relative;
  width: 100%;
}
.block.grid .grid > .row > .column > .content > .inner.valign-middle {
  align-self: center;
}
.block.grid .grid > .row > .column > .content > .inner.valign-top {
  align-self: flex-start;
}
.block.grid .grid > .row > .column > .content > .inner.valign-bottom {
  align-self: flex-end;
}
.block.grid .grid > .row > .column > .content > .inner > .styles {
  display: block;
  width: 100%;
}
.block.grid .grid > .row > .column > .content.padding-top-none {
  padding-top: 0;
}
.block.grid .grid > .row > .column > .content.padding-top-xs {
  padding-top: 4px;
  padding-top: 0.25rem;
}
@media only screen and (min-width: 62rem) {
  .block.grid .grid > .row > .column > .content.padding-top-xs {
    padding-top: 12px;
    padding-top: 0.75rem;
  }
}
@media only screen and (min-width: 75rem) {
  .block.grid .grid > .row > .column > .content.padding-top-xs {
    padding-top: 20px;
    padding-top: 1.25rem;
  }
}
.block.grid .grid > .row > .column > .content.padding-top-sm {
  padding-top: 8px;
  padding-top: 0.5rem;
}
@media only screen and (min-width: 62rem) {
  .block.grid .grid > .row > .column > .content.padding-top-sm {
    padding-top: 16px;
    padding-top: 1rem;
  }
}
@media only screen and (min-width: 75rem) {
  .block.grid .grid > .row > .column > .content.padding-top-sm {
    padding-top: 24px;
    padding-top: 1.5rem;
  }
}
.block.grid .grid > .row > .column > .content.padding-top-md {
  padding-top: 24px;
  padding-top: 1.5rem;
}
@media only screen and (min-width: 62rem) {
  .block.grid .grid > .row > .column > .content.padding-top-md {
    padding-top: 32px;
    padding-top: 2rem;
  }
}
@media only screen and (min-width: 75rem) {
  .block.grid .grid > .row > .column > .content.padding-top-md {
    padding-top: 40px;
    padding-top: 2.5rem;
  }
}
.block.grid .grid > .row > .column > .content.padding-top-lg {
  padding-top: 32px;
  padding-top: 2rem;
}
@media only screen and (min-width: 62rem) {
  .block.grid .grid > .row > .column > .content.padding-top-lg {
    padding-top: 64px;
    padding-top: 4rem;
  }
}
@media only screen and (min-width: 75rem) {
  .block.grid .grid > .row > .column > .content.padding-top-lg {
    padding-top: 72px;
    padding-top: 4.5rem;
  }
}
.block.grid .grid > .row > .column > .content.padding-top-xl {
  padding-top: 48px;
  padding-top: 3rem;
}
@media only screen and (min-width: 62rem) {
  .block.grid .grid > .row > .column > .content.padding-top-xl {
    padding-top: 108px;
    padding-top: 6.75rem;
  }
}
@media only screen and (min-width: 75rem) {
  .block.grid .grid > .row > .column > .content.padding-top-xl {
    padding-top: 172px;
    padding-top: 10.75rem;
  }
}
.block.grid .grid > .row > .column > .content.padding-top-xx {
  padding-top: 64px;
  padding-top: 4rem;
}
@media only screen and (min-width: 62rem) {
  .block.grid .grid > .row > .column > .content.padding-top-xx {
    padding-top: 172px;
    padding-top: 10.75rem;
  }
}
@media only screen and (min-width: 75rem) {
  .block.grid .grid > .row > .column > .content.padding-top-xx {
    padding-top: 248px;
    padding-top: 15.5rem;
  }
}
.block.grid .grid > .row > .column > .content.padding-bottom-none {
  padding-bottom: 0;
}
.block.grid .grid > .row > .column > .content.padding-top-xs {
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
}
@media only screen and (min-width: 62rem) {
  .block.grid .grid > .row > .column > .content.padding-top-xs {
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
  }
}
@media only screen and (min-width: 75rem) {
  .block.grid .grid > .row > .column > .content.padding-top-xs {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
}
.block.grid .grid > .row > .column > .content.padding-bottom-sm {
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
@media only screen and (min-width: 62rem) {
  .block.grid .grid > .row > .column > .content.padding-bottom-sm {
    padding-bottom: 16px;
    padding-bottom: 1rem;
  }
}
@media only screen and (min-width: 75rem) {
  .block.grid .grid > .row > .column > .content.padding-bottom-sm {
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
  }
}
.block.grid .grid > .row > .column > .content.padding-bottom-md {
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 62rem) {
  .block.grid .grid > .row > .column > .content.padding-bottom-md {
    padding-bottom: 32px;
    padding-bottom: 2rem;
  }
}
@media only screen and (min-width: 75rem) {
  .block.grid .grid > .row > .column > .content.padding-bottom-md {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
}
.block.grid .grid > .row > .column > .content.padding-bottom-lg {
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 62rem) {
  .block.grid .grid > .row > .column > .content.padding-bottom-lg {
    padding-bottom: 64px;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 75rem) {
  .block.grid .grid > .row > .column > .content.padding-bottom-lg {
    padding-bottom: 72px;
    padding-bottom: 4.5rem;
  }
}
.block.grid .grid > .row > .column > .content.padding-bottom-xl {
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 62rem) {
  .block.grid .grid > .row > .column > .content.padding-bottom-xl {
    padding-bottom: 108px;
    padding-bottom: 6.75rem;
  }
}
@media only screen and (min-width: 75rem) {
  .block.grid .grid > .row > .column > .content.padding-bottom-xl {
    padding-bottom: 172px;
    padding-bottom: 10.75rem;
  }
}
.block.grid .grid > .row > .column > .content.padding-top-xx {
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 62rem) {
  .block.grid .grid > .row > .column > .content.padding-top-xx {
    padding-bottom: 172px;
    padding-bottom: 10.75rem;
  }
}
@media only screen and (min-width: 75rem) {
  .block.grid .grid > .row > .column > .content.padding-top-xx {
    padding-bottom: 248px;
    padding-bottom: 15.5rem;
  }
}
.block.grid .grid > .row.gutter-none > .column {
  padding-top: 0;
  padding-bottom: 0;
}
.block.grid .grid > .row.gutter-sm > .column {
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
.block.grid .grid > .row.gutter-lg > .column {
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
.block.grid .grid > .row.gutter-xl > .column {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}

/**
 * Block - Imagelinks
 *
 * @file            assets/sass/block/_imagelinks.scss
 * @package         Teal Framework
 * @modified        2019-03-30
 */
.block.imagelinks {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: 32px;
  padding: 2rem;
}
@media only screen and (min-width: 62rem) {
  .block.imagelinks {
    padding: 64px;
    padding: 4rem;
  }
}
.block.imagelinks .imagelink {
  display: block;
  flex: 0 0 auto;
  margin: 16px 8px;
  margin: 1rem 0.5rem;
}
@media only screen and (min-width: 62rem) {
  .block.imagelinks .imagelink {
    margin: 24px 16px;
    margin: 1.5rem 1rem;
  }
}
.block.imagelinks .imagelink img {
  display: block;
  width: 100%;
  height: auto;
}

/**
 * Block - Profiles
 *
 * @file            assets/sass/block/_profiles.scss
 * @package         Teal Framework
 * @modified        2019-03-06
 */
.block.profiles {
  background: #ffffff;
  padding: 16px 0;
  padding: 1rem 0rem;
}
@media only screen and (min-width: 62rem) {
  .block.profiles {
    padding: 32px 0;
    padding: 2rem 0rem;
  }
}
.block.profiles .profile .image {
  background-color: #707070;
}
.block.profiles .profilePopupContent {
  visibility: hidden;
  height: 0;
  width: 0;
  overflow: hidden;
}

/**
 * Layout - Body
 *
 * @file            assets/sass/layout/_body.scss
 * @package         Teal Framework
 * @modified        2019-03-25
 */
body {
  font-family: soleil, sans-serif;
}
body.menuOpen {
  height: 100%;
  overflow: hidden;
}

::selection {
  background: #000000;
  color: #ffffff;
}

a {
  transition: color 0.25s ease;
}

/**
 * Layout - Global
 *
 * @file            assets/sass/layout/_global.scss
 * @package         Teal Framework
 * @modified        2019-05-15
 */
.margin-xs {
  margin-bottom: 2px !important;
  margin-bottom: 0.125rem !important;
}
@media only screen and (min-width: 62rem) {
  .margin-xs {
    margin-bottom: 4px !important;
    margin-bottom: 0.25rem !important;
  }
}

.margin-sm {
  margin-bottom: 4px !important;
  margin-bottom: 0.25rem !important;
}
@media only screen and (min-width: 62rem) {
  .margin-sm {
    margin-bottom: 8px !important;
    margin-bottom: 0.5rem !important;
  }
}

.margin-md {
  margin-bottom: 12px !important;
  margin-bottom: 0.75rem !important;
}
@media only screen and (min-width: 62rem) {
  .margin-md {
    margin-bottom: 16px !important;
    margin-bottom: 1rem !important;
  }
}

.margin-lg {
  margin-bottom: 24px !important;
  margin-bottom: 1.5rem !important;
}
@media only screen and (min-width: 62rem) {
  .margin-lg {
    margin-bottom: 48px !important;
    margin-bottom: 3rem !important;
  }
}

.margin-xl {
  margin-bottom: 32px !important;
  margin-bottom: 2rem !important;
}
@media only screen and (min-width: 62rem) {
  .margin-xl {
    margin-bottom: 64px !important;
    margin-bottom: 4rem !important;
  }
}

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

.noDecoration {
  text-decoration: none !important;
}

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

.fontWeight-regular {
  font-weight: 400 !important;
}

.fontWeight-bold {
  font-weight: 700 !important;
}

.fontWeight-black {
  font-weight: 900 !important;
}

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

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

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

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

.text-color-dark {
  color: #000000;
}
body.contrastEnabled .text-color-dark {
  color: black !important;
}

.text-color-light {
  color: #ffffff;
}
body.contrastEnabled .text-color-light {
  color: black !important;
}

.background-none,
.background-image {
  background-color: transparent !important;
}
body.contrastEnabled .background-none .styles > *,
body.contrastEnabled .background-image .styles > * {
  background: white !important;
  color: black !important;
}

.font-primary {
  font-family: soleil, sans-serif !important;
}

.font-secondary {
  font-family: 'Playfair Display', serif !important;
}

.font-tertiary {
  font-family: serif !important;
}

.background-white {
  background-color: #ffffff !important;
}
body.contrastEnabled .background-white {
  background: white !important;
}

.textColor-white {
  color: #ffffff !important;
}

.background-black {
  background-color: #000000 !important;
}
body.contrastEnabled .background-black {
  background: white !important;
}

.textColor-black {
  color: #000000 !important;
}

.background-light {
  background-color: #ffffff !important;
}
body.contrastEnabled .background-light {
  background: white !important;
}

.textColor-light {
  color: #ffffff !important;
}

.background-dark {
  background-color: #000000 !important;
}
body.contrastEnabled .background-dark {
  background: white !important;
}

.textColor-dark {
  color: #000000 !important;
}

.background-gray-light {
  background-color: #e0e0e0 !important;
}
body.contrastEnabled .background-gray-light {
  background: white !important;
}

.textColor-gray-light {
  color: #e0e0e0 !important;
}

.background-gray {
  background-color: #707070 !important;
}
body.contrastEnabled .background-gray {
  background: white !important;
}

.textColor-gray {
  color: #707070 !important;
}

.background-gray-dark {
  background-color: #303030 !important;
}
body.contrastEnabled .background-gray-dark {
  background: white !important;
}

.textColor-gray-dark {
  color: #303030 !important;
}

.background-red {
  background-color: #A91F23 !important;
}
body.contrastEnabled .background-red {
  background: white !important;
}

.textColor-red {
  color: #A91F23 !important;
}

.background-red-highlight {
  background-color: #A91F23 !important;
}
body.contrastEnabled .background-red-highlight {
  background: white !important;
}

.textColor-red-highlight {
  color: #A91F23 !important;
}

.background-yellow {
  background-color: #EF9E20 !important;
}
body.contrastEnabled .background-yellow {
  background: white !important;
}

.textColor-yellow {
  color: #EF9E20 !important;
}

.background-yellow-highlight {
  background-color: #EF9E20 !important;
}
body.contrastEnabled .background-yellow-highlight {
  background: white !important;
}

.textColor-yellow-highlight {
  color: #EF9E20 !important;
}

.background-green {
  background-color: #7FB041 !important;
}
body.contrastEnabled .background-green {
  background: white !important;
}

.textColor-green {
  color: #7FB041 !important;
}

.background-green-highlight {
  background-color: #7FB041 !important;
}
body.contrastEnabled .background-green-highlight {
  background: white !important;
}

.textColor-green-highlight {
  color: #7FB041 !important;
}

.background-blue {
  background-color: #388AC9 !important;
}
body.contrastEnabled .background-blue {
  background: white !important;
}

.textColor-blue {
  color: #388AC9 !important;
}

.background-blue-highlight {
  background-color: #388AC9 !important;
}
body.contrastEnabled .background-blue-highlight {
  background: white !important;
}

.textColor-blue-highlight {
  color: #388AC9 !important;
}

.background-purple {
  background-color: #713E71 !important;
}
body.contrastEnabled .background-purple {
  background: white !important;
}

.textColor-purple {
  color: #713E71 !important;
}

.background-purple-highlight {
  background-color: #713E71 !important;
}
body.contrastEnabled .background-purple-highlight {
  background: white !important;
}

.textColor-purple-highlight {
  color: #713E71 !important;
}

@media only screen and (min-width: 36rem) {
  .break-hide-sm {
    display: none !important;
  }

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

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

  .break-sm-text-align-right {
    text-align: right !important;
  }
}
@media only screen and (min-width: 48rem) {
  .break-hide-md {
    display: none !important;
  }

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

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

  .break-md-text-align-right {
    text-align: right !important;
  }
}
@media only screen and (min-width: 62rem) {
  .break-hide-lg {
    display: none !important;
  }

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

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

  .break-lg-text-align-right {
    text-align: right !important;
  }
}
@media only screen and (min-width: 75rem) {
  .break-hide-xl {
    display: none !important;
  }

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

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

  .break-xl-text-align-right {
    text-align: right !important;
  }
}
@media only screen and (min-width: 100rem) {
  .break-hide-xx {
    display: none !important;
  }

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

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

  .break-xx-text-align-right {
    text-align: right !important;
  }
}
/**
 * Layout - Header
 *
 * @file            assets/sass/layout/_header.scss
 * @package         Teal Framework
 * @modified        2019-05-30
 */
#header {
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background: #ffffff;
  transition: box-shadow 0.25s ease;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.25);
  z-index: 801;
}
#header .alertbar {
  background: red;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  padding: 4px 16px;
  padding: 0.25rem 1rem;
}
@media only screen and (min-width: 75rem) {
  #header .alertbar {
    padding: 4px 32px;
    padding: 0.25rem 2rem;
  }
}
@media only screen and (min-width: 100rem) {
  #header .alertbar {
    padding: 4px 48px;
    padding: 0.25rem 3rem;
  }
}
#header .topbar {
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  justify-content: space-between;
  width: 100%;
  padding: 4px 16px;
  padding: 0.25rem 1rem;
}
@media only screen and (min-width: 62rem) {
  #header .topbar {
    display: flex;
  }
}
@media only screen and (min-width: 75rem) {
  #header .topbar {
    padding: 4px 32px;
    padding: 0.25rem 2rem;
  }
}
@media only screen and (min-width: 100rem) {
  #header .topbar {
    padding: 4px 48px;
    padding: 0.25rem 3rem;
  }
}
#header .topbar .headerText {
  font-size: 16px;
  font-size: 1rem;
  margin-right: 16px;
  margin-right: 1rem;
  white-space: nowrap;
}
#header .topbar .headerButtons .button, #header .topbar .headerButtons .pagination > a,
#header .topbar .headerButtons .pagination > span.current,
#header .topbar .headerButtons .pagination > span.ellipsis {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 2px 8px;
  padding: 0.125rem 0.5rem;
}
#header .topbar .socialButtons a {
  font-size: 20px;
  font-size: 1.25rem;
}
#header .topbar .contrastToggle {
  margin-left: 12px;
  margin-left: 0.75rem;
}
body.contrastEnabled #header .topbar {
  background: black !important;
  color: white !important;
}
body.contrastEnabled #header .topbar a {
  color: white !important;
}
#header .mainbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}
@media only screen and (min-width: 62rem) {
  #header .mainbar {
    justify-content: space-between;
    padding: 16px;
    padding: 1rem;
  }
}
@media only screen and (min-width: 75rem) {
  #header .mainbar {
    padding: 16px 32px;
    padding: 1rem 2rem;
  }
}
@media only screen and (min-width: 100rem) {
  #header .mainbar {
    padding: 16px 48px;
    padding: 1rem 3rem;
  }
}
#header .items {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
#header .navigation {
  display: none;
  position: relative;
}
@media only screen and (min-width: 62rem) {
  #header .navigation {
    display: flex;
  }
}
#header .navigation a {
  color: #000000;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  text-decoration: none;
  white-space: normal;
}
#header .navigation > ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
#header .navigation > ul li {
  display: block;
  position: relative;
}
#header .navigation > ul > li:hover > a, #header .navigation > ul > li:focus > a, #header .navigation > ul > li.current-menu-item > a, #header .navigation > ul > li.current-page-ancestor > a, #header .navigation > ul > li.current-menu-ancestor > a, .single-post #header .navigation > ul > li.menu-post > a, .category #header .navigation > ul > li.menu-post > a, .author #header .navigation > ul > li.menu-post > a {
  color: #707070;
}
#header .navigation > ul > li:hover > .sub-menu, #header .navigation > ul > li:focus > .sub-menu,
#header .navigation > ul > li > a:focus + .sub-menu {
  display: block;
}
#header .navigation > ul > li:focus-within .sub-menu {
  display: block;
}
#header .navigation > ul > li > .sub-menu {
  position: absolute;
  display: none;
  text-align: center;
  top: 100%;
  left: 50%;
  width: 180px;
  width: 11.25rem;
  margin-left: -90px;
  margin-left: -5.625rem;
  background: #ffffff;
  border: 1px solid #000000;
  padding: 16px 32px;
  padding: 1rem 2rem;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  z-index: 802;
}
#header .navigation > ul > li > .sub-menu li {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
#header .navigation > ul > li > .sub-menu li:last-child {
  margin-bottom: 0;
}
#header .navigation > ul > li > .sub-menu li:last-child > ul {
  padding-bottom: 0;
}
#header .navigation > ul > li > .sub-menu li a {
  font-size: 18px;
  font-size: 1.125rem;
}
#header .navigation > ul > li > .sub-menu li a:hover, #header .navigation > ul > li > .sub-menu li a:focus {
  color: #707070;
}
#header .navigation > ul > li > .sub-menu ul {
  border-top: 1px solid;
  margin-top: 8px;
  margin-top: 0.5rem;
  padding: 8px 0 16px;
  padding: 0.5rem 0rem 1rem;
}
#header .navigation > ul > li > .sub-menu ul li a {
  font-size: 16px;
  font-size: 1rem;
}
#header .navigation.main > ul > li {
  margin-left: 16px;
  margin-left: 1rem;
}
@media only screen and (min-width: 75rem) {
  #header .navigation.main > ul > li {
    margin-left: 32px;
    margin-left: 2rem;
  }
}
#header .navigation.main > ul > li > a {
  color: #000000;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 16px 0;
  padding: 1rem 0rem;
  text-transform: uppercase;
}
#header .navigation.main > ul > li:hover > a, #header .navigation.main > ul > li:focus > a, #header .navigation.main > ul > li.current-menu-item > a, #header .navigation.main > ul > li.current-page-ancestor > a, #header .navigation.main > ul > li.current-menu-ancestor > a, .single-post #header .navigation.main > ul > li.menu-post > a, .category #header .navigation.main > ul > li.menu-post > a, .author #header .navigation.main > ul > li.menu-post > a {
  color: #707070;
}
#header .navigation.top > ul {
  align-items: flex-start;
  margin-right: auto;
}
#header .navigation.top > ul > li {
  margin-right: 16px;
  margin-right: 1rem;
}
#header .navigation.top > ul > li > a {
  font-size: 16px;
  font-size: 1rem;
  padding: 4px 0;
  padding: 0.25rem 0rem;
}
#header .navigation.top > ul > li:hover > a, #header .navigation.top > ul > li:focus > a, #header .navigation.top > ul > li.current-menu-item > a, #header .navigation.top > ul > li.current-page-ancestor > a, #header .navigation.top > ul > li.current-menu-ancestor > a, .single-post #header .navigation.top > ul > li.menu-post > a, .category #header .navigation.top > ul > li.menu-post > a, .author #header .navigation.top > ul > li.menu-post > a {
  color: #e0e0e0;
}
#header .headerButtons {
  display: none;
}
@media only screen and (min-width: 62rem) {
  #header .headerButtons {
    display: flex;
    margin-left: 8px;
    margin-left: 0.5rem;
  }
}
#header .socialButtons {
  display: none;
}
@media only screen and (min-width: 62rem) {
  #header .socialButtons {
    display: flex;
    margin-left: 8px;
    margin-left: 0.5rem;
  }
}
#header.centered .mainbar {
  flex-wrap: wrap;
  padding-bottom: 0;
  padding-bottom: 0rem;
}
#header.centered .mainbar .items {
  justify-content: center;
  width: 100%;
}
#header.centered .logo {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
#header.centered .navigation > ul > li {
  margin: 0 8px;
  margin: 0rem 0.5rem;
}
@media only screen and (min-width: 75rem) {
  #header.centered .navigation > ul > li {
    margin: 0 16px;
    margin: 0rem 1rem;
  }
}
@media only screen and (min-width: 62rem) {
  #header.transparent {
    position: fixed;
    background: transparent;
    box-shadow: none;
    transition: background 0.5s ease;
  }
  body.scrolled #header.transparent {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  }
}
#header.transparent .navigation.main > ul > li > a {
  color: #ffffff;
}
#header.transparent .navigation.main > ul > li:hover > a, #header.transparent .navigation.main > ul > li:focus > a, #header.transparent .navigation.main > ul > li.current-menu-item > a, #header.transparent .navigation.main > ul > li.current-page-ancestor > a, #header.transparent .navigation.main > ul > li.current-menu-ancestor > a, .single-post #header.transparent .navigation.main > ul > li.menu-post > a, .category #header.transparent .navigation.main > ul > li.menu-post > a, .author #header.transparent .navigation.main > ul > li.menu-post > a {
  color: #ffffff;
}
#header.transparent .socialButtons a {
  color: #ffffff;
}

/**
 * Layout - Mask
 *
 * @file            assets/sass/layout/_mask.scss
 * @package         Teal Framework
 * @modified        2019-02-17
 */
#mask {
  position: fixed;
  right: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.25s ease;
  visibility: hidden;
  z-index: 801;
}
.popupOpen #mask, .menuOpen #mask {
  opacity: 1;
  visibility: visible;
}

/**
 * Layout - Menu
 *
 * @file            assets/sass/layout/_menu.scss
 * @package         Teal Framework
 * @modified        2019-05-10
 */
#menu {
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  height: 100%;
  outline: 0 none;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 16px;
  padding: 1rem;
  position: fixed;
  right: 0;
  top: 0;
  transform: translate3D(100%, 0, 0);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  width: 80%;
  z-index: 901;
}
@media only screen and (min-width: 48rem) {
  #menu {
    width: 60%;
  }
}
@media only screen and (min-width: 62rem) {
  #menu {
    display: none;
  }
}
body.menuOpen #menu {
  box-shadow: -8px 0 16px rgba(0, 0, 0, 0.15);
  transform: translate3D(0, 0, 0);
}
#menu .headerButtons .button, #menu .headerButtons .pagination > a,
#menu .headerButtons .pagination > span.current,
#menu .headerButtons .pagination > span.ellipsis {
  display: block;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
#menu .contrastToggle {
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 16px;
  top: 1rem;
}
#menu .socialButtons {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
#menu .socialButtons a {
  font-size: 20px;
  font-size: 1.25rem;
}
#menu nav a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
}
#menu nav li {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
#menu nav > ul > li {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
#menu nav > ul > li ul {
  padding: 8px 0 0 16px;
  padding: 0.5rem 0rem 0rem 1rem;
}
#menu nav > ul > li > a {
  text-transform: uppercase;
}
body.contrastEnabled #menu {
  background: black !important;
  color: white !important;
}
body.contrastEnabled #menu a {
  color: white !important;
}

/**
 * Layout - Menu Toggle
 *
 * @file            assets/sass/layout/_menu-toggle.scss
 * @package         Teal Framework
 * @modified        2019-03-25
 */
#menuToggle {
  display: block;
  color: #000000;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  padding-right: 16px;
  padding-right: 1rem;
  position: fixed;
  right: 0;
  text-decoration: none;
  text-shadow: 1px 1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, -1px -1px 0 #ffffff;
  top: 24px;
  top: 1.5rem;
  transform: translate3D(0, 0, 0);
  transition: color 0.25s ease, right 0.35s ease;
  z-index: 902;
}
#menuToggle:hover, #menuToggle:focus {
  color: #707070;
}
@media only screen and (min-width: 62rem) {
  #menuToggle {
    display: none;
  }
}
#menuToggle .open {
  display: inline-block;
}
.menuOpen #menuToggle .open {
  display: none;
}
#menuToggle .close {
  display: none;
}
.menuOpen #menuToggle .close {
  display: inline-block;
}
.menuOpen #menuToggle {
  right: 80%;
}
@media only screen and (min-width: 48rem) {
  .menuOpen #menuToggle {
    right: 60%;
  }
}

/**
 * Layout - Popup
 *
 * @file            assets/sass/layout/popup.scss
 * @package         Teal Framework
 * @modified        2019-03-25
 */
#popup {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 5%;
  width: 90%;
  padding-top: 96px;
  padding-top: 6rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  max-width: 100%;
  z-index: 801;
  transition: opacity 0.25s ease;
}
#popup .popupContent {
  background: #ffffff none;
  box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.5);
  padding: 32px;
  padding: 2rem;
}
#popup .popupClose {
  position: absolute;
  top: 86px;
  top: 5.375rem;
  right: -10px;
  right: -0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
  width: 24px;
  width: 1.5rem;
  text-align: center;
  line-height: 2;
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
  border-radius: 50%;
  transition: background 0.25s ease;
}
#popup .popupClose span {
  display: none;
}
#popup .popupClose i {
  display: inline-block;
  vertical-align: middle;
}
#popup .popupClose:hover, #popup .popupClose:focus {
  background: #707070;
}
@media only screen and (min-width: 62rem) {
  #popup {
    left: 50%;
    width: 840px;
    width: 52.5rem;
    margin-left: -420px;
    margin-left: -26.25rem;
  }
}
.popupOpen #popup {
  visibility: visible;
  opacity: 1;
}

/**
 * Components - Anchor
 *
 * @file            assets/sass/components/_anchor.scss
 * @package         Teal Framework
 * @modified        2020-01-16
 */
a.anchor {
  display: block;
  visibility: hidden;
  width: 1px;
  height: 1px;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
  position: absolute;
  top: -100px;
  top: -6.25rem;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  a.anchor {
    position: static !important;
  }
}
@supports (-ms-accelerator: true) {
  a.anchor {
    position: static !important;
  }
}
@supports (-ms-ime-align: auto) {
  a.anchor {
    position: static !important;
  }
}

/**
 * Components - Button
 *
 * @file            assets/sass/components/_button.scss
 * @package         Teal Framework
 * @modified        2019-11-08
 */
.button, .pagination > a,
.pagination > span.current,
.pagination > span.ellipsis,
.submit,
a.button,
button.button,
input[type=submit].button {
  background: none;
  border: 0 none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.25s ease, color 0.25s ease, border 0.25s ease;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
}
@media only screen and (min-width: 48rem) {
  .button, .pagination > a,
.pagination > span.current,
.pagination > span.ellipsis,
.submit,
a.button,
button.button,
input[type=submit].button {
    font-size: 16px;
    font-size: 1rem;
    padding: 6px 16px;
    padding: 0.375rem 1rem;
  }
}
@media only screen and (min-width: 62rem) {
  .button, .pagination > a,
.pagination > span.current,
.pagination > span.ellipsis,
.submit,
a.button,
button.button,
input[type=submit].button {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 8px 20px;
    padding: 0.5rem 1.25rem;
  }
}
.button.full, .pagination > a.full,
.pagination > span.full.current,
.pagination > span.full.ellipsis,
.submit.full,
a.button.full,
button.button.full,
input[type=submit].button.full {
  display: block;
}
.button.large, .pagination > a.large,
.pagination > span.large.current,
.pagination > span.large.ellipsis,
.submit.large,
a.button.large,
button.button.large,
input[type=submit].button.large {
  font-size: 32px;
  font-size: 2rem;
  padding: 16px 32px;
  padding: 1rem 2rem;
  font-size: 24px;
  font-size: 1.5rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
}
.button.large:hover, .pagination > a.large:hover,
.pagination > span.large.current:hover,
.pagination > span.large.ellipsis:hover, .button.large:focus, .pagination > a.large:focus,
.pagination > span.large.current:focus,
.pagination > span.large.ellipsis:focus,
.submit.large:hover,
.submit.large:focus,
a.button.large:hover,
a.button.large:focus,
button.button.large:hover,
button.button.large:focus,
input[type=submit].button.large:hover,
input[type=submit].button.large:focus {
  color: #ffffff;
}
@media only screen and (min-width: 48rem) {
  .button.large, .pagination > a.large,
.pagination > span.large.current,
.pagination > span.large.ellipsis,
.submit.large,
a.button.large,
button.button.large,
input[type=submit].button.large {
    font-size: 28px;
    font-size: 1.75rem;
    padding: 12px 24px;
    padding: 0.75rem 1.5rem;
  }
}
@media only screen and (min-width: 62rem) {
  .button.large, .pagination > a.large,
.pagination > span.large.current,
.pagination > span.large.ellipsis,
.submit.large,
a.button.large,
button.button.large,
input[type=submit].button.large {
    font-size: 32px;
    font-size: 2rem;
    padding: 16px 32px;
    padding: 1rem 2rem;
  }
}
.button:hover, .pagination > a:hover,
.pagination > span.current:hover,
.pagination > span.ellipsis:hover, .button:focus, .pagination > a:focus,
.pagination > span.current:focus,
.pagination > span.ellipsis:focus,
.submit:hover,
.submit:focus,
a.button:hover,
a.button:focus,
button.button:hover,
button.button:focus,
input[type=submit].button:hover,
input[type=submit].button:focus {
  color: #ffffff;
}
body.contrastEnabled .button, body.contrastEnabled .pagination > a,
body.contrastEnabled .pagination > span.current,
body.contrastEnabled .pagination > span.ellipsis,
body.contrastEnabled .submit,
body.contrastEnabled a.button,
body.contrastEnabled button.button,
body.contrastEnabled input[type=submit].button {
  background: black !important;
  color: white !important;
}

/**
 * Components - Container
 *
 * @file            assets/sass/components/_container.scss
 * @package         Teal Framework
 * @modified        2019-04-22
 */
.container {
  margin: 0 auto;
  padding: 0 16px;
  padding: 0rem 1rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 48rem) {
  .container {
    width: 728px;
  }
}
@media only screen and (min-width: 62rem) {
  .container {
    width: 952px;
  }
}
@media only screen and (min-width: 75rem) {
  .container {
    width: 1160px;
  }
}
@media only screen and (min-width: 100rem) {
  .container {
    width: 1400px;
  }
}
.container.fullpadded {
  width: auto;
}
.container.full {
  padding: 0;
  width: 100%;
}

/**
 * Components - Contrast Toggle
 *
 * @file            assets/sass/components/_contrast-toggle.scss
 * @package         Teal Framework
 * @modified        2019-02-17
 */
.contrastToggle {
  display: block;
  position: relative;
  color: #000000;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  text-align: center;
  z-index: 901;
}
.contrastToggle .svg-icon {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
}
.contrastToggle .svg-icon .svg-element {
  transition: fill 0.25s ease;
}
.contrastToggle .svg-icon .svg-element-background {
  fill: #ffffff;
}
.contrastToggle .svg-icon .svg-element-center {
  fill: #000000;
}
.contrastToggle .svg-icon .svg-element-outside {
  fill: #ffffff;
}
body.contrastEnabled .contrastToggle .svg-icon .svg-element-outside {
  fill: #000000;
}
.contrastToggle > .text {
  visibility: hidden;
  position: absolute;
  background: #000000;
  color: #ffffff;
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
  line-height: 1.25;
  font-size: 14px;
  font-size: 0.875rem;
  right: 0;
  white-space: nowrap;
  top: 100%;
  margin-top: 4px;
  margin-top: 0.25rem;
  border-radius: 6px;
  border-radius: 0.375rem;
}
.contrastToggle > .text > .label.enable {
  display: inline-block;
}
.contrastToggle > .text > .label.disable {
  display: none;
}
body.contrastEnabled .contrastToggle > .text > .label.enable {
  display: none;
}
body.contrastEnabled .contrastToggle > .text > .label.disable {
  display: inline-block;
}
.contrastToggle > .text:before {
  border-bottom: 1px solid #000000;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom-width: 4px;
  border-bottom-width: 0.25rem;
  border-left-width: 4px;
  border-left-width: 0.25rem;
  border-right-width: 4px;
  border-right-width: 0.25rem;
  content: "";
  height: 0;
  right: 12px;
  right: 0.75rem;
  margin-top: -4px;
  margin-top: -0.25rem;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 902;
}
.contrastToggle:hover .text, .contrastToggle:focus .text {
  visibility: visible;
}

/**
 * Components - Excerpts
 *
 * @file            assets/sass/components/_excerpts.scss
 * @package         Teal Framework
 * @modified        2019-08-09
 */
.excerpts {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.excerpts.valign-left {
  justify-content: flex-start;
}
.excerpts.valign-right {
  justify-content: flex-end;
}
.excerpts .excerpt {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 36rem) {
  .excerpts .excerpt {
    width: 50%;
  }
}
@media only screen and (min-width: 62rem) {
  .excerpts .excerpt {
    width: 25%;
  }
}
.excerpts.default .excerpt, .excerpts.thumb .excerpt {
  padding-right: 16px;
  padding-right: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 48rem) {
  .excerpts.default .excerpt, .excerpts.thumb .excerpt {
    padding-right: 32px;
    padding-right: 2rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 62rem) {
  .excerpts.default .excerpt, .excerpts.thumb .excerpt {
    padding-right: 48px;
    padding-right: 3rem;
    margin-bottom: 48px;
    margin-bottom: 3rem;
  }
}
.excerpts.thumb .excerpt {
  text-align: center;
}
.excerpts.thumb .excerpt .image {
  background: #707070 none no-repeat center center;
  background-size: cover;
  display: block;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  height: 0;
  padding-top: 60%;
}
.excerpts.thumb .excerpt .image img {
  display: inline;
}
.excerpts.image {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 62rem) {
  .excerpts.image {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}
.excerpts.image .excerpt {
  color: #ffffff;
}
.excerpts.image .excerpt .inner {
  position: relative;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
}
.excerpts.image .excerpt .inner .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #707070 no-repeat center center;
  background-size: cover;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.excerpts.image .excerpt .inner .image img {
  display: inline;
}
.excerpts.image .excerpt .inner .content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 16px;
  padding: 1rem;
  width: 100%;
  height: 100%;
}
.excerpts.image .excerpt .inner .content .info {
  text-align: center;
}
.excerpts.image .excerpt:hover, .excerpts.image .excerpt:focus {
  color: #e0e0e0;
}
.excerpts.image .excerpt:hover .image, .excerpts.image .excerpt:focus .image {
  opacity: 0.6;
}

/**
 * Components - Gform
 *
 * @file            assets/sass/components/_gform.scss
 * @package         Teal Framework
 * @modified        2019-02-17
 */
.gform_wrapper ul {
  list-style: outside none none !important;
  padding-left: 0 !important;
}
.gform_wrapper li {
  list-style-type: none !important;
  margin-bottom: 16px !important;
  margin-bottom: 1rem !important;
}
.gform_wrapper form {
  margin-bottom: 0;
}
.gform_wrapper .gfield.hidden_label label {
  visibility: hidden;
}
.gform_wrapper .gfield_label {
  font-weight: 700;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}
.gform_wrapper .ginput_container {
  margin-top: 0 !important;
}
.gform_wrapper span.name_suffix {
  padding-top: 2px;
}
.gform_wrapper .gfield_required {
  color: red;
}
.gform_wrapper .gfield_description {
  font-weight: 300;
}
.gform_wrapper .textarea {
  height: 275px;
  height: 17.1875rem;
}
.gform_wrapper .gform_footer {
  text-align: right;
}
.gform_wrapper .validation_message,
.gform_wrapper .validation_error {
  color: red;
}
.gform_wrapper .gfield_radio {
  font-size: 0;
}
.gform_wrapper .gfield_radio > li {
  display: inline-block;
  vertical-align: top;
  width: 30.33333%;
  margin-right: 3%;
}
@media only screen and (min-width: 48rem) {
  .gform_wrapper .gfield_radio > li {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.gform_wrapper .gfield_radio input[type=radio],
.gform_wrapper .gfield_checkbox input[type=checkbox] {
  display: inline;
  vertical-align: middle;
  margin: 0;
  margin-right: 4px;
  margin-right: 0.25rem;
}
.gform_wrapper .gfield_radio input[type=radio] + label,
.gform_wrapper .gfield_checkbox input[type=checkbox] + label {
  display: inline;
  vertical-align: middle;
}

/**
 * Components - Header Buttons
 *
 * @file            assets/sass/components/_header-buttons.scss
 * @package         Teal Framework
 * @modified        2019-02-17
 */
.headerButtons {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.headerButtons .button, .headerButtons .pagination > a,
.headerButtons .pagination > span.current,
.headerButtons .pagination > span.ellipsis {
  margin: 0 8px;
  margin: 0rem 0.5rem;
}
.headerButtons.align-left {
  justify-content: flex-start;
}
.headerButtons.align-left .button, .headerButtons.align-left .pagination > a,
.headerButtons.align-left .pagination > span.current,
.headerButtons.align-left .pagination > span.ellipsis {
  margin: 0 16px 0 0;
  margin: 0rem 1rem 0rem 0rem;
}
.headerButtons.align-right {
  justify-content: flex-end;
}
.headerButtons.align-right .button, .headerButtons.align-right .pagination > a,
.headerButtons.align-right .pagination > span.current,
.headerButtons.align-right .pagination > span.ellipsis {
  margin: 0 0 0 16px;
  margin: 0rem 0rem 0rem 1rem;
}

/**
 * Components - Imagebg
 *
 * @file            assets/sass/components/_imagebg.scss
 * @package         Teal Framework
 * @modified        2019-03-08
 */
.imagebg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent none no-repeat center center;
  background-size: cover;
}
.imagebg.image-stretch-cover {
  background-size: cover;
}
.imagebg.image-stretch-contain {
  background-size: contain;
}
.imagebg.image-position-lefttop {
  background-position: left top;
}
.imagebg.image-position-leftcenter {
  background-position: left center;
}
.imagebg.image-position-leftbottom {
  background-position: left bottom;
}
.imagebg.image-position-centertop {
  background-position: center top;
}
.imagebg.image-position-centercenter {
  background-position: center center;
}
.imagebg.image-position-centerbottom {
  background-position: center bottom;
}
.imagebg.image-position-righttop {
  background-position: right top;
}
.imagebg.image-position-rightcenter {
  background-position: right center;
}
.imagebg.image-position-rightbottom {
  background-position: right bottom;
}
.parallax-enabled > .imagebg {
  height: 200%;
  top: -100%;
}
.imagebg > img {
  display: inline !important;
}

/**
 * Components - Inputs
 *
 * @file            assets/sass/components/_inputs.scss
 * @package         Teal Framework
 * @modified        2019-05-29
 */
input[type=file],
input[type=password],
input[type=text],
textarea,
select,
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=range],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=week] {
  background-color: #ffffff;
  border: 1px solid #707070;
  display: block;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  transition: border 0.25s ease;
}
input[type=file]:focus,
input[type=password]:focus,
input[type=text]:focus,
textarea:focus,
select:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus {
  border-color: #000000;
}

label {
  font-weight: 700;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}

/**
 * Components - Logo
 *
 * @file            assets/sass/components/_logo.scss
 * @package         Teal Framework
 * @modified        2019-02-17
 */
.logo {
  display: block;
  flex: 0 0 auto;
  max-width: 100%;
  width: 160px;
  width: 10rem;
}
.logo span {
  display: block;
  background: transparent url("../images/lgbtq-logo.svg") no-repeat center center;
  background-size: contain;
  height: 0;
  padding-top: 43.7%;
}

/**
 * Components - Mask
 *
 * @file            assets/sass/components/_mask.scss
 * @package         Teal Framework
 * @modified        2019-02-17
 */
.mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-overflow-scrolling: touch;
}
.mask.mask-disabled {
  background: transparent;
}
.mask.mask-dark {
  background: rgba(0, 0, 0, 0.6);
}
.mask.mask-light {
  background: rgba(255, 255, 255, 0.6);
}

/**
 * Components - Pagination
 *
 * @file            assets/sass/components/_pagination.scss
 * @package         Teal Framework
 * @modified        2019-02-17
 */
.pagination {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
}
.pagination > a,
.pagination > span.current,
.pagination > span.ellipsis {
  margin: 0 4px;
  margin: 0rem 0.25rem;
}
.pagination > span.current {
  background: #000000;
  color: #ffffff;
}
.pagination > span.ellipsis {
  background: transparent !important;
  color: #000000;
}
.pagination > span.ellipsis:hover, .pagination > span.ellipsis:focus {
  color: #000000;
}

/**
 * Components - Social Buttons
 *
 * @file            assets/sass/components/_social-buttons.scss
 * @package         Teal Framework
 * @modified        2019-04-04
 */
.socialButtons {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.socialButtons a {
  display: block;
  flex: 0 0 auto;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 6px;
  margin: 0rem 0.375rem;
}
.socialButtons a i {
  display: block;
}
.socialButtons a:hover, .socialButtons a:focus {
  color: #707070;
}
.socialButtons.align-left {
  justify-content: flex-start;
}
.socialButtons.align-left a {
  margin: 0 12px 0 0;
  margin: 0rem 0.75rem 0rem 0rem;
}
.socialButtons.align-right {
  justify-content: flex-end;
}
.socialButtons.align-right a {
  margin: 0 0 0 12px;
  margin: 0rem 0rem 0rem 0.75rem;
}

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