@charset "UTF-8";

/*!
 * Common colors and constants
 * ===========================
 *
 * Text sizing
 * -----------
 * Body copy: 18px
 * Line height / baseline grid: 24px
 * H6: 20px
 * H5: 23px
 * H4: 26px
 * H3: 30px
 * H2: 36px
 * H1: 50px
 * Small or secondary: 15px, 13px
 *
 * Text colors
 * -----------
 * Copy: #353535
 * Titles: #353535
 *
 * Theme colors
 * ------------
 * Primary (PIA Red): #bf2c37
 *   Tint: #ec3e4b
 *   Shade: #9e252e
 * Accent (Middle Gray): #818285
 *   Tint: #cccccc
 *   Shade: #565658
 * Action: #bf2c37
 *   Tint: #ec3e4b
 *   Shade: #9e252e
 *
 * Other colors
 * ------------
 * Page background: #ffffff
 * Light wash: #f6f6f6
 * Mid wash: #babbbd
 * Dark wash: #333
 * Warnings: #d35400
 *
 * Measurements
 * ------------
 * Maximum page width: 1080px
 *
 * Breakpoints
 * -----------
 * Small: 480px
 * Medium: 768px
 * Large: 960px
 * Widescreen: 1176px
 */


@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?15438787");
  src: url("../fonts/fontello.eot?15438787#iefix") format("embedded-opentype"),
         url("../fonts/fontello.woff2?15438787") format("woff2"),
         url("../fonts/fontello.woff?15438787") format("woff"),
         url("../fonts/fontello.ttf?15438787") format("truetype"),
         url("../fonts/fontello.svg?15438787#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.svg?15438787#fontello') format('svg');
  }
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; *//* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric *//* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size *//* font-size: 120%; *//* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect *//* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-advocacy:before {
  content: '\e800';
}

/* '' */

.icon-contact:before {
  content: '\e801';
}

/* '' */

.icon-events:before {
  content: '\e802';
}

/* '' */

.icon-products:before {
  content: '\e803';
}

/* '' */

.icon-services:before {
  content: '\e804';
}

/* '' */


/*! ---------- =reset ---------- */

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

ul {
  list-style: disc;
}

blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

img {
  -ms-interpolation-mode: bicubic;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

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

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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


/*! ---------- =typography ---------- */

body {
  font: 18px/24px "Barlow", Helvetica, Arial, sans-serif;
  color: #353535;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

p,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 24px;
}
p:last-child,
ol:last-child,
ul:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}
p,
ol,
ul {
  orphans: 2;
  widows: 2;
}
ol,
ul {
  margin-left: 2em;
}
h1,
h2,
h3 {
  color: #bf2c37;
}
h4,
h5,
h6 {
  color: #353535;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  display: inline-block;
  vertical-align: middle;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  display: block;
}
h1 {
  font-size: 50px;
  line-height: 55px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 36px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
  }
}

h2 {
  font-size: 36px;
  line-height: 36px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

h3 {
  font-size: 30px;
  line-height: 36px;
}

@media (max-width: 767px) {
  h3 {
    font-size: 26px;
    line-height: 36px;
  }
}

h4 {
  font-size: 26px;
  line-height: 36px;
}
h5 {
  font-size: 23px;
  line-height: 24px;
}
h6 {
  font-size: 20px;
  line-height: 24px;
}

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

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

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

.lead {
  font-size: 120%;
}
.note {
  font-family: "Barlow", Helvetica, Arial, sans-serif;
  font-size: 80%;
  opacity: 0.8;
}
pre + .note,
input + .note,
textarea + .note {
  margin-top: -12px;
}

.highlight,
.alternative {
  color: #818285;
}

.warn {
  color: #d35400;
}

.type-family-sample {
  font-size: 30px;
  line-height: 36px;
}


/*! ---------- =common =components ---------- */

a {
  text-decoration: none;
  color: #bf2c37;
}
a:hover,
a:focus {
  color: #818285;
}
a,
button {
  -webkit-transition: color 0.15s ease-out,
                        background-color 0.15s ease-out,
                        border 0.15s ease-out,
                        box-shadow 0.15s ease-out,
                        opacity 0.15s ease-out;
  transition: color 0.15s ease-out,
                background-color 0.15s ease-out,
                border 0.15s ease-out,
                box-shadow 0.15s ease-out,
                opacity 0.15s ease-out;
}

hr {
  background: #8c8c8c;
  height: 1px;
  margin: 12px 0;
}

.margin {
  margin-bottom: 24px;
}

.margin-large {
  margin-bottom: 48px;
}

.margin-small {
  margin-bottom: 12px;
}

.margin-top {
  margin-top: 24px;
}

.margin-top-large {
  margin-top: 48px;
}

.margin-top-small {
  margin-top: 12px;
}

.no-margin {
  margin-bottom: 0;
}

.more {
  display: inline-block;
  font-weight: 700;
}
.more .fa-arrow-right {
  margin-left: 0.3em;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.more:hover .fa-arrow-right,
.more:focus .fa-arrow-right {
  -webkit-transform: translateX(0.2em);
  -ms-transform: translateX(0.2em);
  transform: translateX(0.2em);
}

.img-left,
.img-right {
  display: block;
  max-width: 40%;
  margin: 0 0 12px;
}
.img-left img,
.img-right img {
  display: block;
}
.img-left {
  float: left;
  margin-right: 12px;
}
.img-right {
  float: right;
  margin-left: 12px;
}

figure {
  display: block;
  margin-bottom: 24px;
  border: 1px solid #f6f6f6;
  padding: 6px;
}

figcaption {
  display: block;
  padding: 6px 0;
  font-size: 13px;
  opacity: 0.8;
}

.to-screen-edges,
.page-footer__copyright,
.breadcrumbs__container,
.quicklinks__serve,
.content > .hero,
.content > .hero__content > .hero,
.section__news,
.section__local,
.section__advocacy {
  width: auto !important;
  margin-left: -24px;
  margin-right: -24px;
}
.to-screen-edges__content {
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 768px) {
  .to-screen-edges,
  .page-footer__copyright,
  .breadcrumbs__container,
  .quicklinks__serve,
  .content > .hero,
  .content > .hero__content > .hero,
  .section__news,
  .section__local,
  .section__advocacy {
    margin-left: -48px;
    margin-right: -48px;
  }
  .to-screen-edges__content {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (min-width: 1176px) {
  .to-screen-edges,
  .page-footer__copyright,
  .breadcrumbs__container
  /*.quicklinks__serve,
  .content > .hero,
  .content > .hero__content > .hero,
  .section__news,
  .section__local,
  .section__advocacy*/ {
    margin-left: calc(-50vw + (1080px / 2));
    margin-right: calc(-50vw + (1080px / 2));
  }
  .to-screen-edges__content {
    padding-left: calc(50vw - (1080px / 2));
    padding-right: calc(50vw - (1080px / 2));
  }
}


.pagination {
  margin: 48px 0;
}
ul.pagination {
  list-style: none;
}
.pagination .overview {
  display: block;
  margin-bottom: 20px;
}
.pagination:first-child {
  margin-top: 0;
}
.pagination:last-child {
  margin-bottom: 0;
}
.pagination__overview {
  font-size: 16px;
  margin: 0 0 12px;
}
a.pagination__page, 
a.pagination__previous, 
a.pagination__next {
}
.pagination__current, .pagination__page, .pagination__next {
  display: inline-block;
  padding: 5px 12px;
  border: #bf2c37 solid 1px;
  margin-bottom: 15px;
}
.pagination__page--current, 
ul.pagination li.active, 
ul.pagination li.active a {
  background: #bf2c37;
  color: #fff;
  font-weight: 700;
}

ul.pagination li {
  display: inline-block;
  padding: 5px 12px;
  border: #bf2c37 solid 1px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .pagination__overview {
    display: inline-block;
    margin: 0 24px 0 0;
  }
}


.pull-quote {
  border: 2px solid #bf2c37;
  color: #565658;
  font-size: 120%;
  font-weight: 300;
  line-height: 36px;
  margin: 24px 0;
  padding: 24px 36px 24px;
  position: relative;
}
.pull-quote::before {
  background: #fff;
  color: #bf2c37;
  content: '\f10d';
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  font-weight: 900;
  padding: 6px 0;
  position: absolute;
  left: -12px;
}
.pull-quote__attribution {
  display: block;
  font-size: 15px;
  line-height: 24px;
  opacity: 0.8;
}
.pull-quote__attribution::before {
  content: '– ';
}
p + .pull-quote__attribution {
  margin-top: -18px;
}

@media (min-width: 480px) {
  .pull-quote--left,
  .pull-quote--right {
    max-width: 40%;
    margin-top: 0;
  }
  .pull-quote--left {
    float: left;
    margin-right: 24px;
  }
  .pull-quote--right {
    float: right;
    margin-left: 24px;
  }
}


.content-box {
  padding: 24px;
  border: 2px solid #9e252e;
  background: #fff;
}
.content-box:not(:last-child) {
  margin-bottom: 24px;
}
.content-box h1,
.content-box h2,
.content-box h3,
.content-box h4,
.content-box h5,
.content-box h6 {
  color: #bf2c37;
}
.content-box--highlight,
.content-box--alternative {
  border-color: #565658;
}
.content-box--highlight h1,
.content-box--highlight h2,
.content-box--highlight h3,
.content-box--highlight h4,
.content-box--highlight h5,
.content-box--highlight h6,
.content-box--alternative h1,
.content-box--alternative h2,
.content-box--alternative h3,
.content-box--alternative h4,
.content-box--alternative h5,
.content-box--alternative h6 {
  color: #818285;
}
.content-box--action {
  background: #bf2c37;
  border-color: #bf2c37;
}
.content-box--action h1,
.content-box--action h2,
.content-box--action h3,
.content-box--action h4,
.content-box--action h5,
.content-box--action h6,
.content-box--action p,
.content-box--action a {
  color: #fff;
}

.truncator-expand {
  display: block;
  width: 100%;
  padding-top: 6px;
  margin-top: 12px;
  border-top: 1px dashed #babbbd;
  text-align: left;
  color: #818285;
  font-weight: 700;
  font-size: 15px;
}
.margin + .truncator-expand {
  margin-top: -12px;
}
.margin + .truncator-expand:not(:last-child) {
  margin-bottom: 24px;
}
.item-list + .truncator-expand,
.margin-large + .truncator-expand {
  margin-top: -36px;
}
.item-list + .truncator-expand:not(:last-child),
.margin-large + .truncator-expand:not(:last-child) {
  margin-bottom: 48px;
}

.color-spec {
  overflow: hidden;
  border: 1px solid #babbbd;
}
.color-spec__swatch {
  height: 0;
  padding-bottom: 100%;
}
.color-spec__text {
  padding: 24px 18px;
  font-size: 15px;
}
.color-spec__title {
  font-size: 20px;
  margin-bottom: 12px;
}
.color-spec__text p:not(:last-child) {
  margin-bottom: 12px;
}
.color-spec__role {
  font-style: italic;
  opacity: 0.65;
}

.js .toggle-target:not(.is-active) {
  display: none;
}

.screenreaders-only {
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.group:after,
.side-label:after,
.page-header:after,
.interior-layout:after,
.item-list__item:after {
  content: "";
  display: table;
  clear: both;
}


/*! ---------- =grids ---------- */

.grid {
  display: block;
  padding: 0;
  margin-right: -24px;
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  text-align: center;
}
.grid.align-left {
  text-align: left;
}
.grid.align-right {
  text-align: right;
}
.grid.no-margin {
  margin-bottom: -24px;
}
.grid--compact {
  margin-right: -12px;
}
.grid--compact.no-margin {
  margin-bottom: -12px;
}
.grid__unit {
  display: inline-block;
  width: 100%;
  padding: 0 24px 24px 0;
  margin: 0;
  vertical-align: top;
  letter-spacing: normal;
  text-rendering: auto;
  text-align: left;
}
.grid--compact > .grid__unit {
  padding: 0 12px 12px 0;
}
.grid__unit--1-2 {
  width: 50%;
}
.grid__unit--1-3 {
  width: 33.33%;
}
.grid__unit--2-3 {
  width: 66.66%;
}
.grid__unit--1-4 {
  width: 25%;
}
.grid__unit--3-4 {
  width: 75%;
}
.grid__unit--1-5 {
  width: 20%;
}
.grid__unit--2-5 {
  width: 40%;
}
.grid__unit--3-5 {
  width: 60%;
}
.grid__unit--4-5 {
  width: 80%;
}
.grid__unit--1-6 {
  width: 16.66%;
}
.grid__unit--5-6 {
  width: 83.3%;
}
.grid__unit--1-8 {
  width: 12.5%;
}
.grid__unit--3-8 {
  width: 37.5%;
}
.grid__unit--5-8 {
  width: 62.5%;
}
.grid__unit--7-8 {
  width: 87.5%;
}
.grid__unit--1-9 {
  width: 11.11%;
}
.grid__unit--2-9 {
  width: 22.22%;
}
.grid__unit--4-9 {
  width: 44.44%;
}
.grid__unit--5-9 {
  width: 55.55%;
}
.grid__unit--7-9 {
  width: 77.77%;
}
.grid__unit--8-9 {
  width: 88.88%;
}
.grid__unit--1-12 {
  width: 8.33%;
}
.grid__unit--5-12 {
  width: 41.65%;
}
.grid__unit--7-12 {
  width: 58.31%;
}
.grid__unit--11-12 {
  width: 91.63%;
}

@media (min-width: 480px) {
  .grid__unit--1-1-s {
    width: 100%;
  }
  .grid__unit--1-2-s {
    width: 50%;
  }
  .grid__unit--1-3-s {
    width: 33.33%;
  }
  .grid__unit--2-3-s {
    width: 66.66%;
  }
  .grid__unit--1-4-s {
    width: 25%;
  }
  .grid__unit--3-4-s {
    width: 75%;
  }
  .grid__unit--1-5-s {
    width: 20%;
  }
  .grid__unit--2-5-s {
    width: 40%;
  }
  .grid__unit--3-5-s {
    width: 60%;
  }
  .grid__unit--4-5-s {
    width: 80%;
  }
  .grid__unit--1-6-s {
    width: 16.66%;
  }
  .grid__unit--5-6-s {
    width: 83.3%;
  }
  .grid__unit--1-8-s {
    width: 12.5%;
  }
  .grid__unit--3-8-s {
    width: 37.5%;
  }
  .grid__unit--5-8-s {
    width: 62.5%;
  }
  .grid__unit--7-8-s {
    width: 87.5%;
  }
  .grid__unit--1-9-s {
    width: 11.11%;
  }
  .grid__unit--2-9-s {
    width: 22.22%;
  }
  .grid__unit--4-9-s {
    width: 44.44%;
  }
  .grid__unit--5-9-s {
    width: 55.55%;
  }
  .grid__unit--7-9-s {
    width: 77.77%;
  }
  .grid__unit--8-9-s {
    width: 88.88%;
  }
  .grid__unit--1-12-s {
    width: 8.33%;
  }
  .grid__unit--5-12-s {
    width: 41.65%;
  }
  .grid__unit--7-12-s {
    width: 58.31%;
  }
  .grid__unit--11-12-s {
    width: 91.63%;
  }
}

@media (min-width: 768px) {
  .grid {
    margin-right: -48px;
  }
  .grid.no-margin {
    margin-bottom: -48px;
  }
  .grid--compact {
    margin-right: -24px;
  }
  .grid--compact.no-margin {
    margin-bottom: -24px;
  }
  .grid__unit {
    padding: 0 48px 48px 0;
  }
  .grid--compact > .grid__unit {
    padding: 0 24px 24px 0;
  }
  .grid__unit--1-1-m {
    width: 100%;
  }
  .grid__unit--1-2-m {
    width: 50%;
  }
  .grid__unit--1-3-m {
    width: 33.33%;
  }
  .grid__unit--2-3-m {
    width: 66.66%;
  }
  .grid__unit--1-4-m {
    width: 25%;
  }
  .grid__unit--3-4-m {
    width: 75%;
  }
  .grid__unit--1-5-m {
    width: 20%;
  }
  .grid__unit--2-5-m {
    width: 40%;
  }
  .grid__unit--3-5-m {
    width: 60%;
  }
  .grid__unit--4-5-m {
    width: 80%;
  }
  .grid__unit--1-6-m {
    width: 16.66%;
  }
  .grid__unit--5-6-m {
    width: 83.3%;
  }
  .grid__unit--1-8-m {
    width: 12.5%;
  }
  .grid__unit--3-8-m {
    width: 37.5%;
  }
  .grid__unit--5-8-m {
    width: 62.5%;
  }
  .grid__unit--7-8-m {
    width: 87.5%;
  }
  .grid__unit--1-9-m {
    width: 11.11%;
  }
  .grid__unit--2-9-m {
    width: 22.22%;
  }
  .grid__unit--4-9-m {
    width: 44.44%;
  }
  .grid__unit--5-9-m {
    width: 55.55%;
  }
  .grid__unit--7-9-m {
    width: 77.77%;
  }
  .grid__unit--8-9-m {
    width: 88.88%;
  }
  .grid__unit--1-12-m {
    width: 8.33%;
  }
  .grid__unit--5-12-m {
    width: 41.65%;
  }
  .grid__unit--7-12-m {
    width: 58.31%;
  }
  .grid__unit--11-12-m {
    width: 91.63%;
  }
}

@media (min-width: 960px) {
  .grid__unit--1-1-l {
    width: 100%;
  }
  .grid__unit--1-2-l {
    width: 50%;
  }
  .grid__unit--1-3-l {
    width: 33.33%;
  }
  .grid__unit--2-3-l {
    width: 66.66%;
  }
  .grid__unit--1-4-l {
    width: 25%;
  }
  .grid__unit--3-4-l {
    width: 75%;
  }
  .grid__unit--1-5-l {
    width: 20%;
  }
  .grid__unit--2-5-l {
    width: 40%;
  }
  .grid__unit--3-5-l {
    width: 60%;
  }
  .grid__unit--4-5-l {
    width: 80%;
  }
  .grid__unit--1-6-l {
    width: 16.66%;
  }
  .grid__unit--5-6-l {
    width: 83.3%;
  }
  .grid__unit--1-8-l {
    width: 12.5%;
  }
  .grid__unit--3-8-l {
    width: 37.5%;
  }
  .grid__unit--5-8-l {
    width: 62.5%;
  }
  .grid__unit--7-8-l {
    width: 87.5%;
  }
  .grid__unit--1-9-l {
    width: 11.11%;
  }
  .grid__unit--2-9-l {
    width: 22.22%;
  }
  .grid__unit--4-9-l {
    width: 44.44%;
  }
  .grid__unit--5-9-l {
    width: 55.55%;
  }
  .grid__unit--7-9-l {
    width: 77.77%;
  }
  .grid__unit--8-9-l {
    width: 88.88%;
  }
  .grid__unit--1-12-l {
    width: 8.33%;
  }
  .grid__unit--5-12-l {
    width: 41.65%;
  }
  .grid__unit--7-12-l {
    width: 58.31%;
  }
  .grid__unit--11-12-l {
    width: 91.63%;
  }
}


/*! ---------- =forms ---------- */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea,
select {
  background: #f6f6f6;
  border-bottom: 3px solid #bf2c37;
  color: #353535;
  color: rgba(53, 53, 53, 0.8);
  display: block;
  font: 15px/24px "Barlow", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 9px 12px;
  -webkit-transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
  transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
  width: 100%;
}
input[type="text"]:not(:last-child),
input[type="email"]:not(:last-child),
input[type="password"]:not(:last-child),
input[type="number"]:not(:last-child),
input[type="tel"]:not(:last-child),
textarea:not(:last-child),
select:not(:last-child) {
  margin-bottom: 24px;
}
input[type="text"]:required,
input[type="email"]:required,
input[type="password"]:required,
input[type="number"]:required,
input[type="tel"]:required,
textarea:required,
select:required {
  border-color: #e4ccce;
}
input[type="text"].input-validation-error,
input[type="email"].input-validation-error,
input[type="password"].input-validation-error,
input[type="number"].input-validation-error,
input[type="tel"].input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
  border-color: #d35400;
  color: #d35400;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  color: #353535;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #bf2c37;
  background-image: url(/images/default-source/siteimages/chevron-down.png);
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 24px !important;
  -webkit-border-radius: 24px !important;
  -moz-border-radius: 24px !important;
  color: #fff;
  font-size: 18px;
  padding: 12px 24px;
}
select:focus {
  color: #f6f6f6;
}
textarea {
  padding: 12px;
  min-height: 96px;
}
textarea.textarea-large {
  min-height: 240px;
}
input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  position: relative;
  top: -0.1em;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  font-size: 18px;
  line-height: 1.5;
}
label + input[type="radio"],
label + input[type="checkbox"] {
  margin-left: 24px;
}

label {
  color: #bf2c37;
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
  opacity: 0.9;
  -webkit-transition: color 0.15s ease-out, opacity 0.15s ease-out;
  transition: color 0.15s ease-out, opacity 0.15s ease-out;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}

label.required {
  color: #9e252e;
}
label.required::after {
  content: '*';
  font-weight: 400;
}
label.input-validation-error {
  color: #d35400;
}
label.is-selected {
  color: #565658;
}
label.is-focused {
  color: #565658;
  opacity: 1;
}

.side-label {
  margin: 0;
}
.side-label:not(:last-child) {
  margin-bottom: 24px;
}

@media (min-width: 480px) {
  .side-label {
    padding-left: 168px;
  }
  .side-label label {
    width: 168px;
    float: left;
    margin-left: -168px;
    padding: 6px 1em 0 0;
  }
}


.field-validation-error {
  display: block;
  margin-bottom: 24px;
  font-size: 15px;
  color: #d35400;
}
input + .field-validation-error,
select + .field-validation-error,
textarea + .field-validation-error {
  margin-top: -18px;
}


/*! ---------- =body ---------- */

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
}

.content {
  padding: 24px;
}

.page-bounds,
.hero__content {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}


@media (min-width: 768px) {
  .content {
    padding: 48px;
  }
}


.section {
  margin-bottom: 24px;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .section {
    margin-bottom: 48px;
    margin-top: 48px;
  }
}

.section__halves {
  position: relative;
}
.section__halves--content {
  padding: 72px;
}

@media (min-width: 768px) {
  .section__halves--content {
    padding: 96px 72px;
  }
}

@media (min-width: 768px) {
  .section__halves--content-container {
    margin: 0 auto;
    max-width: 90%;
  }
}

.section__halves--photo {
  overflow: hidden;
  position: relative;
}
.section__halves--photo img {
  /*left: 50%;*/
  min-width: 100% !important;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /*position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/
}

@media (max-width: 767px) {


  .section.section__local.section__halves.section__halves--left .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
  flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 0 1;
    flex: 0 1;
  
  }
  .grid__unit.grid__unit--1-2-m.section__local--map.section__halves--content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  display: block;
  }
  .grid__unit.grid__unit--1-2-m.section__halves--photo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  display: block;
  }



}


/*! ---------- =header common ---------- */

.page-header {
  background: #fff;
  border-bottom: 1px solid #000;
  padding: 0 24px;
  position: relative;
  z-index: 100;
}
.page-header .page-bounds,
.page-header .hero__content {
  position: relative;
}
.page-header__toggle {
  display: none;
}

@media (max-width: 1174px) {
  .page-header {
    width: 100%;
  }
  .page-header__toggle {
    background: #bf2c37;
    color: #fff;
    padding: 23px 24px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .page-header__toggle.mobile-menu-is-open {
    color: #bf2c37;
  }
  .js .page-header__toggle {
    display: block;
  }
  .page-header__toggle .toggle-indicator {
    margin-left: 6px;
  }
  .page-header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    clear: both;
    margin-left: -24px;
    margin-right: -24px;
  }
}

@media (min-width: 1175px) {
  .page-header {
    padding-left: 48px;
    padding-right: 48px;
  }
}


@media (max-width: 1174px) {
  .header-search {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .header-nav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .header-utility {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

/*! slide-right / offscreen mobile menu */


@media (max-width: 1174px) {
  .page-header__content {
    display: none;
    width: 80%;
    width: calc(100% - 72px);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    overflow: auto;
    background: #fff;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }

  @supports (transform: translateX(-100%)) {
    .page-header__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      opacity: 0;
      visibility: hidden;
    }
  }

  .page-header__content.mobile-menu-is-open {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  @supports (transform: translateX(-100%)) {
    .page-header__content.mobile-menu-is-open {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15), 1px 0 2px rgba(0, 0, 0, 0.2);
      opacity: 1;
      visibility: visible;
    }
  }

  .page-header .header-search__input {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
  .page-header .header-search__submit {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    background: transparent;
    color: #bf2c37;
  }
}

.page-header__toggle.mobile-menu-is-open {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20%;
  width: calc(0% + 72px);
  font-size: 0.01px;
  color: transparent;
  background: rgba(0, 0, 0, 0.7);
}
.page-header__toggle.mobile-menu-is-open .toggle-indicator {
  position: absolute;
  top: 26px;
  left: 50%;
  margin: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}


/*! ---------- =header components ---------- */

.header-logo a,
.header-logo img {
  display: block;
  max-width: 100%;
  margin: 0;
}

@media (max-width: 1174px) {
  .header-logo a {
    padding: 12px 0;
  }
  .header-logo img {
    max-height: 48px;
  }
}


.toggle-indicator {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  position: relative;
}
.toggle-indicator__piece {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  -webkit-transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, -webkit-transform 0.25s ease-out;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, -webkit-transform 0.25s ease-out;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.toggle-indicator__piece::before {
  background: #fff;
  content: '';
  display: block;
  height: 4px;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  width: 24px;
}
.page-header .toggle-indicator__piece::before {
  background: #fff;
}
.toggle-indicator__piece--1 {
  margin-top: -8px;
}
.toggle-indicator__piece--3 {
  margin-top: 4px;
}
.is-active .toggle-indicator__piece,
.mobile-menu-is-open .page-header .toggle-indicator__piece {
  -webkit-transition: opacity 0.2s ease-out, margin 0.2s ease-out, -webkit-transform 0.25s ease-out 0.3s;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, -webkit-transform 0.25s ease-out 0.3s;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s, -webkit-transform 0.25s ease-out 0.3s;
}
.is-active .toggle-indicator__piece::before,
.mobile-menu-is-open .page-header .toggle-indicator__piece::before {
  background: #818285;
}
.is-active .toggle-indicator__piece--2,
.mobile-menu-is-open .page-header .toggle-indicator__piece--2 {
  opacity: 0;
}
.is-active .toggle-indicator__piece--1,
.is-active .toggle-indicator__piece--3,
.mobile-menu-is-open .page-header .toggle-indicator__piece--1,
.mobile-menu-is-open .page-header .toggle-indicator__piece--3 {
  margin-top: -2px;
}
.is-active .toggle-indicator__piece--1,
.mobile-menu-is-open .page-header .toggle-indicator__piece--1 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.is-active .toggle-indicator__piece--3,
.mobile-menu-is-open .page-header .toggle-indicator__piece--3 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-menu-is-open .page-header .toggle-indicator__piece::before {
  background: #fff;
}

.header-utility__list {
  display: inline-block;
  list-style: none;
  margin: 0;
}
.header-utility__item {
  display: inline-block;
}
.header-utility__item a {
  color: #8c8c8c;
  display: block;
  font-size: 15px;
  padding: 6px;
}
.header-utility__item a:hover,
.header-utility__item a:focus {
  color: #ec3e4b;
}
.header-utility__item .button {
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
}
.header-utility__item .button:focus,
.header-utility__item .button:hover {
  color: #fff;
}

@media (max-width: 1174px) {
  .header-utility {
    padding: 18px 24px;
    text-align: center;
  }
  .header-utility__list {
    display: block;
    margin-bottom: 24px;
  }
  .header-utility__item {
    display: block;
    padding: 16px 0 0;
  }
  .header-utility__item a,
  .header-utility__item a:hover,
  .header-utility__item a:focus {
    color: #8c8c8c;
  }
  .header-utility__item .button {
    font-size: 24px;
    padding: 12px 48px;
  }
}

@media (min-width: 1175px) {
  .header-utility__item .button {
    padding: 12px;
  }
}

@media (min-width: 1260px) {
  .header-utility__item .button {
    padding: 16px 24px;
  }
}


/*! account for utility nav dropdowns */

.header-utility__item > ul {
  list-style: none;
  margin: 0;
}

@media (max-width: 1174px) {
  .header-utility {
    text-align: left;
  }
  .header-utility__item {
    display: block;
  }
  .header-utility__item > a {
    font-weight: 700;
  }
  .header-utility__item > a > .fas {
    display: none;
  }
  .header-utility__item > ul a {
    padding: 6px 6px 6px 24px;
  }
}

@media (min-width: 1175px) {
  .header-utility__item {
    position: relative;
  }
  .header-utility__item > ul {
    min-width: 12em;
    padding: 12px 0;
    position: absolute;
    left: 50%;
    top: 80%;
    border: 1px solid #cdcdcd;
    text-align: left;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateX(-50%) translateY(-12px);
    transform: translateX(-50%) translateY(-12px);
    z-index: -1;
    transition: all 0.15s ease-out;
  }
  .header-utility__item > ul::before,
  .header-utility__item > ul::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top-width: 0;
    border-bottom-color: #cdcdcd;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: 100%;
    z-index: 1;
  }
  .header-utility__item > ul::after {
    margin-bottom: -1px;
    border-bottom-color: #fff;
    z-index: 2;
  }
  .header-utility__item > ul > li > a {
    padding: 6px 12px;
    color: #4d4d62;
  }
  .header-utility__item:hover > ul,
  .header-utility__item:focus > ul {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    z-index: 4;
  }
}



.header-user {
  display: inline-block;
  font-size: 15px;
  margin-left: 24px;
}

.header-user__loggedin a:nth-child(3) {
  background: #bf2c37;
  border-radius: 15px;
  color: #fff;
  margin-left: 12px;
  padding: 19px 24px;
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
}

.header-user__loggedin a:nth-child(3):hover,
.header-user__loggedin a:nth-child(3):active {
  background: #9e252e;
  color: #fff;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}

.header-user__loggedout .button {
  border-radius: 15px;
  font-size: 15px;
  padding: 15px 24px;
  text-transform: capitalize;
}

@media (min-width: 1175px) and (max-width: 1415px) {
  .header-utility__list {
    margin-top: 18px;
  }
  .header-user {
    display: block;
    text-align: right;
    margin-top: -126px;
    margin-right: -67px;
    position: relative;
    z-index: 2;
  }
  .header-user__loggedin a:nth-child(3) {
    padding: 8px 24px;
  }
  .header-user__loggedout .button {
    padding: 6px 24px;
  }
  .header-search {
    top: 80px !important;
  }
}



.header-search {
  position: relative;
}
.header-search__label {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 12px;
  margin: 0;
  opacity: 0.3;
  font-size: 18px;
}
.header-search__label:hover,
.header-search__label:focus {
  opacity: 0.8;
}
.header-search__input {
  background: #fff;
  border-bottom: 3px solid #bf2c37 !important;
  display: block;
  font-size: 18px;
  line-height: 24px;
  margin: 0 !important;
  padding: 12px 72px 12px 24px !important;
  width: 100%;
}
.header-search__submit {
  display: block;
  width: 60px;
  padding: 13px 0;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  background: #818285;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 1174px) {
  .header-search {
    margin-top: -1px;
  }
  .header-search__label {
    display: none;
  }
}

@media (min-width: 1175px) {
  .header-search {
    width: 60px;
    position: absolute;
    right: 12px;
  }

  @supports (left: calc(100% - 80px)) {
    .header-search {
      width: auto;
      left: calc(100% - 80px);
      -webkit-transition: left 0.15s ease-out;
      transition: left 0.15s ease-out;
    }
  }

  .header-search.is-focused {
    width: 100%;
  }

  @supports (left: calc(100% - 80px)) {
    .header-search.is-focused {
      width: auto;
      left: 24px;
    }
  }


  .header-search__label {
    background: #818285;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    padding: 13px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
  }
  .header-search__label:hover,
  .header-search__label:focus {
    background: #565658;
  }
  .header-search__label.is-focused {
    background: rgba(255, 255, 255, 0);
  }
  .header-search__input {
    position: absolute;
    top: -100px;
    right: 0;
    padding-left: 42px !important;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.01;
  }
  .header-search__input:focus {
    opacity: 1;
    top: 50%;
  }
  .header-search__submit {
    display: none;
  }
}

@media (min-width: 1260px) {
  .header-search__label {
    padding: 16px;
  }
}

.header-nav ul {
  list-style: none;
  margin: 0;
}
.header-nav li {
  position: relative;
}
.header-nav a {
  display: block;
}
.header-nav > ul > li > a {
  font-weight: 700;
  color: #333;
}
.header-nav li li a {
  font-size: 15px;
  color: #353535;
}
.header-nav li li li a {
  color: #4f4f4f;
}
.header-nav li li li li a {
  color: #5e5e5e;
}
.header-nav__toggle {
  display: none;
}

@media (max-width: 1174px) {
  .header-nav {
    background: #fff;
  }
  .header-nav a {
    padding: 12px 60px 12px 24px;
    border-bottom: 1px solid #f6f6f6;
  }
  .header-nav li li a {
    padding-left: 48px;
    border-bottom-color: rgba(246, 246, 246, 0.5);
  }
  .header-nav li li li a {
    padding-left: 72px;
  }
  .header-nav li li li li a {
    padding-left: 96px;
  }
  .header-nav > ul > li > a {
    color: #333;
  }
  .header-nav > ul > li > ul a {
    color: #353535;
  }
  .header-nav > ul > li.is-current > a,
  .header-nav > ul > li > ul > li.is-current > a {
    color: #bf2c37;
  }
  .js .header-nav li ul {
    background: #f6f6f6;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
    transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
  }
  .js .header-nav li ul.is-active {
    max-height: 100em;
    -webkit-transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
    transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
  }
  .header-nav__toggle {
    width: 60px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .js .header-nav__toggle {
    display: block;
  }
  .header-nav__toggle::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-width: 0;
    border-top-color: #babbbd;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -5px;
    -webkit-transform: scaleX(0.6);
    -ms-transform: scaleX(0.6);
    transform: scaleX(0.6);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .header-nav__toggle.is-active::before {
    border-top-color: #bf2c37;
    -webkit-transform: scaleX(0.6) rotateX(180deg);
    transform: scaleX(0.6) rotateX(180deg);
  }
}

@media (min-width: 1175px) {
  .header-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
  clear: both;
  }
  .header-nav > ul > li {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: static;
  }
  .header-nav > ul > li > a {
    padding: 0 0 24px;
    position: relative;
  }
  .header-nav > ul > li > a:hover,
  .header-nav > ul > li > a:focus {
    color: #818285;
  }
  .header-nav .is-current > a {
    color: #9e252e;
  }
}

/*! megamenu-style dropdowns */

@media (min-width: 1175px) {
  .header-nav > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 36px 48px;
    border-top: 2px solid #333;
    text-align: left;
    background: #fff;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    -webkit-transition: opacity 0.1s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    transition: opacity 0.1s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    box-shadow: 0 1px 0 #babbbd, -1079px 0 0 #fff, 1079px 0 0 #fff, -1079px 1px 0 #babbbd, 1079px 1px 0 #babbbd;
  }
  .header-nav > ul > li > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    padding-bottom: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    -ms-flex: 0 0 calc(33% - 12px);
    flex: 0 0 calc(33% - 12px);
  }
  .header-nav > ul > li > ul > li > a {
    font-size: 18px;
    color: #818285;
    padding-bottom: 6px;
  }
  .header-nav > ul > li > ul > li > ul {
    padding-top: 12px;
    border-top: 1px solid #babbbd;
  }
  .header-nav > ul > li > ul > li > ul a {
    color: #353535;
  }
  .header-nav > ul > li > ul a:hover,
  .header-nav > ul > li > ul a:focus {
    color: #818285;
  }
  .header-nav > ul > li:hover > a {
    color: #bf2c37;
  }
  .header-nav > ul > li:hover > a::before {
    opacity: 1;
    visibility: visible;
    z-index: 101;
    -webkit-transition: opacity 0.15s ease-out 0.575s, z-index 0s linear 0.575s, visibility 0s linear 0.575s;
    transition: opacity 0.15s ease-out 0.575s, z-index 0s linear 0.575s, visibility 0s linear 0.575s;
  }
  .header-nav > ul > li:hover > ul {
    opacity: 1;
    z-index: 100;
    visibility: visible;
    -webkit-transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
    transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
  }
}

/*! navigation cascade animation */

@media (min-width: 1175px) {
  .header-nav > ul > li > ul > li {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  .header-nav > ul > li:hover > ul > li {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out, opacity 0.25s ease-out;
    transition: transform 0.25s ease-out, opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(1) {
    -webkit-transition-delay: 0.535s, 0.535s;
    transition-delay: 0.535s, 0.535s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(2) {
    -webkit-transition-delay: 0.57s, 0.57s;
    transition-delay: 0.57s, 0.57s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(3) {
    -webkit-transition-delay: 0.605s, 0.605s;
    transition-delay: 0.605s, 0.605s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(4) {
    -webkit-transition-delay: 0.64s, 0.64s;
    transition-delay: 0.64s, 0.64s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(5) {
    -webkit-transition-delay: 0.675s, 0.675s;
    transition-delay: 0.675s, 0.675s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(6) {
    -webkit-transition-delay: 0.71s, 0.71s;
    transition-delay: 0.71s, 0.71s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(7) {
    -webkit-transition-delay: 0.745s, 0.745s;
    transition-delay: 0.745s, 0.745s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(8) {
    -webkit-transition-delay: 0.78s, 0.78s;
    transition-delay: 0.78s, 0.78s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(9) {
    -webkit-transition-delay: 0.815s, 0.815s;
    transition-delay: 0.815s, 0.815s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(10) {
    -webkit-transition-delay: 0.85s, 0.85s;
    transition-delay: 0.85s, 0.85s;
  }
}


/*! ---------- =header layout ---------- */

.header-logo {
  float: left;
}

@media (min-width: 1416px) and (max-width: 1469px) {
  .header-logo {
    max-width: 245px!important;
  }
}

@media (min-width: 1175px) {
  .page-header {
    padding-top: 0;
  }

  .header-logo {
    max-width: 320px;
    margin-right: 24px;
  }
  .header-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 120px;
    padding: 12px 0;
  }
  .header-logo img {
    max-height: 100%;
  }/*! disclosure search */

  .header-search {
    z-index: 3;
  }
  .header-search.is-focused .header-search__input {
    box-shadow: 0 -6px 0 #fff, 0 6px 0 #fff;
  }
}

/*@media (min-width: 768px) and (max-width: 1175px) {
  .header-logo a {
    padding-bottom: 0;
  }

  .header-utility,
  .header-search {
    overflow: hidden;
  }

  .header-nav {
    clear: both;
  }*//*! disclosure search */

/*  .header-utility {
    position: absolute;
    right: 24px;
    top: 36px;
  }

  .header-search {
    position: absolute;
    right: 24px;
    bottom: 36px;
    overflow: visible;
  }

  .header-nav {
    padding-right: 72px;
  }
}*/

@media (min-width: 1175px) {
  .page-header {
    padding-top: 0;
  }
  .page-header > .page-bounds,
  .page-header > .hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 120px;
  }
  .page-header__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .header-utility {
    margin-right: 36px;
    position: absolute;
    right: 36px;
  }
  .header-utility__item > a {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .header-search {
    /*width: 150px;*/
    position: absolute;
    right: 24px;
    top: 61px;
    /*top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
  }

  .header-nav > ul > li > a {
   /* padding-top: 48px;
    padding-bottom: 48px;*/
  }

  .header-utility {
    margin-right: 60px;
  }

  .header-search.is-focused {
    left: 272px;
  }
  body.is-scrolled .header-search.is-focused {
    left: 0;
  }
}


/*! ---------- =footer common ---------- */

.page-footer {
  padding: 0 24px;
}
.page-footer .page-bounds,
.page-footer .hero__content {
  position: relative;
}

@media (min-width: 768px) {
  .page-footer {
    padding: 0 48px;
  }
}


/*! ---------- =footer style ---------- */

/*! solid footer style */

.page-footer {
  padding-top: 48px;
  padding-bottom: 48px;
  background: #bf2c37;
  color: #fff;
}
.page-footer a {
  color: #fff;
  font-weight: 700;
}
.page-footer a:hover,
.page-footer a:focus {
  color: #fff;
  text-decoration: underline;
}
.page-footer .footer-trending__title,
.page-footer .footer-actions__title {
  color: #fff;
}

@media (min-width: 768px) {
  .page-footer {
    padding-top: 72px;
  }
}


/*! ---------- =footer components ---------- */

.footer-logo {
  text-align: center;
}
.footer-logo a {
  display: inline-block;
  max-width: 100%;
  margin: 0 auto;
}

.footer-social__icon {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 12px;
  font-size: 23px;
}
.footer-social__icon:focus,
.footer-social__icon:hover {
  opacity: 0.7;
}

.footer-trending__title {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.5;
}

.footer-utility__list {
  list-style: none;
  margin: 0;
}
.footer-utility__item {
  display: inline-block;
  vertical-align: middle;
}
.footer-utility__item a {
  display: block;
  padding: 6px;
}

@media (min-width: 480px) {
  .footer-utility__item a {
    padding: 6px 12px;
  }
}


.footer-actions__section {
  margin-bottom: 24px;
}
.footer-actions__title {
  font-size: 23px;
  line-height: 24px;
  margin-bottom: 6px;
}
.footer-actions__list {
  list-style: none;
  margin: 0 0 0 -12px;
}
.footer-actions__item {
  display: inline-block;
  vertical-align: middle;
}
.footer-actions__item a {
  display: block;
  padding: 6px;
}

@media (max-width: 479px) {
  .footer-actions__item {
    display: block;
  }
}

@media (min-width: 480px) {
  .footer-actions__item a {
    padding: 6px 12px;
  }
}

@media (min-width: 768px) {
  .footer-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .footer-actions__section {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    vertical-align: top;
  }
  .footer-actions__list {
    margin-left: 0;
  }
  .footer-actions__item {
    display: block;
  }
  .footer-actions__item a {
    padding: 6px 0;
  }
}

@media (min-width: 1176px) {
  .footer-actions__section {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
  }
}


.footer-copyright {
  font-size: 13px;
  margin: 0;
}


/*! ---------- =footer layouts ---------- */

.page-footer {
  padding-bottom: 0;
}

.footer-logo img {
  max-height: 95px;
}

.page-footer__copyright {
  background: #9e252e;
  margin-top: 24px;
  padding: 24px;
}

.footer-contact {
  padding-left: 24px;
}
.footer-contact__address::before,
.footer-contact__phone::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: -24px;
  padding-right: 12px;
}
.footer-contact__address {
  line-height: 1.2;
}
.footer-contact__address::before {
  content: '\f3c5';
}
.footer-contact__phone::before {
  content: '\f095';
}

@media (max-width: 767px) {
  .page-footer {
    text-align: center;
  }

  .footer-social,
  .footer-contact {
    margin-top: 24px;
  }

  .footer-utility {
    margin-top: 12px;
  }
}

@media (min-width: 768px) {
  .page-footer {
    border-top-right-radius: 80px;
    padding-top: 36px;
  }

  .footer-logo {
    width: 50%;
    float: left;
    padding-right: 16.008px;
  }

  .page-footer__content {
    padding-left: 7.992px;
    overflow: hidden;
  }

  .footer-social {
    margin-top: 18px;
    margin-left: -3px;
  }

  .footer-utility {
    margin-top: 12px;
    margin-left: -12px;
  }

  .footer-copyright {
    float: left;
    padding-left: 7.992px;
  }

  .footer-utility {
    text-align: right;
  }
  .footer-utility__item a {
    font-size: 13px;
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media (min-width: 960px) {
  .footer-logo {
    width: 33.3%;
  }

  .footer-contact,
  .footer-social {
    width: 62.51874%;
    width: calc(62.51874% - 6px);
    float: left;
    clear: left;
    margin-left: 12px;
    margin-right: 12px;
  }
  .footer-social {
    clear: none;
    float: right;
    width: auto;
  }
  .footer-contact {
    line-height: 36px;
  }

  .footer-utility {
    overflow: hidden;
    margin: 0;
  }
}


@media (min-width: 1176px) {
  .page-footer {
    border-top-right-radius: 180px;
  }
}


/* ---------- =interior common ---------- */

.page-title {
  margin-bottom: 24px;
}
.page-title + .breadcrumbs {
  margin-top: -24px;
}


/* ---------- =interior components ---------- */

.title-block {
  margin: -24px -24px 24px;
  padding: 96px 24px 48px;
  background: #bf2c37;
  position: relative;
  overflow: hidden;
}
.title-block::before {
  background: rgba(0, 0, 0, 0.55);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.title-block__background img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.title-block__content,
.title-block__content h1,
.title-block .page-title,
.title-block .breadcrumbs a {
  color: #fff;
}
.title-block__content {
  position: relative;
  text-shadow: 0 0 3px rgba(51, 51, 51, 0.5);
  z-index: 3;
}
.title-block .page-title {
  text-shadow: 0 0 16px rgba(51, 51, 51, 0.4), 0 0 3px rgba(51, 51, 51, 0.3);
}
.title-block .breadcrumbs,
.page-title__author {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .title-block {
    margin: -48px -48px 48px;
    padding: 108px 48px 60px;
  }
}

@media (min-width: 960px) {
  .title-block {
    padding-bottom: 72px;
    padding-top: 72px;
  }
}

/*@media (min-width: 1176px) {
  .title-block {
    padding-bottom: 72px;
    padding-top: 240px;
  }
}*/


.breadcrumbs__container {
  background: #bf2c37;
  color: #fff;
  margin-bottom: 24px;
  margin-top: -24px;
  padding: 24px;
}

.breadcrumbs__container .breadcrumbs {
  margin-bottom: 0;
}
.breadcrumbs__container .breadcrumbs a {
  color: #fff;
}

@media (min-width: 768px) {
  .breadcrumbs__container {
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
    margin-bottom: 48px;
    margin-top: -48px;
    padding: 24px 48px;
  }
}

@media (min-width: 1176px) {
  .breadcrumbs__container {
    border-bottom-left-radius: 180px;
    border-bottom-right-radius: 180px;
    margin-left: -48px;
    margin-right: -48px;
  }
}

.breadcrumbs {
  font-size: 15px;
  margin-bottom: 12px;
}
.breadcrumbs a {
  color: #818285;
  opacity: 0.9;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #818285;
  opacity: 1;
}
.breadcrumbs__separator {
  display: inline-block;
  margin: 0 0.3em;
  opacity: 0.4;
}
.breadcrumb-item::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 8px;
  font-weight: 900;
  margin-left: 6px;
  margin-right: 6px;
  opacity: 0.4;
  vertical-align: middle;
}
.breadcrumb-item:last-child::after {
  display: none;
}

.in-this-section a {
  display: block;
  padding: 6px 0;
  color: #353535;
}
.in-this-section a:focus,
.in-this-section a:hover {
  color: #9e252e;
}
.in-this-section ul {
  list-style: none;
  margin: 0;
}
.in-this-section ul ul {
  display: none;
  padding-left: 24px;
}
.in-this-section ul ul a {
  font-size: 15px;
}
.in-this-section .is-current > ul {
  display: block;
}
.in-this-section .is-current > a {
  color: #bf2c37;
}

@media (max-width: 959px) {
  .in-this-section {
    background: #f6f6f6;
    padding: 12px 24px;
  }
  .in-this-section__toggle {
    display: block;
    width: 100%;
    text-align: left;
  }
  .no-js .in-this-section__toggle {
    display: none;
  }
  .in-this-section .toggle-indicator__piece::before {
    background: #353535;
  }
  .js .in-this-section > ul {
    display: none;
  }
  .js .in-this-section > ul.is-active {
    display: block;
    margin-top: 12px;
  }
}

@media (min-width: 960px) {
  .in-this-section {
    border-bottom: 1px solid #babbbd;
    padding-bottom: 24px;
  }
  .in-this-section__toggle {
    border-bottom: 3px solid #bf2c37;
    cursor: default;
    font-size: 26px;
    line-height: 48px;
    margin-bottom: 12px;
    text-align: left;
    width: 100%;
  }
  .in-this-section__toggle .toggle-indicator {
    display: none;
  }
  .interior-layout .in-this-section {
    margin-top: -6px;
  }
}

/*! Categories List */
.list-categories__container {
  border-bottom: 1px solid #babbbd;
  padding-bottom: 24px;
}
.list-categories__header {
  border-bottom: 3px solid #bf2c37;
  font-size: 26px;
  line-height: 48px;
  margin-bottom: 12px;
}
ul.list-categories {
  list-style: none;
  margin: 0;
}
.list-categories li {
  margin-top: 6px;
}


/*! Partnership Programs/Carriers/Agents */
.partnership-list__programs,
.partnership-list__carriers {
  margin: 24px 0;
}
.item-list__agents h4 {
  margin-bottom: 12px;
}
.item-list__agents .item-list__jobtitle {
  margin-bottom: 6px;
  opacity: 0.8;
}
.item-list__agents .item-list__phone {
  margin-bottom: 0;
}


/*! Committee Member */
.item-list__grid-committee {
  margin-top: 24px;
}
.item-list__headshot {
  border-bottom-right-radius: 30%;
  margin-bottom: 24px;
  max-width: 60%;
  text-align: center;
}
.item-list__fullname {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 6px;
}
.item-list__jobtitle {
  opacity: 0.8;
}

@media (min-width: 960px) {

  .item-list__headshot {
    max-width: 90%;
  }
}

/*! Publications */
.item-list__publications .item-list__thumbnail {
  float: none;
  margin: 0 auto 24px;
  max-width: 70%;
  width: 100%;
}

@media (max-width: 959px) {
  .publication-detail__thumbnail {
    max-width: 60%;
  }
}


/* ---------- =interior layout ---------- */

.interior-layout__nav,
.interior-layout__main {
  margin-bottom: 24px;
}

@media (min-width: 960px) {
  .interior-layout__nav {
    margin-bottom: 0;
  }
  .interior-layout__nav > *:last-child {
    margin-bottom: 48px;
  }
  .interior-layout__title {
    margin-bottom: 24px;
  }
  .interior-layout__main {
    margin-bottom: 48px;
  }
  .interior-layout__nav,
  .interior-layout__aside {
    width: 30%;
    float: right;
    clear: right;
    overflow: hidden;
  }
  .interior-layout__main {
    width: 70%;
    padding-right: 48px;
    float: left;
  }

  .interior-layout--reverse .interior-layout__nav, 
  .interior-layout--reverse .interior-layout__aside {
    float: left;
    clear: left;
  }
  .interior-layout--reverse .interior-layout__main, 
  .interior-layout--reverse .interior-layout__title {
    float: right;
    clear: right;
    padding-left: 48px;
    padding-right: 0;
  }

}


/*! ---------- =buttons ---------- */

.button {
  background: #bf2c37;
  border-radius: 24px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 12px 36px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.button:hover,
.button:focus {
  background: #9e252e;
  color: #fff;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.button:hover::before,
.button:focus::before {
  width: 100%;
}
.button:active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
}
.button--large {
  display: block;
  width: auto;
  max-width: 100%;
}
.button--large + .button--large {
  margin-left: 0;
  margin-top: 12px;
}
.button--small {
  padding: 6px 24px;
  font-size: 15px;
}
.button--highlight,
.button--alternative {
  background: #818285;
  color: #fff;
}
.button--highlight:hover,
.button--highlight:focus,
.button--alternative:hover,
.button--alternative:focus {
  background: #565658;
  color: #fff;
}
.button--action {
  background: #333;
}
.button--action:hover,
.button--action:focus {
  background: #000;
}
.button--warn {
  background: #d35400;
  color: #fff;
}
.button--warn:hover,
.button--warn:focus {
  background: #ba4a00;
  color: #fff;
}
.button--cancel {
  background: #ccc;
  color: #353535;
  font-size: 15px;
  font-weight: 400;
}
.button--cancel:hover,
.button--cancel:focus {
  background: #bfbfbf;
  color: #353535;
}

.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -12px;
  margin-right: -6px;
  margin-left: -6px;
}
.button-group > .button {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 12px 6px 0;
}


/*! ---------- =lists ---------- */

.item-list {
  list-style: none;
  margin-left: 0;
}
.item-list:not(:last-child) {
  margin-bottom: 48px;
}
.item-list + .button {
  margin-top: -24px;
}
.item-list__item + .item-list__item {
  border-top: 1px solid #babbbd;
  margin-top: 24px;
  padding-top: 24px;
}
.item-list__thumbnail {
  display: block;
  width: 140px;
  max-width: 33%;
  float: left;
  margin-right: 24px;
}
.item-list__content {
  overflow: hidden;
}
.item-list__title {
  font-family: "Barlow", Helvetica, Arial, sans-serif;
  font-size: 23px;
  line-height: 24px;
  /*margin: 0;*/
  color: #000;
}
.item-list__title:hover,
.item-list__title:focus {
  color: #818285;
}
.item-list__category,
.item-list__date {
  margin: 6px 0;
  font-family: "Barlow", Helvetica, Arial, sans-serif;
  font-style: italic;
  opacity: 0.7;
}
.item-list__category {
  font-style: normal;
}
.item-list__description {
  margin: 12px 0;
}

@media (max-width: 479px) {
  .item-list__thumbnail {
    float: none;
    margin: 0 auto 12px;
  }
}

/*! carousel-style lists */

.item-list--carousel .item-list__item + .item-list__item {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

@media (max-width: 767px) {
  .item-list--carousel .item-list__item {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .item-list--carousel .item-list__item {
    padding-right: 24px;
  }
}

.item-list--carousel .item-list__container,
.item-list__grid-news .item-list__container {
  border-bottom-right-radius: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding-top: 350px;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
}
.item-list--carousel .item-list__container:focus .item-list__content,
.item-list--carousel .item-list__container:hover .item-list__content,
.item-list__grid-news .item-list__container:hover .item-list__content,
.item-list__grid-news .item-list__container:focus .item-list__content {
  background: rgba(255, 255, 255, 0.9);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transform: translateY(6px);
}
.item-list--carousel .item-list__content,
.item-list__grid-news .item-list__content {
  background: rgba(255, 255, 255, 0.8);
  padding: 24px;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
}
.item-list--carousel .item-list__category,
.item-list__grid-news .item-list__category {
  margin-bottom: 6px;
}
.item-list--carousel .item-list__title,
.item-list__grid-news .item-list__title {
  color: #353535;
}
.item-list--carousel .item-list__link,
.item-list__grid-news .item-list__link {
  margin-top: 24px;
}
.item-list--carousel .slick-list {
  margin: 0 43px;
  padding-top: 24px;
}

@media (min-width: 960px) {
  .item-list--carousel .slick-list {
    overflow: visible;
  }
}

.item-list--carousel .slick-slide {
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  pointer-events: none;
}

@media (min-width: 960px) {
  .item-list--carousel .slick-slide {
    opacity: 0.35;
  }
  .item-list--carousel .slick-slide.slick-cloned {
    transition: opacity 0.15s ease-in-out;
    -webkit-transition: opacity 0.15s ease-in-out;
  }
  .item-list--carousel .slick-slide.slick-active {
    opacity: 1;
    pointer-events: auto;
  }
}

.item-list--carousel .slick-arrow {
  background: #bf2c37;
  color: #fff;
  padding: 8px 16px;
  position: absolute;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  top: 50%;
  z-index: 2;
}
.item-list--carousel .slick-arrow:focus,
.item-list--carousel .slick-arrow:hover {
  background: #9e252e;
}
.item-list--carousel .slick-prev {
  border-bottom-left-radius: 24px;
  border-top-left-radius: 24px;
  left: 0;
}
.item-list--carousel .slick-next {
  border-bottom-right-radius: 24px;
  border-top-right-radius: 24px;
  right: 0;
}

@media (min-width: 768px) {
  .item-list--carousel .slick-next {
    right: 24px;
  }
}

@media (min-width: 1176px) {
  .item-list--carousel .slick-next {
    right: 22px;
  }
}

/*! grid-style lists */
.item-list__grid-committee .item-list__item + .item-list__item,
.item-list__gridnews .item-list__item + .item-list__item,
.item-list__grid-news .item-list__item + .item-list__item,
.item-list__publications .item-list__item + .item-list__item {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}


/*! ---------- =quicklinks ---------- */

.quicklinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin-left: 0;
  /*margin: 0 0 48px;*/
}
.quicklinks__link {
  display: block;
  text-align: center;
  position: relative;
}
.quicklinks__title {
  font-size: 26px;
}
.quicklinks__description {
  margin-top: 24px;
}
.quicklinks__more {
  width: 48px;
  height: 48px;
  margin: 24px auto 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  position: relative;
}
.quicklinks__more .fas {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .quicklinks {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .quicklinks__item {
    max-width: 50%;
  }
}

@media (max-width: 479px) {
  .quicklinks__item {
    max-width: 100%;
  }
  .quicklinks__title,
  .quicklinks__description {
    min-height: 0 !important;
  }
}

.quicklinks__serve {
  background: #bf2c37;
  margin-bottom: 24px;
  padding: 36px 60px;
}

@media (min-width: 768px) {
  .quicklinks__serve {
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
    margin-bottom: 48px;
  }
}

@media (min-width: 1176px) {
  .quicklinks__serve {
    border-bottom-left-radius: 180px;
    border-bottom-right-radius: 180px;
  }
}

.quicklinks__serve h1,
.quicklinks__serve h2,
.quicklinks__serve h3,
.quicklinks__serve h4,
.quicklinks__serve h5,
.quicklinks__serve h6,
.quicklinks__serve p,
.quicklinks__serve a {
  color: #fff;
}
.quicklinks__serve--header {
  font-size: 30px;
  margin-bottom: 0;
}

@media (max-width: 959px) {
  .quicklinks__serve--header {
    margin-bottom: 12px;
    text-align: center;
  }
}

@media (min-width: 960px) {
  .quicklinks__serve--header {
    float: left;
    margin-right: 24px;
    max-width: 20%;
  }
}

/*! icons quicklinks style */

.quicklinks {
  margin-right: 0;
}
.quicklinks__item {
  padding-right: 24px;
}
.quicklinks__link {
  background: rgba(255, 255, 255, 0);
  color: #353535;
}
.quicklinks__icon {
  /*font-size: 48px;*/
  margin-bottom: 6px;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.quicklinks__icon img {
  height: 50px;
  vertical-align: middle;
  width:  50px;
}
.quicklinks__title {
  color: #fff;
  font-size: 18px;
  -webkit-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}
.quicklinks__link:hover .quicklinks__icon,
.quicklinks__link:focus .quicklinks__icon {
  color: #babbbd;
  opacity: 0.6;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.quicklinks__link:hover .quicklinks__title,
.quicklinks__link:focus .quicklinks__title {
  color: #babbbd;
}

@media (max-width: 767px) {
  .quicklinks__item {
    width: 30%;
  }
  .quicklinks__icon img {
    max-width: 50%;
  }
}

@media (max-width: 959px) {
  .quicklinks__link {
    margin-top: 24px;
  }
}


/*! ---------- =tabs ---------- */

.tabs--standard:not(:last-child) {
  margin-bottom: 48px;
}
.tabs--standard .tabs__tab {
  background: #e9e9e9;
  border: 1px solid #f6f6f6;
  border-bottom-color: #bf2c37;
  cursor: pointer;
  display: inline-block;
  margin-bottom: -1px;
  opacity: 0.9;
  padding: 12px;
  position: relative;
  vertical-align: bottom;
  z-index: 2;
}
.tabs--standard .tabs__tab.is-active {
  background: #bf2c37;
  border-bottom-color: #bf2c37;
  color: #fff;
  font-weight: 700;
}
.tabs--standard .tabs__pane {
  border: 1px solid #bf2c37;
  padding: 24px;
  display: none;
}
.tabs--standard .tabs__pane.is-active {
  display: block;
}
.tabs--vertical {
  margin-bottom: 48px;
}
.tabs--vertical .tabs__tab {
  background: #f6f6f6;
  padding: 12px;
}
.tabs--vertical .tabs__tab.is-active {
  background: #bf2c37;
  border-color: #bf2c37;
  color: #fff;
  font-weight: 700;
}
.js .tabs--vertical .tabs__pane:not(.is-active) {
  display: none;
}

@media (min-width: 480px) {
  .tabs--standard .tabs__tab {
    padding: 18px 24px;
    font-weight: 400;
  }
}

@media (max-width: 767px), (min-width: 960px) and (max-width: 1175px) {
  .tabs--standard,
  .tabs--vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .tabs--standard .tabs__tab,
  .tabs--standard .tabs__pane,
  .tabs--vertical .tabs__tab,
  .tabs--vertical .tabs__pane {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .tabs--standard .tabs__tab,
  .tabs--vertical .tabs__tab {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border: 1px solid #f6f6f6;
  }
  .tabs--standard .tabs__tab ~ .tabs__tab,
  .tabs--vertical .tabs__tab ~ .tabs__tab {
    margin-top: 6px;
  }
  .tabs--standard .tabs__tab.is-active,
  .tabs--vertical .tabs__tab.is-active {
    border-color: #bf2c37;
  }
  .tabs--standard .tabs__tab:nth-child(2),
  .tabs--vertical .tabs__tab:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .tabs--standard .tabs__tab:nth-child(3),
  .tabs--vertical .tabs__tab:nth-child(3) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .tabs--standard .tabs__tab:nth-child(4),
  .tabs--vertical .tabs__tab:nth-child(4) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .tabs--standard .tabs__tab:nth-child(5),
  .tabs--vertical .tabs__tab:nth-child(5) {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .tabs--standard .tabs__tab:nth-child(6),
  .tabs--vertical .tabs__tab:nth-child(6) {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .tabs--standard .tabs__tab:nth-child(7),
  .tabs--vertical .tabs__tab:nth-child(7) {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .tabs--standard .tabs__tab:nth-child(8),
  .tabs--vertical .tabs__tab:nth-child(8) {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
  }
  .tabs--standard .tabs__tab:nth-child(9),
  .tabs--vertical .tabs__tab:nth-child(9) {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17;
  }
  .tabs--standard .tabs__tab:nth-child(10),
  .tabs--vertical .tabs__tab:nth-child(10) {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19;
  }
  .tabs--standard .tabs__pane,
  .tabs--vertical .tabs__pane {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 24px 12px;
    border: 1px solid #bf2c37;
    border-top-width: 0;
  }
  .tabs--standard .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
  }
}

@media (min-width: 768px) and (max-width: 959px), (min-width: 1176px) {
  .tabs--standard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .tabs--standard::before {
    /* remove sf pseudoel that messes with space-between */
    display: none !important;
  }
  .tabs--standard .tabs__tab {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 18px 24px;
  }
  .tabs--standard.tabs--2 .tabs__tab {
    width: 48%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: calc(50% - 6px);
    flex-basis: calc(50% - 6px);
  }
  .tabs--standard.tabs--3 .tabs__tab {
    width: 31%;
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    -ms-flex-preferred-size: calc(33.3% - 6px);
    flex-basis: calc(33.3% - 6px);
  }
  .tabs--standard.tabs--4 .tabs__tab {
    width: 22%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -ms-flex-preferred-size: calc(25% - 6px);
    flex-basis: calc(25% - 6px);
  }
  .tabs--standard.tabs--5 .tabs__tab {
    width: 17%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    -ms-flex-preferred-size: calc(20% - 6px);
    flex-basis: calc(20% - 6px);
  }
  .tabs--standard .tabs__pane {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .tabs--vertical .tabs__tab {
    clear: left;
    cursor: pointer;
    border: 1px solid #f6f6f6;
    border-right-color: #bf2c37;
    float: left;
    margin-bottom: 6px;
    padding: 11px 17px;
    width: 300px;
  }
  .tabs--vertical .tabs__tab.is-active {
    background: #bf2c37;
    border-color: #bf2c37;
    cursor: default;
  }
  .tabs--vertical .tabs__pane {
    background: #fff;
    border-left: 299px solid #fff;
    box-shadow: inset 0 0 0 1px #bf2c37;
    padding: 24px;
  }
  .tabs--vertical .tabs__pane::after {
    clear: both;
    content: '';
    display: table;
    margin: 30px 0 -30px;
  }
}


.accordion:not(:last-child) {
  margin-bottom: 48px;
}
.accordion__label {
  background: #bf2c37;
  border: 1px solid #bf2c37;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 700;
  overflow: hidden;
  padding: 12px;
}
.accordion__label .fa-arrow-right {
  margin-left: 0.4em;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.accordion__label.is-active {
  background: #9e252e;
  border-color: #bf2c37;
  color: #fff;
}
.accordion__label.is-active .fa-arrow-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion__label ~ .accordion__label {
  margin-top: 6px;
}
.accordion__content {
  border: 1px solid #9e252e;
  border-top: none;
  padding: 24px 12px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  overflow: hidden;
}
.js .accordion__content:not(.is-active) {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0 1px;
  visibility: hidden;
  opacity: 0;
}


/*! ---------- =code and =syntax highlighting ---------- */

pre,
code {
  font-family: "Inconsolata", monospace;
  font-size: 15px;
  line-height: 24px;
}
pre {
  display: block;
  padding: 24px 12px;
  border: 1px solid #ececec;
  color: #222;
  background: white;
  overflow-y: auto;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
pre:not(:last-child) {
  margin-bottom: 24px;
}
pre::before {
  content: attr(rel);
  font-family: "Barlow", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #e3afb3;
  position: absolute;
  top: 2px;
  right: 12px;
}
p > code,
li > code {
  background: white;
  font-style: normal;
}
p > code::before,
p > code::after,
li > code::before,
li > code::after {
  content: '';
  display: inline-block;
  width: 0.5em;
}

/*! syntax highlighting through prism: http://prismjs.com/index.html
*  the following is based off the default theme */

pre[class*="language-"] {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}

.token.punctuation {
  color: #999;
}

.namespace {
  opacity: 0.7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}

.token.function {
  color: #dd4a68;
}

.token.regex,
.token.important,
.token.variable {
  color: #e90;
}
.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}


/*! ---------- =hero ---------- */

.hero {
  margin-bottom: 0;
  position: relative;
}
/*.hero:last-child {
  margin-bottom: 0;
}*/
.content > .hero,
.content > .hero__content > .hero {
  margin-top: -24px;
}
.hero::before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.hero__actions {
  margin-top: 24px;
}

@media (max-width: 479px) {
  .hero__action {
    display: block;
  }
  .hero__action + .hero__action {
    margin-top: 12px;
  }
}

@media (min-width: 480px) {
  .hero__action + .hero__action {
    margin-left: 12px;
  }
}

@media (min-width: 768px) {
  .content > .hero,
  .content > .hero__content > .hero {
    margin-top: -48px;
  }
}

/*! cover hero image style */

.hero::before {
  z-index: 2;
}
.hero__image {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.hero__content {
  padding: 48px 24px;
  position: relative;
  z-index: 3;
}
.hero__title,
.hero__description {
  border-left: 3px solid #bf2c37;
  color: #fff;
  font-weight: 400;
  padding-left: 24px;
}

@media (max-width: 767px) {
  .hero::before {
    background: rgba(0, 0, 0, 0.5);
  }
  .hero__content {
    padding: 180px 24px 48px;
  }
  .hero__title {
    line-height: 1.2;
  }
}

@media (min-width: 768px) {
  .hero {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .hero__content {
    padding-left: 0;
    padding-right: 0;
  }
  .hero__content--narrow {
    margin: 0 48px;
    max-width: 500px;
  }
}

@media (min-width: 1176px) {
  .hero__content--narrow {
    margin: 0;
    padding-left: 0;
  }
}


/*! ---------- =sitefinity ---------- */

.sys-template {
  display: none;
}

.sfContentBlock {
  margin-bottom: 24px;
}
.sfContentBlock:last-child {
  margin-bottom: 0;
}

/* For Solr debug */

.debug-url {
  background-color: #efe;
  border: 2px solid #2c2;
  padding: 12px;
  margin-bottom: 24px;
  word-wrap: break-word;
}

/*! make page builder layout more friendly to edit */

.sfPageEditor .page-header,
/*.sfPageEditor .header-logo,*/
.sfPageEditor .page-header__content,
.sfPageEditor .header-utility,
.sfPageEditor .header-search,
.sfPageEditor .header-nav,
.sfPageEditor .title-block,
.sfPageEditor .title-block__background,
.sfPageEditor .title-block__background img,
.sfPageEditor .title-block__content,
.sfPageEditor .page-footer,
.sfPageEditor .footer-logo,
.sfPageEditor .footer-social,
.sfPageEditor .footer-contact,
.sfPageEditor .footer-utility,
.sfPageEditor .footer-copyright {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 0 20px !important;
  float: none !important;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
.sfPageEditor .content {
  padding-top: 48px;
}
.sfPageEditor .title-block__background {
  z-index: 10!important;
}
.sfPageEditor .title-block__background img {
  transform: none !important;
    -webkit-transform: none !important;
}

/* space form builder fields */

.sf-fieldWrp > input,
.sf-fieldWrp > select,
.sf-fieldWrp > textarea,
.sf-fieldWrp > div > input,
.sf-fieldWrp > div > select,
.sf-fieldWrp > div > textarea {
  margin-bottom: 20px !important;
}
.sf_colsIn > .sf-fieldWrp > input:last-child,
.sf_colsIn > .sf-fieldWrp > select:last-child,
.sf_colsIn > .sf-fieldWrp > textarea:last-child {
  margin-bottom: 0 !important;
}

.sfInlineEditingPageMenu .sfInlineEditingToggleLnk {
  z-index: 1001 !important;
}

/* user-friendly tabs layout modules */

.sfPageEditor [data-edit-label]::before {
  content: "[" attr(data-edit-label) "]";
  font-size: 14px;
  opacity: 0.3;
}

.tabs.sf_cols {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.tabs__tab > .sf_colsIn,
.tabs__pane > .sf_colsIn {
  margin: 0 !important;
}
.sfPageEditor .tabs--standard .tabs__tab {
  width: 100% !important;
  float: none !important;
}
.sfPageEditor .tabs.sf_cols .tabs__pane {
  display: block !important;
}


/*! ---------- =print ---------- */

@media print {
  .page-header__toggle,
  .header-search,
  .header-utility,
  .header-nav,
  .in-this-section,
  .footer-logo,
  .footer-social,
  .footer-utility,
  .home-feature,
  .breadcrumbs,
  .share-buttons,
  .truncator-expand {
    display: none !important;
  }

  body {
    background: #fff;
  }


  @page {
    margin: 0.5in;
  }


  @page :first {
    margin-top: 1in;
  }


  @page :last {
    margin-bottom: 1in;
  }


  .page-bounds,
  .hero__content {
    max-width: 100%;
  }

  .page-header,
  .content,
  .page-footer {
    padding-left: 0;
    padding-right: 0;
  }

  h1,
  h2,
  h3,
  h4 {
    page-break-after: avoid;
  }

  blockquote,
  img,
  table,
  pre {
    page-break-inside: avoid;
  }

  ul,
  ol,
  dl {
    page-break-before: avoid;
  }

  .header-logo {
    float: none;
    max-width: 150px;
    margin: 0 auto;
    padding: 0;
  }

  .page-footer {
    border-top: 1px solid #f6f6f6;
  }

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

  .interior-layout__title,
  .interior-layout__nav,
  .interior-layout__main,
  .interior-layout__aside {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .interior-layout__aside {
    border-top: 1px solid #babbbd;
    padding-top: 48px;
  }

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

  .content a[href]:not([href^="#"]) {
    word-wrap: break-word;
    box-shadow: 0 2px 0 #bf2c37;
    color: #353535;
    font-weight: 700;
  }
  .content a[href]:not([href^="#"])::after {
    content: " (" attr(href) ") ";
    font-size: 0.85em;
    color: #4f4f4f;
  }

  .tabs__pane {
    display: block !important;
  }

  .accordion__content {
    max-height: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  [data-truncate-to] {
    max-height: none !important;
    overflow: visible !important;
  }

  [data-truncate-to*="item"] > * {
    display: initial !important;
  }
}

/* Home Latest News section */

.section__news {
  background: url(/images/default-source/siteimages/bg-pattern.jpg) repeat;
  overflow: hidden;
  padding: 48px 24px;
}

/* Home Local PIA Affiliate section */

.section__local h2,
.section__local h3 {
  color: #353535;
}
.section__local--map {
  background: url(/images/default-source/siteimages/bg-map.png) no-repeat center;
  
}

.section__local--map select {
  background-position: 90%;
  max-width: 200px;
}



@media (min-width: 768px) {
  .section__local--map.section__halves--content {
    max-width: 50%;
  }

  .section__local--map.section__halves--content .section__halves--content-container {
    margin-left: 20%;
  }
}

@media (max-width: 767px) {
  .section__local--map.section__halves--content .section__halves--content-container {
    margin-left: 10%;
  }
}

/* Home Advocacy section */
.section__advocacy h2,
.section__advocacy h3 {
  color: #353535;
}

/* Home ADs section */
.section__ads {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section__ads .grid__unit {
    padding-bottom: 0;
  }
}


/*! ---------- =slick slider ---------- */

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slick-dots button {
  display: none;
}


/*! ---------- =search styles ---------- */
.search-current-tags {
  margin-bottom: 36px;
}
ul.pagination li:hover {
  background: #bf2c37;
}
ul.pagination li:hover a {
  color: #fff !important;
}


/*! ---------- =OneTrust Cookie Consent Styles ---------- */
#onetrust-banner-sdk:focus {
  outline: none !important;
}
#onetrust-pc-sdk .ot-pc-header {
  border-bottom: 0!important;
}
#onetrust-pc-sdk .ot-pc-logo,
#onetrust-pc-sdk .ot-pc-footer-logo {
  display: none !important;
}
#onetrust-consent-sdk #onetrust-pc-btn-handler, 
#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
  border-color: #bf2c37 !important;
  color: #bf2c37 !important;
}
#onetrust-banner-sdk #onetrust-accept-btn-handler, 
#onetrust-banner-sdk #onetrust-reject-all-handler, 
#onetrust-banner-sdk #onetrust-pc-btn-handler,
#onetrust-pc-sdk button {
  border-radius: 24px !important;
  padding: 12px 24px !important;
}
#onetrust-consent-sdk #onetrust-accept-btn-handler, 
#onetrust-banner-sdk #onetrust-reject-all-handler, 
#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn), 
#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn,
#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob {
  background-color: #bf2c37 !important;
  border-color: #bf2c37 !important;
}
#onetrust-consent-sdk #onetrust-pc-sdk .privacy-notice-link, 
#onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler, 
#onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler + a, 
#onetrust-consent-sdk #onetrust-pc-sdk .category-host-list-handler, 
#onetrust-consent-sdk #onetrust-pc-sdk .ot-ven-link, 
#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-name a, 
#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-acc-hdr .ot-host-expand, 
#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info a,
#onetrust-pc-sdk .ot-cat-grp .ot-always-active {
  color: #bf2c37 !important;
}
#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before {
  background-color: #fff !important;
  border-color: #fff !important;
}





 /*! ---------- =spacing and padding utility classes ---------- */

.space-0 {
	margin: 0 !important
}
.space-000 {
	margin: 0 !important
}
.space-025 {
	margin: 6px !important
}
.space-050 {
	margin: 12px !important
}
.space-075 {
	margin: 18px !important
}
.space-100 {
	margin: 24px !important
}
.space-150 {
	margin: 36px !important
}
.space-200 {
	margin: 48px !important
}
.space-250 {
	margin: 60px !important
}
.space-300 {
	margin: 72px !important
}
.space-350 {
	margin: 84px !important
}
.space-400 {
	margin: 96px !important
}
.space-t-0 {
	margin-top: 0 !important
}
.space-t-000 {
	margin-top: 0 !important
}
.space-t-025 {
	margin-top: 6px !important
}
.space-t-050 {
	margin-top: 12px !important
}
.space-t-075 {
	margin-top: 18px !important
}
.space-t-100 {
	margin-top: 24px !important
}
.space-t-150 {
	margin-top: 36px !important
}
.space-t-200 {
	margin-top: 48px !important
}
.space-t-250 {
	margin-top: 60px !important
}
.space-t-300 {
	margin-top: 72px !important
}
.space-t-350 {
	margin-top: 84px !important
}
.space-t-400 {
	margin-top: 96px !important
}
.space-r-0 {
	margin-right: 0 !important
}
.space-r-000 {
	margin-right: 0 !important
}
.space-r-025 {
	margin-right: 6px !important
}
.space-r-050 {
	margin-right: 12px !important
}
.space-r-075 {
	margin-right: 18px !important
}
.space-r-100 {
	margin-right: 24px !important
}
.space-r-150 {
	margin-right: 36px !important
}
.space-r-200 {
	margin-right: 48px !important
}
.space-r-250 {
	margin-right: 60px !important
}
.space-r-300 {
	margin-right: 72px !important
}
.space-r-350 {
	margin-right: 84px !important
}
.space-r-400 {
	margin-right: 96px !important
}
.space-b-0 {
	margin-bottom: 0 !important
}
.space-b-000 {
	margin-bottom: 0 !important
}
.space-b-025 {
	margin-bottom: 6px !important
}
.space-b-050 {
	margin-bottom: 12px !important
}
.space-b-075 {
	margin-bottom: 18px !important
}
.space-b-100 {
	margin-bottom: 24px !important
}
.space-b-150 {
	margin-bottom: 36px !important
}
.space-b-200 {
	margin-bottom: 48px !important
}
.space-b-250 {
	margin-bottom: 60px !important
}
.space-b-300 {
	margin-bottom: 72px !important
}
.space-b-350 {
	margin-bottom: 84px !important
}
.space-b-400 {
	margin-bottom: 96px !important
}
.space-l-0 {
	margin-left: 0 !important
}
.space-l-000 {
	margin-left: 0 !important
}
.space-l-025 {
	margin-left: 6px !important
}
.space-l-050 {
	margin-left: 12px !important
}
.space-l-075 {
	margin-left: 18px !important
}
.space-l-100 {
	margin-left: 24px !important
}
.space-l-150 {
	margin-left: 36px !important
}
.space-l-200 {
	margin-left: 48px !important
}
.space-l-250 {
	margin-left: 60px !important
}
.space-l-300 {
	margin-left: 72px !important
}
.space-l-350 {
	margin-left: 84px !important
}
.space-l-400 {
	margin-left: 96px !important
}
@media(min-width: 960px) {
	.space-0-m {
		margin: 0 !important
	}
	.space-000-m {
		margin: 0 !important
	}
	.space-025-m {
		margin: 6px !important
	}
	.space-050-m {
		margin: 12px !important
	}
	.space-075-m {
		margin: 18px !important
	}
	.space-100-m {
		margin: 24px !important
	}
	.space-150-m {
		margin: 36px !important
	}
	.space-200-m {
		margin: 48px !important
	}
	.space-250-m {
		margin: 60px !important
	}
	.space-300-m {
		margin: 72px !important
	}
	.space-350-m {
		margin: 84px !important
	}
	.space-400-m {
		margin: 96px !important
	}
	.space-t-0-m {
		margin-top: 0 !important
	}
	.space-t-000-m {
		margin-top: 0 !important
	}
	.space-t-025-m {
		margin-top: 6px !important
	}
	.space-t-050-m {
		margin-top: 12px !important
	}
	.space-t-075-m {
		margin-top: 18px !important
	}
	.space-t-100-m {
		margin-top: 24px !important
	}
	.space-t-150-m {
		margin-top: 36px !important
	}
	.space-t-200-m {
		margin-top: 48px !important
	}
	.space-t-250-m {
		margin-top: 60px !important
	}
	.space-t-300-m {
		margin-top: 72px !important
	}
	.space-t-350-m {
		margin-top: 84px !important
	}
	.space-t-400-m {
		margin-top: 96px !important
	}
	.space-r-0-m {
		margin-right: 0 !important
	}
	.space-r-000-m {
		margin-right: 0 !important
	}
	.space-r-025-m {
		margin-right: 6px !important
	}
	.space-r-050-m {
		margin-right: 12px !important
	}
	.space-r-075-m {
		margin-right: 18px !important
	}
	.space-r-100-m {
		margin-right: 24px !important
	}
	.space-r-150-m {
		margin-right: 36px !important
	}
	.space-r-200-m {
		margin-right: 48px !important
	}
	.space-r-250-m {
		margin-right: 60px !important
	}
	.space-r-300-m {
		margin-right: 72px !important
	}
	.space-r-350-m {
		margin-right: 84px !important
	}
	.space-r-400-m {
		margin-right: 96px !important
	}
	.space-b-0-m {
		margin-bottom: 0 !important
	}
	.space-b-000-m {
		margin-bottom: 0 !important
	}
	.space-b-025-m {
		margin-bottom: 6px !important
	}
	.space-b-050-m {
		margin-bottom: 12px !important
	}
	.space-b-075-m {
		margin-bottom: 18px !important
	}
	.space-b-100-m {
		margin-bottom: 24px !important
	}
	.space-b-150-m {
		margin-bottom: 36px !important
	}
	.space-b-200-m {
		margin-bottom: 48px !important
	}
	.space-b-250-m {
		margin-bottom: 60px !important
	}
	.space-b-300-m {
		margin-bottom: 72px !important
	}
	.space-b-350-m {
		margin-bottom: 84px !important
	}
	.space-b-400-m {
		margin-bottom: 96px !important
	}
	.space-l-0-m {
		margin-left: 0 !important
	}
	.space-l-000-m {
		margin-left: 0 !important
	}
	.space-l-025-m {
		margin-left: 6px !important
	}
	.space-l-050-m {
		margin-left: 12px !important
	}
	.space-l-075-m {
		margin-left: 18px !important
	}
	.space-l-100-m {
		margin-left: 24px !important
	}
	.space-l-150-m {
		margin-left: 36px !important
	}
	.space-l-200-m {
		margin-left: 48px !important
	}
	.space-l-250-m {
		margin-left: 60px !important
	}
	.space-l-300-m {
		margin-left: 72px !important
	}
	.space-l-350-m {
		margin-left: 84px !important
	}
	.space-l-400-m {
		margin-left: 96px !important
	}
}

.spacer.spacer--tiny { 

margin-bottom: 6px; 

} 

.spacer.spacer--small { 

margin-bottom: 12px; 

} 

.spacer.spacer--medium { 

margin-bottom: 24px; 

} 

.spacer.spacer--large { 

margin-bottom: 36px; 

} 

.spacer.spacer--huge { 

margin-bottom: 48px; 

}