@charset "UTF-8";
/* IMPORT SITE CUSTOM STYLES */
body {
  font-size: 1.125rem;
  color: #00191A;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

a {
  color: #000000;
  cursor: pointer;
}
a:hover {
  color: #004647;
}

#main_container a {
  word-break: break-word;
  cursor: pointer;
  text-decoration: underline;
}

.inline-item {
  display: inline-block;
}

.btn, #search_sidebar_form .filter-btn, #mc_embed_signup .button {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 0.2rem 1rem;
  text-transform: uppercase;
  color: white;
  transition: border-radius, background-color, 0.2s ease-in-out;
  transition-duration: 600ms, 0.2s;
  border-radius: 0em;
  background-color: #004647;
  text-decoration: none !important;
  border: 0;
}
.btn:hover, #search_sidebar_form .filter-btn:hover, #mc_embed_signup .button:hover {
  color: white;
  border-radius: 2em;
  background-color: #00191A;
  transition-duration: 300ms, 0.2s;
}
.btn.tools, #search_sidebar_form .tools.filter-btn, #mc_embed_signup .tools.button {
  font-size: 1rem;
  padding: 5px 25px;
  border: 0;
  background-color: #00191A;
  background: #00191A;
  color: #fff;
  text-decoration: none !important;
  margin-bottom: 1rem;
  min-width: 126px;
}
.btn.tools .svg-inline--fa, #search_sidebar_form .tools.filter-btn .svg-inline--fa, #mc_embed_signup .tools.button .svg-inline--fa {
  color: #fff;
}
.btn.tools:hover, #search_sidebar_form .tools.filter-btn:hover, #mc_embed_signup .tools.button:hover {
  color: #fff;
  background-color: #004647;
}
.btn.tools:hover .svg-inline--fa, #search_sidebar_form .tools.filter-btn:hover .svg-inline--fa, #mc_embed_signup .tools.button:hover .svg-inline--fa {
  color: #fff;
}
.btn.facebook, #search_sidebar_form .facebook.filter-btn, #mc_embed_signup .facebook.button {
  background-color: #4268b2;
  color: white;
}
.btn.facebook .svg-inline--fa, #search_sidebar_form .facebook.filter-btn .svg-inline--fa, #mc_embed_signup .facebook.button .svg-inline--fa {
  color: white;
}
.btn.facebook:hover, #search_sidebar_form .facebook.filter-btn:hover, #mc_embed_signup .facebook.button:hover {
  color: white !important;
  background-color: #34528d;
}
.btn.facebook:hover .svg-inline--fa, #search_sidebar_form .facebook.filter-btn:hover .svg-inline--fa, #mc_embed_signup .facebook.button:hover .svg-inline--fa {
  color: white;
}
.btn.twitter, #search_sidebar_form .twitter.filter-btn, #mc_embed_signup .twitter.button {
  background-color: #0E7ABE;
  color: white;
}
.btn.twitter .svg-inline--fa, #search_sidebar_form .twitter.filter-btn .svg-inline--fa, #mc_embed_signup .twitter.button .svg-inline--fa {
  color: white;
}
.btn.twitter:hover, #search_sidebar_form .twitter.filter-btn:hover, #mc_embed_signup .twitter.button:hover {
  color: white !important;
  background-color: #0b5c8f;
}
.btn.twitter:hover .svg-inline--fa, #search_sidebar_form .twitter.filter-btn:hover .svg-inline--fa, #mc_embed_signup .twitter.button:hover .svg-inline--fa {
  color: white;
}

.btn-primary {
  background-color: #00191A;
}
.btn-primary:hover {
  background-color: black;
}

.btn-xs {
  font-size: 0.875rem;
  padding: 0px 10px;
}

#breadcrumb {
  padding: 5px 0px;
}
#breadcrumb ol li a {
  font-family: "Playfair Display", serif;
  font-size: 0.875rem;
  color: #000000;
  text-transform: uppercase;
}

.buttonarrow, .hearing__link {
  position: relative;
  padding: 0.6em 1em;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
  transition: border-radius, background-color, ease-in-out;
  transition-duration: 200ms;
  background-color: #004647;
  text-decoration: none !important;
  border: 0;
}
.buttonarrow:after, .hearing__link:after {
  font-family: "Font Awesome 5 Free";
  transition: transform 0.2s ease-in-out;
  font-weight: 600;
  font-size: 1.25rem;
  content: "\f30b";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
  color: inherit;
}
.buttonarrow:hover, .hearing__link:hover {
  color: #fff;
  text-decoration: none;
  border-radius: 1.5em;
  background-color: #00191A;
}
.buttonarrow:hover:after, .hearing__link:hover:after {
  transform: translateX(5px);
}
@media (max-width: 767px) {
  .buttonarrow, .hearing__link {
    font-size: 16px;
  }
}
.buttonarrow.left:after, .left.hearing__link:after {
  display: none;
}
.buttonarrow.left:before, .left.hearing__link:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f30a";
  display: inline-block;
  margin-right: 0.5rem;
  border-radius: 100%;
  font-size: 1.25rem;
  transition: all 0.2s ease-in-out;
  font-family: "Font Awesome 5 Free";
  color: inherit;
  position: relative;
  top: 3px;
}
.buttonarrow.left:hover:before, .left.hearing__link:hover:before {
  transform: translateX(-5px);
  text-decoration: none;
}
.buttonarrow.full, .full.hearing__link {
  width: 100%;
}
.buttonarrow--white {
  color: #00191A;
  background-color: white;
}
.buttonarrow--white:hover {
  color: inherit;
  background-color: #d6e5dc;
}
.buttonarrow.noarrow:after, .noarrow.hearing__link:after {
  display: none;
}
.buttonarrow.noarrow:before, .noarrow.hearing__link:before {
  display: none;
}

.textarrow {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
}
.textarrow:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 1.25rem;
  content: "\f30b";
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.5rem;
  transition: all 0.2s ease-in-out;
  top: -1px;
  position: relative;
}
.textarrow:hover {
  text-decoration: none;
}
.textarrow:hover:after {
  transform: translateX(5px);
}
.textarrow.left:after {
  display: none;
}
.textarrow.left:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f30a";
  display: inline-block;
  margin-right: 1.5rem;
  vertical-align: middle;
  font-size: 1.25rem;
  transition: all 0.2s ease-in-out;
  margin-left: 15px;
}
.textarrow.left:hover:before {
  transform: translateX(-5px);
  color: #fff;
  text-decoration: none;
}

.largebtn.buttonarrow, .largebtn.hearing__link {
  align-items: center;
  justify-content: space-between;
  display: flex;
  padding: 0.5rem;
  width: 100%;
}

.arrow {
  content: "\f30b";
  display: inline-block;
}

.quoting {
  text-align: center;
  font-style: italic;
  text-transform: capitalize;
  padding: 2rem;
}

.main_page_title {
  color: #004647;
}
.main_page_title .altcolor {
  color: #00191A;
}

body.notitle .main_page_title {
  display: none;
}

h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a, .hearing__witness-name a,
h5 a, .h5 a,
h6 a, .h6 a {
  text-decoration: none !important;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  font-family: "Playfair Display", serif;
  font-weight: 900;
}

h4, .h4, .hearing__witness-name,
h5, .h5,
h6, .h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

h1, .h1 {
  font-size: 4.25rem;
  text-transform: uppercase;
}
body.detail h1, body.detail .h1 {
  text-transform: none;
}

@media (max-width: 768px) {
  h1, .h1 {
    font-size: 3.625rem;
  }
}
@media (max-width: 576px) {
  h1, .h1 {
    font-size: 3rem;
  }
}
@media (max-width: 450px) {
  h1, .h1 {
    font-size: 2.375rem;
  }
}

h2, .h2 {
  font-size: 1.625rem;
}
@media (min-width: 450px) {
  h2, .h2 {
    font-size: 2.125rem;
  }
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 2.6rem;
  }
}

h3, .h3 {
  font-size: 1.25rem;
}
@media (min-width: 450px) {
  h3, .h3 {
    font-size: 1.625rem;
  }
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 2.2rem;
  }
}

h4, .h4, .hearing__witness-name {
  font-size: 1.25rem;
}
@media (min-width: 450px) {
  h4, .h4, .hearing__witness-name {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  h4, .h4, .hearing__witness-name {
    font-size: 1.75rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}
@media (min-width: 450px) {
  h5, .h5 {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  h5, .h5 {
    font-size: 1.5rem;
  }
}

h6, .h6 {
  font-size: 1.25rem;
}
@media (min-width: 450px) {
  h6, .h6 {
    font-size: 1.3rem;
  }
}

.giantbutton {
  background-color: transparent;
  position: relative;
  color: white;
  border: 3px solid #967d4a;
  padding: 0.5rem;
  display: block;
  transition: all 0.2s ease-in-out;
}
.giantbutton--text {
  background-color: #00191A;
  font-size: 2rem;
  padding: 0rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0;
  border: 0;
  line-height: 1;
  padding: 3.5rem 2.5rem;
  width: auto;
  color: white;
}

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

b, strong {
  font-weight: bold;
}

.title-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-decoration: none !important;
  display: inline;
  background-image: linear-gradient(#967d4a, #967d4a), linear-gradient(#967d4a, #967d4a);
  background-position: left bottom 0.05em, right bottom 0.05em;
  background-size: 0% 0.15em;
  background-repeat: no-repeat;
  box-decoration-break: slice;
  transition: 300ms background-size ease-in-out;
}
.title-link:hover {
  background-size: 100% 0.15em;
  transition-duration: 600ms;
}

/**
 * Font-mixin overrides must include `font-family`, `font-style`, and `font-weight`
 */
.textslide {
  position: relative;
  left: -10000px;
  transition: left 1.2s ease-in-out;
}
.textslide.slideright {
  left: 0;
}

.textslideup {
  position: relative;
  top: -10000px;
  transition: all 1s ease-in-out;
  opacity: 0;
}
.textslideup.slidetop {
  top: 0;
  opacity: 1;
}

.ghost {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.ghost.boo {
  opacity: 1;
}

.showsection .leftsliding {
  opacity: 1;
  transform: translateX(0%);
}
.showsection .rightsliding {
  opacity: 1;
  transform: translateX(0%);
}
.showsection .ghostride {
  opacity: 1;
  transform: translateY(0%);
}
.showsection .ghostappear {
  opacity: 1;
  transform: translateX(0%);
}
.showsection .popoff {
  transition: transform 0.8s ease-in-out;
  transform: scale(1);
}

.popoff {
  transition: transform 0.8s ease-in-out;
  transform: scale(0.6);
}

.showingthis .leftsliding {
  opacity: 1;
  transform: translateX(0%);
}
.showingthis .rightsliding {
  opacity: 1;
  transform: translateX(0%);
}
.showingthis .ghostride {
  opacity: 1;
  transform: translateY(0%);
}
.showingthis .ghostappear {
  opacity: 1;
  transform: translateX(0%);
}
.showingthis .popoff {
  transform: scale(1);
}

.leftsliding {
  opacity: 0;
  transform: translateX(-100%);
  transition: 1.4s ease-in-out;
}
.leftsliding.animate {
  opacity: 1;
  transform: translateX(0%);
}

.rightsliding {
  opacity: 0;
  transform: translateX(100%);
  transition: 1.4s ease-in-out;
}
.rightsliding.animate {
  opacity: 1;
  transform: translateX(0%);
}

.ghostride {
  opacity: 0;
  transform: translateY(20%);
  transition: 0.8s ease-in-out;
}
.ghostride.animate {
  opacity: 1;
  transform: translateY(0%);
}

.ghostappear {
  opacity: 0;
  transition: 0.8s ease-in-out;
}
.ghostappear.animate {
  opacity: 1;
}

.delaytime {
  transition: 2s ease-in-out !important;
}

.delayalittle {
  transition: 1s ease-in-out !important;
}

@media (max-width: 576px) {
  .hidden-xxs {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-xxs,
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

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

@media (max-width: 576px) {
  .visible-xxs {
    display: block !important;
  }
  table.visible-xxs {
    display: table !important;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  th.visible-xxs,
td.visible-xxs {
    display: table-cell !important;
  }
}
@media (max-width: 576px) {
  .visible-xxs-block {
    display: block !important;
  }
}
@media (max-width: 576px) {
  .visible-xxs-inline {
    display: inline !important;
  }
}
@media (max-width: 576px) {
  .visible-xxs-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
.hidden,
.hide {
  display: none !important;
}

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

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

.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 2rem;
}

.navbar {
  height: 100%;
  padding: 0;
  flex-wrap: nowrap;
}
.navbar > nav {
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.navbar .nav-pills {
  width: 100%;
  height: 100%;
  justify-content: center;
  flex-wrap: nowrap;
  opacity: 1;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar .nav-pills.fade-out {
  opacity: 0;
}
.navbar .nav-pills > li {
  display: flex;
  align-items: center;
  perspective: 1000px;
  perspective-origin: center top;
}
.navbar .nav-pills > li > a {
  display: block;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  border: 0;
  text-decoration: none;
  transition: 200ms box-shadow linear;
}
.navbar .nav-pills > li > a.btn, .navbar #search_sidebar_form .nav-pills > li > a.filter-btn, #search_sidebar_form .navbar .nav-pills > li > a.filter-btn, .navbar #mc_embed_signup .nav-pills > li > a.button, #mc_embed_signup .navbar .nav-pills > li > a.button {
  padding: 0.5rem 1.5rem;
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  .navbar .nav-pills > li > a {
    font-size: 0.75rem;
  }
}
.navbar .nav-pills > li > a:hover {
  text-decoration: none;
  box-shadow: inset 0 -3px 0 #84ae95;
}
.navbar .nav-pills > li.selected > a {
  box-shadow: inset 0 -3px 0 #967d4a;
}
.navbar .nav-pills > li:hover .dropdown-menu {
  visibility: visible;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0s !important;
  opacity: 1 !important;
  transform: rotateX(0deg) !important;
  background-color: white;
}
.navbar .nav-pills > li .dropdown-menu, .navbar .nav-pills > li .dropdown-menu .subnav-split {
  transition: opacity, transform ease-in-out;
  transition-duration: 0.2s, 0.3s;
  transition-delay: 0s !important;
  transform: rotateX(-60deg);
  transform-origin: 50% 0%;
  display: block;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  left: auto;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  list-style-type: none;
  box-shadow: 0 0 20px 20px rgba(0, 25, 26, 0.1) !important;
}
.navbar .nav-pills > li .dropdown-menu > li, .navbar .nav-pills > li .dropdown-menu .subnav-split > li {
  display: block;
}
.navbar .nav-pills > li .dropdown-menu > li a, .navbar .nav-pills > li .dropdown-menu .subnav-split > li a {
  position: relative;
  color: #00191A;
  font-size: 1.1em;
  white-space: nowrap;
  margin-bottom: 0px;
  padding: 0.5rem 1rem;
  text-decoration: none;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0px;
  transition: 200ms background-color ease-in-out;
}
.navbar .nav-pills > li .dropdown-menu > li a:before, .navbar .nav-pills > li .dropdown-menu .subnav-split > li a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background-color: #967d4a;
  transition: 200ms transform ease-in-out;
  transform: scaleX(0);
  transform-origin: left;
}
.navbar .nav-pills > li .dropdown-menu > li a:hover, .navbar .nav-pills > li .dropdown-menu .subnav-split > li a:hover {
  color: #004647;
  background-color: #f5f1ea;
}
.navbar .nav-pills > li .dropdown-menu > li a.selected:hover:before, .navbar .nav-pills > li .dropdown-menu > li a:hover:before, .navbar .nav-pills > li .dropdown-menu .subnav-split > li a.selected:hover:before, .navbar .nav-pills > li .dropdown-menu .subnav-split > li a:hover:before {
  transform: scaleX(1);
}
.navbar .nav-pills > li:last-child .dropdown-menu {
  right: 8px;
}
@media (max-width: 1200px) {
  .navbar .nav-pills > li {
    padding: 1rem 0rem;
  }
}
.navbar #search {
  display: flex;
  justify-content: flex-end;
  width: 0;
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.navbar #search.showme {
  width: calc(100% - 2em);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.navbar #search #sitesearch, .navbar #search #sitesearchmodal {
  display: flex;
  flex-wrap: nowrap;
  height: 50px;
  border-bottom: 5px solid #967d4a;
  width: 100%;
  max-width: 400px;
}
.navbar #search #sitesearch > label, .navbar #search #sitesearchmodal > label {
  color: white;
}
.navbar #search #sitesearch #search-field, .navbar #search #sitesearch #search-filedmodal, .navbar #search #sitesearchmodal #search-field, .navbar #search #sitesearchmodal #search-filedmodal {
  flex-grow: 1;
  height: 100%;
  padding: 5px;
  padding-left: 1rem;
  outline: none;
  border: none;
  filter: none;
}
.navbar #search #sitesearch button, .navbar #search #sitesearchmodal button {
  color: #00191A;
  background-color: white;
  width: auto;
  height: 100%;
  border: none;
  padding: 0 1rem;
}
.navbar #search #sitesearch button:hover, .navbar #search #sitesearchmodal button:hover {
  color: #84ae95;
  background-color: white;
}
.navbar .srchbutton,
.navbar .srchbuttonmodal {
  color: #fff;
  padding: 0.7em;
  font-size: 1.2em;
  width: 1em;
  height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .srchbutton:hover,
.navbar .srchbuttonmodal:hover {
  color: #84ae95;
}
.navbar .togglemenu {
  margin-left: 10px;
  color: #fff;
  font-size: 1.875rem;
}
@media (max-width: 1199px) {
  .navbar {
    padding: 0.5rem 0;
  }
}

/*Mobile NAV*/
#NavMobileModal {
  background-color: transparent;
}
#NavMobileModal .modal-dialog {
  background-color: transparent;
  height: 100vh;
  width: 320px;
  margin: 0;
  transform: none !important;
  transition: 400ms width ease-in-out;
}
#NavMobileModal .modal-content {
  background-color: transparent !important;
  color: #004647 !important;
  margin: 0;
  padding: 0;
}
#NavMobileModal .modal-body {
  background-color: #f5f1ea;
  padding: 0;
  overflow-x: hidden;
  width: 0;
  transition: 400ms width ease-in-out;
}
#NavMobileModal.show .modal-body {
  width: 320px;
}
#NavMobileModal .modal-header > .close {
  left: 100%;
  right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 !important;
  background-color: #004647;
  color: white;
  font-size: 44px;
  margin: 0;
  width: calc(100vw - 320px);
  max-width: 80px;
  height: 54px;
}
#NavMobileModal #modal-nav {
  width: 320px;
  height: 100vh;
  overflow-y: scroll;
  flex-wrap: nowrap;
}
#NavMobileModal #modal-nav a {
  text-decoration-color: transparent;
}
#NavMobileModal #modal-nav a:hover, #NavMobileModal #modal-nav a:focus {
  text-decoration: underline;
  text-decoration-color: #967d4a;
  text-decoration-thickness: 2px;
}
#NavMobileModal #modal-nav .nav-item {
  text-align: left;
  border-bottom: 1px solid rgba(150, 125, 74, 0.2);
}
#NavMobileModal #modal-nav .nav-item > a {
  display: block;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: #004647;
  padding: 1rem 2rem;
}
#NavMobileModal #modal-nav .nav-item .dropdown-menu {
  position: static;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  background-color: rgba(150, 125, 74, 0.1);
  border-radius: 0;
  border: none;
}
#NavMobileModal #modal-nav .nav-item .dropdown-menu a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  display: block;
  padding: 0.5rem 2rem;
  border-top: 1px solid #f5f1ea;
}
#NavMobileModal .nav-item > a {
  transition: 500ms transform ease-in-out;
  transform: translateX(40px);
}
#NavMobileModal.show .nav-item > a {
  transform: none;
}
#NavMobileModal .dropdown-menu a {
  transition: 300ms opacity, 500ms transform ease-in-out;
  transition-delay: 200ms;
  transform: translateY(10px);
  opacity: 0;
}
#NavMobileModal.show .dropdown-menu a {
  transform: none;
  opacity: 1;
}
#NavMobileModal.show ~ .modal-backdrop {
  background-color: #00191A;
  opacity: 0.8;
}

#header,
.pin-spacer-SiteHeader {
  left: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

#default #header,
#default .pin-spacer-SiteHeader {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

#home #header,
#home .pin-spacer-SiteHeader {
  left: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
#header {
  z-index: 20;
}
#header .header-holder {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  height: 80px;
  width: 100%;
  vertical-align: middle;
  margin: 0 auto;
}
#header .header-holder .logo-holder {
  display: flex;
  display: -ms-flexbox;
  vertical-align: middle;
  justify-content: center;
  opacity: 0;
  z-index: -1;
  width: 140px;
  position: relative;
}
#header .header-holder .logo-holder .logo-hold {
  width: 100%;
  position: absolute;
  padding-right: 10px;
}
#header .header-holder .logo-holder .logo-hold img {
  width: 100%;
  display: block;
  height: 100%;
  background-color: #00191A;
  padding: 0.5rem;
  border-radius: 100%;
}
@media (max-width: 1199px) {
  #header .header-holder .logo-holder .logo-hold {
    max-width: 140px;
  }
}
@media (max-width: 991px) {
  #header .header-holder .logo-holder .logo-hold {
    max-width: 160px;
  }
}
@media (max-width: 1199px) {
  #header .header-holder .logo-holder {
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  #header .header-holder .logo-holder {
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  #header .header-holder .logo-holder {
    justify-content: normal;
  }
}
#header .header-holder .header-nav-holder {
  display: flex;
  display: -ms-flexbox;
  vertical-align: middle;
  justify-content: end;
  flex-grow: 1;
  z-index: 1;
}
#header .header-holder .header-nav-holder .right {
  display: flex;
  align-items: center;
  padding-left: 1rem;
}
@media (max-width: 768px) {
  #header .header-holder .header-nav-holder .right {
    display: none;
  }
}
#header .header-holder .header-nav-holder .right .social-list {
  flex-wrap: nowrap;
  padding: 0;
}
#header .header-holder .header-nav-holder .right .social-list .list-inline-item {
  padding: 0;
}
#header .header-holder .header-nav-holder .right .social-list .list-inline-item + .list-inline-item {
  margin-left: 0.5rem;
}
#header .header-holder .header-nav-holder .nav-hold {
  flex-grow: 1;
}
@media (min-width: 576px) {
  #header .header-holder {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #header .header-holder {
    padding: 0px 15px;
  }
}
@media (min-width: 768px) {
  #header .header-holder {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #header .header-holder {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #header .header-holder {
    max-width: 1140px;
  }
}
#header.scrolling {
  background-color: #00191A !important;
  box-shadow: 0 20px 40px 5px rgba(0, 25, 26, 0.4) !important;
  background: #00191A;
}
#header.scrolling .header-holder .logo-holder img {
  box-shadow: 0 20px 40px 5px rgba(0, 25, 26, 0.4) !important;
}
#header.scrolling .navbar .nav-pills li a {
  color: #fff;
}
#header.scrolling .navbar .nav-pills li .dropdown-menu li a, #header.scrolling .navbar .nav-pills li .dropdown-menu .subnav-split li a {
  color: #00191A;
}
#header.scrolling .navbar .srchbutton {
  color: #fff;
}
#header.scrolling .navbar .srchbutton:hover {
  color: #84ae95;
}
#header.scrolling .navbar .srchbuttonmodal {
  color: #fff;
}
#header.scrolling .navbar .srchbuttonmodal:hover {
  color: #84ae95;
}
#header.scrolling .navbar .togglemenu {
  color: #fff;
}
#header.scrolling .navbar .togglemenu:hover {
  color: #84ae95;
}

body:not(#home) #header {
  background-color: #00191A;
  position: relative;
  background: #00191A;
  visibility: visible;
}
body:not(#home) #header .header-holder {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
}
body:not(#home) #header .header-holder .logo-holder {
  opacity: 1;
  z-index: 1;
}
body:not(#home) #header.scrolling {
  background-color: #00191A;
  position: fixed;
}

@media (max-width: 576px) {
  .modal .modal-dialog {
    margin: 2rem;
  }
}
.modal .modal-content {
  background-color: #f5f1ea;
}
.modal .modal-content .modal-body {
  padding: 2rem;
}
.modal .modal-content .modal-body .modal-title {
  color: white;
}

.modal {
  background-color: rgba(0, 25, 25, 0.7);
}
.modal .modal-dialog {
  max-width: 700px;
  margin: 1.75rem auto;
}
.modal .modal-header {
  border-bottom: 0px;
  padding: 0;
}
.modal .modal-header .close {
  color: #00191A;
  background-color: #fff;
  opacity: 1;
  width: 40px;
  height: 40px;
  font-size: 1.625rem;
  padding: 5px;
  box-shadow: none !important;
  z-index: 10;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
}
.modal .modal-header .close:hover {
  color: #000000;
  background-color: #967d4a;
  opacity: 1;
}
.modal .close:hover {
  color: #000000;
}
@media (max-width: 991px) {
  .modal .close {
    position: relative;
    top: 0;
  }
}
.modal .modal-content {
  background-color: #f5f1ea;
  border: 0;
  margin: 15% auto;
  position: relative;
  padding: 3.5rem;
}
.modal .modal-content .modal-header {
  border-bottom: 0px;
  padding: 0;
}
.modal .modal-content .modal-header .modal-title {
  color: #00191A;
}
.modal .modal-content .modal-body {
  margin-top: 0;
  padding: 2rem 0;
}
.modal .modal-content .modal-body #sitesearch, .modal .modal-content .modal-body #sitesearchmodal {
  padding: 0px;
  width: 100%;
}
.modal .modal-content .modal-body #sitesearch input[type=search], .modal .modal-content .modal-body #sitesearchmodal input[type=search] {
  background: rgba(0, 0, 0, 0.18);
  text-align: center;
  color: white;
  font-size: 3.125rem;
  width: 100%;
  border: none;
}
.modal .modal-content .modal-body #sitesearch input[type=search]:focus, .modal .modal-content .modal-body #sitesearchmodal input[type=search]:focus {
  outline: none;
}
.modal .modal-content .modal-body #sitesearch button, .modal .modal-content .modal-body #sitesearchmodal button {
  background-color: #004647;
  width: 100%;
  max-width: 300px;
  padding: 0.7rem;
  border: 0;
  font-size: 1.625rem;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: white;
  margin: 2rem auto;
  cursor: pointer;
}
.modal .modal-content .modal-body #sitesearch button:hover, .modal .modal-content .modal-body #sitesearchmodal button:hover {
  background-color: #000000;
}
.modal .modal-content .modal-body .btn, .modal .modal-content .modal-body #search_sidebar_form .filter-btn, #search_sidebar_form .modal .modal-content .modal-body .filter-btn, .modal .modal-content .modal-body #mc_embed_signup .button, #mc_embed_signup .modal .modal-content .modal-body .button {
  margin-top: 1rem;
  color: white;
}
.modal .modal-content .modal-body select {
  border: none;
  font-size: 1.625rem;
  height: 40px;
  width: 100%;
  margin: 10px 0;
}

#breadcrumb {
  margin-top: 20px;
}
#breadcrumb > ol li {
  margin-right: 0.8rem;
}
#breadcrumb > ol li a {
  color: #00191A;
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
}
#breadcrumb > ol li:first-child {
  display: none;
}
#breadcrumb > ol li:after {
  content: "●";
  color: #00191A;
  left: 6px;
  font-size: 0.375rem;
  top: -2px;
  position: relative;
}
#breadcrumb > ol li:last-child:after {
  content: "";
}

body.nobreadcrumb #breadcrumb {
  display: none;
}
body.nobreadcrumb #main_container {
  padding-top: 3rem;
}

#translations {
  position: relative;
  top: -1px;
  padding: 0 0.5rem;
}
#translations .closeme {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  border-bottom: 1px solid #fff;
  color: white;
  text-decoration: none;
  position: absolute;
  left: 0;
  z-index: 1;
}
#translations .closeme:hover {
  border-bottom: 1px solid #967d4a;
}
#translations .closeme.fade-out {
  opacity: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  #translations .closeme {
    font-size: 0.875rem;
  }
}
#translations .translateoption {
  display: block;
  position: absolute;
  top: 35px;
  width: 135px;
  overflow: hidden;
}

@keyframes gradient-stripe {
  from {
    background-position: 0 top, bottom;
  }
  to {
    background-position: 10000px top, bottom;
  }
}
body#home footer {
  margin-top: 0;
}
body#home #header .logo-holder {
  transition: opacity, transform ease-in-out;
  transition-duration: 0.2s, 0.5s;
  transition-delay: 0s, 1s !important;
  transform: rotateX(60deg);
  transform-origin: 50% 50% -30px;
}
body#home #header.scrolling .logo-holder {
  transition-duration: 0.5s, 0.5s;
  transition-delay: 0s !important;
  opacity: 1 !important;
  transform: rotateX(0deg) !important;
}
body#home .banner {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  background-color: #00191A;
  border-radius: 0;
  height: 85vh;
  min-height: 500px;
}
body#home .banner::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0, 25, 26, 0.8) 3rem, rgba(0, 70, 71, 0) 6rem);
  z-index: 2;
}
body#home .banner .jumbo-logo {
  position: absolute;
  background-color: rgba(0, 25, 26, 0.7);
  background-image: linear-gradient(to top, #00191A, rgba(0, 25, 26, 0) 50%);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 3;
  padding-bottom: 5rem;
}
body#home .banner .jumbo-logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: transparent;
  background-image: linear-gradient(to left, rgba(0, 70, 71, 0), #84ae95 5%, rgba(0, 70, 71, 0) 10%);
  background-repeat: repeat-x;
  background-size: 10000px 100%;
  background-position: 0% top;
  animation: gradient-stripe 6s linear infinite;
  animation-delay: 3s;
  transition: 1s height ease-in-out;
}
body#home .banner .jumbo-logo.done::before {
  height: 6px;
}
body#home .banner .jumbo-logo > .logo {
  display: block;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  margin-top: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
}
body#home .banner .jumbo-logo > .logo img {
  width: 100%;
}
body#home .banner .jumbo-logo .lead {
  color: #fff;
}
body#home .banner #banner-background {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  filter: blur(0);
}
body#home .banner #banner-background-mobile {
  background-size: cover;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -100;
  position: absolute;
}
body#home .budget-site-logo > .title > .committee {
  stroke: white;
  stroke-opacity: 0;
  stroke-dasharray: 650;
  stroke-dashoffset: 0;
  stroke-width: 1px;
}
body#home .banner-nav {
  background: #004647;
  margin-top: -5rem;
}
body#home #content {
  padding-top: 0;
}
body#home .home-content {
  background-color: #fff;
}
body#home .home-content .home {
  margin: 5rem 0;
  overflow-x: hidden;
}
body#home .home-content .home__hearings {
  background-color: white;
  background-image: linear-gradient(#00191A, #00191A);
  background-size: 100% 5rem;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  margin-bottom: 2rem;
}
body#home .home-content .home__hearings .home__hearings--box > div {
  transition: 400ms opacity ease-in-out;
}
body#home .home-content .home__hearings.under-dropdown .home__hearings--box > div {
  opacity: 0.25;
}
body#home .home-content .home__hearings--box {
  padding: 2rem;
  margin: 0 auto;
  background-color: #d6e5dc;
}
body#home .home-content .home__hearings--box.live {
  border: 5px solid #967d4a;
  background-color: #f5f1ea;
}
body#home .home-content .home__hearings--box.live .home__hearings--inner {
  max-width: 100%;
}
body#home .home-content .home__hearings--box.live .home__hearings--carousel {
  padding: 0;
  max-width: 100%;
}
body#home .home-content .home__hearings--box.live .home__hearings--header {
  margin-top: -2rem;
  color: white;
  display: flex;
  justify-content: center;
}
body#home .home-content .home__hearings--box.live .home__hearings--header .label {
  margin-top: -5px;
  display: block;
  background-color: #967d4a;
  padding: 0.1em 0.5em;
}
body#home .home-content .home__hearings--box.live .home-page__article-link {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  color: #004647;
  font-size: 1.5rem;
}
body#home .home-content .home__hearings--header {
  text-align: center;
}
body#home .home-content .home__hearings--carousel {
  padding: 0 2rem 2rem;
  max-width: 80%;
  margin: 0 auto;
  min-height: 190px;
}
body#home .home-content .home__hearings--inner {
  padding: 0;
  max-width: 65%;
  margin: 0 auto;
  text-align: center;
}
body#home .home-content .home__hearings--inner .iframe-holder {
  padding-top: 56%;
  width: 100%;
  position: relative;
  display: block;
  margin-top: 1rem;
}
body#home .home-content .home__hearings--inner .iframe-holder iframe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
body#home .home-content .home__hearings--type {
  font-size: 0.875rem;
}
body#home .home-content .home__hearings--link {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 1.75rem;
}
body#home .home-content .home__hearings--date {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #735B2B;
}
body#home .home-content .home__hearings--indicators {
  bottom: -1rem;
}
body#home .home-content .home__resources {
  background-color: #d6e5dc;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  margin-bottom: 2rem;
}
body#home .home-content .home__resources .home__hearings--box > div {
  transition: 400ms opacity ease-in-out;
}
body#home .home-content .home__resources.under-dropdown .home__hearings--box > div {
  opacity: 0.25;
}
body#home .home-content .home__resources--box {
  padding: 2rem;
  margin: 0 auto;
  background-color: #d6e5dc;
}
body#home .home-content .home__resources--header {
  text-align: center;
}
body#home .home-content .home__resources--carousel {
  padding: 0 2rem 2rem;
  max-width: 80%;
  margin: 0 auto;
  min-height: 190px;
}
body#home .home-content .home__resources--inner {
  padding: 0;
  max-width: 65%;
  margin: 0 auto;
  text-align: center;
}
body#home .home-content .home__resources--inner .iframe-holder {
  padding-top: 56%;
  width: 100%;
  position: relative;
  display: block;
  margin-top: 1rem;
}
body#home .home-content .home__resources--inner .iframe-holder iframe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
body#home .home-content .home__resources--type {
  font-size: 0.875rem;
}
body#home .home-content .home__resources--link {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 1.75rem;
}
body#home .home-content .home__resources--date {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #735B2B;
}
body#home .home-content .home__resources--indicators {
  bottom: -1rem;
}
body#home .home-content .home__pressfeatured {
  background-image: linear-gradient(to right, #004647 50%, transparent 50.001%);
  background-image: linear-gradient(#004647, #004647), linear-gradient(#004647, #004647);
  background-size: 930px 100%, 50% 100%;
  background-position: center, left;
  background-repeat: no-repeat;
}
body#home .home-content .home__pressfeatured--panel {
  margin: 0 auto;
}
body#home .home-content .home__pressfeatured--holder {
  background-color: #004647;
  display: table;
  width: 100%;
}
body#home .home-content .home__pressfeatured--imageside {
  display: table-cell;
  width: 50%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: box-shadow 0.2s ease-in-out;
}
@media (max-width: 991px) {
  body#home .home-content .home__pressfeatured--imageside {
    display: none;
  }
}
body#home .home-content .home__pressfeatured--imageside:hover {
  box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.75);
}
body#home .home-content .home__pressfeatured--image {
  display: block;
  width: 100%;
  position: relative;
}
body#home .home-content .home__pressfeatured--textside {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  padding: 5rem 2rem;
  position: relative;
}
@media (max-width: 991px) {
  body#home .home-content .home__pressfeatured--textside {
    display: block;
    width: 100%;
    min-height: 300px;
  }
}
body#home .home-content .home__pressfeatured--toptitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #84ae95;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
body#home .home-content .home__pressfeatured--title {
  color: white;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  margin-bottom: 5px;
  padding: 5px 0;
}
body#home .home-content .home__pressfeatured--title small {
  font-size: 16px;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
}
body#home .home-content .home__pressfeatured--summary {
  color: white;
  font-family: "Playfair Display", serif;
  margin-bottom: 2rem;
}
body#home .home-content .home__pressfeatured--link {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}
@media (max-width: 768px) {
  body#home .home-content .home__pressfeatured--link {
    bottom: 0.5rem;
    right: 0.5rem;
  }
}
body#home .home-content .home__newsletter {
  position: relative;
  background-image: linear-gradient(to left, #967d4a, #967d4a), linear-gradient(to left, #967d4a, #967d4a);
  background-size: 1110px 100%, 50% 100%;
  background-position: center, right;
  background-repeat: no-repeat;
}
body#home .home-content .home__newsletter--formholder {
  position: relative;
  color: white;
  border: 0;
  padding: 2rem;
  display: block;
  transition: all 0.2s ease-in-out;
}
body#home .home-content .home__newsletter--formsection .thankyoutext {
  text-align: left;
  color: #00191A;
}
body#home .home-content .home__newsletter--formsection #newsletter-container .row {
  padding-bottom: 1rem;
}
body#home .home-content .home__newsletter--title {
  display: block;
  text-align: left;
  color: #00191A;
  margin: 2rem 0;
  position: relative;
  z-index: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
@media (max-width: 991px) {
  body#home .home-content .home__newsletter--title {
    padding: 1.5rem 0;
    margin: 0;
  }
}
body#home .home-content .home__newsletter--first {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  text-transform: uppercase;
  display: inline-block;
  color: #004647;
}
body#home .home-content .home__newsletter--first .bottom {
  color: #00191A;
}
@media (max-width: 991px) {
  body#home .home-content .home__newsletter--first {
    margin-bottom: 0;
  }
}
body#home .home-content .home__newsletter--firstname {
  padding: 0px 5px;
}
@media (max-width: 991px) {
  body#home .home-content .home__newsletter--firstname {
    margin-bottom: 0.5rem;
  }
}
body#home .home-content .home__newsletter--lastname {
  padding: 0px 5px;
}
@media (max-width: 991px) {
  body#home .home-content .home__newsletter--lastname {
    margin-bottom: 0.5rem;
  }
}
body#home .home-content .home__newsletter--email {
  padding: 0px 5px;
}
@media (max-width: 991px) {
  body#home .home-content .home__newsletter--email {
    margin-bottom: 0.5rem;
  }
}
body#home .home-content .home__newsletter--zip {
  padding: 0px 5px;
}
body#home .home-content .home__newsletter--submit {
  padding: 0px 5px;
  text-align: center;
  position: relative;
  top: -3px;
}
@media (max-width: 991px) {
  body#home .home-content .home__newsletter--submit {
    top: 0;
    margin-top: 1rem;
  }
}
body#home .home-content .home__newsletter--button {
  border: 0;
  padding: 0.4rem 1rem 0.4rem 1rem;
  white-space: nowrap;
  font-size: 1.25rem;
  width: 100%;
  height: 45px;
  top: 3px;
}
body#home .home-content .home__social {
  background-repeat: no-repeat;
  margin: 5rem 0;
}
@media screen and (min-width: 992px) {
  body#home .home-content .home__social {
    background-image: linear-gradient(to right, #d6e5dc 50%, transparent 50.001%);
  }
}
body#home .home-content .home__social-resources-column {
  position: relative;
  background-color: #d6e5dc;
  padding-left: 2rem;
}
body#home .home-content .home__social-resources-column::before, body#home .home-content .home__social-resources-column::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #d6e5dc;
  width: calc(50vw - 50%);
}
@media screen and (min-width: 992px) {
  body#home .home-content .home__social-resources-column::before, body#home .home-content .home__social-resources-column::after {
    content: none;
  }
}
body#home .home-content .home__social-resources-column::before {
  right: 100%;
}
body#home .home-content .home__social-resources-column::after {
  left: 100%;
}
body#home .home-content .home:last-child {
  margin-bottom: 0;
}
html.js body#home #header .header-holder,
html.js body#home .banner #banner-background,
html.js body#home .budget-site-logo,
html.js body#home .home__hearings--box {
  opacity: 0;
}

html.gsap body#home #header .header-holder,
html.gsap body#home .banner #banner-background,
html.gsap body#home .budget-site-logo,
html.gsap body#home .home__hearings--box {
  opacity: 1;
}

body:not(home) #content {
  padding-top: 5rem;
}

body:not(home) #main_column {
  padding-top: 1rem;
}

#listblocks {
  padding-top: 3rem;
}
#listblocks li .block a {
  background-color: #00191A;
  position: relative;
}
#listblocks li .block a:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 3px solid #967d4a;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}
#listblocks li .block a:hover, #listblocks li .block a:focus {
  background-color: #84ae95;
  color: #00191A;
}
#listblocks li .block a:hover:after, #listblocks li .block a:focus:after {
  opacity: 0;
}
#listblocks li:nth-of-type(4n + 1) .block a {
  background-color: #00191A;
}
#listblocks li:nth-of-type(4n + 1) .block a:hover, #listblocks li:nth-of-type(4n + 1) .block a:focus {
  background-color: #84ae95;
  color: #00191A;
}
#listblocks li:nth-of-type(4n + 2) .block a {
  background-color: #004647;
}
#listblocks li:nth-of-type(4n + 2) .block a:hover, #listblocks li:nth-of-type(4n + 2) .block a:focus {
  background-color: #84ae95;
  color: #00191A;
}
#listblocks li:nth-of-type(4n + 3) .block a {
  background-color: #004647;
}
#listblocks li:nth-of-type(4n + 3) .block a:hover, #listblocks li:nth-of-type(4n + 3) .block a:focus {
  background-color: #84ae95;
  color: #00191A;
}

.block {
  margin-bottom: 30px;
  background-color: #00191A;
  width: 100%;
  display: table;
  height: 200px;
}
.block .desc {
  display: none;
  padding: 20px;
}
.block .desc p {
  width: 100%;
  margin: 0px;
}
.block a {
  width: 100%;
  padding: 15px;
  font-size: 1.625rem;
  color: #fff;
  font-weight: 300;
  vertical-align: middle;
  text-decoration: none;
  display: table-cell;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: white;
  transition: all 0.2s ease-in-out;
  text-decoration: none !important;
}
.block a:hover, .block a:focus {
  text-decoration: none;
  transform: translate(-10px, -10px);
  border-bottom: 0px !important;
  color: #fff;
}
.block a > img {
  float: left;
}
.block a .media-heading {
  text-transform: uppercase;
  position: relative;
}
.block a .media-heading.noimg {
  width: 100%;
  text-align: center;
  display: block;
}
.block a .media-heading.withimg {
  left: 20px;
  display: block;
  width: 75%;
}
.block:hover {
  background-color: #00191A;
}
.block:hover a {
  background-color: #000000;
}
.block.noimg a {
  height: auto;
  min-height: 95px;
}

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

#breadcrumb {
  margin-top: 0;
  display: flex;
  height: 0;
  align-items: center;
  padding: 0;
  position: relative;
  z-index: 1;
}
#breadcrumb ol, #breadcrumb ul {
  margin-bottom: 0;
}
#breadcrumb ol li a, #breadcrumb ul li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #735B2B;
  font-size: 0.8rem;
  text-decoration: none;
  text-transform: uppercase;
}
#breadcrumb ol li a:hover, #breadcrumb ul li a:hover {
  color: #0e0e0e;
}
#breadcrumb ol li + li:before, #breadcrumb ul li + li:before {
  content: "·";
  margin-right: 0.25em;
}

body#newsroom_landing_page footer {
  margin-top: 0 !important;
}
body#newsroom_landing_page .videoiframe {
  margin-bottom: 2rem;
}
body#newsroom_landing_page #main_column {
  padding: 0;
  background-color: transparent;
}
body#newsroom_landing_page #breadcrumb {
  display: none;
}
body#newsroom_landing_page #content {
  padding-top: 3rem;
}
body#newsroom_landing_page .one_column {
  margin-left: 0;
  margin-right: 0;
}
body#newsroom_landing_page #rightside {
  padding: 3rem;
  background-color: #fff;
}
body#newsroom_landing_page #rightside hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
body#newsroom_landing_page #leftside {
  text-align: left;
  padding: 0px 0px 0 15px;
  background-color: #f5f1ea;
  position: relative;
  z-index: 1;
}
body#newsroom_landing_page #leftside:before {
  content: "";
  position: absolute;
  width: 50vw;
  right: 100%;
  top: 0;
  bottom: 0;
  background-color: #f5f1ea;
}
body#newsroom_landing_page #leftside:after {
  content: "";
  position: absolute;
  width: 50vw;
  bottom: 100%;
  right: 0;
  height: 3rem;
  background-color: #f5f1ea;
}
body#newsroom_landing_page .media__summary {
  padding-bottom: 2rem;
}
body#newsroom_landing_page .media__header {
  margin-bottom: 0;
}
body#newsroom_landing_page .media__header a {
  color: #00191A;
  text-transform: uppercase;
}
body#newsroom_landing_page .media__link {
  color: #00191A;
  text-decoration: none;
  padding-bottom: 0.5rem;
}
body#newsroom_landing_page .media__link:hover {
  color: #004647;
  text-decoration: none;
}
body#newsroom_landing_page .media__link--underline {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
body#newsroom_landing_page .media__button {
  text-align: right;
  bottom: 3rem;
  right: 3rem;
  color: #000000;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
body#newsroom_landing_page .media__button--container {
  text-align: right;
  display: table;
  width: 100%;
  padding: 0rem 0 3rem;
}
body#newsroom_landing_page .media__button--container.videos {
  padding: 0rem 0 3rem;
}
body#newsroom_landing_page .media__side-nav {
  width: 100%;
  margin-top: 3rem;
}
body#newsroom_landing_page .media__side-nav .main_page_title {
  text-align: left;
  color: #004647;
}
body#newsroom_landing_page .media__side-nav.affix {
  width: 270px;
  top: 9.5rem;
  position: fixed;
}
@media (max-width: 1200px) {
  body#newsroom_landing_page .media__side-nav.affix {
    width: 225px;
  }
}
body#newsroom_landing_page .media__side-nav.affix-bottom {
  position: absolute;
  width: 270px;
}
@media (max-width: 1200px) {
  body#newsroom_landing_page .media__side-nav.affix-bottom {
    width: 225px;
  }
}
body#newsroom_landing_page .media__list {
  text-align: left;
  display: block;
}
body#newsroom_landing_page .media__list-item {
  text-align: left;
  display: block;
}
body#newsroom_landing_page .media__list-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #00191A;
  display: inline-block;
  text-decoration: none;
  font-size: 1.25rem;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  background-image: linear-gradient(rgba(150, 125, 74, 0.2), rgba(150, 125, 74, 0.2));
  background-size: 0% 4px;
  background-repeat: no-repeat;
  background-position: left bottom 4px;
  transition: 300ms background-size ease-out;
}
body#newsroom_landing_page .media__list-link:hover {
  background-image: linear-gradient(rgba(150, 125, 74, 0.2), rgba(150, 125, 74, 0.2));
  background-size: 100% 4px;
}
body#newsroom_landing_page .media__list-item.active a {
  background-image: linear-gradient(#967d4a, #967d4a);
  color: #004647;
  background-size: 100% 4px;
}
body#newsroom_landing_page .media__date {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #000000;
  font-size: 1.125rem;
}
body#newsroom_landing_page .media__videos .ce_youtube_video {
  margin-bottom: 4rem;
}
body#newsroom_landing_page .media__newsletter {
  padding-top: 2rem;
}

#filterbuttons, #toggleCalendar {
  position: relative;
  bottom: 0;
  right: 0;
}
@media (max-width: 1200px) {
  #filterbuttons, #toggleCalendar {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    margin: 2rem 0;
  }
}

.prevpress {
  display: table;
  padding: 1rem 0.9rem;
  width: 100%;
}
.prevpress .prevarticle {
  padding: 0.6em 2em;
  white-space: nowrap;
}

#pagetools #actions {
  padding-top: 1.5rem;
  text-align: center;
}

#newscontent .date.black {
  display: block;
  margin-bottom: 0rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #735B2B;
  font-size: 1.125rem;
  text-transform: uppercase;
}
#newscontent #press .subtitle {
  font-size: 2.5rem;
}
#newscontent #press .main_page_title {
  background-color: #d6e5dc;
  padding: 2rem;
  position: relative;
  margin: 1rem 0rem 2rem;
}
#newscontent #press .main_page_title:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 3px solid #967d4a;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  pointer-events: none;
}
#newscontent #press .title a {
  text-decoration: none !important;
  display: inline;
  background-image: linear-gradient(#967d4a, #967d4a), linear-gradient(#967d4a, #967d4a);
  background-position: left bottom 0.05em, right bottom 0.05em;
  background-size: 0% 0.15em;
  background-repeat: no-repeat;
  box-decoration-break: slice;
  transition: 300ms background-size ease-in-out;
  color: #00191A;
}
#newscontent #press .title a:hover {
  background-size: 100% 0.15em;
  transition-duration: 600ms;
}
#newscontent #press .title a:hover {
  color: #004647;
}
#newscontent .press__toparea {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

#pagination-container {
  text-align: right;
  margin-top: 80px;
  display: table;
  width: 100%;
}
#pagination-container .pagination-right {
  display: table-cell;
  vertical-align: middle;
  float: none;
  margin-bottom: 0px;
}
@media (max-width: 560px) {
  #pagination-container .pagination-right {
    display: block;
    width: 100%;
    padding: 1rem 0;
  }
}
#pagination-container .pagination-right .form-inline select {
  padding: 2px 5px;
  height: 30px;
  font-size: 1rem;
  padding-right: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(90deg, #c7c7c7 1px, #fcfcfc 1px), linear-gradient(56deg, transparent 4px, #4d4d4d 5px), linear-gradient(-56deg, transparent 4px, #4d4d4d 5px);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 2px 100%, 6px 6px, 6px 6px;
  background-position: 30px center, 10px center, 16px center;
  background-position: calc(100% - 30px) center, calc(100% - 16px) center, calc(100% - 10px) center;
  background-position: right 20px center, right 10px center, right 5px center;
  text-indent: 0.01px;
}
#pagination-container .pager {
  display: table-cell;
  float: right;
  width: auto;
  margin: 0;
  vertical-align: middle;
}
#pagination-container .pager li {
  display: table-cell;
  padding-right: 5px;
}
#pagination-container .pager li:last-child {
  padding-right: 0px;
}
@media (max-width: 560px) {
  #pagination-container .pager {
    display: block;
    width: 100%;
    padding: 1rem 0;
  }
}

#asides.legislation {
  padding-bottom: 2rem;
}

.pagination .pages select {
  padding: 2px 5px;
  height: 30px;
  font-size: 1rem;
  padding-right: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(90deg, #c7c7c7 1px, #fcfcfc 1px), linear-gradient(56deg, transparent 4px, #4d4d4d 5px), linear-gradient(-56deg, transparent 4px, #4d4d4d 5px);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 2px 100%, 6px 6px, 6px 6px;
  background-position: 30px center, 10px center, 16px center;
  background-position: calc(100% - 30px) center, calc(100% - 16px) center, calc(100% - 10px) center;
  background-position: right 20px center, right 10px center, right 5px center;
  text-indent: 0.01px;
}

#filter-legislation {
  padding-bottom: 1rem;
}
#filter-legislation form {
  padding-bottom: 0.5rem;
}
#filter-legislation form select {
  padding: 2px 10px;
  height: 40px;
  font-size: 1.125rem;
  padding-right: 2.8rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(90deg, #c7c7c7 1px, #fcfcfc 1px), linear-gradient(56deg, transparent 4px, #4d4d4d 5px), linear-gradient(-56deg, transparent 4px, #4d4d4d 5px);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 2px 100%, 6px 6px, 6px 6px;
  background-position: 30px center, 10px center, 16px center;
  background-position: calc(100% - 30px) center, calc(100% - 16px) center, calc(100% - 10px) center;
  background-position: right 30px center, right 15px center, right 10px center;
  text-indent: 0.01px;
}

#content #asides {
  padding-top: 2.5rem;
}

#voting_record .page {
  margin: 30px 0;
  display: none;
  transition: 1s ease-in-out;
  border-top: 1px solid #ccc;
  padding-top: 15px;
}
#voting_record .page .row {
  margin: 0 0 20px 0;
  padding: 5px 5px 15px 5px;
  border-bottom: 1px solid #ccc;
  /* ----- */
}
#voting_record .page .row .date {
  font-size: 1rem;
}
#voting_record .page .row .vote {
  font-size: 1rem;
  color: #666;
}
#voting_record .page .row .No, #voting_record .page .row .Nay {
  color: red;
}
#voting_record .page .row .Yea, #voting_record .page .row .Aye {
  color: green;
}
#voting_record .page .row .result {
  font-size: 1rem;
  color: #666;
}
#voting_record .page .row .Failed {
  color: red !important;
}
#voting_record .page .row .Passed {
  color: green !important;
}
#voting_record .page .row .category {
  font-size: 1rem;
}
#voting_record .page.in {
  opacity: 1;
}
#voting_record .pagination {
  display: table;
  width: 100%;
}
#voting_record .pagination .pages {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  margin: 0;
}
#voting_record .pagination .pages_nav {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
#voting_record .pagination .pages_nav .next {
  margin-left: 5px;
}

@media (max-width: 991px) {
  .legislationrow {
    flex-direction: column-reverse;
  }
}

#thomas_search {
  margin-bottom: 1rem;
}

#content.hasbanner {
  position: relative;
  padding-top: 5rem;
}
#content.hasbanner .main_page_title {
  display: none;
}
#content.hasbanner .main_page_title.banneravail {
  display: block;
}
#content.hasbanner .main_page_title {
  color: #004647;
}
#content.hasbanner .main_page_title .altcolor {
  color: #fff;
}
#content.hasbanner #breadcrumb {
  margin-top: 0;
}
#content.hasbanner #breadcrumb ol {
  margin-bottom: 0;
}
#content.hasbanner #breadcrumb ol li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
}
#content.hasbanner #breadcrumb ol li a:hover {
  text-decoration: underline;
  color: #84ae95;
}
#content.hasbanner #breadcrumb ol li:first-child {
  display: none;
}
#content.hasbanner #main_column {
  padding-top: 5rem;
}
@media (max-width: 991px) {
  #content.hasbanner #main_column {
    padding-top: 3rem;
  }
}

.figure__banner {
  width: 100%;
  position: relative;
  margin: 0;
}
.figure__banner--holder {
  padding-left: 10px;
  padding-right: 10px;
}
.figure__banner--holder:nth-child(1) {
  padding-left: 0;
}
.figure__banner--holder:nth-child(4) {
  padding-right: 0;
}
.figure__banner--holder:nth-child(2) {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .figure__banner--holder:nth-child(2) {
    margin-top: 1rem;
  }
}
.figure__banner--holder:nth-child(4) {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .figure__banner--holder:nth-child(4) {
    margin-top: 1rem;
  }
}
@media (max-width: 991px) {
  .figure__banner--holder {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.figure__banner--imageholder {
  min-height: 330px;
  position: relative;
}
@media (max-width: 1199px) {
  .figure__banner--imageholder {
    min-height: 300px;
  }
}
@media (max-width: 991px) {
  .figure__banner--imageholder {
    min-height: 220px;
  }
}
@media (max-width: 767px) {
  .figure__banner--imageholder {
    min-height: 165px;
  }
}
@media (max-width: 420px) {
  .figure__banner--imageholder {
    min-height: 130px;
  }
}
.figure__banner--image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center top;
}

.interior__offices--officeholder {
  margin-bottom: 2rem;
}
.interior__offices--textsmall {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #84ae95;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.interior__offices--text {
  color: #84ae95;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  padding: 1rem 0;
  text-align: left;
}
.interior__offices--text .textwhite {
  color: white;
}
.interior__offices--office {
  display: block;
  padding-top: 1rem;
  font-family: "Playfair Display", serif;
  color: #004647;
  font-size: 1.5rem;
}
.interior__offices--imageholder {
  position: relative;
}
.interior__offices--image {
  display: block;
  width: 100%;
}
.interior__offices--address {
  color: #00191A;
}
.interior__offices--body {
  position: relative;
  min-height: 250px;
  padding: 1rem 2rem;
}
@media (max-width: 1191px) {
  .interior__offices--body {
    min-height: 290px;
  }
}
@media (max-width: 991px) {
  .interior__offices--body {
    min-height: auto;
  }
}
.interior__offices--directions {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: left;
}
@media (max-width: 991px) {
  .interior__offices--directions {
    position: relative;
    margin-top: 1rem;
  }
}
.interior__offices--disclaimer {
  padding: 5rem 0px;
  color: #00191A;
}
.interior__offices--link {
  font-size: 0.875rem;
}

.membership__leader-row {
  margin: 0 calc(-50vw + 50%);
}
.membership__leader-row > .row {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}
.membership__leadershiparea {
  position: relative;
  height: 100%;
}
.membership__leadershiparea:before, .membership__leadershiparea:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(50vw - 50%);
}
.membership__leadershiparea--majority {
  background-color: #004647;
}
.membership__leadershiparea--majority:before {
  background-color: #004647;
  content: "";
  right: 100%;
}
.membership__leadershiparea--minority {
  background-color: #735B2B;
}
.membership__leadershiparea--minority:after {
  background-color: #735B2B;
  content: "";
  left: 100%;
}
.membership__header-tertiary {
  padding-bottom: 0.1em;
  border-bottom: 2px solid;
  color: #004647;
  line-height: 1.1;
}
.membership__header-tertiary.majority {
  border-color: #84ae95;
}
.membership__header-tertiary.minority {
  border-color: #967d4a;
}
.membership__header-tertiary--border {
  white-space: nowrap;
}
.membership__header-tertiary--name {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 1.5rem;
  text-decoration: none;
}
.membership__list-item {
  position: relative;
  min-height: 280px;
}
.membership__list-item-card {
  display: flex;
  flex-direction: column;
}
.membership__list-item-card .membership__header-tertiary--name {
  flex-grow: 1;
  text-decoration: none !important;
  border: none;
  margin-left: 0.5rem;
  margin: 0.5rem;
}
.membership__list--majority .membership__list-item-card {
  background-color: rgba(214, 229, 220, 0.5);
}
.membership__list--minority .membership__list-item-card {
  background-color: rgba(150, 125, 74, 0.15);
}
.membership__link {
  display: block;
}
.membership__district {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #967d4a;
  font-size: 0.75rem;
  margin-left: 0.5rem;
}
.membership__figure {
  padding-top: 95%;
  position: relative;
  display: block;
  overflow: hidden;
}
.membership__figure-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.membership__list-item-card .social-list {
  box-sizing: content-box;
  padding: 5px;
  margin: 0 !important;
  background-color: rgba(0, 70, 71, 0.9);
  justify-content: flex-start;
  transition: 200ms transform ease-in-out;
  transform: translateY(100%);
}
.membership__list-item-card .social-list li {
  padding: 0;
}
.membership__list-item-card .social-list li + li {
  margin-left: 5px;
}
.membership__list-item-card .social-list li a {
  width: 1.5em;
  height: 1.5em;
  font-size: 24px;
}
.membership__list-item-card .social-list li .image-icon {
  padding: 0;
  border: none;
  border-radius: 1em;
  box-shadow: inset 0 0 0 0 #967d4a;
  transition: 200ms box-shadow ease-in-out;
  background-size: contain;
}
.membership__list-item-card .social-list li .image-icon:hover {
  box-shadow: inset 0 0 0 5px #967d4a;
}
.membership__list-item-card:hover .social-list {
  transform: none;
}

.leadership__header-secondary {
  color: #f8f8f8;
  line-height: 1;
  text-decoration: none !important;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .leadership__header-secondary {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .leadership__header-secondary {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1200px) {
  .leadership__header-secondary {
    font-size: 2rem;
  }
}
.leadership__header-secondary[href]:hover {
  text-decoration: underline !important;
  text-decoration-color: #746139 !important;
}
.leadership__header-secondary + .leadership__header-secondary {
  color: white;
}
.leadership__aside--minority .leadership__header-secondary[href]:hover {
  text-decoration: underline !important;
  text-decoration-color: #004647 !important;
}
.leadership__figure {
  height: 100%;
  display: block;
  position: relative;
}
.leadership__figure-image {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.leadership__district {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: white;
  font-size: 1.2em;
  margin-top: 0.5em;
}
.leadership__bio .social-list {
  justify-content: flex-start;
}
.leadership__link {
  color: #fff;
}

body.newsroom .main_page_title {
  max-width: 80%;
}
@media (max-width: 1200px) {
  body.newsroom .main_page_title {
    max-width: 100%;
  }
}

#main_column .amend-textarea h2 {
  color: #004647;
  border-bottom: 1px solid #967d4a;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
#main_column .amend-textarea h3,
#main_column .amend-textarea h4,
#main_column .amend-textarea h5,
#main_column .amend-textarea h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
#main_column .amend-textarea img {
  width: 100%;
  display: block;
  height: auto;
}
#main_column .amend-textarea ol li::marker {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #735B2B;
}
#main_column .amend-textarea ol li + li,
#main_column .amend-textarea ul li + li {
  margin-top: 0.5rem;
}
#main_column .amend-textarea .btn, #main_column .amend-textarea #search_sidebar_form .filter-btn, #search_sidebar_form #main_column .amend-textarea .filter-btn, #main_column .amend-textarea #mc_embed_signup .button, #mc_embed_signup #main_column .amend-textarea .button {
  padding: 0.5rem 1rem;
}

/* .members #main_container {
  min-width: 100%;
} */
.newsroomtitle__holder {
  position: relative;
  display: block;
  margin-bottom: 3rem;
}

.addtocalendar {
  color: #735B2B;
  padding: 0 1rem;
  font-size: 16px;
}

#live-hearing {
  border: 5px solid #967d4a;
  background-color: #f5f1ea;
  padding: 1rem;
}

.hearing__meta {
  background-color: #f5f1ea;
  padding: 1rem;
  margin-bottom: 3rem;
}
.hearing__header {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .hearing__calendar-button-container {
    height: 0;
  }
}
.hearing__add-to-cal {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 0.8em;
  color: #004647 !important;
  transition: 200ms all;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  text-decoration: none !important;
  text-transform: uppercase;
}
.hearing__add-to-cal > span {
  background-image: linear-gradient(#004647, #004647);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom 3px;
  transition-property: background-size, background-image, background-position;
  transition-timing-function: linear;
  transition-duration: 150ms;
}
.hearing__add-to-cal:hover > span {
  background-size: 100% 2px;
  background-image: linear-gradient(#967d4a, #967d4a);
  background-position: left bottom 2px;
}
.hearing__add-to-cal > svg {
  transition: 300ms color;
  color: #967d4a;
  font-size: 16px;
}
.hearing__add-to-cal:hover > svg {
  color: #004647;
}
.hearing__stream-container {
  position: relative;
}
.hearing__stream-overlay {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #84ae95;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.1;
  position: absolute;
  top: 40%;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hearing__list-item {
  width: 100%;
  background: #f5f1ea;
  padding: 1rem;
  margin-bottom: 1rem;
}
.hearing__witness-name {
  color: #004647;
}
.hearing__witness-party {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.hearing__link {
  display: inline-block;
}
.hearing__textLink {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-decoration: none !important;
  display: inline;
  background-image: linear-gradient(#967d4a, #967d4a), linear-gradient(#967d4a, #967d4a);
  background-position: left bottom 0.05em, right bottom 0.05em;
  background-size: 0% 0.15em;
  background-repeat: no-repeat;
  box-decoration-break: slice;
  transition: 300ms background-size ease-in-out;
}
.hearing__textLink:hover {
  background-size: 100% 0.15em;
  transition-duration: 600ms;
}
.hearing__file-buttons {
  margin-top: 1rem;
}
.hearing__file-button-item + .hearing__file-button-item {
  margin-top: 0.5rem;
}
.hearing__file-links {
  background-color: #f5f1ea;
  padding: 0;
}
.hearing__file-link-item {
  display: block;
  list-style: none;
  margin: 0;
}
.hearing__file-link-item:nth-child(even) {
  background-color: #e4dbc8;
}
.hearing__file-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none !important;
  color: #0e0e0e;
}
.hearing__file-link:hover {
  background-color: #f9f7f3;
}
.hearing__file-link > svg {
  color: #004647;
  margin-right: 0.25em;
}
.hearing__file-link-item:nth-child(even) .hearing__file-link:hover {
  background-color: #ece6d9;
}
.hearing__presslink--item .hearing__list-item {
  height: 100%;
}

.contentfilter__filters form fieldset {
  margin-top: 0 !important;
}

.article {
  line-height: 1.8;
}
.article .alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
@media screen and (max-width: 992px) {
  .article .alignleft {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.article .alignright {
  float: right;
  margin: 0 0 15px 15px;
}
@media screen and (max-width: 992px) {
  .article .alignright {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.article .aligncenter {
  clear: both;
  display: block;
  margin: 15px auto;
}
@media screen and (max-width: 992px) {
  .article .aligncenter {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.article .alignnone {
  margin-bottom: 15px;
}
.article .wp-caption {
  overflow: hidden;
  margin-bottom: 25px;
}
.article .wp-caption img {
  display: block;
  margin: auto;
  padding: 0;
  border: 0 none;
}
.article .wp-caption-text {
  margin: 5px 0 0 0;
  font-size: 95%;
  text-align: center;
}
.article .wp-caption-dd {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.25rem;
  color: #525e68;
}
.article .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.article .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.article blockquote {
  padding: 25px 0 25px 45px;
  border-color: #dd3145;
  font-style: italic;
}
.article blockquote footer,
.article blockquote small {
  font-size: inherit;
  font-style: normal;
  font-weight: 700;
  text-align: right;
}
.article p {
  margin-bottom: 1.25em;
}
.article blockquote,
.article dd,
.article figcaption,
.article li,
.article p,
.article td {
  font-weight: 300;
}
.article li + li {
  margin-top: 10px;
}
.article ul {
  overflow: hidden;
}
.article thead > tr {
  background-color: #0f3b4c;
}
.article thead > tr > th {
  border-bottom: none !important;
  color: #fff;
}
.article tbody > tr:nth-of-type(even) {
  background-color: #e8e8e8;
}
.article tbody > tr > td {
  border: none !important;
}
.article td,
.article th {
  padding: 5px;
}
@-moz-document url-prefix() {
  .article fieldset {
    display: table-cell;
  }
}
.article img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.article img.pull-right {
  margin-left: 2em;
}
.article embed,
.article iframe,
.article object,
.article video {
  max-width: 100%;
}

.relatedvideo {
  padding: 2rem;
  background-color: #f5f1ea;
}
.relatedvideo__holder {
  padding-top: 48%;
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.relatedvideo__holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.relatedvideo__title {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  color: #00191A;
  text-align: center;
  display: block;
}

.relatedpdf {
  padding: 2rem;
  background-color: #f5f1ea;
}
.relatedpdf__holder {
  padding-top: 60%;
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.relatedpdf__holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.chartframe {
  padding: 2rem;
  background-color: #f5f1ea;
}
.chartframe__holder {
  padding-top: 48%;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.chartframe__holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.IssueContainer h2 {
  color: #004647;
  border-bottom: 1px solid #967d4a;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.Banner {
  background-color: white;
  flex-flow: row nowrap;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  min-height: 100px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: auto;
}
@media (max-width: 1200px) {
  .Banner {
    padding-top: 1rem;
  }
}
@media print {
  .Banner {
    margin-bottom: 3rem;
  }
}
@media (max-width: 992px) {
  .Banner__noTransformOnMobile {
    transform: none !important;
  }
}
body:not(.paged) .Banner__content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  body:not(.paged) .Banner__content {
    flex-direction: row;
    align-items: center;
  }
}

.Banner__imageContainer {
  display: none;
}
@media (min-width: 1200px) {
  .Banner__imageContainer {
    display: block;
    min-height: 530px;
    overflow: hidden;
    width: 100%;
    z-index: 1;
  }
}
.paged .Banner__imageContainer {
  display: none;
}

body:not(.paged) .Banner__contentContainer {
  position: relative;
  z-index: 2;
  background-color: #004647;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-left: calc(2rem + env(safe-area-inset-left));
  padding-right: calc(2rem + env(safe-area-inset-right));
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 100%;
  max-width: 100%;
  min-height: 200px;
  position: relative;
  margin-right: 15px;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  body:not(.paged) .Banner__contentContainer {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
body:not(.paged) .Banner__contentContainer:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 3px solid #967d4a;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 1200px) {
  body:not(.paged) .Banner__contentContainer {
    padding-top: 3rem;
    padding-bottom: 3rem;
    flex: 0 0 48%;
    max-width: 48%;
    width: 48%;
    position: absolute;
    min-height: 445px;
    flex-basis: 0;
    flex-grow: 1;
    left: 0;
  }
}

.Banner__text {
  z-index: 2;
}
.Banner__backgroundSize {
  float: left;
  padding-top: 37.5886524823%;
  overflow: hidden;
  height: 0;
  width: 1px;
}
.Banner__background, .Banner__backgroundColor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f5f1ea;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.Banner__headingContainer {
  position: relative;
  z-index: 5;
}
.Banner__heading {
  font-size: 3rem !important;
}
body.paged .Banner__heading {
  padding-top: 4rem;
}

body:not(.paged) .Banner__heading {
  color: white;
}

.social-list {
  margin-bottom: 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.4rem 0.15rem;
}
.social-list .sr-only {
  color: black !important;
  background-color: #fff !important;
}
.social-list li {
  padding: 1rem 3px;
  margin-right: 0px !important;
}
@media (max-width: 992px) {
  .social-list li {
    padding: 3px 5px;
  }
}
.social-list li a {
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 1px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.social-list li a:hover {
  background-color: #fff;
  color: #fff;
}
.social-list li .newsletter {
  border: 1px solid #84ae95;
  background-color: #84ae95;
  color: #004647;
}
.social-list li .newsletter:hover {
  background-color: #fff;
  color: #004647;
}
.social-list li .facebook {
  border: 1px solid #4268b2;
  background-color: #4268b2;
  color: #fff;
}
.social-list li .facebook:hover {
  border: 1px solid #4268b2;
  background-color: #fff;
  color: #4268b2;
}
.social-list li .instagram {
  border: 1px solid #c32aa3;
  background-color: #c32aa3;
  color: #fff;
}
.social-list li .instagram:hover {
  border: 1px solid #ffdc7d;
  background-color: #fff;
  color: #ffdc7d;
}
.social-list li .twitter {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000;
}
.social-list li .twitter:hover {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}
.social-list li .youtube {
  border: 1px solid #DF2A2A;
  background-color: #DF2A2A;
  color: #fff;
}
.social-list li .youtube:hover {
  border: 1px solid #DF2A2A;
  background-color: #fff;
  color: #DF2A2A;
}
.social-list--bottom li {
  padding: 5px 5px;
}

.social-area .socialareablock {
  margin-bottom: 1.1rem;
}
.social-area .socialareablock .socialblock {
  height: 100%;
  border-radius: 0;
}
.social-area .socialareablock .socialblock .socialheader {
  border-bottom: 2px solid #84ae95;
}
.social-area .socialareablock .socialblock .socialheader .socialfeedbackbutton {
  padding-bottom: 5px;
  text-align: left;
  display: block;
  font-size: 18px;
  display: inline-block;
}
.social-area .socialareablock .socialblock .socialheader .socialfeedbackbutton .icon {
  margin-right: 10px;
  text-decoration: none;
  background-color: transparent;
  padding: 1px;
  border-radius: 100%;
  color: #000000;
  width: 33px;
  height: 33px;
  display: inline-block;
  text-align: center;
  border: 2px solid #000000;
}
.social-area .socialareablock .socialblock .socialheader .socialfeedbackbutton .socialtext {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #00191A;
}
.social-area .socialareablock .socialblock .socialheader .socialfeedbackbutton:hover .icon {
  color: white;
  background-color: #000000;
}

.alert {
  padding: 1rem;
  margin-bottom: 0;
  border: 0;
  background-color: #004647;
  border-radius: 0;
  position: relative;
  z-index: 5;
}
.alert .headline {
  padding: 0 2rem;
}
.alert .headline a {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 1.25rem;
  text-transform: capitalize;
}
.alert .headline a:hover {
  color: #84ae95;
  text-decoration: underline;
}
@media (max-width: 520px) {
  .alert .headline a {
    font-size: 1rem;
  }
}
.alert .headline .alertbold {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: white;
}

.alerttwo {
  background-color: #9e0000;
}

.alert-container {
  align-items: center;
  display: flex;
}
@media (max-width: 1100px) {
  .alert-container {
    max-width: 100% !important;
  }
}

.f-modal-alert .f-modal-icon {
  border-radius: 50%;
  background-color: #00191A;
  box-sizing: content-box;
  height: 35px;
  margin: 5px auto;
  padding: 0;
  position: relative;
  width: 35px;
  color: #00191A;
  text-align: center;
}
.f-modal-alert .f-modal-icon .f-modal-exclamation {
  position: relative;
  text-align: center;
  color: #fff;
  top: 4px;
}

.animateErrorIcon {
  animation: animateErrorIcon 0.5s;
}

.animateXLeft {
  animation: animateXLeft 0.75s;
}

.animateXRight {
  animation: animateXRight 0.75s;
}

.scaleWarning {
  animation: scaleWarning 0.75s infinite alternate;
}

.pulseWarningIns {
  animation: pulseWarningIns 0.75s infinite alternate;
}

@keyframes Pulse {
  50% {
    transform: scale3d(1, 1, 1);
    opacity: 0.8;
  }
  100% {
    transform: scale3d(2, 2, 1);
    opacity: 0;
  }
}
.Pulse {
  color: #00191A;
  position: relative;
}
.Pulse:before {
  content: "";
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: Pulse 2s ease-out infinite;
  background-color: currentColor;
  transform: scale3d(1, 1, 1);
}
.Pulse > * {
  position: relative;
}

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateXLeft {
  0%, 65% {
    left: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    left: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    left: 17px;
    top: 37px;
    width: 47px;
  }
}
@keyframes animateXRight {
  0%, 65% {
    right: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    right: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    right: 16px;
    top: 37px;
    width: 47px;
  }
}
@keyframes scaleWarning {
  0% {
    transform: scale(1);
    border-color: #967d4a;
  }
  30% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulseWarning {
  0% {
    background-color: transparent;
    transform: scale(1);
    opacity: 0.5;
  }
  30% {
    background-color: transparent;
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    background-color: #fff;
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #967d4a;
  }
  100% {
    background-color: #fff;
  }
}
footer {
  background-color: #00191A;
  padding: 2rem;
}
footer .footerstyles {
  align-items: left;
  align-content: center;
  justify-content: space-between;
}
footer .footerstyles .footer-nodes {
  margin-bottom: 0 !important;
}
footer .footerstyles .leftside {
  text-align: left;
}
footer .footerstyles .footersocial {
  text-align: right;
}
footer ul li a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
footer ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .footer__sub ul li a {
  font-size: 0.75rem;
}
footer .footer__address {
  text-align: right;
  font-family: "Playfair Display", serif;
  color: #fff;
}
footer .footer__smalllink {
  text-align: right;
}
footer .footer__smalllink a {
  color: #967d4a;
}
footer .subfooter-nodes {
  padding: 1.5rem 0;
}

body:not(#home) footer, body:not(#newsroom_landing_page) footer {
  margin-top: 3rem;
}

body#home footer {
  margin-top: 0;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
  	border-top: 1px solid #ddd !important;
  }*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td, .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old, .datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover {
  border-radius: 0;
}
.datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.old, .datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

.input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #c6c6c6;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

/* FORM SYSTEM styles page

This are mostly functional styles at the top, with customizations below...

*/
#accomp-all,
#accomp-1,
#accomp-2,
#accomp-3 {
  display: none;
}

.sel_all #accomp-all,
.sel_all #accomp-1,
.sel_all #accomp-2,
.sel_all #accomp-3,
.sel_1 #accomp-1,
.sel_2 #accomp-2,
.sel_3 #accomp-3 {
  display: block;
}

.show_form .form_mode,
.show_preview .preview_mode {
  display: block !important;
}

.show_form input,
.show_form select,
.show_form textarea {
  display: inline-block !important;
}

.show_form .preview_mode {
  display: none !important;
}

.show_preview .form-control,
.show_preview .form_mode,
.show_preview input,
.show_preview select,
.show_preview textarea {
  display: none !important;
}

abbr {
  outline: none;
  border: none;
}

.form-group .preview_mode {
  color: #000;
}

.show_form .picker {
  display: inline-block !important;
}

.show_preview input#send-request {
  display: inline-block !important;
}

.button-right {
  float: right;
}

.button-left {
  float: left;
}

#edit-request {
  margin-right: 1em;
}

#qa-form {
  margin-bottom: 20px;
}
#qa-form .button {
  cursor: pointer;
  font-size: 1rem;
  font-family: sans-serif;
}

/*

FORM SYSTEM Customizations
*/
#main_column form #actions {
  font-size: 1.375rem;
  height: 65px;
}
#main_column form fieldset {
  margin: 50px 0 0 0;
}
#main_column form fieldset legend {
  font-size: 1.875rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
#main_column form fieldset label {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.125rem;
  margin-bottom: 0.3rem;
}
#main_column form fieldset label .required {
  color: #000000;
  margin: 0 5px;
}
@media (max-width: 767px) {
  #main_column form fieldset label {
    font-size: 0.9375rem;
  }
}
#main_column form fieldset input, #main_column form fieldset select {
  padding: 10px;
  box-shadow: none;
  border-radius: 5px;
}
#main_column form fieldset input[type=radio], #main_column form fieldset input[type=checkbox] {
  padding: 0px;
  padding-top: 2px;
}
#main_column form fieldset abbr[title], #main_column form fieldset abbr[data-original-title] {
  color: rgba(0, 0, 0, 0.2);
  border-bottom: none;
  cursor: help;
  padding: 5px;
}
#main_column form fieldset textarea {
  min-height: 100px;
  font-size: 1.125rem;
}
#main_column form fieldset input.form-control,
#main_column form fieldset select.form-control {
  height: 60px;
  font-size: 1.125rem;
}
#main_column form fieldset input.form-control:focus,
#main_column form fieldset select.form-control:focus {
  border: 1px solid #CCC;
  box-shadow: 1px, 1px, 5px, 0.5px;
}
#main_column form fieldset .note-text {
  padding: 5px;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.33);
}
#main_column form fieldset + fieldset {
  margin: 50px 0 0 0;
}
#main_column form .btn, #main_column form #search_sidebar_form .filter-btn, #search_sidebar_form #main_column form .filter-btn, #main_column form #mc_embed_signup .button, #mc_embed_signup #main_column form .button {
  margin-top: 30px;
  font-size: 1.375rem;
  padding: 20px 45px 20px 45px;
  color: #FFF;
  background-color: #84ae95;
  position: relative;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  display: inline-block;
  color: #00191A;
  background-color: #967d4a;
}
#main_column form .btn:hover, #main_column form #search_sidebar_form .filter-btn:hover, #search_sidebar_form #main_column form .filter-btn:hover, #main_column form #mc_embed_signup .button:hover, #mc_embed_signup #main_column form .button:hover {
  background-color: #00191A;
  color: #fff;
}
#main_column form .btn + .btn, #main_column form #search_sidebar_form .filter-btn + .btn, #search_sidebar_form #main_column form .filter-btn + .btn, #main_column form #search_sidebar_form .btn + .filter-btn, #search_sidebar_form #main_column form .btn + .filter-btn, #main_column form #search_sidebar_form .filter-btn + .filter-btn, #search_sidebar_form #main_column form .filter-btn + .filter-btn, #main_column form #mc_embed_signup .button + .btn, #main_column form #mc_embed_signup #search_sidebar_form .button + .filter-btn, #search_sidebar_form #main_column form #mc_embed_signup .button + .filter-btn, #mc_embed_signup #main_column form .button + .btn, #mc_embed_signup #main_column form #search_sidebar_form .button + .filter-btn, #search_sidebar_form #mc_embed_signup #main_column form .button + .filter-btn, #main_column form #mc_embed_signup .btn + .button, #main_column form #mc_embed_signup #search_sidebar_form .filter-btn + .button, #search_sidebar_form #main_column form #mc_embed_signup .filter-btn + .button, #mc_embed_signup #main_column form .btn + .button, #mc_embed_signup #main_column form #search_sidebar_form .filter-btn + .button, #search_sidebar_form #mc_embed_signup #main_column form .filter-btn + .button, #main_column form #mc_embed_signup .button + .button, #mc_embed_signup #main_column form .button + .button {
  margin: 0 15px;
}

.popover {
  z-index: 1020;
  background-color: #fff;
}

.popover.fade.in {
  background-color: #fff;
}

.data-containers {
  float: right;
  width: 300px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
  margin-left: 20px;
}

#signatures-container {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  width: 100%;
  float: right;
  margin-bottom: 0px;
  width: 100%;
  display: block;
  position: relative;
}
#signatures-container #num-signatures-container {
  display: block;
  float: left;
  padding: 6px 20px;
  font-size: 1.4375rem;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 100%;
}
#signatures-container #num-signatures-label {
  display: block;
  float: left;
  padding: 15px 10px;
  font-size: 1.125rem;
}

.social-container {
  float: right;
  display: block;
  background: #eee;
  padding: 10px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.social-container ul {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
  width: 100%;
  display: block;
  position: relative;
  float: left;
}
.social-container ul li {
  display: block;
  float: left;
  margin: 0 15px 0 0;
}
.social-container ul li iframe {
  position: relative;
}
.social-container ul li.social-fb {
  margin-top: 1px;
}
.social-container ul li.social-plusone {
  margin-top: 2px;
}

.social-container {
  width: 100%;
  float: right;
  margin: 0;
  text-align: center;
}
.social-container ul li {
  margin: 0px 8px;
}
.social-container ul li:last-child {
  margin-right: 0px;
}

#mc_embed_signup {
  background: #f5f1ea;
  padding: 2rem;
}
#mc_embed_signup .indicates-required {
  font-size: 0.875rem;
  float: right;
}
#mc_embed_signup .asterisk {
  color: darkred;
}
#mc_embed_signup .mc-field-group {
  margin-top: 1rem;
}
#mc_embed_signup .mc-field-group > label {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
#mc_embed_signup .button {
  margin-top: 2rem;
}

#content .amend-form-container .loader,
#content #mc_embed_signup .loader {
  position: relative;
  margin: 0 auto;
  height: 50px;
  width: 50px;
  border-left: 7px solid rgba(204, 204, 204, 0.15);
  border-right: 7px solid rgba(204, 204, 204, 0.15);
  border-bottom: 7px solid rgba(204, 204, 204, 0.15);
  border-top: 7px solid rgba(204, 204, 204, 0.8);
  border-radius: 100%;
  -webkit-animation: rotation 1s infinite linear;
  -moz-animation: rotation 1s infinite linear;
  -o-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
#content .amend-form-container form,
#content #mc_embed_signup form {
  display: table;
  width: 100%;
  padding: 1rem;
  background-color: #eeeeee;
  /*input[type="submit"] {
  	padding: .25em .5em;
  	font-size: 1.3em;
  }*/
}
@media (max-width: 991px) {
  #content .amend-form-container form,
#content #mc_embed_signup form {
    display: block;
  }
}
#content .amend-form-container form h2,
#content #mc_embed_signup form h2 {
  margin: 0 0 1em 0;
  font-size: 1.5625rem;
  font-weight: bold;
}
#content .amend-form-container form h3,
#content #mc_embed_signup form h3 {
  margin: 0 0 1em 0;
  font-size: 1.25rem;
}
#content .amend-form-container form input[type=text], #content .amend-form-container form input[type=email], #content .amend-form-container form select,
#content #mc_embed_signup form input[type=text],
#content #mc_embed_signup form input[type=email],
#content #mc_embed_signup form select {
  height: 45px;
}
#content .amend-form-container form input[type=text], #content .amend-form-container form input[type=email], #content .amend-form-container form textarea, #content .amend-form-container form select,
#content #mc_embed_signup form input[type=text],
#content #mc_embed_signup form input[type=email],
#content #mc_embed_signup form textarea,
#content #mc_embed_signup form select {
  width: 100%;
  line-height: 1;
  padding: 5px 5px;
  color: #00191A;
  font-size: 0.875rem;
  background-image: none;
  border: 0;
  border-bottom: 2px solid #000000;
  border-radius: 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
#content .amend-form-container form select,
#content #mc_embed_signup form select {
  padding: 10px;
  height: 45px;
  font-size: 0.875rem;
  padding-right: 3em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(90deg, #c7c7c7 1px, #fcfcfc 1px), linear-gradient(56deg, transparent 4px, #4d4d4d 5px), linear-gradient(-56deg, transparent 4px, #4d4d4d 5px);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 2px 100%, 6px 6px, 6px 6px;
  background-position: 30px center, 10px center, 16px center;
  background-position: calc(100% - 30px) center, calc(100% - 16px) center, calc(100% - 10px) center;
  background-position: right 30px center, right 16px center, right 10px center;
  text-indent: 0.01px;
}
#content .amend-form-container form textarea,
#content #mc_embed_signup form textarea {
  min-height: 125px;
}
#content .amend-form-container form input[type=checkbox] + label,
#content .amend-form-container form input[type=radio] + label,
#content #mc_embed_signup form input[type=checkbox] + label,
#content #mc_embed_signup form input[type=radio] + label {
  display: inline;
  position: relative;
  top: 2px;
  left: 0.5em;
}
#content .amend-form-container form .btn, #content .amend-form-container form #search_sidebar_form .filter-btn, #search_sidebar_form #content .amend-form-container form .filter-btn, #content .amend-form-container form #mc_embed_signup .button, #mc_embed_signup #content .amend-form-container form .button, #content .amend-form-container form input[type=submit],
#content #mc_embed_signup form .btn,
#content #mc_embed_signup form #search_sidebar_form .filter-btn,
#search_sidebar_form #content #mc_embed_signup form .filter-btn,
#content #mc_embed_signup form .button,
#content #mc_embed_signup form input[type=submit] {
  position: relative;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  display: inline-block;
  color: #fff;
  background-color: #004647;
  white-space: normal;
}
#content .amend-form-container form .btn:hover, #content .amend-form-container form #search_sidebar_form .filter-btn:hover, #search_sidebar_form #content .amend-form-container form .filter-btn:hover, #content .amend-form-container form #mc_embed_signup .button:hover, #mc_embed_signup #content .amend-form-container form .button:hover, #content .amend-form-container form input[type=submit]:hover,
#content #mc_embed_signup form .btn:hover,
#content #mc_embed_signup form #search_sidebar_form .filter-btn:hover,
#search_sidebar_form #content #mc_embed_signup form .filter-btn:hover,
#content #mc_embed_signup form .button:hover,
#content #mc_embed_signup form input[type=submit]:hover {
  color: #fff;
  background-color: #000000;
  cursor: pointer;
}
#content .amend-form-container form .checkbox input[type=checkbox],
#content #mc_embed_signup form .checkbox input[type=checkbox] {
  margin-left: 0;
}
#content .amend-form-container form .checkbox input[type=checkbox] + label,
#content #mc_embed_signup form .checkbox input[type=checkbox] + label {
  top: -1px;
  left: 0.25em;
}
#content .amend-form-container form .control-group + .control-group, #content .amend-form-container form .control-group + .row, #content .amend-form-container form .row + .control-group, #content .amend-form-container form .row + .row,
#content #mc_embed_signup form .control-group + .control-group,
#content #mc_embed_signup form .control-group + .row,
#content #mc_embed_signup form .row + .control-group,
#content #mc_embed_signup form .row + .row {
  margin-top: 1em;
}

.fc-tbx {
  padding: 9px 14px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.fc-tbx .arrow, .fc-tbx .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.fc-tbx .arrow {
  border-width: 11px;
}
.fc-tbx .arrow:after {
  content: "";
  border-width: 10px;
}
.fc-tbx .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.fc-tbx .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.fc-tbx ul.error-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fc-tbx ul.error-list li p {
  margin: 0;
  font-size: 1.125rem;
  color: #464646;
}

.polls input[type=text] {
  width: 100%;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 10px;
}
.polls select {
  padding: 10px;
  height: 60px;
  font-size: 1.125rem;
  width: 100%;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
}
.polls label {
  /*font-size: 0.875rem;*/
  font-weight: 500;
}
.polls .control-group {
  padding: 10px 0px;
}
.polls input[type=radio] {
  margin-right: 10px;
}
.polls input.btn, .polls #search_sidebar_form input.filter-btn, #search_sidebar_form .polls input.filter-btn, .polls #mc_embed_signup input.button, #mc_embed_signup .polls input.button {
  float: right;
  font-size: 1.875rem;
}

.hide-on-submit {
  display: none !important;
}

.hidden_set {
  margin-bottom: 50px;
  margin-top: -50px;
}
.hidden_set .control-group {
  padding-top: 20px;
}

.data-containers {
  float: right;
  width: 300px;
  text-align: center;
  border: 1px solid #d9d9d9;
  margin-bottom: 20px;
  margin-left: 20px;
}

.social-container {
  width: 100%;
  float: right;
  margin: 0;
  text-align: center;
}
.social-container ul li {
  margin: 0px 8px;
}
.social-container ul li:last-child {
  margin-right: 0px;
}

#signatures-container {
  width: 100%;
  float: right;
  margin-bottom: 0px;
}
#signatures-container #num-signatures-container {
  display: block;
  float: left;
  padding: 6px 20px;
  font-size: 1.4375rem;
  background-color: #d9d9d9;
  text-align: center;
  width: 100%;
}
#signatures-container #num-signatures-container strong {
  font-weight: normal;
}
#signatures-container #num-signatures-label {
  display: block;
  float: left;
  padding: 15px 10px;
  font-size: 1.125rem;
}

#search_sidebar_form > fieldset {
  display: flex;
}
#search_sidebar_form > fieldset input ~ input,
#search_sidebar_form > fieldset select ~ select {
  margin-left: 1rem;
}
#search_sidebar_form > fieldset #restrict_month {
  flex-basis: 50%;
}
#search_sidebar_form > fieldset #restrict_year {
  flex-basis: 50%;
}
#search_sidebar_form > fieldset #issue-list {
  flex-basis: 50%;
}
#search_sidebar_form > fieldset #session_select {
  flex-basis: 100%;
}
#search_sidebar_form .filter-btn {
  margin-left: 1rem;
  padding: 0 1rem !important;
  display: block;
  align-self: stretch;
}
#search_sidebar_form input[type=text], #search_sidebar_form input[type=email], #search_sidebar_form select {
  height: 32px !important;
  padding: 0 !important;
  padding-left: 2px !important;
}
#search_sidebar_form input[type=text], #search_sidebar_form input[type=email], #search_sidebar_form textarea, #search_sidebar_form select {
  width: 100%;
  line-height: 1;
  color: #00191A;
  font-size: 0.875rem;
  background-image: none;
  border: 0;
  border-bottom: 2px solid #000000;
  border-radius: 0 !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
#search_sidebar_form select {
  height: 45px;
  font-size: 0.875rem;
  padding-right: 3em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(56deg, transparent 4px, #4d4d4d 5px), linear-gradient(-56deg, transparent 4px, #4d4d4d 5px);
  background-repeat: no-repeat, no-repeat;
  background-size: 6px 6px, 6px 6px;
  background-position: 10px center, 16px center;
  background-position: calc(100% - 16px) center, calc(100% - 10px) center;
  background-position: right 16px center, right 10px center;
  text-indent: 0.01px;
}

#calendar__container {
  overflow-x: hidden;
  margin-right: -2px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}
#calendar__container #calendar {
  width: 100%;
  margin: 0 auto;
  overflow-y: hidden;
}
#calendar__container #calendar .header {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#calendar__container #calendar .header .title {
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  color: #00191A;
  font-size: 0.875rem;
}
#calendar__container #calendar .header .arrow {
  color: #004647;
  font-size: 25px;
  cursor: pointer;
}
#calendar__container #calendar .week-days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #00191A;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.625rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#calendar__container #calendar .month {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 225px;
  color: #004647;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 0.875rem;
  position: relative;
}
#calendar__container #calendar .month.new {
  -webkit-animation: fadeIn 1s ease-out;
  animation: fadeIn 1s ease-out;
  opacity: 1;
}
#calendar__container #calendar .month.in.next {
  -webkit-animation: moveFromRightFadeMonth 0.3s ease-out;
  animation: moveFromRightFadeMonth 0.3s ease-out;
  opacity: 1;
}
#calendar__container #calendar .month.in.prev {
  -webkit-animation: moveFromLeftFadeMonth 0.3s ease-out;
  animation: moveFromLeftFadeMonth 0.3s ease-out;
  opacity: 1;
}
#calendar__container #calendar .month.out.next {
  -webkit-animation: moveToLeftFadeMonth 0.3s ease-in;
  animation: moveToLeftFadeMonth 0.3s ease-in;
  opacity: 1;
}
#calendar__container #calendar .month.out.prev {
  -webkit-animation: moveToRightFadeMonth 0.3s ease-in;
  animation: moveToRightFadeMonth 0.3s ease-in;
  opacity: 1;
}
#calendar__container #calendar .week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#calendar__container #calendar .day {
  width: 14.2857142857%;
  text-align: center;
  margin: 15px 0;
}
#calendar__container #calendar .day.today .day-number {
  color: #fff;
  background-color: #84ae95;
  border-radius: 100%;
  width: 2em;
  height: 2em;
  line-height: 2em;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -3px;
  margin-bottom: -3px;
}
#calendar__container #calendar .day.has-events.today .day-number {
  color: #fff;
  background-color: #84ae95;
  border-radius: 100%;
  width: 2em;
  height: 2em;
  line-height: 2em;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -3px;
  margin-bottom: -3px;
}
#calendar__container #calendar .day.has-events {
  color: #00191A;
  cursor: pointer;
}
#calendar__container #calendar .day.has-events .day-number {
  border-bottom: 2px solid #00191A;
  line-height: 1;
  margin: 0 auto;
  margin-top: 0.3em;
  width: fit-content;
}
#calendar__container #calendar .details {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 40px;
  width: 100%;
}
#calendar__container #calendar .details .close-details {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}
#calendar__container #calendar .details .event .date {
  text-transform: uppercase;
  font-size: 0.625rem;
}
#calendar__container #calendar .details .event .title {
  text-transform: uppercase;
  color: #fff;
  font-size: 0.875rem;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  text-decoration: none;
}
#calendar__container #calendar .details .event .title:hover {
  text-decoration: underline;
}
#calendar__container #calendar .details .event .time {
  margin-top: 3px;
}
#calendar__container #calendar .details .event .time,
#calendar__container #calendar .details .event .location {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 0.625rem;
  margin-bottom: 0;
}

@keyframes slideOutLeft {
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@-webkit-keyframes slideOutLeft {
  to {
    -webkit-transform: translateX(-200%);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translateX(200%);
  }
  to {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes moveFromTopFade {
  from {
    opacity: 0.3;
    height: 0px;
    margin-top: 0px;
    -webkit-transform: translateY(-100%);
  }
}
@keyframes moveFromTopFade {
  from {
    height: 0px;
    margin-top: 0px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes moveToTopFade {
  to {
    opacity: 0.3;
    height: 0px;
    margin-top: 0px;
    opacity: 0.3;
    -webkit-transform: translateY(-100%);
  }
}
@keyframes moveToTopFade {
  to {
    height: 0px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes moveToTopFadeMonth {
  to {
    opacity: 0;
    -webkit-transform: translateY(-30%) scale(0.95);
  }
}
@keyframes moveToTopFadeMonth {
  to {
    opacity: 0;
    -moz-transform: translateY(-30%);
  }
}
@-webkit-keyframes moveFromTopFadeMonth {
  from {
    opacity: 0;
    -webkit-transform: translateY(30%) scale(0.95);
  }
}
@keyframes moveFromTopFadeMonth {
  from {
    opacity: 0;
    -moz-transform: translateY(30%);
  }
}
@-webkit-keyframes moveToBottomFadeMonth {
  to {
    opacity: 0;
    -webkit-transform: translateY(30%) scale(0.95);
  }
}
@keyframes moveToBottomFadeMonth {
  to {
    opacity: 0;
    -webkit-transform: translateY(30%);
  }
}
@-webkit-keyframes moveToLeftFadeMonth {
  to {
    opacity: 0;
    -webkit-transform: translateX(-200%) scale(0.95);
  }
}
@keyframes moveToLeftFadeMonth {
  to {
    opacity: 0;
    -webkit-transform: translateX(-200%);
  }
}
@-webkit-keyframes moveToRightFadeMonth {
  to {
    opacity: 0;
    -webkit-transform: translateX(200%) scale(0.95);
  }
}
@keyframes moveToRightFadeMonth {
  to {
    opacity: 0;
    -webkit-transform: translateX(200%);
  }
}
@-webkit-keyframes moveFromBottomFadeMonth {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30%) scale(0.95);
  }
}
@keyframes moveFromBottomFadeMonth {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30%);
  }
}
@-webkit-keyframes moveFromLeftFadeMonth {
  from {
    opacity: 0;
    -webkit-transform: translateX(-200%) scale(0.95);
  }
}
@keyframes moveFromLeftFadeMonth {
  from {
    opacity: 0;
    -webkit-transform: translateX(-200%) scale(0.95);
    transform: translateX(-200%) scale(0.95);
  }
}
@-webkit-keyframes moveFromRightFadeMonth {
  from {
    opacity: 0;
    -webkit-transform: translateX(200%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@keyframes moveFromRightFadeMonth {
  from {
    opacity: 0;
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutShink {
  to {
    opacity: 0;
    padding: 0px;
    height: 0px;
  }
}
@keyframes fadeOutShink {
  to {
    opacity: 0;
    padding: 0px;
    height: 0px;
  }
}
#default #calendar .fc-state-default {
  background-color: transparent;
  background-image: none;
  background-repeat: repeat-x;
  border-color: #00191A;
  color: #fff;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  padding: 0.2em 3em;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
  transition: border-radius, background-color, 0.2s ease-in-out;
  transition-duration: 600ms, 0.2s;
  background-color: #004647;
  text-decoration: none !important;
  border: 0;
  padding-left: 1em;
  padding-right: 1em;
}
#default #calendar .fc-state-default:hover {
  color: #fff;
  text-decoration: none;
  border-radius: 2em;
  background-color: #00191A;
  transition-duration: 300ms, 0.2s;
}

#calendar .fc-toolbar {
  text-align: center;
  padding: 0.5rem;
  margin-bottom: 0;
  background-color: #004647;
  display: flex;
}
#calendar .fc-toolbar .fc-left,
#calendar .fc-toolbar .fc-right {
  flex-basis: 33%;
}
#calendar .fc-toolbar .fc-left {
  display: flex;
  justify-content: flex-start;
  order: 1;
}
#calendar .fc-toolbar .fc-center {
  order: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
#calendar .fc-toolbar .fc-right {
  display: flex;
  justify-content: flex-end;
  order: 3;
}
#calendar .fc-toolbar .fc-button ~ .fc-button {
  margin-left: 0.25em;
}
#calendar .fc-toolbar h2 {
  line-height: 1;
  color: white;
  font-size: 30px;
  padding-top: 0;
}
#calendar.fc-unthemed .fc-divider,
#calendar.fc-unthemed .fc-popover,
#calendar.fc-unthemed .fc-row,
#calendar.fc-unthemed tbody,
#calendar.fc-unthemed td,
#calendar.fc-unthemed th,
#calendar.fc-unthemed thead {
  border: none;
}
#calendar.fc-unthemed .fc-view-container {
  border: 1px solid #967d4a;
  border-top: none;
}
#calendar.fc-unthemed .fc-widget-header {
  background-color: #f5f1ea;
  color: #00191A;
  text-transform: uppercase;
}
#calendar.fc-unthemed .fc-content-skeleton {
  border-top: 1px solid #967d4a;
}
#calendar.fc-unthemed .fc-day-header {
  padding: 6px;
}
#calendar.fc-unthemed .fc-day {
  border-right: 1px solid #967d4a;
}
#calendar.fc-unthemed .fc-day:last-child {
  border-right: none;
}
#calendar.fc-unthemed .fc-day-number {
  color: #00191A;
  padding: 12px;
}
#calendar.fc-unthemed .fc-day-number.fc-other-month {
  color: #555555;
}
#calendar.fc-unthemed .fc-today {
  background: #f5f1ea;
}
#calendar.fc-unthemed .fc-today.fc-day-number {
  background: transparent;
}
#calendar.fc-unthemed .fc-day-grid-event {
  background-color: #004647;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  padding: 0.5rem;
  transition: 200ms background-color, color ease-in-out;
}
#calendar.fc-unthemed .fc-day-grid-event:hover, #calendar.fc-unthemed .fc-day-grid-event:focus {
  background-color: #84ae95;
  color: #00191A;
}
#calendar.fc-unthemed .fc-day-grid-event .fc-title {
  display: block;
  font-size: 0.8em;
}
#calendar.fc-unthemed .fc-day-grid-event .fc-content {
  white-space: unset;
}

.calendar__jump {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 1rem;
  color: #004647;
}
.calendar__jump > label {
  margin: 0;
}
.calendar__jump > label:after {
  content: ": ";
}
.calendar__jump > .date {
  background-color: #f5f1ea;
  border: none;
  box-shadow: inset 0 -2px 0 #967d4a;
  transition: 300ms box-shadow;
  padding: 0.25em;
  width: 7em;
  text-align: center;
}
.calendar__jump > .date:focus {
  box-shadow: inset 0 -1px 0 #967d4a, inset 0 0 0 1px #967d4a;
  outline: none;
}

.footer-space {
  height: 0;
  display: none;
}

.header-space {
  height: 0;
  display: none;
}

@media print {
  .alert {
    display: none;
  }
  #header {
    display: none;
  }
  #js-debt {
    display: none;
  }
  footer {
    display: none;
  }
  #breadcrumb {
    display: none;
  }
  #pagetools {
    display: none;
  }
  .prevpress {
    display: none;
  }
  #content {
    padding-top: 0 !important;
  }
  #main_column {
    padding-top: 0 !important;
  }
  .press__toparea .list-inline-item {
    display: none;
  }
  .relatedpdf {
    display: none;
  }
  .printarea__top {
    display: table;
    vertical-align: top;
    min-height: 150px;
  }
  .printarea__body {
    display: table-row;
    vertical-align: middle;
    break-before: avoid;
  }
  .printarea__table {
    display: table;
  }
  .printarea__bottom {
    display: table-footer-group;
    vertical-align: middle;
    break-inside: avoid;
    border-color: inherit;
  }
  .printarea__tr {
    page-break-inside: avoid;
    display: table-row;
  }
  .printarea__td {
    display: table-cell;
    vertical-align: inherit;
  }
  .printarea__footer {
    height: 150px;
    display: block;
    padding-top: 1rem;
  }
  .printarea__header {
    height: 200px;
    display: block;
    top: 1rem;
    position: absolute;
  }
  .printitem {
    display: table;
  }
  .print-header {
    display: block !important;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0.5rem;
  }
  .print-header img {
    width: 100%;
    display: block !important;
    top: 1rem;
    position: absolute;
  }
  .print-footer {
    width: 100%;
    display: block;
    float: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 100px;
    margin: 0 auto;
  }
  .print-footer img {
    display: block !important;
    width: 100%;
    bottom: 1rem;
    position: absolute;
  }
}
.DebtClock {
  background-color: #967d4a;
  font-size: 1rem;
  z-index: 20;
  height: 48px;
}
@media (max-width: 500px) {
  .DebtClock {
    height: 76px;
  }
}
.DebtClock__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  letter-spacing: 0.15em;
}
.DebtClock .numeral {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  display: inline-block;
  width: 12px;
  margin-right: 2px;
  background-color: white;
  text-align: center;
}
@media (min-width: 768px) {
  .DebtClock .numeral {
    width: 1.25em;
    line-height: 2;
  }
}
.DebtClock .currency,
.DebtClock .comma {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  display: inline-block;
  margin-right: 2px;
  color: white;
}
.DebtClock .currency {
  margin-right: 6px;
}

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