@import url("https://fonts.googleapis.com/css?family=Merriweather|Source+Sans+Pro:400,700");
.sm-simple {
  border: 0px solid #bbbbbb;
  background: #fff;
  box-shadow: none;
}

.sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
  padding: 16px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 63px;
  color: #555555;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

.sm-simple a.current {
  background: #555555;
  color: #fff;
}

.sm-simple a.disabled {
  color: #cccccc;
}

.sm-simple a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: auto;
  right: 4px;
  width: 39px;
  height: 39px;
  overflow: hidden;
  font: bold 14px/39px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.08);
}

.sm-simple a .sub-arrow::before {
  content: '+';
}

.sm-simple a.highlighted .sub-arrow::before {
  content: '-';
}

.sm-simple li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.sm-simple > li:first-child {
  border-top: 0;
}

.sm-simple ul {
  background: rgba(179, 179, 179, 0.1);
}

.sm-simple ul a, .sm-simple ul a:hover, .sm-simple ul a:focus, .sm-simple ul a:active {
  font-size: 14px;
  border-left: 8px solid transparent;
}

.sm-simple ul ul a,
.sm-simple ul ul a:hover,
.sm-simple ul ul a:focus,
.sm-simple ul ul a:active {
  border-left: 16px solid transparent;
}

.sm-simple ul ul ul a,
.sm-simple ul ul ul a:hover,
.sm-simple ul ul ul a:focus,
.sm-simple ul ul ul a:active {
  border-left: 24px solid transparent;
}

.sm-simple ul ul ul ul a,
.sm-simple ul ul ul ul a:hover,
.sm-simple ul ul ul ul a:focus,
.sm-simple ul ul ul ul a:active {
  border-left: 32px solid transparent;
}

.sm-simple ul ul ul ul ul a,
.sm-simple ul ul ul ul ul a:hover,
.sm-simple ul ul ul ul ul a:focus,
.sm-simple ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 768px) {
  /* Switch to desktop layout
	-----------------------------------------------
	   These transform the menu tree from
	   collapsible to desktop (navbar + dropdowns)
	-----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-simple ul {
    position: absolute;
    width: 12em;
  }
  .sm-simple li {
    float: left;
  }
  .sm-simple.sm-rtl li {
    float: right;
  }
  .sm-simple ul li, .sm-simple.sm-rtl ul li, .sm-simple.sm-vertical li {
    float: none;
  }
  .sm-simple a {
    white-space: nowrap;
  }
  .sm-simple ul a, .sm-simple.sm-vertical a {
    white-space: normal;
  }
  .sm-simple .sm-nowrap > li > a, .sm-simple .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }
  /* ...end */
  .sm-simple {
    background: #fff;
  }
  .sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
    padding: 16px 20px;
    color: #fff;
  }
  .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
    background: #fff;
  }
  .sm-simple a.current {
    background: #555555;
    color: #fff;
  }
  .sm-simple a.disabled {
    background: #fff;
    color: #cccccc;
  }
  .sm-simple a.has-submenu {
    padding-right: 32px;
  }
  .sm-simple a .sub-arrow {
    top: 50%;
    margin-top: -8px;
    right: 20px;
    width: 8px;
    height: 16px;
    font: 14px/16px monospace !important;
    background: transparent;
  }
  .sm-simple a.highlighted .sub-arrow::before {
    content: '+';
  }
  .sm-simple > li {
    border-top: 0;
    border-left: 0px solid #eeeeee;
  }
  .sm-simple > li:first-child {
    border-left: 0;
  }
  .sm-simple ul {
    border: 0px solid #bbbbbb;
    background: #fff;
    box-shadow: none;
  }
  .sm-simple ul a {
    border: 0 !important;
  }
  .sm-simple ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-simple ul a .sub-arrow {
    left: 8px;
    right: auto;
  }
  .sm-simple ul > li {
    border-left: 0;
    border-top: 0px solid #eeeeee;
  }
  .sm-simple ul > li:first-child {
    border-top: 0;
  }
  .sm-simple .scroll-up,
  .sm-simple .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  .sm-simple .scroll-up-arrow,
  .sm-simple .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
  }
  .sm-simple .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #fff transparent transparent transparent;
  }
  .sm-simple.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 32px;
  }
  .sm-simple.sm-rtl a .sub-arrow {
    left: 20px;
    right: auto;
  }
  .sm-simple.sm-rtl.sm-vertical a.has-submenu {
    padding: 16px 20px;
  }
  .sm-simple.sm-rtl.sm-vertical a .sub-arrow {
    left: auto;
    right: 8px;
  }
  .sm-simple.sm-rtl > li:first-child {
    border-left: 0px solid #eeeeee;
  }
  .sm-simple.sm-rtl > li:last-child {
    border-left: 0;
  }
  .sm-simple.sm-rtl ul a.has-submenu {
    padding: 16px 20px;
  }
  .sm-simple.sm-rtl ul a .sub-arrow {
    left: auto;
    right: 8px;
  }
  .sm-simple.sm-vertical a .sub-arrow {
    left: 8px;
    right: auto;
  }
  .sm-simple.sm-vertical li {
    border-left: 0;
    border-top: 0px solid #eeeeee;
  }
  .sm-simple.sm-vertical > li:first-child {
    border-top: 0;
  }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}

ul {
  margin-top: 0;
}

.cke_editable ul, .cke_editable ol,
.text-formatted ul,
.text-formatted ol {
  padding-left: 20px;
  line-height: 2em;
}

.cke_editable li,
.text-formatted li {
  padding-left: 15px;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0 0 20px 0;
}

figcaption {
  margin: 1em 0;
  font-size: 14px;
  font-style: italic;
  color: #9b9b9b;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #bbb;
  margin: 40px 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin-top: 0;
  color: #4d4d4d;
  margin-bottom: 22px;
}

h1, h2 {
  font-size: 39px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2em;
}

h2 {
  font-size: 37px;
}

h3 {
  font-size: 30px;
  font-weight: normal;
}

h4 {
  font-size: 21px;
  font-weight: normal;
}

h5 {
  font-size: 18px;
}

div {
  color: #4d4d4d;
}

a {
  transition: color 0.3s, background 0.3s;
}

a:hover {
  color: #b05c00;
}

.text-formatted a {
  color: #e37700;
}

.text-formatted a:hover {
  color: #b05c00;
}

p {
  color: #4d4d4d;
  font-size: 17px;
  margin-top: 0;
  font-family: "Merriweather", Georgia, Times, serif;
  line-height: 2em;
}

table {
  margin-top: 20px;
  border-bottom: 4px solid #e8e8e8;
  margin-bottom: 40px;
  width: 100%;
}

th {
  border-top: 4px solid #e8e8e8;
  border-bottom: 4px solid #e8e8e8;
}

td, th {
  padding: 20px;
}

td:nth-child(2n), th:nth-child(2n) {
  background: #fafafa;
}

tbody p {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
  margin-bottom: 0;
}

tbody tr {
  border-bottom: 4px dotted #f5f5f5;
  vertical-align: top;
}

tbody tr:last-child {
  border-bottom: 0;
}

@media (min-width: 48em) {
  h1 {
    font-size: 62px;
    line-height: 1em;
  }
  h2 {
    font-size: 48px;
  }
  h3 {
    font-size: 37px;
  }
  h4 {
    font-size: 25px;
  }
  h5 {
    font-size: 22px;
  }
}

#top-of-page {
  color: #ffe7cd !important;
}

#edit-submit {
  background-color: transparent !important;
}

.col-sm-one-narrow {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}

.col-sm-2,
.col-sm-3,
.col-sm-4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}

.col-sm-2 > *,
.col-sm-3 > *,
.col-sm-4 > * {
  width: 100%;
}

@media (min-width: 48em) {
  .col-sm-2,
  .col-sm-3,
  .col-sm-4 {
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 48em) {
  .col-sm-2 > * {
    width: 50%;
  }
}

@media (min-width: 48em) {
  .col-sm-3 > * {
    width: 50%;
  }
}

@media (min-width: 58.75em) {
  .col-sm-3 > * {
    width: 33%;
  }
}

@media (min-width: 48em) {
  .col-sm-4 > * {
    width: 50%;
  }
}

@media (min-width: 58.75em) {
  .col-sm-4 > * {
    width: 25%;
  }
}

.node--page .layout-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100vh;
}

.page-bottom {
  margin-top: auto;
}

.sidebar__section {
  margin-bottom: 40px;
}

select::-ms-expand {
  display: none;
}

.ck.ck-toolbar.ck-toolbar_grouping > .ck-toolbar__items {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

#block-webform {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 48em) {
  #block-webform {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.webform-submission-contact-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.webform-submission-contact-form .before-text,
.webform-submission-contact-form .after-text {
  margin-bottom: 20px;
}

.webform-submission-contact-form .before-text a,
.webform-submission-contact-form .after-text a {
  color: #e37700;
}

.webform-submission-contact-form .before-text a:hover,
.webform-submission-contact-form .after-text a:hover {
  color: #b05c00;
}

.webform-submission-contact-form .before-text .col-sm-2 > div,
.webform-submission-contact-form .after-text .col-sm-2 > div {
  line-height: 1.5em;
  margin-bottom: 20px;
}

.webform-submission-contact-form .after-text {
  font-style: italic;
  font-size: 14px;
}

.webform-submission-contact-form .form-item {
  width: 100%;
}

.webform-submission-contact-form label.form-required {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.webform-submission-contact-form label.form-required::after {
  content: '(required)';
  display: inline;
  margin-left: 5px;
  font-size: .75em;
  color: #bbb;
}

@media (min-width: 48em) {
  .webform-submission-contact-form .form-item:nth-child(2),
  .webform-submission-contact-form .form-item:nth-child(3),
  .webform-submission-contact-form .form-item:nth-child(4),
  .webform-submission-contact-form .form-item:nth-child(5),
  .webform-submission-contact-form .form-item:nth-child(6) {
    width: calc(50% - 20px);
  }
  .webform-submission-contact-form .before-text .col-sm-2 > div {
    padding-right: 20px;
  }
  .webform-submission-contact-form .before-text .col-sm-2 > div:last-child {
    padding-right: 0;
    padding-left: 20px;
  }
}

form label {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

form input[type='text'],
form input[type='email'],
form input[type='tel'],
form textarea,
form select {
  font-size: 17px;
  height: 40px;
  width: 100%;
  border: 1px solid #bbb;
  margin-bottom: 20px;
  padding: 5px 10px;
}

form .select-wrapper::after {
  content: '';
  position: relative;
  top: -1px;
  left: 5px;
  border-right: 2px solid #e37700;
  border-bottom: 2px solid #e37700;
  transform: rotate(-45deg);
  width: 5px;
  height: 5px;
  display: inline-block;
  margin-right: -10px;
}

form .select-wrapper:after {
  left: -22px;
  transform: rotate(45deg);
}

form select {
  background: white;
  border-radius: 0;
  -webkit-appearance: none;
          appearance: none;
}

form textarea {
  height: 300px;
  padding: 10px;
}

form.user-pass,
form.user-register-form,
form.user-login-form {
  padding: 20px;
}

form.user-pass input,
form.user-register-form input,
form.user-login-form input {
  margin-bottom: 5px;
}

form.user-pass .description,
form.user-register-form .description,
form.user-login-form .description {
  margin-bottom: 20px;
}

form.user-pass #edit-submit,
form.user-register-form #edit-submit,
form.user-login-form #edit-submit {
  background: #b85000 !important;
}

form.user-pass,
form.user-login-form {
  max-width: 440px;
  margin: 10vh auto;
}

form.user-pass input,
form.user-login-form input {
  font-size: 17px;
  height: 40px;
  max-width: 100%;
  border: 1px solid #bbb;
  padding: 5px 10px;
}

form.user-pass .form-submit,
form.user-login-form .form-submit {
  text-align: center;
}

form.user-pass p,
form.user-login-form p {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  line-height: normal;
}

.field--name-field-wysiwyg .align-left {
  margin-right: 20px;
  margin-bottom: 20px;
}

.page-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}

.region-preheader {
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  background: #f5f5f5;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}

.region-header .site-logo img {
  height: 40px;
  margin: 30px 5px 10px 0;
  background: transparent;
}

.search-block-form {
  width: 100%;
  padding: 5px;
}

.search-block-form form {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: 5px;
}

.search-block-form .form-item-keys {
  margin: 0;
  width: calc(100% - 40px);
}

.search-block-form .form-item-keys input {
  width: 100%;
  font-size: 16px;
  padding: 2px 7px;
  box-sizing: border-box;
  height: 40px;
  border: 1px solid #c2c2c2;
  border-right: 0;
}

.search-block-form .form-actions {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 40px;
  height: 40px;
  background: #e37700;
}

.search-block-form .icon-search,
.search-block-form .form-submit {
  position: absolute;
}

.search-block-form .icon-search {
  transform: scaleX(-1);
  height: 70%;
  width: 70%;
}

.search-block-form .form-submit {
  height: 100%;
  width: 100%;
  margin: 0;
  background: transparent;
  border: none;
}

.search-block-form form > div.form--inline {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.search-block-form form > div.form--inline input {
  font-size: 16px;
  padding: 2px 7px;
  height: 29px;
  margin-bottom: 0px;
  border-right: 0;
}

.search-block-form form > div.form--inline .form-actions {
  width: 50px;
}

.block--branding {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 47.99em) {
  .block--branding {
    max-width: 750px;
    padding: 0 20px;
    margin: 0 auto;
  }
}

@media (max-width: 47.99em) and (min-width: 48em) {
  .block--branding {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

@media (min-width: 48em) {
  .page-top {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .region-preheader {
    z-index: 2;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .region-header {
    max-width: 750px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 48em) and (min-width: 48em) {
  .region-header {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

@media (min-width: 48em) {
  .region-header .site-logo img {
    margin: 30px 5px 3px 0;
    height: 5vw;
  }
  .search-block-form {
    width: 225px;
    padding-left: 0;
  }
  .search-block-form .form-item-keys {
    width: 100%;
  }
  .search-block-form .form-item-keys input {
    height: 29px;
  }
  .search-block-form .form-actions {
    height: 29px;
    width: 29px;
  }
}

@media (min-width: 65.625em) {
  .region-header .site-logo img {
    height: 60px;
  }
}

#block-sfplanning-local-tasks .tabs {
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 20px;
}

#block-sfplanning-local-tasks .tabs li {
  padding: 5px 10px;
  margin: 0 1px;
  list-style: none;
}

#block-sfplanning-local-tasks .tabs li.is-active, #block-sfplanning-local-tasks .tabs li:hover {
  background: aqua;
}

#block-sfplanning-local-tasks .tabs a {
  text-decoration: none;
  color: #333;
}

.menu {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}

.menu a {
  text-decoration: none;
  transition: none;
}

.menu a:hover {
  font-size: 18px;
}

.menu.sm-simple .sub-arrow {
  background: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
  transition: transform .2s;
}

.menu.sm-simple .sub-arrow .icon {
  width: 15px;
  height: 15px;
  fill: #e37700;
}

.menu.sm-simple .highlighted .sub-arrow {
  transform: rotate(180deg);
}

.menu.sm-simple a {
  color: #4d4d4d;
  font-size: 18px;
}

.menu.sm-simple a:hover {
  font-size: 18px;
}

.menu.sm-simple a .sub-arrow:before {
  content: '';
}

.menu.sm-simple > li > a {
  text-transform: uppercase;
  font-weight: normal;
}

.menu .scroll-down-arrow {
  border-color: #4d4d4d transparent transparent transparent;
}

.menu .scroll-up-arrow {
  border-color: transparent transparent #4d4d4d transparent;
}

.menu--utility-navigation {
  width: 100%;
  transition: height 0.3s;
  overflow: hidden;
}

.menu--utility-navigation .menu {
  margin-left: 0;
}

.menu--utility-navigation .sm-simple > li {
  border-top: 1px solid gainsboro;
}

.menu--utility-navigation .sm-simple > li > a {
  text-transform: uppercase;
  font-size: 18px;
  background: #f5f5f5;
}

.menu--utility-navigation .sm-simple > li > a:hover {
  font-size: 18px;
}

.menu--utility-navigation .icon-pim,
.menu--utility-navigation .icon-globe {
  display: none;
}

.menu--main {
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -ms-flex-align: end;
      align-items: flex-end;
  transition: height 0.3s;
  overflow: hidden;
}

.menu--main .menu {
  margin-left: 0;
  width: 100%;
}

.mobile-menu__toggle-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  margin-left: auto;
  margin-top: 5px;
  cursor: pointer;
}

.mobile-menu__toggle-wrapper .text {
  font-size: 14px;
}

.mobile-menu__toggle-wrapper .mobile-menu__toggle {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  transition: background 0.3s;
  width: 35px;
  height: 35px;
  border-radius: 100%;
}

.mobile-menu__toggle-wrapper .mobile-menu__toggle-bar {
  background: #e37700;
  transition: all 0.3s linear;
  display: block;
  width: 100%;
  height: 3px;
  margin-bottom: 6px;
  position: absolute;
}

.mobile-menu__toggle-wrapper .mobile-menu__toggle-bar:nth-child(1) {
  margin-top: -8px;
}

.mobile-menu__toggle-wrapper .mobile-menu__toggle-bar:nth-child(3) {
  margin-top: 8px;
}

.mobile-menu--open .mobile-menu__toggle {
  background: #e37700;
}

.mobile-menu--open .mobile-menu__toggle-bar:nth-child(1) {
  transform: rotate(45deg);
  margin-top: 0;
  background: white;
  width: 70%;
}

.mobile-menu--open .mobile-menu__toggle-bar:nth-child(2) {
  opacity: 0;
}

.mobile-menu--open .mobile-menu__toggle-bar:nth-child(3) {
  transform: rotate(-45deg);
  margin-top: 0;
  background: white;
  width: 70%;
}

@media (max-width: 47.99em) {
  .mobile-menu--closed .menu--main,
  .mobile-menu--closed .menu--utility-navigation {
    display: none;
    visibility: hidden;
  }
}

@media (min-width: 48em) {
  .menu.sm-simple a, .menu.sm-simple a:hover {
    font-size: 17px;
  }
  .menu.sm-simple .sub-arrow {
    margin-top: -10px;
    width: 10px;
  }
  .menu.sm-simple .highlighted .sub-arrow {
    transform: none;
  }
  .menu.sm-simple > li > ul {
    border: 1px solid #bbb;
  }
  .menu.sm-simple > li > ul a:hover {
    color: white;
    background: #e37700;
  }
  .menu.sm-simple > li > a:hover,
  .menu.sm-simple > li > a.is-active {
    color: #e37700;
    border-bottom-color: #e37700;
  }
  .menu--utility-navigation {
    width: auto;
    transition: height 0.3s;
    overflow: visible;
  }
  .menu--utility-navigation .sm-simple > .menu-item:first-child a {
    font-family: "Merriweather", Georgia, Times, serif;
    font-weight: bold;
    font-size: 1.5vw;
    text-transform: none;
  }
  .menu--utility-navigation .sm-simple > .menu-item::before {
    content: '';
    position: absolute;
    height: .7em;
    top: calc(50% - .35em);
    right: 0;
    z-index: 1000;
    border-right: 1px solid #e37700;
  }
  .menu--utility-navigation .sm-simple > .menu-item:last-child:before {
    border-right: none;
  }
  .menu--utility-navigation .sm-simple {
    background: #f5f5f5;
  }
  .menu--utility-navigation .sm-simple .sub-arrow {
    width: 9px;
    margin-top: -8px;
    right: 17px;
  }
  .menu--utility-navigation .sm-simple > li {
    border-top: none;
  }
  .menu--utility-navigation .sm-simple > li > a {
    font-size: 15px;
    font-weight: normal;
  }
  .menu--utility-navigation .sm-simple > li > a:hover {
    font-size: 15px;
  }
  .menu--utility-navigation .icon-pim {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    z-index: 1;
    top: calc(50% - 6px);
    left: 3px;
  }
  .menu--utility-navigation .icon-globe {
    height: 17px;
    width: 14px;
    position: relative;
    stroke: #4d4d4d;
    display: block;
  }
  .menu--utility-navigation .menu-item--language a {
    padding-right: 20px;
  }
  .menu--utility-navigation .menu-item--language a:hover .icon-globe {
    stroke: #e37700;
  }
  .menu--utility-navigation .menu-item--language .sub-arrow {
    display: none;
  }
  .menu--utility-navigation .menu-item--language .title-wrapper {
    display: none;
  }
  .menu--main {
    overflow: visible;
  }
  .menu--main .sm-simple > li > ul,
  .menu--main .sm-simple > li .scroll-up,
  .menu--main .sm-simple > li .scroll-down {
    left: 20px !important;
  }
  .menu--main .sm-simple > li > a {
    padding: 11px 0 17px;
    margin: 0 20px;
    position: relative;
    bottom: -3px;
    border-bottom: 3px solid transparent;
    text-transform: uppercase;
    font-size: 14px;
  }
  .menu--main .sm-simple > li > a.has-submenu {
    padding-right: 0;
    margin-right: 32px;
  }
  .menu--main .sm-simple > li:last-child > a {
    margin-right: 0;
  }
  .menu--main .sm-simple .sub-arrow {
    right: -16px;
    margin-top: -11px;
    width: 11px;
  }
  .mobile-menu__toggle-wrapper {
    display: none;
  }
}

@media (min-width: 50.9375em) {
  .menu--main .sm-simple > li > a {
    font-size: 2vw;
  }
  .menu--main .sm-simple > li > a:hover {
    font-size: 2vw;
  }
  .menu--utility-navigation .sm-simple > .menu-item:first-child a {
    font-size: 14px;
  }
}

@media (min-width: 65.625em) {
  .menu--main .sm-simple > li > a {
    font-size: 22px;
  }
  .menu--main .sm-simple > li > a:hover {
    font-size: 22px;
  }
}

nav.pager .pager__items {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 40px 0;
}

nav.pager .pager__item a {
  height: 40px;
  width: 40px;
  border: 1px solid #ddd;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 16px;
  margin-left: -1px;
}

nav.pager .pager__item a:hover {
  background: #e37700;
  color: white;
}

nav.pager .pager__item.is-active a {
  background: #e37700;
  color: white;
}

nav.pager .pager__item--next a span[aria-hidden='true'],
nav.pager .pager__item--previous a span[aria-hidden='true'] {
  display: none;
}

nav.pager .pager__item--next a::after,
nav.pager .pager__item--previous a::after {
  content: '';
  position: relative;
  top: -1px;
  left: 5px;
  border-right: 2px solid #e37700;
  border-bottom: 2px solid #e37700;
  transform: rotate(-45deg);
  width: 5px;
  height: 5px;
  display: inline-block;
  margin-right: -10px;
}

nav.pager .pager__item--next a:after,
nav.pager .pager__item--previous a:after {
  top: 0;
  left: 0;
  margin-right: 0;
  border-color: #4d4d4d;
  height: 6px;
  width: 6px;
  transition: border-color 0.3s;
}

nav.pager .pager__item--next a:hover:after,
nav.pager .pager__item--previous a:hover:after {
  border-color: white;
}

nav.pager .pager__item--previous a:after {
  transform: rotate(135deg);
}

nav.pager .pager__item--last,
nav.pager .pager__item--first {
  display: none;
}

nav.pager .pager__item--ellipsis {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 18px;
  margin: -9px 10px 0;
}

.view-staff-directory,
.view-planning-code-change-summaries,
.view-environmental-review-documents,
.view-ppas {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .view-staff-directory,
  .view-planning-code-change-summaries,
  .view-environmental-review-documents,
  .view-ppas {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.view-staff-directory .view-header,
.view-planning-code-change-summaries .view-header,
.view-environmental-review-documents .view-header,
.view-ppas .view-header {
  padding-top: 40px;
  margin-bottom: 60px;
}

.view-staff-directory .view-header .col-sm-2,
.view-planning-code-change-summaries .view-header .col-sm-2,
.view-environmental-review-documents .view-header .col-sm-2,
.view-ppas .view-header .col-sm-2 {
  font-family: "Merriweather", Georgia, Times, serif;
  line-height: 2em;
}

@media (min-width: 48em) {
  .view-staff-directory .view-header .col-sm-2,
  .view-planning-code-change-summaries .view-header .col-sm-2,
  .view-environmental-review-documents .view-header .col-sm-2,
  .view-ppas .view-header .col-sm-2 {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .view-staff-directory .view-header .col-sm-2 > div,
  .view-planning-code-change-summaries .view-header .col-sm-2 > div,
  .view-environmental-review-documents .view-header .col-sm-2 > div,
  .view-ppas .view-header .col-sm-2 > div {
    width: calc(50% - 20px);
  }
}

@media (min-width: 58.75em) {
  .view-environmental-review-documents .form-item-field-environmental-review-categ-target-id {
    bottom: -32px;
    float: left;
    position: relative;
    width: 60%;
  }
  .view-environmental-review-documents .form-item-items-per-page {
    float: left;
    margin-left: 50px;
    width: 15%;
  }
  .view-environmental-review-documents .form-actions {
    bottom: -31px;
    display: inline-block;
    left: 30px;
    position: relative;
  }
}

.view-hearings-events-page {
  padding-top: 40px;
}

.view-hearings-events-page .view-header {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .view-hearings-events-page .view-header {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.view-hearings-events-page .view-header .col-sm-2 {
  font-family: "Merriweather", Georgia, Times, serif;
  line-height: 2em;
}

.view-hearings-events-page .view-header .col-sm-2 > div {
  margin-bottom: 40px;
}

.view-hearings-events-page .title-wrapper {
  margin-bottom: 40px;
}

.view-hearings-events-page .title-wrapper .button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.view-hearings-events-page .view-filters {
  background: #f5f5f5;
  padding: 40px 0;
  margin-bottom: 40px;
}

.view-hearings-events-page .view-filters form {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .view-hearings-events-page .view-filters form {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.view-hearings-events-page .view-filters label {
  display: none;
}

.view-hearings-events-page .view-filters select {
  color: #4d4d4d;
}

.view-hearings-events-page .view-filters .form-item-keys {
  position: relative;
  width: 100%;
}

.view-hearings-events-page .view-filters .form-item-keys input {
  padding-left: 40px;
}

.view-hearings-events-page .view-filters .form-item-keys input:-ms-input-placeholder {
  color: #bbb;
}

.view-hearings-events-page .view-filters .form-item-keys input::placeholder {
  color: #bbb;
}

.view-hearings-events-page .view-filters .form-item-keys::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  height: 20px;
  width: 20px;
  background: url("../svg/icon-search-orange.svg") 0/contain no-repeat;
}

.view-hearings-events-page .view-empty {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media (min-width: 48em) {
  .view-hearings-events-page .view-empty {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.view-hearings-events-page .views-row article {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .view-hearings-events-page .views-row article {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.view-hearings-events-page .views-row:nth-child(2n) {
  background: #f5f5f5;
}

@media (min-width: 48em) {
  .view-hearings-events-page .view-header .col-sm-2 {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .view-hearings-events-page .view-header .col-sm-2 > div {
    width: calc(50% - 20px);
  }
  .view-hearings-events-page .title-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  .view-hearings-events-page .title-wrapper h1 {
    margin-bottom: 0;
    margin-right: 40px;
  }
  .view-hearings-events-page .form--inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .view-hearings-events-page .form--inline .form-item:nth-child(n + 2) {
    margin-right: 20px;
    min-width: 175px;
  }
  .view-hearings-events-page .form--inline .form-item:nth-child(n + 2) select {
    padding-right: 35px;
  }
  .view-hearings-events-page .form--inline .form-actions {
    margin-left: auto;
    margin-right: 0;
  }
}

.view-hearings-events-page .grid-date-circle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-item-align: center;
      align-self: center;
  background: #e37700;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 17px 17px 0;
  float: left;
}

.view-hearings-events-page .grid-date-circle .month, .view-hearings-events-page .grid-date-circle .day {
  color: white;
}

.view-hearings-events-page .grid-date-circle .month {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .5px;
  left: 1px;
  position: relative;
  text-align: center;
}

.view-hearings-events-page .grid-date-circle .day {
  font-size: 30px;
  line-height: .9em;
  margin-bottom: 3px;
  text-align: center;
}

.view-hearings-events-page .grid-address {
  padding-left: 87px;
  font-size: 16px;
  letter-spacing: -0.25px;
}

.view-hearings-events-page .grid-link {
  text-align: right;
  margin-top: -5px;
}

.view-hearings-events-page .grid-i {
  font-family: "Merriweather";
  font-size: 94%;
  font-style: italic;
}

.view-hearings-events-page .inner-row {
  padding: 0 20px 0 20px;
}

.view-hearings-events-page .inner-column {
  padding: 14px 20px;
  border-top: 1px dotted #f7d7b5;
}

.view-hearings-events-page .views-view-grid {
  border-bottom-color: #e8e8e8;
  border-bottom-style: dotted;
  border-bottom-width: 4px;
  margin-bottom: 20px;
}

.view-hearings-events-page h4.field-content {
  margin-bottom: 6px;
  font-size: 21px;
}

.view-hearings-events-page .button--link-dark {
  font-size: 15px;
}

@media (max-width: 47.99em) {
  .view-hearings-events-page .grid-address {
    padding-left: 0px;
  }
  .view-hearings-events-page .grid-date-circle {
    margin: 0 17px 2px 0;
  }
}

@media (max-width: 47.99em) {
  .desktop {
    display: none;
  }
  .mobile {
    display: inline;
  }
  .form-item-field-id-upcoming-years {
    display: none !important;
  }
  .form-item-field-id-previous-years {
    display: none !important;
  }
  .form-item-field-id-upcoming-years-mobile {
    display: block;
  }
  .form-item-field-id-previous-years-mobile {
    display: block;
  }
}

@media (min-width: 48em) {
  .mobile {
    display: none;
  }
  .desktop {
    display: inline;
  }
  .form-item-field-id-upcoming-years {
    display: block;
  }
  .form-item-field-id-previous-years {
    display: block;
  }
  .form-item-field-id-upcoming-years-mobile {
    display: none !important;
  }
  .form-item-field-id-previous-years-mobile {
    display: none !important;
  }
}

.view-display-id-grid {
  max-width: 1400px;
  padding: 40px;
  margin: 0 auto;
}

.view-display-id-grid h3 {
  padding-left: 40px;
}

.path-news .view-latest-news {
  padding-top: 40px;
}

.path-news .view-latest-news h1 {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media (min-width: 48em) {
  .path-news .view-latest-news h1 {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.path-news .view-latest-news .views-row {
  width: 100%;
  padding: 0 20px;
}

.path-news .view-latest-news .views-row:first-child,
.path-news .view-latest-news .views-row:nth-child(2) {
  margin-bottom: 40px;
}

.path-news .view-latest-news .views-row:nth-child(2n + 3) {
  background: #f5f5f5;
}

.path-news .view-latest-news .views-row:nth-child(2n + 4) {
  background: #fafafa;
}

@media (min-width: 48em) {
  .path-news .view-latest-news .view-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .path-news .view-latest-news .views-row {
    width: 100%;
  }
  .path-news .view-latest-news .views-row:first-child {
    width: calc(66%);
    max-width: calc(1400px * .666666);
    margin-left: auto;
    padding: 0 20px 0 40px;
  }
  .path-news .view-latest-news .views-row:first-child img {
    width: 100%;
  }
  .path-news .view-latest-news .views-row:nth-child(2) {
    width: calc(33%);
    max-width: calc(1400px * .333333);
    margin-right: auto;
    padding: 0 40px 0 20px;
  }
  .path-news .view-latest-news .views-row:nth-child(2) img {
    width: 100%;
  }
  .path-news .view-latest-news .views-row:nth-child(n + 3) {
    width: 50%;
    padding: 0;
  }
  .path-news .view-latest-news .views-row:nth-child(n + 3) article {
    width: 100%;
    max-width: 700px;
  }
  .path-news .view-latest-news .views-row:nth-child(4n + 3),
  .path-news .view-latest-news .views-row:nth-child(4n + 4) {
    background: #f5f5f5;
  }
  .path-news .view-latest-news .views-row:nth-child(4n + 5),
  .path-news .view-latest-news .views-row:nth-child(4n + 6) {
    background: #fafafa;
  }
  .path-news .view-latest-news .views-row:nth-child(4n + 3) > article,
  .path-news .view-latest-news .views-row:nth-child(4n + 5) > article {
    padding-left: 40px;
    padding-right: 20px;
    margin-left: auto;
  }
  .path-news .view-latest-news .views-row:nth-child(4n + 4) > article,
  .path-news .view-latest-news .views-row:nth-child(4n + 6) > article {
    padding-right: 40px;
    padding-left: 20px;
    margin-right: auto;
  }
}

@media (min-width: 58.75em) {
  .view-ppas .form-item-field-environmental-review-categ-target-id {
    position: relative;
    width: 64%;
    float: left;
    padding-right: 3em;
  }
  .view-ppas .form-item-items-per-page {
    float: left;
    width: 15%;
  }
  .view-ppas .form-actions {
    bottom: -31px;
    display: inline-block;
    left: 30px;
    position: relative;
  }
}

.view-press-releases h1 {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 48em) {
  .view-press-releases h1 {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.view-press-releases .views-row article {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
  padding: 40px 20px;
}

@media (min-width: 48em) {
  .view-press-releases .views-row article {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.view-press-releases .views-row:nth-child(2n - 1) {
  background: #f5f5f5;
}

.view-press-releases .views-row:nth-child(2n) {
  background: #fafafa;
}

@media (min-width: 48em) {
  .view-press-releases .views-row article {
    padding: 40px;
  }
}

.path-press-room h1 {
  margin-bottom: 40px;
}

.press-room__latest-news .heading-wrapper,
.press-room__press-releases .heading-wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}

.press-room__latest-news .heading-wrapper h2,
.press-room__press-releases .heading-wrapper h2 {
  margin-bottom: 0;
}

.press-room__latest-news {
  padding-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.press-room__latest-news .heading-wrapper {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media (min-width: 48em) {
  .press-room__latest-news .heading-wrapper {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.press-room__latest-news .views-row:nth-child(2n - 1) {
  background: #f5f5f5;
}

.press-room__latest-news .views-row:nth-child(2n) {
  background: #fafafa;
}

@media (min-width: 48em) {
  .press-room__latest-news .view {
    width: 100%;
  }
  .press-room__latest-news .view-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .press-room__latest-news .views-row {
    width: 50%;
    padding: 0;
  }
  .press-room__latest-news .views-row article {
    width: 100%;
    max-width: 700px;
  }
  .press-room__latest-news .views-row:nth-child(4n - 2),
  .press-room__latest-news .views-row:nth-child(4n - 3) {
    background: #f5f5f5;
  }
  .press-room__latest-news .views-row:nth-child(4n - 1),
  .press-room__latest-news .views-row:nth-child(4n) {
    background: #fafafa;
  }
  .press-room__latest-news .views-row:nth-child(4n - 1) > article,
  .press-room__latest-news .views-row:nth-child(4n - 3) > article {
    padding-left: 40px;
    padding-right: 20px;
    margin-left: auto;
  }
  .press-room__latest-news .views-row:nth-child(4n - 2) > article,
  .press-room__latest-news .views-row:nth-child(4n) > article {
    padding-right: 40px;
    padding-left: 20px;
    margin-right: auto;
  }
}

.press-room__press-releases {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
  padding-top: 40px;
}

@media (min-width: 48em) {
  .press-room__press-releases {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

@media (min-width: 48em) {
  .press-room__press-releases {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .press-room__press-releases .content {
    width: 70%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-right: 40px;
  }
}

.press-room__sidebar {
  min-width: 180px;
}

.press-room__sidebar h3 {
  margin-top: 40px;
}

@media (min-width: 48em) {
  .press-room__sidebar {
    width: 30%;
  }
}

.view-resources .view-header {
  background: #f5f5f5;
  padding: 40px 0 20px;
}

.view-resources .view-header h1 {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

@media (min-width: 48em) {
  .view-resources .view-header h1 {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.view-resources .view-header h1::after {
  height: 2px;
  width: 150px;
  background: #e37700;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.view-resources .view-header h1:after {
  margin-left: 20px;
}

.view-resources .view-header > div {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .view-resources .view-header > div {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.view-resources .view-header .button--outline-dark {
  margin-bottom: 20px;
}

.view-resources .view-filters {
  background: #f5f5f5;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.view-resources .form-item-keys {
  position: relative;
  width: 100%;
}

.view-resources .form-item-keys input {
  padding-left: 40px;
}

.view-resources .form-item-keys input:-ms-input-placeholder {
  color: #bbb;
}

.view-resources .form-item-keys input::placeholder {
  color: #bbb;
}

.view-resources .form-item-keys::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  height: 20px;
  width: 20px;
  background: url("../svg/icon-search-orange.svg") 0/contain no-repeat;
}

.view-resources .views-exposed-form {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .view-resources .views-exposed-form {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.view-resources .views-exposed-form label {
  display: none;
}

.view-resources .views-exposed-form select {
  color: #4d4d4d;
}

.view-resources .view-content,
.view-resources .view-empty {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media (min-width: 48em) {
  .view-resources .view-content,
  .view-resources .view-empty {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

@media (min-width: 48em) {
  .view-resources .view-header h1 {
    margin-bottom: 40px;
  }
  .view-resources .view-header h1:after {
    margin-left: 40px;
  }
  .view-resources .view-header .buttons {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .view-resources .view-header .button--outline-dark {
    width: calc(33% - 30px);
    -ms-flex-pack: center;
        justify-content: center;
  }
  .view-resources .form--inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .view-resources .form--inline .form-item:nth-child(n + 2) {
    margin-right: 20px;
    min-width: 200px;
  }
  .view-resources .form--inline .form-item:nth-child(n + 2) select {
    padding-right: 35px;
  }
  .view-resources .form--inline .form-actions {
    margin-left: auto;
    margin-right: 0;
  }
}

.path-search .view-solr-search .view-header,
.view-solr-search .view-header {
  background: #ffffff;
  padding: 20px 40px 0;
  max-width: 1400px;
  margin: 20px auto 40px;
}

.path-search .view-solr-search .view-header h1,
.view-solr-search .view-header h1 {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

@media (min-width: 48em) {
  .path-search .view-solr-search .view-header h1,
  .view-solr-search .view-header h1 {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.path-search .view-solr-search .view-header h1::after,
.view-solr-search .view-header h1::after {
  height: 2px;
  width: 150px;
  background: #e37700;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.path-search .view-solr-search .view-header h1:after,
.view-solr-search .view-header h1:after {
  margin-left: 20px;
}

.path-search .view-solr-search .view-header > div,
.view-solr-search .view-header > div {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .path-search .view-solr-search .view-header > div,
  .view-solr-search .view-header > div {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.path-search .view-solr-search .view-header .buttons,
.view-solr-search .view-header .buttons {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.path-search .view-solr-search .view-header .button--outline-dark,
.view-solr-search .view-header .button--outline-dark {
  width: calc(33% - 30px);
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 20px;
}

@media (min-width: 48em) {
  .path-search .view-solr-search .view-header h1,
  .view-solr-search .view-header h1 {
    margin-bottom: 40px;
  }
  .path-search .view-solr-search .view-header h1:after,
  .view-solr-search .view-header h1:after {
    margin-left: 40px;
  }
}

.path-search .view-solr-search .view-filters,
.view-solr-search .view-filters {
  background: #f5f5f5;
  padding: 2rem 1rem 1rem;
  max-width: 1400px;
  margin: 0 auto;
}

.path-search .view-solr-search .view-filters .views-exposed-form,
.view-solr-search .view-filters .views-exposed-form {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

@media (min-width: 48em) {
  .path-search .view-solr-search .view-filters .views-exposed-form,
  .view-solr-search .view-filters .views-exposed-form {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.path-search .view-solr-search .view-filters .views-exposed-form select,
.view-solr-search .view-filters .views-exposed-form select {
  color: #4d4d4d;
}

.path-search .view-solr-search .form--inline,
.view-solr-search .form--inline {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  gap: 1rem 2rem;
  grid-template-areas: "area-1" "area-2" "area-3" "area-4" "area-5";
}

.path-search .view-solr-search .form--inline .form-item-search-api-fulltext,
.view-solr-search .form--inline .form-item-search-api-fulltext {
  grid-area: area-1;
}

.path-search .view-solr-search .form--inline details:first-of-type,
.view-solr-search .form--inline details:first-of-type {
  grid-area: area-2;
}

.path-search .view-solr-search .form--inline details:last-of-type,
.view-solr-search .form--inline details:last-of-type {
  grid-area: area-3;
}

.path-search .view-solr-search .form--inline .form-item-saa-exclude-attachments,
.view-solr-search .form--inline .form-item-saa-exclude-attachments {
  grid-area: area-4;
}

.path-search .view-solr-search .form--inline .form-actions,
.view-solr-search .form--inline .form-actions {
  grid-area: area-5;
}

.path-search .view-solr-search .form--inline input[type='text'],
.view-solr-search .form--inline input[type='text'] {
  margin-bottom: 0;
}

.path-search .view-solr-search .form--inline details,
.view-solr-search .form--inline details {
  position: relative;
  width: 100%;
}

.path-search .view-solr-search .form--inline details:after,
.view-solr-search .form--inline details:after {
  content: '';
  position: absolute;
  top: 16px;
  right: 24px;
  border-right: 2px solid #e37700;
  border-bottom: 2px solid #e37700;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  display: inline-block;
  margin-right: -10px;
}

.path-search .view-solr-search .form--inline details summary,
.view-solr-search .form--inline details summary {
  border: 1px solid #e37700;
  padding: 10px;
  background-color: white;
}

.path-search .view-solr-search .form--inline details .details-wrapper,
.view-solr-search .form--inline details .details-wrapper {
  position: relative;
  z-index: 2;
  background-color: white;
  overflow: scroll;
  overflow-x: hidden;
  max-height: 50vh;
  padding: 1rem;
  width: 100%;
  border: 1px solid #f5f5f5;
}

.path-search .view-solr-search .form--inline .form-item-search-api-fulltext,
.view-solr-search .form--inline .form-item-search-api-fulltext {
  position: relative;
}

.path-search .view-solr-search .form--inline .form-item-search-api-fulltext:before,
.view-solr-search .form--inline .form-item-search-api-fulltext:before {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  height: 20px;
  width: 20px;
  background: url(../svg/icon-search-orange.svg) 0/contain no-repeat;
}

.path-search .view-solr-search .view-content,
.view-solr-search .view-content {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 1400px;
  margin-bottom: 40px;
}

@media (min-width: 48em) {
  .path-search .view-solr-search .view-content,
  .view-solr-search .view-content {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.path-search .view-solr-search .view-empty,
.view-solr-search .view-empty {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1400px;
  margin-bottom: 40px;
}

@media (min-width: 48em) {
  .path-search .view-solr-search .view-empty,
  .view-solr-search .view-empty {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.path-search .view-solr-search .view-footer,
.view-solr-search .view-footer {
  background: white;
  max-width: 1400px;
  padding: 20px 40px 40px;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .path-search .view-solr-search .form--inline,
  .view-solr-search .form--inline {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 2fr 1fr 1fr;
        grid-template-columns: 2fr 2fr 1fr 1fr;
    -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    gap: 1rem 2rem;
    grid-template-areas: "area-1 area-1 area-1 area-1" "area-2 area-3 area-4 area-5";
  }
  .path-search .view-solr-search .form--inline .form-item-search-api-fulltext, .path-search .view-solr-search .form--inline .form-item-keys,
  .view-solr-search .form--inline .form-item-search-api-fulltext,
  .view-solr-search .form--inline .form-item-keys {
    grid-area: area-1;
  }
  .path-search .view-solr-search .form--inline details:first-of-type,
  .view-solr-search .form--inline details:first-of-type {
    grid-area: area-2;
  }
  .path-search .view-solr-search .form--inline details:last-of-type,
  .view-solr-search .form--inline details:last-of-type {
    grid-area: area-3;
  }
  .path-search .view-solr-search .form--inline .form-item-saa-exclude-attachments,
  .view-solr-search .form--inline .form-item-saa-exclude-attachments {
    grid-area: area-4;
  }
  .path-search .view-solr-search .form--inline .form-actions,
  .view-solr-search .form--inline .form-actions {
    grid-area: area-5;
    text-align: right;
  }
  .path-search .view-solr-search .form--inline details .details-wrapper,
  .view-solr-search .form--inline details .details-wrapper {
    position: absolute;
  }
}

.path-search .view-solr-search .search-heading,
.path-search .view-solr-search .search-results,
.path-search .view-solr-search .search-form,
.view-solr-search .search-heading,
.view-solr-search .search-results,
.view-solr-search .search-form {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media (min-width: 48em) {
  .path-search .view-solr-search .search-heading,
  .path-search .view-solr-search .search-results,
  .path-search .view-solr-search .search-form,
  .view-solr-search .search-heading,
  .view-solr-search .search-results,
  .view-solr-search .search-form {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.path-search .view-solr-search .search-results,
.view-solr-search .search-results {
  padding: 0;
}

.path-search .view-solr-search .search-result,
.view-solr-search .search-result {
  display: block;
  padding: 2rem 3rem 0;
}

.path-search .view-solr-search .search-result:hover,
.view-solr-search .search-result:hover {
  background: #f5f5f5;
}

.path-search .view-solr-search .search-result a[href*="/resources/"]::before,
.view-solr-search .search-result a[href*="/resources/"]::before {
  content: '';
  background: url(../svg/file-pdf2.svg);
  background-size: cover;
  width: 20px;
  height: 25px;
  position: relative;
  top: 4px;
  display: inline;
  float: left;
  margin-right: 7px;
  opacity: 0.4;
  margin-left: 2px;
  padding-bottom: 2px;
}

.path-search .view-solr-search .search-result a[href*="/agendas/"]::before,
.view-solr-search .search-result a[href*="/agendas/"]::before {
  content: '';
  background: url(../svg/calendar-check.svg);
  background-size: cover;
  width: 22px;
  height: 25px;
  position: relative;
  top: 0;
  display: inline;
  float: left;
  margin-right: 7px;
  margin-left: 2px;
  opacity: 0.4;
}

.path-search .view-solr-search .search-result__title,
.view-solr-search .search-result__title {
  font-size: 25px;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: .75rem;
}

.path-search .view-solr-search .search-result__link,
.view-solr-search .search-result__link {
  color: #e37700;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 400px;
  direction: rtl;
}

.path-search .view-solr-search .search-result__link:hover,
.view-solr-search .search-result__link:hover {
  overflow: visible;
  direction: ltr;
}

.path-search .view-solr-search .search-result__snippet,
.view-solr-search .search-result__snippet {
  padding-bottom: 2rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 0;
  font-family: "Merriweather", Georgia, Times, serif;
}

.view-term-glossary {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 48em) {
  .view-term-glossary {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.view-term-glossary h1 {
  margin-bottom: 40px;
}

.view-term-glossary .glossary-menu {
  margin-bottom: 40px;
  border-top: 4px solid #e8e8e8;
  border-bottom: 4px solid #e8e8e8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 10px 0;
  font-weight: bold;
}

.view-term-glossary .glossary-menu .active {
  color: #e37700;
}

.view-term-glossary .glossary-menu a {
  font-size: 16px;
}

.view-term-glossary .no-content {
  font-style: italic;
}

@media (min-width: 48em) {
  .view-term-glossary .glossary-menu {
    padding: 10px 20px;
  }
  .view-term-glossary .glossary-menu a {
    font-size: 25px;
  }
}

.media-slide {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.media-slide .field--name-field-image {
  width: 100%;
}

.media-slide .field--name-field-caption {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 20px;
  width: 100%;
}

.paragraph--type--card-tile p {
  color: white;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  line-height: 1.6em;
}

@media (max-width: 47.99em) {
  .paragraph--type--card-tile {
    width: auto;
  }
}

.paragraph--type--multi-column-reference {
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph--type--multi-column-reference > .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.paragraph--type--multi-column-reference > .container > h2 {
  padding-left: 20px;
}

.paragraph--type--multi-column-reference .button-wrapper {
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-order: 1000;
      order: 1000;
  margin: 40px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (min-width: 48em) {
  .paragraph--type--multi-column-reference > .container {
    max-width: 1400px;
    margin: 0 auto;
  }
  .paragraph--type--multi-column-reference > .container > h2 {
    padding-left: 40px;
    max-width: 1400px;
  }
  .paragraph--type--multi-column-reference .button-wrapper {
    width: auto;
    margin: 0 40px 0 auto;
    -ms-flex-order: 0;
        order: 0;
  }
}

.paragraph--type--multi-column-text-card-tile {
  padding-top: 40px;
}

.paragraph--type--multi-column-text-card-tile.paragraph--background-gray {
  background: #f5f5f5;
}

.paragraph--type--multi-column-text-card-tile.paragraph--no-padding-top {
  padding-top: 0;
}

.paragraph--type--multi-column-text-card-tile > .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0 auto;
}

.paragraph--type--multi-column-text-card-tile > .container > h2 {
  padding-left: 20px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.paragraph--type--multi-column-text-card-tile .items {
  width: 100%;
}

.paragraph--type--multi-column-text-card-tile .button-wrapper {
  -ms-flex-order: 1000;
      order: 1000;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 48em) {
  .paragraph--type--multi-column-text-card-tile > .container {
    max-width: 1400px;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .paragraph--type--multi-column-text-card-tile > .container > h2 {
    padding-left: 40px;
  }
  .paragraph--type--multi-column-text-card-tile .button-wrapper {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin: 0 40px 0 auto;
    -ms-flex-order: 0;
        order: 0;
  }
}

.paragraph--type--related-resources {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 48em) {
  .paragraph--type--related-resources {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.paragraph--type--related-resources .container > h2 {
  margin-bottom: 40px;
}

.paragraph--type--slideshow {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
  padding: 0 0 40px 0;
}

@media (min-width: 48em) {
  .paragraph--type--slideshow {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.paragraph--type--slideshow .field--name-field-slides > .field__item {
  display: none;
}

.paragraph--type--slideshow .field--name-field-slides > .field__item:first-child {
  display: block;
}

.paragraph--type--slideshow .field--name-field-slides > .field__item.slick-slide {
  display: block;
}

.paragraph--type--slideshow .slick-arrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  height: 40px;
  width: 40px;
}

.paragraph--type--slideshow .slick-arrow:before {
  content: '';
  width: 12px;
  height: 12px;
  display: block;
  border-bottom: 3px solid white;
  border-right: 3px solid white;
  position: relative;
}

.paragraph--type--slideshow .slick-arrow:active, .paragraph--type--slideshow .slick-arrow:focus {
  background: rgba(255, 255, 255, 0.5);
}

.paragraph--type--slideshow .slick-arrow:hover {
  background: rgba(255, 255, 255, 0.8);
}

.paragraph--type--slideshow .slick-prev {
  left: 20px;
}

.paragraph--type--slideshow .slick-prev:before {
  transform: rotate(135deg);
  left: 2px;
}

.paragraph--type--slideshow .slick-next {
  right: 20px;
}

.paragraph--type--slideshow .slick-next:before {
  transform: rotate(-45deg);
  right: 2px;
}

.paragraph--type--slideshow .slick-dots li {
  margin: 0;
}

.paragraph--type--slideshow .slick-dots button:before {
  font-size: 12px;
}

@media (min-width: 48em) {
  .paragraph--type--slideshow {
    padding: 0 0 40px 0;
  }
}

.paragraph--type--text {
  padding: 20px;
}

.paragraph--type--text h3 {
  padding: 0;
}

.paragraph--type--text a {
  color: #e37700;
}

.paragraph--type--text a:hover {
  color: #b05c00;
}

.paragraph--type--text .button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
  background: #e37700;
  text-decoration: none;
  padding: 10px 17px 10px 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  transition: background 0.3s, color 0.3s;
  color: white;
}

.paragraph--type--text .button a {
  color: white;
}

.paragraph--type--text .button::after {
  content: '';
  width: 5px;
  height: 5px;
  margin-left: 5px;
  display: inline-block;
  border-right: 2px solid white;
  border-top: 2px solid white;
  transform: rotate(45deg);
  transition: border 0.3s, left 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.paragraph--type--text .button:hover {
  color: white;
  background: #ca6a00;
}

.paragraph--type--text .button:hover a {
  color: white;
}

.paragraph--type--text .button--outline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
  background: #e37700;
  text-decoration: none;
  padding: 10px 17px 10px 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  transition: background 0.3s, color 0.3s;
  color: white;
  background: transparent;
  border: 1px solid #e37700;
}

.paragraph--type--text .button--outline a {
  color: white;
}

.paragraph--type--text .button--outline::after {
  content: '';
  width: 5px;
  height: 5px;
  margin-left: 5px;
  display: inline-block;
  border-right: 2px solid white;
  border-top: 2px solid white;
  transform: rotate(45deg);
  transition: border 0.3s, left 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.paragraph--type--text .button--outline:hover {
  color: white;
  background: #ca6a00;
}

.paragraph--type--text .button--outline:hover a {
  color: white;
}

.paragraph--type--text .button--outline:after {
  border-color: #e37700;
}

.paragraph--type--text .button--outline:hover:after {
  border-color: white;
}

.paragraph--type--text .button--outline-dark {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
  background: #e37700;
  text-decoration: none;
  padding: 10px 17px 10px 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  transition: background 0.3s, color 0.3s;
  color: white;
  background: transparent;
  border: 1px solid #e37700;
  color: #4d4d4d;
}

.paragraph--type--text .button--outline-dark a {
  color: white;
}

.paragraph--type--text .button--outline-dark::after {
  content: '';
  width: 5px;
  height: 5px;
  margin-left: 5px;
  display: inline-block;
  border-right: 2px solid white;
  border-top: 2px solid white;
  transform: rotate(45deg);
  transition: border 0.3s, left 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.paragraph--type--text .button--outline-dark:hover {
  color: white;
  background: #ca6a00;
}

.paragraph--type--text .button--outline-dark:hover a {
  color: white;
}

.paragraph--type--text .button--outline-dark:after {
  border-color: #e37700;
}

.paragraph--type--text .button--outline-dark:hover:after {
  border-color: white;
}

.paragraph--type--text .button--outline-dark a {
  color: #4d4d4d;
}

.paragraph--type--text .button--outline-dark:hover {
  background: #e37700;
}

.paragraph--type--text .button--link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
  background: #e37700;
  text-decoration: none;
  padding: 10px 17px 10px 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  transition: background 0.3s, color 0.3s;
  color: white;
  padding: 0;
  background: transparent;
  position: relative;
}

.paragraph--type--text .button--link a {
  color: white;
}

.paragraph--type--text .button--link::after {
  content: '';
  width: 5px;
  height: 5px;
  margin-left: 5px;
  display: inline-block;
  border-right: 2px solid white;
  border-top: 2px solid white;
  transform: rotate(45deg);
  transition: border 0.3s, left 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.paragraph--type--text .button--link:hover {
  color: white;
  background: #ca6a00;
}

.paragraph--type--text .button--link:hover a {
  color: white;
}

.paragraph--type--text .button--link::before {
  content: '';
  height: 2px;
  width: 0;
  position: absolute;
  bottom: -2px;
  background: white;
  transition: width 0.3s;
}

.paragraph--type--text .button--link:hover {
  background: transparent;
}

.paragraph--type--text .button--link:hover:before {
  width: calc(100% - 12px);
}

.paragraph--type--text .button--link-dark {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
  background: #e37700;
  text-decoration: none;
  padding: 10px 17px 10px 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  transition: background 0.3s, color 0.3s;
  color: white;
  padding: 0;
  background: transparent;
  position: relative;
  color: #4d4d4d;
}

.paragraph--type--text .button--link-dark a {
  color: white;
}

.paragraph--type--text .button--link-dark::after {
  content: '';
  width: 5px;
  height: 5px;
  margin-left: 5px;
  display: inline-block;
  border-right: 2px solid white;
  border-top: 2px solid white;
  transform: rotate(45deg);
  transition: border 0.3s, left 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.paragraph--type--text .button--link-dark:hover {
  color: white;
  background: #ca6a00;
}

.paragraph--type--text .button--link-dark:hover a {
  color: white;
}

.paragraph--type--text .button--link-dark::before {
  content: '';
  height: 2px;
  width: 0;
  position: absolute;
  bottom: -2px;
  background: white;
  transition: width 0.3s;
}

.paragraph--type--text .button--link-dark:hover {
  background: transparent;
}

.paragraph--type--text .button--link-dark:hover:before {
  width: calc(100% - 12px);
}

.paragraph--type--text .button--link-dark a {
  color: #4d4d4d;
}

.paragraph--type--text .button--link-dark:before {
  background: #e37700;
}

.paragraph--type--text .button--link-dark:after {
  border-color: #e37700;
}

.paragraph--type--text .button--link-dark:hover {
  color: #4d4d4d;
}

.paragraph--type--text .button--link-dark:hover a {
  color: #4d4d4d;
}

@media (min-width: 48em) {
  .paragraph--type--text {
    padding: 40px 40px 27px;
  }
}

@media (max-width: 47.99em) {
  .paragraph--type--text {
    padding: 0;
  }
}

@media (min-width: 48em) and (max-width: 58.74em) {
  .view-paragraph--hearings_events--block_1 .view-content > * {
    width: calc(50% - 20px);
  }
  .view-paragraph--hearings_events--block_1 .view-item:nth-child(2) article {
    border-right: none;
  }
}

@media (min-width: 58.75em) {
  .view-paragraph--hearings_events--block_1 .view-content > * {
    width: calc(33% - 20px);
  }
}

.paragraph--type--view.view-paragraph--news--block_1 {
  padding-bottom: 40px;
}

.paragraph--type--view.view-paragraph--news--block_1 h2 {
  margin-left: 20px;
}

.paragraph--type--view.view-paragraph--news--block_1 .button-wrapper {
  margin-top: 40px;
}

.paragraph--type--view.view-paragraph--news--block_1 > .container {
  padding: 40px 0 0;
}

.paragraph--type--view.view-paragraph--news--block_1 .view-content {
  max-width: initial;
  margin: 0;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.paragraph--type--view.view-paragraph--news--block_1 .view-item:nth-child(2n-1) {
  background: #f5f5f5;
}

.paragraph--type--view.view-paragraph--news--block_1 .view-item:nth-child(2n) {
  background: #fafafa;
}

@media (min-width: 48em) {
  .paragraph--type--view.view-paragraph--news--block_1 {
    padding-bottom: 0;
  }
  .paragraph--type--view.view-paragraph--news--block_1 h2 {
    margin-left: 40px;
  }
  .paragraph--type--view.view-paragraph--news--block_1 .view-content {
    padding-top: 0;
  }
  .paragraph--type--view.view-paragraph--news--block_1 .button-wrapper {
    margin-right: 40px;
    margin-top: 7px;
  }
}

.paragraph--type--view .title {
  margin-bottom: 30px;
}

.paragraph--type--view .container {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  color: #4d4d4d;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 48em) {
  .paragraph--type--view .container {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.paragraph--type--view .button-wrapper {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-flex-order: 1000;
      order: 1000;
}

.paragraph--type--view .view-content {
  max-width: 300px;
  margin: 0 auto;
}

.paragraph--type--view.paragraph--background-gray {
  background: #f5f5f5;
}

@media (min-width: 48em) {
  .paragraph--type--view .container {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .paragraph--type--view .title {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .paragraph--type--view .view-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    max-width: 100%;
    width: 100%;
    padding-top: 25px;
  }
  .paragraph--type--view .view-item:last-child article {
    border-right: none;
    padding-right: 0;
  }
  .paragraph--type--view .button-wrapper {
    -ms-flex-order: 0;
        order: 0;
    margin-left: auto;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 7px;
  }
}

.node--page--full {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
  padding-top: 40px;
}

@media (min-width: 48em) {
  .node--page--full {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.node--event--details_w_icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 40px;
  height: 100%;
  width: 100%;
}

.node--event--details_w_icon .date-circle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-item-align: center;
      align-self: center;
  background: #e37700;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: white;
  margin-bottom: 17px;
}

.node--event--details_w_icon .date-circle .month {
  text-transform: uppercase;
  font-size: 14px;
}

.node--event--details_w_icon .date-circle .day {
  font-size: 30px;
  line-height: .9em;
  margin-bottom: 3px;
}

.node--event--details_w_icon .event-type {
  font-family: "Merriweather", Georgia, Times, serif;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 12px;
}

.node--event--details_w_icon .title-link, .node--event--details_w_icon .watch-link {
  margin-bottom: 30px;
}

.node--event--details_w_icon .title {
  margin-bottom: 13px;
  font-size: 21px;
  transition: color 0.3s;
}

.node--event--details_w_icon .title:hover {
  color: #e37700;
}

.node--event--details_w_icon .time {
  font-weight: bold;
  margin-bottom: 2px;
}

.node--event--details_w_icon .download, .node--event--details_w_icon .watch-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
  background: #e37700;
  text-decoration: none;
  padding: 10px 17px 10px 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  transition: background 0.3s, color 0.3s;
  color: white;
  padding: 0;
  background: transparent;
  position: relative;
  display: inline-block;
  margin-top: 13px;
  color: #e37700;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 17px;
  font-weight: normal;
  margin-top: 30px;
}

.node--event--details_w_icon .download a, .node--event--details_w_icon .watch-link a {
  color: white;
}

.node--event--details_w_icon .download::after, .node--event--details_w_icon .watch-link::after {
  content: '';
  width: 5px;
  height: 5px;
  margin-left: 5px;
  display: inline-block;
  border-right: 2px solid white;
  border-top: 2px solid white;
  transform: rotate(45deg);
  transition: border 0.3s, left 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.node--event--details_w_icon .download:hover, .node--event--details_w_icon .watch-link:hover {
  color: white;
  background: #ca6a00;
}

.node--event--details_w_icon .download:hover a, .node--event--details_w_icon .watch-link:hover a {
  color: white;
}

.node--event--details_w_icon .download::before, .node--event--details_w_icon .watch-link::before {
  content: '';
  height: 2px;
  width: 0;
  position: absolute;
  bottom: -2px;
  background: white;
  transition: width 0.3s;
}

.node--event--details_w_icon .download:hover, .node--event--details_w_icon .watch-link:hover {
  background: transparent;
}

.node--event--details_w_icon .download:hover:before, .node--event--details_w_icon .watch-link:hover:before {
  width: calc(100% - 12px);
}

.node--event--details_w_icon .download::after, .node--event--details_w_icon .watch-link::after {
  display: none;
}

.node--event--details_w_icon .download:before, .node--event--details_w_icon .watch-link:before {
  background: #e37700;
}

.node--event--details_w_icon .download:hover, .node--event--details_w_icon .watch-link:hover {
  color: #e37700;
}

.node--event--details_w_icon .download:hover:before, .node--event--details_w_icon .watch-link:hover:before {
  width: 100%;
}

.node--event--details_w_icon .watch-link {
  margin-bottom: 30px;
}

.node--event--details_w_icon .icon-download, .node--event--details_w_icon .watch-link .icon-play-solid {
  position: relative;
  top: 2px;
  width: 17px;
  height: 15px;
  left: 3px;
  fill: #e37700;
  margin-right: 15px;
}

@media (min-width: 48em) {
  .node--event--details_w_icon {
    -ms-flex-direction: row;
        flex-direction: row;
    margin-bottom: 0;
  }
  .node--event--details_w_icon .date-circle {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-right: 20px;
    height: 65px;
    width: 65px;
  }
  .node--event--details_w_icon .date-circle .month {
    font-size: 14px;
  }
  .node--event--details_w_icon .date-circle .day {
    font-size: 30px;
  }
  .node--event--details_w_icon .content-wrapper {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    padding-right: 20px;
  }
  .node--event--details_w_icon .event-type {
    font-size: 17px;
  }
  .node--event--details_w_icon .event-type,
  .node--event--details_w_icon .title {
    margin-bottom: 9px;
  }
  .node--event--details_w_icon .title {
    font-weight: normal;
    line-height: 1.25em;
    font-size: 25px;
  }
  .node--event--details_w_icon .time {
    margin-bottom: 3px;
  }
  .node--event--details_w_icon .time,
  .node--event--details_w_icon .address,
  .node--event--details_w_icon .download {
    font-size: 17px;
  }
  .node--event--details_w_icon .download:hover:before {
    width: 100%;
  }
  .node--event--details_w_icon .icon-download {
    width: 17px;
    top: 2px;
    left: 3px;
  }
}

@media (min-width: 48em) {
  .view-item:nth-child(2n - 1) .node--event--details_w_icon {
    border-right: 4px dotted #e8e8e8;
  }
}

@media (min-width: 58.75em) {
  .view-item .node--event--details_w_icon {
    border-right: 4px dotted #e8e8e8;
  }
}

.sidebar .node--event--details_w_icon {
  border-right: 0;
  border-bottom: 4px dotted #e8e8e8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.sidebar .views-row:last-child .node--event--details_w_icon {
  border-bottom: 0;
}

.node--event--full_teaser_w_icon .date-circle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-item-align: center;
      align-self: center;
  background: #e37700;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 auto 17px auto;
}

.node--event--full_teaser_w_icon .date-circle .month, .node--event--full_teaser_w_icon .date-circle .day {
  color: white;
}

.node--event--full_teaser_w_icon .date-circle .month {
  text-transform: uppercase;
  font-size: 14px;
}

.node--event--full_teaser_w_icon .date-circle .day {
  font-size: 30px;
  line-height: .9em;
  margin-bottom: 3px;
}

.node--event--full_teaser_w_icon legend {
  font-family: "Merriweather", Georgia, Times, serif;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 5px;
}

.node--event--full_teaser_w_icon .left-inner-wrapper {
  padding: 20px 20px 20px 0;
  font-size: 22px;
  border-bottom: 4px dotted #e8e8e8;
  margin-bottom: 20px;
  text-align: center;
}

.node--event--full_teaser_w_icon .rsvp {
  margin-top: 20px;
}

.node--event--full_teaser_w_icon .right {
  padding-bottom: 20px;
}

@media (min-width: 48em) {
  .node--event--full_teaser_w_icon {
    display: -ms-flexbox;
    display: flex;
  }
  .node--event--full_teaser_w_icon .date-circle {
    margin: 0;
  }
  .node--event--full_teaser_w_icon .left {
    width: 25%;
    padding-right: 20px;
    border-right: 4px dotted #e8e8e8;
  }
  .node--event--full_teaser_w_icon .left-inner-wrapper {
    border-bottom: 0;
    text-align: left;
  }
  .node--event--full_teaser_w_icon .right {
    width: 75%;
    padding: 20px 0 40px 20px;
  }
}

.node--event--full {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
  padding-top: 40px;
}

@media (min-width: 48em) {
  .node--event--full {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.node--event--full h1 {
  width: 100%;
}

.node--event--full h3.header {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 1em;
}

.node--event--full .event-type {
  font-family: "Merriweather", Georgia, Times, serif;
  font-style: italic;
  margin-bottom: 1em;
  width: 100%;
}

.node--event--full .links,
.node--event--full .date-rsvp,
.node--event--full .details {
  margin-bottom: 30px;
}

.node--event--full .links {
  display: -ms-flexbox;
  display: flex;
}

.node--event--full .links > div {
  margin-right: 25px;
}

.node--event--full .links .icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.node--event--full .links .st-custom-button,
.node--event--full .links .project-website,
.node--event--full .links .accessible {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #4d4d4d;
}

.node--event--full .links .project-website,
.node--event--full .links .st-custom-button {
  transition: color 0.3s;
  cursor: pointer;
}

.node--event--full .links .project-website:hover,
.node--event--full .links .st-custom-button:hover {
  color: #e37700;
}

.node--event--full .date-rsvp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 40px;
}

.node--event--full .date-rsvp .button {
  padding-top: 7px;
  padding-bottom: 7px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.node--event--full .date {
  margin-right: 20px;
  margin-bottom: 0;
}

.node--event--full .details > div {
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 4px dotted #e8e8e8;
}

.node--event--full .details .header {
  font-style: italic;
  margin-bottom: 5px;
  font-family: "Merriweather", Georgia, Times, serif;
}

.node--event--full .body {
  margin-bottom: 40px;
}

.node--event--full .related-resource .type {
  font-size: 18px;
  text-transform: uppercase;
}

.node--event--full .related-commission-link {
  font-family: "Merriweather", Georgia, Times, serif;
}

.node--event--full .related-commission-link::after {
  content: '';
  position: relative;
  top: -1px;
  left: 5px;
  border-right: 2px solid #e37700;
  border-bottom: 2px solid #e37700;
  transform: rotate(-45deg);
  width: 5px;
  height: 5px;
  display: inline-block;
  margin-right: -10px;
}

.node--event--full .related-commission-link:after {
  border-width: 1px;
}

.node--event--full .sidebar__section:nth-child(n + 2) {
  border-top: 4px dotted #e8e8e8;
  padding-top: 20px;
}

@media (min-width: 48em) {
  .node--event--full > .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .node--event--full .left {
    width: 65%;
    padding-bottom: 40px;
    padding-right: 20px;
  }
  .node--event--full .sidebar {
    width: 35%;
    padding-left: 20px;
  }
  .node--event--full .details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .node--event--full .details > div {
    width: calc(33% - 13px);
    padding-right: 20px;
    border-right: 4px dotted #e8e8e8;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .node--event--full .details > div:last-child {
    border-right: none;
  }
}

@media (max-width: 47.99em) {
  .node--landing_page--full .paragraph--type--multi-column-reference .items > * {
    width: auto;
  }
}

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

.node--neighborhood--teaser a {
  padding: 5px 20px;
  font-size: 22px;
}

.node--neighborhood--teaser a:hover {
  color: white;
  background: #e37700;
}

.node--neighborhood--full {
  padding-top: 40px;
}

.node--neighborhood--full .contextual-region {
  position: initial;
}

.node--neighborhood--full .my-neighborhood {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
  font-style: italic;
  font-family: "Merriweather", Georgia, Times, serif;
  font-size: 16px;
  margin-bottom: 15px;
}

@media (min-width: 48em) {
  .node--neighborhood--full .my-neighborhood {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.node--neighborhood--full h1 {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
  text-transform: capitalize;
  margin-bottom: 40px;
}

@media (min-width: 48em) {
  .node--neighborhood--full h1 {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.node--neighborhood--full .quick-facts {
  position: relative;
  overflow: hidden;
}

.node--neighborhood--full .quick-facts h2 {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
  padding-top: 40px;
  color: white;
}

@media (min-width: 48em) {
  .node--neighborhood--full .quick-facts h2 {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.node--neighborhood--full .field--name-field-quick-facts {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media (min-width: 48em) {
  .node--neighborhood--full .field--name-field-quick-facts {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.node--neighborhood--full .field--name-field-quick-facts > .field__item {
  min-width: 0;
  padding-right: 20px;
}

.node--neighborhood--full .field--name-field-quick-facts .paragraph--type--text .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}

.node--neighborhood--full .field--name-field-quick-facts .paragraph--type--text .title {
  font-size: 20px;
  text-transform: uppercase;
  color: #ffcc00;
  text-align: center;
  margin-bottom: 0;
  text-shadow: 1px 1px #000000;
}

.node--neighborhood--full .field--name-field-quick-facts .paragraph--type--text .field--name-field-wysiwyg p {
  text-align: center;
  font-size: 40px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  color: #ffffff;
  margin-bottom: 0;
  font-weight: bold;
  text-shadow: 3px 2px #000000;
  line-height: inherit;
}

.node--neighborhood--full .field--name-field-image {
  position: absolute;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
}

.node--neighborhood--full .field--name-field-image img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
}

@media (min-width: 48em) {
  .node--neighborhood--full .paragraph--type--view .col-sm-3 > * {
    width: calc(50% - 20px);
  }
}

@media (min-width: 58.75em) {
  .node--neighborhood--full .paragraph--type--view .col-sm-3 > * {
    width: calc(33% - 20px);
  }
}

@media (min-width: 48em) {
  .node--neighborhood--full .quick-facts {
    padding-bottom: 40px;
  }
  .node--neighborhood--full .quick-facts h2 {
    margin-bottom: 40px;
  }
  .node--neighborhood--full .field--name-field-quick-facts {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .node--neighborhood--full .field--name-field-quick-facts .field__item > .paragraph {
    padding: 0 40px 0 0;
    border-right: 4px dotted #7b7b7b;
  }
  .node--neighborhood--full .field--name-field-quick-facts .field__item:first-child > .paragraph {
    padding-left: 0;
  }
  .node--neighborhood--full .field--name-field-quick-facts .field__item:last-child > .paragraph {
    padding-right: 0;
    border-right: 0;
  }
  .node--neighborhood--full .field--name-field-quick-facts .paragraph--type--text .field--name-field-wysiwyg {
    padding-bottom: 15px;
  }
  .node--neighborhood--full .field--name-field-quick-facts .paragraph--type--text .field--name-field-wysiwyg p {
    font-size: 3vw;
    line-height: .9em;
  }
}

@media (min-width: 87.5em) {
  .node--neighborhood--full .field--name-field-quick-facts .paragraph--type--text .field--name-field-wysiwyg p {
    font-size: 40px;
  }
}

.node--news--card .image {
  margin-bottom: 10px;
}

.node--news--card .date {
  font-style: italic;
  margin-bottom: 10px;
}

.node--news--card .title {
  margin-bottom: 10px;
}

.node--news--horizontal_card {
  padding: 40px 0;
}

.node--news--horizontal_card .date {
  font-style: italic;
  margin-bottom: 5px;
}

.node--news--horizontal_card .image {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 40px;
}

.node--news--horizontal_card .title {
  margin-bottom: 10px;
  transition: color 0.3s;
}

.node--news--horizontal_card .title::after {
  content: '';
  position: relative;
  top: -1px;
  left: 5px;
  border-right: 2px solid #e37700;
  border-bottom: 2px solid #e37700;
  transform: rotate(-45deg);
  width: 5px;
  height: 5px;
  display: inline-block;
  margin-right: -10px;
}

.node--news--horizontal_card .title:after {
  top: -2px;
  height: 7px;
  width: 7px;
}

.node--news--horizontal_card .title:hover {
  color: #e37700;
}

.node--news--horizontal_card .field--name-body p {
  font-size: 16px;
  line-height: 1.5em;
}

@media (min-width: 48em) {
  .node--news--horizontal_card {
    display: -ms-flexbox;
    display: flex;
  }
  .node--news--horizontal_card .image {
    width: 30%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .node--news--horizontal_card .image img {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .node--news--horizontal_card .content {
    padding-left: 40px;
  }
}

.node--news--teaser {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}

.node--news--teaser .container {
  width: 350px;
  max-width: calc(100% - 40px);
  padding: 30px 10px 30px 20px;
}

.node--news--teaser .date {
  margin-bottom: 20px;
  font-family: "Merriweather", Georgia, Times, serif;
  font-style: italic;
  width: 100%;
}

.node--news--teaser .title {
  line-height: 1.5em;
  font-size: 22px;
}

.node--news--teaser .title::after {
  content: '';
  position: relative;
  top: -1px;
  left: 5px;
  border-right: 2px solid #e37700;
  border-bottom: 2px solid #e37700;
  transform: rotate(-45deg);
  width: 5px;
  height: 5px;
  display: inline-block;
  margin-right: -10px;
}

.node--news--teaser a {
  transition: color 0.3s;
}

.node--news--teaser a:hover {
  color: #e37700;
}

@media (min-width: 48em) {
  .node--news--teaser .container {
    width: 80%;
  }
  .node--news--teaser .title {
    margin-bottom: 0;
  }
}

.node--news--full,
.node--press_release--full {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
  padding: 0 20px 20px 20px;
}

@media (min-width: 48em) {
  .node--news--full,
  .node--press_release--full {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.node--news--full h1,
.node--press_release--full h1 {
  text-transform: capitalize;
  margin-bottom: 12px;
}

.node--news--full .preheader,
.node--press_release--full .preheader {
  padding: 10px 0;
  width: 100%;
  border-bottom: 4px solid #f5f5f5;
  margin-bottom: 20px;
}

.node--news--full .preheader .type,
.node--press_release--full .preheader .type {
  font-family: "Merriweather", Georgia, Times, serif;
  font-style: italic;
  padding-right: 10px;
  margin-right: 5px;
  position: relative;
}

.node--news--full .preheader .type::after,
.node--press_release--full .preheader .type::after {
  height: 15px;
  width: 1px;
  background: #e37700;
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 4px;
}

.node--news--full .st-custom-button,
.node--press_release--full .st-custom-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
  cursor: pointer;
  transition: color 0.3s;
}

.node--news--full .st-custom-button svg,
.node--press_release--full .st-custom-button svg {
  height: 30px;
  width: 30px;
  margin-right: 5px;
}

.node--news--full .st-custom-button:hover,
.node--press_release--full .st-custom-button:hover {
  color: #e37700;
}

.node--news--full .content,
.node--press_release--full .content {
  margin-bottom: 40px;
}

.node--news--full .sidebar .sidebar__section > h3,
.node--press_release--full .sidebar .sidebar__section > h3 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.node--news--full .sidebar .view,
.node--press_release--full .sidebar .view {
  margin: 0 auto;
}

@media (min-width: 48em) {
  .node--news--full,
  .node--press_release--full {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 40px 40px 40px;
  }
  .node--news--full .content,
  .node--press_release--full .content {
    width: 70%;
    padding-right: 40px;
  }
  .node--news--full .sidebar,
  .node--press_release--full .sidebar {
    width: 30%;
  }
  .node--news--full .sidebar .view,
  .node--press_release--full .sidebar .view {
    max-width: none;
  }
  .node--news--full .views-row:last-child .node--event--details_w_icon,
  .node--press_release--full .views-row:last-child .node--event--details_w_icon {
    border-bottom: none;
  }
}

.node--permit--full {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
  padding-top: 20px;
}

@media (min-width: 48em) {
  .node--permit--full {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.node--permit--full .sidebar {
  margin-bottom: 20px;
}

.node--permit--full .sidebar a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 20px;
  margin-bottom: 1em;
}

.node--permit--full .sidebar a::before {
  content: '';
  width: 4px;
  height: .8em;
  display: inline-block;
  margin-right: 10px;
}

.node--permit--full .sidebar a.active {
  color: #e37700;
}

.node--permit--full .sidebar a.active:before {
  background: #e37700;
}

.node--permit--full .title-wrapper {
  margin-bottom: 40px;
}

.node--permit--full .title-wrapper h1 {
  margin-right: 20px;
}

.node--permit--full .title-wrapper .button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.node--permit--full .banner {
  margin-bottom: 40px;
}

.node--permit--full .paragraph {
  padding: 0;
}

.node--permit--full .related-resources__title {
  margin: 40px 0;
}

@media (min-width: 48em) {
  .node--permit--full {
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
  }
  .node--permit--full .sidebar {
    padding-right: 40px;
    width: 265px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .node--permit--full .sticky-menu {
    width: 225px;
  }
  .node--permit--full .sticky-menu.sticky {
    position: fixed;
    top: 20px;
  }
  .node--permit--full > .content {
    width: 80%;
  }
  .node--permit--full .title-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .node--permit--full .title-wrapper h1 {
    margin-bottom: 0;
  }
}

.node--press_release--teaser {
  margin-bottom: 40px;
  margin-top: 40px;
}

.node--press_release--teaser .title {
  margin-bottom: 12px;
  transition: color 0.3s;
}

.node--press_release--teaser .title:hover {
  color: #e37700;
}

.node--press_release--teaser .date {
  font-style: italic;
  margin-bottom: .75em;
}

.node--press_release--teaser .field--name-body p {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 10px;
}

.node--project--teaser {
  margin-bottom: 40px;
}

.node--project--teaser h3 {
  margin-bottom: 17px;
}

.node--project--text_teaser {
  padding-left: 20px;
  margin-bottom: 20px;
}

.node--project--text_teaser a {
  text-transform: capitalize;
  font-weight: normal;
}

.node--project--text_teaser a::after {
  content: '';
  position: relative;
  top: -1px;
  left: 5px;
  border-right: 2px solid #e37700;
  border-bottom: 2px solid #e37700;
  transform: rotate(-45deg);
  width: 5px;
  height: 5px;
  display: inline-block;
  margin-right: -10px;
}

.node--project--text_teaser a:hover {
  color: #e37700;
}

@media (min-width: 48em) {
  .node--project--text_teaser {
    padding-left: 40px;
  }
}

.sidebar .node--project--text_teaser {
  padding-left: 0;
}

@media (max-width: 47.99em) {
  .node--project_topic_node--full .paragraph--type--multi-column-reference .items > * {
    width: auto;
  }
}

.node--project--full {
  word-wrap: break-word;
}

.node--project--full .top {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}

@media (min-width: 48em) {
  .node--project--full .top {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.node--project--full .top img {
  width: 100%;
}

.node--project--full .right {
  margin-top: 20px;
}

.node--project--full .right p {
  font-size: 22px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  line-height: 1.6em;
}

.node--project--full .nav-wrapper {
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  top: -20px;
}

.node--project--full .nav {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
  list-style: none;
  font-family: "Merriweather", Georgia, Times, serif;
  padding: 12px 20px 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (min-width: 48em) {
  .node--project--full .nav {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.node--project--full .nav a {
  color: #8d8d8d;
  display: block;
  padding-bottom: 12px;
  margin-bottom: 10px;
  border-bottom: 2px solid transparent;
}

.node--project--full .nav .active {
  color: #e37700;
  border-color: #e37700;
}

@media (min-width: 48em) {
  .node--project--full .nav {
    display: -ms-flexbox;
    display: flex;
  }
  .node--project--full .nav a {
    margin-bottom: 0;
  }
}

.node--project--full .tab {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
  display: none;
}

@media (min-width: 48em) {
  .node--project--full .tab {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.node--project--full .tab:focus {
  outline: none;
}

.node--project--full .tab.visible {
  display: block;
}

.node--project--full .neighborhood {
  font-style: italic;
  font-family: "Merriweather", Georgia, Times, serif;
  margin-bottom: 12px;
}

.node--project--full .node__title {
  overflow-wrap: normal;
  text-transform: capitalize;
  width: 80%;
}

.node--project--full .paragraph {
  padding-left: 0;
}

.node--project--full .paragraph .title {
  padding-left: 0;
}

.node--project--full .paragraph--type--slideshow {
  padding-bottom: 0;
}

.node--project--full .sidebar {
  max-width: 450px;
  margin-bottom: 40px;
}

.node--project--full .sidebar > h3,
.node--project--full .sidebar > .sidebar__section > h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width: 47.99em) {
  .node--project--full [class*='col-'] > * {
    width: 100%;
  }
}

@media (min-width: 48em) {
  .node--project--full .top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 40px;
  }
  .node--project--full .top > .field--name-field-image {
    width: 40%;
  }
  .node--project--full .top .right {
    width: 60%;
    padding-left: 20px;
    margin-top: 0;
  }
  .node--project--full .node__title {
    font-size: 48px;
  }
  .node--project--full .nav {
    font-size: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 12px 40px 0;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .node--project--full .nav li {
    margin-right: 80px;
  }
  .node--project--full .nav a {
    font-size: 19px;
    margin-top: 10px;
  }
  .node--project--full .tab > .container {
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .node--project--full .tab > .container > .content {
    padding-right: 20px;
    width: 65%;
  }
  .node--project--full .tab > .container > .sidebar {
    width: 35%;
    padding: 40px 0 0 20px;
  }
}

@media (min-width: 58.75em) {
  .node--project--full .nav a {
    font-size: 25px;
  }
}

.node--resource--teaser {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}

.node--resource--teaser div, .node--resource--teaser a {
  font-size: 15px;
}

.node--resource--teaser svg {
  height: 15px;
  width: 15px;
  margin-right: 5px;
  fill: #888;
}

.node--resource--teaser .type {
  text-transform: uppercase;
  font-weight: bold;
  color: #888;
  font-size: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 5px;
}

.node--resource--teaser h4 {
  margin-bottom: 5px;
  transition: color 0.3s;
}

.node--resource--teaser h4:hover {
  color: #e37700;
}

.node--resource--teaser .date {
  color: #999;
  font-style: italic;
}

.node--resource--teaser .content {
  margin-bottom: 20px;
}

.node--resource--teaser .sidebar__header {
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.node--resource--teaser .sidebar .field__item {
  margin-bottom: 10px;
}

@media (min-width: 48em) {
  .node--resource--teaser {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .node--resource--teaser .content {
    width: calc(70% - 20px);
  }
  .node--resource--teaser .sidebar {
    width: calc(30% - 20px);
  }
}

.node--resource--full {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
  padding-top: 40px;
}

@media (min-width: 48em) {
  .node--resource--full {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.node--resource--full > .details-wrapper {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 4px solid #f5f5f5;
  padding-bottom: 1em;
  margin-bottom: 1em;
  -ms-flex-align: center;
      align-items: center;
}

.node--resource--full > .details-wrapper .type {
  font-style: italic;
  display: inline-block;
  font-family: "Merriweather", Georgia, Times, serif;
}

.node--resource--full > .details-wrapper .status {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 12px;
}

.node--resource--full > .details-wrapper .status::before {
  content: '';
  display: block;
  height: 1em;
  width: 2px;
  background: #e37700;
  margin-right: 10px;
}

.node--resource--full > .details-wrapper .last-updated {
  margin-left: 12px;
  color: #bbb;
  font-size: 15px;
}

.node--resource--full .title {
  margin-bottom: 40px;
}

.node--resource--full .description {
  margin-bottom: 40px;
}

.node--resource--full .description-wrapper {
  margin-bottom: 60px;
}

.node--resource--full .description-wrapper .button {
  margin-right: 30px;
  margin-top: 20px;
}

.node--resource--full h2 {
  font-size: 30px;
}

.node--resource--full .related-wrapper {
  margin-bottom: 40px;
  border-bottom: 4px dotted #e8e8e8;
}

.node--resource--full .related {
  margin-bottom: 40px;
}

.node--resource--full .related .field__item {
  margin-bottom: 17px;
}

@media (min-width: 48em) {
  .node--resource--full .title {
    font-size: 48px;
  }
  .node--resource--full .related-wrapper.col-sm-3 {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .node--resource--full .related {
    width: calc(50% - 15px);
  }
}

@media (min-width: 58.75em) {
  .node--resource--full .description-wrapper {
    display: -ms-flexbox;
    display: flex;
  }
  .node--resource--full .left {
    width: 50%;
    padding-right: 40px;
  }
  .node--resource--full .right {
    width: 50%;
  }
  .node--resource--full .related {
    width: calc(33% - 20px);
  }
}

.node--staff--card img,
.node--staff--teaser img {
  width: 100%;
}

.node--staff--card a,
.node--staff--teaser a {
  color: #e37700;
}

.node--staff--card a:hover,
.node--staff--teaser a:hover {
  color: #b05c00;
}

.node--staff--card .content,
.node--staff--teaser .content {
  padding: 10px 40px 20px;
}

.node--staff--card .content div,
.node--staff--teaser .content div {
  margin-bottom: 6px;
}

.node--staff--card .content div:last-child,
.node--staff--teaser .content div:last-child {
  margin-bottom: 0;
}

.node--staff--card .content .name,
.node--staff--teaser .content .name {
  border-top: 3px solid #ccc;
  font-weight: bold;
  font-size: 23px;
  padding-top: 10px;
}

@media (min-width: 48em) and (max-width: 58.74em) {
  .node--staff--card:nth-child(4n), .node--staff--card:nth-child(4n-1),
  .node--staff--teaser:nth-child(4n),
  .node--staff--teaser:nth-child(4n-1) {
    background: white;
  }
}

@media (min-width: 58.75em) {
  .node--staff--card:nth-child(8n), .node--staff--card:nth-child(8n-1), .node--staff--card:nth-child(8n-2), .node--staff--card:nth-child(8n-3),
  .node--staff--teaser:nth-child(8n),
  .node--staff--teaser:nth-child(8n-1),
  .node--staff--teaser:nth-child(8n-2),
  .node--staff--teaser:nth-child(8n-3) {
    background: white;
  }
}

.node--staff--card:nth-child(n) .content {
  padding-top: 20px;
}

.paragraph--type--multi-column-reference .items .node--staff--teaser {
  margin-bottom: 0;
}

.page-title {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}

@media (min-width: 48em) {
  .page-title {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.page-title span {
  position: relative;
}

@media (min-width: 48em) {
  .page-title {
    padding: 40px 0 20px 40px;
  }
}

.image-caption {
  bottom: 0;
  color: #bbb;
  padding: 10px;
  position: absolute;
  text-align: right;
  text-shadow: 2px 0 2px #000;
  width: 100%;
  text-transform: uppercase;
  font-size: 66%;
}

.node-image {
  bottom: 8%;
  text-align: right;
  position: relative;
}

@media (max-width: 47.99em) {
  .path-frontpage .view-paragraph--news--block_1 > .container {
    padding-top: 0;
  }
}

@media (min-width: 48em) {
  [about='/my-neighborhood'] .paragraph--type--multi-column-reference .container {
    padding: 0 20px;
  }
}

.path-search h2,
.path-search .search-results,
.path-search .search-form {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media (min-width: 48em) {
  .path-search h2,
  .path-search .search-results,
  .path-search .search-form {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.path-search .search-results {
  padding: 0;
}

.path-search #block-sfplanning-search {
  display: none;
}

.path-search .search-form {
  margin-top: 40px;
  margin-bottom: 40px;
}

.path-search .search-form a {
  color: #e37700;
}

.path-search .search-form a:hover {
  color: #b05c00;
}

.path-search .search-form .container-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  height: 40px;
  margin-bottom: 10px;
}

.path-search .search-form .form-type-search label {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

.path-search .search-form .form-search {
  box-sizing: border-box;
  height: 100%;
  border: 1px solid #bbb;
  border-right: 0;
  padding: 10px;
}

.path-search .search-form .form-submit {
  border-color: #bbb;
}

.path-search .search-results .search-result__title {
  font-size: 25px;
  margin-bottom: 10px;
}

.path-search .search-result {
  display: block;
  padding: 20px 20px 0;
}

.path-search .search-result:hover {
  background: #f5f5f5;
}

.path-search .search-result__link {
  color: #e37700;
  margin-bottom: 10px;
  font-size: 16px;
}

.path-search .search-result__snippet-info {
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}

.path-search .search-result__snippet-info strong {
  background: #d5d5d5;
}

@media (min-width: 768px) {
  .path-search #block-sfplanning-search {
    display: block;
  }
  .path-search .search-result {
    padding: 20px 40px 0;
  }
}

.button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
  background: #e37700;
  text-decoration: none;
  padding: 10px 17px 10px 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  transition: background 0.3s, color 0.3s;
  color: white;
}

.button a {
  color: white;
}

.button::after {
  content: '';
  width: 5px;
  height: 5px;
  margin-left: 5px;
  display: inline-block;
  border-right: 2px solid white;
  border-top: 2px solid white;
  transform: rotate(45deg);
  transition: border 0.3s, left 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.button:hover {
  color: white;
  background: #ca6a00;
}

.button:hover a {
  color: white;
}

.button--outline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
  background: #e37700;
  text-decoration: none;
  padding: 10px 17px 10px 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  transition: background 0.3s, color 0.3s;
  color: white;
  background: transparent;
  border: 1px solid #e37700;
}

.button--outline a {
  color: white;
}

.button--outline::after {
  content: '';
  width: 5px;
  height: 5px;
  margin-left: 5px;
  display: inline-block;
  border-right: 2px solid white;
  border-top: 2px solid white;
  transform: rotate(45deg);
  transition: border 0.3s, left 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.button--outline:hover {
  color: white;
  background: #ca6a00;
}

.button--outline:hover a {
  color: white;
}

.button--outline:after {
  border-color: #e37700;
}

.button--outline:hover:after {
  border-color: white;
}

.button--outline-dark {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
  background: #e37700;
  text-decoration: none;
  padding: 10px 17px 10px 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  transition: background 0.3s, color 0.3s;
  color: white;
  background: transparent;
  border: 1px solid #e37700;
  color: #4d4d4d;
}

.button--outline-dark a {
  color: white;
}

.button--outline-dark::after {
  content: '';
  width: 5px;
  height: 5px;
  margin-left: 5px;
  display: inline-block;
  border-right: 2px solid white;
  border-top: 2px solid white;
  transform: rotate(45deg);
  transition: border 0.3s, left 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.button--outline-dark:hover {
  color: white;
  background: #ca6a00;
}

.button--outline-dark:hover a {
  color: white;
}

.button--outline-dark:after {
  border-color: #e37700;
}

.button--outline-dark:hover:after {
  border-color: white;
}

.button--outline-dark a {
  color: #4d4d4d;
}

.button--outline-dark:hover {
  background: #e37700;
}

.button--link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
  background: #e37700;
  text-decoration: none;
  padding: 10px 17px 10px 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  transition: background 0.3s, color 0.3s;
  color: white;
  padding: 0;
  background: transparent;
  position: relative;
}

.button--link a {
  color: white;
}

.button--link::after {
  content: '';
  width: 5px;
  height: 5px;
  margin-left: 5px;
  display: inline-block;
  border-right: 2px solid white;
  border-top: 2px solid white;
  transform: rotate(45deg);
  transition: border 0.3s, left 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.button--link:hover {
  color: white;
  background: #ca6a00;
}

.button--link:hover a {
  color: white;
}

.button--link::before {
  content: '';
  height: 2px;
  width: 0;
  position: absolute;
  bottom: -2px;
  background: white;
  transition: width 0.3s;
}

.button--link:hover {
  background: transparent;
}

.button--link:hover:before {
  width: calc(100% - 12px);
}

.button--link-dark {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
  background: #e37700;
  text-decoration: none;
  padding: 10px 17px 10px 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  transition: background 0.3s, color 0.3s;
  color: white;
  padding: 0;
  background: transparent;
  position: relative;
  color: #4d4d4d;
}

.button--link-dark a {
  color: white;
}

.button--link-dark::after {
  content: '';
  width: 5px;
  height: 5px;
  margin-left: 5px;
  display: inline-block;
  border-right: 2px solid white;
  border-top: 2px solid white;
  transform: rotate(45deg);
  transition: border 0.3s, left 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.button--link-dark:hover {
  color: white;
  background: #ca6a00;
}

.button--link-dark:hover a {
  color: white;
}

.button--link-dark::before {
  content: '';
  height: 2px;
  width: 0;
  position: absolute;
  bottom: -2px;
  background: white;
  transition: width 0.3s;
}

.button--link-dark:hover {
  background: transparent;
}

.button--link-dark:hover:before {
  width: calc(100% - 12px);
}

.button--link-dark a {
  color: #4d4d4d;
}

.button--link-dark:before {
  background: #e37700;
}

.button--link-dark:after {
  border-color: #e37700;
}

.button--link-dark:hover {
  color: #4d4d4d;
}

.button--link-dark:hover a {
  color: #4d4d4d;
}

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