/* Minification failed. Returning unminified contents.
(8061,21): run-time error CSS1039: Token not allowed after unary operator: '-site-header-height'
 */
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  color: #505050;
  background: #1C1717;
  font-family: "Open Sans", Verdana, sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media print {
  body {
    min-height: auto !important;
    background: none !important;
    font: 12pt "Open Sans", Verdana, sans-serif !important;
    line-height: 1.3 !important;
  }
}

@media (max-width: 992px) {
  #content,
  .body-copy {
    word-break: break-word;
  }
}

.h1,
h1 {
  margin: 0 0 20px;
  letter-spacing: -2px;
  word-spacing: 2px;
  font-size: 4.4rem;
  font-weight: 300;
  line-height: 4.4rem;
}
@media print {
  .h1,
  h1 {
    font-size: 24pt !important;
    line-height: 35px !important;
  }
}

.h2,
h2 {
  margin: 0 0 30px;
  letter-spacing: -2px;
  word-spacing: 2px;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 3rem;
}
@media print {
  .h2,
  h2 {
    margin-top: 25px !important;
    font-size: 22pt !important;
    line-height: 32px !important;
  }
}

.h3,
h3 {
  margin: 0 0 15px;
  letter-spacing: -1px;
  word-spacing: 2px;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 3rem;
}
@media print {
  .h3,
  h3 {
    font-size: 20pt !important;
    line-height: 30px !important;
  }
}

.h4,
h4 {
  margin: 0 0 20px;
  letter-spacing: 0;
  word-spacing: 2px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2.6rem;
}
@media print {
  .h4,
  h4 {
    font-size: 18pt !important;
    line-height: 28px !important;
  }
}

.h5,
h5 {
  margin: 0 0 10px;
  letter-spacing: 0;
  word-spacing: 2px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.2rem;
}
@media print {
  .h5,
  h5 {
    font-size: 16pt !important;
    line-height: 25px !important;
  }
}

.h6,
h6 {
  margin: 0 0 10px;
  letter-spacing: 0;
  word-spacing: 2px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
}
@media print {
  .h6,
  h6 {
    font-size: 14pt !important;
    line-height: 22px !important;
  }
}

hr {
  height: 1px;
  margin: 0 0 30px;
  border: none;
  background: #DEDEDD;
}

img {
  vertical-align: bottom;
}

@media (max-width: 992px) {
  #content img,
  #content iframe,
  .body-copy img,
  .body-copy iframe {
    max-width: 100%;
    height: auto;
  }
}

strong {
  font-weight: 700;
}

ul {
  margin: 0 0 30px 30px;
  padding: 0;
}

ul li {
  margin: 0 0 10px;
  padding: 0;
}

ul ul {
  margin: 15px 0 15px 45px;
}

ol {
  margin: 0 0 30px 30px;
  padding: 0;
}

ol li {
  margin: 0 0 10px;
  padding: 0;
}

ol ol {
  margin: 15px 0 15px 45px;
}

p {
  margin: 0 0 30px;
}

blockquote {
  display: block;
  margin: 45px;
  letter-spacing: -1px;
  word-spacing: 2px;
  color: #AA6631;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.8rem;
}

a {
  color: #17687C;
  text-decoration-color: #A6A6A6;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
a:hover, a:focus {
  color: #B6491A;
  text-decoration-color: #A6A6A6;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
a:focus {
  z-index: 1;
  text-decoration: none;
  border-radius: 2px;
  outline: 2.5px solid #D68100;
}
@media print {
  a {
    color: #000000;
  }
}

button:focus {
  z-index: 1;
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: 0 0 0 2px #D68100, 0 0 0 3px rgba(255, 153, 0, 0.5);
          box-shadow: 0 0 0 2px #D68100, 0 0 0 3px rgba(255, 153, 0, 0.5);
}

form label {
  display: block;
  margin: 0;
}

form input,
form select,
form textarea {
  display: block;
  width: 100%;
  height: 42px;
  padding: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #505050;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  outline: none;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2rem;
}
form input:focus,
form select:focus,
form textarea:focus {
  border: 1px solid #808080;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

form textarea {
  min-height: 120px;
}

form button {
  cursor: pointer;
}

form select {
  padding: 5px 10px;
}

form .select-sm {
  height: 35px;
  padding: 5px;
  font-size: 1.4rem;
  line-height: 2rem;
}

form .label-text {
  display: block;
  margin: 0 0 8px;
}

form .checkboxes label,
form .radios label {
  position: relative;
  padding-left: 24px;
}

form .checkboxes label input,
form .radios label input {
  position: absolute;
  top: 6px;
  left: 0;
  display: inline;
  width: auto;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}
form .checkboxes label input:focus,
form .radios label input:focus {
  outline-width: 2px;
  outline-style: dotted;
  outline-color: #303030;
}

form .flex-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

form .flex-label .label-text {
  min-width: 130px;
  margin: 0;
}

form .error {
  color: #BE2128;
}

form .error input {
  border-color: #BE2128;
}

.flex-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-no-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.button {
  display: inline-block;
  padding: 10px 30px;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  border-radius: 5px;
  outline: none;
  background: #B6491A;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2.2rem;
}
.button:hover, .button:focus {
  text-decoration: none;
  color: #FFFFFF;
  outline: none;
  background: rgb(11.0306122449, 49.8775510204, 59.4693877551);
}
.button.secondary:hover, .button.secondary:focus {
  background: rgb(11.0306122449, 49.8775510204, 59.4693877551) !important;
}

.custom-button {
  display: inline-block;
  padding: 12px 26px;
  margin: 8px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2.2rem;
  border: none;
  border-radius: 8px;
  outline: none;
  color: #FFFFFF;
  background: #0b323b;
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  -webkit-transition: background 0.18s ease, -webkit-transform 0.08s ease, -webkit-box-shadow 0.18s ease;
  transition: background 0.18s ease, -webkit-transform 0.08s ease, -webkit-box-shadow 0.18s ease;
  transition: background 0.18s ease, transform 0.08s ease, box-shadow 0.18s ease;
  transition: background 0.18s ease, transform 0.08s ease, box-shadow 0.18s ease, -webkit-transform 0.08s ease, -webkit-box-shadow 0.18s ease;
}
.custom-button:hover, .custom-button:focus {
  background: #0b323b;
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  text-decoration: none;
}
.custom-button:active {
  -webkit-transform: translateY(1px) scale(0.998);
      -ms-transform: translateY(1px) scale(0.998);
          transform: translateY(1px) scale(0.998);
}
.custom-button.secondary:hover, .custom-button.secondary:focus {
  background: #0b323b !important;
  text-decoration: none;
}

.custom-button.color-red {
  background: #8E1C1F;
  color: #FFFFFF;
}
.custom-button.color-red:hover, .custom-button.color-red:focus {
  background: rgb(99.4, 19.6, 21.7);
  text-decoration: none;
}

.custom-button.color-orange {
  background: #C96C12;
  color: #FFFFFF;
}
.custom-button.color-orange:hover, .custom-button.color-orange:focus {
  background: rgb(154.1917808219, 82.8493150685, 13.8082191781);
  text-decoration: none;
}

.custom-button.color-yellow {
  background: #C8A90A;
  color: #000000;
}
.custom-button.color-yellow:hover, .custom-button.color-yellow:focus {
  background: rgb(151.4285714286, 127.9571428571, 7.5714285714);
  text-decoration: none;
}

.custom-button.color-green {
  background: #3F6F4C;
  color: #FFFFFF;
}
.custom-button.color-green:hover, .custom-button.color-green:focus {
  background: rgb(44.5344827586, 78.4655172414, 53.724137931);
  text-decoration: none;
}

.custom-button.color-green-blue {
  background: #30646C;
  color: #FFFFFF;
}
.custom-button.color-green-blue:hover, .custom-button.color-green-blue:focus {
  background: rgb(32.3076923077, 67.3076923077, 72.6923076923);
  text-decoration: none;
}

.custom-button.color-blue {
  background: #32577D;
  color: #FFFFFF;
}
.custom-button.color-blue:hover, .custom-button.color-blue:focus {
  background: rgb(35.4285714286, 61.6457142857, 88.5714285714);
  text-decoration: none;
}

.custom-button.color-dark-blue {
  background: #3A475D;
  color: #FFFFFF;
}
.custom-button.color-dark-blue:hover, .custom-button.color-dark-blue:focus {
  background: rgb(38.4105960265, 47.0198675497, 61.5894039735);
  text-decoration: none;
}

.custom-button.color-gold {
  background: #9C813E;
  color: #FFFFFF;
}
.custom-button.color-gold:hover, .custom-button.color-gold:focus {
  background: rgb(119.504587156, 98.8211009174, 47.495412844);
  text-decoration: none;
}

.custom-button.color-brown {
  background: #593939;
  color: #FFFFFF;
}
.custom-button.color-brown:hover, .custom-button.color-brown:focus {
  background: rgb(57.9109589041, 37.0890410959, 37.0890410959);
  text-decoration: none;
}

.custom-button.color-white {
  background: #FFFFFF;
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.custom-button.color-white:hover, .custom-button.color-white:focus {
  background: hsl(0, 0%, 105%);
  text-decoration: none;
}

.custom-button.color-black {
  background: #000000;
  color: #FFFFFF;
}
.custom-button.color-black:hover, .custom-button.color-black:focus {
  background: hsl(0, 0%, -10%);
  text-decoration: none;
}

details {
  margin-bottom: 30px;
  border-bottom: 1px solid #CCCCCC;
}
details.accordion {
  margin-bottom: 0;
}
details.accordion:last-child {
  margin-bottom: 30px;
}

details summary {
  font-size: 2.1rem;
  line-height: 1.5em;
  padding: 10px 0;
  word-spacing: 2px;
  letter-spacing: -1px;
  color: #303030;
}
details summary::marker {
  color: #17687C;
}

details p {
  margin: 0 0 10px 0;
}

table {
  width: 100%;
  margin: 0 0 30px;
  background: #FFFFFF;
  font-size: 1.4rem;
  line-height: 2rem;
}

table caption {
  padding: 20px 0;
  caption-side: top;
  color: #505050;
  font-size: 1.6rem;
  font-weight: 700;
}

table thead {
  color: #FFFFFF;
  background: #351E16;
  font-size: 1.6rem;
}

table thead th {
  padding: 12px 15px;
  text-transform: uppercase;
  border: 1px solid #351E16;
  font-weight: 400;
}

table tbody tr:nth-child(even) {
  background: #F4F3F3;
}

table tbody th {
  padding: 10px 15px;
  vertical-align: top;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  font-weight: normal;
}
table tbody th:first-child {
  border-left: 1px solid #CCCCCC;
}

table tbody td {
  padding: 10px 15px;
  vertical-align: top;
  border: 1px solid #CCCCCC;
  border-right: none;
  border-left: none;
}

table tbody tr td:first-child {
  border-left: 1px solid #CCCCCC;
}
table tbody tr td:last-child {
  border-right: 1px solid #CCCCCC;
}
table tbody tr td.alignCenter {
  text-align: center;
}

.dataTable tbody tr th {
  border-bottom: none;
}

.table-respond {
  border: 1px solid #CCCCCC;
  border-bottom: none;
}
@media (min-width: 768px) {
  .table-respond {
    border: none;
  }
}

.table-respond .inline-heading {
  display: none;
}

.table-respond thead {
  display: none;
}
@media (min-width: 768px) {
  .table-respond thead {
    display: table-header-group;
  }
}

.table-respond tbody tr {
  border-bottom: 1px solid #CCCCCC;
}
@media (min-width: 768px) {
  .table-respond tbody tr {
    border-bottom: none;
  }
}

.table-respond tbody th {
  position: relative;
  display: block;
  padding: 5px 15px;
  border-top: none;
  border-bottom: none;
  border-left: none;
}
@media (min-width: 768px) {
  .table-respond tbody th {
    position: static;
    display: table-cell;
    padding: 10px 15px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
  }
}
.table-respond tbody th:first-child {
  border-left: none;
}
@media (min-width: 768px) {
  .table-respond tbody th:first-child {
    border-left: 1px solid #CCCCCC;
  }
}

.table-respond tbody th .inline-heading {
  display: inline-block;
  margin-right: 10px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .table-respond tbody th .inline-heading {
    display: none;
  }
}

.table-respond tbody tr td {
  position: relative;
  display: block;
  padding: 5px 15px;
  border: none;
  background: #FFFFFF;
}
@media (min-width: 768px) {
  .table-respond tbody tr td {
    position: static;
    display: table-cell;
    padding: 10px 15px;
    border: 1px solid #CCCCCC;
    border-right: none;
    border-left: none;
    background: none;
  }
}
.table-respond tbody tr td:first-child {
  padding: 15px 15px 5px;
  border-left: 0;
}
@media (min-width: 768px) {
  .table-respond tbody tr td:first-child {
    padding: 10px 15px;
    border-left: 1px solid #CCCCCC;
  }
}
.table-respond tbody tr td:last-child {
  padding: 5px 15px 15px;
  border-right: none;
}
@media (min-width: 768px) {
  .table-respond tbody tr td:last-child {
    padding: 10px 15px;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
  }
}

.table-respond tbody tr:nth-child(odd) td {
  background: #FFFFFF;
}

.table-respond tbody tr:nth-child(even) td {
  background: #F4F3F3;
}

.table-respond tbody tr td .inline-heading {
  display: inline-block;
  margin-right: 10px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .table-respond tbody tr td .inline-heading {
    display: none;
  }
}

.responsive-table {
  overflow-x: auto;
}
.responsive-table.active {
  border: 1px solid #CCCCCC;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .responsive-table {
    max-width: none;
  }
}
@media (min-width: 1357px) {
  .responsive-table {
    max-width: 950px;
  }
}

.responsive-table.active table {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .responsive-table.active table {
    display: block;
    max-width: 583px;
  }
}
@media (min-width: 1357px) {
  .responsive-table.active table {
    display: table;
    max-width: none;
  }
}

.responsive-table.active table thead th:first-child,
.responsive-table.active table tbody th {
  position: sticky;
  left: 0;
  display: block;
  border-top: none;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: none;
  -webkit-box-shadow: 5px 1px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 5px 1px 5px rgba(0, 0, 0, 0.4);
}

.responsive-table.active table.no-freeze thead th:first-child,
.responsive-table.active table.no-freeze tbody th {
  position: static;
  display: table-cell;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.responsive-table.active table thead th:first-child {
  margin-top: -1px;
  border-top: 1px solid #0B6A6E;
  border-right: none;
  border-bottom: 1px solid #0B6A6E;
}

.responsive-table.active table tbody tr:nth-child(even) th {
  background: #FFFFFF;
}

.responsive-table.active table tbody tr:nth-child(odd) th {
  background: #F4F3F3;
}

.data-table-wrap {
  margin: 0 0 30px;
}

.data-table-wrap table.dataTable .no-sort {
  cursor: default !important;
  pointer-events: none !important;
  background-image: none !important;
}

.data-table-wrap table.dataTable thead .sorting {
  background-image: url("../img/sort_both.png");
}

.data-table-wrap table.dataTable thead .sorting_asc {
  background-image: url("../img/sort_asc.png");
}

.data-table-wrap table.dataTable thead .sorting_desc {
  background-image: url("../img/sort_desc.png");
}

.data-table-wrap table.dataTable thead .sorting_asc_disabled {
  background-image: url("../img/sort_asc_disabled.png");
}

.data-table-wrap table.dataTable thead .sorting_desc_disabled {
  background-image: url("../img/sort_desc_disabled.png");
}

.data-table-wrap table.dataTable thead th {
  border-bottom-color: #351E16;
  font-weight: 400;
}

.data-table-wrap table.dataTable tbody tr.even {
  background: #F4F3F3;
}

.data-table-wrap table.dataTable tbody tr td {
  padding: 10px 15px;
  vertical-align: top !important;
  border-bottom: none;
}

.data-table-wrap .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom-color: #DEDEDD;
}

.data-table-wrap .dataTables_wrapper .dataTables_paginate {
  float: none;
  margin: 0;
  padding: 0;
}

.data-table-wrap .dataTables_wrapper .dataTables_length {
  float: none;
  margin: 0;
  padding: 0;
}

.data-table-wrap .dataTables_wrapper .dataTables_length label {
  margin: 0;
}

.data-table-wrap .dataTables_wrapper .dataTables_paginate .paginate_button {
  display: inline-block;
  min-width: 44px;
  margin-left: -2px;
  padding: 10px;
  text-align: center;
  text-decoration: none !important;
  color: #17687C !important;
  border: 1px solid #DEDEDD;
  border-radius: 0;
  background: #FFFFFF;
  font-size: 1.4rem;
  line-height: 2rem;
}
.data-table-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .data-table-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .data-table-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #505050 !important;
  border: 1px solid #DEDEDD;
  background: #F4F3F3;
}
.data-table-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.current, .data-table-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .data-table-wrap .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #FFFFFF !important;
  border: 1px solid #17687C;
  background: #17687C;
}

.data-table-wrap .dataTables_wrapper .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.primary-text {
  color: #17687C !important;
}

.primary-dark-1-text {
  color: rgb(3.0510204082, 13.7959183673, 16.4489795918) !important;
}

.primary-dark-2-text {
  color: rgb(7.0408163265, 31.8367346939, 37.9591836735) !important;
}

.primary-dark-3-text {
  color: rgb(11.0306122449, 49.8775510204, 59.4693877551) !important;
}

.primary-dark-4-text {
  color: rgb(15.0204081633, 67.9183673469, 80.9795918367) !important;
}

.primary-dark-5-text {
  color: rgb(19.0102040816, 85.9591836735, 102.4897959184) !important;
}

.primary-light-1-text {
  color: rgb(26.9897959184, 122.0408163265, 145.5102040816) !important;
}

.primary-light-2-text {
  color: rgb(37.9617346939, 171.6530612245, 204.6632653061) !important;
}

.primary-light-3-text {
  color: rgb(88.612244898, 197.3010204082, 224.137755102) !important;
}

.primary-light-4-text {
  color: rgb(147.7653061224, 217.8137755102, 235.1096938776) !important;
}

.primary-light-5-text {
  color: rgb(206.9183673469, 238.3265306122, 246.0816326531) !important;
}

.secondary-text {
  color: #B6491A !important;
}

.secondary-dark-1-text {
  color: rgb(70.4375, 28.2524038462, 10.0625) !important;
}

.secondary-dark-2-text {
  color: rgb(92.75, 37.2019230769, 13.25) !important;
}

.secondary-dark-3-text {
  color: rgb(115.0625, 46.1514423077, 16.4375) !important;
}

.secondary-dark-4-text {
  color: rgb(137.375, 55.1009615385, 19.625) !important;
}

.secondary-dark-5-text {
  color: rgb(159.6875, 64.0504807692, 22.8125) !important;
}

.secondary-light-1-text {
  color: rgb(204.3125, 81.9495192308, 29.1875) !important;
}

.secondary-light-2-text {
  color: rgb(227.609375, 112.7794471154, 63.265625) !important;
}

.secondary-light-3-text {
  color: rgb(234.78125, 150.0180288462, 113.46875) !important;
}

.secondary-light-4-text {
  color: rgb(241.953125, 187.2566105769, 163.671875) !important;
}

.secondary-light-5-text {
  color: rgb(249.125, 224.4951923077, 213.875) !important;
}

.dept-sonoma-text {
  color: #351E16 !important;
}

.dept-justice-text {
  color: #593939 !important;
}

.dept-dev-text {
  color: #3A475D !important;
}

.dept-admin-text {
  color: #32577D !important;
}

.dept-health-text {
  color: #30646C !important;
}

.dept-natural-text {
  color: #3F6F4C !important;
}

.dept-parks-text {
  color: #00713D !important;
}

.gold-aa6631-text {
  color: #AA6631 !important;
}

.gold-9c6b09-text {
  color: #9C6B09 !important;
}

.gold-bf943b-text {
  color: #BF943B !important;
}

.gold-cca383-text {
  color: #CCA383 !important;
}

.gold-ebd5a8-text {
  color: #EBD5A8 !important;
}

.brown-1c1717-text {
  color: #1C1717 !important;
}

.brown-351e16-text {
  color: #351E16 !important;
}

.brown-3e3434-text {
  color: #3E3434 !important;
}

.brown-4b4142-text {
  color: #4B4142 !important;
}

.brown-8a5227-text {
  color: #8A5227 !important;
}

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

.gray-1-text {
  color: #303030 !important;
}

.gray-2-text {
  color: #4C4C4C !important;
}

.gray-3-text {
  color: #505050 !important;
}

.gray-4-text {
  color: #808080 !important;
}

.gray-5-text {
  color: #A6A6A6 !important;
}

.gray-6-text {
  color: #B8B8B8 !important;
}

.gray-7-text {
  color: #CCCCCC !important;
}

.gray-8-text {
  color: #DEDEDD !important;
}

.gray-9-text {
  color: #F4F3F3 !important;
}

.white-text {
  color: #FFFFFF;
}

.alert-high-text {
  color: #BE2128 !important;
}

.alert-high-light-text {
  color: rgb(246.4910313901, 206.0089686099, 207.8139013453) !important;
}

.alert-medium-text {
  color: #FDB713 !important;
}

.alert-medium-light-text {
  color: rgb(254.5, 237, 196) !important;
}

.alert-low-text {
  color: #FFE000 !important;
}

.alert-low-light-text {
  color: rgb(255, 245.7, 178.5) !important;
}

.alert-success-text {
  color: #02AA4D !important;
}

.alert-success-light-text {
  color: rgb(172.9651162791, 254.0348837209, 209.1569767442) !important;
}

.primary {
  background-color: #17687C !important;
}

.primary-dark-1 {
  background-color: rgb(3.0510204082, 13.7959183673, 16.4489795918) !important;
}

.primary-dark-2 {
  background-color: rgb(7.0408163265, 31.8367346939, 37.9591836735) !important;
}

.primary-dark-3 {
  background-color: rgb(11.0306122449, 49.8775510204, 59.4693877551) !important;
}

.primary-dark-4 {
  background-color: rgb(15.0204081633, 67.9183673469, 80.9795918367) !important;
}

.primary-dark-5 {
  background-color: rgb(19.0102040816, 85.9591836735, 102.4897959184) !important;
}

.primary-light-1 {
  background-color: rgb(26.9897959184, 122.0408163265, 145.5102040816) !important;
}

.primary-light-2 {
  background-color: rgb(37.9617346939, 171.6530612245, 204.6632653061) !important;
}

.primary-light-3 {
  background-color: rgb(88.612244898, 197.3010204082, 224.137755102) !important;
}

.primary-light-4 {
  background-color: rgb(147.7653061224, 217.8137755102, 235.1096938776) !important;
}

.primary-light-5 {
  background-color: rgb(206.9183673469, 238.3265306122, 246.0816326531) !important;
}

.secondary {
  background-color: #B6491A !important;
}

.secondary-dark-1 {
  background-color: rgb(70.4375, 28.2524038462, 10.0625) !important;
}

.secondary-dark-2 {
  background-color: rgb(92.75, 37.2019230769, 13.25) !important;
}

.secondary-dark-3 {
  background-color: rgb(115.0625, 46.1514423077, 16.4375) !important;
}

.secondary-dark-4 {
  background-color: rgb(137.375, 55.1009615385, 19.625) !important;
}

.secondary-dark-5 {
  background-color: rgb(159.6875, 64.0504807692, 22.8125) !important;
}

.secondary-light-1 {
  background-color: rgb(204.3125, 81.9495192308, 29.1875) !important;
}

.secondary-light-2 {
  background-color: rgb(227.609375, 112.7794471154, 63.265625) !important;
}

.secondary-light-3 {
  background-color: rgb(234.78125, 150.0180288462, 113.46875) !important;
}

.secondary-light-4 {
  background-color: rgb(241.953125, 187.2566105769, 163.671875) !important;
}

.secondary-light-5 {
  background-color: rgb(249.125, 224.4951923077, 213.875) !important;
}

.dept-sonoma {
  background-color: #351E16 !important;
}

.dept-justice {
  background-color: #593939 !important;
}

.dept-dev {
  background-color: #3A475D !important;
}

.dept-admin {
  background-color: #32577D !important;
}

.dept-health {
  background-color: #30646C !important;
}

.dept-natural {
  background-color: #3F6F4C !important;
}

.dept-parks {
  background-color: #00713D !important;
}

.gold-aa6631 {
  background-color: #AA6631 !important;
}

.gold-9c6b09 {
  background-color: #9C6B09 !important;
}

.gold-bf943b {
  background-color: #BF943B !important;
}

.gold-cca383 {
  background-color: #CCA383 !important;
}

.gold-ebd5a8 {
  background-color: #EBD5A8 !important;
}

.brown-1c1717 {
  background-color: #1C1717 !important;
}

.brown-351e16 {
  background-color: #351E16 !important;
}

.brown-3e3434 {
  background-color: #3E3434 !important;
}

.brown-4b4142 {
  background-color: #4B4142 !important;
}

.brown-8a5227 {
  background-color: #8A5227 !important;
}

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

.gray-1 {
  background-color: #303030 !important;
}

.gray-2 {
  background-color: #4C4C4C !important;
}

.gray-3 {
  background-color: #505050 !important;
}

.gray-4 {
  background-color: #808080 !important;
}

.gray-5 {
  background-color: #A6A6A6 !important;
}

.gray-6 {
  background-color: #B8B8B8 !important;
}

.gray-7 {
  background-color: #CCCCCC !important;
}

.gray-8 {
  background-color: #DEDEDD !important;
}

.gray-9 {
  background-color: #F4F3F3 !important;
}

.white {
  background-color: #FFFFFF !important;
}

.alert-high {
  padding-left: 1rem !important;
  color: #FFFFFF !important;
  background: #BE2128 !important;
}

.alert-high-light {
  background: rgb(246.4910313901, 206.0089686099, 207.8139013453) !important;
}

.alert-medium {
  background: #FDB713 !important;
}

.alert-medium-light {
  background: rgb(254.5, 237, 196) !important;
}

.alert-low {
  background: #FFE000 !important;
}

.alert-low-light {
  background: rgb(255, 245.7, 178.5) !important;
}

.alert-success {
  background: #02AA4D !important;
}

.alert-success-light {
  background: rgb(172.9651162791, 254.0348837209, 209.1569767442) !important;
}

@media (min-width: 768px) {
  .black-text-md {
    color: #000000 !important;
  }
}

@media (min-width: 768px) {
  .white-text-md {
    color: #FFFFFF !important;
  }
}

@media (min-width: 768px) {
  .bg-dark-md {
    background: rgba(0, 0, 0, 0.6);
  }
}

@media (min-width: 768px) {
  .bg-light-md {
    background: rgba(255, 255, 255, 0.6);
  }
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-size-14 {
  letter-spacing: 0;
  font-size: 1.4rem;
  line-height: 2rem;
}

.font-size-16 {
  letter-spacing: 0;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.font-size-18 {
  letter-spacing: 0;
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.font-size-20 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.6rem;
}

.font-size-22 {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 3.2rem;
}

.font-size-24 {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 3rem;
}

.font-size-28 {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 3.4rem;
}

.font-size-30 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 3.6rem;
}

.font-size-32 {
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 3.8rem;
}

.font-size-36 {
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 4.2rem;
}

.font-size-40 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 4.6rem;
}

.font-size-50 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 5.6rem;
}

.font-size-60 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 6.6rem;
}

.text-intro {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 3.2rem;
}

.text-section-heading {
  color: #303030;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 3.4rem;
}
@media print {
  .text-section-heading {
    font-size: 24pt !important;
    line-height: 35px !important;
  }
}

.border {
  border: 1px solid #DEDEDD !important;
}

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

.clickable {
  cursor: pointer;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
  color: #000000;
}

.fade-10 {
  opacity: 0.1;
}

.fade-30 {
  opacity: 0.3;
}

.fade-50 {
  opacity: 0.5;
}

.fade-70 {
  opacity: 0.7;
}

.fade-90 {
  opacity: 0.9;
}

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

.margin-5 {
  margin-bottom: 5px !important;
}

.margin-10 {
  margin-bottom: 10px !important;
}

.margin-15 {
  margin-bottom: 15px !important;
}

.margin-20 {
  margin-bottom: 20px !important;
}

.margin-25 {
  margin-bottom: 25px !important;
}

.margin-30 {
  margin-bottom: 30px !important;
}

.margin-40 {
  margin-bottom: 40px !important;
}

.margin-50 {
  margin-bottom: 50px !important;
}

.margin-60 {
  margin-bottom: 60px !important;
}

.margin-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.margin-pull-10 {
  margin-bottom: -10px !important;
}

.margin-pull-20 {
  margin-bottom: -20px !important;
}

.margin-pull-30 {
  margin-bottom: -30px !important;
}

.margin-pull-40 {
  margin-bottom: -40px !important;
}

.margin-pull-50 {
  margin-bottom: -50px !important;
}

.margin-pull-60 {
  margin-bottom: -60px !important;
}

.max-width-400 {
  max-width: 400px;
}

.max-width-600 {
  max-width: 600px;
}

.max-width-800 {
  max-width: 800px;
}

.max-width-1000 {
  max-width: 1000px;
}

.max-width-1200 {
  max-width: 1200px;
}

.nowrap {
  white-space: nowrap;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.padding-0 {
  padding: 0 !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-30 {
  padding: 30px !important;
}

.padding-40 {
  padding: 40px !important;
}

.padding-50 {
  padding: 50px !important;
}

.padding-60 {
  padding: 60px !important;
}

.pipe {
  display: inline-block;
  margin: 0 7px;
}

.row-gutter-0 {
  margin-right: 0;
  margin-left: 0;
}

.row-gutter-0 > div {
  padding-right: 0;
  padding-left: 0;
}

.row-gutter-10 {
  margin-right: -5px;
  margin-left: -5px;
}

.row-gutter-10 > div {
  padding-right: 5px;
  padding-left: 5px;
}

.row-gutter-20 {
  margin-right: -10px;
  margin-left: -10px;
}

.row-gutter-20 > div {
  padding-right: 10px;
  padding-left: 10px;
}

.row-gutter-30 {
  margin-right: -15px;
  margin-left: -15px;
}

.row-gutter-30 > div {
  padding-right: 15px;
  padding-left: 15px;
}

.row-gutter-40 {
  margin-right: -20px;
  margin-left: -20px;
}

.row-gutter-40 > div {
  padding-right: 20px;
  padding-left: 20px;
}

.row-gutter-50 {
  margin-right: -25px;
  margin-left: -25px;
}

.row-gutter-50 > div {
  padding-right: 25px;
  padding-left: 25px;
}

.row-gutter-60 {
  margin-right: -30px;
  margin-left: -30px;
}

.row-gutter-60 > div {
  padding-right: 30px;
  padding-left: 30px;
}

.spacer-10 {
  clear: both;
  height: 10px;
}

.spacer-20 {
  clear: both;
  height: 20px;
}

.spacer-30 {
  clear: both;
  height: 30px;
}

.spacer-40 {
  clear: both;
  height: 40px;
}

.spacer-50 {
  clear: both;
  height: 50px;
}

.spacer-60 {
  clear: both;
  height: 60px;
}

.spacer-80 {
  clear: both;
  height: 80px;
}

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

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

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

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.truncate {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}

@media print {
  div#PrintedBibliography {
    padding: 0 3rem;
    border: 1px solid #000000;
  }
}

html.behind {
  overflow-y: hidden;
}

body.behind {
  overflow: hidden;
}

#page {
  padding-top: 50px;
  background: #FFFFFF;
}
@media print {
  #page {
    padding-top: 0 !important;
  }
}

a.skip-to-content {
  position: absolute;
  z-index: 3;
  top: -100px;
  right: 5px;
  display: inline-block;
  min-width: 160px;
  margin-top: -20px;
  padding: 8px 20px;
  text-align: center;
  color: #FFFFFF;
  border: 2px solid #B6491A;
  background: #17687C;
  font-size: 1.6rem;
  line-height: 20px;
}
a.skip-to-content:focus {
  top: 2px;
  right: auto;
  left: 2px;
  margin: 0;
  outline: none;
}

[id] {
  scroll-margin-top: 60px;
}

.translated-ltr [id],
.translated-rtl [id] {
  scroll-margin-top: 110px;
}

header {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0;
  padding: 10px 0;
  border-bottom: 1px solid #DEDEDD;
  background: #FFFFFF;
}
@media print {
  header {
    position: relative;
  }
}

.translated-ltr header,
.translated-rtl header {
  top: 39px;
}

header .container {
  position: relative;
}

@media (min-width: 992px) {
  header .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

header .header-inner .logo {
  text-align: center;
  color: #AA6631;
  font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}
@media (min-width: 992px) {
  header .header-inner .logo {
    margin-right: 10px;
    margin-left: -5px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  header .header-inner .logo {
    margin-right: 30px;
  }
}

header .header-inner .logo a {
  display: inline-block;
  padding: 0 5px;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
  color: #AA6631;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
}

header .header-inner .links-dropdowns {
  display: none;
}
@media (min-width: 992px) {
  header .header-inner .links-dropdowns {
    display: block;
    white-space: nowrap;
  }
}
@media print {
  header .header-inner .links-dropdowns {
    display: none;
  }
}

header .header-inner .links-dropdowns a {
  position: relative;
  display: inline-block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-right: 5px;
  padding: 5px;
  -webkit-transition: background 500ms linear, color 500ms linear;
  transition: background 500ms linear, color 500ms linear;
  text-decoration: none;
  color: #4C4C4C;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2rem;
}
header .header-inner .links-dropdowns a::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%;
  height: 2px;
  content: "";
  -webkit-transition: background 500ms linear, -webkit-transform 0.4s ease-out;
  transition: background 500ms linear, -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out, background 500ms linear;
  transition: transform 0.4s ease-out, background 500ms linear, -webkit-transform 0.4s ease-out;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  background: #B6491A;
  will-change: transform;
}
header .header-inner .links-dropdowns a.is-active::before, header .header-inner .links-dropdowns a:hover::before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
@media (min-width: 992px) {
  header .header-inner .links-dropdowns a:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  header .header-inner .links-dropdowns a {
    margin-right: 20px;
  }
}

header .header-inner .links-pages {
  display: none;
}
@media (min-width: 992px) {
  header .header-inner .links-pages {
    display: block;
    margin-left: auto;
    white-space: nowrap;
  }
}
@media print {
  header .header-inner .links-pages {
    display: none;
  }
}

header .header-inner .links-pages a {
  display: inline-block;
  margin-left: 5px;
  padding: 5px;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 2rem;
}
@media (min-width: 1200px) {
  header .header-inner .links-pages a {
    margin-left: 10px;
  }
}

header .header-inner .links-pages button {
  display: inline-block;
  background: none;
  border: none;
  color: #17687C;
  margin-left: 5px;
  padding: 5px;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 2rem;
}
header .header-inner .links-pages button:hover, header .header-inner .links-pages button:focus {
  color: #B6491A;
}
@media (min-width: 1200px) {
  header .header-inner .links-pages button {
    margin-left: 10px;
  }
}

header .toggle-menu,
header .toggle-search {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  text-align: center;
  text-decoration: none;
  border: none;
  background: none;
  font-size: 2rem;
  line-height: 4rem;
}
@media (min-width: 992px) {
  header .toggle-menu,
  header .toggle-search {
    display: none;
  }
}
@media print {
  header .toggle-menu,
  header .toggle-search {
    display: none;
  }
}

header .toggle-menu {
  left: 5px;
  color: #4C4C4C;
}

header .toggle-search {
  right: 5px;
}

header .toggle-menu i:last-child,
header .toggle-search i:last-child {
  display: none;
}

header .toggle-menu.opened i:first-child,
header .toggle-search.opened i:first-child {
  display: none;
}
header .toggle-menu.opened i:last-child,
header .toggle-search.opened i:last-child {
  display: inline;
}

#google_translate_element {
  display: none;
}

footer #google_translate_element {
  display: block;
}

.translate-wrap {
  position: absolute;
  z-index: 2;
  top: 100%;
  right: 15px;
  width: 220px;
  margin-top: 9px;
  padding: 10px 15px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.translate-wrap select {
  width: 100%;
}

header .remote-gt-container {
  padding: 15px 10px;
  font-size: 1.4rem;
}

header .remote-gt-container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 7px 10px;
  border-radius: 3px;
  background: #FFFFFF;
}

header .remote-gt-container select {
  margin-right: 15px;
}

header .remote-gt-container .goog-logo-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 5px;
  vertical-align: middle;
}

header .global-alerts {
  position: absolute;
  top: 100%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 395px;
  max-width: 100%;
  margin-top: 1px;
  color: #FFFFFF;
  border-radius: 0 0 5px 5px;
  background: #BE2128;
}
header .global-alerts.viewed.closed {
  width: 44px;
}
header .global-alerts.opened {
  width: 100%;
}
@media (min-width: 395px) {
  header .global-alerts.opened {
    width: 395px;
  }
}
@media (min-width: 395px) {
  header .global-alerts {
    max-width: 395px;
  }
}
@media print {
  header .global-alerts {
    display: none;
  }
}

header .global-alerts a {
  color: #FFFFFF;
}

header .global-alerts .content {
  width: 100%;
  -webkit-transition: width 200ms linear;
  transition: width 200ms linear;
  border-bottom-left-radius: 5px;
}

header .global-alerts .heading {
  right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 44px;
  white-space: nowrap;
  border-bottom-left-radius: 5px;
  font-size: 1.6rem;
}
@media (min-width: 261px) {
  header .global-alerts .heading {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    font-size: 1.8rem;
  }
}

header .global-alerts.opened .content .heading {
  border-bottom: 1px solid #FFFFFF;
  border-bottom-left-radius: 0;
}

header .global-alerts .alert-hint {
  float: left;
  margin-left: 15px;
}

header .global-alerts.viewed .alert-hint {
  display: none;
}

header .global-alerts.opened.viewed .alert-hint {
  display: block;
}

@media print {
  header .alert-count {
    display: none;
  }
}

header .global-alerts .heading i {
  vertical-align: middle;
  font-size: 3rem;
  line-height: 4.4rem;
}

header .global-alerts .heading .icon i {
  font-size: 2rem;
}
@media (min-width: 261px) {
  header .global-alerts .heading .icon i {
    font-size: 3rem;
  }
}

header .global-alerts .heading .text {
  margin-left: 10px;
  vertical-align: middle;
}

header .global-alerts .heading .view-alerts {
  float: right;
  width: 60px;
  height: 100%;
  margin-left: 10px;
  padding: 0 10px;
  -webkit-transition: background 200ms linear;
  transition: background 200ms linear;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  border-left: 1px solid #FFFFFF;
  background: #BE2128;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
header .global-alerts .heading .view-alerts:hover, header .global-alerts .heading .view-alerts:focus {
  background: #732E10;
}
@media (min-width: 261px) {
  header .global-alerts .heading .view-alerts {
    margin-left: 20px;
    padding: 0;
    font-size: 1.6rem;
  }
}

header .global-alerts.viewed .view-alerts {
  width: 44px;
}

header .global-alerts.viewed.closed .view-alerts {
  margin: 0;
  border: none;
}

header .global-alerts .view-alerts i {
  vertical-align: top;
  font-size: 2rem;
  line-height: normal;
}

header .global-alerts .view-alerts .view-icon.hidden,
header .global-alerts .view-alerts .view-text.hidden {
  display: none;
}

header .global-alerts .view-alerts[aria-expanded=true] .view-icon {
  display: none;
}

header .global-alerts .view-alerts[aria-expanded=false] .hide-icon {
  display: none;
}

header .global-alerts .alerts {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  margin: 0;
  padding: 10px 15px;
  list-style: none;
}

header .global-alerts .alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 0;
}
header .global-alerts .alert:last-child {
  margin-bottom: 0;
}

header .global-alerts .alert-link {
  -webkit-text-decoration: underline 1px dotted #FFFFFF;
          text-decoration: underline 1px dotted #FFFFFF;
  font-weight: normal;
}
header .global-alerts .alert-link:hover {
  -webkit-text-decoration: underline 1px solid #FFFFFF;
          text-decoration: underline 1px solid #FFFFFF;
}
header .global-alerts .alert-link:focus {
  text-decoration: none;
  outline: 1px dotted #FFFFFF !important;
}
header .global-alerts .alert-link.new-alert {
  font-weight: 600;
}

header .global-alerts .new-alert-indicator {
  padding: 0 10px;
  color: #BE2128;
  border-radius: 10px;
  background: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 600;
}

@media print {
  footer {
    display: none;
  }
}

footer .h6,
footer h6 {
  letter-spacing: -1px;
}

footer .footer-head .footer-bar {
  margin: 0 0 30px;
  padding: 8px;
  background: #351E16;
}

footer .footer-head {
  padding: 0 0 15px;
  font-size: 1.4rem;
  line-height: 2rem;
}

footer .footer-head .h4,
footer .footer-head h4 {
  font-size: 2.2rem;
}

footer .footer-head .h6,
footer .footer-head h6 {
  margin: 0 0 5px;
  text-transform: uppercase;
  font-size: 1.4rem;
}

footer .footer-head p {
  margin: 0 0 20px;
}

footer .footer-head ul {
  margin: 0 0 20px;
  list-style: none;
}

footer .footer-head ul li {
  margin: 0 0 5px;
}

footer .footer-head ul li a:focus {
  text-decoration: none;
  outline: 1px dotted #B6491A;
}

footer .footer-head ul li strong {
  color: #000000;
}

footer .footer-head ul li ul {
  margin: 0 0 0 15px;
}

footer .footer-head .sign-up {
  position: relative;
  max-width: 300px;
  padding-left: 35px;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

footer .footer-head .sign-up a {
  text-decoration: none;
}
footer .footer-head .sign-up a:hover, footer .footer-head .sign-up a:focus {
  text-decoration: underline;
}

footer .footer-head .sign-up a i {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 2.4rem;
}

footer .footer-head .social {
  text-transform: uppercase;
}

footer .footer-head .social span {
  display: inline-block;
  margin: 0 10px 0 0;
}

footer .footer-head .social a {
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 0 2px;
  font-size: 2.2rem;
}
footer .footer-head .social a:last-child {
  margin: 0;
}
footer .footer-head .social a:hover, footer .footer-head .social a:focus {
  color: #000000;
}

footer .footer-main {
  padding: 30px 0 15px;
  color: #FFFFFF;
  background: #3E3434;
  font-size: 1.4rem;
  line-height: 2rem;
}

footer .footer-main .county-text {
  text-transform: uppercase;
  color: #BD8F31;
  font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

footer .footer-main p {
  margin: 0 0 20px;
}

footer .footer-main ul {
  margin: 0 0 20px;
  list-style: none;
}

footer .footer-main ul li {
  margin: 0 0 7px;
}

footer .footer-main a {
  color: #FFFFFF;
}

footer .footer-main .seal {
  max-width: 180px;
  margin: 0 0 30px;
}
@media (min-width: 992px) {
  footer .footer-main .seal {
    max-width: 140px;
    margin: -15px 0;
  }
}

footer .footer-main .seal img {
  max-width: 100%;
}

footer .footer-main .sign-up {
  position: relative;
  max-width: 290px;
  padding-left: 35px;
  font-size: 1.5rem;
  line-height: 2.1rem;
}

footer .footer-main .sign-up a i {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 2.4rem;
}

footer .footer-main .social {
  text-transform: uppercase;
}

footer .footer-main .social span {
  display: inline-block;
  margin: 0 10px 0 0;
}

footer .footer-main .social a {
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 0 2px;
  font-size: 2rem;
}
footer .footer-main .social a:last-child {
  margin: 0;
}
footer .footer-main .social a:hover, footer .footer-main .social a:focus {
  color: #17687C;
}

footer .footer-foot {
  padding: 20px 0;
  text-align: center;
  color: #A6A6A6;
  background: #1C1717;
  font-size: 1.3rem;
  line-height: 1.9rem;
}

footer .footer-foot a {
  white-space: nowrap;
  color: #A6A6A6;
}

footer .footer-foot p {
  margin: 0 0 10px;
}

footer .footer-foot .pipe {
  color: #A6A6A6;
}

footer .h6,
footer h6 {
  letter-spacing: -1px;
}

footer .footer-head .footer-bar {
  margin: 0 0 30px;
  padding: 8px;
}

footer .footer-head {
  padding: 0 0 15px;
  font-size: 1.4rem;
  line-height: 2rem;
}

footer .inverted-footer-head .inverted-footer-bar {
  margin: 0 0 30px;
  padding: 8px;
}

footer .inverted-footer-head {
  padding: 0 0 15px;
  font-size: 1.4rem;
  line-height: 2rem;
}

footer .h6,
footer h6 {
  letter-spacing: -1px;
}

footer .footer-head .footer-bar {
  margin: 0 0 30px;
  padding: 8px;
}

footer .footer-head {
  padding: 0 0 15px;
  font-size: 1.4rem;
  line-height: 2rem;
}

footer .inverted-footer-head .inverted-footer-bar {
  margin: 0 0 30px;
  padding: 8px;
}

footer .inverted-footer-head {
  padding: 0 0 15px;
  font-size: 1.4rem;
  line-height: 2rem;
  color: inherit;
}

footer .inverted-footer-head a {
  color: inherit;
}

.fw-cta-color.color-red {
  background: #8E1C1F;
  color: #FFFFFF;
}
.fw-cta-color.color-orange {
  background: #C96C12;
  color: #FFFFFF;
}
.fw-cta-color.color-yellow {
  background: #C8A90A;
  color: #000000;
}
.fw-cta-color.color-green {
  background: #3F6F4C;
  color: #FFFFFF;
}
.fw-cta-color.color-green-blue {
  background: #30646C;
  color: #FFFFFF;
}
.fw-cta-color.color-blue {
  background: #32577D;
  color: #FFFFFF;
}
.fw-cta-color.color-dark-blue {
  background: #3A475D;
  color: #FFFFFF;
}
.fw-cta-color.color-gold {
  background: #9C813E;
  color: #FFFFFF;
}
.fw-cta-color.color-brown {
  background: #593939;
  color: #FFFFFF;
}
.fw-cta-color.color-white {
  background: #FFFFFF;
  color: #000000;
}
.fw-cta-color.color-black {
  background: #000000;
  color: #FFFFFF;
}

footer .footer-head.color-red,
footer .inverted-footer-head.color-red,
footer .footer-bar.color-red,
footer .inverted-footer-head .inverted-footer-bar.color-red {
  background: #8E1C1F;
  color: #FFFFFF;
}

footer .footer-head.color-orange,
footer .inverted-footer-head.color-orange,
footer .footer-bar.color-orange,
footer .inverted-footer-head .inverted-footer-bar.color-orange {
  background: #C96C12;
  color: #FFFFFF;
}

footer .footer-head.color-yellow,
footer .inverted-footer-head.color-yellow,
footer .footer-bar.color-yellow,
footer .inverted-footer-head .inverted-footer-bar.color-yellow {
  background: #C8A90A;
  color: #000000;
}

footer .footer-head.color-green,
footer .inverted-footer-head.color-green,
footer .footer-bar.color-green,
footer .inverted-footer-head .inverted-footer-bar.color-green {
  background: #3F6F4C;
  color: #FFFFFF;
}

footer .footer-head.color-green-blue,
footer .inverted-footer-head.color-green-blue,
footer .footer-bar.color-green-blue,
footer .inverted-footer-head .inverted-footer-bar.color-green-blue {
  background: #30646C;
  color: #FFFFFF;
}

footer .footer-head.color-blue,
footer .inverted-footer-head.color-blue,
footer .footer-bar.color-blue,
footer .inverted-footer-head .inverted-footer-bar.color-blue {
  background: #32577D;
  color: #FFFFFF;
}

footer .footer-head.color-dark-blue,
footer .inverted-footer-head.color-dark-blue,
footer .footer-bar.color-dark-blue,
footer .inverted-footer-head .inverted-footer-bar.color-dark-blue {
  background: #3A475D;
  color: #FFFFFF;
}

footer .footer-head.color-gold,
footer .inverted-footer-head.color-gold,
footer .footer-bar.color-gold,
footer .inverted-footer-head .inverted-footer-bar.color-gold {
  background: #9C813E;
  color: #FFFFFF;
}

footer .footer-head.color-brown,
footer .inverted-footer-head.color-brown,
footer .footer-bar.color-brown,
footer .inverted-footer-head .inverted-footer-bar.color-brown {
  background: #593939;
  color: #FFFFFF;
}

footer .footer-head.color-white,
footer .inverted-footer-head.color-white,
footer .footer-bar.color-white,
footer .inverted-footer-head .inverted-footer-bar.color-white {
  background: #FFFFFF;
  color: #000000;
}

footer .footer-head.color-black,
footer .inverted-footer-head.color-black,
footer .footer-bar.color-black,
footer .inverted-footer-head .inverted-footer-bar.color-black {
  background: #000000;
  color: #FFFFFF;
}

footer .footer-head a,
footer .inverted-footer-head a {
  color: inherit;
  text-decoration: none;
}
footer .footer-head a:focus,
footer .inverted-footer-head a:focus {
  outline: 2px solid rgba(255, 255, 255, 0.15);
  outline-offset: 2px;
}

.container {
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
}

.dropdowns {
  position: fixed;
  z-index: 2;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  background: #FFFFFF;
}
@media (min-width: 992px) {
  .dropdowns.opened {
    top: 0;
  }
}
@media (min-width: 992px) {
  .dropdowns {
    top: -100%;
    bottom: auto;
    height: 100%;
    -webkit-transition: top 400ms ease-in;
    transition: top 400ms ease-in;
  }
}

.translated-ltr .dropdowns,
.translated-rtl .dropdowns {
  top: 89px;
}

.dropdowns .dropdown {
  display: none;
}

.dropdowns .dropdown .dropdown-heading {
  padding: 10px 0;
  color: #BD8F31;
  background: #351E16;
}
@media (min-width: 992px) {
  .dropdowns .dropdown .dropdown-heading {
    padding: 15px 0;
    border-bottom: 1px solid #DEDEDD;
    background: #FFFFFF;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  }
}

.dropdowns .dropdown .dropdown-heading .container {
  position: relative;
}

.dropdowns .dropdown .dropdown-heading .text {
  font-size: 2rem;
  line-height: 3rem;
}
@media (min-width: 992px) {
  .dropdowns .dropdown .dropdown-heading .text {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}

.dropdowns .dropdown .dropdown-heading h2.text {
  margin-bottom: 0;
  letter-spacing: normal;
}
@media (min-width: 992px) {
  .dropdowns .dropdown .dropdown-heading h2.text {
    margin-bottom: 0;
    letter-spacing: normal;
  }
}

.dropdowns .dropdown .dropdown-heading .close-dropdowns {
  position: absolute;
  top: 3px;
  right: 20px;
  display: block;
  padding: 0;
  color: #BD8F31;
}
.dropdowns .dropdown .dropdown-heading .close-dropdowns:hover, .dropdowns .dropdown .dropdown-heading .close-dropdowns:focus {
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .dropdowns .dropdown .dropdown-heading .close-dropdowns:hover, .dropdowns .dropdown .dropdown-heading .close-dropdowns:focus {
    color: #000000;
  }
}
@media (min-width: 992px) {
  .dropdowns .dropdown .dropdown-heading .close-dropdowns {
    top: 6px;
    color: #808080;
  }
}

.dropdowns .dropdown .dropdown-heading .close-dropdowns span {
  display: none;
}
@media (min-width: 992px) {
  .dropdowns .dropdown .dropdown-heading .close-dropdowns span {
    display: inline;
  }
}

@media (min-width: 992px) {
  .dropdowns .dropdown .dropdown-heading .close-dropdowns i {
    margin-left: 5px;
  }
}

.dropdowns .dropdown .dropdown-buttons .buttons {
  margin: -1px -20px -15px;
}
@media (min-width: 992px) {
  .dropdowns .dropdown .dropdown-buttons .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 15px -15px -10px;
  }
}

.dropdowns .dropdown .dropdown-buttons .buttons a {
  display: block;
  margin: 0 0 -1px;
  padding: 10px 20px;
  text-align: left;
  text-decoration: none;
  color: #808080;
  border: 1px solid #DEDEDD;
  border-radius: 0;
  background: #FFFFFF;
  font-size: 1.6rem;
}
.dropdowns .dropdown .dropdown-buttons .buttons a:hover, .dropdowns .dropdown .dropdown-buttons .buttons a:focus {
  position: relative;
  z-index: 1;
  padding: 9px 19px;
  color: #000000;
  border: 2px solid #B6491A;
}
@media (min-width: 992px) {
  .dropdowns .dropdown .dropdown-buttons .buttons a:hover, .dropdowns .dropdown .dropdown-buttons .buttons a:focus {
    padding: 9px;
    color: #17687C;
    border: 2px solid #17687C;
  }
}
@media (min-width: 992px) {
  .dropdowns .dropdown .dropdown-buttons .buttons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 15px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #505050;
    border: 1px solid #B8B8B8;
    background: transparent;
    font-size: 1.7rem;
  }
}

.dropdowns .dropdown .dropdown-icons {
  display: none;
  background: #505050;
}
@media (min-width: 576px) {
  .dropdowns .dropdown .dropdown-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.dropdowns .dropdown .dropdown-icons .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -20px;
}

.dropdowns .dropdown .dropdown-icons .icons a {
  max-width: 20%;
  padding: 15px 10px;
  text-align: center;
  text-decoration: none;
  color: #DEDEDD;
  border: 1px solid #505050;
}
.dropdowns .dropdown .dropdown-icons .icons a:hover, .dropdowns .dropdown .dropdown-icons .icons a:focus {
  color: #FFFFFF;
  border: 1px solid #B6491A;
}
@media (min-width: 992px) {
  .dropdowns .dropdown .dropdown-icons .icons a {
    max-width: 10%;
  }
}

.dropdowns .dropdown .dropdown-icons .icons a .icon {
  display: block;
  margin: 0 0 7px;
  font-size: 3rem;
}

.dropdowns .dropdown .dropdown-icons .icons a .text {
  display: block;
  font-size: 1.7rem;
  line-height: 1.7rem;
}

.dropdowns .dropdown .dropdown-content {
  padding: 20px 0;
}

.dropdowns .dropdown .dropdown-content h3 {
  position: relative;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2rem;
}

.dropdowns .dropdown .dropdown-content h3 .text {
  position: relative;
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: #B6491A;
  border-bottom: 1px solid #CCA383;
  outline: none;
}

.dropdowns .dropdown .dropdown-content h3 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #17687C;
}

.dropdowns .dropdown .dropdown-content h3 .toggle-list span {
  position: absolute;
  top: 7px;
  right: 0;
  padding: 5px 0;
  text-decoration: none;
  font-size: 1.6rem;
}

.dropdowns .dropdown .dropdown-content h3 .toggle-list span i:last-child {
  display: none;
}

.dropdowns .dropdown .dropdown-content h3 .toggle-list.opened span i:first-child {
  display: none;
}
.dropdowns .dropdown .dropdown-content h3 .toggle-list.opened span i:last-child {
  display: inline;
}

@media (min-width: 992px) {
  .dropdowns .dropdown .dropdown-content h5 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

@media (min-width: 992px) {
  .dropdowns .dropdown .dropdown-content h5 .text {
    margin: 0 5px;
    padding: 10px 0;
  }
}

@media (min-width: 992px) {
  .dropdowns .dropdown .dropdown-content h5 .toggle-list {
    display: none;
  }
}

.dropdowns .dropdown .dropdown-content ul {
  display: none;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  font-size: 1.5rem;
  line-height: 2.1rem;
}
@media (min-width: 576px) {
  .dropdowns .dropdown .dropdown-content ul {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .dropdowns .dropdown .dropdown-content ul {
    font-size: 1.6rem;
  }
}

.dropdowns .dropdown .dropdown-content ul li a {
  display: inline-block;
  padding: 0 5px;
  color: #505050;
}
.dropdowns .dropdown .dropdown-content ul li a:hover, .dropdowns .dropdown .dropdown-content ul li a:focus {
  text-decoration: underline;
  color: #000000;
}

@media (min-width: 576px) {
  .dropdowns .dropdown .dropdown-content .toggle-list {
    display: none;
    pointer-events: none;
  }
}

@media (min-width: 576px) {
  .dropdowns .dropdown .dropdown-content .toggle-list span {
    display: none;
  }
}

.dropdowns .dropdown .dropdown-footer hr {
  height: 5px;
}

.dropdowns .dropdown .dropdown-footer h4 {
  margin: 0 0 10px;
}

.dropdowns .dropdown .dropdown-footer h5 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2rem;
}

.dropdowns .dropdown .dropdown-footer p {
  margin: 10px 0;
}

.dropdowns .dropdown .dropdown-footer ul {
  margin: 0;
  padding: 10px 0;
  list-style: none;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

.dropdowns .dropdown .dropdown-footer .meta {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 2rem;
}

.dropdowns .dropdown .dropdown-footer .emergency {
  margin: 0 0 30px;
}

.dropdowns .dropdown .dropdown-footer .emergency-wildfires,
.dropdowns .dropdown .dropdown-footer .emergency-corona {
  position: relative;
  padding-left: 50px;
}

.dropdowns .dropdown .dropdown-footer .emergency-wildfires .icon,
.dropdowns .dropdown .dropdown-footer .emergency-corona .icon {
  position: absolute;
  top: 0;
  left: 0;
}

.dropdowns .dropdown .dropdown-footer .emergency-soco {
  position: relative;
  padding-left: 72px;
}

.dropdowns .dropdown .dropdown-footer .emergency-soco .icon {
  position: absolute;
  top: 0;
  left: 0;
}

.dropdowns .dropdown .dropdown-footer .emergency-alerts img {
  margin-left: 30px;
}

.dropdowns .dropdown.dropdown-initial {
  color: #FFFFFF;
  background: #351E16;
}

.dropdowns .dropdown.dropdown-initial .dropdown-content {
  padding: 30px 0 10px;
}

.dropdowns .dropdown.dropdown-initial .dropdown-content .links-dropdowns {
  font-size: 1.7rem;
  line-height: 2.3rem;
}

.dropdowns .dropdown.dropdown-initial .dropdown-content .links-dropdowns li {
  margin: 0 0 20px;
}

.dropdowns .dropdown.dropdown-initial .dropdown-content ul {
  display: block;
  margin: 0 0 30px;
  padding: 0;
  font-size: 1.5rem;
}

.dropdowns .dropdown.dropdown-initial .dropdown-content ul li {
  margin: 0 0 15px;
}

.dropdowns .dropdown.dropdown-initial .dropdown-content ul li a {
  text-decoration: none;
  color: #FFFFFF;
}
.dropdowns .dropdown.dropdown-initial .dropdown-content ul li a:hover, .dropdowns .dropdown.dropdown-initial .dropdown-content ul li a:focus {
  text-decoration: underline;
  color: #FFFFFF;
}

.dropdowns .dropdown.dropdown-initial .dropdown-content ul li button {
  border: none;
  background: none;
  padding: 0 5px;
  color: #FFF;
}
.dropdowns .dropdown.dropdown-initial .dropdown-content ul li button:hover, .dropdowns .dropdown.dropdown-initial .dropdown-content ul li button:focus {
  text-decoration: underline;
}

.dropdowns .dropdown.dropdown-initial .dropdown-content hr {
  background: #8A5227;
}

.dropdowns .dropdown.dropdown-search {
  color: #FFFFFF;
  background: #4B4142;
}

.dropdowns .dropdown.dropdown-search .dropdown-content {
  padding: 30px 0;
}

.dropdowns .translate-wrap {
  position: static;
  width: 100%;
  border-radius: 5px;
  padding: 5px 10px;
}

.dropdowns .translate-wrap .goog-te-gadget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dropdowns .translate-wrap .goog-te-gadget > div {
  margin-right: 15px;
}

.dropdown-content .goog-te-gadget .goog-te-combo {
  font-family: "Open Sans", Verdana, sans-serif;
  font-size: 1.5rem;
  padding: 3px;
  width: auto;
}

.dropdowns .dropdown.dropdown-initial .dropdown-content ul li .translate-wrap a {
  color: #505050;
}

.side-menu-wrap {
  position: relative;
  margin: -30px 0 0;
  padding: 80px 0 0 0;
}
@media (min-width: 768px) {
  .side-menu-wrap {
    padding: 94px 0 0 0;
  }
}
@media (min-width: 992px) {
  .side-menu-wrap {
    margin: 0;
    padding: 0;
  }
}

.side-menu-wrap .row > div {
  position: static;
}

.side-menu-wrap .side-menu {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  overflow-y: auto;
  width: 100%;
  max-height: 100vh;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.side-menu-wrap .side-menu.side-menu-initial {
  display: block;
}
@media (min-width: 992px) {
  .side-menu-wrap .side-menu {
    position: static;
    top: auto;
    left: auto;
    min-width: 300px;
    max-width: 300px;
    max-height: none;
    margin-right: 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media print {
  .side-menu-wrap .side-menu {
    display: none;
  }
}

.side-menu-wrap .side-menu.search-side-menu {
  position: static;
  max-height: none;
  margin: 0 0 20px 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 992px) {
  .side-menu-wrap .side-menu.search-side-menu {
    margin: 0;
  }
}

.side-menu-wrap .side-menu.search-side-menu .side-accordion {
  margin: 0 0 10px 0;
  border: 1px solid #CCCCCC;
}
@media (min-width: 992px) {
  .side-menu-wrap .side-menu.search-side-menu .side-accordion {
    margin: 0;
    border: none;
    border-bottom: 1px solid #CCCCCC;
  }
}

.side-menu-wrap .side-menu.search-side-menu .side-accordion .filter-toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 10px;
  text-align: left;
  text-decoration: none;
  color: #505050;
  border: none;
  background: none;
}
.side-menu-wrap .side-menu.search-side-menu .side-accordion .filter-toggle:hover, .side-menu-wrap .side-menu.search-side-menu .side-accordion .filter-toggle:focus {
  background: #F4F3F3;
}

.side-menu-wrap .side-menu.search-side-menu .side-accordion ul {
  margin-bottom: 5px;
  padding: 0 10px;
}

@media (min-width: 992px) {
  .side-menu-wrap .side-menu.side-menu-filters {
    min-width: 250px;
    max-width: 250px;
  }
}

header .side-menu-wrap .side-menu {
  max-height: calc(100vh - 55px);
}

.side-menu-wrap .side-menu .menu-toggle .disabled {
  opacity: 1;
}

.side-menu-wrap .side-menu .menu-toggle {
  margin: 0;
  letter-spacing: 0;
  color: #FFFFFF;
  background: #17687C;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.4rem;
}
@media (min-width: 992px) {
  .side-menu-wrap .side-menu .menu-toggle {
    margin: 0 0 20px;
  }
}

.side-menu-wrap .side-menu .menu-toggle .img-wrap {
  display: none;
}
@media (min-width: 992px) {
  .side-menu-wrap .side-menu .menu-toggle .img-wrap {
    display: block;
  }
}

.side-menu-wrap .side-menu .menu-toggle .section-title {
  display: none;
}

@media (min-width: 992px) {
  .side-menu-wrap .side-menu .menu-toggle .title {
    position: relative;
    display: block;
    margin: 0;
    padding: 13px 8px;
    text-decoration: none;
    color: #FFFFFF;
    outline: none;
  }
}

.side-menu-wrap .side-menu .menu-toggle a {
  position: relative;
  display: block;
  margin: 0;
  padding: 13px 50px 13px 20px;
  text-decoration: none;
  color: #FFFFFF;
  outline: none;
}
@media (min-width: 768px) {
  .side-menu-wrap .side-menu .menu-toggle a {
    padding: 20px 50px 20px 20px;
  }
}
@media (min-width: 992px) {
  .side-menu-wrap .side-menu .menu-toggle a {
    padding: 13px 8px;
    pointer-events: none;
  }
}

.side-menu-wrap .side-menu .menu-toggle a .icons {
  position: absolute;
  top: 13px;
  right: 20px;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .side-menu-wrap .side-menu .menu-toggle a .icons {
    top: 20px;
  }
}

.side-menu-wrap .side-menu .menu-toggle a .icons i:last-child {
  display: none;
}

.side-menu-wrap .side-menu .menu-toggle a.opened .icons i:first-child {
  display: none;
}
.side-menu-wrap .side-menu .menu-toggle a.opened .icons i:last-child {
  display: inline;
}

.side-menu-wrap .side-menu .menu-toggle button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 13px 20px 13px 20px;
  text-align: left;
  text-decoration: none;
  color: #FFFFFF;
  border: none;
  outline: none;
  background: none;
}
@media (min-width: 992px) {
  .side-menu-wrap .side-menu .menu-toggle button {
    display: none;
  }
}

.side-menu-wrap .side-menu .menu-toggle button:hover .menu-toggle-title,
.side-menu-wrap .side-menu .menu-toggle button:focus .menu-toggle-title {
  text-decoration: underline;
}

.side-menu-wrap .side-menu .menu-toggle button .icons i:last-child {
  display: none;
}

.side-menu-wrap .side-menu .menu-toggle button.opened .icons i:first-child {
  display: none;
}
.side-menu-wrap .side-menu .menu-toggle button.opened .icons i:last-child {
  display: inline;
}

.side-menu-wrap .side-menu .menu-lists {
  display: none;
  border-bottom: 1px solid #DEDEDD;
}
@media (min-width: 992px) {
  .side-menu-wrap .side-menu .menu-lists {
    display: block !important;
  }
}

.side-menu-wrap .side-menu .menu-lists ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.side-menu-wrap .side-menu .menu-lists ul li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 3px;
}

.side-menu-wrap .side-menu .menu-lists ul li a {
  display: block;
  padding: 10px 50px 10px 20px;
  text-decoration: none;
  color: #505050;
  border-top: 1px solid #DEDEDD;
  font-size: 1.5rem;
  line-height: 2.1rem;
}
.side-menu-wrap .side-menu .menu-lists ul li a.on {
  background: #DEDEDD;
  font-weight: 700;
}
.side-menu-wrap .side-menu .menu-lists ul li a:hover, .side-menu-wrap .side-menu .menu-lists ul li a:focus {
  background: #F4F3F3;
}

.side-menu-wrap #mobileLeftNav.menu-lists ul li a {
  width: 100%;
  padding: 10px 20px;
}

.side-menu-wrap .side-menu .menu-lists ul li .target-icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 20px;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .side-menu-wrap .side-menu .menu-lists ul li .target-icon {
    padding: 10px;
  }
}

.side-menu-wrap .side-menu .menu-lists ul li.back a,
.side-menu-wrap #mobileLeftNav.menu-lists ul li.back a {
  padding-left: 35px;
  font-weight: 700;
}

.side-menu-wrap .side-menu .menu-lists ul li.back a i {
  position: absolute;
  top: 12px;
  left: 20px;
  color: #B6491A;
  font-size: 2rem;
}

.side-menu-wrap .side-menu .menu-lists ul li.parent div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.side-menu-wrap .side-menu .menu-lists ul li.parent ul {
  display: none;
  border-top: 1px solid #DEDEDD;
}

.side-menu-wrap .side-menu .menu-lists ul li.parent ul li:first-child a {
  border-top: none;
}

.side-menu-wrap .side-menu .menu-lists ul li.parent ul li {
  margin-left: 15px;
}

.side-menu-wrap .side-menu .menu-lists ul li button {
  padding: 10px 20px;
  color: #505050;
  border: none;
  border-top: 1px solid #DEDEDD;
  border-left: 1px solid #DEDEDD;
  background: #FFFFFF;
  line-height: 2.1rem;
}
.side-menu-wrap .side-menu .menu-lists ul li button:hover, .side-menu-wrap .side-menu .menu-lists ul li button:focus {
  background: #F4F3F3;
}
@media (min-width: 992px) {
  .side-menu-wrap .side-menu .menu-lists ul li button {
    padding: 10px;
  }
}

.side-menu-wrap .side-menu .menu-lists ul li button i:last-child {
  display: none;
}

.side-menu-wrap .side-menu .menu-lists ul li.opened button i:first-child {
  display: none;
}
.side-menu-wrap .side-menu .menu-lists ul li.opened button i:last-child {
  display: inline;
}

@media (min-width: 992px) {
  .side-menu-wrap .side-menu .menu-lists ul li.back a {
    padding-left: 25px;
  }
}

@media (min-width: 992px) {
  .side-menu-wrap .side-menu .menu-lists ul li.back a i,
  .side-menu-wrap .side-menu .menu-lists ul li.back button i {
    left: 5px;
  }
}

.side-menu-wrap .side-menu .menu-filters {
  display: none;
}
@media (min-width: 992px) {
  .side-menu-wrap .side-menu .menu-filters {
    display: block !important;
  }
}

.side-menu-wrap .side-menu .menu-filters h6 {
  padding: 10px 20px 0;
}
@media (min-width: 992px) {
  .side-menu-wrap .side-menu .menu-filters h6 {
    padding: 10px 0 0;
  }
}

.side-menu-wrap .side-menu .menu-filters hr {
  margin: 0 0 15px;
}

.side-menu-wrap .side-menu .menu-filters .list-checklist li a {
  padding: 5px 20px 5px 45px;
}
.side-menu-wrap .side-menu .menu-filters .list-checklist li a::after {
  left: 20px;
}
@media (min-width: 992px) {
  .side-menu-wrap .side-menu .menu-filters .list-checklist li a::after {
    left: 5px;
  }
}
@media (min-width: 992px) {
  .side-menu-wrap .side-menu .menu-filters .list-checklist li a {
    padding: 5px 20px 5px 30px;
  }
}

.side-menu-wrap .side-menu .menu-filters .list-checklist-icons li a {
  padding: 5px 20px 5px 45px;
}

.side-menu-wrap .side-menu .menu-filters .list-checklist-icons li a i {
  left: 20px;
}

.side-menu-wrap .side-menu .side-accordion {
  border-bottom: 1px solid #DEDEDD;
}

.side-menu-wrap .side-menu .side-accordion ul {
  margin: 0 0 15px;
}

.side-menu-wrap .side-menu .side-accordion .toggle {
  margin: 0;
  padding-top: 0;
}

.side-menu-wrap .side-menu .side-accordion .toggle a {
  position: relative;
  display: block;
  padding: 10px 30px 10px 0;
  text-decoration: none;
  color: #505050;
}
.side-menu-wrap .side-menu .side-accordion .toggle a::after {
  position: absolute;
  top: 10px;
  right: 0;
  content: "+";
  font-size: 2rem;
}

.side-menu-wrap .side-menu .side-accordion.opened .toggle a::after {
  content: "–";
}

.side-menu-wrap .side-menu-initial .banner-title.title {
  margin: 0;
  padding: 20px;
  font-size: 2rem;
  line-height: 2.4rem;
}

#micrositeMobileNav .side-menu .menu-lists ul li.parent div {
  width: 100%;
}

#micrositeMobileNav .side-menu .menu-lists ul li.parent div a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#micrositeMobileNav .side-menu .menu-lists ul li.parent button {
  padding: 10px 20px;
  color: #FFFFFF;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  background: none;
  line-height: 2.1rem;
}
#micrositeMobileNav .side-menu .menu-lists ul li.parent button:hover, #micrositeMobileNav .side-menu .menu-lists ul li.parent button:focus {
  background: rgba(255, 255, 255, 0.2);
}

.category-filters {
  margin-bottom: 20px;
  border: 1px solid #CCCCCC;
}

.category-filter button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 15px 12px;
  text-align: left;
  border: none;
  border-bottom: 1px solid #CCCCCC;
  outline: none;
  background: #F4F3F3;
  font-weight: 600;
}
.category-filter button:hover span, .category-filter button:focus span {
  text-decoration: underline;
}

.category-filter:last-of-type button {
  border-bottom: none;
}
.category-filter:last-of-type button[aria-expanded=true] {
  border-bottom: 1px solid #CCCCCC;
}

.category-filter button i:last-child {
  display: none;
}

.category-filter button[aria-expanded=true] i:first-child {
  display: none;
}
.category-filter button[aria-expanded=true] i:last-child {
  display: block;
}

.category-filter ul {
  overflow-y: auto;
  max-height: 300px;
  margin: 0;
  padding: 10px;
  list-style-type: none;
  border-bottom: 1px solid #CCCCCC;
  background: #FAFAFA;
}

.category-filter:last-of-type ul {
  border-bottom: none;
}

.category-filter ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.category-filter ul li label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 0 5px;
  padding: 4px;
}
.category-filter ul li label:hover {
  text-decoration: underline;
}

.category-filter ul li input:hover + label, .category-filter ul li input:focus + label {
  text-decoration: underline;
}

.clear-filters-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.clear-filters-container .clear-filters {
  padding: 5px 10px;
  border: 1px solid #CCCCCC;
  outline: none;
  background: #F4F3F3;
}
.clear-filters-container .clear-filters:hover, .clear-filters-container .clear-filters:focus {
  text-decoration: underline;
}

.filterable-item {
  border-top: 1px solid #DEDEDD;
}

.filterable-item.listing .content {
  padding: 20px 0 10px 0;
}

.filterable-item.listing .content p {
  margin-bottom: 10px;
}

.filterable-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filterable-thumb .col-sm-auto {
  margin-bottom: 10px;
  padding: 0;
}

.accordions .accordion {
  margin: 0 0 20px;
  border-bottom: 1px solid #CCCCCC;
}

@media print {
  .accordions .accordion div {
    display: block !important;
  }
}

.accordions .accordion .toggle {
  margin: 0;
  font-size: 2.1rem;
  line-height: 2.4rem;
}

.accordions .accordion .toggle a {
  position: relative;
  display: block;
  padding: 10px 20px 10px 30px;
  text-decoration: none;
  color: #303030;
}
.accordions .accordion .toggle a::after {
  position: absolute;
  top: 10px;
  left: 5px;
  content: "\f0fe";
  color: #17687C;
  font: normal 900 1em/1 "Font Awesome 6 Pro";
  font-size: 1.6rem;
}

.accordions .accordion.opened .toggle a::after {
  content: "\f146";
}

.accordions .accordion .content {
  padding: 20px 0 20px 30px;
}

.accordions .accordion .content p {
  margin: 0 0 10px;
}

.accordions .accordion .content .data-table-wrap {
  margin: -20px 0 0 -30px;
}

.banner {
  position: relative;
  margin: -30px 0 30px;
}

.banner .banner-bar {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #351E16;
}
@media (min-width: 768px) {
  .banner .banner-bar {
    height: 130px;
  }
}

.banner .slick-slider {
  margin: 0 -20px;
}
@media (min-width: 992px) {
  .banner .slick-slider {
    margin: 0;
  }
}

.body-copy .h2,
.body-copy h2 {
  margin: 0 0 15px;
}

.body-copy .h3 a,
.body-copy h3 a {
  color: #505050;
}
.body-copy .h3 a:hover, .body-copy .h3 a:focus,
.body-copy h3 a:hover,
.body-copy h3 a:focus {
  text-decoration-color: #000000;
  text-decoration-style: solid;
}

.content-translate-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .content-translate-container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.content-translate-container .translate-button-input button {
  border: 1px solid #000000;
  background: none;
  border-radius: 5px;
  color: #30646C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 190px;
}
.content-translate-container .translate-button-input button:hover, .content-translate-container .translate-button-input button:focus {
  color: #B6491A;
  border: 1px solid #B6491A;
}

.content-translate-container .translate-button-input.active button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.content-translate-container .translate-button-input button i {
  font-size: 2rem;
  margin-right: 5px;
}

.content-translate-container .translate-button-input select {
  margin-bottom: 0 !important;
}

.content-translate-container .translate-button-input .skiptranslate > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-translate-container .translate-button-input #remote-translate-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  top: auto;
  right: auto;
  width: auto;
  margin-top: 0;
  border: 1px solid #000;
  border-top: none;
}

.box-upcoming-events {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  padding-right: 20px !important;
  padding-left: 20px !important;
  border: #CCCCCC;
  border-width: 1px;
  border-style: solid;
}

.box-upcoming-events p {
  margin: 0;
}

.box-alert {
  margin: 0 0 30px;
  padding: 2px;
  background: #17687C;
}

.box-alert .content {
  padding: 20px 20px 10px;
  background: #F4F3F3;
}

.box-alert .content p {
  margin: 0 0 10px;
}

.box-index {
  margin: 0 0 30px;
  padding: 20px 20px;
  border: 1px solid #CCCCCC;
}

.box-index ul {
  margin: 0;
  list-style: none;
}

.box-index ul li {
  margin: 0 0 5px;
}

.box-index ul li a {
  color: #4C4C4C;
}

.box-core {
  height: 100%;
  padding: 0 0 30px;
}

.box-core .content {
  position: relative;
  height: 100%;
  padding: 15px 15px 15px;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  color: #505050;
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  font-size: 1.3rem;
  line-height: 1.7rem;
}

.box-core .content .h5,
.box-core .content h5 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2.6rem;
}

.box-core .content .h5 a,
.box-core .content h5 a {
  color: #505050;
}

.box-core .content p {
  margin: 0 0 10px;
}

.box-core .content .img-wrap {
  margin: -15px -15px 15px;
}

.box-core:hover .content,
.box-core:focus .content {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.box-event {
  height: 100%;
}

.box-event .content {
  position: relative;
  height: 100%;
  margin: 0 -1px;
  padding: 15px 15px 5px;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  color: #505050;
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.box-event .content h5 {
  font-size: 1.4rem;
  line-height: 2rem;
}

.box-event .content h5 a {
  color: #505050;
}

.box-event .content p {
  margin: 0 0 10px;
}

.box-event .content p a {
  color: #505050;
}

.box-event .content .day {
  margin: 0 0 5px;
  font-size: 5rem;
  font-weight: 300;
  line-height: 5rem;
}

.box-event .content .date,
.box-event .content .time {
  margin: 0 0 5px;
  color: #303030;
  font-weight: 700;
}

.box-event .content .border-bar {
  width: 65px;
  height: 4px;
  margin: 0 0 5px;
  background: #351E16;
}

.box-event .content .date-span {
  margin-bottom: 5px;
  color: #303030;
  font-weight: 600;
}

.box-event:hover .content,
.box-event:focus .content {
  z-index: 1;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.blog-subscribe i {
  margin-right: 3px;
}

.blog-filter-container {
  padding: 15px;
  margin: 0 0 30px 0;
  background: #F4F3F3;
  border-radius: 5px;
  border: 1px solid #DEDEDD;
}

.blog-filters .blog-filters-desktop {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px 15px;
}
@media (min-width: 768px) {
  .blog-filters .blog-filters-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.blog-filters .blog-filters-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .blog-filters .blog-filters-mobile {
    display: none;
  }
}

.blog-filters button {
  background: none;
  border: none;
  border-radius: 15px;
  color: #17687C;
  -webkit-text-decoration: 1px dotted underline;
          text-decoration: 1px dotted underline;
  text-underline-offset: 3px;
  padding: 3px 10px;
  margin: 0 0 10px 0;
}
.blog-filters button:hover, .blog-filters button:focus {
  -webkit-text-decoration: 1px solid underline;
          text-decoration: 1px solid underline;
  cursor: pointer;
}
.blog-filters button:disabled {
  color: #A6A6A6;
  text-decoration: none;
  cursor: default;
}
.blog-filters button.active {
  cursor: default;
  background: #B6491A;
  border-radius: 15px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  text-decoration: none;
}

.blog-filters .blog-filters-mobile label {
  margin: 0;
  font-size: 1.6rem;
}

.blog-filters .blog-filters-mobile select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  height: 35px;
  color: #505050;
}

.loading-grid,
.blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .loading-grid,
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .loading-grid,
  .blog-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.loading-grid.hidden,
.blog-grid.hidden {
  display: none;
}

.box-blog {
  height: 100%;
  min-height: 400px;
}

.loading-grid .box-blog {
  height: 100%;
  min-height: 400px;
}

.loading-grid .box-blog .img-wrap {
  aspect-ratio: 2/1;
  background: #FAFAFA;
}

.box-blog .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  color: #505050;
  border-bottom: 1px solid #CCCCCC;
  border-radius: 5px;
  background: transparent;
  font-size: 1.5rem;
  line-height: 2.5rem;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.box-blog .img-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.box-blog .content .h4,
.box-blog .content h4 {
  font-size: 2.2rem;
  line-height: 2.6rem;
  padding: 0 10px;
  margin: 0 0 15px 0;
}

.box-blog .content .h4 a,
.box-blog .content h4 a {
  color: #505050;
}

.box-blog .content p {
  margin: 0 0 15px;
  padding: 0 10px;
}
.box-blog .content p.img-wrap {
  padding: 0;
}

.box-blog p.blog-published {
  margin: 0 0 5px 0;
  font-size: 1.3rem;
  color: #737373;
}

.box-blog .content .meta {
  margin-top: auto;
}

.blog-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
  padding: 0 10px;
}
.blog-categories.post-categories {
  padding: 0;
}

.box-blog .content .category-title,
.category-title {
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 600;
}

.blog-categories button,
.blog-categories a {
  color: #17687C;
  text-decoration: none;
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  background: #FAFAFA;
  padding: 0 8px;
  margin: 0;
  font-size: 1.3rem;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.blog-categories button:hover, .blog-categories button:focus,
.blog-categories a:hover,
.blog-categories a:focus {
  cursor: pointer;
  color: #FFFFFF;
  background: #B6491A;
  text-decoration: none;
  border: 1px solid rgb(159.6875, 64.0504807692, 22.8125);
}
.blog-categories button:disabled,
.blog-categories a:disabled {
  cursor: default;
  background: #FAFAFA;
  color: #A6A6A6;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #CCCCCC;
}

.blog-categories span {
  border: 1px solid #DEDEDD;
  background: #FAFAFA;
  padding: 0 10px;
  margin: 0;
  font-size: 1.3rem;
  font-style: italic;
}

@media (min-width: 768px) {
  .related-blogs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

.related-blogs .box-blog {
  background: #FFFFFF;
  min-height: 0;
}

.box-cta {
  height: 100%;
  padding: 0 0 30px;
}

.box-cta .content {
  position: relative;
  height: 100%;
  padding: 15px 15px 15px;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  color: #505050;
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.box-cta .content h5 {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.box-cta .content p {
  margin: 0 0 10px;
}

.box-cta:hover .content,
.box-cta:focus .content {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.box-info {
  margin: 0 0 30px;
  padding: 50px 50px 40px;
  background: #F4F3F3;
}

.box-info .content {
  color: #303030;
}

.box-info .content h3 {
  margin: 0 0 30px;
}

.box-info .content p {
  margin: 0 0 10px;
}

.box-link {
  height: 100%;
  padding: 0 0 30px;
}

.box-link .content {
  position: relative;
  height: 100%;
  padding: 15px 15px 15px;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  color: #505050;
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.box-link .content .h5,
.box-link .content h5 {
  font-size: 1.8rem;
  line-height: 2rem;
}

.box-link .content p {
  margin: 0 0 10px;
}

.box-link .content .border-bar {
  position: absolute;
  top: -2px;
  right: -1px;
  left: -1px;
  height: 4px;
  background: #351E16;
}

.box-link .content .icon {
  position: absolute;
  right: 7px;
  bottom: 5px;
  -webkit-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
  color: #17687C;
  font-size: 1.8rem;
}

.box-link:hover .content,
.box-link:focus .content {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.box-link:hover .content .icon,
.box-link:focus .content .icon {
  right: 5px;
}

a.box-link {
  display: block;
  height: auto;
  margin: 0 0 30px 0;
  padding: 0;
  text-decoration: none;
}

a.box-link .h5 {
  -webkit-text-decoration: 1px underline dotted;
          text-decoration: 1px underline dotted;
}

a.box-link:hover .h5,
a.box-link:focus .h5 {
  -webkit-text-decoration: 1px underline solid;
          text-decoration: 1px underline solid;
}

.box-profile {
  height: 100%;
  padding: 0 0 30px;
}

.box-profile .content {
  position: relative;
  height: 100%;
  padding: 20px 20px 10px;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  color: #505050;
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  font-size: 1.6rem;
  line-height: 2rem;
}

.box-profile .content .h5,
.box-profile .content h5 {
  margin: 0 0 10px;
  font-size: 2rem;
  line-height: 2.2rem;
}

.box-profile .content .h5 a,
.box-profile .content h5 a {
  color: #17687C;
  font-weight: 400;
}

.box-profile .content p {
  margin: 0 0 10px;
}

.box-profile .content .border-bar {
  position: absolute;
  top: -2px;
  right: -1px;
  left: -1px;
  height: 4px;
  background: #351E16;
}

.box-profile:hover .content,
.box-profile:focus .content {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.box-tabs {
  margin: 0 0 45px;
  background: #FFFFFF;
}

.box-tabs .box-tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #CCCCCC;
}

.box-tabs .box-tab-nav a {
  width: 50%;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #505050;
  border: 1px solid #CCCCCC;
  border-bottom: none;
  background: #F4F3F3;
  font-size: 2.4rem;
}
.box-tabs .box-tab-nav a.on {
  color: #AA6631;
  background: #FFFFFF;
}

.box-tabs .box-tab-nav a span {
  position: relative;
  display: inline-block;
}
.box-tabs .box-tab-nav a span::after {
  position: absolute;
  right: -10px;
  bottom: -10px;
  left: -10px;
  height: 4px;
  content: " ";
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
  background: #351E16;
}

.box-tabs .box-tab-nav a:hover span::after,
.box-tabs .box-tab-nav a:focus span::after {
  opacity: 1;
}

.box-tabs .box-tab-nav a.on span::after {
  opacity: 1;
}

.box-tabs .tabs .tile {
  margin: 0 0 15px;
  padding: 0;
}

.box-tabs .tabs .tile .inner {
  border-top: none;
}

.button-row {
  text-align: center;
}
@media (min-width: 768px) {
  .button-row {
    text-align: left;
  }
}

.button-row a {
  margin: 0 10px 10px 10px;
}
.button-row a:hover, .button-row a:focus {
  background: rgb(11.0306122449, 49.8775510204, 59.4693877551) !important;
}
@media (min-width: 768px) {
  .button-row a {
    margin: 0 10px 10px 0;
  }
}

.buttons-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -5px -5px 25px;
}

.buttons-icons a {
  margin: 5px;
}

.buttons-svgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -2px -5px 25px;
}

.buttons-svgs a {
  margin: 5px 5px 0;
}

.buttons-svgs a svg {
  width: 36px;
  height: 36px;
}

.buttons-svgs a svg {
  fill: #00713D;
}

.buttons-svgs a:hover svg,
.buttons-svgs a:focus svg {
  fill: #0273CB;
}

.buttons-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -9px 30px;
}

.buttons-tile a {
  display: block;
  width: 100px;
  margin: 9px;
  padding: 10px;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  color: #808080;
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  font-size: 1.5rem;
  line-height: 1.8rem;
}
.buttons-tile a:hover, .buttons-tile a:focus {
  color: #351E16;
  border-color: #351E16;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.buttons-tile .icon {
  display: block;
  margin: 0 0 10px;
  font-size: 2.6rem;
}

.buttons-tile .text {
  display: block;
}

.card {
  margin: 0 0 30px;
  padding: 20px 20px 10px;
  font-size: 1.5rem;
  line-height: 2.1rem;
}

.card h5 {
  margin: 0 0 15px;
}

.card p {
  margin: 0 0 15px;
}

.card .icon {
  margin-right: 5px;
}

.crumbs {
  display: none;
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #505050;
  font-size: 1.3rem;
  line-height: 1.6rem;
}
@media (min-width: 576px) {
  .crumbs {
    display: block;
  }
}
@media print {
  .crumbs {
    display: none;
  }
}

.crumbs a {
  text-decoration: none;
  color: #505050;
}
.crumbs a:hover, .crumbs a:focus {
  color: #17687C;
}

.fc table {
  margin: 0;
}

.fc table tbody tr:nth-child(even) {
  background: none;
}

.fc .fc-h-event {
  padding: 2px;
  white-space: normal;
  outline: none;
  font-size: 1.2rem;
  line-height: 1.4em;
}

.fc .fc-daygrid-event-harness {
  margin-bottom: 2px;
}

.fc .fc-daygrid-block-event .fc-event-time {
  color: #505050;
  font-weight: 600;
}

.fc .fc-h-event .fc-event-title {
  font-weight: 600;
  line-height: 1.5em;
}

.fc .fc-h-event:hover .fc-event-title,
.fc .fc-h-event:focus .fc-event-title {
  text-decoration: underline;
}

.fc .fc-h-event .fc-event-main-frame {
  display: block;
}

.fc .fc-popover .canceled .fc-event-main-frame::before,
.fc .canceled .fc-event-main-frame::before {
  display: block;
  content: "CANCELED";
  color: #824E26;
  font-weight: 600;
}

.fc .fc-event:hover::before,
.fc .fc-event:focus::before {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.fc .fc-event:hover::after,
.fc .fc-event:focus::after {
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  content: "";
  background: rgba(0, 0, 0, 0.1);
}

.flex-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -10px;
}

.flex-buttons a {
  width: 50%;
  padding: 10px;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
@media (min-width: 576px) {
  .flex-buttons a {
    width: 33.333333%;
  }
}
@media (min-width: 768px) {
  .flex-buttons a {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .flex-buttons a {
    width: 20%;
  }
}

.flex-buttons a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  text-align: center;
  color: #4C4C4C;
  border: 1px solid #17687C;
}

.flex-buttons a:hover span,
.flex-buttons a:focus span {
  color: #FFFFFF;
  background: #17687C;
}

.front-intro .row {
  margin-bottom: 20px;
}
.front-intro .row:first-child, .front-intro .row:last-child {
  margin-bottom: 0;
}

.front-intro .box-alert:last-child {
  margin-bottom: 0;
}

.link-cta {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
}

.link-cta i {
  margin-left: 5px;
}

.link-list {
  height: 100%;
  padding: 0 0 30px;
}

.link-list ul {
  height: 100%;
  margin: 0 0 0 -1px;
  padding: 0 15px;
  list-style: none;
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.link-list ul li {
  margin: 0 0 10px;
}

.additional-dates-list {
  margin: 0 0 0 25px;
}

.additional-dates-list li {
  margin: 0 0 5px 0;
}

.search-menu-filters {
  padding: 0 2px 2px 2px;
}

.search-menu-filters fieldset {
  position: relative;
  min-height: 42px;
}

.search-menu-filters fieldset legend {
  position: absolute;
}

.side-menu-wrap .side-menu.search-side-menu fieldset.side-accordion ul {
  margin-top: 40px;
}

.search-menu-filters .search-filters li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}

.search-menu-filters .search-filters li input {
  position: relative;
  top: 12px;
  margin: 0 0 0 8px;
}

.search-menu-filters .search-filters li label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 5px 0 5px 7px;
}

.search-menu-filters .search-filters li input[type=checkbox]:hover, .search-menu-filters .search-filters li input[type=checkbox]:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.5);
}

.search-menu-filters .search-filters .clear-filters {
  margin: 1px;
  padding: 0 5px;
  border: none;
  background: none;
}

.search-menu-filters .search-filters .clear-filters span {
  margin-left: 8px;
  text-decoration-color: #A6A6A6;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.search-menu-filters .search-filters .clear-filters:hover span,
.search-menu-filters .search-filters .clear-filters:focus span {
  text-decoration-style: solid;
}

@media (min-width: 992px) {
  #filteredSearchForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#filteredSearchForm .search-input-container {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #filteredSearchForm .search-input-container {
    margin-bottom: 0;
  }
}

.list-checklist {
  margin: 0 0 30px;
  list-style: none;
}

.list-checklist li {
  margin: 0;
}

.list-checklist li a {
  position: relative;
  display: block;
  padding: 5px 0 5px 25px;
  color: #505050;
}
.list-checklist li a::after {
  position: absolute;
  top: 5px;
  left: 0;
  content: "\f0c8";
  font: normal 900 1em/1 "Font Awesome 6 Pro";
}

.list-checklist li a.on::after {
  content: "\f14a";
}

.list-checklist-icons {
  margin: 0 0 30px;
  list-style: none;
}

.list-checklist-icons li {
  margin: 0;
}

.list-checklist-icons li a {
  position: relative;
  display: block;
  padding: 5px 0 5px 25px;
  color: #505050;
}

.list-checklist-icons li a i {
  position: absolute;
  top: 10px;
  left: 0;
}

.list-dots {
  list-style: none;
}

.list-dots li {
  position: relative;
}
.list-dots li::before {
  position: absolute;
  top: 12px;
  left: -12px;
  display: block;
  width: 2px;
  height: 2px;
  content: " ";
  border-radius: 100%;
  background: #000000;
}

.list-icons {
  margin-left: 15px;
  list-style: none;
}

.list-inline {
  position: relative;
  overflow: hidden;
}

.list-inline 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;
  margin: -5px -11px 15px;
  list-style: none;
  font-size: 1.5rem;
  line-height: 1.7rem;
}

.list-inline li {
  overflow: hidden;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 5px 0;
  padding: 2px 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-left: 1px solid #CCCCCC;
  line-height: 2rem;
}
.list-inline li:nth-child(1), .list-inline li:nth-child(2) {
  border-left: none;
}

.list-inline li .icon {
  position: relative;
  padding-left: 18px;
}

.list-inline li > .icon > span {
  position: absolute;
  top: 0;
  left: 0;
}

.list-inline li > .pipe {
  margin: 0 2px;
}

.list-item-icon {
  position: relative;
  padding-left: 20px;
}

.list-item-icon a {
  margin-right: 5px;
  color: #505050;
}
.list-item-icon a:hover, .list-item-icon a:focus {
  color: #000000;
}

.list-item-icon .icon {
  position: absolute;
  top: 0;
  left: 0;
  color: #17687C;
}

.list-item-icon .meta {
  white-space: nowrap;
}

.list-no-bull {
  margin-left: 0;
  list-style: none;
}

.listing-container.searching {
  opacity: 0.5;
}

.listing .h3 a,
.listing h3 a {
  color: #505050;
}

.listing .h4 a,
.listing h4 a {
  color: #505050;
}

.listing .h5,
.listing h5 {
  font-weight: 400;
}

.listing .h5 a,
.listing h5 a {
  color: #505050;
}

.listing .content {
  padding: 0 0 15px;
  font-size: 1.5rem;
  line-height: 2.1rem;
}

.listing .content h4 {
  margin: 0 0 15px;
  font-weight: 300;
}

.listing .content h5 {
  margin: 0 0 15px;
  font-weight: 400;
}

.listing .content p {
  margin: 0 0 15px;
}

.listing .content a:hover,
.listing .content a:focus {
  text-decoration-style: solid;
}

.listing .content .category {
  margin: 0 0 10px;
  text-transform: uppercase;
  word-break: break-word;
  color: #505050;
  font-size: 1.3rem;
  line-height: 1.8rem;
}

.listing .content .link {
  font-size: 1.3rem;
  line-height: 1.8rem;
}

.listing .content .meta {
  margin: 0 0 10px;
  font-size: 1.3rem;
  line-height: 1.8rem;
}

.listing .content .pipe {
  margin: 0 3px;
}

.formatted-list h2 {
  margin: 0;
  padding: 12px 15px;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 1px solid #351E16;
  background: #351E16;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
}

.formatted-list ul {
  margin-left: 0;
  list-style-type: none;
}

.formatted-list ul li {
  margin: 0;
  padding: 10px 15px;
  border: 1px solid #CCCCCC;
  border-top: none;
  font-size: 1.4rem;
  line-height: 2rem;
}
.formatted-list ul li:first-child {
  border-top: 1px solid #CCCCCC;
}
.formatted-list ul li:nth-child(even) {
  background: #F4F3F3;
}

.formatted-list ul li a {
  overflow-wrap: break-word;
}

.formatted-list ul li .icon {
  top: 10px;
  left: 15px;
}

.formatted-list ul li .name {
  margin-left: 20px;
}

.filter-box {
  position: relative;
  margin: 0 0 30px;
}
@media print {
  .filter-box {
    display: none;
  }
}

.filter-box .toggle {
  position: relative;
  display: block;
  padding: 7px 40px 7px 15px;
  text-decoration: none;
  color: #505050;
  border: 1px solid #CCCCCC;
  background: #F4F3F3;
  font-size: 1.6rem;
  font-weight: 600;
}

.filter-box .toggle .icons {
  position: absolute;
  top: 7px;
  right: 15px;
  font-size: 1.4rem;
}

.filter-box .toggle .icons i:last-child {
  display: none;
}

.filter-box .toggle.opened .icons i:first-child {
  display: none;
}
.filter-box .toggle.opened .icons i:last-child {
  display: inline;
}

.filter-box .content {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  padding: 15px 15px 0;
  border: 1px solid #CCCCCC;
  border-top: none;
  background: #F4F3F3;
}

.filters {
  margin: 0 0 30px;
  padding: 15px 15px 5px;
  border: 1px solid #CCCCCC;
  background: #F4F3F3;
}

.filters .search-wrap {
  margin: 0 0 10px;
}

.filters .select-box {
  margin: 0 0 10px;
}

.filters .select-box label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px;
}

.filters .select-box select {
  width: 150px;
}

.filters .select-box .label-text {
  margin: 0 10px 0 0;
  white-space: nowrap;
}

.filters .switch-wrap {
  margin: 0 0 10px;
}
@media (min-width: 992px) {
  .filters .switch-wrap {
    float: right;
  }
}

.filters .switch-wrap .switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 4px;
  text-decoration: none;
  color: #505050;
  border: 1px solid #CCCCCC;
  border-radius: 36px;
  background: #FFFFFF;
}
@media (min-width: 992px) {
  .filters .switch-wrap .switch {
    width: 360px;
  }
}

.filters .switch-wrap .switch > span {
  display: block;
  padding: 4px 10px;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  border-radius: 36px;
  font-size: 1.5rem;
  line-height: 2rem;
}
.filters .switch-wrap .switch > span:first-child {
  width: 40%;
}
.filters .switch-wrap .switch > span:last-child {
  width: 60%;
}
.filters .switch-wrap .switch > span.on {
  display: inline;
  color: #FFFFFF;
  background: #505050;
  font-weight: 700;
}

.filters .switch-wrap .switch a {
  display: block;
  overflow: hidden;
  height: 36px;
  border: 1px solid #CCCCCC;
  border-radius: 36px;
  outline: none;
  background: #FFFFFF;
}

.filters .switch-wrap .switch a > span {
  position: absolute;
  top: 7px;
  left: 7px;
  display: block;
  overflow: hidden;
  width: 22px;
  height: 22px;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
  text-decoration: none;
  color: #505050;
  border-radius: 100%;
}

.filters .switch-wrap .switch a.switched > span {
  left: 40px;
}

.filters .toggle-view {
  margin: 0 0 10px;
}

.filters .toggle-view label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filters .toggle-view .label-text {
  margin: 0 10px 0 0;
}

.filters .toggle-view a,
.filters .toggle-view button {
  position: relative;
  width: 42px;
  padding: 8px;
  text-align: center;
  color: #505050;
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.filters .toggle-view a:last-child,
.filters .toggle-view button:last-child {
  left: -1px;
}
.filters .toggle-view a.on,
.filters .toggle-view button.on {
  color: #FFFFFF;
  border-color: #505050;
  background: #505050;
}

.filters.filters-resource {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 15px;
}

.filters.filters-resource fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  max-width: 600px;
}

.filters.filters-resource select {
  height: 42px;
  padding: 5px 10px;
  color: #505050;
  border: 1px solid #CCCCCC;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .filters.filters-resource select {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .filters.filters-resource select {
    min-width: 400px;
  }
}

.filters.filters-resource .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-top: 0;
}

.filters.filters-resource .icon img {
  width: 32px;
  border: 1px solid #CCC;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.filters.filters-resource .icon span {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.filters-checklist.resource-categories legend {
  font-size: 1.7rem;
  font-weight: 600;
}

.resource-directions {
  line-height: 1.75em;
  padding: 1px;
  margin: 0 3px;
}

.map-legend {
  padding: 10px;
  border: 2px solid #808080;
  margin-top: 20px;
}

.map-legend h2 {
  margin-bottom: 15px;
  font-size: 2.2rem;
}

.map-legend dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px 10px;
  margin-bottom: 0;
}

.map-legend dt img {
  width: 32px;
}

.map-legend dd {
  margin: 0;
  font-weight: 600;
  font-size: 1.4rem;
}

.table-resources tbody tr {
  display: none;
}
.table-resources tbody tr.row-visible {
  display: table-row;
}
.table-resources tbody tr.row-white {
  background: #FFFFFF;
}
.table-resources tbody tr.row-gray {
  background: #F4F3F3;
}

.filters-checklist ul {
  margin: 0 0 15px;
  list-style: none;
}

.filters-checklist ul li {
  position: relative;
  margin: 0 0 3px;
  padding-left: 23px;
}

.filters-checklist ul li input {
  position: absolute;
  top: 7px;
  left: 0;
}

.filters-parks form {
  position: relative;
  max-width: 500px;
  margin: 0 0 10px;
  padding-right: 100px;
}

.filters-parks form button {
  position: absolute;
  top: 0;
  right: 0;
}

.filters-parks .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px;
  padding: 0 15px;
  white-space: nowrap;
}

.filters-events .select-box .label-text {
  width: 100px;
}

.form-search {
  position: relative;
}

.form-search input {
  padding-right: 100px;
}

.form-search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 100%;
  border: none;
  background: transparent;
}

.form-select label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-select label span {
  margin: 0 10px 0 0;
  white-space: nowrap;
  font-size: 1.6rem;
}

.img-thumb {
  position: relative;
  overflow: hidden;
  padding-bottom: 75%;
}

.img-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.img-window {
  margin: -30px 0;
}

.img-window img {
  max-width: 100%;
}

.img-wrap img {
  max-width: 100%;
}

.img-wrap .caption {
  display: block;
  padding: 10px 0;
  font-size: 1.4rem;
  line-height: 2rem;
}

.img-wrap a .caption {
  color: #4C4C4C;
}

.img-wrap a:hover .caption,
.img-wrap a:focus .caption {
  color: #17687C;
}

@media (min-width: 576px) {
  .img-max-width-sm-270 {
    max-width: 270px;
  }
}

@media (min-width: 768px) {
  .img-max-width-md-200 {
    max-width: 200px;
  }
}

@media (min-width: 768px) {
  .img-max-width-md-270 {
    max-width: 270px;
  }
}

@media (min-width: 768px) {
  .img-max-width-md-350 {
    max-width: 350px;
  }
}

@media (min-width: 768px) {
  .img-float-right-md-360 {
    float: right;
    max-width: 360px;
    margin: 4px 0 30px 30px;
  }
}

@media (min-width: 992px) {
  .img-float-left-md-360 {
    float: left;
    max-width: 360px;
    margin: 4px 30px 30px 0;
  }
}

@media (min-width: 992px) {
  .img-max-width-lg-270 {
    max-width: 270px;
  }
}

@media (min-width: 992px) {
  .img-max-width-lg-534 {
    max-width: 534px;
  }
}

.map-wrap {
  position: relative;
  padding-bottom: 70%;
}

.map-wrap iframe,
.map-wrap object {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.maphighlight-link {
  margin-top: -20px;
}

.mfp-iframe-holder .mfp-content {
  margin-top: -60px;
  border: 40px solid #000000;
}

.mfp-iframe-holder .mfp-content .mfp-close {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  padding-right: 0;
  text-align: center;
}

.mfp-iframe-holder .mfp-content .mfp-title {
  position: absolute;
  top: 100%;
  right: -40px;
  left: -40px;
  padding: 30px 40px 40px;
  color: #FFFFFF;
  background: #000000;
  font-size: 1.6rem;
  line-height: 2rem;
}

.mfp-image-holder .mfp-content .mfp-close {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  padding-right: 0;
  text-align: center;
}

.mfp-content {
  padding: 40px;
  background: #000000;
}

.mfp-content .mfp-figure::after {
  display: none;
}

.mfp-content img.mfp-img {
  padding: 0 0 20px;
}

.mfp-content .mfp-bottom-bar {
  position: static;
  margin-top: 0;
}

.mfp-content .mfp-bottom-bar .mfp-title {
  margin: 0 0 20px;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 2rem;
}

.mfp-content .mfp-bottom-bar .mfp-counter {
  position: static;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-style: italic;
  line-height: 2rem;
}
.mfp-content .mfp-bottom-bar .mfp-counter::before {
  margin-right: 8px;
  content: "\f030";
  font: normal 900 1em/1 "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
}

.mfp-content .mfp-arrow {
  width: 40px;
  height: 80px;
  margin-top: -80px;
}
.mfp-content .mfp-arrow:active {
  margin-top: -80px;
}
.mfp-content .mfp-arrow::before {
  display: none;
}
.mfp-content .mfp-arrow::after {
  top: 0;
  margin-top: 25px;
}

.mfp-content .mfp-arrow-left::after {
  margin-left: 6px;
}

.mfp-content .mfp-arrow-right::after {
  margin-left: 13px;
}

@media (max-width: 577px) {
  .mobile-hidden {
    display: none;
  }
}

.page-links {
  font-size: 1.5rem;
  line-height: 2.1rem;
}

.page-links a {
  display: inline-block;
  margin: 0 0 5px;
  white-space: nowrap;
  color: #505050;
}

.page-links hr {
  margin: 30px 0;
}

.page-nav .pager {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 20px 0;
}

.page-nav .pager .numbered-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-nav .pager span,
.page-nav .pager a,
.page-nav .pager button {
  display: block;
  min-width: 42px;
  margin-right: -1px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #505050;
  border: 1px solid #CCCCCC;
  outline: none;
  background: none;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2rem;
}

.page-nav .pager a:first-child, .page-nav .pager a:last-child {
  color: #17687C;
}
.page-nav .pager a.disabled {
  color: #505050;
}
.page-nav .pager a.on, .page-nav .pager a.on:hover, .page-nav .pager a.on:focus {
  color: #FFFFFF;
  border: 1px solid #505050;
  background: #505050;
  font-weight: 700;
}
.page-nav .pager a:hover, .page-nav .pager a:focus {
  background: #F4F3F3;
}

.page-nav .pager button:disabled {
  color: #A6A6A6;
  border: 1px solid #DEDEDD;
  background: #F4F3F3;
}
.page-nav .pager button.on, .page-nav .pager button.on:hover, .page-nav .pager button.on:focus {
  color: #FFFFFF;
  border: 1px solid #505050;
  background: #505050;
  font-weight: 700;
}
.page-nav .pager button.pagination-prev, .page-nav .pager button.pagination-next {
  color: #17687C;
}
.page-nav .pager button.pagination-prev:disabled, .page-nav .pager button.pagination-next:disabled {
  color: #A6A6A6;
}
.page-nav .pager button.pagination-first-mobile {
  margin-right: 10px;
}
.page-nav .pager button.pagination-last-mobile {
  margin-left: 10px;
}
.page-nav .pager button:hover, .page-nav .pager button:focus {
  background: #F4F3F3;
}

.page-nav .pager .active-page {
  color: #FFFFFF;
  border: 1px solid #505050;
  background: #505050;
  font-weight: 700;
}

.page-nav .count {
  max-width: 130px;
  margin: 0 10px 20px;
  margin: 0 auto 20px auto;
}

.page-nav .count select {
  padding: 5px 10px;
  color: #505050;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  border-radius: 4px;
  outline: none;
  font-size: 1.5rem;
  font-weight: 300;
}
.page-nav .count select:focus {
  border: 1px solid #808080;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.park-feature-icon {
  width: 40px;
  margin: 5px;
  opacity: 0.85;
}

.search {
  position: relative;
}

.search input {
  padding-right: 50px;
  background: rgba(255, 255, 255, 0.9);
}
.search input:focus {
  background: #FFFFFF;
}

.search button {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 40px;
  height: 36px;
  color: #B6491A;
  border: none;
  border-left: 1px solid #DEDEDD;
  background: transparent;
}

.search-lg input {
  height: 62px;
  padding: 20px;
  padding-right: 80px;
}

.search-lg button {
  width: 56px;
  height: 56px;
}

@media (min-width: 992px) {
  .search-options {
    margin-left: 20px;
  }
}

.search-options .filter-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 992px) {
  .search-options .filter-select {
    display: block;
  }
}

.search-options label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 10px;
}
.search-options label:first-child {
  margin-right: 15px;
}
@media (min-width: 992px) {
  .search-options label:first-child {
    margin-right: 0;
  }
}
.search-options label:last-child {
  margin: 0;
}

.search-options select {
  width: 170px;
}

.search-options .label-text {
  margin: 0 10px 0 0;
  white-space: nowrap;
}

.search-options .select-sm {
  width: 120px;
}

.search-component.suggestions-active input,
.search-input-container.suggestions-active input {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.search-component .hidden {
  display: none;
}

.search-suggest-container {
  position: absolute;
  z-index: 1;
  width: 100%;
  border: 1px solid #CCCCCC;
  border-top: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.search-suggest-container.active {
  margin-top: -1px;
  border: 1px solid #808080;
}

.search-suggest-list,
.dropdowns .dropdown .dropdown-content ul.search-suggest-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.search-suggest-list li,
.dropdowns .dropdown .dropdown-content ul.search-suggest-list li {
  margin: 0;
  font-weight: 600;
}
.search-suggest-list li[aria-selected=true],
.dropdowns .dropdown .dropdown-content ul.search-suggest-list li[aria-selected=true] {
  background: #F4F3F3;
}
.search-suggest-list li:last-child,
.dropdowns .dropdown .dropdown-content ul.search-suggest-list li:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.search-suggest-list li a,
.dropdowns .dropdown .dropdown-content ul.search-suggest-list li a {
  display: block;
  padding: 0;
  text-decoration: none;
  color: #17687C;
  border-bottom: 1px solid #CCCCCC;
  outline: none;
}
.search-suggest-list li a.document-suggestion,
.dropdowns .dropdown .dropdown-content ul.search-suggest-list li a.document-suggestion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  text-decoration: none;
  border-bottom: 1px solid #CCCCCC;
  outline: none;
}
.search-suggest-list li a:hover, .search-suggest-list li a:focus,
.dropdowns .dropdown .dropdown-content ul.search-suggest-list li a:hover,
.dropdowns .dropdown .dropdown-content ul.search-suggest-list li a:focus {
  border-bottom: 1px solid #CCCCCC;
}

.search-suggest-list li:last-child a,
.dropdowns .dropdown .dropdown-content ul.search-suggest-list li:last-child a {
  border-bottom: none;
}
.search-suggest-list li:last-child a:hover, .search-suggest-list li:last-child a:focus,
.dropdowns .dropdown .dropdown-content ul.search-suggest-list li:last-child a:hover,
.dropdowns .dropdown .dropdown-content ul.search-suggest-list li:last-child a:focus {
  border-bottom: none;
}

.search-suggest-list li a div,
.dropdowns .dropdown .dropdown-content ul.search-suggest-list li a div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search-suggest-list li a .meta,
.dropdowns .dropdown .dropdown-content ul.search-suggest-list li a .meta {
  width: 85px;
  padding: 6px 15px 0;
  text-align: center;
}

.search-suggest-list li a .suggest-title,
.dropdowns .dropdown .dropdown-content ul.search-suggest-list li a .suggest-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 6px 15px 0;
  word-break: break-word;
}

.search-suggest-list li a:hover .meta,
.search-suggest-list li a:focus .meta,
.search-suggest-list li a:hover .suggest-title,
.search-suggest-list li a:focus .suggest-title,
.dropdowns .dropdown .dropdown-content ul.search-suggest-list li a:hover .meta,
.dropdowns .dropdown .dropdown-content ul.search-suggest-list li a:focus .meta,
.dropdowns .dropdown .dropdown-content ul.search-suggest-list li a:hover .suggest-title,
.dropdowns .dropdown .dropdown-content ul.search-suggest-list li a:focus .suggest-title {
  -webkit-text-decoration: 1px solid underline;
          text-decoration: 1px solid underline;
  text-underline-offset: 2px;
}

.search-suggest-list li a .suggest-path,
.dropdowns .dropdown .dropdown-content ul.search-suggest-list li a .suggest-path {
  display: block;
  padding: 2px 15px 5px 15px;
  text-decoration: none;
  color: #505050;
  font-size: 0.8em;
  font-weight: normal;
  font-style: italic;
  line-height: 1.5em;
}

.search-suggest-list li a:hover .suggest-path,
.search-suggest-list li a:focus .suggest-path,
.dropdowns .dropdown .dropdown-content ul.search-suggest-list li a:hover .suggest-path,
.dropdowns .dropdown .dropdown-content ul.search-suggest-list li a:focus .suggest-path {
  text-decoration: none;
  border: none;
}

.search-suggest-list .no-results {
  padding: 7px 10px;
  color: #666666;
}

.share {
  display: none;
  margin: 0 0 30px;
  text-align: right;
  color: #808080;
  font-size: 1.3rem;
  line-height: 1.6rem;
}
@media (min-width: 576px) {
  .share {
    display: block;
  }
}
@media print {
  .share {
    display: none;
  }
}

.share span {
  display: inline-block;
  margin: 0 5px 0 0;
}

.share a {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0 2px;
  color: #505050;
  font-size: 2rem;
}
.share a:hover, .share a:focus {
  color: #000000;
}

.share button {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0 2px;
  color: #505050;
  border: none;
  background: transparent;
  font-size: 2rem;
}
.share button:hover, .share button:focus {
  color: black;
}

.slick-slider-wrap .slick-slider {
  width: 0;
  min-width: 100%;
}

.slick-slider {
  display: none !important;
}
.slick-slider.slick-initialized {
  display: block !important;
}

.slick-slider .img-wrap img {
  width: 100%;
}

.slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  cursor: pointer;
  text-indent: -999px;
  border: none;
  border-radius: 100%;
  outline: none;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  line-height: 24px;
}
.slick-arrow::after {
  position: absolute;
  top: 4px;
  content: "\f054";
  text-indent: 0;
  color: #17687C;
  font: normal 900 1em/1 "Font Awesome 6 Pro";
  font-size: 2rem;
  font-weight: 600;
}
.slick-arrow.slick-prev {
  left: 20%;
  margin-left: -16px;
}
.slick-arrow.slick-prev::after {
  left: 8px;
  content: "\f053";
}
.slick-arrow.slick-next {
  right: 20%;
  margin-right: -16px;
}
.slick-arrow.slick-next::after {
  right: 8px;
  content: "\f054";
}
.slick-arrow:focus {
  outline: 2px dotted #17687C;
}

.slick-dots {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 50%;
  width: 200px;
  margin: 0 0 0 -100px;
  list-style: none;
  text-align: center;
  line-height: 15px;
}
@media (min-width: 992px) {
  .slick-dots {
    bottom: -50px;
  }
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px 0;
  line-height: 10px;
}

.slick-dots li button {
  overflow: hidden;
  width: 15px;
  height: 15px;
  padding: 0;
  cursor: pointer;
  text-indent: -1000px;
  color: #FFFFFF;
  border: 3px solid #FFFFFF;
  border-radius: 100%;
  background: transparent;
}
@media (min-width: 992px) {
  .slick-dots li button {
    border: 3px solid #505050;
  }
}

.slick-dots li.slick-active button {
  color: #000000;
  border-color: #FFFFFF;
  background: #FFFFFF;
}
@media (min-width: 992px) {
  .slick-dots li.slick-active button {
    color: #FFFFFF;
    border-color: #17687C;
    background: #17687C;
  }
}

.slick-dots li.play-pause a {
  color: #FFFFFF;
}
.slick-dots li.play-pause a:first-child {
  display: none;
}
.slick-dots li.play-pause a:last-child {
  display: inline-block;
}
@media (min-width: 992px) {
  .slick-dots li.play-pause a {
    color: #505050;
  }
}

.slick-dots li.play-pause.playing a:first-child {
  display: inline-block;
}
.slick-dots li.play-pause.playing a:last-child {
  display: none;
}

.slider-blog .content {
  position: relative;
  z-index: 1;
}

.slider-blog .content .text {
  padding: 20px 20px 30px;
  text-align: center;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .slider-blog .content .text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 460px;
    margin-top: -20px;
    margin-left: -230px;
    -webkit-transition: opacity 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    opacity: 0;
  }
}

@media (min-width: 768px) {
  .slider-blog .content .text .h3,
  .slider-blog .content .text h3 {
    margin: 0 0 20px;
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
}

.slider-blog .content .text p {
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .slider-blog .content .text p {
    margin: 0;
  }
}

.slider-blog .content .text a {
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .slider-blog .slide {
    border-top: 10px solid #FFFFFF;
    border-right: 5px solid #FFFFFF;
    border-left: 5px solid #FFFFFF;
  }
}

.slider-blog .slide .content .text {
  pointer-events: none;
}

@media (min-width: 768px) {
  .slider-blog .slide.slick-current .content .text {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .slider-blog .content .img-wrap {
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .slider-blog .content .img-wrap img {
    margin: -30px 0;
  }
}

@media (min-width: 992px) {
  .slider-blog .slick-dots {
    bottom: -30px;
  }
}

.slider-microsite .content {
  position: relative;
  z-index: 1;
}

.slider-microsite .content .text {
  padding: 20px 20px 30px;
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 2.6rem;
}
@media (min-width: 768px) {
  .slider-microsite .content .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 3rem;
    line-height: 3.6rem;
  }
}

.slider-microsite .content .text p {
  margin: 0 0 15px;
}

.slider-microsite .content .text a {
  color: #FFFFFF;
}

.slider-microsite .content .text .link-cta {
  font-size: 1.8rem;
  line-height: 2rem;
}

@media (min-width: 768px) {
  .slider-microsite .content .text.text-position-right > div > div {
    float: right;
  }
}

@media (min-width: 768px) {
  .slider-microsite .content .text > div > div {
    max-width: 540px;
    margin-top: 40px;
    padding: 25px 30px;
  }
}
@media (min-width: 992px) {
  .slider-microsite .content .text > div > div {
    margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .slider-microsite .content .img-wrap {
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .slider-microsite .content .img-wrap img {
    margin: -4.7% 0;
  }
}

.slider-section-front .content {
  position: relative;
  z-index: 1;
}

.slider-section-front .content .text {
  padding: 20px 20px 30px;
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 2.6rem;
}
@media (min-width: 768px) {
  .slider-section-front .content .text {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 500px;
    padding: 50px 150px 30px 20px;
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
@media (min-width: 992px) {
  .slider-section-front .content .text {
    padding: 85px 150px 30px 50px;
  }
}

.slider-section-front .content .text p {
  margin: 0 0 15px;
}

.slider-section-front .content .text a {
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .slider-section-front .content .text.text-position-right {
    right: 0;
    left: auto;
  }
}

.glide-tray.tray {
  padding: 0;
}
@media (min-width: 768px) {
  .glide-tray.tray {
    padding: 10px 0;
  }
}

.glide {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 0;
  min-width: 100%;
}

.glide * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
      touch-action: pan-Y;
  overflow: hidden;
  margin: 0 0 20px 0;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__slide {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  background: #351E16;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
}
.glide__slide:focus {
  outline: 2px solid #D68100;
}

.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__slide.glide__solo a {
  width: 100%;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.glide-arrows {
  display: none;
}
@media (min-width: 768px) {
  .glide-arrows {
    position: absolute;
    height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(59.5% + 40px);
    margin: 0 calc((40.5% - 40px) / 2);
    top: 50%;
    margin-top: -16px;
  }
}

.glide-arrows button {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  border-radius: 50%;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.glide-arrows button:hover, .glide-arrows button:focus {
  color: #B6491A;
  -webkit-box-shadow: 0 2px 6px #000000;
          box-shadow: 0 2px 6px #000000;
  background: #FAFAFA;
  cursor: pointer;
}
.glide-arrows button:focus {
  outline: 2.5px solid #D68100;
}

.glide-arrows button i {
  font-size: 2.5rem;
  line-height: 24px;
}

.glide-arrows button .fa-angle-left {
  margin-right: 2px;
}

.glide-arrows button .fa-angle-right {
  margin-left: 2px;
}

.glide__slide .content {
  position: relative;
  height: 100%;
}

.glide__slide .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.glide__slide .img-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.glide__slide .img-wrap a:focus {
  z-index: 0;
  opacity: 0.6;
}

.glide__slide .img-wrap img {
  display: block;
  width: 100%;
}

.glide__slide .content .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}
@media (min-width: 768px) {
  .glide__slide .content .text-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}

.glide__slide .content .text {
  width: 100%;
  color: #FFFFFF;
  padding: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .glide__slide .content .text {
    max-width: 440px;
    background: rgba(0, 0, 0, 0.6);
  }
}
@media (min-width: 992px) {
  .glide__slide .content .text {
    max-width: 560px;
  }
}

.glide__slide .content .text .h3 {
  line-height: 1.5em;
}
@media (min-width: 768px) {
  .glide__slide .content .text .h3 {
    margin: 0 0 20px;
    font-size: 2.6rem;
  }
}
@media (min-width: 992px) {
  .glide__slide .content .text .h3 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .glide__slide .content .text .h3 {
    font-size: 3.6rem;
  }
}

.glide__slide .content .text p {
  margin: 0;
}

.bullets-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  z-index: 1;
}

.glide__bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.bullets-wrapper button {
  border: 3px solid #505050;
  border-radius: 50%;
  background: none;
  height: 15px;
  width: 15px;
  padding: 0;
}
.bullets-wrapper button:hover {
  background: #B6491A;
  border-color: #B6491A;
  color: #FFFFFF;
  cursor: pointer;
}

.glide__bullets .glide__bullet--active {
  background: #505050;
}

.bullets-wrapper .glide__pause {
  border: none;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  color: #505050;
}
.bullets-wrapper .glide__pause:hover, .bullets-wrapper .glide__pause:focus {
  background: #B6491A;
  border-color: #B6491A;
  color: #FFFFFF;
}

.glide__pause i {
  margin-left: 2px;
  margin-bottom: 1px;
}

.glide__pause .hidden {
  display: none;
}

.tags-blog {
  margin: 0 0 30px;
  font-size: 1.4rem;
}

.tags-blog span {
  display: inline-block;
  margin-right: 10px;
  padding: 0 10px;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 1px solid #AA6631;
  background: #AA6631;
}

.tags-blog a {
  display: inline-block;
  margin-right: 10px;
  padding: 0 10px;
  text-decoration: none;
  color: #4C4C4C;
  border: 1px solid #DEDEDD;
  background: #DEDEDD;
}
.tags-blog a:hover, .tags-blog a:focus {
  text-decoration: underline;
}

.tags-search a,
.tags-search button {
  position: relative;
  display: inline-block;
  margin: 0 15px 10px 0;
  padding: 0 8px;
  text-decoration: none;
  color: #4C4C4C;
  border: 1px solid #CCCCCC;
  font-size: 1.4rem;
}
.tags-search a:hover, .tags-search a:focus,
.tags-search button:hover,
.tags-search button:focus {
  border: 1px solid #A6A6A6;
  background: #F4F3F3;
}

.tags-search a i,
.tags-search button i {
  margin-right: 8px;
}

.text-heading h3 {
  margin: 0 0 10px;
}

.text-heading hr {
  height: 4px;
}

.tile {
  height: 100%;
  padding: 0 0 30px;
}

.tile .inner {
  height: 100%;
  border: 1px solid #CCCCCC;
}

.tile .inner .content {
  padding: 15px 15px 5px;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.tile .inner .content .h3,
.tile .inner .content h3 {
  margin: 0 0 20px;
}

.tile .inner .content .h3 a,
.tile .inner .content h3 a {
  color: #303030;
}

.tile .inner .content .h4,
.tile .inner .content h4 {
  margin: 0 0 15px;
  font-weight: 400;
}

.tile .inner .content .h4 a,
.tile .inner .content h4 a {
  color: #505050;
}

.tile .inner .content .h5,
.tile .inner .content h5 {
  margin: 0 0 15px;
  font-weight: 400;
}

.tile .inner .content .h5 a,
.tile .inner .content h5 a {
  color: #505050;
}

.tile .inner .content p {
  margin: 0 0 15px;
}

.tile .inner .content a:hover, .tile .inner .content a:focus {
  text-decoration-style: solid;
}

.tile .inner .content .meta {
  margin: 0 0 10px;
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.tile .inner .content .link {
  margin: 0 0 10px;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.tile .inner .content .pipe {
  margin: 0 3px;
  color: #737373;
}

.tile-featured .inner .content {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.tile-featured .inner .content h3 {
  font-size: 2.4rem;
  line-height: 3rem;
}

.tiles-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -9px 30px;
}

.tiles-icon a {
  display: block;
  width: 112px;
  margin: 9px;
  padding: 10px 5px;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  color: #737373;
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.tiles-icon a:hover, .tiles-icon a:focus {
  color: #351E16;
  border-color: #351E16;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.tiles-icon span {
  display: block;
}

.tiles-icon .icon {
  margin: 0 0 5px;
  font-size: 2rem;
}

.vid-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.vid-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.left-margin-addtdates {
  margin-left: 163px;
}

.goog-te-banner-frame {
  display: none !important;
}

.contact-form {
  position: relative;
  padding-top: 15px;
  border-top: 1px solid #CCCCCC;
}

.contact-form .input-field {
  margin-bottom: 20px;
}

.contact-form legend,
.contact-form label {
  font-weight: 600;
}

.contact-form .required-indicator {
  vertical-align: super;
}

.contact-form .required-indicator-right {
  margin-left: 5px;
}

.contact-form .required-indicator-left {
  margin-right: 5px;
}

.contact-form .topic-select {
  margin: 0;
  list-style-type: none;
}

.contact-form .topic-select li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-form .topic-select label {
  padding-left: 10px;
  font-weight: normal;
}

.contact-form input[type=radio] {
  display: inline;
  width: auto;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-form select {
  width: 400px;
  max-width: 100%;
}

.contact-form button:disabled {
  color: #FFFFFF;
  background: #505050;
}

.contact-form .submit-overlay {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.3);
}

.contact-form .submit-overlay.hidden {
  display: none;
}

.contact-form .submit-overlay p {
  padding: 25px;
  border-radius: 5px;
  background: #FFFFFF;
  font-size: 3rem;
}

.contact-form textarea {
  min-height: 200px;
}
@media (min-width: 992px) {
  .contact-form textarea {
    min-height: 120px;
  }
}

.contact-form fieldset ul {
  padding: 10px 0 0 10px;
  border: 1px solid transparent;
}

.contact-form fieldset ul:focus-within {
  padding: 10px 0 0 10px;
  border: 1px solid #808080;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.contact-form input[type=text], .contact-form input[type=email] {
  width: 500px;
  max-width: 100%;
}
.contact-form input[type=tel] {
  width: 275px;
  max-width: 100%;
}

.contact-form #contactUsZip {
  width: 150px;
  max-width: 100%;
}

#successDialog,
#errorDialog {
  padding-top: 15px;
  border-top: 1px solid #CCCCCC;
}

.fit-to-container img {
  max-width: 100%;
  height: auto;
}

.fit-embed-to-container {
  position: relative;
  height: 0;
}

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

.tray {
  position: relative;
  padding: 30px 0;
}
@media print {
  .tray {
    padding: 0 !important;
  }
}

.tray-name {
  display: block;
  padding: 13px 30px;
  text-align: center;
  color: #FFFFFF;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  background: #000000;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
}

.tray-img-box-link .box-link .content .border-bar {
  display: none;
}

.tray-img-copy p {
  margin: 0 0 15px;
}

.tray-img-copy .list-icons {
  margin-left: 0;
}

.tray-img-copy .list-item-icon {
  padding-left: 25px;
}

.tray-img-copy a,
.tray-img-copy .list-item-icon a {
  color: #FFFFFF;
}
.tray-img-copy a:focus, .tray-img-copy a:focus,
.tray-img-copy .list-item-icon a:focus,
.tray-img-copy .list-item-icon a:focus {
  outline: 1px dotted #FFFFFF;
}

.tray-heading {
  display: none;
  color: #FFFFFF;
  background: #351E16;
}
@media (min-width: 992px) {
  .tray-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 135px;
  }
}
@media print {
  .tray-heading {
    display: none;
  }
}

.tray-heading a {
  text-decoration: none;
  color: #FFFFFF;
}

.tray-heading .h1,
.tray-heading h1 {
  margin: 0;
}

.tray-heading p {
  margin: 0 0 5px;
}

.tray-heading .search {
  display: none;
  width: 100%;
  min-width: 370px;
  margin: 0;
}
@media (min-width: 992px) {
  .tray-heading .search {
    display: block;
  }
}

.tray-heading .search input:focus {
  padding-bottom: 8px;
  -webkit-box-shadow: 0 0 0 2px #D68100, 0 0 0 3px rgba(255, 153, 0, 0.5);
          box-shadow: 0 0 0 2px #D68100, 0 0 0 3px rgba(255, 153, 0, 0.5);
}

.tray-heading .radios {
  width: 460px;
  margin: 5px 0 0;
  font-size: 1.4rem;
}

.tray-heading .radios a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.tray-heading .radios a:first-child {
  margin-right: 15px;
}
.tray-heading .radios a.on::after {
  content: "\f192";
}
.tray-heading .radios a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f111";
  font: normal 900 1em/1 "Font Awesome 6 Pro";
}

.tray-heading .radios .search-select {
  display: inline-block;
}
.tray-heading .radios .search-select:first-child {
  margin-right: 15px;
}

.tray-heading .radios .search-select input[type=radio] {
  position: absolute;
  opacity: 0;
}
.tray-heading .radios .search-select input[type=radio]:hover + label::before, .tray-heading .radios .search-select input[type=radio]:focus + label::before {
  -webkit-box-shadow: 0 0 8px 1px #FFFFFF;
          box-shadow: 0 0 8px 1px #FFFFFF;
}
.tray-heading .radios .search-select input[type=radio] + label {
  position: relative;
  display: inline-block;
  margin: 0 0 0 20px;
}
.tray-heading .radios .search-select input[type=radio] + label::before {
  position: absolute;
  top: 6px;
  left: -20px;
  display: inline-block;
  content: "\f111";
  border-radius: 50%;
  font: normal 900 1em/1 "Font Awesome 6 Pro";
  line-height: 14px;
}
.tray-heading .radios .search-select input[type=radio]:checked + label::before {
  content: "\f192";
}

.tray-banner-home {
  position: relative;
  padding: 0;
}
@media (min-width: 992px) {
  .tray-banner-home {
    height: calc(100vh - 90px);
    max-height: 800px;
  }
}

@media (min-width: 992px) {
  .tray-banner-home .img {
    position: absolute !important;
    top: -1px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }
}

.tray-banner-home .img img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .tray-banner-home .img img {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.tray-banner-home .content .search input:focus {
  padding-bottom: 18px;
  -webkit-box-shadow: 0 0 0 2px #D68100, 0 0 0 3px rgba(255, 153, 0, 0.5);
          box-shadow: 0 0 0 2px #D68100, 0 0 0 3px rgba(255, 153, 0, 0.5);
}

.tray-banner-home .content {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .tray-banner-home .content {
    margin-top: -50px;
  }
}

.tray-banner-home .content .popular {
  margin-top: 10px;
  white-space: nowrap;
  color: #FFFFFF;
  background: #000000;
  font-size: 1.5rem;
}

.tray-banner-home .content .popular a {
  display: inline-block;
  color: #B8B8B8;
}

.tray-banner-home .content .popular .text-label {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  padding: 5px 20px 5px 15px;
  background: #AA6631;
}
.tray-banner-home .content .popular .text-label::after {
  position: absolute;
  top: 50%;
  left: 100%;
  display: block;
  width: 0;
  height: 0;
  margin-top: -8px;
  content: " ";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #AA6631;
}

.tray-banner-home .links {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #FFFFFF;
  border-top: 1px solid #FFFFFF;
  background: rgba(0, 0, 0, 0.7);
}

.tray-banner-home .links .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tray-banner-home .links .icons .icon {
  font-size: 3rem;
}

.tray-banner-home .links .icons a {
  padding: 20px 7px;
  text-align: center;
  color: #DEDEDD;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .tray-banner-home .links .icons a {
    padding: 20px 15px;
  }
}
@media (min-width: 1200px) {
  .tray-banner-home .links .icons a {
    font-size: 1.6rem;
  }
}

.tray-banner-home .links .icons .text {
  display: block;
  line-height: 2.2rem;
}

.tray-banner-home .links .seal {
  display: none;
  max-width: 150px;
  margin-top: -90px;
}
@media (min-width: 992px) {
  .tray-banner-home .links .seal {
    display: block;
  }
}
@media (min-width: 1200px) {
  .tray-banner-home .links .seal {
    max-width: 220px;
    margin-top: -153px;
    padding: 10px;
  }
}

.tray-banner-home .links .seal img {
  max-width: 100%;
}

.tray-banner-home .search button {
  font-size: 2rem;
}

.tray-banner-img {
  position: relative;
  padding: 0;
}

.tray-banner-img .img img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .tray-banner-img .img img {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (min-width: 992px) {
  .tray-banner-img {
    height: calc(100vh - 90px);
    max-height: 800px;
  }
}

@media (min-width: 992px) {
  .tray-banner-img .img {
    position: absolute !important;
    top: -1px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .tray-banner-img .links .icons a {
    padding: 20px 15px;
  }
}

@media (min-width: 992px) {
  .tray-banner-img .links .seal {
    display: block;
  }
}

.tray-news .tile {
  padding: 0 0 15px;
}

.tray-profile h3 {
  margin: 0 0 20px;
  font-size: 3.6rem;
  line-height: 3.8rem;
}

.tray-slider {
  padding: 0;
  background: #351E16;
}

.tray-tiles-icon .tiles-icon {
  margin: 0;
}

.tray-core .text-section-heading {
  color: #AA6631;
}

.tray-departments .text-section-heading {
  color: #AA6631;
}

.tray-tiles .text-section-heading {
  color: #AA6631;
}

.tray-tiles .tile .inner .content {
  font-size: 1.5rem;
  line-height: 2rem;
}

.tray-cta {
  background: #F4F3F3;
}

.tray-bgiwo-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  padding-top: var(--site-header-height, 0);
  min-height: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tray-bgiwo-background {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.tray-bgiwo-bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.tray-bgiwo-overlay {
  position: absolute;
  inset: 0;
  background: rgba(25, 64, 114, 0.1803921569);
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 992px) {
  .tray-bgiwo-overlay {
    background: rgba(25, 64, 114, 0.1803921569);
  }
}

.tray-bgiwo-gradient {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 64, 114, 0.9019607843)), color-stop(40%, rgba(25, 64, 114, 0.7490196078)), to(rgba(25, 64, 114, 0.7490196078)));
  background: linear-gradient(to bottom, rgba(25, 64, 114, 0.9019607843) 0%, rgba(25, 64, 114, 0.7490196078) 40%, rgba(25, 64, 114, 0.7490196078) 100%);
  pointer-events: none;
  z-index: 2;
  -webkit-transition: all 320ms ease;
  transition: all 320ms ease;
}
@media (min-width: 992px) {
  .tray-bgiwo-gradient {
    top: 0;
    left: 0;
    height: 100%;
    width: 66.6667%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(25, 64, 114, 0.9019607843)), to(rgba(25, 64, 114, 0.7490196078)));
    background: linear-gradient(to right, rgba(25, 64, 114, 0.9019607843) 0%, rgba(25, 64, 114, 0.7490196078) 100%);
  }
}

.tray-bgiwo-content {
  position: relative;
  z-index: 3;
  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;
  gap: 2rem;
  padding: 6% 6%;
  color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 992px) {
  .tray-bgiwo-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 5% 10%;
  }
}

.tray-bgiwo-left {
  width: 100%;
  max-width: none;
}
@media (min-width: 992px) {
  .tray-bgiwo-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 600px;
  }
}

.tray-bgiwo-left h2 {
  margin: 0 0 12px 0;
  font-size: 2.8rem;
  line-height: 1.1;
}

.tray-bgiwo-left p {
  margin: 0 0 10px 0;
  line-height: 1.6;
}

.tray-bgiwo-left a {
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px dotted #FFFFFF;
  display: inline-block;
  padding-bottom: 2px;
  text-underline-offset: 2px;
  -webkit-transition: border-bottom-style 0.12s linear;
  transition: border-bottom-style 0.12s linear;
}
.tray-bgiwo-left a:hover, .tray-bgiwo-left a:focus {
  border-bottom-style: solid;
  color: #FFFFFF;
  outline: none;
}
.tray-bgiwo-left a:focus-visible {
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1215686275);
          box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1215686275);
  border-radius: 2px;
}

.tray-bgiwo-right {
  width: 100%;
  max-width: none;
  margin-top: 1.5rem;
  background: #FFFFFF;
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 30px rgba(2, 6, 23, 0.1803921569);
          box-shadow: 0 10px 30px rgba(2, 6, 23, 0.1803921569);
  color: #000000;
  padding: 20px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
@media (min-width: 992px) {
  .tray-bgiwo-right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
    margin-top: 0;
  }
}

.tray-bgiwo-line {
  color: #194072;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 6px 6px 6px;
}

.tray-bgiwo-divider {
  height: 1px;
  background: #194072;
  width: 90%;
  margin-top: 8px;
}

.tray-carousel-outer {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 40px 0;
  overflow: visible;
}

.tray-carousel-title {
  color: #184072;
  font-size: 40px;
  max-width: 100%;
  line-height: 1.2;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.tray-carousel-wrapper {
  position: relative;
  width: 100%;
  max-width: 1360px;
  margin: 40px auto;
  overflow: visible;
}

.tray-carousel-viewport {
  overflow: hidden;
  width: 100%;
  border-radius: 6px;
}

.tray-carousel-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.45s ease;
  transition: -webkit-transform 0.45s ease;
  transition: transform 0.45s ease;
  transition: transform 0.45s ease, -webkit-transform 0.45s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 300px;
}

.tray-carousel-images img {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.tray-carousel-btn {
  display: none;
  position: fixed;
  font-size: 22px;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.0784313725);
  border-radius: 999px;
  padding: 10px 12px;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.0784313725);
  line-height: 1;
  z-index: 9999;
}

.tray-fw-cta {
  width: 100%;
  padding: 40px 20% 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.tray-fw-cta .content-block {
  width: 100%;
  text-align: center;
  max-width: 100%;
}

.tray-fw-cta .cta-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tray-fw-cta-window {
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 12px;
  -webkit-box-shadow: 0 6px 18px rgba(10, 10, 10, 0.0588235294);
          box-shadow: 0 6px 18px rgba(10, 10, 10, 0.0588235294);
  overflow: hidden;
}

.tray-fw-cta-window .window-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tray-fw-cta-window .content-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 300px;
  padding: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tray-fw-cta-window .content-block > h2 {
  color: #184072;
  font-size: 40px;
  max-width: 100%;
  line-height: 1.2;
}

.tray-fw-cta-window .content-body {
  margin: 0 0 20px 0;
  color: #334155;
  line-height: 1.6;
}

.tray-fw-cta-window .image-left-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 300px;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 102, 255, 0.031372549)), to(transparent));
  background: linear-gradient(180deg, rgba(11, 102, 255, 0.031372549), transparent);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tray-fw-cta-window .image-right-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 300px;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 102, 255, 0.031372549)), to(transparent));
  background: linear-gradient(180deg, rgba(11, 102, 255, 0.031372549), transparent);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

