@charset "UTF-8";
/*!
Theme Name: TRI-CAP 2019
Theme URI: http://redelephantdigital.com/
Author: Jason Toomey, Heather Ostertag
Author URI: http://redelephantdigital.com/
Description: A responsive theme built for TRI-CAP.
Version: 1.0.0
Tags: custom-menu, editor-style, theme-options, fluid-layout, responsive-layout
*/
/*
===========================================================
 Normalize, Page Layout, Grid, and Default Styles
===========================================================
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.site-content {
  position: relative;
}

.content-area:before, .content-area:after {
  content: "";
  display: table;
}

.content-area:after {
  clear: both;
}

@media (min-width: 1025px) {
  .content-area.content-center {
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
  }
  .content-area.content-left .main-content {
    width: 100%;
    padding-right: 360px;
    float: left;
  }
  .content-area.content-left .main-sidebar {
    width: 300px;
    margin-left: -300px;
    float: right;
  }
  .content-area.content-left .alignfull {
    position: relative;
    left: 180px;
    right: 180px;
  }
  .content-area.content-right .main-content {
    width: 100%;
    padding-left: 360px;
    float: right;
  }
  .content-area.content-right .main-sidebar {
    width: 300px;
    margin-right: -300px;
    float: left;
  }
  .content-area.content-right .alignfull {
    position: relative;
    left: -180px;
    right: -180px;
  }
}
.container-fixed {
  position: relative;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  width: 1230px;
  max-width: 100%;
}
@media (max-width: 1440px) {
  .container-fixed {
    width: 1230px;
  }
}
@media (max-width: 1280px) {
  .container-fixed {
    width: 1110px;
  }
}
@media (max-width: 1160px) {
  .container-fixed {
    width: 990px;
  }
}
@media (max-width: 1024px) {
  .container-fixed {
    width: 930px;
  }
}
@media (max-width: 960px) {
  .container-fixed {
    width: 750px;
  }
}
@media (max-width: 768px) {
  .container-fixed {
    width: 630px;
  }
}
@media (max-width: 640px) {
  .container-fixed {
    width: 510px;
  }
}
@media (max-width: 520px) {
  .container-fixed {
    width: 510px;
  }
}
@media (max-width: 400px) {
  .container-fixed {
    width: auto;
  }
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block,
.visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 520px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 521px) and (max-width: 768px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

.visible-print-inline {
  display: none !important;
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
  .visible-print-block {
    display: block !important;
  }
  .visible-print-inline {
    display: inline !important;
  }
  .visible-print-inline-block {
    display: inline-block !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
}

.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

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

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

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

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

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

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 521px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 769px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1025px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

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

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

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

.table-row {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.table-row .column {
  display: table-cell;
  vertical-align: top;
  float: none;
}

.row-padded {
  margin-left: -15px;
  margin-right: -15px;
}
.row-padded .column {
  padding: 15px;
}

.table-row.row-padded {
  width: calc(100% + 2 * 15px);
}

@media (max-width: 520px) {
  .table-row-xs {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .table-row-xs .column {
    display: table-cell;
    vertical-align: top;
    float: none;
  }
  .table-row-xs.row-padded {
    width: calc(100% + 2 * 15px);
  }
}
@media (min-width: 521px) and (max-width: 768px) {
  .table-row-sm {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .table-row-sm .column {
    display: table-cell;
    vertical-align: top;
    float: none;
  }
  .table-row-sm.row-padded {
    width: calc(100% + 2 * 15px);
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .table-row-md {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .table-row-md .column {
    display: table-cell;
    vertical-align: top;
    float: none;
  }
  .table-row-md.row-padded {
    width: calc(100% + 2 * 15px);
  }
}
@media (min-width: 1025px) {
  .table-row-lg {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .table-row-lg .column {
    display: table-cell;
    vertical-align: top;
    float: none;
  }
  .table-row-lg.row-padded {
    width: calc(100% + 2 * 15px);
  }
}
html {
  box-sizing: border-box;
}

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

html {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

body {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #303030;
  background-color: #fff;
}

a {
  color: #81409c;
}
a:focus, a:hover {
  color: #b17ac8;
  text-decoration: none;
}

h1, .h1 {
  margin-top: 0.4444444444em;
  margin-bottom: 0.4444444444em;
  font-family: "Poppins", "Arial", sans-serif;
  font-weight: 500;
  font-size: 2.25em;
  line-height: 1.25;
  color: #81409c;
}

h2, .h2 {
  margin-top: 1.1428571429em;
  margin-bottom: 0.5714285714em;
  font-family: "Poppins", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.75em;
  line-height: 1.25;
  color: #4fad26;
}

h3, .h3 {
  margin-top: 1.3333333333em;
  margin-bottom: 0.6666666667em;
  font-family: "Poppins", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.25;
  color: #f57300;
}

h4, .h4 {
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  font-family: "Poppins", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.25;
  color: #81409c;
}

h5, .h5 {
  margin-top: 1.7777777778em;
  margin-bottom: 0.8888888889em;
  font-family: "Poppins", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 1.25;
  color: #4fad26;
}

h6, .h6 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-family: "Poppins", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.25;
  color: #f57300;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}

.page-title {
  margin-top: 0.4444444444em;
  margin-bottom: 0.4444444444em;
  font-family: "Poppins", "Arial", sans-serif;
  font-weight: 700;
  font-size: 2.25em;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: #000;
}

.page-subtitle {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  font-family: "Poppins", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: #000;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

blockquote {
  padding: 1rem 2rem;
  margin: 1.5em 0;
  background: #f0f0f0;
}
blockquote cite {
  display: block;
  margin-top: 1em;
}
blockquote cite:before {
  content: "— ";
}

pre {
  margin: 1em 0;
}

ol, ul {
  padding: 0 0 0 1em;
  margin: 1em 0;
}

ul {
  list-style-type: disc;
}

ul ul {
  list-style-type: circle;
  margin: 0;
}

ul ul ul {
  list-style-type: square;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style-type: lower-alpha;
  margin: 0;
}

ol ol ol {
  list-style-type: lower-roman;
}

ol ul, ul ol {
  margin: 0;
}

dl {
  margin: 1em 0;
}

table {
  margin: 1.5em 0;
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  padding: 8px 12px;
  border: 1px solid #ccc;
  text-align: inherit;
}

hr {
  display: block;
  border: 0;
  border-bottom: 1px solid #767676;
  margin: 2em auto;
  clear: both;
}

q {
  font-style: italic;
}

figure {
  margin: 1.5em 0;
}

.wp-block-button .wp-block-button__link, .has-button-styles button,
.has-button-styles input[type=button],
.has-button-styles input[type=reset],
.has-button-styles input[type=submit], .button {
  display: inline-block;
  padding: 0.625rem 1.75rem;
  border: 0.125rem solid;
  text-align: center;
  cursor: pointer;
  font-family: "Poppins", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.25;
  text-decoration: none;
  color: inherit;
  background: none;
  border-color: currentColor;
  border-radius: 0.25rem;
  transition: 0.3s ease-out;
}

.button-small {
  padding: 0.5rem 1.5rem;
}

.button-no-border {
  padding: 0.75rem 1.875rem;
  border: 0;
}

.wp-block-button .wp-block-button__link, .has-button-styles button,
.has-button-styles input[type=button],
.has-button-styles input[type=reset],
.has-button-styles input[type=submit], .button-primary {
  color: #fff;
  background: #81409c;
  border-color: #81409c;
}
.wp-block-button .wp-block-button__link:focus, .has-button-styles button:focus,
.has-button-styles input[type=button]:focus,
.has-button-styles input[type=reset]:focus,
.has-button-styles input[type=submit]:focus, .button-primary:focus, .wp-block-button .wp-block-button__link:hover, .has-button-styles button:hover,
.has-button-styles input[type=button]:hover,
.has-button-styles input[type=reset]:hover,
.has-button-styles input[type=submit]:hover, .button-primary:hover {
  color: #fff;
  background: #b17ac8;
  border-color: #b17ac8;
}

.button-primary-outline {
  color: #81409c;
  background: #fff;
  border-color: currentColor;
}
.button-primary-outline:focus, .button-primary-outline:hover {
  color: #fff;
  background: #b17ac8;
  border-color: #b17ac8;
}

input[type=text], input[type=password],
input[type=email], input[type=url],
input[type=number], input[type=search],
textarea, select {
  width: 24em;
  max-width: 100%;
  padding: 0.5em;
  margin: 0;
  border: 1px solid #A1B4BE;
  border-radius: 0;
  background-color: #fff;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 1.25;
}
input[type=text]:hover, input[type=password]:hover,
input[type=email]:hover, input[type=url]:hover,
input[type=number]:hover, input[type=search]:hover,
textarea:hover, select:hover {
  box-shadow: 1px 1px 4px rgba(68, 105, 125, 0.4);
}
input[type=text]:focus, input[type=password]:focus,
input[type=email]:focus, input[type=url]:focus,
input[type=number]:focus, input[type=search]:focus,
textarea:focus, select:focus {
  border-color: #44697D;
}

input[type=file] {
  max-width: 100%;
}

textarea {
  width: 24em;
  height: 7.125em;
  line-height: 1.5;
}

label {
  font-weight: bold;
  line-height: 1.25;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #767676;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #767676;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #767676;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0;
}

input:focus::placeholder, textarea:focus::placeholder {
  opacity: 0;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

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

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

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

.list-unstyled {
  padding: 0;
  list-style-type: none;
}

.screen-reader-hide {
  position: absolute;
  left: -99999px;
  right: auto;
}

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

.clearfix:after {
  clear: both;
}

.responsive-embed {
  position: relative;
  margin-bottom: 1.5em;
}
.responsive-embed:before {
  content: "";
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.responsive-embed iframe, .responsive-embed object, .responsive-embed embed, .responsive-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.aspect-ratio-2-1:before {
  padding-bottom: 50%;
}

.responsive-embed.aspect-ratio-16-9:before {
  padding-bottom: 56.25%;
}

.responsive-embed.aspect-ratio-4-3:before {
  padding-bottom: 75%;
}

.responsive-embed.aspect-ratio-1-1:before {
  padding-bottom: 100%;
}

.responsive-embed.is-small {
  max-width: 320px;
}

.responsive-embed.is-medium {
  max-width: 480px;
}

.responsive-embed.is-large {
  max-width: 640px;
}

.responsive-image {
  max-width: 100%;
  height: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.has-vivid-violet-color {
  color: #81409c;
}

.has-mango-orange-color {
  color: #f57300;
}

.has-limeade-green-color {
  color: #4fad26;
}

.has-white-color {
  color: #fff;
}

.has-light-gray-color {
  color: #f0f0f0;
}

.has-medium-light-gray-color {
  color: #ccc;
}

.has-medium-gray-color {
  color: #767676;
}

.has-dark-gray-color {
  color: #303030;
}

.has-black-color {
  color: #000;
}

.has-vivid-violet-background-color {
  background-color: #81409c;
}

.has-mango-orange-background-color {
  background-color: #f57300;
}

.has-limeade-green-background-color {
  background-color: #4fad26;
}

.has-white-background-color {
  background-color: #fff;
}

.has-light-gray-background-color {
  background-color: #f0f0f0;
}

.has-medium-light-gray-background-color {
  background-color: #ccc;
}

.has-medium-gray-background-color {
  background-color: #767676;
}

.has-dark-gray-background-color {
  background-color: #303030;
}

.has-black-background-color {
  background-color: #000;
}

/*
===========================================================
 WordPress Styles
===========================================================
*/
.alignnone {
  margin: 1.5em 0;
}

.alignleft {
  margin: 0 24px 0.5em 0;
  float: left;
}

.alignright {
  margin: 0 0 0.5em 24px;
  float: right;
}

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

.alignfull {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.alignfull img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}
.alignfull figcaption {
  padding-left: 30px;
  padding-right: 30px;
}

.alignwide {
  width: auto;
  max-width: none;
  margin-left: -30px;
  margin-right: -30px;
}
.alignwide img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}
.alignwide figcaption {
  padding-left: 30px;
  padding-right: 30px;
}

img.alignnone {
  margin: 0.75em 24px 0.75em 0;
  vertical-align: bottom;
}

img.alignfull {
  display: block;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

img.alignwide {
  display: block;
  width: calc(100% + 60px);
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

blockquote.alignleft {
  max-width: 420px;
}

blockquote.alignright {
  max-width: 420px;
}

blockquote.aligncenter {
  max-width: 420px;
}

@media (max-width: 768px) {
  blockquote.alignleft, blockquote.alignright {
    margin: 1.5em 0;
    float: none;
  }
}
@media (max-width: 520px) {
  .alignleft, .alignright {
    margin: 1.5em 0;
    float: none;
  }
  img.alignnone, img.alignleft, img.alignright {
    display: block;
    margin: 1.5em 0;
  }
}
.wp-caption {
  position: relative;
  max-width: 100%;
}

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

.wp-caption-text {
  padding: 0.5em 0;
  font-size: 0.875em;
}

.comments-area {
  margin-top: 1.5em;
}
.comments-area .comment-list {
  padding: 0;
  margin: 1em 0;
  list-style-type: none;
}
.comments-area .comment-list .comment, .comments-area .comment-list .pingback {
  padding: 0.5em;
  margin: 1em 0;
  background: #f0f0f0;
}
.comments-area .comment-list .comment .comment-body, .comments-area .comment-list .pingback .comment-body {
  padding: 15px;
  background: #fff;
}
.comments-area .comment-list .comment .comment-body .comment-meta, .comments-area .comment-list .pingback .comment-body .comment-meta {
  margin-bottom: 1em;
}
.comments-area .comment-list .comment .comment-body .comment-meta:after, .comments-area .comment-list .pingback .comment-body .comment-meta:after {
  content: "";
  display: block;
  clear: both;
}
.comments-area .comment-list .comment .comment-body .comment-author, .comments-area .comment-list .pingback .comment-body .comment-author {
  margin-bottom: 0.25em;
}
.comments-area .comment-list .comment .comment-body .comment-author img, .comments-area .comment-list .pingback .comment-body .comment-author img {
  float: left;
  width: 50px;
  height: auto;
  margin: 0 1em 0 0;
}
.comments-area .comment-list .comment .comment-body .comment-metadata, .comments-area .comment-list .pingback .comment-body .comment-metadata {
  font-size: 0.875em;
}
.comments-area .comment-list .comment .comment-body .comment-content:after, .comments-area .comment-list .pingback .comment-body .comment-content:after {
  content: "";
  display: block;
  clear: both;
}
.comments-area .comment-list .children {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comments-area .comment-list .children .comment, .comments-area .comment-list .children .pingback {
  padding: 0 0 0 30px;
  margin: 0.5em 0 0 0;
}
@media (max-width: 520px) {
  .comments-area .comment-list .children .comment, .comments-area .comment-list .children .pingback {
    padding-left: 15px;
  }
}

.comment-respond {
  margin-top: 1.5em;
}
.comment-respond .comment-reply-title small {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.5em;
}
.comment-respond .comment-form-comment {
  margin: 1.5em 0;
}
.comment-respond .comment-form-comment label {
  display: block;
  max-width: 24em;
  margin: 0.5em 0.5em 0.25em 0;
}

.gallery {
  margin-left: -15px;
  margin-right: -15px;
}
.gallery .gallery-item {
  display: inline-block;
  vertical-align: top;
  padding: 15px;
  margin: 0;
}
.gallery .gallery-icon img {
  display: block;
  max-width: 100%;
  height: auto;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.333333%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.666667%;
}

.gallery-columns-7 .gallery-item {
  width: 14.285714%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.111111%;
}

@media (max-width: 768px) {
  .gallery-columns-4 .gallery-item {
    width: 50%;
  }
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item {
    width: 33.3333%;
  }
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item {
    width: 25%;
  }
  .gallery-columns-9 .gallery-item {
    width: 20%;
  }
}
@media (max-width: 520px) {
  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item {
    width: 100%;
  }
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  clip: auto !important;
  display: block;
  width: auto;
  height: auto;
  left: 5px;
  top: 5px;
  z-index: 100000;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.25;
  padding: 16px 24px;
  text-decoration: none;
  color: #000;
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.widget {
  margin: 1.5em 0;
}

.widget_calendar table {
  width: 100%;
}
.widget_calendar table caption {
  font-weight: bold;
  font-size: 1.125em;
}
.widget_calendar table th, .widget_calendar table td {
  padding: 4px 8px;
}
.widget_calendar table thead, .widget_calendar table tbody {
  text-align: center;
}
.widget_calendar table #prev {
  text-align: left;
}
.widget_calendar table #next {
  text-align: right;
}

.post-content:after {
  content: "";
  display: block;
  clear: both;
}
.post-content img {
  max-width: 100%;
  height: auto;
}
.post-content img.alignfull, .post-content img.alignwide {
  max-width: none;
}
.post-content iframe, .post-content object, .post-content embed, .post-content video {
  display: block;
  max-width: 100%;
}
.post-content audio {
  display: block;
  width: 100%;
}
.post-content dt {
  font-weight: bold;
}
.post-content dd {
  margin: 0.5em 0 0.5em 2em;
}
.post-content pre {
  overflow: auto;
}

.wp-block-gallery .blocks-gallery-item {
  padding: 0;
}
.wp-block-gallery.alignnone, .wp-block-gallery.aligncenter {
  margin-left: -8px;
  margin-right: -8px;
}
.wp-block-gallery.aligncenter {
  display: flex;
}
.wp-block-gallery.alignleft {
  max-width: 436px;
  margin-left: -8px;
}
.wp-block-gallery.alignright {
  max-width: 436px;
  margin-right: -8px;
}
@media (max-width: 768px) {
  .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
    max-width: none;
    margin-left: -8px;
    margin-right: -8px;
  }
}

.wp-block-embed.alignfull .responsive-embed, .wp-block-embed.alignwide .responsive-embed {
  max-width: none;
}
.wp-block-embed.aligncenter .responsive-embed, .wp-block-embed.aligncenter video {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
  max-width: 420px;
}
@media (max-width: 768px) {
  .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
    max-width: none;
  }
}

p.has-background {
  padding: 1rem 2rem;
}

.wp-block-cover-image {
  min-height: 320px;
}
.wp-block-cover-image .wp-block-cover-image-text {
  padding: 16px;
  margin: 0 auto;
}

.wp-block-image img {
  vertical-align: bottom;
}
.wp-block-image figcaption {
  padding: 0.5em 0;
  margin: 0;
  font-size: 0.875em;
  color: inherit;
}

.wp-block-quote {
  padding: 1rem 2rem;
}

.wp-block-quote.is-large {
  padding: 1rem 2rem;
  margin: 1.5em 0;
}

/*
===========================================================
 Vendor Styles
===========================================================
*/
.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 270px;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.sidr.right {
  left: auto;
  right: -270px;
}

.sidr.left {
  left: -270px;
  right: auto;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.select2-dropdown.select2-dropdown--no-border {
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/*
===========================================================
 Component Styles
===========================================================
*/
.site-header {
  position: absolute;
  z-index: 10000;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}
.site-header + .site-content {
  padding-top: 130px;
}
.site-header.is-fixed {
  position: fixed;
}
.site-header.is-condensed .header-right {
  vertical-align: middle;
}
.site-header.is-condensed .header-line-item-3 {
  display: none;
}
.site-header.is-condensed .header-line-item-4 {
  display: inline-block;
}
.site-header.is-condensed .navbar-main {
  display: none;
}
.site-header.has-animation .header-inner {
  transition: all 0.3s ease-out;
}
.site-header .header-inner {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 90px;
}
.site-header .header-left {
  display: table-cell;
  vertical-align: middle;
  width: 180px;
}
.site-header .header-right {
  display: table-cell;
  vertical-align: top;
  text-align: right;
  padding: 10px 0 10px 20px;
}
.site-header .header-line {
  margin: 10px -10px;
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}
.site-header .header-line-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
.site-header .header-line-item a {
  text-decoration: none;
}
.site-header .site-logo {
  width: 180px;
}
.site-header .site-logo a {
  display: block;
}
.site-header .site-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.site-header .site-search {
  margin: -5px 0;
  font-size: 14px;
}
.site-header .language-select {
  margin: 0 -2px;
}
.site-header .language-select-item {
  margin: 0 2px;
  color: #303030;
}
.site-header .language-select-item:focus, .site-header .language-select-item:hover {
  text-decoration: underline;
}
.site-header .language-select-item.is-selected {
  font-weight: 700;
}
.site-header .navbar-toggle {
  margin: -2px 0;
}
.site-header .navbar-toggle a {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  color: #303030;
}
.site-header .navbar-toggle svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.site-header .navbar-toggle i {
  display: block;
  line-height: inherit;
}
.site-header .navbar-toggle .close-icon {
  display: none;
}
.sidr-open .site-header .navbar-toggle .close-icon {
  display: block;
}
.sidr-open .site-header .navbar-toggle .bars-icon {
  display: none;
}

@media (min-width: 1161px) {
  .site-header .header-line-item-4 {
    display: none;
  }
}
@media (max-width: 1160px) {
  .site-header .header-right {
    vertical-align: middle;
  }
  .site-header .header-line-item-3 {
    display: none;
  }
  .site-header .navbar-main {
    display: none;
  }
  .site-header + .site-content {
    padding-top: 90px;
  }
}
@media (max-width: 768px) {
  .site-header .header-line-item-1 {
    display: none;
  }
}
@media (max-width: 520px) {
  .site-header .header-line-item-2 {
    display: none;
  }
}
.site-search {
  position: relative;
  width: 30px;
  height: 30px;
  transition: 0.3s ease-out;
}
.site-search.is-expanded {
  width: 200px;
}
.site-search.is-expanded .site-search-field {
  opacity: 1;
}
.site-search .site-search-field {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: inherit;
}
.site-search .site-search-field input {
  display: block;
  width: 100%;
  height: 100%;
  border-width: 1px;
  padding: 4px 35px 4px 5px;
  line-height: 20px;
}
.site-search .site-search-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
}
.site-search .site-search-button button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
  border: 0;
  line-height: 20px;
  text-align: center;
  background: none;
  cursor: pointer;
}

.site-links {
  margin: 0 -5px -5px -5px;
}
.site-links a {
  display: inline-block;
  vertical-align: top;
  min-width: 90px;
  height: 45px;
  padding: 20px 5px 5px 5px;
  margin: -20px 5px 0 5px;
  border-radius: 0 0 4px 4px;
  font-family: "Poppins", "Arial", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background: #81409c;
  color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  transition: 0.3s ease-out;
}
.site-links a:focus, .site-links a:hover {
  background: #b17ac8;
}
.site-links a:nth-child(3n+2) {
  background: #f57300;
}
.site-links a:nth-child(3n+2):focus, .site-links a:nth-child(3n+2):hover {
  background: #ffa95c;
}
.site-links a:nth-child(3n+3) {
  background: #4fad26;
}
.site-links a:nth-child(3n+3):focus, .site-links a:nth-child(3n+3):hover {
  background: #84dc5d;
}

.site-buttons {
  margin: 0 -4px;
}
.site-buttons a {
  width: 12em;
  margin: 4px;
  color: #fff;
  background: #81409c;
  border-color: #81409c;
}
.site-buttons a:focus, .site-buttons a:hover {
  color: #fff;
  background: #b17ac8;
  border-color: #b17ac8;
}
.site-buttons a:nth-child(3n+2) {
  background: #f57300;
  border-color: #f57300;
}
.site-buttons a:nth-child(3n+2):focus, .site-buttons a:nth-child(3n+2):hover {
  background: #ffa95c;
  border-color: #ffa95c;
}
.site-buttons a:nth-child(3n+3) {
  background: #4fad26;
  border-color: #4fad26;
}
.site-buttons a:nth-child(3n+3):focus, .site-buttons a:nth-child(3n+3):hover {
  background: #84dc5d;
  border-color: #84dc5d;
}

.link-select label {
  display: inline-block;
  letter-spacing: 0.02em;
}
.link-select select {
  display: inline-block;
  width: 400px;
  max-width: 100%;
  margin-top: 1em;
}
.link-select .select2-container {
  max-width: 100%;
  margin: 0 0 -2px 0;
  vertical-align: bottom;
  text-align: left;
}
.link-select .select2-container .select2-selection--single {
  height: 34px;
}
.link-select .select2-container--default .select2-selection--single {
  background: none;
  border: 2px solid #fff;
  border-width: 0 0 2px 0;
  border-radius: 0;
}
.link-select .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #fff;
}
.link-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  line-height: 32px;
}
.link-select .select2-container--default .select2-selection--single .select2-selection__clear {
  font-weight: 400;
  padding: 0 4px;
}
.link-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
}
.link-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}
.link-select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent;
}

.navbar-main {
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.navbar-main ul, .navbar-main li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.navbar-main a {
  display: block;
  text-decoration: none;
}
.navbar-main .menu {
  margin: 0 -10px;
}
.navbar-main .menu > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 2px;
}
.navbar-main .menu > li > a {
  padding: 10px 8px;
  text-transform: uppercase;
  color: #303030;
}
.navbar-main .menu > li > a:focus, .navbar-main .menu > li > a:hover {
  text-decoration: underline;
}
.navbar-main .menu > .menu-item-has-children > a {
  padding-right: 24px;
}
.navbar-main .menu > .menu-item-has-children > a::before {
  content: "\f078";
  position: absolute;
  right: 8px;
  font-size: 75%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: grayscale;
}
.navbar-main .menu > .current-menu-item > a,
.navbar-main .menu > .current-menu-ancestor > a {
  font-weight: 700;
}
.navbar-main .sub-menu {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 200;
  width: 300px;
  text-align: left;
  margin: 0;
  background: #81409c;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  text-align: left;
}
.navbar-main .sub-menu > li {
  position: relative;
  margin: 0;
  padding: 0;
}
.navbar-main .sub-menu > li > a {
  padding: 10px 8px;
  color: #fff;
}
.navbar-main .sub-menu > li.sub-menu-visible > a,
.navbar-main .sub-menu > li:hover > a,
.navbar-main .sub-menu > li > a:focus,
.navbar-main .sub-menu > li > a:hover {
  background: #b17ac8;
}
.navbar-main .sub-menu > .menu-item-has-children > a {
  padding-right: 24px;
}
.navbar-main .sub-menu > .menu-item-has-children > a::before {
  content: "\f054";
  position: absolute;
  right: 8px;
  font-size: 75%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: grayscale;
}
.navbar-main .sub-menu ul {
  top: 0;
  margin: 0;
  background: #f57300;
}
.navbar-main .sub-menu ul li.sub-menu-visible > a,
.navbar-main .sub-menu ul li:hover > a,
.navbar-main .sub-menu ul li > a:focus,
.navbar-main .sub-menu ul li > a:hover {
  background: #ffa95c;
}
.navbar-main .sub-menu ul ul {
  background: #4fad26;
}
.navbar-main .sub-menu ul ul li.sub-menu-visible > a,
.navbar-main .sub-menu ul ul li:hover > a,
.navbar-main .sub-menu ul ul li > a:focus,
.navbar-main .sub-menu ul ul li > a:hover {
  background: #84dc5d;
}
.navbar-main .menu > li:hover > .sub-menu,
.navbar-main .menu > li.sub-menu-visible > .sub-menu {
  left: 0;
}
.navbar-main .sub-menu > li:hover > .sub-menu,
.navbar-main .sub-menu > li.sub-menu-visible > .sub-menu {
  left: 100%;
}

.navbar-footer {
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.navbar-footer ul, .navbar-footer li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.navbar-footer a {
  display: block;
  text-decoration: none;
}
.navbar-footer .menu {
  margin: 0 -8px;
}
.navbar-footer .menu > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 4px;
}
.navbar-footer .menu > li > a {
  padding: 4px;
  text-transform: uppercase;
  color: #303030;
}
.navbar-footer .menu > li > a:focus, .navbar-footer .menu > li > a:hover {
  text-decoration: underline;
}
.navbar-footer .menu > .current-menu-item > a,
.navbar-footer .menu > .current-menu-ancestor > a {
  font-weight: 700;
}
.navbar-footer .sub-menu {
  display: none;
}

#sidr-menu {
  min-height: 100%;
  background: #f57300;
  box-shadow: inset -1px 0 #ccc;
}
#sidr-menu .sidr-top {
  padding: 0 15px;
  background: #f0f0f0;
  box-shadow: inset -1px 0 #ccc;
  overflow: hidden;
}
#sidr-menu .sidr-bottom {
  padding: 15px;
}
#sidr-menu .language-select {
  margin: 15px -2px;
  font-family: "Poppins", "Arial", sans-serif;
  text-align: center;
}
#sidr-menu .language-select-item {
  margin: 0 2px;
  text-decoration: none;
  color: #303030;
}
#sidr-menu .language-select-item:focus, #sidr-menu .language-select-item:hover {
  text-decoration: underline;
}
#sidr-menu .language-select-item.is-selected {
  font-weight: 700;
}
#sidr-menu .site-search {
  width: 100%;
  margin: 15px 0;
  font-size: 14px;
}
#sidr-menu .site-search .site-search-field {
  opacity: 1;
}
#sidr-menu .site-links {
  margin: 15px 0;
}
#sidr-menu .site-links a {
  display: block;
  height: auto;
  padding: 5px;
  margin: 10px 0;
  border-radius: 4px;
}
#sidr-menu ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 14px;
}
#sidr-menu ul.menu li {
  position: relative;
  margin: 8px 0;
}
#sidr-menu ul.menu li.menu-item-has-children > a {
  padding-right: 42px;
}
#sidr-menu ul.menu .sub-menu-toggle {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 28px;
  height: 28px;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #f57300;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
}
#sidr-menu ul.menu .sub-menu-toggle:before {
  content: "+";
}
#sidr-menu ul.menu .sub-menu-toggle.sub-menu-expanded:before {
  content: "−";
}
#sidr-menu ul.menu a {
  display: block;
  padding: 6px;
  border: 2px solid #fff;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 24px;
  text-decoration: none;
  color: #fff;
}
#sidr-menu ul.menu a:hover, #sidr-menu ul.menu a:focus {
  color: #f57300;
  background: #fff;
}
#sidr-menu ul.sub-menu {
  padding: 0;
  margin: 8px 0 0 0;
  list-style: none;
}
#sidr-menu ul.sub-menu li {
  margin: 0;
  border-bottom: 1px solid #ffa95c;
}
#sidr-menu ul.sub-menu li:last-child {
  border-bottom: 0;
}
#sidr-menu ul.sub-menu .sub-menu-toggle {
  border: 1px solid currentColor;
  line-height: 26px;
  color: #fff;
  background: none;
}
#sidr-menu ul.sub-menu a {
  padding: 8px;
  border: 0;
  font-weight: 400;
  font-size: 1.125em;
}
#sidr-menu ul.sub-menu a:hover, #sidr-menu ul.sub-menu a:focus {
  padding: 7px;
  border: 1px solid #fff;
  color: #fff;
  background: none;
}
#sidr-menu ul.sub-menu ul.sub-menu {
  padding: 0 0 0 6px;
  margin: 8px 0 16px 0;
  border-left: 2px solid #ffa95c;
}
#sidr-menu ul.sub-menu ul.sub-menu li {
  border-bottom: 0;
}
#sidr-menu ul.sub-menu ul.sub-menu a {
  font-size: 1em;
}

.home-banner {
  position: relative;
}

.home-banner-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.home-banner-content {
  color: #fff;
}
.home-banner-content h1, .home-banner-content h2, .home-banner-content h3, .home-banner-content h4, .home-banner-content h5, .home-banner-content h6 {
  color: inherit;
}

.home-banner-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(129, 64, 156, 0.75);
}

.home-banner-content::after {
  content: "";
  display: block;
  padding-bottom: 33.33333333%;
  min-height: 480px;
}

.home-banner-content .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.home-banner-content-box {
  width: 900px;
  max-width: 100%;
  padding: 20px 0;
  margin: 0 auto;
  overflow: hidden;
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 1.25em;
  text-align: center;
}
.home-banner-content-box .page-title span {
  display: inline-block;
}
.home-banner-content-box .link-select label {
  margin-top: 1em;
}
.home-banner-content-box .link-select .select2-container {
  margin-top: 1em;
}

@media (max-width: 768px) {
  .home-banner-content::after {
    min-height: 384px;
  }
  .home-banner-content-box {
    font-size: 1em;
  }
}
.main-section {
  padding: 20px 0;
}

.main-section-interior {
  margin-bottom: -2%;
}

.main-section-triangle {
  position: relative;
  height: 0;
  padding: 0 0 5% 0;
  margin: 60px 0 -20px 0;
  overflow: hidden;
}
.main-section-triangle svg {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.main-section-inner {
  width: 840px;
  max-width: 100%;
  margin: 40px auto;
}

.main-section-interior .main-section-triangle {
  margin-top: 40px;
}

.main-section-interior .main-section-inner {
  margin: 20px auto;
}

.main-section-title,
.main-section-subtitle {
  text-align: center;
}

.main-section-wide {
  width: 900px;
  margin-left: -30px;
  margin-right: -30px;
}

.main-section-full {
  width: 1200px;
  margin-left: -180px;
  margin-right: -180px;
}

@media (max-width: 1280px) {
  .main-section-full {
    width: 1080px;
    margin-left: -120px;
    margin-right: -120px;
  }
}
@media (max-width: 1160px) {
  .main-section-full {
    width: 960px;
    margin-left: -60px;
    margin-right: -60px;
  }
}
@media (max-width: 1024px) {
  .main-section-wide,
  .main-section-full {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.grid-item {
  position: relative;
  overflow: hidden;
}
.grid-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.grid-item iframe, .grid-item object, .grid-item embed, .grid-item video {
  width: 100%;
  height: 100%;
}

.grid-item:before {
  content: "";
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.grid-item-size-3by2:before {
  padding-bottom: 66.666666%;
}

.grid-item-size-4by3:before {
  padding-bottom: 75%;
}

.grid-item-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.grid-item-type-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: auto;
}

.grid-item-type-content .grid-item-inner {
  padding: 0 20px;
  overflow: auto;
}
.grid-item-type-content .grid-item-content {
  margin: 20px auto;
}

.grid-item-theme-default {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
  .grid-item-full-height-sm:before {
    content: none;
  }
  .grid-item-full-height-sm.grid-item-type-image img {
    position: static;
  }
  .grid-item-full-height-sm .grid-item-inner {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto;
  }
}
@media (max-width: 520px) {
  .grid-item-full-height-xs:before {
    content: none;
  }
  .grid-item-full-height-xs.grid-item-type-image img {
    position: static;
  }
  .grid-item-full-height-xs .grid-item-inner {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto;
  }
}
.story-carousel {
  margin: 0 -15px;
}
.story-carousel .slick-prev:before {
  content: "\f053";
}
.story-carousel .slick-next:before {
  content: "\f054";
}
.story-carousel .slick-prev:before,
.story-carousel .slick-next:before {
  font-size: 24px;
  color: inherit;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: grayscale;
}
.story-carousel .slick-prev {
  left: -36px;
}
.story-carousel .slick-next {
  right: -36px;
}
.story-carousel .slick-prev,
.story-carousel .slick-next {
  width: 32px;
  height: 32px;
  padding: 4px;
  z-index: 1;
  color: #81409c;
  background: #fff;
  outline: 1px solid rgba(129, 64, 156, 0.25);
}
.story-carousel .slick-prev:focus,
.story-carousel .slick-prev:hover,
.story-carousel .slick-next:focus,
.story-carousel .slick-next:hover {
  color: #81409c;
  background: #fff;
  outline: 1px solid #81409c;
}
.story-carousel .slick-dots {
  bottom: -30px;
  line-height: 1;
}
.story-carousel .slick-dots li {
  margin: 0 2px;
  vertical-align: top;
}
.story-carousel .slick-dots li button:before {
  font-size: 8px;
}

.story-carousel-item {
  padding: 15px;
}

.story-carousel-item-image {
  position: relative;
  height: 0;
  padding-bottom: 66.666666%;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}
.story-carousel-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}

.story-carousel-item-content .title {
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  font-size: 1.25em;
  color: #000;
}
.story-carousel-item-content .summary {
  height: 6em;
  margin: 1em 0;
  overflow: hidden;
}
.story-carousel-item-content .summary p {
  margin: 0;
}

.county-select {
  position: relative;
  font-family: "Poppins", "Arial", sans-serif;
  color: #fff;
  background: #81409c;
}
.county-select:before, .county-select:after {
  content: "";
  display: table;
}
.county-select a {
  color: inherit;
}
.county-select h1, .county-select h2, .county-select h3, .county-select h4, .county-select h5, .county-select h6 {
  color: inherit;
}
.county-select .page-title {
  margin-bottom: 0.6666666667em;
  color: inherit;
}
.county-select .page-subtitle {
  color: inherit;
}
.county-select .button {
  color: inherit;
  background: none;
}
.county-select .button:focus, .county-select .button:hover {
  color: #f57300;
  background: #fff;
  border-color: #fff;
}
.county-select .button-large {
  font-size: 1.125em;
  min-width: 12em;
}

.county-select-inner {
  position: relative;
  width: 600px;
  max-width: 100%;
  padding-left: 240px;
  margin: 40px auto;
  text-align: center;
}
.county-select-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 160px;
  background: url("./library/images/County-Select-Icon-2.png") no-repeat center center;
  background-size: 100% auto;
}

@media (min-width: 1161px) and (max-width: 1280px) {
  .county-select-inner {
    width: 540px;
    padding-left: 180px;
  }
  .county-select-inner:before {
    width: 150px;
  }
}
@media (min-width: 1025px) and (max-width: 1160px) {
  .county-select-inner {
    width: 360px;
    padding-left: 0;
  }
  .county-select-inner:before {
    content: none;
  }
}
@media (max-width: 640px) {
  .county-select-inner {
    width: 360px;
    padding-left: 0;
  }
  .county-select-inner:before {
    content: none;
  }
}
.newsletter-signup {
  position: relative;
  font-family: "Poppins", "Arial", sans-serif;
  color: #fff;
  background: #f57300;
}
.newsletter-signup:before, .newsletter-signup:after {
  content: "";
  display: table;
}
.newsletter-signup a {
  color: inherit;
}
.newsletter-signup h1, .newsletter-signup h2, .newsletter-signup h3, .newsletter-signup h4, .newsletter-signup h5, .newsletter-signup h6 {
  color: inherit;
}
.newsletter-signup .page-title {
  margin-bottom: 0.3333333333em;
  color: inherit;
}
.newsletter-signup .page-subtitle {
  margin-top: 0;
  margin-bottom: 1.2em;
  color: inherit;
}
.newsletter-signup .button {
  color: inherit;
  background: none;
}
.newsletter-signup .button:focus, .newsletter-signup .button:hover {
  color: #f57300;
  background: #fff;
  border-color: #fff;
}
.newsletter-signup .button-large {
  font-size: 1.125em;
  min-width: 12em;
}

.newsletter-signup-inner {
  width: 900px;
  max-width: 100%;
  margin: 40px auto;
  text-align: center;
}

.location-address {
  margin: 1.5em 0;
}
.location-address .row {
  margin: 0 -15px;
}
.location-address .column {
  padding: 0 15px;
}

.location-address-title {
  margin-top: 0;
}

.location-address-item {
  margin: 0 0 1em 0;
  padding-left: 2em;
}
.location-address-item i {
  margin-left: -2em;
  float: left;
  line-height: inherit;
}

.location-address-table {
  margin: 0 0 1em 0;
  width: 100%;
}
.location-address-table a {
  font-weight: 700;
  text-decoration: none;
}
.location-address-table i {
  margin-left: -2em;
  float: left;
  line-height: inherit;
}
.location-address-table td, .location-address-table th {
  padding: 8px 0;
  border: 0;
}
.location-address-table th {
  padding-left: 2em;
  padding-right: 2em;
}
.location-address-table td {
  text-align: right;
}
.location-address-table tr {
  border: 1px solid #ccc;
  border-width: 1px 0;
}

@media (min-width: 769px) {
  .location-address .column-left {
    width: 360px;
  }
  .location-address .column-right {
    width: calc(100% - 360px);
  }
}
.service-lists {
  margin: 1em 0;
}

.service-lists-item {
  margin: 2em 0;
}

.service-list-title {
  margin: 0;
}
.service-list-title i {
  width: 1.5em;
}

.service-list {
  padding: 0;
  margin: 0 -8px;
  list-style: none;
}
.service-list:after {
  content: "";
  display: table;
  clear: both;
}
.service-list li {
  width: 50%;
  padding: 0 8px;
  margin: 16px 0 0 0;
  float: left;
}
.service-list a {
  display: block;
  padding: 0.5rem;
  font-weight: 500;
  text-decoration: none;
}

@media (max-width: 960px) {
  .service-list li {
    width: 100%;
  }
}
.main-content .main-header {
  margin: 40px 0;
}
.main-content .main-title {
  word-wrap: break-word;
}
.main-content .hentry {
  margin: 40px 0;
  clear: both;
}
.main-content .main-footer {
  margin: 40px 0;
}

.sidebar {
  margin: 40px 0;
}

.hentry .entry-header {
  margin: 0 0 1em 0;
}
.hentry .entry-title {
  word-wrap: break-word;
}
.hentry .entry-meta {
  margin: 0.5em -8px -8px -8px;
}
.hentry .entry-meta .meta-value {
  display: inline-block;
  margin: 0 8px 8px 8px;
}
.hentry .entry-meta .meta-value i {
  margin-right: 0.25em;
}
.hentry .entry-content {
  margin: 1em 0;
}
.hentry .entry-summary {
  margin: 1em 0;
}
.hentry .entry-footer {
  margin: 1em 0 0 0;
}

.button-links {
  margin: 0.5em -8px;
}
.button-links .button {
  margin: 8px;
}

.search-form {
  position: relative;
  width: 24em;
  max-width: 100%;
}
.search-form .search-field {
  width: 100%;
  padding: 0.5em 3em 0.5em 0.5em;
}
.search-form .search-submit {
  position: absolute;
  bottom: 1px;
  right: 1px;
  min-width: 2.5em;
  padding: 0.5em;
  border: 0;
  text-align: center;
  color: inherit;
  background: none;
  cursor: pointer;
}
.search-form .search-field, .search-form .search-submit {
  border-radius: 0;
  font-size: inherit;
  line-height: 1.25;
}

.breadcrumbs {
  margin: 1.5em 0;
  font-family: "Poppins", "Arial", sans-serif;
  font-weight: 500;
}

.pagination, .nav-links {
  margin: 1.5em 0;
}
.pagination ul, .nav-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.pagination ul li, .nav-links ul li {
  display: inline-block;
}
.pagination a, .pagination span, .nav-links a, .nav-links span {
  display: inline-block;
  padding: 0.5em 1em;
  border: 1px solid #f0f0f0;
  font-family: "Poppins", "Arial", sans-serif;
  font-weight: 500;
  text-decoration: none;
}
.pagination a:hover, .pagination a:focus, .nav-links a:hover, .nav-links a:focus {
  color: #fff;
  background-color: #81409c;
  border-color: #81409c;
}
.pagination span.current, .nav-links span.current {
  background-color: #f0f0f0;
}
.pagination span.dots, .nav-links span.dots {
  padding: 0.5em;
}

.accordion-title {
  background: #f0f0f0;
  border: none;
  margin: 1em 0;
  padding: 8px 16px;
  cursor: pointer;
}

.accordion-title > * {
  margin: 0;
  padding: 0;
  font-size: 1.25em;
  color: #81409c;
}

.accordion-title > *:before {
  content: "\f067";
  padding-left: 16px;
  float: right;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: grayscale;
}

.accordion-title.accordion-expanded > *:before {
  content: "\f068";
}

.accordion-content {
  overflow: hidden;
  padding: 8px 32px;
  margin: 1em 0;
}

.accordion-content > *:first-child {
  margin-top: 0;
}

.accordion-content > *:last-child {
  margin-bottom: 0;
}

.tc-staff-grid {
  --grid-column-count: 6;
  --grid-item-width: 195px;
  --grid-row-gap: 30px;
  --grid-column-gap: 20px;
  ---gap-count: calc(var(--grid-column-count) - 1);
  ---total-gap-width: calc(var(---gap-count) * var(--grid-row-gap));
  ---item-max-width: calc((100% - var(---total-gap-width)) / var(--grid-column-count));
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(max(min(var(--grid-item-width), 100%), var(---item-max-width)), 1fr));
  grid-row-gap: var(--grid-row-gap);
  grid-column-gap: var(--grid-column-gap);
  margin-bottom: 30px;
}
.tc-staff-grid .tc-staff .tc-staff-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
  border-radius: 8px;
  background-color: #f0f0f0;
}
.tc-staff-grid .tc-staff .tc-staff-image::after {
  content: "";
  display: block;
  padding-bottom: 125%;
}
.tc-staff-grid .tc-staff .tc-staff-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tc-staff-grid .tc-staff .tc-staff-info {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tc-staff-grid .tc-staff .tc-staff-info + .tc-staff-info {
  margin-top: 8px;
}
.tc-staff-grid .tc-staff .tc-staff-name {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.625rem;
}
.tc-staff-grid .tc-staff .tc-staff-title {
  font-weight: 700;
}
.tc-staff-grid .tc-staff .tc-staff-contact {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.tc-staff-grid .tc-staff .tc-staff-contact a {
  font-weight: 700;
  text-decoration: none;
}
.tc-staff-grid .tc-staff .tc-staff-contact i {
  width: 1.25em;
  color: #81409c;
}

.site-footer {
  position: relative;
  padding: 20px 0;
  background: #f0f0f0;
}
.site-footer .footer-top {
  padding: 20px 0;
  text-align: center;
}
.site-footer .footer-bottom {
  padding: 20px 0;
}
.site-footer .award-logo {
  width: 120px;
  margin: 0 auto 20px auto;
}
.site-footer .award-logo a {
  display: block;
}
.site-footer .award-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.site-footer .site-logo {
  width: 180px;
  margin: 0 auto 10px auto;
}
.site-footer .site-logo a {
  display: block;
}
.site-footer .site-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.site-footer .social-icons {
  margin: 0 0 10px 0;
}
.site-footer .social-icons a {
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #000;
}
.site-footer .social-icons a:focus, .site-footer .social-icons a:hover {
  color: #81409c;
}
.site-footer .social-icons .facebook-link:focus,
.site-footer .social-icons .facebook-link:hover {
  color: #1877f2;
}
.site-footer .social-icons .twitter-link:focus,
.site-footer .social-icons .twitter-link:hover {
  color: #1da1f2;
}
.site-footer .social-icons .pinterest-link:focus,
.site-footer .social-icons .pinterest-link:hover {
  color: #bd081c;
}
.site-footer .social-icons .insagram-link:focus,
.site-footer .social-icons .insagram-link:hover {
  color: #c32aa3;
}
.site-footer .social-icons .linkedin-link:focus,
.site-footer .social-icons .linkedin-link:hover {
  color: #007bb5;
}
.site-footer .social-icons .youtube-link:focus,
.site-footer .social-icons .youtube-link:hover {
  color: #ff0000;
}
.site-footer .navbar-footer {
  margin-bottom: 10px;
}
.site-footer .site-info {
  margin-bottom: 20px;
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 0.75em;
}
.site-footer .site-info a {
  color: inherit;
}
.site-footer .site-credit {
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  opacity: 0.7;
}
.site-footer .site-credit .site-by {
  margin-right: 2px;
}
.site-footer .site-credit a {
  color: inherit;
  text-decoration: none;
}
.site-footer .site-credit svg {
  position: relative;
  top: 3px;
  width: 103px;
  height: 14px;
  fill: currentColor;
}
@media (min-width: 1025px) {
  .site-footer .footer-top .footer-inner {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .site-footer .footer-top .footer-left {
    display: table-cell;
    width: 180px;
    vertical-align: top;
  }
  .site-footer .footer-top .footer-right {
    display: table-cell;
    vertical-align: top;
    text-align: right;
    padding-right: 150px;
  }
  .site-footer .award-logo {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -60px 0 0 0;
  }
}

/*
===========================================================
 Plugin Styles
===========================================================
*/
.ui-datepicker select {
  width: auto;
  padding: 0.1em;
  margin: 0 3px;
  font-weight: normal;
  box-shadow: none;
}

body .gf_browser_ie.gform_wrapper .gform_footer input.button {
  padding: 0.5em 1.5em;
}

.gform_widget .gform_wrapper form {
  padding: 0;
  background: none;
}
@media (min-width: 1025px) {
  .gform_widget .gform_wrapper ul.gform_fields li.gfield {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .gform_widget .gform_wrapper ul.gform_fields li.gfield input, .gform_widget .gform_wrapper ul.gform_fields li.gfield textarea, .gform_widget .gform_wrapper ul.gform_fields li.gfield select {
    width: 100%;
  }
}

table.tablepress {
  margin: 1.5em 0;
  border: 1px solid #ddd;
}
table.tablepress td, table.tablepress th {
  padding: 8px 12px;
}
table.tablepress thead th, table.tablepress tfoot th {
  color: #fff;
  background: #81409c;
}
.tablepress-scroll-wrapper {
  margin: 1.5em 0;
}

.tablepress-scroll-wrapper .tablepress {
  margin: 0;
}

.events-calendar-wrap {
  margin: 40px 0;
}

.content-column.full_width {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
  float: none;
}
.content-column.full_width > .content-column {
  padding: 0 15px;
}

/*
===========================================================
 Page Styles
===========================================================
*/